@charset "UTF-8";

@-ms-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-o-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@-ms-keyframes shinex {
	100% {
		left: 125%;
	}
}

@-o-keyframes shinex {
	100% {
		left: 125%;
	}
}

@-webkit-keyframes shinex {
	100% {
		left: 125%;
	}
}

@keyframes shinex {
	100% {
		left: 125%;
	}
}

@-ms-keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes snsnavloadding {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes snsnavloadding {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes snssheen {
	100% {
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

@keyframes snssheen {
	100% {
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinAround {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinAround {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.price {
	white-space: nowrap;
}

.price .amount {
	font-size: 1.2857em;
	color: #e12020;
	font-weight: bold;
}

.price del {
	text-decoration: none;
	position: relative;
	padding: 0 3px;
}

.price del .amount {
	font-size: 1.2857em;
	color: #888888;
}

@media (max-width:1199px) {
	.price del .amount {
		font-size: 1em;
	}
}

.price del:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #888888;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media (min-width:1199px) {
	.price del:before {
		margin-top: -1px;
	}
}

.price ins {
	margin: 0 0 0 5px;
	text-decoration: none;
}

.price ins .amount {
	font-size: 1.2857em;
}

@media (max-width:1199px) {
	.price ins .amount {
		font-size: 1em;
	}
}

.price .from {
	font-size: 1em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
}

@media (min-width:1199px) {
	.price .woocommerce-Price-amount {
		margin: 0 0 0 3px;
	}

	.price .woocommerce-Price-amount:first-child {
		margin: 0 3px 0 0;
	}
}

@media (max-width:1199px) {
	.product-type-variable .price .amount {
		font-size: 1em;
	}
}

p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: white;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

.admin-bar p.demo_store {
	top: 32px;
}

.clear {
	clear: both;
}

a.remove {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
	border: 1px solid #888888;
	color: #888888;
	overflow: hidden;
	background-color: #FFF;
	padding: 0 0;
}

a.remove:hover {
	color: #000000;
	border-color: #000000;
}

a.remove:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.blockUI.blockOverlay {
	position: relative;
	background: transparent !important;
}

.blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.loader {
	background: transparent !important;
}

.loader:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info {
	padding: 11px 10px 6px 40px;
	margin: 0 0 20px;
	position: relative;
	list-style: none !important;
	*zoom: 1;
	width: auto;
}

.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-info:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after {
	clear: both;
}

.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before {
	font-family: "WooCommerce";
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 16px;
}

.woocommerce .woocommerce-message .button,.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button {
	float: right;
	background: #000000;
	color: #fff;
	font-size: 100%;
	padding: 5px 15px;
	margin-top: -5px;
	border: none;
}

.woocommerce .woocommerce-message li,.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.woocommerce .woocommerce-message {
	background: #dff0d8;
	color: #8fae1b;
}

.woocommerce .woocommerce-message:before {
	content: "";
	color: #8fae1b;
}

.woocommerce .woocommerce-info {
	background: #d9edf7;
	color: #1e85be;
}

.woocommerce .woocommerce-info:before {
	color: #1e85be;
}

.woocommerce .woocommerce-error {
	background: #f2dede;
	color: #b94a48;
}

.woocommerce .woocommerce-error:before {
	content: "";
	color: #b94a48;
}

.woocommerce small.note {
	display: block;
	color: #777;
	font-size: 0.857em;
	margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	*zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.92em;
	color: #777;
}

.woocommerce .woocommerce-breadcrumb:before,.woocommerce .woocommerce-breadcrumb:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-breadcrumb:after {
	clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #777;
}

.woocommerce .quantity .screen-reader-text {
	display: none;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	color: #888888;
}

.woocommerce div.type-product,.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.type-product .product_title,.woocommerce div.product .product_title {
	clear: none;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

.woocommerce div.type-product p.stock,.woocommerce div.product p.stock {
	font-size: 0.92em;
}

.woocommerce div.type-product .stock,.woocommerce div.product .stock {
	color: #38e534;
}

.woocommerce div.type-product .out-of-stock,.woocommerce div.product .out-of-stock {
	color: red;
}

.woocommerce div.type-product .woocommerce-product-rating,.woocommerce div.product .woocommerce-product-rating {
	position: relative;
}

.woocommerce div.type-product .woocommerce-product-rating .woocommerce-review-link,.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	position: absolute;
	top: 2px;
}

.woocommerce div.type-product div.social,.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.type-product div.social span,.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.type-product div.social span span,.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.type-product div.social span .stButton .chicklets,.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.type-product div.social iframe,.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #ebe9eb;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6b6b;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li.active:after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before,.woocommerce div.type-product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	left: -6px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	right: -6px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.type-product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.type-product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0;
}

.woocommerce div.type-product p.cart,.woocommerce div.product p.cart {
	*zoom: 1;
}

.woocommerce div.type-product p.cart:before,.woocommerce div.type-product p.cart:after,.woocommerce div.product p.cart:before,.woocommerce div.product p.cart:after {
	content: " ";
	display: table;
}

.woocommerce div.type-product p.cart:after,.woocommerce div.product p.cart:after {
	clear: both;
}

.woocommerce div.type-product form.cart,.woocommerce div.product form.cart {
	*zoom: 1;
}

.woocommerce div.type-product form.cart:before,.woocommerce div.type-product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce div.product form.cart:after {
	content: " ";
	display: table;
}

.woocommerce div.type-product form.cart:after,.woocommerce div.product form.cart:after {
	clear: both;
}

.woocommerce div.type-product form.cart table,.woocommerce div.product form.cart table {
	margin: 0 0 15px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

.woocommerce div.type-product form.cart table td,.woocommerce div.product form.cart table td {
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	vertical-align: middle;
	display: table-cell;
	padding: 0 5px;
}

.woocommerce div.type-product form.cart table td label,.woocommerce div.product form.cart table td label {
	margin: 0 5px 5px 0px !important;
	float: none;
	line-height: inherit !important;
}

.woocommerce div.type-product form.cart table td .quantity,.woocommerce div.product form.cart table td .quantity {
	text-align: center;
	margin: 10px !important;
}

.woocommerce div.type-product form.cart table td.price,.woocommerce div.product form.cart table td.price {
	text-align: center;
	padding: 0 5px;
}

.woocommerce div.type-product form.cart table td.price .amount,.woocommerce div.product form.cart table td.price .amount {
	font-size: 115%;
}

.woocommerce div.type-product form.cart table td.price del,.woocommerce div.product form.cart table td.price del {
	margin-left: 10px;
}

@media (min-width:1199px) {
	.woocommerce div.type-product form.cart table td.price del:before,.woocommerce div.product form.cart table td.price del:before {
		margin-top: -2px;
	}
}

.woocommerce div.type-product form.cart table td.price ins,.woocommerce div.product form.cart table td.price ins {
	float: none;
	margin-right: 10px;
}

.woocommerce div.type-product form.cart table td.price .stock,.woocommerce div.product form.cart table td.price .stock {
	margin-top: 5px;
}

.woocommerce div.type-product form.cart table td.label,.woocommerce div.product form.cart table td.label {
	text-align: center;
	padding: 5px 10px;
}

.woocommerce div.type-product form.cart table small.stock,.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce div.type-product form.cart table.group_table .quantity,.woocommerce div.product form.cart table.group_table .quantity {
	padding: 0 5px;
	overflow: hidden;
}

.woocommerce div.type-product form.cart table.group_table .quantity label.screen-reader-text,.woocommerce div.product form.cart table.group_table .quantity label.screen-reader-text {
	display: none;
}

.woocommerce div.type-product form.cart table.group_table .quantity .qty,.woocommerce div.product form.cart table.group_table .quantity .qty {
	margin: 0;
}

.woocommerce div.type-product form.cart table.group_table td:first-child,.woocommerce div.product form.cart table.group_table td:first-child {
	width: 80px;
	padding: 0 0;
}

.woocommerce div.type-product form.cart table.group_table td label,.woocommerce div.product form.cart table.group_table td label {
	margin: 0 !important;
}

.woocommerce div.type-product form.cart table.group_table td.label,.woocommerce div.product form.cart table.group_table td.label {
	text-align: left;
	white-space: normal;
	line-height: inherit;
}

.woocommerce div.type-product form.cart .single_variation_wrap .single_variation,.woocommerce div.product form.cart .single_variation_wrap .single_variation {
	margin: 10px 0;
	*zoom: 1;
}

.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:before,.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after,.woocommerce div.product form.cart .single_variation_wrap .single_variation:before,.woocommerce div.product form.cart .single_variation_wrap .single_variation:after {
	content: " ";
	display: table;
}

.woocommerce div.type-product form.cart .single_variation_wrap .single_variation:after,.woocommerce div.product form.cart .single_variation_wrap .single_variation:after {
	clear: both;
}

.woocommerce div.type-product form.cart .button,.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
}

.woocommerce ul.products {
	padding: 0;
	list-style: none;
	clear: both;
	*zoom: 1;
}

.woocommerce ul.products:before,.woocommerce ul.products:after {
	content: " ";
	display: table;
}

.woocommerce ul.products:after {
	clear: both;
}

.woocommerce ul.products li {
	list-style: none;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: 1px solid #eaeaea;
}

.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt {
	-webkit-font-smoothing: antialiased;
}

.woocommerce a.button:disabled,.woocommerce a.button.disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button:disabled,.woocommerce input.button.disabled,.woocommerce input.button:disabled[disabled],.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: 0.5;
}

.woocommerce .cart .button,.woocommerce .cart input.button {
	float: none;
}

.woocommerce #reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0 0;
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #777;
}

.woocommerce #reviews h3 {
	margin: 0;
}

.woocommerce #reviews p.woocommerce-noreviews {
	margin: 30px 0;
	text-align: center;
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce #reviews #comment {
	height: 100px;
}

.woocommerce #reviews #comments .add_review {
	*zoom: 1;
}

.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments .add_review:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments .add_review:after {
	clear: both;
}

.woocommerce #reviews #comments h2 {
	clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	width: 100%;
	background: none;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:before,.woocommerce #reviews #comments ol.commentlist:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li.review {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li.review .meta {
	color: #686868;
}

.woocommerce #reviews #comments ol.commentlist li.review img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 50px;
	height: auto;
	background: #ebe9eb;
	border: 1px solid #eee;
	margin: 0;
	box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text {
	margin: 0 0 0 65px;
	border: 1px solid #eee;
	border-radius: 0px;
	padding: 1em 1em 0;
	*zoom: 1;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text:before,.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text p {
	margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist ol,.woocommerce #reviews #comments ol.commentlist ul {
	padding: 0 0 0 25px;
	margin: 0 0 25px;
}

.woocommerce #reviews #comments ol.commentlist ol ol,.woocommerce #reviews #comments ol.commentlist ol ul,.woocommerce #reviews #comments ol.commentlist ul ol,.woocommerce #reviews #comments ol.commentlist ul ul {
	margin: 0 0;
	padding: 0 0 0 30px;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li:before {
	content: "";
}

.woocommerce .price {
	display: inline-block;
}

.woocommerce .star-rating {
	float: right;
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	width: 76px;
	letter-spacing: 3px;
	font-family: "star";
}

.woocommerce .star-rating:before {
	content: "SSSSS";
	color: #cccccc;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 24px;
	height: 24px;
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	color: #e2bc0a;
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .woocommerce-product-rating {
	*zoom: 1;
	line-height: 24px;
	height: 24px;
	display: block;
}

.woocommerce .woocommerce-product-rating:before,.woocommerce .woocommerce-product-rating:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-product-rating:after {
	clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.5em 4px 0 0;
	float: left;
}

.woocommerce .products .list-view .star-rating {
	display: block;
	margin: 5px 0;
	float: none;
	position: relative;
	left: 0;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

.woocommerce #review_form #respond {
	*zoom: 1;
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0;
}

.woocommerce #review_form #respond:before,.woocommerce #review_form #respond:after {
	content: " ";
	display: table;
}

.woocommerce #review_form #respond:after {
	clear: both;
}

.woocommerce #review_form #respond p {
	margin: 0 0 15px;
}

.woocommerce #review_form #respond p input[type=email],.woocommerce #review_form #respond p input[type=text] {
	width: 100%;
}

.woocommerce #review_form #respond p.comment-form-email {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.woocommerce #review_form #respond p.comment-form-email label {
	display: block;
}

.woocommerce #review_form #respond p.comment-form-author {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.woocommerce #review_form #respond p.comment-form-author label {
	display: block;
}

.woocommerce #review_form #respond .form-submit {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.woocommerce #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce #review_form #respond label {
	font-weight: bold;
}

.woocommerce #review_form #respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.woocommerce #review_form #respond .comment-form-rating label {
	margin-bottom: 5px;
}

.woocommerce p.stars {
	position: relative;
	font-size: 12px;
}

.woocommerce p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
	line-height: 12px;
}

.woocommerce p.stars a:last-child {
	border-right: 0;
}

.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5 {
	font-family: "star";
	margin-right: 20px;
	display: inline-block;
	letter-spacing: 2px;
	position: relative;
	height: 16px;
	line-height: 16px;
}

.woocommerce p.stars a.star-1:after,.woocommerce p.stars a.star-2:after,.woocommerce p.stars a.star-3:after,.woocommerce p.stars a.star-4:after,.woocommerce p.stars a.star-5:after {
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	content: "S";
	color: #ccc;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce p.stars a.star-1:before,.woocommerce p.stars a.star-2:before,.woocommerce p.stars a.star-3:before,.woocommerce p.stars a.star-4:before,.woocommerce p.stars a.star-5:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 1px;
	background: #ccc;
	right: -10px;
	top: 1px;
}

.woocommerce p.stars a.star-1:hover:after,.woocommerce p.stars a.star-1.active:after,.woocommerce p.stars a.star-2:hover:after,.woocommerce p.stars a.star-2.active:after,.woocommerce p.stars a.star-3:hover:after,.woocommerce p.stars a.star-3.active:after,.woocommerce p.stars a.star-4:hover:after,.woocommerce p.stars a.star-4.active:after,.woocommerce p.stars a.star-5:hover:after,.woocommerce p.stars a.star-5.active:after {
	color: #edcc18;
}

.woocommerce p.stars a.star-1 {
	width: 14.5px;
}

.woocommerce p.stars a.star-1:after {
	content: "S";
}

.woocommerce p.stars a.star-2 {
	width: 29px;
}

.woocommerce p.stars a.star-2:after {
	content: "SS";
}

.woocommerce p.stars a.star-3 {
	width: 43.5px;
}

.woocommerce p.stars a.star-3:after {
	content: "SSS";
}

.woocommerce p.stars a.star-4 {
	width: 58px;
}

.woocommerce p.stars a.star-4:after {
	content: "SSSS";
}

.woocommerce p.stars a.star-5 {
	width: 72.5px;
}

.woocommerce p.stars a.star-5:after {
	content: "SSSSS";
}

.woocommerce p.stars a.star-5:before {
	display: none;
}

.woocommerce table.shop_attributes {
	border: 1px solid #eee;
	border-right: none;
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: bold;
	padding: 10px 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0;
	line-height: 1.5;
	color: #333333;
}

.woocommerce table.shop_attributes td {
	padding: 10px 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
	margin: 0;
}

.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th {
	background: #f9f9f9;
}

.woocommerce table.shop_table {
	border: 1px solid #eee;
	border-right: none;
	margin: 0px 0px 40px 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	overflow: hidden;
}

.woocommerce table.shop_table th {
	padding: 12px 12px;
	text-align: center;
	border-bottom: none;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px;
	vertical-align: middle;
}

.woocommerce table.shop_table td small {
	font-weight: normal;
}

.woocommerce table.shop_table td.product-remove {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	width: 60px;
}

.woocommerce table.shop_table td.product-remove .remove {
	margin: auto;
}

.woocommerce table.shop_table td.product-thumbnail {
	width: 110px;
	text-align: center;
}

.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal,.woocommerce table.shop_table td.product-quantity {
	text-align: center;
}

.woocommerce table.shop_table td.product-price label,.woocommerce table.shop_table td.product-subtotal label,.woocommerce table.shop_table td.product-quantity label {
	float: left;
	line-height: 45px;
}

.woocommerce table.shop_table td.product-quantity {
	width: 200px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,.woocommerce table.shop_table tbody:first-child tr:first-child td {
	border-top: 0;
}

.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th,.woocommerce table.shop_table tbody th {
	font-weight: 700;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.my_account_orders th,.woocommerce table.my_account_orders td {
	padding: 10px 10px;
	vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
	text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
	margin: 0.125em 0 0.125em 0.25em;
}

.woocommerce td.product-name dl.variation {
	margin: 0.7em 0 0.25em 0;
	*zoom: 1;
}

.woocommerce td.product-name dl.variation:before,.woocommerce td.product-name dl.variation:after {
	content: " ";
	display: table;
}

.woocommerce td.product-name dl.variation:after {
	clear: both;
}

.woocommerce td.product-name dl.variation dt,.woocommerce td.product-name dl.variation dd {
	display: inline-block;
	float: left;
}

.woocommerce td.product-name dl.variation dt {
	font-weight: 700;
	padding: 0 0 0.25em 0;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce td.product-name dl.variation dd {
	padding: 0 0 0.25em 0;
}

.woocommerce td.product-name dl.variation dd p:last-child {
	margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
	font-size: 0.83em;
}

.woocommerce .woocommerce-customer-details {
	margin-bottom: 60px;
}

@media (min-width:768px) {
	.woocommerce form.track_order .form-row-first,.woocommerce form.track_order .form-row-last {
		width: 50%;
		float: left;
		padding: 5px 15px 0 0;
	}

	.woocommerce form.track_order .form-row-last {
		padding: 5px 0 0 15px;
	}
}

.woocommerce .woocomerce-form.woocommerce-form-login .button {
	display: block;
	margin: 0 0 10px;
}

.woocommerce form.lost_reset_password {
	margin: 0 0 60px;
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 20px 25px 20px;
	margin: 0;
	overflow: auto;
	font-size: 1em;
	max-height: 420px;
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
	padding: 0 0 15px;
	margin: 0;
	*zoom: 1;
	list-style: none;
}

.woocommerce ul.cart_list li:before,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:before,.woocommerce ul.product_list_widget li:after {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li:first-child,.woocommerce ul.product_list_widget li:first-child {
	padding-top: 0px;
}

.woocommerce ul.cart_list li:first-child .remove,.woocommerce ul.product_list_widget li:first-child .remove {
	top: 0px;
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
	margin-bottom: 5px;
}

.woocommerce ul.cart_list li a:hover,.woocommerce ul.product_list_widget li a:hover {
	color: #000000;
}

.woocommerce ul.cart_list li .product-image,.woocommerce ul.product_list_widget li .product-image {
	position: relative;
	display: inline-block;
	float: left;
	float: left;
	padding: 0 0;
	margin-right: 15px;
	width: 80px;
	height: auto;
	border: 1px solid #eaeaea;
}

.woocommerce ul.cart_list li .product-image:before,.woocommerce ul.product_list_widget li .product-image:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	left: 0px;
	top: 0px;
}

.woocommerce ul.cart_list li .title,.woocommerce ul.product_list_widget li .title {
	font-size: 1em;
	padding: 0 0;
	margin: -5px 0 5px;
	display: block;
}

.woocommerce ul.cart_list li .title:hover,.woocommerce ul.product_list_widget li .title:hover {
	color: #000000;
}

.woocommerce ul.cart_list li .quantity,.woocommerce ul.product_list_widget li .quantity {
	display: block;
}

.woocommerce ul.cart_list li .quantity .amount,.woocommerce ul.product_list_widget li .quantity .amount {
	color: #fe5d5d;
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	border: 1px solid transparent;
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border: none;
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
}

.woocommerce ul.cart_list li dl:before,.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:before,.woocommerce ul.product_list_widget li dl:after {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after {
	clear: both;
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dt,.woocommerce ul.product_list_widget li dl dd {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 0.25em 0;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 0.25em 0;
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
	float: none;
}

.woocommerce ul.cart_list li:hover .product-image:before,.woocommerce ul.product_list_widget li:hover .product-image:before {
	background: rgba(0, 0, 0, 0.1);
}

.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	margin: 0 0;
	font-size: 1em;
	color: #333333;
	position: relative;
	text-transform: uppercase;
}

.woocommerce.widget_shopping_cart .total:before,.woocommerce .widget_shopping_cart .total:before {
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: calc(100% - 50px) !important;
	left: 25px;
	background: #eaeaea;
}

.woocommerce.widget_shopping_cart .total:after,.woocommerce .widget_shopping_cart .total:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: calc(100% - 50px) !important;
	left: 25px;
	background: #eaeaea;
}

.woocommerce.widget_shopping_cart .total strong,.woocommerce .widget_shopping_cart .total strong {
	display: inline-block;
	float: left;
}

.woocommerce.widget_shopping_cart .total .amount,.woocommerce .widget_shopping_cart .total .amount {
	float: right;
	color: #fe5d5d;
}

.woocommerce.widget_shopping_cart .buttons,.woocommerce .widget_shopping_cart .buttons {
	margin: 25px 0 15px !important;
	padding: 0 25px;
	*zoom: 1;
	text-align: center;
}

.woocommerce.widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce .widget_shopping_cart .buttons:after {
	content: " ";
	display: table;
}

.woocommerce.widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:after {
	clear: both;
}

.woocommerce.widget_shopping_cart .buttons .button,.woocommerce .widget_shopping_cart .buttons .button {
	margin: 0 5px 10px 0;
	display: block;
	float: left;
	width: calc(50% - 5px);
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce.widget_shopping_cart .buttons .button.checkout,.woocommerce .widget_shopping_cart .buttons .button.checkout {
	margin: 0 0 10px 5px;
}

.woocommerce.widget_shopping_cart .remove,.woocommerce .widget_shopping_cart .remove {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding: 0 0;
	margin: 0 0;
	color: #888888;
}

.woocommerce.widget_shopping_cart .remove:hover,.woocommerce .widget_shopping_cart .remove:hover {
	border-color: #000000;
	color: #000000;
}

.woocommerce form .form-row {
	padding: 3px 0;
	margin: 0 0 10px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity 0.5s 0.5s ease;
	-moz-transition: opacity 0.5s 0.5s ease;
	transition: opacity 0.5s 0.5s ease;
	opacity: 0;
}

.woocommerce form .form-row .select2-container .select2-choice {
	padding: 4px 0 4px 8px;
	border-color: #e9e9e9;
	border-radius: 0;
}

.woocommerce form .form-row label {
	line-height: 2;
}

.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline {
	display: inline;
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0;
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0;
}

.woocommerce form .form-row label.checkbox {
	padding-left: 20px;
	line-height: normal;
}

.woocommerce form .form-row label.checkbox .input-checkbox {
	display: inline;
	margin: 3px 0 0 -20px;
	text-align: center;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
}

.woocommerce form .form-row textarea {
	height: 135px;
	line-height: 1.5;
	display: block;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
	border-color: #69bf29;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal;
}

.woocommerce form.login,.woocommerce form.checkout_coupon,.woocommerce form.register {
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	margin: 2em 0 2em 0px;
	text-align: left;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce ul#shipping_method li {
	margin: 0;
	padding: 0.25em 0 0.25em 22px;
	text-indent: -22px;
	list-style: none outside;
}

.woocommerce ul#shipping_method li label {
	display: inline;
	margin-left: 8px;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce .order_details {
	*zoom: 1;
	margin: 0 0 1.5em;
	list-style: none;
}

.woocommerce .order_details:before,.woocommerce .order_details:after {
	content: " ";
	display: table;
}

.woocommerce .order_details:after {
	clear: both;
}

.woocommerce .order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: 0.715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
	border: none;
}

.woocommerce .widget_layered_nav ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .widget_layered_nav ul li {
	padding: 10px 0;
}

.woocommerce .widget_layered_nav ul li a {
	position: relative;
	padding: 0 0 0 22px;
	background: transparent;
	line-height: 1;
	display: block;
}

.woocommerce .widget_layered_nav ul li a:before {
	width: 14px;
	height: 14px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
	position: absolute;
	content: "";
	top: -1px;
	left: 0;
}

.woocommerce .widget_layered_nav ul li .count {
	position: absolute;
	top: 3px;
	right: 0px;
	margin-left: 1px;
	padding: 0 5px;
	color: #888;
	font-size: 100%;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav ul li:hover a:before {
	border-color: #888888;
}

.woocommerce .widget_layered_nav ul li.chosen .count,.woocommerce .widget_layered_nav ul li:hover .count {
	color: #333333;
}

.woocommerce .widget_layered_nav ul li:first-child {
	padding-top: 0px;
}

.woocommerce .widget_layered_nav ul li:first-child .count {
	top: -5px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li {
	padding: 10px 0px 10px 0px;
	display: block;
	float: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:last-child {
	margin-bottom: 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:before {
	display: none;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
	display: block;
	overflow: visible;
	position: relative;
	border: none !important;
	width: 24px;
	height: 24px;
	margin: 3px;
	text-indent: 40px;
	line-height: 24px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before {
	content: "";
	width: 30px;
	height: 30px;
	border: none;
	border: 1px solid #888888;
	position: absolute;
	top: -3px;
	left: -3px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li .count {
	top: 9px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,.woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a {
	color: #000000;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before,.woocommerce .widget_layered_nav ul.yith-wcan-color li:hover a:before {
	border-color: #000000;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-child {
	padding-top: 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-child a {
	padding-top: 0px;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-child .count {
	top: -1px;
}

.woocommerce .widget_layered_nav .dropdown_layered_nav_color {
	width: 100%;
	border-radius: 0;
	background: transparent;
}

.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan {
	margin-left: 15px;
}

.woocommerce .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
	padding: 0;
}

.woocommerce .widget_layered_nav .yith-wcan-label li {
	margin-bottom: 0px;
}

.woocommerce .widget_layered_nav .yith-wcan-label li:before {
	display: none;
}

.woocommerce .widget_layered_nav .yith-wcan-label li:hover:before {
	display: none;
}

.woocommerce .widget_layered_nav .yith-wcan-label li a {
	padding: 4px 8px !important;
}

.woocommerce .widget_layered_nav .yith-wcan-label li a:hover,.woocommerce .widget_layered_nav .yith-wcan-label li.chosen a {
	background: #000000 !important;
	border-color: #000000 !important;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating a {
	display: block;
	text-align: right;
}

.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating {
	float: left;
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 10px 1px 0;
	list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none;
	color: inherit;
}

.woocommerce .widget_layered_nav_filters ul li a:hover {
	color: #000000;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	top: 1px;
	position: relative;
}

.woocommerce .widget_price_filter form,.woocommerce .widget_price_filter .widget-title+form {
	padding: 0px 0px 0px 0px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
	position: relative;
	padding-top: 6px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	margin-top: 20px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	display: block;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	padding: 0 20px 0 0;
	border: none;
	color: #333333;
	position: relative;
	background: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button:before {
	right: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	top: 4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background: none;
	color: #000000;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	line-height: normal;
	margin-right: 110px;
	text-transform: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
	width: calc(50% - 5px);
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .from {
	left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label .to {
	right: 0;
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #333;
	cursor: ew-resize;
	outline: none;
	top: -5px;
	margin: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-color: #333;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 5px;
	background-color: #ddd;
	margin: 0 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce p.cart-empty {
	margin: 25px 0 40px 15px;
}

.woocommerce p.return-to-shop {
	margin-bottom: 60px;
}

@media (min-width:991px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		width: 25%;
		float: left;
		padding-right: 15px;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul {
		counter-reset: li-counter;
		list-style: none;
		padding: 15px 30px;
		border: 1px solid #eaeaea;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul li {
		position: relative;
		padding: 12px 0px;
		margin: 0;
		border-bottom: 1px solid #f5f5f5;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul li:last-child {
		border-bottom: none;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul li.is-active a {
		color: #000000;
	}

	.woocommerce .woocommerce-MyAccount-content {
		width: 75%;
		float: left;
		padding-left: 15px;
	}

	.woocommerce .woocommerce-MyAccount-content fieldset {
		margin: 25px 0 10px;
	}
}

@media (max-width:991px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul li {
		padding: 3px 0px;
	}

	.woocommerce .woocommerce-MyAccount-navigation>ul li.is-active a {
		color: #000000;
	}
}

.woocommerce-account .addresses .title {
	*zoom: 1;
}

.woocommerce-account .addresses .title:before,.woocommerce-account .addresses .title:after {
	content: " ";
	display: table;
}

.woocommerce-account .addresses .title:after {
	clear: both;
}

.woocommerce-account .addresses .title h3 {
	float: left;
}

.woocommerce-account .addresses .title .edit {
	float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
	float: right;
}

.woocommerce-cart table.cart {
	overflow: hidden;
}

.woocommerce-cart table.cart .quantity {
	display: inline-block;
	float: none;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 0 15px;
}

.woocommerce-cart table.cart .quantity label.screen-reader-text {
	color: #333333;
	line-height: 48px;
}

.woocommerce-cart table.cart .quantity .qty {
	border: none;
	width: 40px;
	padding: 0 5px;
	margin: 0 0;
	height: 48px;
	line-height: 48px;
}

@media (max-width:767px) {
	.woocommerce-cart table.cart .quantity {
		margin-bottom: 10px;
	}
}

.woocommerce-cart table.cart img {
	width: 80px;
	box-shadow: none;
}

.woocommerce-cart table.cart th {
	text-transform: uppercase;
	background: #fff;
	font-weight: bold;
	color: #333;
}

.woocommerce-cart table.cart th,.woocommerce-cart table.cart td {
	vertical-align: middle;
}

.woocommerce-cart table.cart td.actions {
	padding: 20px 20px;
}

.woocommerce-cart table.cart td.actions .coupon {
	float: left;
	padding: 0 0;
}

.woocommerce-cart table.cart td.actions .coupon label {
	display: none;
	float: left;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	float: left;
	margin: 0 10px 0 0;
	min-width: 200px;
}

@media (max-width:767px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text+.button {
		float: left;
		margin-top: 10px;
		clear: left;
	}
}

.woocommerce-cart table.cart td.actions>.button {
	float: right;
}

@media (max-width:767px) {
	.woocommerce-cart table.cart td.actions>.button {
		float: left;
		margin-top: 20px;
		clear: left;
	}
}

.woocommerce-cart table.cart input {
	margin: 0;
	vertical-align: middle;
}

.woocommerce-cart table.cart input.button {
	margin: 0;
}

.woocommerce-cart table.cart a.remove {
	font-size: 20px;
	line-height: 20px;
	background: transparent;
	color: #888888;
	font-size: 1em;
}

.woocommerce-cart table.cart a.remove:hover {
	color: #000000;
}

@media (max-width:767px) {
	.woocommerce-cart table.cart {
		border-collapse: collapse;
	}

	.woocommerce-cart table.cart thead {
		display: none;
	}

	.woocommerce-cart table.cart tr.cart_item {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.woocommerce-cart table.cart tr.cart_item td {
		border: medium none;
		float: right;
		text-align: left;
		width: 70%;
		padding: 4px 8px 4px 0;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-thumbnail {
		padding: 12px;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-name {
		padding-top: 8px;
	}

	.woocommerce-cart table.cart tr.cart_item td.product-subtotal {
		padding-bottom: 15px;
	}

	.woocommerce-cart table.cart tr.cart_item .product-remove {
		padding: 0;
		position: absolute;
		width: 20px;
	}

	.woocommerce-cart table.cart tr.cart_item .product-thumbnail {
		float: left;
		width: 30%;
	}

	.woocommerce-cart table.cart tr.cart_item .product-subtotal:before {
		content: "Subtotal: ";
	}
}

.woocommerce-cart .wc-proceed-to-checkout {
	*zoom: 1;
	padding: 1em 0;
}

.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after {
	content: " ";
	display: table;
}

.woocommerce-cart .wc-proceed-to-checkout:after {
	clear: both;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	text-align: center;
}

.woocommerce-cart .cart-collaterals {
	margin: 80px 0 45px;
	*zoom: 1;
}

.woocommerce-cart .cart-collaterals:before,.woocommerce-cart .cart-collaterals:after {
	content: " ";
	display: table;
}

.woocommerce-cart .cart-collaterals:after {
	clear: both;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.618em;
	content: "";
	text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cross-sells {
	width: 72%;
	float: left;
	padding: 0 40px 0 0;
	margin: 0 0 40px;
}

@media (max-width:1199px) {
	.woocommerce-cart .cart-collaterals .cross-sells {
		width: 65%;
	}
}

@media (max-width:991px) {
	.woocommerce-cart .cart-collaterals .cross-sells {
		width: 100%;
		padding: 0 0;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals {
	margin: 0 0 40px;
	padding: 20px;
	border: 1px solid #eaeaea;
	background: #fff;
	width: 28%;
	float: right;
}

@media (max-width:1199px) {
	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 35%;
	}
}

@media (max-width:991px) {
	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals .sns_products_heading {
	margin-bottom: 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product {
	margin-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .info-inner {
	padding-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content {
	*zoom: 1;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:before,.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:after {
	content: " ";
	display: table;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.products li.product .block-product-inner .item-info .item-content:after {
	clear: both;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: 1.7142em;
	margin: 10px 0 15px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	padding: 0 0;
	text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 15px;
	padding: 0;
	border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	padding: 15px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 25%;
	text-align: right;
	padding-right: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
	color: #777;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
	margin-top: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb;
}

.woocommerce-checkout {
	margin-bottom: 5px;
}

.woocommerce-checkout .checkout h3 {
	color: #333333;
	font-size: 150%;
	text-transform: uppercase;
}

.woocommerce-checkout .checkout label {
	color: #686868;
}

.woocommerce-checkout .checkout .col-1,.woocommerce-checkout .checkout .col-2 {
	margin-bottom: 30px;
}

.woocommerce-checkout .checkout #customer_details {
	*zoom: 1;
}

.woocommerce-checkout .checkout #customer_details:before,.woocommerce-checkout .checkout #customer_details:after {
	content: " ";
	display: table;
}

.woocommerce-checkout .checkout #customer_details:after {
	clear: both;
}

.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address {
	float: left;
	clear: none;
}

.woocommerce-checkout .checkout #customer_details h3#ship-to-different-address label {
	float: left;
	margin: 0 8px 0 0;
	font-weight: inherit;
	color: inherit;
}

.woocommerce-checkout .checkout #customer_details .notes {
	clear: left;
}

.woocommerce-checkout .checkout #customer_details .form-row-first {
	clear: left;
}

.woocommerce-checkout .checkout #customer_details.col2-set .col-1 {
	width: 50%;
	padding-right: 15px;
	float: left;
}

.woocommerce-checkout .checkout #customer_details.col2-set .col-2 {
	width: 50%;
	padding-left: 15px;
	float: left;
}

.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #777;
	font-weight: normal;
}

.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

.woocommerce-checkout .checkout .shipping_address {
	clear: both;
}

.woocommerce-checkout .checkout h3#order_review_heading {
	margin-top: 20px;
}

.woocommerce-checkout .checkout #order_review .shop_table th {
	text-align: left;
}

.woocommerce-checkout #payment {
	background: #FFF;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
	*zoom: 1;
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}

.woocommerce-checkout #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after {
	content: " ";
	display: table;
}

.woocommerce-checkout #payment ul.payment_methods:after {
	clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: normal;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 8px 0 8px;
	padding: 0;
	position: relative;
	box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 1em;
}

.woocommerce-checkout #payment div.payment_box {
	position: relative;
	width: 96%;
	padding: 1em 2%;
	margin: 1em 0 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
	background-image: url(../img/woo/icons/credit-cards/visa.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
	background-image: url(../img/woo/icons/credit-cards/mastercard.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
	background-image: url(../img/woo/icons/credit-cards/laser.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
	background-image: url(../img/woo/icons/credit-cards/diners.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
	background-image: url(../img/woo/icons/credit-cards/maestro.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
	background-image: url(../img/woo/icons/credit-cards/jcb.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
	background-image: url(../img/woo/icons/credit-cards/amex.png);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
	background-image: url(../img/woo/icons/credit-cards/discover.png);
}

.woocommerce-checkout #payment div.payment_box span.help {
	font-size: 0.857em;
	color: #777;
	font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box:after {
	content: "";
	display: block;
	border: 8px solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -3px;
	left: 0;
	margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment .payment_method_paypal>input {
	margin-top: 27px !important;
	float: left;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 70px;
	font-size: 0.83em;
}

.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 70px;
	vertical-align: middle;
}

.woocommerce-checkout #payment #place_order {
	color: #333333;
	font-weight: bold;
}

.woocommerce-checkout #payment #place_order:hover {
	color: #fff;
}

#yith-wcwl-popup-message {
	line-height: normal;
	border-color: #999;
	color: #999;
	left: auto;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	background: #FFF;
}

#yith-wcwl-popup-message:before {
	position: absolute;
	content: "";
	border-top: 8px solid #999;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 0px solid rgba(0, 0, 0, 0);
	right: 8px;
	bottom: -8px;
}

#yith-wcwl-popup-message:after {
	position: absolute;
	content: "";
	border-top: 5px solid #FFF;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 0px solid rgba(0, 0, 0, 0);
	right: 9px;
	bottom: -5px;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #38e534;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a,.woocommerce table.wishlist_table .added_to_cart,.woocommerce table.wishlist_table .compare,.woocommerce table.wishlist_table .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before,.woocommerce table.wishlist_table .added_to_cart:before,.woocommerce table.wishlist_table .compare:before,.woocommerce table.wishlist_table .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover,.woocommerce table.wishlist_table .added_to_cart:hover,.woocommerce table.wishlist_table .compare:hover,.woocommerce table.wishlist_table .button:hover {
	border-color: #000000;
	background: #000000;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:hover:before,.woocommerce table.wishlist_table .added_to_cart:hover:before,.woocommerce table.wishlist_table .compare:hover:before,.woocommerce table.wishlist_table .button:hover:before {
	color: #FFF;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped:before,.woocommerce table.wishlist_table .added_to_cart.product_type_external:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button:before,.woocommerce table.wishlist_table .compare.button.product_type_simple:before,.woocommerce table.wishlist_table .compare.button.product_type_grouped:before,.woocommerce table.wishlist_table .compare.product_type_external:before,.woocommerce table.wishlist_table .compare.add_to_cart_button:before,.woocommerce table.wishlist_table .button.button.product_type_simple:before,.woocommerce table.wishlist_table .button.button.product_type_grouped:before,.woocommerce table.wishlist_table .button.product_type_external:before,.woocommerce table.wishlist_table .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading,.woocommerce table.wishlist_table .added_to_cart.product_type_external.loading,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading,.woocommerce table.wishlist_table .compare.button.product_type_simple.loading,.woocommerce table.wishlist_table .compare.button.product_type_grouped.loading,.woocommerce table.wishlist_table .compare.product_type_external.loading,.woocommerce table.wishlist_table .compare.add_to_cart_button.loading,.woocommerce table.wishlist_table .button.button.product_type_simple.loading,.woocommerce table.wishlist_table .button.button.product_type_grouped.loading,.woocommerce table.wishlist_table .button.product_type_external.loading,.woocommerce table.wishlist_table .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .added_to_cart.product_type_external.loading:before,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .compare.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .compare.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .compare.product_type_external.loading:before,.woocommerce table.wishlist_table .compare.add_to_cart_button.loading:before,.woocommerce table.wishlist_table .button.button.product_type_simple.loading:before,.woocommerce table.wishlist_table .button.button.product_type_grouped.loading:before,.woocommerce table.wishlist_table .button.product_type_external.loading:before,.woocommerce table.wishlist_table .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.product_type_external.added,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.woocommerce table.wishlist_table .added_to_cart.button.product_type_simple.added,.woocommerce table.wishlist_table .added_to_cart.button.product_type_grouped.added,.woocommerce table.wishlist_table .added_to_cart.product_type_external.added,.woocommerce table.wishlist_table .added_to_cart.add_to_cart_button.added,.woocommerce table.wishlist_table .compare.button.product_type_simple.added,.woocommerce table.wishlist_table .compare.button.product_type_grouped.added,.woocommerce table.wishlist_table .compare.product_type_external.added,.woocommerce table.wishlist_table .compare.add_to_cart_button.added,.woocommerce table.wishlist_table .button.button.product_type_simple.added,.woocommerce table.wishlist_table .button.button.product_type_grouped.added,.woocommerce table.wishlist_table .button.product_type_external.added,.woocommerce table.wishlist_table .button.add_to_cart_button.added {
	display: none;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart i,.woocommerce table.wishlist_table .added_to_cart.added_to_cart i,.woocommerce table.wishlist_table .compare.added_to_cart i,.woocommerce table.wishlist_table .button.added_to_cart i {
	display: none;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:before,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:before,.woocommerce table.wishlist_table .compare.added_to_cart:before,.woocommerce table.wishlist_table .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover,.woocommerce table.wishlist_table .compare.added_to_cart:hover,.woocommerce table.wishlist_table .button.added_to_cart:hover {
	background: #000000;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.woocommerce table.wishlist_table .added_to_cart.added_to_cart:hover:before,.woocommerce table.wishlist_table .compare.added_to_cart:hover:before,.woocommerce table.wishlist_table .button.added_to_cart:hover:before {
	color: #FFF;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.compare:before,.woocommerce table.wishlist_table .added_to_cart.compare:before,.woocommerce table.wishlist_table .compare.compare:before,.woocommerce table.wishlist_table .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.woocommerce table.wishlist_table .added_to_cart.yith-wcqv-button:before,.woocommerce table.wishlist_table .compare.yith-wcqv-button:before,.woocommerce table.wishlist_table .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay,.woocommerce table.wishlist_table .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .added_to_cart .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .compare .blockUI.blockOverlay:after,.woocommerce table.wishlist_table .button .blockUI.blockOverlay:before,.woocommerce table.wishlist_table .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.woocommerce table.wishlist_table .show {
	display: block !important;
}

.woocommerce table.wishlist_table .clear {
	display: none !important;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce table.wishlist_table .add_to_cart.button,.woocommerce table.wishlist_table .yith-wcqv-button.button {
	border: 1px solid #eaeaea;
	background: #f5f5f5;
	color: #333333;
	border-radius: 5px;
	padding: 0 !important;
}

.woocommerce table.wishlist_table .add_to_cart.button:before,.woocommerce table.wishlist_table .yith-wcqv-button.button:before {
	color: #333333 !important;
	top: -1px;
}

.woocommerce table.wishlist_table .add_to_cart.button:hover,.woocommerce table.wishlist_table .yith-wcqv-button.button:hover {
	border-color: #000000;
	background-color: #000000;
}

.woocommerce table.wishlist_table .add_to_cart.button:hover:before,.woocommerce table.wishlist_table .yith-wcqv-button.button:hover:before {
	color: #FFF !important;
}

.woocommerce table.wishlist_table .yith-wcqv-button.button {
	margin-top: 10px;
}

.woocommerce table.wishlist_table .add_to_cart.button {
	margin: 0 auto;
}

.yith-woocompare-widget ul.products-list {
	padding: 0 0 15px;
	*zoom: 1;
}

.yith-woocompare-widget ul.products-list:before,.yith-woocompare-widget ul.products-list:after {
	content: " ";
	display: table;
}

.yith-woocompare-widget ul.products-list:after {
	clear: both;
}

.yith-woocompare-widget ul.products-list li {
	padding: 2px 0;
	float: left;
	width: 100%;
}

.yith-woocompare-widget ul.products-list li .title {
	float: left;
	font-size: 108.3%;
	max-width: 90%;
}

.yith-woocompare-widget ul.products-list li .remove {
	background: none;
	font-size: 0px;
	width: 20px;
	height: 20px;
	border-radius: 0;
	display: inline-block;
	line-height: normal;
	float: right;
}

.yith-woocompare-widget ul.products-list li .remove:hover {
	background: none;
}

.yith-woocompare-widget .compare.button {
	margin: 0 0 0 8px;
}

.widget_product_search label {
	display: block;
	font-weight: bold;
}

.widget_product_search input[type="search"] {
	float: left;
	margin: 0 5px 0 0;
}

.widget_product_tag_cloud .tagcloud {
	padding: 0px !important;
}

.widget_product_tag_cloud .tagcloud a {
	background: #FFF;
	border: 1px solid #eaeaea;
	padding: 4px 15px;
	border-radius: 5px;
	display: inline-block;
	font-size: 100% !important;
	color: inherit;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	margin: 0 10px 10px 0;
	float: left;
}

.widget_product_tag_cloud .tagcloud a:hover {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

.widget.widget_product_categories .widget-title+.product-categories {
	padding: 0;
}

.widget.widget_product_categories>ul {
	counter-reset: li-counter;
	padding-right: 0;
	list-style: none;
	padding-left: 0px;
}

.widget.widget_product_categories>ul .children {
	padding-top: 7px;
	position: relative;
}

.widget.widget_product_categories>ul .children:before {
	width: 1px;
	height: calc(100% - 30px) !important;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 18px;
	content: "";
}

.widget.widget_product_categories>ul li {
	position: relative;
	padding: 4px 0px;
	margin: 0;
	*zoom: 1;
}

.widget.widget_product_categories>ul li:before,.widget.widget_product_categories>ul li:after {
	content: " ";
	display: table;
}

.widget.widget_product_categories>ul li:after {
	clear: both;
}

.widget.widget_product_categories>ul li:last-child {
	border-bottom: none;
}

.widget.widget_product_categories>ul li .accr_header {
	padding: 0 0;
}

.widget.widget_product_categories>ul li .accr_header .btn_accor {
	top: 0px;
}

.widget.widget_product_categories>ul li>a,.widget.widget_product_categories>ul li .accr_header:first-child {
	display: block;
	padding: 0 0;
}

.widget.widget_product_categories>ul li .count {
	color: #888;
}

.widget.widget_product_categories>ul>li .accr_header a,.widget.widget_product_categories>ul>li>a {
	padding: 0 0 0 22px;
}

.widget.widget_product_categories>ul>li .accr_header a:before,.widget.widget_product_categories>ul>li>a:before {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 12px;
}

.widget.widget_product_categories>ul>li>a:before {
	top: 6px;
}

.widget.widget_product_categories>ul>li:hover a:before {
	border-color: #888888;
}

.widget.widget_product_categories>ul>li:hover .count {
	color: #333333;
}

.widget.widget_product_categories>ul>li:first-child {
	padding-top: 0px;
}

.widget.widget_product_categories>ul>li:last-child {
	padding-bottom: 0px;
}

.widget_products ins {
	margin: 0 0 0 5px;
}

.products-list a.title {
	font-size: 108.3%;
}

.woocommerce table.wishlist_table {
	font-size: 100%;
	opacity: 1 !important;
	margin-bottom: 0px;
}

.woocommerce table.wishlist_table>thead>tr>th {
	background: #fff;
}

.woocommerce .wishlist-title h2 {
	padding: 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 20px;
}

.woocommerce table.wishlist_table a.remove {
	margin-left: auto;
	margin-right: auto;
}

body .select2-drop-active {
	border-color: #e9e9e9;
}

@media (min-width:768px) {
	.woocommerce ul.products li.first,.woocommerce-page ul.products li.first {
		clear: none;
	}
}

@media screen and (max-width:600px) {
	html {
		margin-top: 0px !important;
	}

	* html body {
		margin-top: 0px !important;
	}
}

body {
	color: #888888;
	line-height: 1.68;
}

body #sns_wrapper {
	position: relative;
}

@media (min-width:1200px) {
	body #sns_wrapper {
		overflow-x: hidden;
	}
}

body #sns_wrapper>.wrap {
	width: 100%;
}

body.boxed-layout #sns_wrapper {
	max-width: 1830px;
	margin: 0 auto !important;
	background: #FFF;
	padding: 0 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

body.admin-bar.header-style6 #sns_wrapper .content-minicart,body.admin-bar.header-style6 #sns_header {
	top: 32px;
	min-height: calc(100vh - 32px);
}

body.admin-bar #sns_header .main-header .menu-sidebar .sidebar-content {
	top: 32px;
	min-height: calc(100vh - 32px);
}

.btn:focus:hover,.btn:focus:focus,.btn:focus:active,.btn.focus:hover,.btn.focus:focus,.btn.focus:active,.btn:active:focus:hover,.btn:active:focus:focus,.btn:active:focus:active,.btn.focus:active:hover,.btn.focus:active:focus,.btn.focus:active:active,.btn.active:focus:hover,.btn.active:focus:focus,.btn.active:focus:active,.btn.active.focus:hover,.btn.active.focus:focus,.btn.active.focus:active,*:hover,*:focus,*:active,a:hover,a:focus,a:active {
	outline: none;
}

.label,label {
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a,span,i {
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

p {
	margin-bottom: 20px;
}

ul,ol {
	margin-bottom: 20px;
	margin-top: 0;
	padding-left: 25px;
}

ul ul,ul ol,ol ul,ol ol {
	padding-left: 30px;
}

dl:not(.gallery-item) {
	margin: 0 20px;
}

dl:not(.gallery-item) dt {
	font-weight: bold;
}

dl:not(.gallery-item) dd {
	margin: 0 0 15px;
}

address {
	margin: 0 0 20px;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-top: 0;
	color: #333333;
	font-weight: bold;
	line-height: 1.42857;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6818em;
}

h3 {
	font-size: 1.4142em;
}

h4 {
	font-size: 1.1892em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8409em;
}

label {
	font-weight: inherit;
	cursor: pointer;
	margin: 0 5px 0 0;
}

label.required:before {
	content: "*";
	color: red;
	font-size: 14px;
	position: relative;
	line-height: 12px;
}

abbr[title],abbr[data-original-title] {
	border-bottom: none;
}

.wp-caption {
	max-width: 100%;
	border: none;
	padding: 5px 0 10px;
}

.wpb_text_column img.alignleft {
	margin: 5px 15px 5px 0;
}

legend {
	font-weight: inherit;
	margin: 15px 0 15px;
	padding: 0 0 5px;
	color: #333333;
	font-size: 130%;
}

blockquote {
	font-size: 1.2857em;
	color: #333333;
	margin: 0 0 20px;
	border-color: #000000;
}

#wp-calendar,table {
	background: white;
	border-color: #eaeaea;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 30px;
}

#wp-calendar caption,table caption {
	padding: 0 0 5px;
}

#wp-calendar td.label,table td.label {
	display: table-cell;
}

#wp-calendar td.label label,table td.label label {
	margin: 0 0;
}

#wp-calendar>thead>tr>th,#wp-calendar>tbody>tr>th,#wp-calendar>tfoot>tr>th,table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th {
	border-color: #eaeaea;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #888888;
	vertical-align: middle;
}

#wp-calendar>thead>tr>th,table>thead>tr>th {
	background: #f9f9f9;
}

#wp-calendar>thead>tr>td,#wp-calendar>tbody>tr>td,#wp-calendar>tfoot>tr>td,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td {
	border-color: #eaeaea;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

#wp-calendar td a.color-myaccount,table td a.color-myaccount {
	text-decoration: underline;
}

#wp-calendar td a.color-myaccount:hover,table td a.color-myaccount:hover {
	text-decoration: none;
}

#wp-calendar td#today,table td#today {
	color: #000000;
}

#wp-calendar td#today a,table td#today a {
	color: #000000;
}

#wp-calendar {
	margin-bottom: 0px;
}

#wp-calendar tbody td a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0;
	background: transparent;
	cursor: pointer;
	white-space: normal;
	font-size: 100%;
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	vertical-align: top;
	font-weight: bold;
}

#wp-calendar tbody td a:focus,#wp-calendar tbody td a:hover {
	color: #000000;
	background: #FFF;
}

#wp-calendar tfoot #prev,#wp-calendar tfoot #next {
	text-align: center;
}

#wp-calendar tfoot #prev a,#wp-calendar tfoot #prev a:focus,#wp-calendar tfoot #next a,#wp-calendar tfoot #next a:focus {
	font-size: 100%;
	background: none;
	border-color: #eaeaea;
	color: inherit;
	padding: 3px 15px;
	box-shadow: none 3px 3px 3px #888;
}

select {
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #eaeaea;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

select:focus {
	border-color: #cccccc;
	box-shadow: none 3px 3px 3px #888;
}

input,button,select,textarea {
	max-width: 100%;
}

#searchform input#s,input[type="password"],input[type="email"],input[type="search"],input[type="text"],input.input-text {
	border-radius: 0px;
	padding: 10px 15px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #888888;
	border: 1px solid #eaeaea;
	box-shadow: none 3px 3px 3px #888;
	vertical-align: middle;
}

#searchform input#s:hover,#searchform input#s:focus,input[type="password"]:hover,input[type="password"]:focus,input[type="email"]:hover,input[type="email"]:focus,input[type="search"]:hover,input[type="search"]:focus,input[type="text"]:hover,input[type="text"]:focus,input.input-text:hover,input.input-text:focus {
	color: inherit;
	box-shadow: none 3px 3px 3px #888;
	border-color: #cccccc;
}

textarea {
	border-radius: 0px;
	box-shadow: none 3px 3px 3px #888;
	padding: 10px 15px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border: 1px solid #eaeaea;
	resize: none;
}

textarea:focus {
	border-color: #cccccc;
	box-shadow: none 3px 3px 3px #888;
}

.btn,.comment-respond #submit,#searchform #searchsubmit,input[type="submit"],input[type="button"],.button,button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 10px 25px;
	border: 1px solid #eaeaea;
	background: #f5f5f5;
	color: #333333;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1em;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 5px;
	vertical-align: middle;
	white-space: normal;
}

.btn:hover,.btn:focus,.comment-respond #submit:hover,.comment-respond #submit:focus,#searchform #searchsubmit:hover,#searchform #searchsubmit:focus,input[type="submit"]:hover,input[type="submit"]:focus,input[type="button"]:hover,input[type="button"]:focus,.button:hover,.button:focus,button:hover,button:focus {
	background-color: #000000;
	border-color: #000000;
	color: #FFF;
}

a:focus,input:focus,button:focus,select:focus,a:visited,input:visited,button:visited,select:visited {
	outline: none !important;
}

#sns-totop {
	width: 50px;
	bottom: 20px;
	right: 15px;
	height: 50px;
	text-decoration: none;
	overflow: hidden;
	z-index: 40;
	position: fixed;
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	background: #999;
	border-radius: 50%;
}

#sns-totop.hidden-top {
	bottom: -100px;
}

#sns-totop:before {
	content: "";
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

#sns-totop:hover {
	background-color: #000000;
	border-color: #000000;
}

.icon-chevron-right,.icon-th-large,.icon-th-list,.icon-home,.icon-remove {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-remove:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-th-large:before {
	content: "";
}

.icon-th-list:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.select2-container--default {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.select2-container--default span {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.select2-container--default .select2-selection--single {
	border-color: #eaeaea;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 30px;
}

.select2-container--default .select2-dropdown {
	border: 1px solid #eaeaea;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.select2-container--default .select2-dropdown .select2-search {
	padding: 15px 8px;
}

.select2-container--default .select2-dropdown .select2-search .select2-search__field {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
}

.select2-container--default .select2-dropdown .select2-results .select2-results__option {
	padding: 5px 10px;
}

.tooltip.in {
	z-index: 9999;
}

.tooltip-inner {
	background-color: black;
	border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
	border-top-color: black;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: black;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: black;
}

.tooltip.right .tooltip-arrow {
	border-right-color: black;
}

.tooltip.left .tooltip-arrow {
	border-left-color: black;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: black;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: black;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: black;
}

@media (max-width:479px) {
	.col-phone-1,.col-phone-2,.col-phone-3,.col-phone-4,.col-phone-5,.col-phone-6,.col-phone-7,.col-phone-8,.col-phone-9,.col-phone-10,.col-phone-11,.col-phone-12 {
		float: left;
	}

	.col-phone-1 {
		width: 8.3333333333%;
	}

	.col-phone-2 {
		width: 16.6666666667%;
	}

	.col-phone-3 {
		width: 25%;
	}

	.col-phone-4 {
		width: 33.3333333333%;
	}

	.col-phone-5 {
		width: 41.6666666667%;
	}

	.col-phone-6 {
		width: 50%;
	}

	.col-phone-7 {
		width: 58.3333333333%;
	}

	.col-phone-8 {
		width: 66.6666666667%;
	}

	.col-phone-9 {
		width: 75%;
	}

	.col-phone-10 {
		width: 83.3333333333%;
	}

	.col-phone-11 {
		width: 91.6666666667%;
	}

	.col-phone-12 {
		width: 100%;
	}

	.col-phone-pull-0 {
		right: auto;
	}

	.col-phone-pull-1 {
		right: 8.3333333333%;
	}

	.col-phone-pull-2 {
		right: 16.6666666667%;
	}

	.col-phone-pull-3 {
		right: 25%;
	}

	.col-phone-pull-4 {
		right: 33.3333333333%;
	}

	.col-phone-pull-5 {
		right: 41.6666666667%;
	}

	.col-phone-pull-6 {
		right: 50%;
	}

	.col-phone-pull-7 {
		right: 58.3333333333%;
	}

	.col-phone-pull-8 {
		right: 66.6666666667%;
	}

	.col-phone-pull-9 {
		right: 75%;
	}

	.col-phone-pull-10 {
		right: 83.3333333333%;
	}

	.col-phone-pull-11 {
		right: 91.6666666667%;
	}

	.col-phone-pull-12 {
		right: 100%;
	}

	.col-phone-push-0 {
		left: auto;
	}

	.col-phone-push-1 {
		left: 8.3333333333%;
	}

	.col-phone-push-2 {
		left: 16.6666666667%;
	}

	.col-phone-push-3 {
		left: 25%;
	}

	.col-phone-push-4 {
		left: 33.3333333333%;
	}

	.col-phone-push-5 {
		left: 41.6666666667%;
	}

	.col-phone-push-6 {
		left: 50%;
	}

	.col-phone-push-7 {
		left: 58.3333333333%;
	}

	.col-phone-push-8 {
		left: 66.6666666667%;
	}

	.col-phone-push-9 {
		left: 75%;
	}

	.col-phone-push-10 {
		left: 83.3333333333%;
	}

	.col-phone-push-11 {
		left: 91.6666666667%;
	}

	.col-phone-push-12 {
		left: 100%;
	}

	.col-phone-offset-0 {
		margin-left: 0%;
	}

	.col-phone-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-phone-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-phone-offset-3 {
		margin-left: 25%;
	}

	.col-phone-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-phone-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-phone-offset-6 {
		margin-left: 50%;
	}

	.col-phone-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-phone-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-phone-offset-9 {
		margin-left: 75%;
	}

	.col-phone-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-phone-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-phone-offset-12 {
		margin-left: 100%;
	}
}

.sticky {
	background: none;
	padding: 0px;
	position: relative;
}

.sticky:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	right: -1px;
	bottom: -1px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	z-index: 1;
}

header.archive-header {
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

img {
	max-width: 100%;
	height: auto;
}

.owl-carousel .owl-item img {
	width: auto;
}

.sns-comments {
	margin: 80px 0 0;
}

.sns-comments.no-comment #respond {
	margin-top: 0px;
}

.sns-comments h3#comments {
	margin-bottom: 35px;
	font-size: 2em;
	background: #f5f5f5;
	padding: 20px 30px;
}

.sns-comments .comment-reply-title {
	padding: 0 0;
	margin: 0 0 10px;
	font-size: 2em;
	display: block;
}

.sns-comments .comment-reply-title.title-reply {
	margin-bottom: 10px;
}

.sns-comments .commentlist {
	padding: 0 0 20px;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
}

.sns-comments .commentlist li.pingback,.sns-comments .commentlist li.comment {
	list-style: none;
}

.sns-comments .commentlist li.pingback .comment-body,.sns-comments .commentlist li.comment .comment-body {
	*zoom: 1;
	position: relative;
	padding: 30px 0;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
}

.sns-comments .commentlist li.pingback .comment-body:before,.sns-comments .commentlist li.pingback .comment-body:after,.sns-comments .commentlist li.comment .comment-body:before,.sns-comments .commentlist li.comment .comment-body:after {
	content: " ";
	display: table;
}

.sns-comments .commentlist li.pingback .comment-body:after,.sns-comments .commentlist li.comment .comment-body:after {
	clear: both;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta,.sns-comments .commentlist li.comment .comment-body .comment-user-meta {
	display: block;
	padding: 0 0 0 100px;
	position: relative;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar,.sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar {
	float: left;
	margin: 0 20px 0 0;
	vertical-align: top;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 80px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head {
	margin: 0 0 8px;
	display: block;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head h4.comment-user,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head h4.comment-user {
	display: inline;
	margin: 0 0;
	font-size: 1em;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-head .date,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-head .date {
	margin: 0 0 0 8px;
	display: inline;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content {
	position: relative;
	margin: 0 0 15px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content p:last-child,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content p:last-child {
	margin: 0 0;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul {
	padding: 0 0 0 25px;
	margin: 0 0 25px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ol ul,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ol,.sns-comments .commentlist li.pingback .comment-body .comment-user-meta .comment-content ul ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ol ul,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ol,.sns-comments .commentlist li.comment .comment-body .comment-user-meta .comment-content ul ul {
	margin: 0 0;
	padding: 0 0 0 30px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta,.sns-comments .commentlist li.comment .comment-body .comment-meta {
	display: block;
	margin: 0 0;
	font-size: 1em;
	*zoom: 1;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta:before,.sns-comments .commentlist li.pingback .comment-body .comment-meta:after,.sns-comments .commentlist li.comment .comment-body .comment-meta:before,.sns-comments .commentlist li.comment .comment-body .comment-meta:after {
	content: " ";
	display: table;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta:after,.sns-comments .commentlist li.comment .comment-body .comment-meta:after {
	clear: both;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link {
	padding: 0 0 0 5px;
	margin: 0 0 0 15px;
	color: #333333;
	font-weight: normal;
	display: inline-block;
	float: left;
	line-height: normal;
	font-size: 1em;
	border: none;
	background: transparent;
	position: relative;
	text-transform: uppercase;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -8px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:focus,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:hover,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:focus,.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-reply-link:hover,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:focus,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:hover,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:focus,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-reply-link:hover {
	background: transparent;
	color: #000000;
	box-shadow: none;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta .comment-edit-link:before,.sns-comments .commentlist li.comment .comment-body .comment-meta .comment-edit-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.sns-comments .commentlist li.pingback .comment-body .comment-meta>*:first-child,.sns-comments .commentlist li.comment .comment-body .comment-meta>*:first-child {
	margin: 0 0;
}

@media (max-width:767px) {
	.sns-comments .commentlist li.pingback .children,.sns-comments .commentlist li.comment .children {
		margin-left: 20px;
		padding-left: 0px;
	}

	.sns-comments .commentlist li.pingback .comment-body,.sns-comments .commentlist li.comment .comment-body {
		padding: 20px 0;
	}

	.sns-comments .commentlist li.pingback .comment-body .comment-user-meta,.sns-comments .commentlist li.comment .comment-body .comment-user-meta {
		padding: 0 0 0 65px;
	}

	.sns-comments .commentlist li.pingback .comment-body .comment-user-meta img.avatar,.sns-comments .commentlist li.comment .comment-body .comment-user-meta img.avatar {
		max-width: 50px;
		margin-right: 15px;
	}

	.sns-comments .commentlist li.pingback .comment-body:before,.sns-comments .commentlist li.comment .comment-body:before {
		display: none;
	}
}

.sns-comments .commentlist li.pingback .comment-body .comment-user-meta {
	padding-left: 0px;
}

.sns-comments .commentlist>li:first-child>.comment-body:first-child {
	padding-top: 0;
}

.sns-comments .commentlist>li:last-child>.comment-body:last-child {
	border-bottom: none;
}

.sns-comments .commentlist .children {
	position: relative;
	margin-left: 35px;
	padding-left: 35px;
}

.sns-comments .navigation {
	margin: 0 0;
	padding: 50px 0 0;
	*zoom: 1;
}

.sns-comments .navigation:before,.sns-comments .navigation:after {
	content: " ";
	display: table;
}

.sns-comments .navigation:after {
	clear: both;
}

.sns-comments small {
	font-size: 13px;
	margin: 0 0 0 5px;
}

.sns-comments small a {
	color: #000000;
}

.sns-comments small a:hover {
	text-decoration: underline;
}

.sns-comments #respond {
	margin: 50px 0 50px;
}

.sns-comments .comment-form label {
	font-weight: bold;
}

.sns-comments .comment-form .comment-notes {
	margin-bottom: 25px;
	color: #8b93a1;
}

.sns-comments .comment-form .form-submit {
	margin: 0;
	clear: both;
}

.sns-comments .comment-form .form-submit input#submit {
	display: inline;
	vertical-align: middle;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: transparent;
	border-color: #888888;
}

.sns-comments .comment-form .form-submit input#submit:hover {
	background-color: #000000;
	color: #FFF;
	border-color: #000000;
}

@media (max-width:767px) {
	.sns-comments .comment-form .form-submit input#submit {
		width: auto;
	}
}

.sns-comments .comment-form input[type="text"],.sns-comments .comment-form textarea {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}

.sns-comments .comment-form input[type="text"]::-moz-placeholder,.sns-comments .comment-form textarea::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-comments .comment-form input[type="text"]:-ms-input-placeholder,.sns-comments .comment-form textarea:-ms-input-placeholder {
	color: #888888;
}

.sns-comments .comment-form input[type="text"]::-webkit-input-placeholder,.sns-comments .comment-form textarea::-webkit-input-placeholder {
	color: #888888;
}

.sns-comments .comment-form input[type="text"]:focus,.sns-comments .comment-form textarea:focus {
	background: transparent;
}

.sns-comments .comment-form textarea {
	margin-bottom: 10px;
	height: 166px;
	border-radius: 0px;
	background: #f5f5f5;
}

.sns-comments .comment-form textarea:focus {
	background: transparent;
}

.sns-comments .comment-form .form-allowed-tags {
	margin-bottom: 20px;
}

.sns-comments .comment-form .your-comment {
	width: calc(50% - 15px);
	display: inline-block;
	padding-right: 0;
}

body.logged-in .sns-comments .comment-form .your-comment {
	width: 100%;
}

@media (max-width:767px) {
	.sns-comments .comment-form .your-comment {
		width: 100%;
	}
}

.sns-comments .comment-form .text-field {
	padding-left: 0;
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
}

@media (max-width:767px) {
	.sns-comments .comment-form .text-field {
		width: 100%;
	}
}

.sns-comments .comment-form .text-field.row {
	margin-left: -5px;
	margin-right: -5px;
}

.sns-comments .comment-form .text-field.row .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.sns-comments .comment-form .text-field input {
	margin-bottom: 20px;
	height: 42px;
	background: #f5f5f5;
	border-radius: 0px;
}

.sns-comments p.no-comments {
	margin-top: 30px;
}

.wp-caption {
	max-width: 100%;
}

.navigation {
	padding: 0 0;
	margin: 0 0 60px;
}

.navigation h2,.navigation h4 {
	display: none;
}

.navigation .pagination {
	margin: 0 0;
}

.navigation .pagination a {
	text-align: center;
	margin: 0 5px;
	padding: 0 0;
	display: inline-block;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #888888;
	border-radius: 5px;
	float: left;
}

.navigation .pagination a:hover {
	background-color: #000000 !important;
	border-color: #000000;
	color: #FFF;
}

.navigation .pagination span.page-numbers {
	text-align: center;
	margin: 0 5px;
	padding: 0 0;
	display: inline-block;
	float: left;
	line-height: 40px;
}

.navigation .pagination span.current {
	text-align: center;
	margin: 0 5px;
	padding: 0 0;
	display: inline-block;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #000000 !important;
	color: #FFF;
	float: left;
}

.navigation .next,.navigation .prev {
	position: relative;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

.navigation .next:before,.navigation .prev:before {
	font-size: 16px;
}

.navigation .next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

.navigation .prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

.navigation-ajax {
	display: block;
	text-align: center;
	margin: 10px 0 60px;
}

.navigation-ajax #navigation-ajax {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #888888;
	margin: 0px;
	padding: 10px 25px;
	font-weight: bold;
	border-radius: 5px;
	overflow: hidden;
	font-size: 1em;
	background: #fff;
	position: relative;
}

.navigation-ajax #navigation-ajax:hover {
	background: #000000;
	border-color: #000000;
	color: #FFF;
}

.navigation-ajax #navigation-ajax.auto-load {
	opacity: 0;
}

.navigation-ajax #navigation-ajax.snsnav-active {
	opacity: 1;
	background: #000000;
	border-color: #000000;
	color: #FFF;
	cursor: wait;
	padding-left: 50px;
}

.navigation-ajax #navigation-ajax.snsnav-active:before {
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -10px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	z-index: 1;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

h3.sidebar-shortcodes {
	font-size: 114.29%;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
}

h3.sidebar-shortcodes span {
	position: relative;
	padding: 0;
	display: inline-block;
}

.handle-preload {
	opacity: 0;
	visibility: hidden;
}

.bypostauthor {
	font-size: 100%;
}

#sns_content .wpb_row:last-child {
	margin-bottom: 0;
}

#sns_content .wpb_column>.wpb_wrapper>*:last-child {
	margin-bottom: 0;
}

@media (min-width:1200px) {
	#sns_content .wpb_row:last-child {
		margin-bottom: 0;
	}

	#sns_content .wpb_column>.wpb_wrapper>*:last-child {
		margin-bottom: 0;
	}

	.archive #sns_content,.archive #sns_content .sns-content {
		margin-bottom: 0px;
	}
}

@media (max-width:480px) {
	#sns_content .hide-border-phone {
		border: none !important;
	}
}

@media (min-width:1800px) {
	.container {
		width: 1800px;
	}
}

@media (max-width:1800px) and (min-width:1200px) {
	.container {
		width: calc(100% - 50px);
	}
}

@media (min-width:1800px) {
	body.layout-type-l-m .sns-left {
		width: 16.66667%;
	}

	body.layout-type-l-m .sns-main {
		width: 83.33333%;
	}

	body.layout-type-m-r .sns-right {
		width: 16.66667%;
	}

	body.layout-type-m-r .sns-main {
		width: 83.33333%;
	}

	body.layout-type-l-m-r .sns-left,body.layout-type-l-m-r .sns-right {
		width: 16.66667%;
	}

	body.layout-type-l-m-r .sns-main {
		width: 66.66666%;
	}
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes SNSLucLac {
	0% {
		-webkit-transform: translateX(8px);
	}

	25% {
		-webkit-transform: translateX(-8px);
	}

	50% {
		-webkit-transform: translateX(8px);
	}

	100% {
		-webkit-transform: translateX(0px);
	}
}

@-moz-keyframes SNSLucLac {
	0% {
		-moz-transform: translateX(8px);
	}

	25% {
		-moz-transform: translateX(-8px);
	}

	50% {
		-moz-transform: translateX(8px);
	}

	100% {
		-moz-transform: translateX(0px);
	}
}

@-o-keyframes SNSLucLac {
	0% {
		-o-transform: translateX(8px);
	}

	25% {
		-o-transform: translateX(-8px);
	}

	50% {
		-o-transform: translateX(8px);
	}

	100% {
		-o-transform: translateX(0px);
	}
}

@keyframes SNSLucLac {
	0% {
		transform: translateX(8px);
	}

	25% {
		transform: translateX(-8px);
	}

	50% {
		transform: translateX(8px);
	}

	100% {
		transform: translateX(0px);
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInDown {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-moz-transform: none;
	}
}

@-o-keyframes fadeInDown {
	from {
		opacity: 0;
		-o-transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-o-transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}

	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(0.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		-moz-transform: translateX(-30px);
	}

	80% {
		-moz-transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100px);
	}

	60% {
		-o-transform: translateX(-30px);
	}

	80% {
		-o-transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}

	60% {
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomIn {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomOut {
	0% {
		opacity: 0;
		-moz-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomOut {
	0% {
		opacity: 0;
		-o-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes pageLeft {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(-90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

@-moz-keyframes pageLeft {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateY(-90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateY(0deg);
	}
}

@-o-keyframes pageLeft {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateY(-90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateY(0deg);
	}
}

@keyframes pageLeft {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateY(-90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateY(0deg);
	}
}

.pageRight {
	-webkit-animation-name: pageRight;
	-moz-animation-name: pageRight;
	-o-animation-name: pageRight;
	animation-name: pageRight;
}

@-webkit-keyframes pageRight {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

@-moz-keyframes pageRight {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateY(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateY(0deg);
	}
}

@-o-keyframes pageRight {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateY(90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateY(0deg);
	}
}

@keyframes pageRight {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateY(0deg);
	}
}

@-webkit-keyframes pageTop {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes pageTop {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes pageTop {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes pageTop {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes pageTopBack {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes pageTopBack {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes pageTopBack {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes pageTopBack {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes pageBottom {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes pageBottom {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes pageBottom {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes pageBottom {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(-90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes starwars {
	0% {
		opacity: 0;
		-webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-webkit-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@-moz-keyframes starwars {
	0% {
		opacity: 0;
		-moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-moz-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@-o-keyframes starwars {
	0% {
		opacity: 0;
		-o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-o-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@keyframes starwars {
	0% {
		opacity: 0;
		transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@-webkit-keyframes moveFromBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(200%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes moveFromBottom {
	from {
		opacity: 0;
		-moz-transform: translateY(200%);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes moveFromBottom {
	from {
		opacity: 0;
		-ms-transform: translateY(200%);
	}

	to {
		opacity: 1;
		-ms-transform: translateY(0%);
	}
}

@-webkit-keyframes moveFromTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(-200%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes moveFromTop {
	from {
		opacity: 0;
		-moz-transform: translateY(-200%);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0%);
	}
}

@-ms-keyframes moveFromTop {
	from {
		opacity: 0;
		-ms-transform: translateY(-200%);
	}

	to {
		opacity: 1;
		-ms-transform: translateY(0%);
	}
}

@keyframes smallLoading {
	16.67% {
		box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
	}

	33.33% {
		box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
	}

	50% {
		box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
	}

	66.67% {
		box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
	}

	88.88% {
		box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
	}

	100% {
		transform: rotate(-360deg);
		box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
	}
}

@-webkit-keyframes smallLoading {
	16.67% {
		box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
	}

	33.33% {
		box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
	}

	50% {
		box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
	}

	66.67% {
		box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
	}

	88.88% {
		box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
	}

	100% {
		-webkit-transform: rotate(-360deg);
		box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
	}
}

@-moz-keyframes smallLoading {
	16.67% {
		box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
	}

	33.33% {
		box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
	}

	50% {
		box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
	}

	66.67% {
		box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
	}

	88.88% {
		box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
	}

	100% {
		-moz-transform: rotate(-360deg);
		box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
	}
}

@-o-keyframes smallLoading {
	16.67% {
		box-shadow: -35px -60px 0 20px #76bdd1, 35px -60px 0 20px #6cce74, 70px 0px 0 20px #c18d46, 35px 60px 0 20px #c14745, -35px 60px 0 20px #2e1e5b, -70px 0px 0 20px #9c37a6;
	}

	33.33% {
		box-shadow: -35px -60px 0 20px #9c37a6, 35px -60px 0 20px #76bdd1, 70px 0px 0 20px #6cce74, 35px 60px 0 20px #c18d46, -35px 60px 0 20px #c14745, -70px 0px 0 20px #2e1e5b;
	}

	50% {
		box-shadow: -35px -60px 0 20px #2e1e5b, 35px -60px 0 20px #9c37a6, 70px 0px 0 20px #76bdd1, 35px 60px 0 20px #6cce74, -35px 60px 0 20px #c18d46, -70px 0px 0 20px #c14745;
	}

	66.67% {
		box-shadow: -35px -60px 0 20px #c14745, 35px -60px 0 20px #2e1e5b, 70px 0px 0 20px #9c37a6, 35px 60px 0 20px #76bdd1, -35px 60px 0 20px #6cce74, -70px 0px 0 20px #c18d46;
	}

	88.88% {
		box-shadow: -35px -60px 0 20px #c18d46, 35px -60px 0 20px #c14745, 70px 0px 0 20px #2e1e5b, 35px 60px 0 20px #9c37a6, -35px 60px 0 20px #76bdd1, -70px 0px 0 20px #6cce74;
	}

	100% {
		-o-transform: rotate(-360deg);
		box-shadow: -35px -60px 0 20px #6cce74, 35px -60px 0 20px #c18d46, 70px 0px 0 20px #c14745, 35px 60px 0 20px #2e1e5b, -35px 60px 0 20px #9c37a6, -70px 0px 0 20px #76bdd1;
	}
}

@keyframes shine {
	0% {
		background-position: top left;
	}

	100% {
		background-position: top right;
	}
}

@-webkit-keyframes shine {
	0% {
		background-position: top left;
	}

	100% {
		background-position: top right;
	}
}

@-o-keyframes shine {
	0% {
		background-position: top left;
	}

	100% {
		background-position: top right;
	}
}

@-moz-keyframes shine {
	0% {
		background-position: top left;
	}

	100% {
		background-position: top right;
	}
}

@keyframes infinite_icon {
	0% {
		transform: translate(0px, 2px);
	}

	100% {
		transform: translate(0px, -2px);
	}
}

@-moz-keyframes infinite_icon {
	0% {
		transform: translate(0px, 2px);
	}

	100% {
		transform: translate(0px, -2px);
	}
}

@-webkit-keyframes infinite_icon {
	0% {
		transform: translate(0px, 2px);
	}

	100% {
		transform: translate(0px, -2px);
	}
}

@-o-keyframes infinite_icon {
	0% {
		transform: translate(0px, 2px);
	}

	100% {
		transform: translate(0px, -2px);
	}
}

@keyframes iconmap {
	0% {
		transform: translate(4px, 4px) rotate(-45deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(-45deg);
	}
}

@-moz-keyframes iconmap {
	0% {
		transform: translate(4px, 4px) rotate(-45deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(-45deg);
	}
}

@-webkit-keyframes iconmap {
	0% {
		transform: translate(4px, 4px) rotate(-45deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(-45deg);
	}
}

@-o-keyframes iconmap {
	0% {
		transform: translate(4px, 4px) rotate(-45deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(-45deg);
	}
}

.sns-left>.widget:last-child,.sns-right>.widget:last-child,.inner-sidebar>.widget:last-child {
	margin-bottom: 0 !important;
	border: none !important;
}

.sns-left>.postwcode-widget .wpb_wrapper>div,.sns-left>.widget,.sns-right>.postwcode-widget .wpb_wrapper>div,.sns-right>.widget,.inner-sidebar>.postwcode-widget .wpb_wrapper>div,.inner-sidebar>.widget {
	margin-bottom: 50px;
	position: relative;
	*zoom: 1;
}

.sns-left>.postwcode-widget .wpb_wrapper>div:before,.sns-left>.postwcode-widget .wpb_wrapper>div:after,.sns-left>.widget:before,.sns-left>.widget:after,.sns-right>.postwcode-widget .wpb_wrapper>div:before,.sns-right>.postwcode-widget .wpb_wrapper>div:after,.sns-right>.widget:before,.sns-right>.widget:after,.inner-sidebar>.postwcode-widget .wpb_wrapper>div:before,.inner-sidebar>.postwcode-widget .wpb_wrapper>div:after,.inner-sidebar>.widget:before,.inner-sidebar>.widget:after {
	content: " ";
	display: table;
}

.sns-left>.postwcode-widget .wpb_wrapper>div:after,.sns-left>.widget:after,.sns-right>.postwcode-widget .wpb_wrapper>div:after,.sns-right>.widget:after,.inner-sidebar>.postwcode-widget .wpb_wrapper>div:after,.inner-sidebar>.widget:after {
	clear: both;
}

.sns-left>.postwcode-widget .wpb_wrapper>div .widget,.sns-left>.widget .widget,.sns-right>.postwcode-widget .wpb_wrapper>div .widget,.sns-right>.widget .widget,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .widget,.inner-sidebar>.widget .widget {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.sns-left>.postwcode-widget .wpb_wrapper>div .widgettitle,.sns-left>.postwcode-widget .wpb_wrapper>div .widget-title,.sns-left>.widget .widgettitle,.sns-left>.widget .widget-title,.sns-right>.postwcode-widget .wpb_wrapper>div .widgettitle,.sns-right>.postwcode-widget .wpb_wrapper>div .widget-title,.sns-right>.widget .widgettitle,.sns-right>.widget .widget-title,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .widgettitle,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .widget-title,.inner-sidebar>.widget .widgettitle,.inner-sidebar>.widget .widget-title {
	font-size: 1.5em;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding: 0 0;
	margin: 0 0 25px;
	line-height: 1.1;
}

.sns-left>.postwcode-widget .wpb_wrapper>div .widgettitle>span,.sns-left>.postwcode-widget .wpb_wrapper>div .widget-title>span,.sns-left>.widget .widgettitle>span,.sns-left>.widget .widget-title>span,.sns-right>.postwcode-widget .wpb_wrapper>div .widgettitle>span,.sns-right>.postwcode-widget .wpb_wrapper>div .widget-title>span,.sns-right>.widget .widgettitle>span,.sns-right>.widget .widget-title>span,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .widgettitle>span,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .widget-title>span,.inner-sidebar>.widget .widgettitle>span,.inner-sidebar>.widget .widget-title>span {
	display: inline-block;
	position: relative;
}

.sns-left>.postwcode-widget .wpb_wrapper>div .wpb_heading,.sns-left>.widget .wpb_heading,.sns-right>.postwcode-widget .wpb_wrapper>div .wpb_heading,.sns-right>.widget .wpb_heading,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .wpb_heading,.inner-sidebar>.widget .wpb_heading {
	font-size: 1.5em;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding: 0 0;
	margin: 0 0 25px;
	text-align: left;
	line-height: 1.1;
}

.sns-left>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:before,.sns-left>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:after,.sns-left>.widget .wpb_heading>span:before,.sns-left>.widget .wpb_heading>span:after,.sns-right>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:before,.sns-right>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:after,.sns-right>.widget .wpb_heading>span:before,.sns-right>.widget .wpb_heading>span:after,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:before,.inner-sidebar>.postwcode-widget .wpb_wrapper>div .wpb_heading>span:after,.inner-sidebar>.widget .wpb_heading>span:before,.inner-sidebar>.widget .wpb_heading>span:after {
	display: none;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.sns-left>.widget.widget_snsevon_widget_vertical_menu,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.sns-right>.widget.widget_snsevon_widget_vertical_menu,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu {
	background: #333;
	padding: 0 30px 20px 30px;
	border: none;
	z-index: 3;
}

@media (max-width:1199px) {
	.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.sns-left>.widget.widget_snsevon_widget_vertical_menu,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.sns-right>.widget.widget_snsevon_widget_vertical_menu,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu {
		padding: 0 20px 20px 20px;
	}
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .widget-title,.sns-left>.widget.widget_snsevon_widget_vertical_menu .widget-title,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .widget-title,.sns-right>.widget.widget_snsevon_widget_vertical_menu .widget-title,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .widget-title,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .widget-title {
	padding: 30px 0 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #424242;
	color: #FFF;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style {
	padding: 0 0;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a {
	color: #FFF;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.menu-item-has-children:after {
	color: #FFF;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.sns-left>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.sns-right>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-ancestor>a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item.current-menu-item>a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:hover>a {
	color: #ffffff !important;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-left>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a,.sns-right>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a {
	color: #FFF;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-left>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-left>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active,.sns-right>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.sns-right>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a:hover,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav a.active {
	color: #000000;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-left>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.sns-right>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before {
	color: #ccc;
}

.sns-left>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,.sns-left>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,.sns-right>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,.sns-right>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,.inner-sidebar>.postwcode-widget .wpb_wrapper>div.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a,.inner-sidebar>.widget.widget_snsevon_widget_vertical_menu .sns-respmenu .resp-nav .accr_header.open>a {
	color: #000000;
}

.sns-left .postwcode-widget .wpb_wrapper>div.no-padding-border,.sns-right .postwcode-widget .wpb_wrapper>div.no-padding-border,.inner-sidebar .postwcode-widget .wpb_wrapper>div.no-padding-border {
	border: none;
	padding-bottom: 0px;
}

.sns-left .postwcode-widget .wpb_wrapper>div.no-space-separator,.sns-right .postwcode-widget .wpb_wrapper>div.no-space-separator,.inner-sidebar .postwcode-widget .wpb_wrapper>div.no-space-separator {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media (min-width:1800px) {
	body.special-sidebar.left-sidebar .inner-sidebar {
		width: 16.66667%;
	}

	body.special-sidebar.left-sidebar .inner-sidebar+div {
		width: 83.33333%;
	}
}

@media (max-width:1800px) and (min-width:1200px) {
	body.special-sidebar.left-sidebar .inner-sidebar {
		width: 25%;
	}

	body.special-sidebar.left-sidebar .inner-sidebar+div {
		width: 75%;
	}
}

body.special-sidebar .sns-left,body.special-sidebar .sns-right,body.special-sidebar .inner-sidebar {
	z-index: 2;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu),body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu),body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div {
	margin-bottom: 50px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div:last-child,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div:last-child,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu):last-child,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu):last-child,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div:last-child {
	margin-bottom: 0px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title {
	margin: 0 0 15px;
	position: relative;
	font-size: 1.5em;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading:before,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title:before,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading:before,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title:before,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading:before,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title:before,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading:before,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title:before,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading:before,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -17px;
	width: 100px;
	height: 3px;
	background: #000000;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading+ul:not(.vertical-style),body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading+div,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading+label,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.wpb_heading+form,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title+ul:not(.vertical-style),body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title+div,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title+label,body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div>.widget-title+form,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading+ul:not(.vertical-style),body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading+div,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading+label,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.wpb_heading+form,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title+ul:not(.vertical-style),body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title+div,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title+label,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div>.widget-title+form,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+ul:not(.vertical-style),body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+div,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+label,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+form,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+ul:not(.vertical-style),body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+div,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+label,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+form,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+ul:not(.vertical-style),body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+div,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+label,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.wpb_heading+form,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+ul:not(.vertical-style),body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+div,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+label,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu)>.widget-title+form,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading+ul:not(.vertical-style),body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading+div,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading+label,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.wpb_heading+form,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title+ul:not(.vertical-style),body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title+div,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title+label,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div>.widget-title+form {
	padding: 20px;
	border: 1px solid #eaeaea;
	border-radius: 0 5px 5px 5px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list {
	margin: 0;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product {
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	margin-top: 20px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product:first-child {
	border: none;
	margin-top: 0px;
	padding-top: 0px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img {
	margin: 0 10px 0 0;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-img .product-image {
	border: none;
	max-width: 75px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .item-title {
	margin-bottom: 8px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .prdlist-content .product_list.list .item-row .product .list-view .item-info .price .amount {
	font-size: 1em;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .owl-nav {
	top: -55px;
	right: -20px;
	width: 40px;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev {
	text-align: left;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-prev:before,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-prev:before {
	text-align: left;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next {
	text-align: right;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu).sns-products.list-mode .owl-nav .owl-next:before,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div.sns-products.list-mode .owl-nav .owl-next:before {
	text-align: right;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div .sns-info-box,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div .sns-info-box,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu) .sns-info-box,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu) .sns-info-box,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div .sns-info-box {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #eaeaea;
}

body.special-sidebar .sns-left>.postwcode-widget .wpb_wrapper>div .sns-info-box:first-child,body.special-sidebar .sns-right>.postwcode-widget .wpb_wrapper>div .sns-info-box:first-child,body.special-sidebar .sns-left>.widget:not(.widget_snsevon_widget_vertical_menu) .sns-info-box:first-child,body.special-sidebar .sns-right>.widget:not(.widget_snsevon_widget_vertical_menu) .sns-info-box:first-child,body.special-sidebar .inner-sidebar>.vc_column-inner>.wpb_wrapper>div .sns-info-box:first-child {
	border-top: none;
	margin: 0 0;
	padding: 8px 0 0;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu {
	padding: 0 0;
	background: #FFF;
	z-index: 3;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu>.wpb_heading,body.special-sidebar .wpb_wrapper>.sns-vertical-menu .widget-title,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu>.wpb_heading,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu .widget-title {
	background: #000000;
	color: #FFF;
	margin: 0 0 !important;
	padding: 15px 20px;
	border-radius: 5px 5px 0 0;
	font-size: 1.1428em !important;
	margin: 0 0;
	border: none;
	text-transform: uppercase;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu>.wpb_heading:before,body.special-sidebar .wpb_wrapper>.sns-vertical-menu .widget-title:before,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu>.wpb_heading:before,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu .widget-title:before {
	display: none;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style {
	padding: 0 20px;
	border: 1px solid #eaeaea;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style a,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style a {
	color: #333333 !important;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style a:hover,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style a:hover {
	color: #000000 !important;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style>li.menu-item,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item {
	border-top: 1px solid #eaeaea;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style>li.menu-item:first-child,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item:first-child {
	border-top: none;
}

body.special-sidebar .wpb_wrapper>.sns-vertical-menu ul.vertical-style>li.menu-item>a,body.special-sidebar .widget.widget_snsevon_widget_vertical_menu ul.vertical-style>li.menu-item>a {
	padding: 13px 20px 13px 0;
}

.widget {
	position: relative;
	*zoom: 1;
}

.widget:before,.widget:after {
	content: " ";
	display: table;
}

.widget:after {
	clear: both;
}

.widget .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.widget .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1em;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.widget .widget-title {
	font-size: 1.5em;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding: 0 0;
	margin: 0 0 25px;
	line-height: 1.1;
}

.widget .widget-title>span {
	display: inline-block;
	position: relative;
}

.widget .widget-title+ul,.widget .widget-title+div,.widget .widget-title+label,.widget .widget-title+form {
	padding: 0;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul .accr_header {
	display: inline;
}

.widget ul .accr_header .btn_accor {
	position: absolute;
	top: 12px;
	right: 0px;
	cursor: pointer;
	text-align: center;
}

.widget ul .accr_header .btn_accor .ac-tongle {
	color: #888888;
	display: block;
	font-weight: normal;
}

.widget ul .accr_header .btn_accor .ac-tongle.close {
	background: none;
	opacity: 1;
	text-shadow: none;
}

.widget ul .accr_header a {
	position: relative;
}

.widget ul .accr_header.open .count {
	color: #000000;
}

.widget ul .accr_header.open>a {
	color: #000000;
}

.widget ul li {
	position: relative;
}

.widget ul li a {
	position: relative;
	padding: 0 0 0 0px;
	color: inherit;
}

.widget ul li a:hover {
	color: #000000;
}

.widget ul li ul {
	margin: 0px;
	padding: 0 0;
}

.widget ul li a {
	display: inline;
	padding: 5px 0;
	color: #333333;
}

.widget ul li a:hover {
	color: #000000;
}

.widget ul li:first-child a {
	padding-top: 0;
}

.widget ul li:last-child a {
	padding-bottom: 0;
}

.widget ul li ul {
	padding-left: 20px;
}

.widget a.button:hover {
	color: #FFF;
	background: #000000;
}

.widget a .product-title,.widget .title,.widget .post-title {
	font-size: 1em;
}

.widget a .product-title a,.widget .title a,.widget .post-title a {
	color: #333333;
}

.widget a .product-title a:hover,.widget .title a:hover,.widget .post-title a:hover {
	color: #000000;
}

.widget.yith-woo-ajax-reset-navigation:before,.widget.yith-woo-ajax-reset-navigation:after {
	display: inline;
}

.widget.yith-woo-ajax-reset-navigation a.button {
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	background-color: #333333;
	border-color: #333333;
	color: #FFF;
}

.widget.yith-woo-ajax-reset-navigation a.button:focus,.widget.yith-woo-ajax-reset-navigation a.button:hover {
	color: #FFF;
	background: #000000;
	border-color: #000000;
}

.widget.widget_recent_entries ul li {
	padding: 4px 0;
}

.widget.widget_recent_entries ul li:first-child {
	padding-top: 0px;
}

.widget.widget_recent_entries ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
}

.widget.widget_recent_entries ul li a:before {
	position: absolute;
	left: 0px;
	top: 4px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
}

.widget.widget_recent_entries ul li .post-date {
	font-size: 90%;
	padding: 0 0 0 20px;
}

.widget.widget_archive ul li {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f5f5f5;
}

.widget.widget_archive ul li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.widget.widget_archive ul li a {
	position: relative;
	padding: 0 0 0 20px;
}

.widget.widget_archive ul li a:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	left: 0px;
	top: 0px;
	line-height: 18px;
}

.widget.widget_categories>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget.widget_categories>ul .children {
	padding-top: 7px;
	position: relative;
}

.widget.widget_categories>ul .children:before {
	width: 1px;
	height: calc(100% - 7px) !important;
	background: #f5f5f5;
	position: absolute;
	left: 7px;
	top: 7px;
	content: "";
}

.widget.widget_categories>ul li {
	position: relative;
	padding: 5px 0px;
	margin: 0;
}

.widget.widget_categories>ul li a {
	padding: 0;
}

.widget.widget_categories>ul li .btn_accor {
	top: 6px;
}

.widget.widget_categories>ul li .btn_accor .ac-tongle {
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}

.widget.widget_categories>ul li:first-child {
	padding-top: 0px;
}

.widget.widget_categories>ul li:first-child .btn_accor {
	top: 4px;
}

.widget.widget_categories>ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.widget.widget_categories>ul>li>.accr_header>a,.widget.widget_categories>ul>li>a {
	padding-left: 15px;
}

.widget.widget_categories>ul>li>.accr_header>a:before,.widget.widget_categories>ul>li>a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	text-indent: -24px;
}

.widget.widget_pages ul {
	list-style: none;
}

.widget.widget_pages ul li {
	position: relative;
	padding: 8px 0 0 0;
	margin: 0;
}

.widget.widget_pages ul li ul {
	margin: 8px 0 0 10px;
}

.widget.widget_pages ul li:first-child {
	padding-top: 0px;
}

.widget.widget_meta ul {
	list-style: none;
}

.widget.widget_meta ul li {
	position: relative;
	padding: 8px 0 0 0;
	margin: 0;
}

.widget.widget_meta ul li ul {
	margin: 8px 0 0 10px;
}

.widget.widget_meta ul li:first-child {
	padding-top: 0px;
}

.widget.widget_nav_menu ul {
	list-style: none;
}

.widget.widget_nav_menu ul li {
	position: relative;
	padding: 8px 0 0 0;
	margin: 0;
}

.widget.widget_nav_menu ul li ul {
	margin: 0 0;
}

.widget.widget_nav_menu ul li:first-child {
	padding-top: 0px;
}

.widget.widget_tag_cloud {
	background: none !important;
}

.widget.widget_tag_cloud .tagcloud {
	*zoom: 1;
}

.widget.widget_tag_cloud .tagcloud:before,.widget.widget_tag_cloud .tagcloud:after {
	content: " ";
	display: table;
}

.widget.widget_tag_cloud .tagcloud:after {
	clear: both;
}

.widget.widget_tag_cloud .tagcloud>a {
	color: #888888;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	display: inline-block;
	float: left;
	font-size: 100% !important;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	position: relative;
}

.widget.widget_tag_cloud .tagcloud>a:hover {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

.widget.widget_tag_cloud .tagcloud>a.is_hidden {
	opacity: 1;
}

.widget.widget_tag_cloud .tagcloud>a.is_visible {
	opacity: 0;
}

.widget.widget_tag_cloud .tagcloud .view-more-tag {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.widget.widget_tag_cloud .tagcloud .view-more-tag a {
	text-decoration: underline;
}

.widget.widget_tag_cloud .tagcloud .view-more-tag a:hover {
	text-decoration: underline;
}

.widget.widget_recent_comments ul li {
	margin-top: 14px;
	padding: 14px 0 0 25px;
	border-top: 1px solid #f5f5f5;
	position: relative;
}

.widget.widget_recent_comments ul li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.widget.widget_recent_comments ul li:first-child:before {
	top: 4px;
}

.widget.widget_recent_comments ul li:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 18px;
	left: 0px;
	top: 16px;
	line-height: 18px;
}

.widget.widget_recent_comments ul li .comment-author-link {
	color: #000000;
}

.widget.widget_top_rated_products li .amount {
	display: none;
}

.widget.widget_search #searchform {
	position: relative;
	padding: 0;
}

.widget.widget_search #searchform:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	right: 16px;
	top: 18px;
	margin: 0 0;
	color: #333333;
}

.widget.widget_search #searchform label.screen-reader-text {
	display: none;
}

.widget.widget_search #searchform input#s {
	width: 100%;
	height: 60px;
	border: 1px solid #f5f5f5;
	border-radius: 0px;
	padding-left: 20px;
	box-shadow: unset;
	background: #f5f5f5;
}

.widget.widget_search #searchform input#s::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.widget.widget_search #searchform input#s:-ms-input-placeholder {
	color: #888888;
}

.widget.widget_search #searchform input#s::-webkit-input-placeholder {
	color: #888888;
}

.widget.widget_search #searchform input#searchsubmit {
	font-size: 0px;
	padding: 0 0;
	border: none;
	height: 24px;
	width: 24px;
	position: absolute;
	right: 16px;
	top: 18px;
	margin: 0 0;
	background: transparent;
}

.widget.widget_search #searchform:hover:before {
	color: #000000;
}

.widget.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget.widget_rss .rss-date,.widget.widget_rss cite {
	color: #999;
	display: block;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget.widget_rss li .rsswidget {
	color: #000000;
}

.widget.widget_rss li .rsswidget:hover {
	color: #686868;
}

.widget.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

.widget.widget_calendar #calendar_wrap {
	border: none;
}

.widget.widget_calendar #wp-calendar,.widget.widget_calendar table {
	background: white;
	border-color: #eaeaea;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 30px;
}

.widget.widget_calendar #wp-calendar caption,.widget.widget_calendar table caption {
	padding: 0 0 5px;
}

.widget.widget_calendar #wp-calendar td.label,.widget.widget_calendar table td.label {
	display: table-cell;
}

.widget.widget_calendar #wp-calendar td.label label,.widget.widget_calendar table td.label label {
	margin: 0 0;
}

.widget.widget_calendar #wp-calendar>thead>tr>th,.widget.widget_calendar #wp-calendar>tbody>tr>th,.widget.widget_calendar #wp-calendar>tfoot>tr>th,.widget.widget_calendar table>thead>tr>th,.widget.widget_calendar table>tbody>tr>th,.widget.widget_calendar table>tfoot>tr>th {
	border-color: #eaeaea;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #888888;
	vertical-align: middle;
}

.widget.widget_calendar #wp-calendar>thead>tr>th,.widget.widget_calendar table>thead>tr>th {
	background: #f9f9f9;
}

.widget.widget_calendar #wp-calendar>thead>tr>td,.widget.widget_calendar #wp-calendar>tbody>tr>td,.widget.widget_calendar #wp-calendar>tfoot>tr>td,.widget.widget_calendar table>thead>tr>td,.widget.widget_calendar table>tbody>tr>td,.widget.widget_calendar table>tfoot>tr>td {
	border-color: #eaeaea;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

.widget.widget_calendar #wp-calendar td a.color-myaccount,.widget.widget_calendar table td a.color-myaccount {
	text-decoration: underline;
}

.widget.widget_calendar #wp-calendar td a.color-myaccount:hover,.widget.widget_calendar table td a.color-myaccount:hover {
	text-decoration: none;
}

.widget.widget_calendar #wp-calendar td#today,.widget.widget_calendar table td#today {
	color: #000000;
}

.widget.widget_calendar #wp-calendar {
	margin-bottom: 0px;
}

.widget.widget_calendar #wp-calendar tbody td a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0;
	background: none;
	color: #333333;
	cursor: pointer;
	white-space: normal;
	font-size: 100%;
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	vertical-align: top;
	font-weight: normal;
	text-decoration: underline;
}

.widget.widget_calendar #wp-calendar tbody td a:focus,.widget.widget_calendar #wp-calendar tbody td a:hover {
	color: #000000;
	background: #FFF;
}

.widget.widget_calendar #wp-calendar tfoot #prev,.widget.widget_calendar #wp-calendar tfoot #next {
	text-align: center;
}

.widget.widget_calendar #wp-calendar tfoot #prev a,.widget.widget_calendar #wp-calendar tfoot #prev a:focus,.widget.widget_calendar #wp-calendar tfoot #next a,.widget.widget_calendar #wp-calendar tfoot #next a:focus {
	font-size: 100%;
	background: none;
	border-color: #eaeaea;
	color: inherit;
	padding: 3px 15px;
	box-shadow: none 3px 3px 3px #888;
}

.widget.widget_calendar #wp-calendar tfoot #prev a:hover,.widget.widget_calendar #wp-calendar tfoot #next a:hover {
	color: #FFF;
	background: #000000;
	border-color: #000000;
}

.widget.widget_sp_image {
	padding: 0;
	border: none;
	position: relative;
	overflow: hidden;
}

.widget.widget_sp_image .widget-title {
	display: none;
}

.widget.widget_sp_image a img {
	margin: 0;
}

.widget.widget_sp_image a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	vertical-align: top;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

.widget.widget_sp_image a:before {
	content: " ";
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.widget.widget_sp_image a:hover:before {
	opacity: 1;
	visibility: visible;
}

ul.side-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
	padding: 25px 20px;
}

ul.side-navigation li {
	padding: 8px 0;
}

ul.side-navigation li:first-child {
	padding-top: 0px;
	border-top: none;
}

ul.side-navigation li:last-child {
	padding-bottom: 0px;
}

ul.side-navigation li.current_page_item a {
	color: #000000;
}

ul.side-navigation li a {
	position: relative;
	padding: 0 0 0 20px;
	color: inherit;
}

ul.side-navigation li a:hover {
	color: #000000;
}

ul.side-navigation li a:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	left: 0px;
	top: 50%;
	line-height: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -2px;
}

ul.side-navigation li ul {
	border-top: 1px solid #eaeaea;
	margin-top: 8px;
	padding: 8px 0 0 15px;
}

.widget-posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-posts .post-item {
	margin-bottom: 30px;
	*zoom: 1;
}

.widget-posts .post-item:before,.widget-posts .post-item:after {
	content: " ";
	display: table;
}

.widget-posts .post-item:after {
	clear: both;
}

.widget-posts .post-item:last-child {
	margin-bottom: 0;
}

.widget-posts .post-item:last-child .post-img {
	margin-bottom: 0;
}

.widget-posts .post-item .post-img a {
	display: block;
	position: relative;
	float: left;
	max-width: 70px;
	margin-right: 15px;
	padding: 0 0;
}

.widget-posts .post-item .post-img a:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.widget-posts .post-item .post-title {
	margin: -6px 0 5px;
}

.widget-posts .post-item .post-title a {
	padding: 0 0;
	max-height: 48px;
	display: block;
	overflow: hidden;
}

.widget-posts .post-item .post-title a:hover {
	color: #000000;
}

.widget-posts .post-item .post-date {
	color: #ccc;
}

.widget-posts .post-item:hover .post-img a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#sns_slideshow .hephaistos.tparrows.tp-rightarrow::before {
	content: "";
}

#sns_slideshow .hephaistos.tparrows.tp-leftarrow::before {
	content: "";
}

#sns_slideshow .rev-btn {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_slideshow .sns-vertical-menu {
	width: calc(25% - 15px);
	padding-left: 15px;
	float: left;
}

#sns_slideshow .sns-slide-show {
	width: calc(75% + 15px);
	padding-right: 15px;
	float: left;
}

@media (max-width:1200px) {
	#sns_slideshow .sns-slide-show {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	#sns_slideshow .tparrows {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.revslider-initialised .sns-shape-btn {
		position: relative;
	}

	.revslider-initialised .sns-shape-btn:before {
		height: 3px;
		width: 11px;
		content: "";
		background: #FFF;
		position: absolute;
		left: 6.5px;
		top: 11px;
	}

	.revslider-initialised .sns-shape-btn:after {
		height: 11px;
		width: 3px;
		content: "";
		background: #FFF;
		position: absolute;
		left: 11px;
		top: 6.5px;
		opacity: 1;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

	.revslider-initialised .sns-shape-btn:hover:after {
		opacity: 0;
	}
}

#sns_breadcrumbs {
	position: relative;
	margin: 0 0;
	padding: 0 0;
}

#sns_breadcrumbs .container>div {
	position: relative;
	margin: 0 0 50px;
	padding: 15px 0 0;
}

#sns_breadcrumbs .container>div:before {
	position: absolute;
	content: "";
	top: -1px;
	left: 0px;
	height: 1px;
	background-color: #eaeaea;
	width: 100%;
}

body.archive.woocommerce-page #sns_breadcrumbs .container>div,body.post-type-archive-product #sns_breadcrumbs .container>div {
	margin-bottom: 15px;
}

#sns_breadcrumbs .breadcrumbs {
	color: #000000;
}

#sns_breadcrumbs .breadcrumbs>* {
	display: inline-block;
}

#sns_breadcrumbs .breadcrumbs .navigation-pipe {
	margin: 0px 14px;
	color: #333333;
}

#sns_breadcrumbs.have-bg-img {
	position: relative;
	text-align: center;
}

#sns_breadcrumbs.have-bg-img .container>div {
	margin: 0 0 50px;
	padding: 0 0;
	position: relative;
	background-color: #F2F2F2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 210px;
}

@media (max-width:1199px) {
	#sns_breadcrumbs.have-bg-img .container>div {
		height: 180px;
	}
}

@media (max-width:480px) {
	#sns_breadcrumbs.have-bg-img .container>div {
		background-image: none !important;
	}
}

#sns_breadcrumbs.have-bg-img .container>div:before {
	display: none;
}

#sns_breadcrumbs.have-bg-img .container>div .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 10px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#sns_breadcrumbs.have-bg-img .container>div .inner #breadcrumbs {
	margin-bottom: 10px;
}

#sns_breadcrumbs.have-bg-img .container>div .inner h1,#sns_breadcrumbs.have-bg-img .container>div .inner h2 {
	margin: 0 0;
}

@media (max-width:1199px) {
	#sns_breadcrumbs.have-bg-img .container>div .inner h1,#sns_breadcrumbs.have-bg-img .container>div .inner h2 {
		font-size: 1.4285em;
	}
}

@media (max-width:767px) {
	#sns_breadcrumbs.have-bg-img .container>div .inner h1,#sns_breadcrumbs.have-bg-img .container>div .inner h2 {
		font-size: 1.1428em;
	}
}

#sns_content {
	position: relative;
	overflow: hidden;
	margin: 0 0;
}

body.error404 #sns_content {
	margin-top: 0;
}

#sns_content .sns-right,#sns_content .sns-left {
	margin-bottom: 60px;
}

#sns_content .sns-right-sidebar,#sns_content .sns-left-sidebar {
	margin-bottom: 60px;
}

#sns_content .sns-right-sidebar>.vc_column-inner>.wpb_wrapper>*,#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>* {
	margin-bottom: 55px;
}

#sns_content .sns-right-sidebar>.vc_column-inner>.wpb_wrapper>*:last-child,#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>*:last-child {
	margin-bottom: 0px;
}

#sns_content .sns-right-sidebar>.vc_column-inner>.wpb_wrapper>* .wpb_heading,#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>* .wpb_heading {
	font-weight: bold;
	font-size: 1.7142em;
	text-transform: none;
}

#sns_content .sns-right-sidebar>.vc_column-inner>.wpb_wrapper>* ul.vertical-style,#sns_content .sns-left-sidebar>.vc_column-inner>.wpb_wrapper>* ul.vertical-style {
	border-top: 1px solid #eaeaea;
}

#sns_footer .wpb_content_element {
	margin-bottom: 0px;
}

#sns_footer .wpb_heading,#sns_footer .widgettitle {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 25px;
}

#sns_footer .widget {
	border: none;
	padding: 0 0;
	margin: 0px;
}

#sns_footer .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0;
}

#sns_footer .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	opacity: 0;
	left: -15px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer .widget.widget_nav_menu .menu li a:hover {
	padding-left: 18px;
}

#sns_footer .widget.widget_nav_menu .menu li a:hover:before {
	opacity: 1;
	left: 0px;
}

#sns_footer .inline-menu .widget.widget_nav_menu li {
	display: inline-block;
	position: relative;
	padding: 5px 20px 0;
}

@media (max-width:767px) {
	#sns_footer .inline-menu .widget.widget_nav_menu li {
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media (max-width:480px) {
	#sns_footer .inline-menu .widget.widget_nav_menu li {
		display: block;
		padding: 5px 0px;
	}
}

#sns_footer .inline-menu .widget.widget_nav_menu li a {
	color: #333333;
}

#sns_footer .inline-menu .widget.widget_nav_menu li a:before {
	display: none;
}

#sns_footer .inline-menu .widget.widget_nav_menu li a:hover {
	color: #000000;
	padding: 0 0;
}

#sns_footer .inline-menu .widget.widget_nav_menu li:first-child {
	padding-left: 0;
}

#sns_footer .copyright {
	text-align: center;
	border-top: 1px solid #eaeaea;
	padding: 25px 10px;
}

#sns_footer.style_1 .sns-about-us-text {
	padding-right: 20px;
}

#sns_footer.style_1 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 25px;
}

#sns_footer.style_1 .sns-about-us-text p {
	margin: 0 0 10px;
}

#sns_footer.style_1 .sns-about-us-text p a {
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
}

#sns_footer.style_1 .sns-about-us-text p a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	left: -15px;
	top: 4px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_1 .sns-about-us-text p a:hover {
	padding-left: 13px;
}

#sns_footer.style_1 .sns-about-us-text p a:hover:before {
	opacity: 1;
	left: -2px;
}

#sns_footer.style_1 .sns-about-us-text p:last-child {
	margin: 0 0;
}

#sns_footer.style_2 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 25px;
}

#sns_footer.style_2 .our-info .sns-info-inline {
	margin-bottom: 10px;
}

#sns_footer.style_2 .our-info .sns-info-inline a {
	color: #888888;
}

#sns_footer.style_2 .our-info .sns-info-inline a:hover {
	color: #000000;
}

#sns_footer.style_2 .widgettitle,#sns_footer.style_2 .wpb_heading {
	text-align: left;
}

#sns_footer.style_2 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_2 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_2 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_2 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_3 {
	text-align: center;
}

@media (max-width:1199px) {
	#sns_footer.style_4 .sns-newsletter-3 .input-wrap input.tnp-email {
		min-width: 250px;
	}
}

@media (max-width:992px) {
	#sns_footer.style_4 .sns-newsletter-3 .input-wrap input.tnp-email {
		min-width: 100%;
		margin-bottom: 10px;
	}

	#sns_footer.style_4 .sns-newsletter-3 .input-wrap input[type="submit"] {
		margin: 0px;
	}
}

#sns_footer.style_5 .footer-logo {
	float: left;
	margin-right: 20px;
}

@media (max-width:1199px) {
	#sns_footer.style_5 .footer-logo {
		margin-right: 30px;
	}
}

@media (max-width:480px) {
	#sns_footer.style_5 .footer-logo {
		float: none;
	}
}

#sns_footer.style_5 .inline-menu {
	float: left;
	padding-top: 20px;
}

@media (max-width:480px) {
	#sns_footer.style_5 .inline-menu {
		float: none;
	}
}

#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper>* {
	float: right;
	margin: 0 0 0 15px;
}

@media (max-width:480px) {
	#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper>* {
		float: none;
		margin: 10px 0 0;
	}
}

@media (max-width:1199px) {
	#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper {
		display: inline-table;
		float: left;
	}

	#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper>* {
		margin-top: 15px;
	}

	#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper>*.wpb_text_column {
		margin-left: 0;
	}

	#sns_footer.style_5 .wpb_column.float-right .wpb_wrapper>*.wpb_text_column p {
		text-align: left !important;
		margin: 0;
	}
}

#sns_footer.style_6 .vc_row.copyright-footer-6 a {
	color: #FFF;
}

#sns_footer.style_6 .vc_row.copyright-footer-6 a:hover {
	text-decoration: underline;
}

#sns_footer.style_6 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_6 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_6 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_6 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_7 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 30px;
	line-height: 1.1;
}

#sns_footer.style_7 .our-info .sns-info-inline {
	margin-bottom: 15px;
}

#sns_footer.style_7 .our-info .sns-info-inline .vc_icon_element-icon {
	min-width: 20px;
	position: relative;
	top: 2px;
}

#sns_footer.style_7 .our-info .sns-info-inline a {
	color: #888888;
}

#sns_footer.style_7 .our-info .sns-info-inline a:hover {
	color: #000000;
}

#sns_footer.style_7 .widgettitle,#sns_footer.style_7 .wpb_heading {
	text-align: left;
}

#sns_footer.style_7 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_7 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_7 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_7 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_7 .newsletter-form-4 label {
	margin: 5px 0 20px;
}

#sns_footer.style_7 .newsletter-form-4 .input-wrap {
	*zoom: 1;
}

#sns_footer.style_7 .newsletter-form-4 .input-wrap:before,#sns_footer.style_7 .newsletter-form-4 .input-wrap:after {
	content: " ";
	display: table;
}

#sns_footer.style_7 .newsletter-form-4 .input-wrap:after {
	clear: both;
}

#sns_footer.style_7 .newsletter-form-4 .input-wrap input.tnp-email {
	width: calc(100% - 98px);
	border-radius: 5px 0 0 5px;
	float: left;
	padding: 8px 15px;
}

#sns_footer.style_7 .newsletter-form-4 .input-wrap input.tnp-submit {
	border-radius: 0 5px 5px 0;
	padding: 8px 20px;
	float: left;
}

#sns_footer.style_8 {
	background: #2b2e4a;
	margin-top: 100px;
	color: #ccc;
}

#sns_footer.style_8 a {
	color: #ccc;
}

#sns_footer.style_8 a:hover {
	color: #000000;
}

#sns_footer.style_8 h1,#sns_footer.style_8 h2,#sns_footer.style_8 h3,#sns_footer.style_8 h4,#sns_footer.style_8 h5,#sns_footer.style_8 h6 {
	color: #FFF;
}

#sns_footer.style_8 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 30px;
	line-height: 1.1;
}

#sns_footer.style_8 .our-info .sns-info-inline {
	margin-bottom: 15px;
}

#sns_footer.style_8 .our-info .sns-info-inline .vc_icon_element-icon {
	min-width: 20px;
	position: relative;
	top: 2px;
}

#sns_footer.style_8 .our-info .sns-info-inline a {
	color: #ccc;
}

#sns_footer.style_8 .our-info .sns-info-inline a:hover {
	color: #000000;
}

#sns_footer.style_8 .widgettitle,#sns_footer.style_8 .wpb_heading {
	text-align: left;
}

#sns_footer.style_8 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_8 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_8 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_8 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_8 .newsletter-form-4 label {
	margin: 5px 0 20px;
}

#sns_footer.style_8 .newsletter-form-4 .input-wrap {
	*zoom: 1;
}

#sns_footer.style_8 .newsletter-form-4 .input-wrap:before,#sns_footer.style_8 .newsletter-form-4 .input-wrap:after {
	content: " ";
	display: table;
}

#sns_footer.style_8 .newsletter-form-4 .input-wrap:after {
	clear: both;
}

#sns_footer.style_8 .newsletter-form-4 .input-wrap input.tnp-email {
	width: calc(100% - 98px);
	border-radius: 5px 0 0 5px;
	float: left;
	border: 1px solid #FFF;
}

#sns_footer.style_8 .newsletter-form-4 .input-wrap input.tnp-submit {
	border-radius: 0 5px 5px 0;
	border: 1px solid #FFF;
	padding: 7px 19px;
	float: left;
}

#sns_footer.style_9 {
	text-align: center;
	color: #ccc;
}

#sns_footer.style_9 a {
	color: #FFF !important;
}

#sns_footer.style_9 a:hover {
	color: #000000 !important;
}

#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li {
	padding: 0 15px;
	position: relative;
}

#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 1px;
	background: #FFF;
	left: -1px;
	top: 50%;
	margin-top: -7px;
}

#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li:first-child:before {
	display: none;
}

#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li a {
	text-transform: uppercase;
}

@media (max-width:767px) {
	#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li {
		padding: 4px 10px;
		display: block;
	}

	#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li a {
		display: inline-block;
	}

	#sns_footer.style_9 .inline-menu .widget.widget_nav_menu .menu li:before {
		display: none;
	}
}

#sns_footer.style_10 {
	background: #f5f5f5;
	margin-top: 100px;
}

#sns_footer.style_10 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 1.5em;
	margin: 0 0 30px;
	line-height: 1.1;
}

#sns_footer.style_10 .our-info .sns-info-inline {
	margin-bottom: 15px;
}

#sns_footer.style_10 .our-info .sns-info-inline .vc_icon_element-icon {
	min-width: 20px;
	position: relative;
	top: 2px;
}

#sns_footer.style_10 .our-info .sns-info-inline a {
	color: #888888;
}

#sns_footer.style_10 .our-info .sns-info-inline a:hover {
	color: #000000;
}

#sns_footer.style_10 .widgettitle,#sns_footer.style_10 .wpb_heading {
	text-align: left;
}

#sns_footer.style_10 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_10 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_10 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_10 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_10 .newsletter-form-4 label {
	margin: 5px 0 20px;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap {
	*zoom: 1;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap:before,#sns_footer.style_10 .newsletter-form-4 .input-wrap:after {
	content: " ";
	display: table;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap:after {
	clear: both;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap input.tnp-email {
	width: calc(100% - 98px);
	border-radius: 0px;
	float: left;
	border: 1px solid #333333;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap input.tnp-submit {
	border-radius: 0px;
	border: 1px solid #333333;
	padding: 7px 19px;
	float: left;
}

#sns_footer.style_10 .newsletter-form-4 .input-wrap input.tnp-submit:hover {
	border-color: #000000;
}

#sns_footer.style_10 a:hover {
	color: #000000 !important;
}

#sns_footer.style_11 .vc_row.copyright-footer-11 a {
	color: #FFF;
}

#sns_footer.style_11 .vc_row.copyright-footer-11 a:hover {
	text-decoration: underline;
}

#sns_footer.style_11 .widget.widget_nav_menu .menu li {
	padding: 5px 0;
}

#sns_footer.style_11 .widget.widget_nav_menu .menu li a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
}

#sns_footer.style_11 .widget.widget_nav_menu .menu li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	opacity: 1;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_11 .widget.widget_nav_menu .menu li a:hover {
	padding-left: 30px;
}

#sns_footer.style_12 {
	text-align: center;
}

#sns_footer.style_13 .sns-about-us-text h3 {
	text-transform: none;
	font-size: 3em;
	margin: 0 0 30px;
}

#sns_footer.style_13 .sns-about-us-text p {
	margin: 0 0 10px;
}

#sns_footer.style_13 .sns-about-us-text p a {
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
}

#sns_footer.style_13 .sns-about-us-text p a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	left: -15px;
	top: 4px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_footer.style_13 .sns-about-us-text p a:hover {
	padding-left: 13px;
}

#sns_footer.style_13 .sns-about-us-text p a:hover:before {
	opacity: 1;
	left: -2px;
}

#sns_footer.style_13 .sns-about-us-text p:last-child {
	margin: 0 0;
}

@media (max-width:992px) {
	#sns_footer.style_13 .sns-newsletter-3 {
		width: 100%;
	}
}

#sns_footer.blank {
	height: 75px;
}

#sns_footer.blank .copyright {
	border: none;
}

#sns_content.is-notfound {
	position: relative;
}

@media (min-width:767px) {
	#sns_content.is-notfound {
		height: 100vh;
	}
}

#sns_content.is-notfound .copyright {
	border-top: none;
}

.sns-notfound-page {
	padding-bottom: 25px;
}

.sns-notfound-page .sns-notfound-content {
	text-align: center;
	margin: 0;
}

.sns-notfound-page .sns-notfound-content h1 {
	display: block;
	font-size: 2em;
	position: relative;
	padding: 0 0;
	margin: 100px 0 10px;
}

.sns-notfound-page .sns-notfound-content p {
	margin: 0 0 15px;
}

.sns-notfound-page .sns-notfound-content div.home-back {
	margin: 50px 0 0;
}

.sns-notfound-page .sns-notfound-content div.home-back a {
	padding: 15px 25px;
}

.sns-notfound-page #searchform {
	position: relative;
	padding: 0;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	width: 400px;
	margin: 50px auto 0;
}

.sns-notfound-page #searchform:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	right: 14px;
	top: 11px;
	margin: 0 0;
}

.sns-notfound-page #searchform label.screen-reader-text {
	display: none;
}

.sns-notfound-page #searchform input#s {
	width: 100%;
	box-shadow: none;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding: 10px 20px;
}

.sns-notfound-page #searchform input#s:hover,.sns-notfound-page #searchform input#s:focus,.sns-notfound-page #searchform input#s:visited {
	border-color: #ccc;
}

.sns-notfound-page #searchform input#searchsubmit {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 16px;
	padding: 0 0;
	margin: -5px 0 0;
	border: none;
	text-indent: -99em;
	overflow: hidden;
	border-radius: 0px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #888888;
	background: transparent;
}

@media (min-width:767px) {
	.sns-notfound-page {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}
}

@media (max-width:767px) {
	.sns-notfound-page {
		padding-top: 80px;
	}

	.sns-notfound-page .sns-notfound-content h1 {
		margin-top: 60px;
	}

	.sns-notfound-page .sns-notfound-content div.home-back {
		margin: 40px 0;
	}
}

#sns_menu .sns-mainnav-wrapper #sns_mainnav {
	position: relative;
	width: 100%;
	text-align: center;
}

.sns_menu_wrapper {
	position: relative;
	background-position: center top;
	width: 100%;
	transition: none;
	-webkit-transition: none;
}

.sns_menu_wrapper .contain {
	position: relative;
}

.sns_menu_wrapper:hover {
	z-index: 2;
}

.sns_menu_wrapper body.show-sidebar,body.show-video .sns_menu_wrapper {
	z-index: 4;
}

.sns_menu_wrapper .icon-search {
	display: inline-block;
	text-align: center;
}

.sns_menu_wrapper .sns-mainnav-wrapper {
	float: left;
}

@media (max-width:1200px) {
	.sns_menu_wrapper .nav-right {
		margin-right: 15px;
		float: right;
		width: 130px;
		padding: 0;
	}

	.sns_menu_wrapper .icon-menu {
		display: none;
	}

	.sns_menu_wrapper #sns_respmenu {
		margin-top: 31px;
		margin-bottom: 30px;
		margin-right: 0px;
		display: block;
	}
}

@media (max-width:767px) {
	.sns_menu_wrapper #sns_respmenu {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0px;
		display: block;
	}
}

#sns_header.keep-menu {
	z-index: 88;
	position: fixed;
	top: 0px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body.admin-bar #sns_header.keep-menu {
	top: 32px;
}

@media (max-width:992px) {
	body.admin-bar #sns_header.keep-menu {
		top: 46px;
	}
}

@media (max-width:480px) {
	body.admin-bar #sns_header.keep-menu {
		top: 0px;
	}
}

#sns_header .main-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

#sns_header .main-header .header-logo {
	padding-top: 10px;
}

#sns_header .cart-account {
	padding-top: 10px;
}

#sns_header .cart-account .inner {
	float: right;
	margin-top: 10px;
}

@media (max-width:992px) {
	#sns_header .cart-account .inner>div:first-child {
		margin-left: 0px;
	}
}

#sns_header .cart-account .btn-navbar {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 0 0 13px;
	padding: 0;
	border: 0;
	cursor: pointer;
	position: relative;
	color: #333333;
	display: none;
	float: left;
}

#sns_header .cart-account .btn-navbar:hover {
	color: #000000;
}

#sns_header .cart-account .btn-navbar.leftsidebar:before,#sns_header .cart-account .btn-navbar.rightsidebar:before {
	font-size: 16px;
}

#sns_header .cart-account .btn-navbar.leftsidebar:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

#sns_header .cart-account .btn-navbar.rightsidebar:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

#sns_header .cart-account .btn-navbar .overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: e-resize;
	cursor: url(../img/close-white.png), auto;
}

@media (max-width:992px) {
	body.have-inner-right #sns_header .cart-account .rightsidebar,body.layout-type-l-m-r #sns_header .cart-account .rightsidebar,body.layout-type-m-r #sns_header .cart-account .rightsidebar {
		display: inline-block;
	}

	body.have-inner-left #sns_header .cart-account .leftsidebar,body.layout-type-l-m-r #sns_header .cart-account .leftsidebar,body.layout-type-l-m #sns_header .cart-account .leftsidebar {
		display: inline-block;
	}
}

@media (max-width:1199px) {
	body.have-3rd-box #sns_header .cart-account .rightsidebar {
		display: inline-block;
	}
}

#sns_header .myaccount-menu,#sns_header .menu-sidebar,#sns_header .mini-search,#sns_header .mini-wishlist,#sns_header .mini-cart {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
	height: 30px;
}

@media (max-width:767px) {
	#sns_header .myaccount-menu,#sns_header .menu-sidebar,#sns_header .mini-search,#sns_header .mini-wishlist,#sns_header .mini-cart {
		margin-left: 15px;
	}
}

#sns_header .myaccount-menu .tongle,#sns_header .menu-sidebar .tongle,#sns_header .mini-search .tongle,#sns_header .mini-wishlist .tongle,#sns_header .mini-cart .tongle {
	padding: 0;
	display: inline-block;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	cursor: pointer;
}

#sns_header .myaccount-menu .tongle:before,#sns_header .menu-sidebar .tongle:before,#sns_header .mini-search .tongle:before,#sns_header .mini-wishlist .tongle:before,#sns_header .mini-cart .tongle:before {
	color: #333333;
}

#sns_header .myaccount-menu .content,#sns_header .menu-sidebar .content,#sns_header .mini-search .content,#sns_header .mini-wishlist .content,#sns_header .mini-cart .content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 90px;
	right: -10px;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	width: 180px;
}

#sns_header .myaccount-menu.active .tongle:before,#sns_header .myaccount-menu:hover .tongle:before,#sns_header .menu-sidebar.active .tongle:before,#sns_header .menu-sidebar:hover .tongle:before,#sns_header .mini-search.active .tongle:before,#sns_header .mini-search:hover .tongle:before,#sns_header .mini-wishlist.active .tongle:before,#sns_header .mini-wishlist:hover .tongle:before,#sns_header .mini-cart.active .tongle:before,#sns_header .mini-cart:hover .tongle:before {
	color: #000000;
}

#sns_header .myaccount-menu.active .tongle .number,#sns_header .myaccount-menu:hover .tongle .number,#sns_header .menu-sidebar.active .tongle .number,#sns_header .menu-sidebar:hover .tongle .number,#sns_header .mini-search.active .tongle .number,#sns_header .mini-search:hover .tongle .number,#sns_header .mini-wishlist.active .tongle .number,#sns_header .mini-wishlist:hover .tongle .number,#sns_header .mini-cart.active .tongle .number,#sns_header .mini-cart:hover .tongle .number {
	background-color: #333333;
}

#sns_header .myaccount-menu.active .content,#sns_header .myaccount-menu:hover .content,#sns_header .menu-sidebar.active .content,#sns_header .menu-sidebar:hover .content,#sns_header .mini-search.active .content,#sns_header .mini-search:hover .content,#sns_header .mini-wishlist.active .content,#sns_header .mini-wishlist:hover .content,#sns_header .mini-cart.active .content,#sns_header .mini-cart:hover .content {
	visibility: visible;
	opacity: 1;
	top: 30px;
	z-index: 99;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

#sns_header .mini-search .tongle {
	position: relative;
	width: 16px;
	height: 16px;
}

#sns_header .mini-search .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "26px";
	height: "26px";
	text-align: center;
	line-height: "26px";
	font-size: 16px;
}

#sns_header .mini-search .tongle .overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: e-resize;
	cursor: url(../img/close-white.png), auto;
}

#sns_header .mini-search .content {
	border: none;
	min-width: 320px;
}

#sns_header .mini-search .content .sns-searchwrap .search-input input[type="text"] {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

@media (max-width:767px) {
	#sns_header .mini-search .content {
		right: -62px;
	}

	body.layout-type-m-r #sns_header .mini-search .content,body.layout-type-l-m #sns_header .mini-search .content {
		right: -93px;
	}

	body.layout-type-l-m-r #sns_header .mini-search .content {
		right: -124px;
	}
}

#sns_header .myaccount-menu .tongle {
	position: relative;
	width: 16px;
	height: 16px;
}

#sns_header .myaccount-menu .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "26px";
	height: "26px";
	text-align: center;
	line-height: "26px";
	font-size: 16px;
}

#sns_header .myaccount-menu .content {
	min-width: 180px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #FFF;
}

#sns_header .myaccount-menu .content ul {
	margin: 15px 15px 15px 10px;
}

#sns_header .mini-wishlist {
	margin: 0 0 0 15px;
}

#sns_header .mini-wishlist .tongle {
	position: relative;
	width: 16px;
	height: 16px;
}

#sns_header .mini-wishlist .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "26px";
	height: "26px";
	text-align: center;
	line-height: "26px";
	font-size: 16px;
}

#sns_header .mini-wishlist .tongle .number {
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	text-align: center;
	display: block;
	background: #000000;
	color: #FFF;
	position: absolute;
	top: -9px;
	right: -10px;
	font-size: 0.8571em;
}

#sns_header .mini-cart {
	padding: 0 0 0;
}

#sns_header .mini-cart .tongle {
	position: relative;
	width: 20px;
	height: 16px;
}

#sns_header .mini-cart .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "26px";
	height: "26px";
	text-align: center;
	line-height: "26px";
	font-size: 16px;
}

#sns_header .mini-cart .tongle .number {
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	text-align: center;
	display: block;
	background: #000000;
	color: #FFF;
	position: absolute;
	top: -9px;
	right: -7px;
	font-size: 0.8571em;
}

#sns_header .mini-cart .tongle .cart-label {
	display: none;
}

#sns_header .mini-cart .content {
	width: 360px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #FFF;
}

@media (max-width:767px) {
	#sns_header .mini-cart .content {
		right: -31px;
	}

	body.layout-type-m-r #sns_header .mini-cart .content,body.layout-type-l-m #sns_header .mini-cart .content {
		right: -62px;
	}

	body.layout-type-l-m-r #sns_header .mini-cart .content {
		right: -93px;
	}
}

@media (max-width:480px) {
	#sns_header .mini-cart .content {
		width: 320px;
	}
}

#sns_header .mini-cart .content .cart-title {
	padding: 0 25px;
}

#sns_header .mini-cart .content .cart-title h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	display: block;
	font-size: 1em;
	padding: 20px 0 10px;
	margin: 0 0 0;
	border-bottom: 1px solid #eaeaea;
}

#sns_header .mini-cart .content .widget {
	padding: 0 0;
	margin: 0 0;
	border: none;
}

#sns_header .menu-sidebar .tongle {
	font-size: 16px;
	cursor: pointer;
	margin: 0 0;
}

#sns_header .menu-sidebar .overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: e-resize;
	cursor: url(../img/close-white.png), auto;
}

#sns_header .menu-sidebar .sidebar-content {
	top: 0;
	right: -495px;
	width: 495px;
	padding: 0 30px;
	background: #fff;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width:480px) {
	#sns_header .menu-sidebar .sidebar-content {
		right: -;
		width: calc(100% - 50px);
		padding: 0 20px;
	}
}

#sns_header .menu-sidebar .sidebar-content.active {
	right: 0;
	opacity: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar {
	*zoom: 1;
	padding: 20px 0 20px;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:before,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:after {
	content: " ";
	display: table;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar:after {
	clear: both;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .sns-login-register {
	float: left;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area {
	float: right;
}

@media (max-width:480px) {
	#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area {
		float: left;
	}
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language {
	position: relative;
	float: left;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency .tongle,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language .tongle {
	padding: 0 14px 0 0;
	margin-right: 0px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #333333;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency .tongle:before,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -7px;
	color: #333333;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency ul,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency ul li,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency ul li a,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language ul li a {
	display: block;
	padding: 8px 15px;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency ul li a:hover,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language ul li a:hover {
	color: #000000;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency ul li:first-child,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language ul li:first-child {
	border: none;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency:hover .tongle,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language:hover .tongle {
	color: #000000;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency:hover .tongle:before,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language:hover .tongle:before {
	color: #000000;
}

#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .currency:hover ul,#sns_header .menu-sidebar .sidebar-content .top-menu-sidebar .settings-area .language:hover ul {
	top: 30px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

#sns_header .menu-sidebar .sidebar-content .mid-menu-sidebar {
	text-align: center;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-o-flex-grow: 1;
	-ms-flex-grow: 1;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar {
	text-align: center;
	width: 100%;
	padding: 20px 0 15px;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper {
	display: inline-block;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-info-inline {
	display: inline-block;
}

#sns_header .menu-sidebar .sidebar-content .bottom-menu-sidebar .wpb_wrapper .sns-info-inline:last-child a {
	margin: 0 0;
}

#sns_header .search-box {
	position: fixed;
	width: 100%;
	height: 120px;
	top: -120px;
	z-index: 9999;
	visibility: hidden;
	opacity: 1;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}

#sns_header .search-box .sns-searchwrap {
	height: 100%;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox {
	height: 100%;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox form {
	height: 100%;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .select2-container {
	height: 100%;
	font-size: 1.1428em;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .select2-container .select2-selection {
	line-height: 120px;
	height: 120px;
	border-radius: 0px;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .select2-container .select2-selection .select2-selection__arrow {
	right: 10px;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .search-input {
	height: 100%;
	display: block !important;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .search-input:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	right: 45px;
	top: calc(50% - 15px);
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox .search-input input[type="text"] {
	height: 100%;
	border-radius: 0px;
	padding: 0 50px;
	font-size: 1.1428em;
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox button[type="submit"] {
	height: 30px;
	width: 30px;
	right: 45px;
	top: calc(50% - 15px);
}

#sns_header .search-box .sns-searchwrap .sns-ajaxsearchbox button[type="submit"]:before {
	font-size: 20px;
	left: 0px;
	top: 0px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

#sns_header .search-box.active {
	visibility: visible;
	opacity: 1;
	top: 0px;
}

body.admin-bar #sns_header .search-box.active {
	top: 32px;
}

@media (max-width:992px) {
	body.admin-bar #sns_header .search-box.active {
		top: 46px;
	}
}

@media (max-width:480px) {
	body.admin-bar #sns_header .search-box.active {
		top: 0px;
	}
}

body.header-style1 #sns_header .main-header {
	background: #FFF;
}

@media (min-width:1199px) {
	body.header-style1 #sns_header .main-header .search>* {
		margin: 0 30px;
	}
}

body.header-style2 #sns_header .main-header {
	background: #FFF;
}

body.header-style2 #sns_header .main-header #sns_mainmenu {
	position: relative;
}

@media (max-width:992px) {
	body.header-style3 #sns_header .main-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width:767px) {
	body.header-style3 #sns_header .main-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

body.header-style3 #sns_header.keep-menu {
	background: #FFF;
}

body.header-style3 #sns_header.keep-menu.keep-menu-back {
	background: #333;
}

body.header-style3-white #sns_header .menu-sidebar>.tongle:before,body.header-style3-white #sns_header .mini-search>.tongle:before,body.header-style3-white #sns_header .mini-wishlist>.tongle:before,body.header-style3-white #sns_header .mini-cart>.tongle:before {
	color: #FFF;
}

body.header-style3-white #sns_header .menu-sidebar>.tongle>.number,body.header-style3-white #sns_header .mini-search>.tongle>.number,body.header-style3-white #sns_header .mini-wishlist>.tongle>.number,body.header-style3-white #sns_header .mini-cart>.tongle>.number {
	background-color: #000000;
}

body.header-style4 #sns_header .top-header .vc_row {
	overflow: visible;
}

body.header-style4 #sns_header .wpb_raw_html {
	margin: 0 0;
}

body.header-style4 #sns_header .main-header {
	background: #FFF;
}

body.header-style4 #sns_header .main-header #sns_mainmenu {
	position: relative;
}

body.header-style4 #sns_header .settings {
	float: right;
}

body.header-style4 #sns_header .settings .currency,body.header-style4 #sns_header .settings .language {
	position: relative;
	float: left;
}

body.header-style4 #sns_header .settings .currency .tongle,body.header-style4 #sns_header .settings .language .tongle {
	padding: 0 14px 0 0;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #333333;
}

body.header-style4 #sns_header .settings .currency .tongle:before,body.header-style4 #sns_header .settings .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -7px;
}

body.header-style4 #sns_header .settings .currency .tongle:after,body.header-style4 #sns_header .settings .language .tongle:after {
	position: absolute;
	content: "";
	height: 13px;
	margin-top: -6px;
	width: 1px;
	right: -11px;
	top: 50%;
	background-color: #ccc;
}

body.header-style4 #sns_header .settings .currency ul,body.header-style4 #sns_header .settings .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

body.header-style4 #sns_header .settings .currency ul li,body.header-style4 #sns_header .settings .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

body.header-style4 #sns_header .settings .currency ul li a,body.header-style4 #sns_header .settings .language ul li a {
	display: block;
	padding: 8px 15px;
}

body.header-style4 #sns_header .settings .currency ul li a:hover,body.header-style4 #sns_header .settings .language ul li a:hover {
	color: #000000;
}

body.header-style4 #sns_header .settings .currency ul li:first-child,body.header-style4 #sns_header .settings .language ul li:first-child {
	border: none;
}

body.header-style4 #sns_header .settings .currency:hover ul,body.header-style4 #sns_header .settings .language:hover ul {
	top: 32px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

body.header-style4 #sns_header .sns-login-register {
	float: right;
}

body.header-style4 #sns_header .sns-searchwrap .search-input input[type="text"] {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

body.header-style5 #sns_header,body.header-style7 #sns_header {
	margin: 0 0 35px;
	background: #2b2e4a;
}

body.header-style5 #sns_header .top-header,body.header-style7 #sns_header .top-header {
	color: #FFF;
}

body.header-style5 #sns_header .top-header .vc_row,body.header-style7 #sns_header .top-header .vc_row {
	overflow: visible;
}

body.header-style5 #sns_header .top-header a,body.header-style7 #sns_header .top-header a {
	color: #FFF;
}

body.header-style5 #sns_header .top-header a:hover,body.header-style7 #sns_header .top-header a:hover {
	color: #000000;
}

body.header-style5 #sns_header .wpb_raw_html,body.header-style7 #sns_header .wpb_raw_html {
	margin: 0 0;
}

body.header-style5 #sns_header .settings,body.header-style7 #sns_header .settings {
	float: right;
}

body.header-style5 #sns_header .settings .currency,body.header-style5 #sns_header .settings .language,body.header-style7 #sns_header .settings .currency,body.header-style7 #sns_header .settings .language {
	position: relative;
	float: left;
}

body.header-style5 #sns_header .settings .currency .tongle,body.header-style5 #sns_header .settings .language .tongle,body.header-style7 #sns_header .settings .currency .tongle,body.header-style7 #sns_header .settings .language .tongle {
	padding: 0 14px 0 0;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #FFF;
}

body.header-style5 #sns_header .settings .currency .tongle:before,body.header-style5 #sns_header .settings .language .tongle:before,body.header-style7 #sns_header .settings .currency .tongle:before,body.header-style7 #sns_header .settings .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -7px;
}

body.header-style5 #sns_header .settings .currency .tongle:after,body.header-style5 #sns_header .settings .language .tongle:after,body.header-style7 #sns_header .settings .currency .tongle:after,body.header-style7 #sns_header .settings .language .tongle:after {
	position: absolute;
	content: "";
	height: 13px;
	margin-top: -6px;
	width: 1px;
	right: -11px;
	top: 50%;
	background-color: #FFF;
}

body.header-style5 #sns_header .settings .currency ul,body.header-style5 #sns_header .settings .language ul,body.header-style7 #sns_header .settings .currency ul,body.header-style7 #sns_header .settings .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

body.header-style5 #sns_header .settings .currency ul li,body.header-style5 #sns_header .settings .language ul li,body.header-style7 #sns_header .settings .currency ul li,body.header-style7 #sns_header .settings .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

body.header-style5 #sns_header .settings .currency ul li a,body.header-style5 #sns_header .settings .language ul li a,body.header-style7 #sns_header .settings .currency ul li a,body.header-style7 #sns_header .settings .language ul li a {
	display: block;
	padding: 8px 15px;
	color: #333333;
}

body.header-style5 #sns_header .settings .currency ul li a:hover,body.header-style5 #sns_header .settings .language ul li a:hover,body.header-style7 #sns_header .settings .currency ul li a:hover,body.header-style7 #sns_header .settings .language ul li a:hover {
	color: #000000;
}

body.header-style5 #sns_header .settings .currency ul li:first-child,body.header-style5 #sns_header .settings .language ul li:first-child,body.header-style7 #sns_header .settings .currency ul li:first-child,body.header-style7 #sns_header .settings .language ul li:first-child {
	border: none;
}

body.header-style5 #sns_header .settings .currency:hover ul,body.header-style5 #sns_header .settings .language:hover ul,body.header-style7 #sns_header .settings .currency:hover ul,body.header-style7 #sns_header .settings .language:hover ul {
	top: 32px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

body.header-style5 #sns_header .sns-login-register,body.header-style7 #sns_header .sns-login-register {
	float: right;
}

body.header-style5 #sns_header .main-header .cart-account,body.header-style7 #sns_header .main-header .cart-account {
	padding-top: 0px;
}

@media (max-width:992px) {
	body.header-style5 #sns_header .main-header .cart-account,body.header-style7 #sns_header .main-header .cart-account {
		padding-top: 10px;
	}
}

body.header-style5 #sns_header .main-header .mini-search,body.header-style7 #sns_header .main-header .mini-search {
	height: 35px;
}

body.header-style5 #sns_header .main-header .mini-search .tongle,body.header-style7 #sns_header .main-header .mini-search .tongle {
	width: 35px;
	height: 35px;
}

body.header-style5 #sns_header .main-header .mini-search .tongle:before,body.header-style7 #sns_header .main-header .mini-search .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style5 #sns_header .main-header .mini-search .content,body.header-style7 #sns_header .main-header .mini-search .content {
	border: none;
	min-width: 420px;
	top: 60px;
	right: -100px;
}

body.header-style5 #sns_header .main-header .mini-search .content .sns-searchwrap .search-input input[type="text"],body.header-style7 #sns_header .main-header .mini-search .content .sns-searchwrap .search-input input[type="text"] {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

@media (max-width:767px) {
	body.header-style5 #sns_header .main-header .mini-search .content,body.header-style7 #sns_header .main-header .mini-search .content {
		min-width: 320px;
		right: -62px;
	}

	body.layout-type-m-r body.header-style5 #sns_header .main-header .mini-search .content,body.layout-type-l-m body.header-style5 #sns_header .main-header .mini-search .content,body.layout-type-m-r body.header-style7 #sns_header .main-header .mini-search .content,body.layout-type-l-m body.header-style7 #sns_header .main-header .mini-search .content {
		right: -93px;
	}

	body.layout-type-l-m-r body.header-style5 #sns_header .main-header .mini-search .content,body.layout-type-l-m-r body.header-style7 #sns_header .main-header .mini-search .content {
		right: -124px;
	}
}

body.header-style5 #sns_header .main-header .mini-search:hover .tongle:before,body.header-style7 #sns_header .main-header .mini-search:hover .tongle:before {
	color: #000000;
}

body.header-style5 #sns_header .main-header .mini-search:hover .content,body.header-style7 #sns_header .main-header .mini-search:hover .content {
	top: 45px;
}

@media (max-width:992px) {
	body.header-style5 #sns_header .main-header .mini-search .tongle,body.header-style7 #sns_header .main-header .mini-search .tongle {
		width: 16px;
		height: 16px;
	}

	body.header-style5 #sns_header .main-header .mini-search .tongle:before,body.header-style7 #sns_header .main-header .mini-search .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style5 #sns_header .main-header .mini-search .content,body.header-style7 #sns_header .main-header .mini-search .content {
		top: 45px;
	}

	body.header-style5 #sns_header .main-header .mini-search:hover .content,body.header-style7 #sns_header .main-header .mini-search:hover .content {
		top: 30px;
	}
}

body.header-style5 #sns_header .main-header .free-call-us,body.header-style7 #sns_header .main-header .free-call-us {
	height: 35px;
	float: left;
	margin-left: 30px;
}

body.header-style5 #sns_header .main-header .free-call-us a,body.header-style7 #sns_header .main-header .free-call-us a {
	position: relative;
	height: 35px;
	width: auto;
	padding-left: 45px;
	color: #FFF;
	display: block;
}

body.header-style5 #sns_header .main-header .free-call-us a:before,body.header-style7 #sns_header .main-header .free-call-us a:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style5 #sns_header .main-header .free-call-us a span.phone-label,body.header-style7 #sns_header .main-header .free-call-us a span.phone-label {
	display: block;
	line-height: 1;
}

body.header-style5 #sns_header .main-header .free-call-us a span.phone-number,body.header-style7 #sns_header .main-header .free-call-us a span.phone-number {
	display: block;
	line-height: 1;
	margin-top: 8px;
}

body.header-style5 #sns_header .main-header .free-call-us a:hover span.phone-number,body.header-style7 #sns_header .main-header .free-call-us a:hover span.phone-number {
	color: #000000;
}

body.header-style5 #sns_header .main-header .mini-wishlist,body.header-style7 #sns_header .main-header .mini-wishlist {
	margin-left: 30px;
	margin-top: 0px;
}

body.header-style5 #sns_header .main-header .mini-wishlist .tongle,body.header-style7 #sns_header .main-header .mini-wishlist .tongle {
	width: 35px;
	height: 35px;
}

body.header-style5 #sns_header .main-header .mini-wishlist .tongle:before,body.header-style7 #sns_header .main-header .mini-wishlist .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style5 #sns_header .main-header .mini-wishlist .tongle .number,body.header-style7 #sns_header .main-header .mini-wishlist .tongle .number {
	top: -6px;
	right: -8px;
}

body.header-style5 #sns_header .main-header .mini-wishlist:hover .tongle:before,body.header-style7 #sns_header .main-header .mini-wishlist:hover .tongle:before {
	color: #000000;
}

body.header-style5 #sns_header .main-header .mini-wishlist:hover .tongle .number,body.header-style7 #sns_header .main-header .mini-wishlist:hover .tongle .number {
	background-color: #FFF;
	color: #000000;
}

@media (max-width:992px) {
	body.header-style5 #sns_header .main-header .mini-wishlist,body.header-style7 #sns_header .main-header .mini-wishlist {
		margin-left: 20px;
	}

	body.header-style5 #sns_header .main-header .mini-wishlist .tongle,body.header-style7 #sns_header .main-header .mini-wishlist .tongle {
		width: 16px;
		height: 16px;
	}

	body.header-style5 #sns_header .main-header .mini-wishlist .tongle:before,body.header-style7 #sns_header .main-header .mini-wishlist .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style5 #sns_header .main-header .mini-wishlist .tongle .number,body.header-style7 #sns_header .main-header .mini-wishlist .tongle .number {
		display: none;
	}
}

body.header-style5 #sns_header .main-header .mini-cart,body.header-style7 #sns_header .main-header .mini-cart {
	height: 35px;
	margin-left: 30px;
	margin-top: 0px;
}

body.header-style5 #sns_header .main-header .mini-cart .tongle,body.header-style7 #sns_header .main-header .mini-cart .tongle {
	position: relative;
	height: 35px;
	width: auto;
	padding-left: 55px;
}

body.header-style5 #sns_header .main-header .mini-cart .tongle:before,body.header-style7 #sns_header .main-header .mini-cart .tongle:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style5 #sns_header .main-header .mini-cart .tongle .cart-number,body.header-style7 #sns_header .main-header .mini-cart .tongle .cart-number {
	display: block;
	color: #FFF;
	margin-top: 3px;
}

body.header-style5 #sns_header .main-header .mini-cart .tongle .cart-number .number,body.header-style7 #sns_header .main-header .mini-cart .tongle .cart-number .number {
	position: relative;
	background: none;
	width: auto;
	color: #FFF;
	position: static;
	display: inline-block;
	line-height: 1;
}

body.header-style5 #sns_header .main-header .mini-cart .tongle .cart-label,body.header-style7 #sns_header .main-header .mini-cart .tongle .cart-label {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1;
}

body.header-style5 #sns_header .main-header .mini-cart:hover .tongle:before,body.header-style7 #sns_header .main-header .mini-cart:hover .tongle:before {
	color: #000000;
}

body.header-style5 #sns_header .main-header .mini-cart:hover .content,body.header-style7 #sns_header .main-header .mini-cart:hover .content {
	top: 48px;
}

@media (max-width:992px) {
	body.header-style5 #sns_header .main-header .mini-cart,body.header-style7 #sns_header .main-header .mini-cart {
		margin-left: 20px;
	}

	body.header-style5 #sns_header .main-header .mini-cart .tongle,body.header-style7 #sns_header .main-header .mini-cart .tongle {
		width: 16px;
		height: 16px;
		padding: 0 0;
	}

	body.header-style5 #sns_header .main-header .mini-cart .tongle:before,body.header-style7 #sns_header .main-header .mini-cart .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style5 #sns_header .main-header .mini-cart .tongle .cart-number,body.header-style5 #sns_header .main-header .mini-cart .tongle .cart-label,body.header-style7 #sns_header .main-header .mini-cart .tongle .cart-number,body.header-style7 #sns_header .main-header .mini-cart .tongle .cart-label {
		display: none;
	}

	body.header-style5 #sns_header .main-header .mini-cart:hover .content,body.header-style7 #sns_header .main-header .mini-cart:hover .content {
		top: 30px;
	}
}

body.header-style5 #sns_header .main-header .menu-sidebar .tongle:before,body.header-style7 #sns_header .main-header .menu-sidebar .tongle:before {
	color: #FFF;
}

body.header-style5 #sns_header .main-header .menu-sidebar .tongle:hover:before,body.header-style7 #sns_header .main-header .menu-sidebar .tongle:hover:before {
	color: #000000;
}

@media (max-width:992px) {
	body.header-style5 #sns_header .main-header .menu-sidebar #main_menu_sidebar,body.header-style7 #sns_header .main-header .menu-sidebar #main_menu_sidebar {
		padding-top: 30px;
	}
}

body.header-style5 #sns_header .main-header .btn-navbar:before,body.header-style7 #sns_header .main-header .btn-navbar:before {
	color: #FFF;
}

body.header-style5 #sns_header .main-header .btn-navbar:hover:before,body.header-style7 #sns_header .main-header .btn-navbar:hover:before {
	color: #000000;
}

body.header-style5 #sns_header #sns_menu #sns_mainmenu,body.header-style7 #sns_header #sns_menu #sns_mainmenu {
	float: left;
	min-width: 65%;
}

body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}

body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:first-child,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:first-child {
	padding-left: 0px;
}

body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item>a,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item>a {
	color: #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
}

body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a,body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a,body.header-style5 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:hover>a,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a,body.header-style7 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:hover>a {
	color: #000000;
}

body.header-style7 #sns_header {
	margin: 0 0;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical {
	width: 270px;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical>.tongle {
	padding: 0 20px;
	border-radius: 5px 5px 0 0;
	background-color: #000000;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 1.1428em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style {
	padding: 0 20px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	background: #FFF;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style a {
	color: #333333 !important;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style a:hover {
	color: #000000 !important;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style>li.menu-item {
	border-top: 1px solid #eaeaea;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style>li.menu-item:first-child {
	border-top: none;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style>li.menu-item>a {
	padding: 13px 20px 13px 0;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical.active .tongle:before {
	color: #333333;
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical.active ul.vertical-style {
	visibility: visible;
	opacity: 1;
	top: 50px;
}

@media (max-width:1199px) {
	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical {
		width: 50px;
		margin-right: 30px;
	}

	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical .tongle {
		font-size: 0px;
		position: relative;
		width: 100%;
		padding: 0 0;
		text-align: center;
	}

	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical .tongle:before {
		content: "";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: "20px";
		height: "20px";
		text-align: center;
		line-height: "20px";
		color: #FFF;
		font-size: 20px;
		line-height: 50px;
	}

	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical ul.vertical-style {
		width: 240px;
		top: 70px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.25s ease-out 0s;
		-o-transition: all 0.25s ease-out 0s;
		transition: all 0.25s ease-out 0s;
	}

	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical.active .tongle:before {
		color: #333333;
	}

	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical.active ul.vertical-style {
		visibility: visible;
		opacity: 1;
		top: 50px;
	}
}

@media (max-width:992px) {
	body.header-style7 #sns_header #sns_menu #sns_mainmenu_vertical {
		display: none;
	}
}

body.header-style7 #sns_header #sns_menu #sns_mainmenu {
	float: left;
	min-width: 65%;
}

body.header-style6 #sns_header {
	width: 365px;
	min-height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #333;
	color: #FFF;
	z-index: 4;
	padding: 0 0 10px;
}

@media (max-width:1199px) {
	body.header-style6 #sns_header {
		left: -365px;
		z-index: 1000;
		overflow: auto;
	}

	body.header-style6 #sns_header.active {
		left: 0;
		opacity: 1;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
}

@media (max-width:480px) {
	body.header-style6 #sns_header {
		width: calc(100% - 50px);
		left: -;
	}
}

body.header-style6 #sns_header .top-header .info-settings {
	padding: 0 35px;
	background: #2e2e2e;
	color: #FFF;
}

body.header-style6 #sns_header .top-header .info-settings a {
	color: inherit;
}

body.header-style6 #sns_header .top-header .info-settings a:hover {
	color: #000000;
}

body.header-style6 #sns_header .top-header .info-settings .settings {
	float: right;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency,body.header-style6 #sns_header .top-header .info-settings .settings .language {
	position: relative;
	float: left;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency .tongle,body.header-style6 #sns_header .top-header .info-settings .settings .language .tongle {
	padding: 0 14px 0 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #FFF;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency .tongle:before,body.header-style6 #sns_header .top-header .info-settings .settings .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -7px;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency ul,body.header-style6 #sns_header .top-header .info-settings .settings .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency ul li,body.header-style6 #sns_header .top-header .info-settings .settings .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency ul li a,body.header-style6 #sns_header .top-header .info-settings .settings .language ul li a {
	display: block;
	padding: 8px 15px;
	color: #333333;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency ul li a:hover,body.header-style6 #sns_header .top-header .info-settings .settings .language ul li a:hover {
	color: #000000;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency ul li:first-child,body.header-style6 #sns_header .top-header .info-settings .settings .language ul li:first-child {
	border: none;
}

body.header-style6 #sns_header .top-header .info-settings .settings .currency:hover ul,body.header-style6 #sns_header .top-header .info-settings .settings .language:hover ul {
	top: 32px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

body.header-style6 #sns_header .top-header .logo-wrap {
	padding: 0 35px;
	*zoom: 1;
	margin: 40px 0 40px;
}

body.header-style6 #sns_header .top-header .logo-wrap:before,body.header-style6 #sns_header .top-header .logo-wrap:after {
	content: " ";
	display: table;
}

body.header-style6 #sns_header .top-header .logo-wrap:after {
	clear: both;
}

body.header-style6 #sns_header .top-header .logo-wrap #logo {
	float: left;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist {
	float: right;
	margin: 5px 0 0;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-wishlist {
	float: left;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-wishlist .tongle {
	position: relative;
	width: 21px;
	height: 21px;
	display: block;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-wishlist .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "21px";
	height: "21px";
	text-align: center;
	line-height: "21px";
	font-size: 21px;
	color: #FFF;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-wishlist .tongle .number {
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 22px;
	display: block;
	background: #000000;
	color: #FFF;
	position: absolute;
	top: -9px;
	right: -10px;
	font-size: 0.8571em;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-cart {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-cart .tongle {
	position: relative;
	width: 21px;
	height: 21px;
	display: block;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-cart .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "21px";
	height: "21px";
	text-align: center;
	line-height: "21px";
	font-size: 21px;
	color: #FFF;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-cart .tongle .number {
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	text-align: center;
	line-height: 22px;
	display: block;
	background: #000000;
	color: #FFF;
	position: absolute;
	top: -9px;
	right: -10px;
	font-size: 0.8571em;
}

body.header-style6 #sns_header .top-header .logo-wrap .cart-wishlist .mini-cart .tongle .cart-label {
	display: none;
}

body.header-style6 #sns_header .top-header .search {
	margin: 0 0 30px;
	padding: 0 35px;
}

body.header-style6 #sns_header .top-header .search .sns-searchwrap .search-input input[type="text"] {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
}

body.header-style6 #sns_header .top-header .search .sns-searchwrap .search-input:before {
	color: #FFF;
}

body.header-style6 #sns_header .top-header .search .sns-searchwrap button[type="submit"]::before {
	color: #FFF;
}

body.header-style6 #sns_header #sns_mainmenu_vertical {
	padding: 0 35px;
	flex-grow: 1;
}

body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item {
	color: #FFF;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item>a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1428em;
	padding: 10px 0;
}

body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item.current-menu-ancestor>a,body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item.current-menu-item>a,body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item:hover>a {
	color: #000000;
}

body.header-style6 #sns_header #sns_mainmenu_vertical ul.vertical-style>li.menu-item:first-child {
	padding-left: 0px;
	border-top: none;
}

body.header-style6 #sns_header .menu-sidebar {
	padding: 0 35px 30px;
	flex-grow: 1;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header {
	padding: 5px 0;
	border: none;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header>a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header>a:hover {
	color: #000000;
}

@media (max-width:767px) {
	body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header>a {
		font-size: 1em;
	}
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header .btn_accor {
	margin: 0 0 0 5px;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header .btn_accor .ac-tongle:before {
	width: 14px;
	height: 14px;
	font-size: 14px;
	top: 2px;
	color: #ccc;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open a {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open a:hover {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open .btn_accor {
	opacity: 1;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open .btn_accor .ac-tongle:before {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item:hover>.accr_header>.btn_accor {
	opacity: 1;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar>li.menu-item ul {
	margin: 0 0 3px 25px;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header {
	position: relative;
	padding: 5px 0;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header>a {
	color: #FFF;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header>a:hover {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor {
	margin: 0 0 0 5px;
	opacity: 1;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle {
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 0px;
	position: relative;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle:before {
	font-size: 14px;
	color: #ccc;
	top: 2px;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.open:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.close {
	opacity: 1;
	text-shadow: none;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.close:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle:hover:before {
	color: #000000 !important;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open a {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open .btn_accor {
	opacity: 1;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open .btn_accor .ac-tongle:before {
	color: #000000;
}

body.header-style6 #sns_header .menu-sidebar #main_menu_sidebar li:hover>.accr_header>.btn_accor {
	opacity: 1;
}

body.header-style6 #sns_header .bottom-header {
	padding: 0 35px;
	color: #FFF;
}

body.header-style6 #sns_header .bottom-header a {
	color: inherit;
}

body.header-style6 #sns_header .bottom-header a:hover {
	color: #000000;
}

body.header-style8 #sns_header {
	position: absolute;
	top: 0px;
	z-index: 2;
}

body.header-style8 #sns_header.keep-menu {
	position: fixed;
	z-index: 88;
	background: #333;
}

body.header-style8 #sns_header .top-header {
	background: rgba(0, 0, 0, 0.8);
	height: 50px;
}

body.header-style8 #sns_header .top-header .settings {
	height: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	float: left;
}

body.header-style8 #sns_header .top-header .settings .currency,body.header-style8 #sns_header .top-header .settings .language {
	position: relative;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.header-style8 #sns_header .top-header .settings .currency .tongle,body.header-style8 #sns_header .top-header .settings .language .tongle {
	padding: 0 34px 0 20px;
	margin: 0px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #888888;
	line-height: 50px;
}

body.header-style8 #sns_header .top-header .settings .currency .tongle:before,body.header-style8 #sns_header .top-header .settings .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -7px;
}

body.header-style8 #sns_header .top-header .settings .currency ul,body.header-style8 #sns_header .top-header .settings .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

body.header-style8 #sns_header .top-header .settings .currency ul li,body.header-style8 #sns_header .top-header .settings .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

body.header-style8 #sns_header .top-header .settings .currency ul li a,body.header-style8 #sns_header .top-header .settings .language ul li a {
	display: block;
	padding: 8px 15px;
}

body.header-style8 #sns_header .top-header .settings .currency ul li a:hover,body.header-style8 #sns_header .top-header .settings .language ul li a:hover {
	color: #000000;
}

body.header-style8 #sns_header .top-header .settings .currency ul li:first-child,body.header-style8 #sns_header .top-header .settings .language ul li:first-child {
	border: none;
}

body.header-style8 #sns_header .top-header .settings .currency:hover ul,body.header-style8 #sns_header .top-header .settings .language:hover ul {
	top: 50px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

body.header-style8 #sns_header .top-header .cart-account {
	padding-top: 0px;
}

body.header-style8 #sns_header .top-header .cart-account .inner {
	margin: 0 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.header-style8 #sns_header .top-header .menu-sidebar,body.header-style8 #sns_header .top-header .myaccount-menu,body.header-style8 #sns_header .top-header .mini-search,body.header-style8 #sns_header .top-header .mini-wishlist,body.header-style8 #sns_header .top-header .mini-cart {
	margin: 0 0;
	width: 50px;
	height: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

body.header-style8 #sns_header .top-header .menu-sidebar .tongle,body.header-style8 #sns_header .top-header .myaccount-menu .tongle,body.header-style8 #sns_header .top-header .mini-search .tongle,body.header-style8 #sns_header .top-header .mini-wishlist .tongle,body.header-style8 #sns_header .top-header .mini-cart .tongle {
	margin: 17px 0 0 17px;
	color: #888888;
}

body.header-style8 #sns_header .top-header .menu-sidebar .tongle:before,body.header-style8 #sns_header .top-header .myaccount-menu .tongle:before,body.header-style8 #sns_header .top-header .mini-search .tongle:before,body.header-style8 #sns_header .top-header .mini-wishlist .tongle:before,body.header-style8 #sns_header .top-header .mini-cart .tongle:before {
	color: inherit;
}

body.header-style8 #sns_header .top-header .menu-sidebar.active,body.header-style8 #sns_header .top-header .menu-sidebar:hover,body.header-style8 #sns_header .top-header .myaccount-menu.active,body.header-style8 #sns_header .top-header .myaccount-menu:hover,body.header-style8 #sns_header .top-header .mini-search.active,body.header-style8 #sns_header .top-header .mini-search:hover,body.header-style8 #sns_header .top-header .mini-wishlist.active,body.header-style8 #sns_header .top-header .mini-wishlist:hover,body.header-style8 #sns_header .top-header .mini-cart.active,body.header-style8 #sns_header .top-header .mini-cart:hover {
	cursor: pointer;
}

body.header-style8 #sns_header .top-header .menu-sidebar.active .tongle:before,body.header-style8 #sns_header .top-header .menu-sidebar:hover .tongle:before,body.header-style8 #sns_header .top-header .myaccount-menu.active .tongle:before,body.header-style8 #sns_header .top-header .myaccount-menu:hover .tongle:before,body.header-style8 #sns_header .top-header .mini-search.active .tongle:before,body.header-style8 #sns_header .top-header .mini-search:hover .tongle:before,body.header-style8 #sns_header .top-header .mini-wishlist.active .tongle:before,body.header-style8 #sns_header .top-header .mini-wishlist:hover .tongle:before,body.header-style8 #sns_header .top-header .mini-cart.active .tongle:before,body.header-style8 #sns_header .top-header .mini-cart:hover .tongle:before {
	color: #000000;
}

body.header-style8 #sns_header .top-header .menu-sidebar.active .tongle .number,body.header-style8 #sns_header .top-header .menu-sidebar:hover .tongle .number,body.header-style8 #sns_header .top-header .myaccount-menu.active .tongle .number,body.header-style8 #sns_header .top-header .myaccount-menu:hover .tongle .number,body.header-style8 #sns_header .top-header .mini-search.active .tongle .number,body.header-style8 #sns_header .top-header .mini-search:hover .tongle .number,body.header-style8 #sns_header .top-header .mini-wishlist.active .tongle .number,body.header-style8 #sns_header .top-header .mini-wishlist:hover .tongle .number,body.header-style8 #sns_header .top-header .mini-cart.active .tongle .number,body.header-style8 #sns_header .top-header .mini-cart:hover .tongle .number {
	background-color: #888888;
}

body.header-style8 #sns_header .top-header .menu-sidebar.active .content,body.header-style8 #sns_header .top-header .menu-sidebar:hover .content,body.header-style8 #sns_header .top-header .myaccount-menu.active .content,body.header-style8 #sns_header .top-header .myaccount-menu:hover .content,body.header-style8 #sns_header .top-header .mini-search.active .content,body.header-style8 #sns_header .top-header .mini-search:hover .content,body.header-style8 #sns_header .top-header .mini-wishlist.active .content,body.header-style8 #sns_header .top-header .mini-wishlist:hover .content,body.header-style8 #sns_header .top-header .mini-cart.active .content,body.header-style8 #sns_header .top-header .mini-cart:hover .content {
	top: 50px;
}

@media (max-width:767px) {
	body.header-style8 #sns_header .top-header .mini-search .content {
		right: -135px;
	}
}

body.header-style8 #sns_header .top-header .menu-sidebar .sidebar-content {
	padding-top: 30px;
}

body.header-style8 #sns_header .main-header {
	padding-top: 0px;
	padding-bottom: 0px;
}

body.header-style8 #sns_header .main-header .header-logo {
	text-align: center;
	margin: 40px 0 30px;
}

body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation {
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation>li.menu-item:first-child {
	padding-left: 0px;
}

body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation>li.menu-item>a {
	color: #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
}

body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a,body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a,body.header-style8 #sns_header .main-header #sns_mainmenu ul#main_navigation>li.menu-item:hover>a {
	color: #000000;
}

body.header-style9 #sns_header {
	margin: 0 0 35px;
	background-color: #6a3ee9;
	background-repeat: no-repeat;
	background-position: center top;
}

body.header-style9 #sns_header .top-header {
	color: #FFF;
}

body.header-style9 #sns_header .top-header .vc_row {
	overflow: visible;
}

body.header-style9 #sns_header .top-header a {
	color: #FFF;
}

body.header-style9 #sns_header .top-header a:hover {
	color: #000000;
}

body.header-style9 #sns_header .top-header .inline-menu {
	margin: 0;
}

body.header-style9 #sns_header .top-header .inline-menu .widget {
	margin: 0;
}

body.header-style9 #sns_header .top-header .inline-menu .widget.widget_nav_menu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

body.header-style9 #sns_header .top-header .inline-menu .widget.widget_nav_menu li a:before {
	display: none;
}

body.header-style9 #sns_header .top-header .inline-menu .widget.widget_nav_menu li a:hover {
	color: #000000;
	padding: 0 0;
}

body.header-style9 #sns_header .top-header .inline-menu .widget.widget_nav_menu li:first-child {
	padding-left: 0;
}

body.header-style9 #sns_header .wpb_raw_html {
	margin: 0 0;
}

body.header-style9 #sns_header .settings {
	float: right;
}

body.header-style9 #sns_header .settings .currency,body.header-style9 #sns_header .settings .language {
	position: relative;
	float: left;
}

body.header-style9 #sns_header .settings .currency .tongle,body.header-style9 #sns_header .settings .language .tongle {
	padding: 0 14px 0 0;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	color: #FFF;
}

body.header-style9 #sns_header .settings .currency .tongle:before,body.header-style9 #sns_header .settings .language .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -7px;
}

body.header-style9 #sns_header .settings .currency ul,body.header-style9 #sns_header .settings .language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	border: 1px solid #eaeaea;
	z-index: 1;
	background: #FFF;
}

body.header-style9 #sns_header .settings .currency ul li,body.header-style9 #sns_header .settings .language ul li {
	display: block;
	border-top: 1px solid #eaeaea;
	line-height: normal;
}

body.header-style9 #sns_header .settings .currency ul li a,body.header-style9 #sns_header .settings .language ul li a {
	display: block;
	padding: 8px 15px;
	color: #333333;
}

body.header-style9 #sns_header .settings .currency ul li a:hover,body.header-style9 #sns_header .settings .language ul li a:hover {
	color: #000000;
}

body.header-style9 #sns_header .settings .currency ul li:first-child,body.header-style9 #sns_header .settings .language ul li:first-child {
	border: none;
}

body.header-style9 #sns_header .settings .currency:hover ul,body.header-style9 #sns_header .settings .language:hover ul {
	top: 32px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.15s ease-out 0s;
	-o-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
}

body.header-style9 #sns_header .sns-login-register {
	float: right;
}

body.header-style9 #sns_header .main-header .cart-account {
	padding-top: 0px;
}

@media (max-width:992px) {
	body.header-style9 #sns_header .main-header .cart-account {
		padding-top: 10px;
	}
}

body.header-style9 #sns_header .main-header .mini-search {
	height: 35px;
}

body.header-style9 #sns_header .main-header .mini-search .tongle {
	width: 35px;
	height: 35px;
}

body.header-style9 #sns_header .main-header .mini-search .tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style9 #sns_header .main-header .mini-search .content {
	border: none;
	min-width: 420px;
	top: 60px;
	right: -100px;
}

body.header-style9 #sns_header .main-header .mini-search .content .sns-searchwrap .search-input input[type="text"] {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

@media (max-width:767px) {
	body.header-style9 #sns_header .main-header .mini-search .content {
		min-width: 320px;
		right: -62px;
	}

	body.layout-type-m-r body.header-style9 #sns_header .main-header .mini-search .content,body.layout-type-l-m body.header-style9 #sns_header .main-header .mini-search .content {
		right: -93px;
	}

	body.layout-type-l-m-r body.header-style9 #sns_header .main-header .mini-search .content {
		right: -124px;
	}
}

body.header-style9 #sns_header .main-header .mini-search:hover .tongle:before {
	color: #000000;
}

body.header-style9 #sns_header .main-header .mini-search:hover .content {
	top: 45px;
}

@media (max-width:992px) {
	body.header-style9 #sns_header .main-header .mini-search .tongle {
		width: 16px;
		height: 16px;
	}

	body.header-style9 #sns_header .main-header .mini-search .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style9 #sns_header .main-header .mini-search .content {
		top: 45px;
	}

	body.header-style9 #sns_header .main-header .mini-search:hover .content {
		top: 30px;
	}
}

body.header-style9 #sns_header .main-header .mini-wishlist {
	margin-left: 30px;
	margin-top: 0px;
}

body.header-style9 #sns_header .main-header .mini-wishlist .tongle {
	width: 35px;
	height: 35px;
}

body.header-style9 #sns_header .main-header .mini-wishlist .tongle:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style9 #sns_header .main-header .mini-wishlist .tongle .number {
	top: -6px;
	right: -8px;
}

body.header-style9 #sns_header .main-header .mini-wishlist:hover .tongle:before {
	color: #000000;
}

body.header-style9 #sns_header .main-header .mini-wishlist:hover .tongle .number {
	background-color: #FFF;
	color: #000000;
}

@media (max-width:992px) {
	body.header-style9 #sns_header .main-header .mini-wishlist {
		margin-left: 20px;
	}

	body.header-style9 #sns_header .main-header .mini-wishlist .tongle {
		width: 16px;
		height: 16px;
	}

	body.header-style9 #sns_header .main-header .mini-wishlist .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style9 #sns_header .main-header .mini-wishlist .tongle .number {
		display: none;
	}
}

body.header-style9 #sns_header .main-header .mini-cart {
	height: 35px;
	margin-left: 30px;
	margin-top: 0px;
}

body.header-style9 #sns_header .main-header .mini-cart .tongle {
	position: relative;
	height: 35px;
	width: auto;
	padding-left: 55px;
}

body.header-style9 #sns_header .main-header .mini-cart .tongle:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "35px";
	height: "35px";
	text-align: center;
	line-height: "35px";
	font-size: 35px;
	color: #FFF;
}

body.header-style9 #sns_header .main-header .mini-cart .tongle .cart-number {
	display: block;
	color: #FFF;
	margin-top: 3px;
}

body.header-style9 #sns_header .main-header .mini-cart .tongle .cart-number .number {
	position: relative;
	background: none;
	width: auto;
	color: #FFF;
	position: static;
	display: inline-block;
	line-height: 1;
}

body.header-style9 #sns_header .main-header .mini-cart .tongle .cart-label {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1;
}

body.header-style9 #sns_header .main-header .mini-cart:hover .tongle:before {
	color: #000000;
}

body.header-style9 #sns_header .main-header .mini-cart:hover .content {
	top: 48px;
}

@media (max-width:992px) {
	body.header-style9 #sns_header .main-header .mini-cart {
		margin-left: 20px;
	}

	body.header-style9 #sns_header .main-header .mini-cart .tongle {
		width: 16px;
		height: 16px;
		padding: 0 0;
	}

	body.header-style9 #sns_header .main-header .mini-cart .tongle:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
	}

	body.header-style9 #sns_header .main-header .mini-cart .tongle .cart-number,body.header-style9 #sns_header .main-header .mini-cart .tongle .cart-label {
		display: none;
	}

	body.header-style9 #sns_header .main-header .mini-cart:hover .content {
		top: 30px;
	}
}

body.header-style9 #sns_header .main-header .menu-sidebar .tongle:before {
	color: #FFF;
}

body.header-style9 #sns_header .main-header .menu-sidebar .tongle:hover:before {
	color: #000000;
}

@media (max-width:992px) {
	body.header-style9 #sns_header .main-header .menu-sidebar #main_menu_sidebar {
		padding-top: 30px;
	}
}

body.header-style9 #sns_header .main-header .btn-navbar:before {
	color: #FFF;
}

body.header-style9 #sns_header .main-header .btn-navbar:hover:before {
	color: #000000;
}

body.header-style9 #sns_header #sns_menu #sns_mainmenu {
	float: left;
	min-width: 65%;
}

body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}

body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:first-child {
	padding-left: 0px;
}

body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item>a {
	color: #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
}

body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a,body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a,body.header-style9 #sns_header #sns_menu #sns_mainmenu ul#main_navigation>li.menu-item:hover>a {
	color: #000000;
}

#sns_header .bottom-header .sns-vertical-menu>.wpb_heading {
	color: #333333;
	text-transform: uppercase;
	font-size: 1.1428em;
	display: block;
	padding: 0 0 15px;
	margin: 0;
	position: relative;
}

#sns_header .bottom-header .sns-vertical-menu>.wpb_heading:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	margin-right: 3px;
	text-align: left;
}

#sns_header .bottom-header .sns-vertical-menu>.wpb_heading>span:before {
	display: none;
}

#sns_header .bottom-header .sns-vertical-menu>ul.vertical-style>li.menu-item {
	position: relative;
	display: block;
	color: #888888;
	border-bottom: 1px solid #eaeaea;
}

#sns_header .bottom-header .sns-vertical-menu>ul.vertical-style>li.menu-item>a {
	display: block;
	position: relative;
	padding: 6px 0;
}

#sns_header .bottom-header .sns-vertical-menu>ul.vertical-style>li.menu-item>a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	margin-right: 5px;
	font-size: 10px;
}

#sns_header .bottom-header .col-v-menu {
	position: relative;
	z-index: 2;
}

#sns_header .bottom-header .sns-info-countdown {
	color: #FFF;
}

#sns_header .bottom-header .row-cat-h17 {
	position: relative;
}

#sns_header .bottom-header .row-cat-h17:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
}

#sns_header .bottom-header .row-cat-h17 .sns-cat-info.style-6 .cat-info .cat-title a {
	color: #FFF;
}

#sns_header .bottom-header .row-cat-h17 .sns-cat-info.style-6 .cat-info .cat-title a:hover {
	color: #000000;
}

#sns_header .bottom-header .row-cat-h17 .sns-cat-info.style-6 .cat-info a.see-more {
	color: rgba(255, 255, 255, 0.5);
}

#sns_header .bottom-header .row-cat-h17 .sns-cat-info.style-6 .cat-info a.see-more:hover {
	color: #000000;
}

body.header-style8 #sns_wrapper #sns_slideshow {
	padding-top: 50px;
}

@media (min-width:1200px) {
	body.header-style6 #sns_wrapper {
		padding-left: 365px;
	}

	body.header-style6 #sns_wrapper .container {
		width: 1170px;
	}
}

body.header-style6 #sns_wrapper>.tongle {
	position: absolute;
	z-index: 999;
	left: 25px;
	top: 25px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}

body.header-style6 #sns_wrapper>.overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	cursor: e-resize;
	cursor: url(../img/close-white.png), auto;
}

body.header-style6 #sns_wrapper .content-minicart {
	visibility: hidden;
	height: 100vh;
	width: 360px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 3;
	background: #FFF;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (max-width:1199px) {
	body.header-style6 #sns_wrapper .content-minicart {
		z-index: 999;
	}
}

body.header-style6 #sns_wrapper .content-minicart .cart-title {
	padding: 0 20px;
}

body.header-style6 #sns_wrapper .content-minicart .cart-title h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	display: block;
	font-size: 1em;
	padding: 20px 0 10px;
	margin: 0 0;
	border-bottom: 1px solid #eaeaea;
}

body.header-style6 #sns_wrapper .content-minicart .widget {
	padding: 0 0;
	margin: 0 0;
	border: none;
}

body.header-style6 #sns_wrapper .content-minicart .widget ul.cart_list,body.header-style6 #sns_wrapper .content-minicart .widget ul.product_list_widget {
	max-height: calc(100vh - 185px);
}

body.header-style6 #sns_wrapper .content-minicart.active {
	visibility: visible;
	left: 365px;
}

body.header-style6 #sns_wrapper .minicart-overlay {
	content: "";
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background: rgba(0, 0, 0, 0.5);
	cursor: e-resize;
	cursor: url(../img/close-white.png), auto;
}

@media (max-width:1199px) {
	body.header-style6 #sns_wrapper .minicart-overlay {
		z-index: 999;
	}
}

body.header-style3.use-slideshow #sns_header {
	position: absolute;
	top: 0px;
	z-index: 2;
}

body.header-style3.use-slideshow #sns_header.keep-menu {
	position: fixed;
	z-index: 88;
}

body.header-style3.use-slideshow #sns_slideshow {
	position: relative;
	top: 0px;
	z-index: 0;
}

body.header-style3.use-slideshow.admin-bar #sns_header.keep-menu {
	top: 32px;
}

@media (max-width:992px) {
	body.header-style3.use-slideshow.admin-bar #sns_header.keep-menu {
		top: 46px;
	}
}

@media (max-width:480px) {
	body.header-style3.use-slideshow.admin-bar #sns_header.keep-menu {
		top: 0px;
	}
}

body.enable-search-cat .sns-searchwrap .search-input {
	width: calc(100% - 180px) !important;
	float: left;
}

@media (max-width:992px) {
	body.enable-search-cat .sns-searchwrap .search-input {
		width: 100% !important;
	}
}

body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
	height: 50px;
	border-radius: 0 5px 5px 0;
	padding-left: 20px;
}

@media (max-width:992px) {
	body.enable-search-cat .sns-searchwrap .search-input input[type="text"] {
		border-radius: 5px;
	}
}

body.enable-search-cat .sns-searchwrap .search-input:before {
	right: 13px;
	right: 13px;
}

body.enable-search-cat .sns-searchwrap button[type="submit"] {
	font-size: 0px;
	padding: 0 0;
	border: none;
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: transparent;
	border-radius: 0 5px 5px 0;
}

body.enable-search-cat .sns-searchwrap button[type="submit"]:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	top: 13px;
	right: 13px;
	margin: 0 0;
}

body.enable-search-cat .sns-searchwrap button[type="submit"]:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 1px;
	width: 1px;
	height: 48px;
}

body.enable-search-cat .sns-searchwrap button[type="submit"]:hover:before {
	color: #000000;
}

body.enable-search-cat .sns-searchwrap .select2-container {
	width: 180px !important;
	float: left;
}

@media (max-width:992px) {
	body.enable-search-cat .sns-searchwrap .select2-container {
		display: none;
	}
}

body.enable-search-cat .sns-searchwrap .select2-container.select2-dropdown-open .select2-selection {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection {
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-right: none;
	border-radius: 5px 0 0 5px;
}

@media (max-width:1199px) {
	body.enable-search-cat .sns-searchwrap .select2-container .select2-selection {
		padding: 0 8px 0 5px;
	}
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__rendered {
	line-height: inherit;
	color: inherit;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow {
	width: 25px;
	height: 100%;
	top: 0px;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b:after {
	left: 7px;
}

body.enable-search-cat .sns-searchwrap .select2-container .select2-selection>.select2-chosen {
	margin: 0 0;
}

.sns-searchwrap div.select-cat {
	display: table-cell !important;
}

.sns-searchwrap div.select-cat a {
	background: #f5f5f5;
	border: none;
	padding: 4px 10px;
}

.sns-searchwrap select.select-cat {
	visibility: hidden;
	opacity: 0;
	display: none;
}

body.header-style5 .sns-searchwrap .search-input input[type="text"],body.header-style7 .sns-searchwrap .search-input input[type="text"] {
	border: 1px solid rgba(234, 234, 234, 0.1);
	color: #FFF;
	background: transparent;
}

body.header-style5 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
	color: #FFF;
	opacity: 1;
}

body.header-style5 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
	color: #FFF;
}

body.header-style5 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
	color: #FFF;
}

body.header-style5 .sns-searchwrap .search-input:before,body.header-style7 .sns-searchwrap .search-input:before {
	color: #FFF;
}

@media (max-width:992px) {
	body.header-style5 .sns-searchwrap .search-input input[type="text"],body.header-style7 .sns-searchwrap .search-input input[type="text"] {
		border-color: #eaeaea;
		color: #888888;
		background-color: #FFF;
	}

	body.header-style5 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
		color: #888888;
		opacity: 1;
	}

	body.header-style5 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
		color: #888888;
	}

	body.header-style5 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder,body.header-style7 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
		color: #888888;
	}

	body.header-style5 .sns-searchwrap .search-input:before,body.header-style7 .sns-searchwrap .search-input:before {
		color: #333333;
	}
}

body.header-style5 .sns-searchwrap button[type="submit"]:before,body.header-style7 .sns-searchwrap button[type="submit"]:before {
	color: #FFF;
}

body.header-style5 .sns-searchwrap button[type="submit"]:after,body.header-style7 .sns-searchwrap button[type="submit"]:after {
	background: rgba(234, 234, 234, 0.1);
}

body.header-style5 .sns-searchwrap button[type="submit"]:hover:before,body.header-style7 .sns-searchwrap button[type="submit"]:hover:before {
	color: #000000;
}

@media (max-width:992px) {
	body.header-style5 .sns-searchwrap button[type="submit"]:before,body.header-style7 .sns-searchwrap button[type="submit"]:before {
		color: #333333;
	}
}

body.header-style5 .sns-searchwrap .select2-container .select2-selection,body.header-style7 .sns-searchwrap .select2-container .select2-selection {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(234, 234, 234, 0.1);
	color: #FFF;
}

body.header-style5 .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b,body.header-style7 .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b {
	border-color: #FFF transparent transparent transparent;
}

body.header-style5 .sns-searchwrap .select2-container.select2-container--open .select2-selection .select2-selection__arrow b,body.header-style7 .sns-searchwrap .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #FFF transparent;
}

body.header-style9 .sns-searchwrap .search-input input[type="text"] {
	border: 2px solid #FFF;
	color: #FFF;
	background: transparent;
}

body.header-style9 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
	color: #FFF;
	opacity: 1;
}

body.header-style9 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
	color: #FFF;
}

body.header-style9 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
	color: #FFF;
}

body.header-style9 .sns-searchwrap .search-input:before {
	color: #FFF;
}

@media (max-width:992px) {
	body.header-style9 .sns-searchwrap .search-input input[type="text"] {
		border-color: #eaeaea;
		color: #888888;
		background-color: #FFF;
	}

	body.header-style9 .sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
		color: #888888;
		opacity: 1;
	}

	body.header-style9 .sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
		color: #888888;
	}

	body.header-style9 .sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
		color: #888888;
	}

	body.header-style9 .sns-searchwrap .search-input:before {
		color: #333333;
	}
}

body.header-style9 .sns-searchwrap button[type="submit"] {
	background: #FFF;
}

body.header-style9 .sns-searchwrap button[type="submit"]:before {
	color: #333333;
}

body.header-style9 .sns-searchwrap button[type="submit"]:after {
	background: rgba(234, 234, 234, 0.1);
}

body.header-style9 .sns-searchwrap button[type="submit"]:hover:before {
	color: #000000;
}

@media (max-width:992px) {
	body.header-style9 .sns-searchwrap button[type="submit"]:before {
		color: #333333;
	}
}

body.header-style9 .sns-searchwrap .select2-container .select2-selection {
	background: transparent;
	border-color: #FFF;
	border-width: 2px;
	color: #FFF;
}

body.header-style9 .sns-searchwrap .select2-container .select2-selection .select2-selection__arrow b {
	border-color: #FFF transparent transparent transparent;
	margin-top: 0px;
}

body.header-style9 .sns-searchwrap .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #FFF transparent;
	margin-top: 0px;
}

.sns-searchwrap .sns-ajaxsearchbox {
	display: table;
	width: 100%;
}

.sns-searchwrap .sns-ajaxsearchbox form {
	display: table-row;
}

.sns-searchwrap .sns-ajaxsearchbox.loaded .search-input {
	display: table-cell !important;
	width: 100%;
	padding: 0px;
}

.sns-searchwrap .sns-ajaxsearchbox.loaded .select-cat+.search-input {
	padding: 0 0;
}

.sns-searchwrap .search-input {
	position: relative;
	vertical-align: middle;
}

.sns-searchwrap .search-input input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.sns-searchwrap .search-input input[type="text"]::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-searchwrap .search-input input[type="text"]:-ms-input-placeholder {
	color: #888888;
}

.sns-searchwrap .search-input input[type="text"]::-webkit-input-placeholder {
	color: #888888;
}

.sns-searchwrap .search-input:before {
	position: absolute;
	top: 14px;
	right: 16px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: none;
	opacity: 0;
}

.sns-searchwrap .search-input.loading button,.sns-searchwrap .search-input.loading input[type=submit] {
	display: none;
}

.sns-searchwrap .search-input.loading:before {
	opacity: 1;
}

.sns-searchwrap button[type="submit"] {
	font-size: 0px;
	padding: 0 0;
	border: none;
	height: 24px;
	width: 24px;
	position: absolute;
	right: 16px;
	top: 13px;
	background: transparent;
}

.sns-searchwrap button[type="submit"]:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	top: 0px;
	right: 0px;
	margin: 0 0;
	color: #333333;
}

.sns-searchwrap button[type="submit"]:hover {
	background: transparent;
	border: none;
}

.sns-searchwrap button[type="submit"]:hover:before {
	color: #000000;
}

.select2-dropdown--below {
	border-color: #eaeaea;
	margin-top: 0px;
	border-radius: 0px;
}

.select2-dropdown--below .select2-search {
	padding: 15px 15px 5px;
}

.select2-dropdown--below .select2-search input {
	padding: 2px 5px !important;
	border-color: #eaeaea;
}

.select2-dropdown--below .select2-results {
	padding: 0px 0 5px;
}

.select2-dropdown--below .select2-results .select2-results__options {
	background: #FFF;
	list-style: none;
	padding: 0 15px 10px;
	max-height: 220px;
}

.select2-dropdown--below .select2-results .select2-results__options li {
	margin: 1px 0 0;
	padding: 3px 6px;
}

.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted[aria-selected],.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted,.select2-dropdown--below .select2-results .select2-results__options li:hover {
	background: #f5f5f5 !important;
	color: inherit !important;
	border-radius: 0;
}

#sns_searchresult_wrap {
	background: #FFF;
	padding: 25px 30px 20px;
	border: 1px solid #eaeaea;
	border-top: none;
	z-index: 99999;
	display: none;
	*zoom: 1;
}

@media (min-width:1199px) {
	body.header-style1 #sns_searchresult_wrap ul li {
		width: 50%;
		float: left;
	}
}

@media (min-width:1199px) {
	body.header-style2 #sns_searchresult_wrap ul li,body.header-style3 #sns_searchresult_wrap ul li,body.header-style4 #sns_searchresult_wrap ul li,body.header-style8 #sns_searchresult_wrap ul li {
		width: 33.33%;
		float: left;
	}
}

body.header-style6 #sns_searchresult_wrap {
	background: #e5e5e5;
}

body.header-style6 #sns_searchresult_wrap ul li .thumbnail a {
	border-color: rgba(0, 0, 0, 0.2);
}

body.header-style6 #sns_searchresult_wrap ul li:hover a:before {
	background: rgba(0, 0, 0, 0.2);
}

#sns_searchresult_wrap:before,#sns_searchresult_wrap:after {
	content: " ";
	display: table;
}

#sns_searchresult_wrap:after {
	clear: both;
}

#sns_searchresult_wrap ul {
	padding: 0 0;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sns_searchresult_wrap ul li {
	display: block;
	padding: 7.5px 0;
	float: left;
	width: 100%;
}

#sns_searchresult_wrap ul li .thumbnail {
	width: 80px;
	float: left;
	border: none;
	padding: 0 0;
	border-radius: 0;
	margin: 0 10px 0 0;
	background: none;
}

#sns_searchresult_wrap ul li .thumbnail a {
	position: relative;
	display: inline-block;
	border: 1px solid #eaeaea;
}

#sns_searchresult_wrap ul li .thumbnail a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	left: 0px;
	top: 0px;
}

#sns_searchresult_wrap ul li .meta .title {
	display: block;
	margin: -3px 10px 5px 0;
}

#sns_searchresult_wrap ul li .meta .title .hightlight {
	color: #000000;
}

#sns_searchresult_wrap ul li .meta .price {
	display: block;
}

#sns_searchresult_wrap ul li:hover a:before {
	background: rgba(0, 0, 0, 0.1);
}

#sns_searchresult_wrap .viewall-result {
	display: block;
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #eaeaea;
}

#sns_mainmenu {
	display: inline-block;
}

#sns_mainmenu:hover {
	overflow: visible;
	position: static;
}

#sns_mainmenu>p.main_navigation_alert {
	color: #888888;
	line-height: 50px;
	margin: 0 0;
}

#sns_mainmenu li:hover {
	z-index: 999;
}

#sns_mainmenu ul#main_navigation {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	float: none;
}

#sns_mainmenu ul#main_navigation:before,#sns_mainmenu ul#main_navigation:after {
	content: " ";
	display: table;
}

#sns_mainmenu ul#main_navigation:after {
	clear: both;
}

#sns_mainmenu ul#main_navigation li.menu-item {
	list-style: none;
}

#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title i {
	margin-right: 10px;
}

#sns_mainmenu ul#main_navigation li.menu-item .megamenu-title img.sns-megamenu-icon-img {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

#sns_mainmenu ul#main_navigation li.menu-item a i {
	margin-right: 10px;
}

#sns_mainmenu ul#main_navigation li.menu-item a img.sns-megamenu-icon-img {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

#sns_mainmenu ul#main_navigation li.menu-item a:focus {
	background: none;
}

#sns_mainmenu ul#main_navigation>li.menu-item {
	border: none;
	position: relative;
	display: inline-block;
	text-align: left;
	float: none;
	padding: 0 20px;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item {
		padding: 0 10px;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega {
	position: static;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content {
	display: none;
	position: absolute;
	visibility: hidden;
	display: block;
	opacity: 0;
	top: 120%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-o-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	z-index: 999;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	width: 100%;
	left: 0;
	background: #fff;
	padding-bottom: 35px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>li.menu-item {
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-1>li.menu-item {
	width: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-2>li.menu-item {
	width: 50%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-3>li.menu-item {
	width: 33.33%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-4>li.menu-item {
	width: 25%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-5>li.menu-item {
	width: 20%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.col-6>li.menu-item {
	width: 16.67%;
}

@media (min-width:1200px) and (max-width:1500px) {
	#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content {
		width: 100%;
		padding-bottom: 20px;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000000;
	left: 0px;
	top: 0px;
	opacity: 1;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.sub-content-background {
	background-position: right bottom;
	background-repeat: no-repeat;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item {
	position: relative;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item a {
	padding: 5px 0px;
	display: block;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item.have-icon>a i {
	margin-right: 8px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu {
	padding: 0px 15px 30px 15px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item ul.sub-menu:not(.enable-megamenu) {
	display: none;
	position: absolute;
	padding: 10px 0;
	visibility: hidden;
	display: block;
	opacity: 0;
	top: 120%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-o-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	border: 1px solid #eaeaea;
	z-index: 999;
	width: 220px;
	left: 208px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	-o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	top: 2px;
	z-index: 999;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item:hover>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item:hover>a i {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item:hover>a:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a i {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content li.menu-item.current-menu-item>a:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns {
	left: 0;
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 0 20px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item {
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-1>li.menu-item {
	width: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-2>li.menu-item {
	width: 50%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-3>li.menu-item {
	width: 33.33%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-4>li.menu-item {
	width: 25%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-5>li.menu-item {
	width: 20%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-6>li.menu-item {
	width: 16.67%;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns {
		padding: 0 10px;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item:first-child:before {
	display: none;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item {
	position: relative;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title {
	display: block;
	margin: 35px 20px 5px 20px;
	padding: 0 0 10px;
	font-size: 1.2857em;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title {
		margin: 25px 10px 5px 10px;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title a {
	color: #333333;
	padding: 0 0 0;
	position: relative;
	display: block;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title a:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: -11px;
	background-color: #eaeaea;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item .megamenu-title img:hover {
	opacity: 0.8;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu {
	padding: 10px 20px 0;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu {
		padding: 10px 10px 0;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu li.menu-item-has-children:before {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 15px;
	color: inherit;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	-o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	top: 2px;
	z-index: 999;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu li.current-menu-ancestor>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu ul.sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	padding: 15px 20px;
	visibility: hidden;
	display: block;
	opacity: 0;
	top: 120%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-o-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	z-index: 999;
	width: 220px;
	left: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns li.menu-item>ul.sub-menu ul.sub-menu li.menu-item a:hover {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns>li.menu-item {
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-1>li.menu-item {
	width: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-2>li.menu-item {
	width: 50%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-3>li.menu-item {
	width: 33.33%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-4>li.menu-item {
	width: 25%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-5>li.menu-item {
	width: 20%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns.col-6>li.menu-item {
	width: 16.66%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content>ul.columns {
	width: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content {
	*zoom: 1;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content:before,#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content:after {
	content: " ";
	display: table;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content:after {
	clear: both;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content>ul.columns {
	width: 65%;
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-left-content .mega-left-content {
	padding: 35px 20px 10px;
	width: 35%;
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content {
	*zoom: 1;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content:before,#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content:after {
	content: " ";
	display: table;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content:after {
	clear: both;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content>ul.columns {
	width: 65%;
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content.has-right-content .mega-right-content {
	padding: 35px 20px 10px;
	width: 35%;
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega .sub-content .mega-bottom-content {
	padding: 15px 20px 10px;
	float: left;
}

#sns_mainmenu ul#main_navigation>li.menu-item.enable-mega:hover .sub-content {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	-o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
}

#sns_mainmenu ul#main_navigation>li.menu-item ul.sub-menu {
	padding: 0 0;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu {
	display: none;
	position: absolute;
	left: 0px;
	background: #fff;
	visibility: hidden;
	display: block;
	opacity: 0;
	top: 120%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 25px, 0);
	-moz-transform: translate3d(0, 25px, 0);
	-ms-transform: translate3d(0, 25px, 0);
	-o-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
	z-index: 999;
	min-width: 260px;
	padding: 20px 0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu {
		min-width: 240px;
		padding: 10px 0;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000000;
	left: 0px;
	top: 0px;
	opacity: 1;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item {
	position: relative;
	margin: 0px;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item:last-child {
	border: none;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item a {
	padding: 5px 30px;
	display: block;
	font-size: 1em;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item a {
		padding: 5px 20px;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.have-icon>a i {
	margin-right: 10px;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.menu-item-has-children:before {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 15px;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
	position: absolute;
	padding: 20px 0;
	min-width: 260px;
	background: #fff;
	top: 0%;
	left: calc(100% + 20px);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	z-index: 999;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item ul.sub-menu:not(.enable-megamenu) {
		min-width: 240px;
		padding: 10px 0;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item:hover>ul.sub-menu:not(.enable-megamenu) {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	visibility: visible;
	left: 95%;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item:hover>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item:hover>a i {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item:hover:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a,#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a i,#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a i {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-item>a:before,#sns_mainmenu ul#main_navigation>li.menu-item>ul.sub-menu li.menu-item.current-menu-parent>a:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.menu-item-has-children>a {
	padding-right: 18px;
}

#sns_mainmenu ul#main_navigation>li.menu-item.menu-item-has-children>a:before {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -7px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	color: #ccc;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#sns_mainmenu ul#main_navigation>li.menu-item>a {
	display: block;
	padding: 18px 0px;
	font-size: 1.1428em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	margin: 0;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#sns_mainmenu ul#main_navigation>li.menu-item>a:hover {
	background: none;
}

@media (max-width:1199px) {
	#sns_mainmenu ul#main_navigation>li.menu-item>a {
		font-size: 1em;
	}
}

#sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a,#sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item.current-menu-ancestor>a:before,#sns_mainmenu ul#main_navigation>li.menu-item.current-menu-item>a:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item:hover>a {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item:hover>a:before {
	color: #000000;
}

#sns_mainmenu ul#main_navigation>li.menu-item:hover>ul.sub-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	-o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease;
	z-index: 999;
	top: 100%;
}

#sns_mainmenu ul#main_navigation>li.menu-item:hover.menu-item-has-children>a:before,#sns_mainmenu ul#main_navigation>li.menu-item:hover.menu-item-has-children>a:after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sns-respmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sns-respmenu .resp-nav:not(.handled) {
	opacity: 0;
}

.sns-respmenu .resp-nav .accr_content {
	padding: 0;
}

.sns-respmenu .resp-nav .accr_content ul {
	padding: 0 0;
	margin: 0 0 0 20px;
}

.sns-respmenu .resp-nav a {
	color: #333333;
}

.sns-respmenu .resp-nav a:hover {
	color: #000000;
}

.sns-respmenu .resp-nav .accr_header {
	padding: 5px 0;
	position: relative;
	display: block;
}

.sns-respmenu .resp-nav .accr_header .btn_accor {
	position: absolute;
	top: 50%;
	right: 0px;
	cursor: pointer;
	margin-top: -7px;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle {
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 0px;
	position: relative;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle:hover:before {
	color: #888888;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.open:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #666;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.close {
	opacity: 1;
}

.sns-respmenu .resp-nav .accr_header .btn_accor .ac-tongle.close:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #000000;
}

.sns-respmenu .resp-nav .accr_header.open>a {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header {
	padding: 5px 0;
	border: none;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header>a {
	font-size: 2em;
	font-weight: bold;
}

@media (max-width:767px) {
	#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header>a {
		font-size: 1.5em;
	}
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header .btn_accor {
	margin: 0 0 0 8px;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header .btn_accor .ac-tongle:before {
	width: 22px;
	height: 22px;
	font-size: 22px;
	top: -2px;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open a {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open a:hover {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open .btn_accor {
	opacity: 1;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item>.accr_header.open .btn_accor .ac-tongle:before {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item:hover>.accr_header>.btn_accor {
	opacity: 1;
}

#sns_header .menu-sidebar #main_menu_sidebar>li.menu-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header {
	position: relative;
	padding: 5px 0;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 6px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 0;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle {
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 0px;
	position: relative;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #888888;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.open:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.close {
	opacity: 1;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle.close:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header .btn_accor .ac-tongle:hover:before {
	color: #000000 !important;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open a {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open .btn_accor {
	opacity: 1;
}

#sns_header .menu-sidebar #main_menu_sidebar li .accr_header.open .btn_accor .ac-tongle:before {
	color: #000000;
}

#sns_header .menu-sidebar #main_menu_sidebar li:hover>.accr_header>.btn_accor {
	opacity: 1;
}

@media (max-width:992px) {
	#sns_content .sns-main .right.inner-sidebar,.sns-right {
		position: fixed;
		top: 0;
		right: -290px;
		width: 290px;
		padding: 20px 20px;
		height: 100%;
		bottom: 0;
		overflow: auto;
		background: #fff;
		z-index: 1000;
		overflow: auto;
		height: 100%;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#sns_content .sns-main .right.inner-sidebar.active,.sns-right.active {
		right: 0;
		opacity: 1;
	}

	#sns_content .sns-main .right.inner-sidebar .sns-col-inner,.sns-right .sns-col-inner {
		padding: 0px 0 50px;
	}

	#sns_content .sns-main .left.inner-sidebar,.sns-left {
		position: fixed;
		top: 0;
		left: -290px;
		width: 290px;
		padding: 20px 20px;
		height: 100%;
		bottom: 0;
		overflow: auto;
		background: #fff;
		z-index: 1000;
		overflow: auto;
		height: 100%;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#sns_content .sns-main .left.inner-sidebar.active,.sns-left.active {
		left: 0;
		opacity: 1;
	}

	#sns_content .sns-main .left.inner-sidebar .sns-col-inner,.sns-left .sns-col-inner {
		padding: 30px 0 50px;
	}

	#sns_content .sns-main .left.inner-sidebar.wpb_column,.sns-left.wpb_column {
		padding: 20px 5px;
	}
}

@media (max-width:1199px) {
	#sns_content .sns-main .column-content-box {
		position: fixed;
		top: 0;
		right: -270px;
		width: 270px;
		padding: 0px;
		height: 100%;
		bottom: 0;
		overflow: auto;
		background: #fff;
		z-index: 1000;
		overflow: auto;
		height: 100%;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	#sns_content .sns-main .column-content-box.active {
		right: 0;
		opacity: 1;
	}
}

.sns-vertical-menu>p.main_navigation_alert {
	color: #888888;
	line-height: 50px;
	margin: 0 20px;
}

ul.vertical-style {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.vertical-style li.menu-item {
	position: relative;
	display: block;
	color: #888888;
}

ul.vertical-style li.menu-item>a {
	display: block;
	position: relative;
	padding: 5px 0;
}

ul.vertical-style li.menu-item>a i {
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
	line-height: 1em;
	vertical-align: middle;
}

ul.vertical-style li.menu-item>a img.sns-megamenu-icon-img {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	margin-right: 8px;
	line-height: 1em;
}

ul.vertical-style li.menu-item.menu-item-has-children {
	position: relative;
}

ul.vertical-style li.menu-item.menu-item-has-children:after {
	position: absolute;
	right: 0px;
	top: 50%;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 15px;
	margin-top: -7px;
	color: inherit;
	text-align: right;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

ul.vertical-style li.menu-item.menu-item-has-children .sns-products {
	-webkit-transform: scale(0);
	transform: scale(0);
}

ul.vertical-style li.menu-item.menu-item-has-children:hover .sub-content,ul.vertical-style li.menu-item.menu-item-has-children:hover>ul.sub-menu:not(.enable-megamenu) {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	visibility: visible;
	left: 95%;
	top: 8px;
	z-index: 9999;
}

ul.vertical-style li.menu-item.menu-item-has-children:hover .sns-products {
	-webkit-transform: scale(1);
	transform: scale(1);
}

ul.vertical-style li.menu-item.just-postwcode .sub-content {
	padding-top: 15px;
}

ul.vertical-style li.menu-item.current-menu-ancestor>a,ul.vertical-style li.menu-item.current-menu-item>a {
	color: #000000;
}

ul.vertical-style li.menu-item.current-menu-ancestor>a:before,ul.vertical-style li.menu-item.current-menu-item>a:before {
	color: #000000;
}

ul.vertical-style li.menu-item>ul.sub-menu:not(.enable-megamenu) {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	position: absolute;
	left: calc(100% + 20px);
	top: 15px;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 20px 25px;
	min-width: 260px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

ul.vertical-style li.menu-item .sub-content {
	background: #fff;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	position: absolute;
	top: 15px;
	left: calc(100% + 20px);
	width: 1000px;
	border: 1px solid #eaeaea;
	padding: 0 20px 30px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content {
		width: 750px;
		padding: 0 10px 20px;
		left: 100%;
	}
}

ul.vertical-style li.menu-item .sub-content.sub-content-background {
	background-position: right bottom;
	background-repeat: no-repeat;
}

ul.vertical-style li.menu-item .sub-content ul.columns {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: left;
	vertical-align: top;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item {
	position: relative;
	border: none;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item:after {
	display: none;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title {
	display: block;
	margin: 35px 20px 5px 20px;
	padding: 0 0 10px;
	font-size: 1.2857em;
	color: #333333;
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title {
		margin: 25px 10px 5px 10px;
	}
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a {
	padding: 0 0 0;
	position: relative;
	display: block;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .megamenu-title a:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: -11px;
	background-color: #eaeaea;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu {
	padding: 10px 20px 0;
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu {
		padding: 10px 10px 0;
	}
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item a {
	padding: 4px 0;
}

ul.vertical-style li.menu-item .sub-content ul.columns .menu-item .sub-menu li.menu-item:hover a {
	background-color: transparent;
}

ul.vertical-style li.menu-item .sub-content ul.columns>li.menu-item {
	float: left;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-1>li.menu-item {
	width: 100%;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-2>li.menu-item {
	width: 50%;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-3>li.menu-item {
	width: 33.33%;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-4>li.menu-item {
	width: 25%;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-5>li.menu-item {
	width: 20%;
}

ul.vertical-style li.menu-item .sub-content ul.columns.col-6>li.menu-item {
	width: 16.66%;
}

ul.vertical-style li.menu-item .sub-content>ul.columns {
	width: 100%;
}

ul.vertical-style li.menu-item .sub-content.has-left-content {
	*zoom: 1;
}

ul.vertical-style li.menu-item .sub-content.has-left-content:before,ul.vertical-style li.menu-item .sub-content.has-left-content:after {
	content: " ";
	display: table;
}

ul.vertical-style li.menu-item .sub-content.has-left-content:after {
	clear: both;
}

ul.vertical-style li.menu-item .sub-content.has-left-content>ul.columns {
	width: 65%;
	float: left;
}

ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content {
	padding: 35px 20px 10px;
	width: 35%;
	float: left;
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content.has-left-content .mega-left-content {
		padding: 25px 10px 10px;
	}
}

ul.vertical-style li.menu-item .sub-content.has-right-content {
	*zoom: 1;
}

ul.vertical-style li.menu-item .sub-content.has-right-content:before,ul.vertical-style li.menu-item .sub-content.has-right-content:after {
	content: " ";
	display: table;
}

ul.vertical-style li.menu-item .sub-content.has-right-content:after {
	clear: both;
}

ul.vertical-style li.menu-item .sub-content.has-right-content>ul.columns {
	width: 65%;
	float: left;
}

ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content {
	padding: 35px 20px 10px;
	width: 35%;
	float: left;
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content.has-right-content .mega-right-content {
		padding: 25px 10px 10px;
	}
}

ul.vertical-style li.menu-item .sub-content .mega-bottom-content {
	padding: 15px 20px 10px;
	width: 100%;
	float: left;
}

@media (max-width:1199px) {
	ul.vertical-style li.menu-item .sub-content .mega-bottom-content {
		padding: 10px 10px 10px;
	}
}

ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading {
	margin: 5px 0 20px;
	padding: 0 0 10px;
	font-size: 1.2857em;
	position: relative;
}

ul.vertical-style li.menu-item .sub-content .sns-products .wpb_heading:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: -1px;
	background-color: #eaeaea;
}

ul.vertical-style li.menu-item .sub-content .sns-products .product_list {
	margin-bottom: 0;
}

ul.vertical-style li.menu-item .sub-content .sns-products.list-mode .owl-nav {
	top: -50px;
}

ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading {
	margin: 5px 15px 20px;
	padding: 0 0 10px;
	font-size: 1.2857em;
	position: relative;
}

ul.vertical-style li.menu-item .sub-content .sns-list-posts .wpb_heading:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: -1px;
	background-color: #eaeaea;
}

ul.vertical-style>li.menu-item>a {
	padding: 6px 0px 6px 0;
}

ul.vertical-style>li.menu-item>a i {
	margin-right: 15px;
}

ul.vertical-style>li.menu-item>a img.sns-megamenu-icon-img {
	margin-right: 15px;
}

ul.vertical-style>li.menu-item.menu-item-has-children:after {
	right: 0px;
}

.page-header {
	margin: 0 0 30px;
	padding: 0 0;
	border: none;
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.page-header:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	top: 50%;
	border-top: 1px dashed #eaeaea;
}

.page-header span {
	background: #FFF;
	padding: 0 30px 0 0;
	position: relative;
	z-index: 1;
}

h2.wpb_heading,h3.wpb_heading {
	margin: 0 0 25px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	line-height: 1.1;
}

h2.widgettitle,h3.widgettitle {
	margin: 0 0 25px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	line-height: 1.1;
}

.vc_custom_heading {
	line-height: 1.1;
}

.vc_custom_heading.uppercase {
	text-transform: uppercase;
}

.vc_custom_heading[class*="fa-"]:before {
	font-family: FontAwesome;
}

.vc_custom_heading[class*="fa-"] span {
	margin-left: 12px;
}

.vc_custom_heading[class*="fa-"].want-span-line span:before {
	left: -565px;
}

.vc_custom_heading.want-span-line {
	margin: 0 0 30px;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	overflow: hidden;
}

.vc_custom_heading.want-span-line span {
	position: relative;
}

.vc_custom_heading.want-span-line span:before,.vc_custom_heading.want-span-line span:after {
	position: absolute;
	content: "";
	height: 1px;
	min-width: 500px;
	left: -530px;
	top: 50%;
	background: #eaeaea;
}

.vc_custom_heading.want-span-line span:after {
	left: auto;
	right: -530px;
}

.vc_custom_heading.have-line-color {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}

.vc_custom_heading.have-line-color:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: 0px;
	bottom: -2px;
	background: #000000;
}

.vc_custom_heading.have-cline-color {
	position: relative;
	padding-bottom: 35px;
}

.vc_custom_heading.have-cline-color:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: calc(50% - 50px);
	bottom: -2px;
	background: #000000;
}

.vc_custom_heading.weight-normal {
	font-weight: normal;
}

.vc_custom_heading.have-letter-spacing {
	letter-spacing: 4px;
	color: #888888;
	font-weight: normal;
}

.vc_custom_heading.have-line-border {
	padding: 0 0 15px;
	margin: 0 0 30px;
	border-bottom: 1px solid #eaeaea;
	text-transform: uppercase;
}

.wpb_text_column.white {
	color: #FFF;
}

.wpb_text_column.sns-intro-cat h2 {
	font-size: 3em;
	margin: 0 0 25px;
	line-height: 1.1;
}

@media (max-width:992px) {
	.wpb_text_column.sns-intro-cat h2 {
		font-size: 2em;
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.wpb_text_column.sns-intro-cat h2 {
		font-size: 1.5384em;
	}
}

.wpb_text_column.sns-intro-cat p {
	margin: 0 0 20px;
}

@media (max-width:992px) {
	.wpb_text_column.sns-intro-cat p {
		margin-bottom: 15px;
	}
}

.wpb_text_column.sns-intro-cat a {
	position: relative;
	padding-right: 15px;
	font-weight: bold;
}

.wpb_text_column.sns-intro-cat a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	right: 0px;
	top: 50%;
	margin-top: -7px;
	position: absolute;
}

.wpb_text_column.for-up-link a {
	text-transform: uppercase;
	text-decoration: underline;
}

.wpb_text_column.for-up-link a:hover {
	text-decoration: none;
}

body .vc_progress_bar .vc_single_bar {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	margin-top: 35px;
}

body .vc_progress_bar .vc_single_bar .vc_label {
	top: -20px;
	font-size: 100%;
	color: inherit !important;
	padding: 0 0 !important;
	text-shadow: none !important;
}

body .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
	position: absolute;
	right: 0px;
}

.wpb_wrapper .wpb_single_image {
	margin-bottom: 30px;
}

.wpb_wrapper .wpb_revslider_element {
	margin-bottom: 30px;
}

.wpb_single_image.banner1 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner1 a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	background: rgba(0, 0, 0, 0.07);
	opacity: 0;
}

.wpb_single_image.banner1 a:hover:before {
	opacity: 1;
}

.wpb_single_image.banner2 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner2 a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.wpb_single_image.banner2 a:before {
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.wpb_single_image.banner2 a:hover:before {
	opacity: 1;
}

.wpb_single_image.banner3 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner3 a img {
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.wpb_single_image.banner3 a:after {
	background: url("../img/mlass.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
}

.wpb_single_image.banner3 a:hover:after {
	left: 100%;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.wpb_single_image.banner3 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.9;
}

.wpb_single_image.banner4 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner4 a img {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.wpb_single_image.banner4 a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.wpb_single_image.banner4 a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.wpb_single_image.banner4 a:hover:before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.wpb_single_image.banner4 a:hover:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.wpb_single_image.banner5 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner5 a img {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.wpb_single_image.banner5 a:before {
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	border-top: 1px solid rgba(255, 255, 255, 0.85);
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: scale(0, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.wpb_single_image.banner5 a:after {
	border-left: 1px solid rgba(255, 255, 255, 0.85);
	border-right: 1px solid rgba(255, 255, 255, 0.85);
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: scale(1, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.wpb_single_image.banner5 a:hover:before,.wpb_single_image.banner5 a:hover:after {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wpb_single_image.banner6 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner6 a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.wpb_single_image.banner6 a:before {
	border: 0 solid rgba(255, 255, 255, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-o-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.wpb_single_image.banner6 a:hover:before {
	border: 10px solid rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.wpb_single_image.banner7 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner7 a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.wpb_single_image.banner7 a:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 0;
}

.wpb_single_image.banner7 a:hover:before {
	height: 100%;
	left: 0;
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

.wpb_single_image.banner8 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner8 a img {
	opacity: 0.95;
	transform: scale3d(1.05, 1.05, 1);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.wpb_single_image.banner8 a:before {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
	transition: transform 0.6s ease 0s;
	width: 100%;
}

.wpb_single_image.banner8 a:hover img {
	opacity: 0.6;
	transform: scale3d(1, 1, 1);
}

.wpb_single_image.banner8 a:hover:before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.wpb_single_image.banner9 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner9 a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.wpb_single_image.banner9 a:before,.wpb_single_image.banner9 a:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.wpb_single_image.banner9 a:before {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 1;
}

.wpb_single_image.banner9 a:after {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	opacity: 0;
	z-index: 2;
}

.wpb_single_image.banner9 a:hover:before {
	opacity: 0.6;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.wpb_single_image.banner9 a:hover:after {
	opacity: 1;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	opacity: 1;
}

.wpb_single_image.banner9 a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.wpb_single_image.banner10 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner10 a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpb_single_image.banner10 a:hover:before {
	-webkit-animation: circle 0.75s;
	-ms-animation: circle 0.75s;
	-o-animation: circle 0.75s;
	animation: circle 0.75s;
}

.wpb_single_image.banner11 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner11 a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.wpb_single_image.banner11 a:hover:before {
	-webkit-animation: shinex 1s;
	-ms-animation: shinex 1s;
	-o-animation: shinex 1s;
	animation: shinex 1s;
}

.wpb_single_image.banner12 a:hover img {
	opacity: 1;
	-ms-animation: flash 1.2s;
	-o-animation: flash 1.2s;
	-webkit-animation: flash 1.2s;
	animation: flash 1.2s;
}

.wpb_single_image.banner13 a {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpb_single_image.banner13 a img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.wpb_single_image.banner13 a:before {
	background: url("../img/plus.png") no-repeat scroll center center / 60px 60px rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0.4) rotateY(180deg);
	-moz-transform: scale(0.4) rotateY(180deg);
	-ms-transform: scale(0.4) rotateY(180deg);
	-o-transform: scale(0.4) rotateY(180deg);
	transform: scale(0.4) rotateY(180deg);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 100;
	opacity: 0;
}

.wpb_single_image.banner13 a:hover:before {
	opacity: 0.6;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	visibility: visible;
}

.sns-tags {
	*zoom: 1;
}

.sns-tags:before,.sns-tags:after {
	content: " ";
	display: table;
}

.sns-tags:after {
	clear: both;
}

.sns-tags .wpb_heading {
	padding-bottom: 10px;
	margin: 0 0 10px;
}

.sns-tags .tags-content a {
	background: #FFF;
	border: 1px solid #eaeaea;
	padding: 4px 15px;
	border-radius: 5px;
	display: inline-block;
	font-size: 100% !important;
	color: inherit;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	margin: 0 10px 10px 0;
	float: left;
}

.sns-tags .tags-content a:hover {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

@media (min-width:1800px) {
	.wpb_row.row-1170 {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.wpb_row.row-1200 {
		width: 1230px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:1200px) {
	.wpb_row.lg-smaill-container {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

.wpb_row.row-highlight-cat {
	position: relative;
}

.wpb_row.row-highlight-cat:before {
	width: 100%;
	height: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width:1199px) {
	.wpb_row.row-highlight-cat {
		width: calc(100% - 10px);
		margin-left: auto;
		margin-right: auto;
	}
}

.wpb_row.h1-banner-parallax {
	height: 680px;
}

.wpb_row.h1-banner-parallax .vc_parallax-inner {
	background-attachment: fixed !important;
}

.wpb_row.h1-banner-parallax h1,.wpb_row.h1-banner-parallax h2 {
	font-size: 112px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 1.1;
}

.wpb_row.h1-banner-parallax h1 a,.wpb_row.h1-banner-parallax h2 a {
	color: inherit;
}

.wpb_row.h1-banner-parallax h1 a:hover,.wpb_row.h1-banner-parallax h2 a:hover {
	color: #000000;
}

.wpb_row.h1-banner-parallax p {
	font-size: 30px;
	color: #FFF;
}

@media (max-width:1199px) {
	.wpb_row.h1-banner-parallax {
		height: 500px;
	}

	.wpb_row.h1-banner-parallax h1,.wpb_row.h1-banner-parallax h2 {
		font-size: 65px;
		margin-bottom: 5px;
	}

	.wpb_row.h1-banner-parallax p {
		font-size: 24px;
	}
}

@media (max-width:992px) {
	.wpb_row.h1-banner-parallax {
		height: 450px;
	}

	.wpb_row.h1-banner-parallax h1,.wpb_row.h1-banner-parallax h2 {
		font-size: 50px;
		margin-bottom: 5px;
	}

	.wpb_row.h1-banner-parallax p {
		font-size: 20px;
	}
}

@media (max-width:767px) {
	.wpb_row.h1-banner-parallax {
		height: 320px;
	}

	.wpb_row.h1-banner-parallax h1,.wpb_row.h1-banner-parallax h2 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.wpb_row.h1-banner-parallax p {
		font-size: 16px;
	}
}

.wpb_row.home2-row-banner .wpb_text_column {
	color: #333333;
}

.wpb_row.home2-row-banner .wpb_text_column h1,.wpb_row.home2-row-banner .wpb_text_column h2,.wpb_row.home2-row-banner .wpb_text_column h3,.wpb_row.home2-row-banner .wpb_text_column h4,.wpb_row.home2-row-banner .wpb_text_column h5 {
	font-size: 2em;
	margin-top: 40px;
	margin-bottom: 12px;
}

.wpb_row.home2-row-banner .wpb_text_column p {
	margin-bottom: 30px;
}

.wpb_row.home2-row-banner .wpb_text_column p a {
	padding: 8px 20px;
	border-radius: 5px;
	color: #FFF;
	background-color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}

.wpb_row.home2-row-banner .wpb_text_column p a:hover {
	background-color: #000000;
}

.wpb_row.h8-row-intro .vc_column-inner {
	background-position: right center !important;
	background-size: contain;
}

@media (max-width:1199px) {
	.wpb_row.h8-row-intro .vc_column-inner .vc_custom_heading.want-control-size {
		font-size: 36px !important;
		line-height: 40px !important;
	}
}

@media (max-width:767px) {
	.wpb_row.h8-row-intro .vc_column-inner .vc_custom_heading.want-control-size {
		font-size: 30px !important;
		line-height: 34px !important;
	}
}

.wpb_row.row-saleoff-30 {
	text-align: center;
}

.wpb_row.row-saleoff-30 .vc_parallax-inner {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right center;
}

@media (max-width:1199px) {
	.wpb_row.row-saleoff-30 .vc_parallax-inner {
		background-size: 70%;
		background-position: right 70%;
	}
}

@media (max-width:992px) {
	.wpb_row.row-saleoff-30 .vc_parallax-inner {
		background: none !important;
	}
}

@media (min-width:480px) {
	.wpb_row.row-saleoff-30 .wpb_column:first-child .vc_column-inner {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.wpb_row.row-saleoff-30 .wpb_text_column.sort-desc {
	font-size: 21px;
	color: #333333;
}

@media (max-width:480px) {
	.wpb_row.row-saleoff-30 .wpb_text_column.sort-desc {
		font-size: 18px;
	}
}

.wpb_row.row-saleoff-30 .wpb_text_column a {
	text-decoration: underline;
}

@media (max-width:767px) {
	.wpb_row.row-saleoff-30 .vc_custom_heading.want-control-size {
		font-size: 65px !important;
	}
}

.wpb_row.row-testimonial-fixed-left .vc_parallax-inner {
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media (min-width:1200px) {
	.wpb_row.row-testimonial-fixed-left .vc_parallax-inner {
		width: calc(100% - 365px);
		left: 365px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.wpb_row.row-testimonial-fixed-left .vc_parallax-inner {
		background-size: 108% !important;
	}
}

.wpb_row.sns-row-video-bg {
	height: 880px;
	text-align: center;
}

.wpb_row.sns-row-video-bg h1,.wpb_row.sns-row-video-bg h2,.wpb_row.sns-row-video-bg h3,.wpb_row.sns-row-video-bg h4,.wpb_row.sns-row-video-bg h5,.wpb_row.sns-row-video-bg h6 {
	text-transform: uppercase;
}

.wpb_row.sns-row-video-bg h4,.wpb_row.sns-row-video-bg h5,.wpb_row.sns-row-video-bg h6 {
	font-weight: normal;
}

.wpb_row.sns-row-video-bg .sns-info-inline .vc_icon_element-icon {
	color: #FFF;
}

.wpb_row.comming-soon {
	background-position: center bottom !important;
	margin-top: 70px;
	height: calc(100vh - 70px - 75px);
}

@media (max-width:1199px) {
	.wpb_row.comming-soon {
		margin-top: 30px !important;
		height: calc(100vh - 30px - 75px);
	}

	.wpb_row.comming-soon h3.vc_custom_heading {
		font-size: 26px !important;
	}

	.wpb_row.comming-soon h1.vc_custom_heading {
		font-size: 80px !important;
	}
}

@media (max-width:767px) {
	.wpb_row.comming-soon {
		height: auto;
	}

	.wpb_row.comming-soon h3.vc_custom_heading {
		font-size: 24px !important;
	}

	.wpb_row.comming-soon h1.vc_custom_heading {
		font-size: 65px !important;
	}
}

@media (max-width:480px) {
	.wpb_row.comming-soon {
		height: auto;
	}

	.wpb_row.comming-soon h3.vc_custom_heading {
		font-size: 16px !important;
	}

	.wpb_row.comming-soon h1.vc_custom_heading {
		font-size: 50px !important;
	}
}

.wpb_row.comming-soon .wpb_row>.wpb_column {
	border-left: 1px solid #FFF;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner {
	padding: 90px 30px 90px 165px;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>* {
	max-width: 425px;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>*.sns-info-inline {
	display: inline-block;
	margin: 10px 15px 0 0;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>*.sns-info-inline a {
	height: 40px;
	width: 40px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>*.sns-info-inline a span {
	color: #FFF;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>*.sns-info-inline a:hover {
	background: #FFF;
	border-color: #FFF;
}

.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>*.sns-info-inline a:hover span {
	color: #333333;
}

.wpb_row.comming-soon .wpb_row>.wpb_column:first-child {
	border: none;
}

.wpb_row.comming-soon .wpb_row>.wpb_column:first-child .vc_column-inner {
	padding: 90px 165px 90px 30px;
}

.wpb_row.comming-soon .wpb_row>.wpb_column:first-child .vc_column-inner .wpb_wrapper>* {
	float: right;
	width: 425px;
}

@media (max-width:1199px) {
	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner {
		padding: 30px 50px !important;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>* {
		float: none !important;
		margin: 0 auto;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column:first-child .vc_column-inner .wpb_wrapper>*:first-child {
		width: 100%;
	}
}

@media (max-width:992px) {
	.wpb_row.comming-soon .wpb_row>.wpb_column {
		border: none !important;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner {
		padding: 0 50px 40px;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>* {
		float: none !important;
		margin: 0 auto;
		max-width: 100%;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column:first-child .vc_column-inner .wpb_wrapper>* {
		max-width: 425px;
	}
}

@media (max-width:480px) {
	.wpb_row.comming-soon .wpb_row>.wpb_column {
		border: none !important;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner {
		padding: 0 30px 40px !important;
	}

	.wpb_row.comming-soon .wpb_row>.wpb_column .vc_column-inner .wpb_wrapper>* {
		max-width: 100%;
	}
}

.wpb_row .wpb_column.inner-width-auto>.vc_column-inner {
	width: auto !important;
}

.wpb_row .wpb_column.inline-inner-block>.vc_column-inner {
	padding-top: 0px;
}

.wpb_row .wpb_column.inline-inner-block>.vc_column-inner>.wpb_wrapper>* {
	display: inline-block;
}

.wpb_row .wpb_column.inline-inner-block.center {
	text-align: center;
}

.wpb_row .wpb_column.inline-inner-block.center>.vc_column-inner {
	width: auto !important;
	display: inline-block;
}

.wpb_row .wpb_column.float-right {
	float: right;
}

.wpb_row .wpb_column.float-right>.vc_column-inner>.wpb_wrapper {
	float: right;
}

@media (max-width:767px) {
	.wpb_row .wpb_column.float-right>.vc_column-inner>.wpb_wrapper {
		float: none;
	}
}

@media (max-width:480px) {
	.wpb_row .wpb_column.col-phone-12 {
		width: 100%;
	}
}

.wpb_row .wpb_column.center-align-col {
	text-align: center;
}

@media (min-width:1200px) {
	.wpb_row .wpb_column.extra-padding>.vc_column-inner {
		padding-left: 215px;
		padding-right: 215px;
	}
}

@media (max-width:767px) {
	.wpb_row .wpb_column.normal-space-xs .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width:480px) {
	.wpb_row .wpb_column.normal-space-phone .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.wpb_row.row-grid-banner .wpb_single_image {
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.wpb_row.row-grid-banner {
		margin-bottom: 15px !important;
	}
}

@media (max-width:767px) {
	.wpb_row.row-no-margin .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.sns-shopby-categories {
	*zoom: 1;
}

.sns-shopby-categories:before,.sns-shopby-categories:after {
	content: " ";
	display: table;
}

.sns-shopby-categories:after {
	clear: both;
}

.sns-shopby-categories .cat-img {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
}

.sns-shopby-categories .right-content {
	float: left;
}

.sns-shopby-categories .right-content .wpb_heading {
	font-size: 1em;
	text-transform: uppercase;
}

.sns-shopby-categories .right-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sns-shopby-categories .right-content ul li {
	padding: 3px 0;
}

.sns-shopby-categories .right-content ul li:first-child {
	padding-top: 0px;
}

.sns-shopby-categories .right-content ul li a {
	color: #888888;
	position: relative;
}

.sns-shopby-categories .right-content ul li a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	left: 0px;
	top: 4px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.sns-shopby-categories .right-content ul li a:hover {
	color: #000000;
	padding-left: 20px;
}

.sns-shopby-categories .right-content ul li a:hover:before {
	opacity: 1;
}

.sns-shopby-categories .right-content .view-more-tag {
	padding: 8px 0 0;
}

.sns-shopby-categories .right-content .view-more-tag a {
	position: relative;
}

.sns-shopby-categories .right-content .view-more-tag a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	left: 0px;
	top: 4px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.sns-shopby-categories .right-content .view-more-tag a:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	right: -8px;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.sns-shopby-categories .right-content .view-more-tag a:hover {
	padding-left: 14px;
}

.sns-shopby-categories .right-content .view-more-tag a:hover:before {
	opacity: 1;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.sns-shopby-categories .right-content .view-more-tag a:hover:after {
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.sns-shopby-categories.have-border-left {
	position: relative;
}

.sns-shopby-categories.have-border-left:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	top: 0px;
	left: -15px;
	background: #eaeaea;
}

@media (max-width:1199px) {
	.sns-shopby-categories.have-border-left.not-border-ipad:before {
		display: none;
	}
}

@media (max-width:480px) {
	.sns-shopby-categories.have-border-left:before {
		display: none;
	}
}

.sns-single-product .box-label {
	display: block;
	margin: 0 0 25px;
}

.sns-single-product .box-label span {
	background: #000000;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 6px;
}

.sns-single-product .item-title {
	font-size: 3em;
	line-height: 1.1;
	margin: 0 0 30px;
}

.sns-single-product .woocommerce-product-details__short-description {
	margin: 0 0 40px;
}

.sns-single-product .woocommerce-product-details__short-description p:last-child {
	margin: 0 0;
}

.sns-single-product .price {
	margin: 0 0 40px;
}

.sns-single-product .price .amount {
	font-size: 2em;
}

.sns-cat-info.style-1 {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 0 25px;
}

.sns-cat-info.style-1.align-right {
	float: right;
}

.sns-cat-info.style-1.align-center {
	float: none;
}

.sns-cat-info.style-1 .cat-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.sns-cat-info.style-1 .cat-img img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.sns-cat-info.style-1 .cat-img:before {
	border: 0 solid rgba(255, 255, 255, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	-o-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.sns-cat-info.style-1 .cat-info {
	padding: 10px 0px 15px;
	*zoom: 1;
}

.sns-cat-info.style-1 .cat-info:before,.sns-cat-info.style-1 .cat-info:after {
	content: " ";
	display: table;
}

.sns-cat-info.style-1 .cat-info:after {
	clear: both;
}

.sns-cat-info.style-1 .cat-info .cat-title {
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0;
	font-weight: normal;
	line-height: normal;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.sns-cat-info.style-1 .cat-info .cat-title a {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	transition: transform 0.25s;
}

.sns-cat-info.style-1 .cat-info .cat-title a:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	color: #000000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sns-cat-info.style-1 .cat-info .custom-number {
	float: left;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-1:hover .cat-img:before {
	border: 15px solid rgba(0, 0, 0, 0.05);
	opacity: 1;
}

.sns-cat-info.style-1:hover .cat-info a {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.sns-cat-info.style-2 .cat-img {
	position: relative;
	display: block;
	text-align: center;
}

.sns-cat-info.style-2 .cat-img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.sns-cat-info.style-2 .cat-img span {
	display: block;
}

.sns-cat-info.style-2 .cat-img span:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 0px;
	left: 50%;
	top: 50%;
	background: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-2 .cat-img span:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 2px;
	left: 50%;
	top: 50%;
	background: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-2 .cat-img span img {
	margin: 0 auto;
}

.sns-cat-info.style-2 .cat-info {
	display: block;
	text-align: center;
}

.sns-cat-info.style-2 .cat-info .cat-title {
	text-transform: uppercase;
	font-size: 1.1428em;
	line-height: 1.1;
	font-weight: bold;
	margin: 25px 0 0;
}

@media (max-width:480px) {
	.sns-cat-info.style-2 .cat-info .cat-title {
		font-size: 13px;
	}
}

.sns-cat-info.style-2 .cat-info .cat-title a .cat-prd-num {
	color: #000000;
	font-weight: normal;
	margin-left: 5px;
}

.sns-cat-info.style-2:hover .cat-img:before {
	opacity: 1;
}

.sns-cat-info.style-2:hover .cat-img span:before {
	width: 60px;
	margin-left: -30px;
}

.sns-cat-info.style-2:hover .cat-img span:after {
	height: 60px;
	margin-top: -30px;
}

.sns-cat-info.style-3 {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-3 .cat-img {
	position: relative;
	display: block;
	overflow: hidden;
}

.sns-cat-info.style-3 .cat-img:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.05);
}

.sns-cat-info.style-3 .cat-img span {
	display: block;
	transform: translateX(21%);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-3 .cat-info {
	padding: 15px 0px;
	*zoom: 1;
}

.sns-cat-info.style-3 .cat-info:before,.sns-cat-info.style-3 .cat-info:after {
	content: " ";
	display: table;
}

.sns-cat-info.style-3 .cat-info:after {
	clear: both;
}

.sns-cat-info.style-3 .cat-info .cat-title {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0;
	font-weight: normal;
	overflow: hidden;
}

.sns-cat-info.style-3 .cat-info .cat-title a {
	position: relative;
	float: left;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	transition: transform 0.25s;
}

.sns-cat-info.style-3 .cat-info .cat-title a:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	color: #000000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.sns-cat-info.style-3 .cat-info .cat-title .cat-prd-num {
	float: right;
	color: #888888;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-cat-info.style-3:hover .cat-info a {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.sns-cat-info.style-3:hover .cat-img span {
	transform: translateX(0px);
}

.sns-cat-info.style-4 {
	position: relative;
	margin: 0 0 30px;
}

.sns-cat-info.style-4 .cat-img {
	position: relative;
	display: block;
	text-align: center;
}

.sns-cat-info.style-4 .cat-img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.sns-cat-info.style-4 .cat-info {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sns-cat-info.style-4 .cat-info .cat-title {
	text-transform: none;
	font-size: 1.1428em;
	font-weight: normal;
	line-height: 1.1;
	margin: 15px 20px;
}

.sns-cat-info.style-4 .cat-info .cat-title a .cat-prd-num {
	color: #888888;
	font-weight: normal;
	margin-left: 3px;
	font-size: 12px;
}

.sns-cat-info.style-4 .cat-info .cat-title a:hover .cat-prd-num {
	color: #000000;
}

.sns-cat-info.style-4:hover .cat-img:before {
	opacity: 1;
}

.sns-cat-info.style-5 {
	position: relative;
	margin: 0 0;
}

.sns-cat-info.style-5 .cat-img {
	position: relative;
	display: block;
	text-align: center;
}

.sns-cat-info.style-5 .cat-img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.sns-cat-info.style-5 .cat-info {
	display: block;
	text-align: center;
	line-height: 42px;
	position: relative;
	top: -21px;
	z-index: 1;
}

.sns-cat-info.style-5 .cat-info .cat-title {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	line-height: inherit;
	margin: 0;
}

.sns-cat-info.style-5 .cat-info .cat-title a {
	padding: 0 20px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: block;
}

.sns-cat-info.style-5 .cat-info .cat-title a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sns-cat-info.style-5:hover .cat-img:before {
	opacity: 1;
}

.sns-cat-info.style-5:hover .cat-info .cat-title a {
	background-color: #000000;
	color: #FFF;
}

.sns-cat-info.style-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sns-cat-info.style-6 .cat-img,.sns-cat-info.style-6 .cat-info {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sns-cat-info.style-6 .cat-info {
	margin-left: 20px;
	margin-top: 25px;
}

.sns-cat-info.style-6 .cat-info .cat-title {
	font-size: 1.1428em;
	margin-bottom: 3px;
}

.sns-cat-info.style-7 {
	position: relative;
	margin: 0 0;
}

.sns-cat-info.style-7 .cat-img {
	position: relative;
	display: block;
	text-align: center;
}

.sns-cat-info.style-7 .cat-img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.sns-cat-info.style-7 .cat-info {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sns-cat-info.style-7 .cat-info .cat-title {
	text-transform: none;
	font-size: 1.7142em;
	font-weight: normal;
	line-height: 1.1;
	margin: 30px 35px;
}

@media (max-width:1199px) {
	.sns-cat-info.style-7 .cat-info .cat-title {
		font-size: 1.5em;
		margin: 25px 25px;
	}
}

@media (max-width:992px) {
	.sns-cat-info.style-7 .cat-info .cat-title {
		font-size: 1.2857em;
		margin: 20px;
	}
}

.sns-cat-info.style-7 .cat-info .cat-title a {
	position: relative;
	display: inline-block;
	padding-top: 12px;
	font-weight: 300;
}

.sns-cat-info.style-7 .cat-info .cat-title a:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 50px;
	background: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	left: 0px;
	top: 0px;
}

.sns-cat-info.style-7 .cat-info .cat-title a:hover:before {
	background: #000000;
}

.sns-cat-info.style-7:hover .cat-img:before {
	opacity: 1;
}

.sns-banner.style-1 .img-banner {
	position: relative;
	display: inline-block;
}

.sns-banner.style-1 .img-banner:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-banner.style-1 .banner-link {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #FFF;
	border: 1px solid #FFF;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 38px 0 0;
	width: 0px;
	overflow: hidden;
}

.sns-banner.style-1 .banner-link:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	line-height: inherit;
	position: absolute;
	right: 12px;
	top: 0px;
}

.sns-banner.style-1 .banner-link span {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	display: block;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: hidden;
	opacity: 0;
}

.sns-banner.style-1 .banner-link:hover {
	padding: 0 38px 0 12px;
	font-size: 1em;
	background: rgba(255, 255, 255, 0.3);
	width: auto;
}

.sns-banner.style-1 .banner-link:hover span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.sns-banner.style-1:hover .img-banner:before {
	opacity: 1;
}

.sns-banner.style-2 {
	position: relative;
}

.sns-banner.style-2 .img-banner {
	position: relative;
	display: inline-block;
}

.sns-banner.style-2 .img-banner:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-banner.style-2 .banner-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.sns-banner.style-2 .banner-text h3.title {
	font-size: 2em;
	color: inherit;
	margin: 0 0;
}

.sns-banner.style-2 .banner-text a.banner-link {
	color: inherit;
	text-transform: uppercase;
	padding-right: 5px;
}

.sns-banner.style-2 .banner-text a.banner-link:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	position: relative;
	right: -5px;
}

.sns-banner.style-2 .banner-text a.banner-link:hover {
	text-decoration: underline;
}

.sns-banner.style-2:hover .img-banner:before {
	opacity: 1;
}

.sns-info-inline .vc_icon_element-icon {
	margin-right: 5px;
}

.sns-info-inline.social {
	margin-right: 10px;
	margin-left: 10px;
}

.sns-info-inline.social:first-child {
	margin-left: 0px;
}

.sns-info-inline.social:last-child {
	margin-right: 0px;
}

.sns-info-inline.social .vc_icon_element-icon {
	margin: 0;
}

.sns-info-inline.social_rounded a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: #e1e1e1;
	margin-right: 10px;
	float: left;
	font-size: 20px;
}

.sns-info-inline.social_rounded a .vc_icon_element-icon {
	margin: 0 0;
	line-height: 40px;
}

.sns-info-inline.social_rounded a:hover {
	background-color: #000000;
	color: #FFF;
}

.sns-info-inline.have-left-border {
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.sns-info-inline.have-left-border:before {
	position: absolute;
	content: "";
	height: 13px;
	margin-top: -6px;
	width: 1px;
	left: 0px;
	top: 50%;
	background-color: #ccc;
}

.sns-info-inline.have-right-border {
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.sns-info-inline.have-right-border:before {
	position: absolute;
	content: "";
	height: 13px;
	margin-top: -6px;
	width: 1px;
	right: 0px;
	top: 50%;
	background-color: #ccc;
}

.sns-popup-video {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.sns-popup-video>* {
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	color: #FFF;
	margin: 0 auto;
	max-height: 120px;
	position: relative;
	display: inline-block;
}

.sns-popup-video>* .btn-popupvideo {
	display: inline-block;
	font-size: 120px;
	color: #FFF;
	margin: -3px 35px 0 0;
	float: left;
	line-height: 1;
}

.sns-popup-video>* .btn-popupvideo:hover {
	color: #000000;
}

.sns-popup-video>* .title {
	display: block;
	font-size: 84px;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	line-height: 1;
	margin: 0 0;
}

.sns-popup-video>* .sub-title {
	display: block;
	font-size: 24px;
	line-height: 1;
}

@media (max-width:1199px) {
	.sns-popup-video {
		max-height: 550px;
	}
}

@media (max-width:992px) {
	.sns-popup-video {
		max-height: 450px;
	}
}

@media (max-width:767px) {
	.sns-popup-video {
		max-height: 350px;
	}

	.sns-popup-video>* .btn-popupvideo {
		font-size: 80px;
		margin-right: 20px;
	}

	.sns-popup-video>* .title {
		font-size: 54px;
	}

	.sns-popup-video>* .sub-title {
		font-size: 14px;
	}
}

@media (max-width:480px) {
	.sns-popup-video>* .btn-popupvideo {
		font-size: 50px;
		margin-right: 10px;
	}

	.sns-popup-video>* .title {
		font-size: 36px;
	}

	.sns-popup-video>* .sub-title {
		font-size: 10px;
	}
}

.sns-counter {
	text-align: center;
	position: relative;
}

.sns-counter .vc_icon_element-icon {
	display: block;
	margin: 0px 0 15px;
}

.sns-counter .counter-value {
	display: block;
	margin: 0 0;
}

.sns-counter .counter-value>span {
	margin: 0 2px 0 0;
	font-weight: bold;
}

.sns-counter.have-boder-left:before {
	content: "";
	position: absolute;
	height: 80px;
	width: 1px;
	top: 50%;
	left: -8px;
	margin-top: -40px;
	background: #e9e9e9;
}

.sns-counter.have-boder-left.white:before {
	background: #FFF;
}

@media (max-width:767px) {
	.sns-counter.have-boder-left:before {
		display: none;
	}
}

.sns-info-countdown {
	*zoom: 1;
	text-align: center;
}

.sns-info-countdown:before,.sns-info-countdown:after {
	content: " ";
	display: table;
}

.sns-info-countdown:after {
	clear: both;
}

.sns-info-countdown .info {
	float: left;
	width: 50%;
}

@media (max-width:992px) {
	.sns-info-countdown .info {
		width: 100%;
	}
}

.sns-info-countdown .info .inner {
	display: inline-block;
	margin: 0 auto;
}

.sns-info-countdown .info .title {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: 15px;
	color: inherit;
}

@media (max-width:1199px) {
	.sns-info-countdown .info .title {
		font-size: 2.5em;
	}
}

@media (max-width:480px) {
	.sns-info-countdown .info .title {
		font-size: 1.8em;
	}
}

.sns-info-countdown .info .desc {
	text-align: left;
}

.sns-info-countdown .time {
	float: right;
	width: 50%;
	margin-top: 5px;
}

@media (max-width:992px) {
	.sns-info-countdown .time {
		width: 100%;
		margin-top: 35px;
	}
}

@media (max-width:480px) {
	.sns-info-countdown .time {
		margin-top: 20px;
	}
}

.sns-info-countdown .time .inner {
	display: inline-block;
	margin: 0 auto;
}

.sns-info-countdown .time .label-time {
	float: left;
	margin-right: 15px;
	text-align: center;
}

.sns-info-countdown .time .label-time .end-in {
	display: block;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: 5px;
	color: inherit;
}

@media (max-width:1199px) {
	.sns-info-countdown .time .label-time .end-in {
		font-size: 1.8em;
	}
}

.sns-info-countdown .time .label-time .btn-readmore {
	padding: 7px 15px;
	border-color: #000000;
	background: #000000;
	color: #FFF;
	font-weight: bold;
}

.sns-info-countdown .time .label-time .btn-readmore:hover {
	color: #333333;
	background: #FFF;
	border-color: #FFF;
}

@media (max-width:480px) {
	.sns-info-countdown .time .label-time {
		display: none;
	}
}

.sns-info-countdown .time .time-count-down {
	float: left;
}

.sns-info-countdown .time .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.sns-info-countdown .time .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 0;
	width: 100px;
	height: 75px;
	line-height: 75px;
	border-radius: 5px;
	margin: 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	background: rgba(255, 255, 255, 0.1);
	color: #FFF;
	position: relative;
}

.sns-info-countdown .time .clock-digi>div>div {
	display: block;
}

.sns-info-countdown .time .clock-digi>div>div>div {
	display: inline-block;
	padding: 0 0;
	margin-right: 5px;
	font-weight: bold;
	font-size: 46px;
	line-height: inherit;
	text-transform: none;
}

@media (max-width:1199px) {
	.sns-info-countdown .time .clock-digi>div {
		width: 80px;
		height: 70px;
		line-height: 70px;
	}

	.sns-info-countdown .time .clock-digi>div>div>div {
		font-size: 34px;
	}
}

@media (max-width:480px) {
	.sns-info-countdown .time .clock-digi>div {
		width: 60px;
		height: 50px;
		line-height: 50px;
	}

	.sns-info-countdown .time .clock-digi>div>div>div {
		font-size: 26px;
	}
}

.sns-time-countdown.style1 {
	margin: 40px 0;
	display: block;
	text-align: center;
}

.sns-time-countdown.style1 .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.sns-time-countdown.style1 .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 0;
	width: 70px;
	height: 70px;
	margin: 0 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	position: relative;
}

.sns-time-countdown.style1 .clock-digi>div>div {
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.sns-time-countdown.style1 .clock-digi>div>div>div {
	display: block;
	padding: 0 0;
	font-weight: bold;
	font-size: 24px;
	text-transform: none;
}

.sns-time-countdown.style1 .clock-digi>div:nth-child(2) {
	background: rgba(0, 0, 0, 0.36);
}

.sns-time-countdown.style1 .clock-digi>div:nth-child(3) {
	background: rgba(0, 0, 0, 0.32);
}

.sns-time-countdown.style1 .clock-digi>div:nth-child(4) {
	background: rgba(0, 0, 0, 0.28);
}

.sns-time-countdown.style2 {
	margin: 40px 0;
	display: block;
	text-align: center;
}

.sns-time-countdown.style2 .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.sns-time-countdown.style2 .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 0;
	width: 85px;
	height: 85px;
	border-radius: 85px;
	margin: 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
	color: #FFF;
	position: relative;
}

.sns-time-countdown.style2 .clock-digi>div>div {
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.sns-time-countdown.style2 .clock-digi>div>div>div {
	display: block;
	padding: 0 0;
	font-weight: bold;
	font-size: 28px;
	text-transform: none;
}

@media (max-width:767px) {
	.sns-time-countdown.style2 .clock-digi>div {
		width: 70px;
		height: 70px;
	}

	.sns-time-countdown.style2 .clock-digi>div>div>div {
		font-size: 26px;
	}
}

.sns-time-countdown.style3 {
	margin: 0;
	display: block;
	text-align: center;
	color: #FFF;
	position: relative;
}

.sns-time-countdown.style3:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 60px;
	left: 0px;
	bottom: 14px;
	background: #FFF;
}

.sns-time-countdown.style3:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 60px;
	right: 0px;
	bottom: 14px;
	background: #FFF;
}

.sns-time-countdown.style3 .clock-digi {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
}

.sns-time-countdown.style3 .clock-digi:before {
	position: absolute;
	content: "";
	height: calc(100% - 60px - 14px);
	width: 5px;
	background: #FFF;
	left: 0px;
	top: 60px;
}

.sns-time-countdown.style3 .clock-digi:after {
	position: absolute;
	content: "";
	height: calc(100% - 60px - 14px);
	width: 5px;
	background: #FFF;
	right: 0px;
	top: 60px;
}

.sns-time-countdown.style3 .clock-digi>div {
	display: inline-block;
	padding: 0;
	position: relative;
}

.sns-time-countdown.style3 .clock-digi>div>div {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 5px;
}

.sns-time-countdown.style3 .clock-digi>div>div>div {
	display: inline-block;
	padding: 0 3px 0 0;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	text-transform: none;
}

.sns-time-countdown.style3 .clock-digi>div:first-child {
	display: block;
	position: relative;
}

.sns-time-countdown.style3 .clock-digi>div:first-child:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 100px;
	left: 0px;
	top: 60px;
	background: #FFF;
}

.sns-time-countdown.style3 .clock-digi>div:first-child:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100px;
	right: 0px;
	top: 60px;
	background: #FFF;
}

.sns-time-countdown.style3 .clock-digi>div:first-child>div>div {
	font-size: 120px;
	line-height: 120px;
	margin: 0 0 20px;
}

@media (max-width:480px) {
	.sns-time-countdown.style3:before {
		width: 20px;
	}

	.sns-time-countdown.style3:after {
		width: 20px;
	}

	.sns-time-countdown.style3 .clock-digi>div:first-child:before {
		width: 60px;
	}

	.sns-time-countdown.style3 .clock-digi>div:first-child:after {
		width: 60px;
	}
}

#sb_instagram {
	padding: 0 0 !important;
}

#sb_instagram .sbi_photo {
	position: relative;
	overflow: hidden;
}

#sb_instagram .sbi_photo:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	left: 0px;
	opacity: 0;
}

#sb_instagram .sbi_photo:after {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
	margin: -16px 0 0 -16px;
	left: 50%;
	top: 50%;
	color: #FFF;
}

#sb_instagram .sbi_photo:hover:after,#sb_instagram .sbi_photo:hover:before {
	opacity: 1;
}

@media (max-width:992px) and (min-width:480px) {
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 33.33%;
	}
}

.sns-newsletter1-row {
	background: url(../img/newsletter-bg1.png) no-repeat;
	background-position: 65px -22px !important;
	background-color: #f4f4f4;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-newsletter1-row:hover {
	background-color: #efefef;
}

.sns-newsletter-1 {
	*zoom: 1;
	display: table;
	margin: 0 auto;
}

.sns-newsletter-1:before,.sns-newsletter-1:after {
	content: " ";
	display: table;
}

.sns-newsletter-1:after {
	clear: both;
}

.sns-newsletter-1 label {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin: 10px 15px 0 0;
	float: left;
}

@media (max-width:992px) {
	.sns-newsletter-1 label {
		float: none;
		margin: 0 0 10px;
	}
}

.sns-newsletter-1 .input-wrap {
	float: left;
}

@media (max-width:992px) {
	.sns-newsletter-1 .input-wrap {
		float: none;
	}
}

.sns-newsletter-1 .input-wrap input.tnp-email {
	min-width: 380px;
	box-shadow: none;
	border-color: #333333;
	padding: 7px 15px;
	float: left;
}

.sns-newsletter-1 .input-wrap input.tnp-email::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-newsletter-1 .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #888888;
}

.sns-newsletter-1 .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #888888;
}

@media (max-width:480px) {
	.sns-newsletter-1 .input-wrap input.tnp-email {
		min-width: 100%;
		margin-bottom: 10px;
	}
}

.sns-newsletter-1 .input-wrap input[type="submit"] {
	background: #333333;
	border-color: #333333;
	color: #FFF;
	border-radius: 0px;
	padding: 7px 30px;
	float: left;
	margin: 0 0 0 -1px;
}

@media (max-width:480px) {
	.sns-newsletter-1 .input-wrap input[type="submit"] {
		margin: 0px;
	}
}

.sns-newsletter-1 .input-wrap input[type="submit"]:hover {
	background-color: #000000;
	border-color: #000000;
}

.newsletter-form-2 {
	text-align: center;
}

.newsletter-form-2 form {
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.newsletter-form-2 form label {
	display: block;
	font-size: 2em;
	color: #333333;
	margin-bottom: 25px;
	font-weight: normal;
}

@media (max-width:480px) {
	.newsletter-form-2 form label {
		font-size: 1.1428em;
	}
}

.newsletter-form-2 form .input-wrap {
	position: relative;
	margin-bottom: 35px;
}

.newsletter-form-2 form .input-wrap:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	z-index: 1;
	color: #333333;
	top: 18px;
	right: 25px;
}

.newsletter-form-2 form .input-wrap input.tnp-email {
	min-width: 570px;
	padding: 0 20px;
	height: 50px;
	box-shadow: none;
	border-radius: 50px;
	position: relative;
}

.newsletter-form-2 form .input-wrap input.tnp-email::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.newsletter-form-2 form .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #888888;
}

.newsletter-form-2 form .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #888888;
}

@media (max-width:992px) {
	.newsletter-form-2 form .input-wrap input.tnp-email {
		min-width: 100%;
	}
}

.newsletter-form-2 form .input-wrap input.tnp-submit {
	font-size: 0px;
	position: absolute;
	top: 18px;
	right: 25px;
	height: 14px;
	width: 14px;
	z-index: 2;
	padding: 0;
	background: transparent;
	border: none;
}

.newsletter-form-2 form .input-wrap:hover:before {
	color: #000000;
}

.sns-newsletter-3 {
	*zoom: 1;
	display: inline-block;
	margin: 10px auto 0;
	width: 440px;
	position: relative;
}

.sns-newsletter-3:before,.sns-newsletter-3:after {
	content: " ";
	display: table;
}

.sns-newsletter-3:after {
	clear: both;
}

.sns-newsletter-3 .input-wrap input.tnp-email {
	box-shadow: none;
	border-color: #333333;
	padding: 7px 15px;
	float: left;
	width: 100%;
}

.sns-newsletter-3 .input-wrap input.tnp-email::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-newsletter-3 .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #888888;
}

.sns-newsletter-3 .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #888888;
}

@media (max-width:480px) {
	.sns-newsletter-3 .input-wrap input.tnp-email {
		min-width: 100%;
		margin-bottom: 10px;
	}
}

.sns-newsletter-3 .input-wrap input[type="submit"] {
	background: #333333;
	border-color: #333333;
	color: #FFF;
	border-radius: 0px;
	padding: 7px 30px;
	float: left;
	margin: 0 0 0 -1px;
	position: absolute;
	right: 0px;
}

@media (max-width:480px) {
	.sns-newsletter-3 .input-wrap input[type="submit"] {
		margin: 0px;
		float: none;
	}
}

.sns-newsletter-3 .input-wrap input[type="submit"]:hover {
	background-color: #000000;
	border-color: #000000;
}

.sns-newsletter-4 {
	*zoom: 1;
	margin: 10px auto 0;
}

.sns-newsletter-4:before,.sns-newsletter-4:after {
	content: " ";
	display: table;
}

.sns-newsletter-4:after {
	clear: both;
}

.sns-newsletter-4 .input-wrap {
	float: left;
	width: 100%;
}

.sns-newsletter-4 .input-wrap input.tnp-email {
	box-shadow: none;
	border-color: #333333;
	padding: 7px 15px;
	float: left;
}

.sns-newsletter-4 .input-wrap input.tnp-email::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-newsletter-4 .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #888888;
}

.sns-newsletter-4 .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #888888;
}

.sns-newsletter-4 .input-wrap input[type="submit"] {
	background: #333333;
	border-color: #333333;
	color: #FFF;
	border-radius: 0px;
	padding: 7px 30px;
	float: left;
	margin: 0 0 0 -1px;
}

.sns-newsletter-4 .input-wrap input[type="submit"]:hover {
	background-color: #000000;
	border-color: #000000;
}

.sns-newsletter-5 {
	*zoom: 1;
	margin: 0;
}

.sns-newsletter-5:before,.sns-newsletter-5:after {
	content: " ";
	display: table;
}

.sns-newsletter-5:after {
	clear: both;
}

.sns-newsletter-5 .input-wrap {
	position: relative;
	margin-bottom: 35px;
}

.sns-newsletter-5 .input-wrap:before {
	position: absolute;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 18px;
	z-index: 1;
	color: #FFF;
	top: 15px;
	right: 0px;
}

.sns-newsletter-5 .input-wrap input.tnp-email {
	width: 100%;
	box-shadow: none;
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 10px 0px;
	color: #FFF;
	float: left;
	font-size: 1.2857em;
}

.sns-newsletter-5 .input-wrap input.tnp-email::-moz-placeholder {
	color: #FFF;
	opacity: 1;
}

.sns-newsletter-5 .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #FFF;
}

.sns-newsletter-5 .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #FFF;
}

.sns-newsletter-5 .input-wrap input.tnp-submit {
	font-size: 0px;
	position: absolute;
	top: 15px;
	right: 0px;
	height: 18px;
	width: 18px;
	z-index: 2;
	padding: 0;
	background: transparent;
	border: none;
}

.sns-newsletter-5 .input-wrap:hover:before {
	color: #000000;
}

.sns-newsletter-6 {
	*zoom: 1;
	margin: 0;
}

.sns-newsletter-6:before,.sns-newsletter-6:after {
	content: " ";
	display: table;
}

.sns-newsletter-6:after {
	clear: both;
}

.sns-newsletter-6 .label-wrap {
	float: left;
	width: 300px;
	padding: 0 15px 0 0;
	margin: 0 0;
}

@media (max-width:480px) {
	.sns-newsletter-6 .label-wrap {
		width: 100%;
		padding: 0 0;
	}
}

.sns-newsletter-6 .label-wrap h3 {
	font-size: 2em;
	line-height: 1.1;
	margin: -1px 0 10px;
}

.sns-newsletter-6 .label-wrap label {
	text-transform: uppercase;
}

.sns-newsletter-6 .input-wrap {
	display: block;
	width: calc(100% - 300px);
	float: left;
}

@media (max-width:480px) {
	.sns-newsletter-6 .input-wrap {
		width: 100%;
		margin-top: 15px;
	}
}

.sns-newsletter-6 .input-wrap input.tnp-email {
	box-shadow: none;
	border-color: #333333;
	padding: 15px 15px;
	float: left;
	width: calc(100% - 120px);
}

.sns-newsletter-6 .input-wrap input.tnp-email::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

.sns-newsletter-6 .input-wrap input.tnp-email:-ms-input-placeholder {
	color: #888888;
}

.sns-newsletter-6 .input-wrap input.tnp-email::-webkit-input-placeholder {
	color: #888888;
}

.sns-newsletter-6 .input-wrap input[type="submit"] {
	background: #333333;
	border-color: #333333;
	color: #FFF;
	border-radius: 0px;
	padding: 15px 0;
	width: 120px;
	text-align: center;
	float: left;
	margin: 0 0 0 -1px;
}

.sns-newsletter-6 .input-wrap input[type="submit"]:hover {
	background-color: #000000;
	border-color: #000000;
}

div.wpcf7-response-output {
	margin: 0 0 25px;
	border: none;
}

div.wpcf7-mail-sent-ng {
	border: none;
}

div.wpcf7-validation-errors {
	border: none;
	background: #f2dede;
	color: #b94a48;
	padding: 6px 15px;
}

div.wpcf7-mail-sent-ok {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFC8E5BC", GradientType=0);
	border-color: #b2dba1;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	background-image: none;
}

div.wpcf7-mail-sent-ok hr {
	border-top-color: #c9e2b3;
}

div.wpcf7-mail-sent-ok .alert-link {
	color: #2b542c;
}

div.wpcf7-validation-errors {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

span.wpcf7-not-valid-tip {
	margin: -10px 0 10px;
}

.wpcf7-form .wpcf7-text {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
}

.wpcf7-form .wpcf7-textarea {
	max-width: 100%;
	width: 100%;
	margin-bottom: 30px;
	max-height: 120px;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form .ctf-info label {
	width: calc(50% - 5px);
	margin: 0 0 0 5px;
	float: left;
}

.wpcf7-form .ctf-info label:first-child {
	margin: 0 5px 0 0;
}

.wpcf7-form .ctf-info label .wpcf7-text {
	width: 100%;
	margin: 0 0 10px;
}

@media (max-width:480px) {
	.wpcf7-form .ctf-info label {
		width: 100%;
		margin: 0 0;
	}
}

.wpcf7-form .ctf-message {
	width: 100%;
}

.wpcf7-form .ctf-message label {
	width: 100%;
	margin: 0 0 0;
}

.wpcf7-form .ctf-message label .wpcf7-textarea {
	width: 100%;
	min-height: 160px;
	margin: 0 0 20px;
}

.wpcf7-form .ctf-submit {
	text-align: center;
}

.sns-carousel .owl-nav .owl-prev,.sns-carousel .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel .owl-nav .owl-prev:before,.sns-carousel .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel .owl-nav .owl-prev:hover,.sns-carousel .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-carousel .owl-nav .owl-prev.disabled,.sns-carousel .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-carousel .owl-nav .owl-prev.disabled:hover,.sns-carousel .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-carousel .owl-nav .owl-prev {
	left: 0px;
}

.sns-carousel .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-carousel .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-carousel .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-carousel .owl-dots {
	text-align: center;
	margin: 50px 0 0;
}

.sns-carousel .owl-dots .owl-dot {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 5px;
}

.sns-carousel .owl-dots .owl-dot>span {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #eaeaea;
	display: block;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel .owl-dots .owl-dot:hover>span,.sns-carousel .owl-dots .owl-dot.active>span {
	background: #000000;
}

.sns-carousel .owl-dots .owl-dot.active>span {
	cursor: text;
}

.sns-carousel.show-dotimg .owl-carousel {
	padding: 130px 0 0;
}

@media (max-width:480px) {
	.sns-carousel.show-dotimg .owl-carousel {
		padding: 90px 0 0;
	}
}

@media (max-width:767px) {
	.sns-carousel.show-dotimg .owl-carousel .owl-nav {
		display: none;
	}
}

.sns-carousel.show-dotimg .owl-dots {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	margin: 5px 0 0;
}

.sns-carousel.show-dotimg .owl-dots .owl-dot {
	margin: 0 5px;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width:480px) {
	.sns-carousel.show-dotimg .owl-dots .owl-dot {
		width: 60px;
		height: 60px;
	}
}

.sns-carousel.show-dotimg .owl-dots .owl-dot:before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
	background: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	width: 100%;
	height: 100%;
}

.sns-carousel.show-dotimg .owl-dots .owl-dot:hover,.sns-carousel.show-dotimg .owl-dots .owl-dot.active {
	border-color: #000000;
}

.sns-carousel.show-dotimg .owl-dots .owl-dot:hover:before,.sns-carousel.show-dotimg .owl-dots .owl-dot.active:before {
	background: transparent;
}

.sns-carousel.show-dotimg .owl-dots .owl-dot.active {
	cursor: text;
}

.sns-carousel.have-padding {
	margin-left: -15px;
	margin-right: -15px;
}

.sns-carousel.have-padding .owl-item>* {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width:767px) {
	.sns-carousel.have-padding {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sns-carousel.have-padding .owl-item>* {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.sns-carousel.have-padding .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.have-padding .owl-nav .owl-prev {
	left: 30px;
}

.sns-carousel.have-padding .owl-nav .owl-next {
	right: 30px;
	left: auto;
}

.sns-carousel.have-padding:hover .owl-nav {
	opacity: 1;
}

.sns-carousel.have-small-padding {
	margin-left: -5px;
	margin-right: -5px;
}

.sns-carousel.have-small-padding .owl-item>* {
	padding-left: 5px;
	padding-right: 5px;
}

.sns-carousel.have-small-padding .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.have-small-padding .owl-nav .owl-prev {
	left: 30px;
}

.sns-carousel.have-small-padding .owl-nav .owl-next {
	right: 30px;
	left: auto;
}

.sns-carousel.have-small-padding:hover .owl-nav {
	opacity: 1;
}

.sns-carousel.slider-brands .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.slider-brands .owl-nav .owl-prev {
	left: 15px;
	margin-top: -25px;
}

.sns-carousel.slider-brands .owl-nav .owl-next {
	right: 15px;
	left: auto;
	margin-top: -25px;
}

.sns-carousel.slider-brands:hover .owl-nav {
	opacity: 1;
}

.sns-carousel.slider-brands .owl-item>* {
	opacity: 0.4;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 0px;
}

.sns-carousel.slider-brands .owl-item>*:hover {
	opacity: 1;
}

.sns-carousel.slider-brands-gray {
	margin: 0 -15px;
}

.sns-carousel.slider-brands-gray .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.slider-brands-gray .owl-nav .owl-prev {
	left: -40px;
	margin-top: -25px;
}

.sns-carousel.slider-brands-gray .owl-nav .owl-next {
	right: -40px;
	left: auto;
	margin-top: -25px;
}

.sns-carousel.slider-brands-gray:hover .owl-nav {
	opacity: 1;
}

.sns-carousel.slider-brands-gray:hover .owl-nav .owl-prev {
	left: -50px;
}

.sns-carousel.slider-brands-gray:hover .owl-nav .owl-next {
	right: -50px;
	left: auto;
}

@media (max-width:1199px) {
	.sns-carousel.slider-brands-gray .owl-nav .owl-prev {
		left: 10px;
	}

	.sns-carousel.slider-brands-gray .owl-nav .owl-next {
		right: 10px;
		left: auto;
	}

	.sns-carousel.slider-brands-gray:hover .owl-nav .owl-prev {
		left: 0px;
	}

	.sns-carousel.slider-brands-gray:hover .owl-nav .owl-next {
		right: 0px;
		left: auto;
	}
}

@media (max-width:1199px) {
	.sns-carousel.slider-brands-gray .owl-nav .owl-prev {
		left: 20px;
	}

	.sns-carousel.slider-brands-gray .owl-nav .owl-next {
		right: 20px;
		left: auto;
	}

	.sns-carousel.slider-brands-gray:hover .owl-nav .owl-prev {
		left: 10px;
	}

	.sns-carousel.slider-brands-gray:hover .owl-nav .owl-next {
		right: 10px;
		left: auto;
	}
}

.sns-carousel.slider-brands-gray .owl-item>* {
	margin: 0 15px;
}

.sns-carousel.slider-brands-gray .owl-item>* a {
	position: relative;
}

.sns-carousel.slider-brands-gray .owl-item>* a:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.05);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.slider-brands-gray .owl-item>* a:hover:before {
	background: rgba(0, 0, 0, 0.1);
}

.sns-carousel.slider-small-brands .wpb_heading {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 10px;
}

.sns-carousel.slider-small-cat {
	border: 1px solid #eaeaea;
	border-left: none;
	border-top: none;
}

.sns-carousel.slider-small-cat .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-carousel.slider-small-cat .owl-nav .owl-prev {
	left: -10px;
	margin-top: -20px;
}

.sns-carousel.slider-small-cat .owl-nav .owl-next {
	right: -10px;
	left: auto;
	margin-top: -20px;
}

.sns-carousel.slider-small-cat:hover .owl-nav {
	opacity: 1;
}

.sns-carousel.slider-small-cat:hover .owl-nav .owl-prev {
	left: -25px;
}

.sns-carousel.slider-small-cat:hover .owl-nav .owl-next {
	right: -25px;
	left: auto;
}

@media (max-width:992px) {
	.sns-carousel.slider-small-cat .owl-nav .owl-prev {
		left: 10px;
	}

	.sns-carousel.slider-small-cat .owl-nav .owl-next {
		right: 10px;
		left: auto;
	}

	.sns-carousel.slider-small-cat:hover .owl-nav .owl-prev {
		left: -10px;
	}

	.sns-carousel.slider-small-cat:hover .owl-nav .owl-next {
		right: -10px;
		left: auto;
	}
}

.sns-carousel.slider-small-cat .owl-item>* {
	padding: 0 0 30px;
	border-left: 1px solid #eaeaea;
}

.sns-carousel.slider-small-cat .owl-item>* .cat-info .cat-title {
	text-transform: none;
	font-weight: normal;
	margin-top: 0px;
}

.sns-carousel.slider-small-cat .owl-item>*:hover .cat-img:before {
	opacity: 1;
}

.sns-carousel.slider-small-cat .owl-item>*:hover .cat-img span:before {
	width: 40px;
	margin-left: -20px;
}

.sns-carousel.slider-small-cat .owl-item>*:hover .cat-img span:after {
	height: 40px;
	margin-top: -20px;
}

.sns-login-register a {
	margin: 0 4px;
}

.sns-login-register a:last-child {
	margin-right: 0px;
}

.sns-member {
	text-align: center;
}

.sns-member .avartar {
	margin-bottom: 25px;
	overflow: hidden;
	display: block;
}

.sns-member .avartar a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #ebebeb;
}

.sns-member .avartar a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-member .avartar a:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.sns-member .avartar.rounded a {
	border-radius: 10px;
}

.sns-member .avartar.rounded a:before {
	border-radius: 10px;
}

.sns-member .avartar.circle a {
	border-radius: 100%;
}

.sns-member .avartar.circle a:before {
	border-radius: 100%;
}

.sns-member .name {
	margin-bottom: 12px;
	font-size: 1em;
	font-weight: bold;
}

.sns-member .name .role {
	font-weight: normal;
	color: #888888;
}

.sns-member .short_desc {
	margin-bottom: 12px;
}

.sns-member .social-icons {
	position: relative;
}

.sns-member .social-icons ul {
	padding: 0 0;
	margin: 0 0;
	list-style: none;
}

.sns-member .social-icons ul li {
	display: inline;
	margin: 0 6px;
}

.sns-member .social-icons ul li i {
	font-size: 16px;
}

.sns-vertical-menu .wpb_heading {
	color: #333333;
	display: block;
	padding: 0 0 10px;
	margin: 0;
}

.sns-vertical-menu .wpb_heading>span {
	display: inline-block;
	position: relative;
}

.sns-vertical-menu .wpb_heading>span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #000000;
	left: 0px;
	bottom: -11px;
}

.sns-vertical-menu .sns-respmenu {
	padding: 20px;
	border: 1px solid #eaeaea;
	border-radius: 0 0 5px 5px;
}

.sns-single-testimonial.style1 {
	color: #333333;
	text-align: center;
}

.sns-single-testimonial.style1 .content {
	padding: 0 250px;
	font-size: 1.5em;
}

@media (max-width:1199px) {
	.sns-single-testimonial.style1 .content {
		padding: 0 120px;
	}
}

@media (max-width:992px) {
	.sns-single-testimonial.style1 .content {
		padding: 0 70px;
	}
}

@media (max-width:767px) {
	.sns-single-testimonial.style1 .content {
		padding: 0 0px;
	}
}

.sns-single-testimonial.style1 .content .icon {
	font-style: normal;
}

.sns-single-testimonial.style1 .info {
	padding: 25px 0 0;
	margin: 20px 0 0;
	position: relative;
	*zoom: 1;
}

.sns-single-testimonial.style1 .info:before,.sns-single-testimonial.style1 .info:after {
	content: " ";
	display: table;
}

.sns-single-testimonial.style1 .info:after {
	clear: both;
}

.sns-single-testimonial.style1 .info:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	left: 50%;
	top: -1px;
	margin-left: -50px;
	background: #000000;
}

.sns-single-testimonial.style1 .info .name {
	display: inline-block;
	font-weight: bold;
}

.sns-single-testimonial.style1 .info .position {
	display: inline-block;
	position: relative;
	margin: 0 0 0 5px;
	padding: 0 0 0 11px;
}

.sns-single-testimonial.style1 .info .position:before {
	position: absolute;
	content: "";
	background-color: #888;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	width: 6px;
}

.sns-single-testimonial.style4 {
	text-align: center;
}

.sns-single-testimonial.style4 .avatar {
	border-radius: 100%;
	max-width: 90px;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 20px;
}

.sns-single-testimonial.style4 .info {
	padding: 0 0;
	margin: 0 0 15px;
	position: relative;
	*zoom: 1;
}

.sns-single-testimonial.style4 .info:before,.sns-single-testimonial.style4 .info:after {
	content: " ";
	display: table;
}

.sns-single-testimonial.style4 .info:after {
	clear: both;
}

.sns-single-testimonial.style4 .info .name {
	display: inline-block;
	font-weight: bold;
	color: #333333;
}

.sns-single-testimonial.style4 .info .position {
	display: inline-block;
	position: relative;
	margin: 0 0 0 5px;
	padding: 0 0 0 11px;
}

.sns-single-testimonial.style4 .info .position:before {
	position: absolute;
	content: "";
	background-color: #888;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	width: 6px;
}

.sns-single-testimonial.style4 .content {
	padding: 0 30px;
	font-size: 1.2857em;
}

@media (max-width:480px) {
	.sns-single-testimonial.style4 .content {
		padding-left: 0px;
	}
}

.sns-single-testimonial.style4 .content .icon {
	font-style: normal;
}

.sns-list-posts.style1 .item-post {
	*zoom: 1;
	padding-top: 10px;
}

.sns-list-posts.style1 .item-post:before,.sns-list-posts.style1 .item-post:after {
	content: " ";
	display: table;
}

.sns-list-posts.style1 .item-post:after {
	clear: both;
}

.sns-list-posts.style1 .item-post .date-blog {
	height: 60px;
	width: 60px;
	border: 2px solid #eaeaea;
	text-align: center;
	line-height: 1;
	float: left;
	margin: 0 20px 0 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.sns-list-posts.style1 .item-post .date-blog:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0px;
	left: 0px;
	top: 0px;
	background: #000000;
	z-index: -1;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.sns-list-posts.style1 .item-post .date-blog .day {
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 8px 0 2px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style1 .item-post .date-blog .month {
	display: block;
	font-size: 12px;
	text-transform: lowercase;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style1 .item-post .post-title {
	font-weight: bold;
	margin: 0 0 3px;
}

.sns-list-posts.style1 .item-post .post-author a {
	color: #000000;
}

.sns-list-posts.style1 .item-post .post-author a:hover {
	text-decoration: underline;
}

.sns-list-posts.style1 .item-post:hover .date-blog {
	border-color: #000000;
	color: #FFF;
}

.sns-list-posts.style1 .item-post:hover .date-blog:before {
	left: 0px;
	width: 100%;
}

.sns-list-posts.style1 .item-post:hover .date-blog .day {
	color: #FFF;
}

.sns-list-posts.style2 .item-post {
	*zoom: 1;
	margin-top: 30px;
}

.sns-list-posts.style2 .item-post:before,.sns-list-posts.style2 .item-post:after {
	content: " ";
	display: table;
}

.sns-list-posts.style2 .item-post:after {
	clear: both;
}

.sns-list-posts.style2 .item-post:first-child {
	margin-top: 0;
}

.sns-list-posts.style2 .item-post .post-img {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}

.sns-list-posts.style2 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style2 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style2 .item-post .post-title {
	margin: -5px 0 8px;
	font-weight: bold;
}

.sns-list-posts.style2 .item-post .post-author {
	color: #888888;
}

.sns-list-posts.style2 .item-post .post-author a {
	position: relative;
	color: #000000;
	margin-left: 5px;
}

.sns-list-posts.style2 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style3 {
	margin: 0 -15px;
}

@media (max-width:992px) {
	.sns-list-posts.style3 {
		margin: 0 -8px;
	}
}

.sns-list-posts.style3 .item-post {
	padding: 0 15px;
}

@media (max-width:992px) {
	.sns-list-posts.style3 .item-post {
		padding: 0 8px;
	}
}

.sns-list-posts.style3 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style3 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style3 .item-post .post-info {
	margin-top: 30px;
	*zoom: 1;
}

.sns-list-posts.style3 .item-post .post-info:before,.sns-list-posts.style3 .item-post .post-info:after {
	content: " ";
	display: table;
}

.sns-list-posts.style3 .item-post .post-info:after {
	clear: both;
}

.sns-list-posts.style3 .item-post .post-info .post-date {
	width: 80px;
	height: 80px;
	border: 2px solid #888888;
	margin-right: 20px;
	float: left;
	color: #333333;
	text-align: center;
	padding: 20px 0 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style3 .item-post .post-info .post-date .day-month {
	display: block;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
}

.sns-list-posts.style3 .item-post .post-info .post-date .year {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.sns-list-posts.style3 .item-post .post-info .post-title {
	margin: -3px 0 8px;
	font-weight: bold;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-author {
	color: #888888;
	display: inline-block;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-author a {
	position: relative;
	color: #000000;
	margin-left: 5px;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-comments {
	display: inline-block;
	color: #888888;
	position: relative;
	margin-left: 30px;
	text-indent: -12px;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-comments a {
	color: inherit;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-comments a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style3 .item-post .post-info .post-author-comments .post-comments a:hover {
	color: #000000;
}

.sns-list-posts.style3 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style3 .item-post:hover .post-info .post-date {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.sns-list-posts.style3 .owl-nav .owl-prev,.sns-list-posts.style3 .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style3 .owl-nav .owl-prev:before,.sns-list-posts.style3 .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style3 .owl-nav .owl-prev:hover,.sns-list-posts.style3 .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-list-posts.style3 .owl-nav .owl-prev.disabled,.sns-list-posts.style3 .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-list-posts.style3 .owl-nav .owl-prev.disabled:hover,.sns-list-posts.style3 .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-list-posts.style3 .owl-nav .owl-prev {
	left: 0px;
}

.sns-list-posts.style3 .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style3 .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-list-posts.style3 .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style3 .owl-nav {
	opacity: 0;
}

.sns-list-posts.style3 .owl-nav .owl-prev {
	left: -10px;
}

@media (max-width:992px) {
	.sns-list-posts.style3 .owl-nav .owl-prev {
		left: 25px;
	}
}

.sns-list-posts.style3 .owl-nav .owl-next {
	left: auto;
	right: -10px;
}

@media (max-width:992px) {
	.sns-list-posts.style3 .owl-nav .owl-next {
		right: 25px;
	}
}

.sns-list-posts.style3:hover .owl-nav {
	opacity: 1;
}

.sns-list-posts.style3.label-heading-white .item-post .post-info .post-date {
	color: #888888;
}

.sns-list-posts.style3.label-heading-white .item-post .post-info .post-title a {
	color: #FFF;
}

.sns-list-posts.style3.label-heading-white .item-post .post-info .post-title a:hover {
	color: #000000;
}

.sns-list-posts.style3.label-heading-white .item-post:hover .post-info .post-date {
	color: #FFF;
}

.sns-list-posts.style4 {
	margin: 0 -15px;
}

@media (max-width:992px) {
	.sns-list-posts.style4 {
		margin: 0 -8px;
	}
}

.sns-list-posts.style4 .wpb_heading {
	font-size: 2em;
	position: relative;
	margin: 0 15px 30px;
	padding-bottom: 25px;
	*zoom: 1;
	border-bottom: 1px solid #eaeaea;
}

.sns-list-posts.style4 .wpb_heading:before,.sns-list-posts.style4 .wpb_heading:after {
	content: " ";
	display: table;
}

.sns-list-posts.style4 .wpb_heading:after {
	clear: both;
}

.sns-list-posts.style4 .wpb_heading:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: 0px;
	bottom: -1px;
	background: #000000;
}

.sns-list-posts.style4 .wpb_heading span {
	float: left;
}

.sns-list-posts.style4 .wpb_heading a.read-more {
	float: right;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: 25px;
}

.sns-list-posts.style4 .wpb_heading a.read-more:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	margin-left: 5px;
}

.sns-list-posts.style4 .item-post {
	padding: 0 15px;
}

@media (max-width:992px) {
	.sns-list-posts.style4 .item-post {
		padding: 0 8px;
	}
}

.sns-list-posts.style4 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style4 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style4 .item-post .post-info {
	margin-top: 25px;
	*zoom: 1;
}

.sns-list-posts.style4 .item-post .post-info:before,.sns-list-posts.style4 .item-post .post-info:after {
	content: " ";
	display: table;
}

.sns-list-posts.style4 .item-post .post-info:after {
	clear: both;
}

.sns-list-posts.style4 .item-post .post-info .post-title {
	margin: 0px 0 10px;
	*zoom: 1;
}

.sns-list-posts.style4 .item-post .post-info .post-title:before,.sns-list-posts.style4 .item-post .post-info .post-title:after {
	content: " ";
	display: table;
}

.sns-list-posts.style4 .item-post .post-info .post-title:after {
	clear: both;
}

.sns-list-posts.style4 .item-post .post-info .post-title>a {
	font-weight: bold;
}

.sns-list-posts.style4 .item-post .post-info .post-title .post-author {
	color: #888888;
	display: inline-block;
	margin: 0 0 0 10px;
}

.sns-list-posts.style4 .item-post .post-info .post-title .post-author a {
	position: relative;
	color: #000000;
	margin-left: 5px;
}

.sns-list-posts.style4 .item-post .post-info .post-excerpt a.more-link {
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
	display: block;
	margin-top: 15px;
}

.sns-list-posts.style4 .item-post .post-info .post-excerpt a.more-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	left: -15px;
	top: 4px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style4 .item-post .post-info .post-excerpt a.more-link:hover {
	padding-left: 13px;
}

.sns-list-posts.style4 .item-post .post-info .post-excerpt a.more-link:hover:before {
	opacity: 1;
	left: -2px;
}

.sns-list-posts.style4 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style4 .item-post:hover .post-info .post-date {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #FFF;
	border: 1px solid #eaeaea;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev:before,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: url(../img/nav-img.png) 0px 0px;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev:hover,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next:hover {
	background: #000000;
	border-color: #000000;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev:hover:before,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next:hover:before {
	background-position: -40px 0;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev.disabled,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev.disabled:hover,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next:before {
	background-position: -120px 0;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next:hover:before {
	background-position: -80px 0;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav {
	height: 50px;
	width: 90px;
	position: absolute;
	right: 15px;
	top: -65px;
}

.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-prev,.sns-list-posts.style4.use-nav-on-top .owl-nav .owl-next {
	margin-top: 0;
	top: 0px;
}

.sns-list-posts.style4.use-nav-on-top:hover .owl-nav {
	opacity: 1;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev,.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev:before,.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev:hover,.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev.disabled,.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev.disabled:hover,.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev {
	left: 0px;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav {
	opacity: 0;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-prev {
	left: 25px;
}

.sns-list-posts.style4:not(.use-nav-on-top) .owl-nav .owl-next {
	left: auto;
	right: 25px;
}

.sns-list-posts.style4:not(.use-nav-on-top):hover .owl-nav {
	opacity: 1;
}

.sns-list-posts.style5 .item-post {
	margin: 15px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #eaeaea;
}

.sns-list-posts.style5 .item-post:first-child {
	margin: 0 0;
	padding: 0 0;
	border-top: none;
}

.sns-list-posts.style5 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style5 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style5 .item-post .post-title {
	margin: 15px 0 0;
	*zoom: 1;
}

.sns-list-posts.style5 .item-post .post-title:before,.sns-list-posts.style5 .item-post .post-title:after {
	content: " ";
	display: table;
}

.sns-list-posts.style5 .item-post .post-title:after {
	clear: both;
}

.sns-list-posts.style5 .item-post .post-title>a {
	font-weight: bold;
}

.sns-list-posts.style5 .item-post .post-title .post-author {
	color: #888888;
	display: inline-block;
	margin: 0 0 0 10px;
}

.sns-list-posts.style5 .item-post .post-title .post-author a {
	position: relative;
	color: #000000;
	margin-left: 5px;
}

.sns-list-posts.style5 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style6 .item-post {
	padding: 20px 0 0;
	*zoom: 1;
}

.sns-list-posts.style6 .item-post:before,.sns-list-posts.style6 .item-post:after {
	content: " ";
	display: table;
}

.sns-list-posts.style6 .item-post:after {
	clear: both;
}

.sns-list-posts.style6 .item-post:first-child {
	padding: 0 0;
}

.sns-list-posts.style6 .item-post .post-img {
	float: left;
	margin: 0 10px 0 0;
}

.sns-list-posts.style6 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style6 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style6 .item-post .post-title {
	margin: -5px 0 5px;
}

.sns-list-posts.style6 .item-post .post-date {
	margin: 0 0;
}

.sns-list-posts.style6 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style7 .owl-carousel {
	padding: 0 135px;
}

@media (max-width:992px) {
	.sns-list-posts.style7 .owl-carousel {
		padding: 0;
	}
}

.sns-list-posts.style7 .owl-nav .owl-prev,.sns-list-posts.style7 .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style7 .owl-nav .owl-prev:before,.sns-list-posts.style7 .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style7 .owl-nav .owl-prev:hover,.sns-list-posts.style7 .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-list-posts.style7 .owl-nav .owl-prev.disabled,.sns-list-posts.style7 .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-list-posts.style7 .owl-nav .owl-prev.disabled:hover,.sns-list-posts.style7 .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-list-posts.style7 .owl-nav .owl-prev {
	left: 0px;
}

.sns-list-posts.style7 .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style7 .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-list-posts.style7 .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-list-posts.style7 .owl-nav {
	opacity: 0.2;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style7 .owl-nav .owl-prev {
	left: 0px;
}

@media (max-width:992px) {
	.sns-list-posts.style7 .owl-nav .owl-prev {
		left: 25px;
	}
}

.sns-list-posts.style7 .owl-nav .owl-next {
	left: auto;
	right: 0px;
}

@media (max-width:992px) {
	.sns-list-posts.style7 .owl-nav .owl-next {
		right: 25px;
	}
}

.sns-list-posts.style7:hover .owl-nav {
	opacity: 1;
}

.sns-list-posts.style7 .wpb_heading {
	font-size: 2em;
	position: relative;
	margin: 0 15px 30px;
	padding-bottom: 25px;
	*zoom: 1;
	border-bottom: 1px solid #eaeaea;
}

.sns-list-posts.style7 .wpb_heading:before,.sns-list-posts.style7 .wpb_heading:after {
	content: " ";
	display: table;
}

.sns-list-posts.style7 .wpb_heading:after {
	clear: both;
}

.sns-list-posts.style7 .wpb_heading:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: 0px;
	bottom: -1px;
	background: #000000;
}

.sns-list-posts.style7 .wpb_heading span {
	float: left;
}

.sns-list-posts.style7 .wpb_heading a.read-more {
	float: right;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: 25px;
}

.sns-list-posts.style7 .wpb_heading a.read-more:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	margin-left: 5px;
}

.sns-list-posts.style7 .item-post .post-img a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-list-posts.style7 .item-post .post-img a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(0, 0, 0, 0.15);
	opacity: 0;
}

.sns-list-posts.style7 .item-post .post-info {
	margin-top: 5px;
	*zoom: 1;
	text-align: center;
}

.sns-list-posts.style7 .item-post .post-info:before,.sns-list-posts.style7 .item-post .post-info:after {
	content: " ";
	display: table;
}

.sns-list-posts.style7 .item-post .post-info:after {
	clear: both;
}

.sns-list-posts.style7 .item-post .post-info .post-title {
	margin: 0 0 15px;
	font-size: 1.5em;
	text-transform: uppercase;
	*zoom: 1;
}

.sns-list-posts.style7 .item-post .post-info .post-title:before,.sns-list-posts.style7 .item-post .post-info .post-title:after {
	content: " ";
	display: table;
}

.sns-list-posts.style7 .item-post .post-info .post-title:after {
	clear: both;
}

@media (max-width:992px) {
	.sns-list-posts.style7 .item-post .post-info .post-title {
		font-size: 1.2857em;
	}
}

.sns-list-posts.style7 .item-post .post-info .post-title>a {
	font-weight: bold;
}

.sns-list-posts.style7 .item-post .post-info .post-excerpt {
	display: block;
}

.sns-list-posts.style7 .item-post .post-info .post-excerpt a.more-link {
	text-decoration: underline;
	position: relative;
	color: #888888;
}

.sns-list-posts.style7 .item-post .post-info .post-excerpt a.more-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	left: -15px;
	top: 4px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-list-posts.style7 .item-post .post-info .post-excerpt a.more-link:hover {
	padding-left: 13px;
	color: #000000;
}

.sns-list-posts.style7 .item-post .post-info .post-excerpt a.more-link:hover:before {
	opacity: 1;
	left: -2px;
}

.sns-list-posts.style7 .item-post:hover .post-img a:before {
	opacity: 1;
}

.sns-list-posts.style7 .item-post:hover .post-info .post-date {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title {
	font-size: 1em !important;
	font-weight: normal;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title>a {
	padding: 10px 10px 10px 20px !important;
	color: color !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon {
	left: 0px !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
	border-width: 0 1px 1px 0 !important;
	top: 3px !important;
	bottom: 3px !important;
	left: 3px !important;
	right: 3px !important;
	border-color: inherit !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-title>a:hover {
	color: #000000 !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body {
	border: 1px solid #eaeaea;
	padding: 20px !important;
	margin: 10px 0;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
	margin-bottom: 0px !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ol,.vc_tta-accordion.sns-transparent .vc_tta-panel .vc_tta-panel-body .wpb_text_column ul {
	padding-left: 25px;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #333333 !important;
}

.vc_tta-accordion.sns-transparent .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover {
	color: #333333 !important;
}

section.full-width .vc_container.section-content {
	width: 100%;
	padding: 0 15px;
}

.sns-info-box {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-info-box.have-border {
	border: 1px solid #eaeaea;
	padding: 20px 20px;
}

@media (min-width:767px) {
	.sns-info-box.have-border-left:before {
		position: absolute;
		content: "";
		width: 1px;
		left: -15px;
		background-color: #eaeaea;
		height: 100%;
		top: 0;
	}

	.sns-info-box.have-border-left.center:before {
		left: -7px;
	}
}

@media (max-width:1199px) {
	.sns-info-box.not-border-ipad {
		padding-left: 0px;
	}

	.sns-info-box.not-border-ipad:before {
		display: none;
	}
}

.sns-info-box.style-1 {
	padding: 0 15px 0 15px;
}

.sns-info-box.style-1 .info-box-wrapper {
	*zoom: 1;
	width: 100%;
	position: relative;
}

.sns-info-box.style-1 .info-box-wrapper:before,.sns-info-box.style-1 .info-box-wrapper:after {
	content: " ";
	display: table;
}

.sns-info-box.style-1 .info-box-wrapper:after {
	clear: both;
}

.sns-info-box.style-1 .info-box-wrapper .icon {
	position: relative;
	display: inline-block;
	text-align: center;
	float: left;
	margin: 0 20px 10px 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid #888;
}

.sns-info-box.style-1 .info-box-wrapper .icon>* {
	line-height: 46px !important;
	color: #333333;
}

.sns-info-box.style-1 .info-box-wrapper .icon:before {
	line-height: 50px;
}

.sns-info-box.style-1 .info-box-wrapper .icon:after {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	content: "";
	top: -2px;
	left: -2px;
	padding: 0;
	z-index: 10;
	border: 2px dashed transparent;
}

.sns-info-box.style-1 .info-box-wrapper .vc_icon_element-icon {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: transparent;
	font-size: 25px;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box {
	vertical-align: middle;
	margin: 0 0 0 70px;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box h2.sc_heading {
	font-size: 1.2857em;
	font-weight: 600;
	margin: 0 0 12px;
	color: #333333;
	text-transform: uppercase;
	line-height: 1.1;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box h2.sc_heading a {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: inherit;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box h2.sc_heading:hover {
	color: #000000;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box p {
	margin: 0 0 10px;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box p:last-child {
	margin-bottom: 0;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box a.read-more {
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box a.read-more:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	left: -15px;
	top: 4px;
	position: absolute;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box a.read-more:hover {
	padding-left: 13px;
}

.sns-info-box.style-1 .info-box-wrapper .content-info-box a.read-more:hover:before {
	opacity: 1;
	left: -2px;
}

.sns-info-box.style-1:hover {
	border-color: #b1b1b1;
}

.sns-info-box.style-1:hover .info-box-wrapper .icon {
	border-color: transparent;
}

.sns-info-box.style-1:hover .info-box-wrapper .icon:after {
	-webkit-animation: spinAround 5s linear infinite;
	-moz-animation: spinAround 5s linear infinite;
	animation: spinAround 5s linear infinite;
	border-color: #000000;
}

.sns-info-box.style-2 {
	text-align: center;
}

.sns-info-box.style-2 .icon {
	margin-bottom: 20px;
}

.sns-info-box.style-2 .content-info-box .sc_heading {
	margin-bottom: 10px;
}

.sns-info-box.style-2 .content-info-box p {
	padding: 0 15px;
}

.sns-info-box.style-2:hover .icon span.vc_icon_element-icon,.sns-info-box.style-2:hover .icon img {
	-webkit-animation: SNSLucLac 600ms ease both;
	-o-animation: SNSLucLac 600ms ease both;
	animation: SNSLucLac 600ms ease both;
}

.sns-info-box.style-3 .icon {
	float: left;
	margin: 3px 10px 0 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-info-box.style-3 .content-info-box .sc_heading {
	margin-bottom: -3px;
	text-transform: uppercase;
}

.sns-info-box.style-3 .content-info-box .sc_heading a {
	color: inherit;
}

.sns-info-box.style-3 .content-info-box .sc_heading a:hover {
	color: #000000;
}

.sns-info-box.style-3 .content-info-box p {
	padding: 0 15px;
	margin: 0 0;
	line-height: normal;
}

.sns-info-box.style-3:hover .icon span.vc_icon_element-icon,.sns-info-box.style-3:hover .icon img {
	-webkit-animation: SNSLucLac 600ms ease both;
	-o-animation: SNSLucLac 600ms ease both;
	animation: SNSLucLac 600ms ease both;
	color: #000000 !important;
}

#st_gdpr_iframe {
	border: none;
}

.contact_form h3 {
	font-size: 1.857em;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact_form input {
	margin-bottom: 10px !important;
}

.contact_form textarea {
	height: 135px;
}

.sns-products.list-mode .wpb_heading {
	font-size: 1.2857em;
	text-align: left;
	margin: 0 0 25px;
}

.sns-products.list-mode .wpb_heading span:before,.sns-products.list-mode .wpb_heading span:after {
	display: none;
}

.sns-products.list-mode .prdlist-content .product_list.list .product {
	padding: 10px 0 0;
	margin-top: 10px;
}

.sns-products.list-mode .prdlist-content .product_list.list .product:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view {
	*zoom: 1;
	width: 100%;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:before,.sns-products.list-mode .prdlist-content .product_list.list .list-view:after {
	content: " ";
	display: table;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:after {
	clear: both;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img {
	float: left;
	display: inline-block;
	margin: 0 15px 0 0;
	position: relative;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .onsale {
	display: none;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image {
	display: block;
	position: relative;
	overflow: hidden;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	max-width: 80px;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .product-image:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #44577e;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button {
	font-size: 0px;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 5px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #FFF;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover {
	background: #000000;
	border-color: #000000;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button:hover:before {
	color: #FFF;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	cursor: wait;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view .item-info .star-rating {
	float: none;
	display: block;
	margin: 0 0 0px;
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .yith-wcqv-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sns-products.list-mode .prdlist-content .product_list.list .list-view:hover .item-img .product-image:before {
	opacity: 0.8;
}

.sns-products.list-mode .owl-nav {
	position: absolute;
	height: 16px;
	width: 45px;
	right: 0px;
	top: -45px;
}

.sns-products.list-mode .owl-nav .owl-prev,.sns-products.list-mode .owl-nav .owl-next {
	width: 16px;
	height: 16px;
	position: absolute;
	font-size: 0px;
	color: #333333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.list-mode .owl-nav .owl-prev:before,.sns-products.list-mode .owl-nav .owl-next:before {
	font-size: 16px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.list-mode .owl-nav .owl-prev.disabled,.sns-products.list-mode .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products.list-mode .owl-nav .owl-prev.disabled:hover,.sns-products.list-mode .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products.list-mode .owl-nav .owl-prev:hover,.sns-products.list-mode .owl-nav .owl-next:hover {
	color: #000000;
}

.sns-products.list-mode .owl-nav .owl-prev {
	left: 0px;
}

.sns-products.list-mode .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

.sns-products.list-mode .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products.list-mode .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

.sns-products.list-mode .owl-nav {
	right: 8px;
}

.sns-products.gird-mode.box-style-1 .before-title {
	margin: 0 0 10px;
	text-align: center;
}

.sns-products.gird-mode.box-style-1 .after-title {
	margin: 0 0 10px;
	text-align: center;
}

.sns-products.gird-mode.box-style-1 .wpb_heading {
	font-size: 2em;
	text-align: center;
	margin: 0 0 10px;
}

.sns-products.gird-mode.box-style-1 .prdlist-content {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:992px) {
	.sns-products.gird-mode.box-style-1 .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.sns-products.gird-mode.box-style-1 .prdlist-content.grid-style6 {
	margin: 35px -10px 0;
}

.sns-products.gird-mode.box-style-1 .prdlist-content.grid-style2 {
	margin: 5px -16px -190px;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev,.sns-products.gird-mode.box-style-1 .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev:before,.sns-products.gird-mode.box-style-1 .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev:hover,.sns-products.gird-mode.box-style-1 .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev.disabled,.sns-products.gird-mode.box-style-1 .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev.disabled:hover,.sns-products.gird-mode.box-style-1 .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev {
	left: 0px;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products.gird-mode.box-style-1 .owl-nav {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: none;
	opacity: 0;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-prev {
	left: 25px;
}

.sns-products.gird-mode.box-style-1 .owl-nav .owl-next {
	right: 25px;
	left: auto;
}

.sns-products.gird-mode.box-style-1:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.sns-products.gird-mode.box-style-2 .wpb_heading {
	text-align: left;
	font-size: 2em;
	padding: 0 0 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

.sns-products.gird-mode.box-style-2 .wpb_heading:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: 0px;
	bottom: -2px;
	background: #000000;
}

.sns-products.gird-mode.box-style-2 .prdlist-content {
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:992px) {
	.sns-products.gird-mode.box-style-2 .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #FFF;
	border: 1px solid #eaeaea;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev:before,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: url(../img/nav-img.png) 0px 0px;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev:hover,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next:hover {
	background: #000000;
	border-color: #000000;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev:hover:before,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next:hover:before {
	background-position: -40px 0;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev.disabled,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-prev.disabled:hover,.sns-products.gird-mode.box-style-2 .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-next:before {
	background-position: -120px 0;
}

.sns-products.gird-mode.box-style-2 .owl-nav .owl-next:hover:before {
	background-position: -80px 0;
}

.sns-products.gird-mode.box-style-2 .owl-nav {
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 90px;
	height: 40px;
	right: 15px;
	top: -70px;
}

.sns-products.gird-mode.box-style-3 .wpb_heading {
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	line-height: 40px;
}

.sns-products.gird-mode.box-style-3 .wpb_heading span {
	padding: 0 20px;
	background: #000000;
	color: #FFF;
	display: inline-block;
	position: relative;
	height: 40px;
}

.sns-products.gird-mode.box-style-3 .wpb_heading span:before {
	border-style: solid;
	border-width: 0 20px 40px 0px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	content: "";
	top: 0px;
	right: -20px;
}

.sns-products.gird-mode.box-style-3 .wpb_heading a {
	float: right;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}

.sns-products.gird-mode.box-style-3 .wpb_heading a:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	margin-left: 5px;
}

.sns-products.gird-mode.box-style-3 .image-cat {
	width: 270px;
	float: left;
}

@media (max-width:1199px) {
	.sns-products.gird-mode.box-style-3 .image-cat {
		width: 220px;
	}
}

@media (max-width:767px) {
	.sns-products.gird-mode.box-style-3 .image-cat {
		display: none;
	}
}

.sns-products.gird-mode.box-style-3 .image-cat a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sns-products.gird-mode.box-style-3 .image-cat a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.sns-products.gird-mode.box-style-3 .image-cat a:hover:before {
	-webkit-animation: shinex 1s;
	-ms-animation: shinex 1s;
	-o-animation: shinex 1s;
	animation: shinex 1s;
}

.sns-products.gird-mode.box-style-3 .image-cat img {
	margin-top: 15px;
}

.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content {
	width: calc(100% - 310px);
	margin-left: 40px;
	float: right;
}

.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content .owl-stage-outer {
	position: relative;
}

.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content .owl-stage-outer:before {
	position: absolute;
	content: "";
	left: -1px;
	height: calc(100% - 125px);
	width: 2px;
	background: #FFF;
	z-index: 2;
}

@media (max-width:1199px) {
	.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content {
		width: calc(100% - 260px);
	}

	.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content .owl-stage-outer:before {
		left: 0px;
	}
}

@media (max-width:767px) {
	.sns-products.gird-mode.box-style-3 .image-cat+.sproduct-content {
		width: 100%;
		margin-left: 0px;
	}
}

.sns-products.gird-mode.box-style-3 .prdlist-content {
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:992px) {
	.sns-products.gird-mode.box-style-3 .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next {
	width: 20px;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #f5f5f5;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev:before,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next:before {
	font-size: 21px;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev:hover,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev:hover:before,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next:hover:before {
	color: #FFF;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev.disabled,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev.disabled:hover,.sns-products.gird-mode.box-style-3 .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev {
	left: -30px;
}

@media (max-width:1199px) {
	.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev {
		left: 0px;
	}
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-next {
	right: -30px;
	left: auto;
}

@media (max-width:1199px) {
	.sns-products.gird-mode.box-style-3 .owl-nav .owl-next {
		right: 0px;
	}
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products.gird-mode.box-style-3 .owl-nav {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: none;
	opacity: 0;
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev {
	left: -15px;
	top: calc(50% - 50px);
	z-index: 3;
}

@media (max-width:992px) {
	.sns-products.gird-mode.box-style-3 .owl-nav .owl-prev {
		left: -5px;
	}
}

.sns-products.gird-mode.box-style-3 .owl-nav .owl-next {
	right: -15px;
	left: auto;
	top: calc(50% - 50px);
	z-index: 3;
}

@media (max-width:992px) {
	.sns-products.gird-mode.box-style-3 .owl-nav .owl-next {
		left: auto;
		right: -5px;
	}
}

.sns-products.gird-mode.box-style-3:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.sns-products .owl-dots {
	text-align: center;
	margin: 15px 0 0;
}

.sns-products .owl-dots .owl-dot {
	border: 3px solid #eaeaea;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	cursor: pointer;
}

.sns-products .owl-dots .owl-dot.active {
	border-color: #000000;
}

.sns-flash-sale .flash-header {
	*zoom: 1;
	margin: 0 0;
	line-height: 1.1;
}

.sns-flash-sale .flash-header:before,.sns-flash-sale .flash-header:after {
	content: " ";
	display: table;
}

.sns-flash-sale .flash-header:after {
	clear: both;
}

.sns-flash-sale .flash-header .wpb_heading {
	font-size: 2em;
	margin: 0 0 10px;
	display: inline-block;
	float: left;
	margin: 0 0;
}

.sns-flash-sale .flash-header .time-count-down {
	display: inline-block;
	float: left;
	line-height: 1.1;
	margin: 0 0 0 30px;
}

.sns-flash-sale .flash-header .time-count-down .time-label {
	margin: 11px 10px 0 0;
	display: inline-block;
	float: left;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi {
	display: inline-block;
	float: left;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>* {
	display: inline-block;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	padding-left: 16px;
	position: relative;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>*>div {
	font-size: 2em;
	float: left;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>* span {
	margin-top: 11px;
	float: left;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>*:before {
	position: absolute;
	content: ":";
	font-size: 2em;
	left: -3px;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>*:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.sns-flash-sale .flash-header .time-count-down .clock-digi>*:first-child:before {
	display: none;
}

.sns-flash-sale .flash-header:not(.have-info) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}

.sns-flash-sale .flash-info {
	margin-top: 18px;
}

.sns-flash-sale .sproduct-content {
	*zoom: 1;
}

.sns-flash-sale .sproduct-content:before,.sns-flash-sale .sproduct-content:after {
	content: " ";
	display: table;
}

.sns-flash-sale .sproduct-content:after {
	clear: both;
}

.sns-flash-sale .prdlist-content {
	margin: 15px -15px 0;
}

@media (max-width:992px) {
	.sns-flash-sale .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.sns-flash-sale .prdlist-content.grid-style6 {
	margin: 35px -10px 0;
}

.sns-flash-sale .owl-nav .owl-prev,.sns-flash-sale .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-flash-sale .owl-nav .owl-prev:before,.sns-flash-sale .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-flash-sale .owl-nav .owl-prev:hover,.sns-flash-sale .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-flash-sale .owl-nav .owl-prev.disabled,.sns-flash-sale .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-flash-sale .owl-nav .owl-prev.disabled:hover,.sns-flash-sale .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-flash-sale .owl-nav .owl-prev {
	left: 0px;
}

.sns-flash-sale .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-flash-sale .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-flash-sale .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-flash-sale .owl-nav {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: none;
	opacity: 0;
}

.sns-flash-sale .owl-nav .owl-prev {
	left: 25px;
}

.sns-flash-sale .owl-nav .owl-next {
	right: 25px;
	left: auto;
}

.sns-flash-sale:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.sns-flash-sale .owl-dots {
	text-align: center;
	margin: 15px 0 0;
}

.sns-flash-sale .owl-dots .owl-dot {
	border: 3px solid #eaeaea;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	cursor: pointer;
}

.sns-flash-sale .owl-dots .owl-dot.active {
	border-color: #000000;
}

.sns-special-offer {
	border: 2px solid #000000;
	border-radius: 5px;
	text-align: center;
}

.sns-special-offer .wpb_heading {
	text-align: center;
	line-height: 1;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.sns-special-offer .wpb_heading span {
	color: #FFF;
	background: #000000;
	padding: 2px 10px;
	display: inline-block;
}

.sns-special-offer .product {
	padding: 0 30px;
}

.sns-special-offer .product .item-inner .item-title {
	font-size: 1.5em;
	margin-bottom: 5px;
}

@media (max-width:480px) {
	.sns-special-offer .product .item-inner .item-title {
		font-size: 1.1428em;
	}
}

.sns-special-offer .product .item-inner .item-img {
	position: relative;
}

.sns-special-offer .product .item-inner .item-img .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.sns-special-offer .product .item-inner .item-img img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (max-width:1200px) {
	.sns-special-offer .product .item-inner .item-img img {
		max-width: 95%;
	}
}

@media (max-width:992px) and (min-width:480px) {
	.sns-special-offer .product .item-inner .item-img img {
		max-width: 70%;
	}
}

.sns-special-offer .product .item-inner .price .amount {
	font-size: 2em;
}

.sns-special-offer .product .item-inner .price del:before {
	margin-top: -5px;
}

@media (max-width:1199px) {
	.sns-special-offer .product .item-inner .price .amount {
		font-size: 1.4285em;
	}

	.sns-special-offer .product .item-inner .price del:before {
		margin-top: -3px;
	}
}

@media (max-width:480px) {
	.sns-special-offer .product .item-inner .price .amount {
		font-size: 1em;
	}

	.sns-special-offer .product .item-inner .price del:before {
		margin-top: -1px;
	}
}

.sns-special-offer .product .item-inner .badge-discount-percent {
	padding: 0 10px 0 3px;
	height: 22px;
	margin: 0 0 0 15px;
	background: #1ea41e;
	color: #FFF;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	position: relative;
	top: -6px;
	font-size: 1em;
}

.sns-special-offer .product .item-inner .badge-discount-percent:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 12px 0;
	border-color: transparent #1ea41e transparent transparent;
	display: block;
	position: absolute;
	left: -10px;
	top: 0px;
}

.sns-special-offer .product .item-inner .sold-bar {
	*zoom: 1;
	margin-bottom: 25px;
}

.sns-special-offer .product .item-inner .sold-bar:before,.sns-special-offer .product .item-inner .sold-bar:after {
	content: " ";
	display: table;
}

.sns-special-offer .product .item-inner .sold-bar:after {
	clear: both;
}

.sns-special-offer .product .item-inner .sold-bar .num-sold {
	float: right;
	color: #333333;
}

.sns-special-offer .product .item-inner .sold-bar .num-stock {
	float: left;
	color: #333333;
}

.sns-special-offer .product .item-inner .sold-bar .the-bar {
	height: 10px;
	width: 100%;
	background: #eaeaea;
	border-radius: 10px;
	*zoom: 1;
	float: left;
	margin-top: 5px;
	position: relative;
}

.sns-special-offer .product .item-inner .sold-bar .the-bar:before,.sns-special-offer .product .item-inner .sold-bar .the-bar:after {
	content: " ";
	display: table;
}

.sns-special-offer .product .item-inner .sold-bar .the-bar:after {
	clear: both;
}

.sns-special-offer .product .item-inner .sold-bar .the-bar span {
	height: 10px;
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px;
}

.sns-special-offer .product .item-inner .action-wrap {
	margin-bottom: 25px;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>* {
	background: none;
	padding: 0 0 0 20px;
	color: #333333;
	text-transform: none;
	border: none;
	position: relative;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*:hover {
	color: #000000;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_simple:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_grouped:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.product_type_external:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -8px;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_simple.loading:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_grouped.loading:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.product_type_external.loading:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	z-index: 1;
	color: inherit;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_simple.added,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.button.product_type_grouped.added,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.product_type_external.added,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.add_to_cart_button.added {
	display: none;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -8px;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button {
	margin-left: 30px;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -8px;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button .blockUI.blockOverlay {
	position: absolute;
	top: 4px !important;
	left: 0px !important;
	overflow: hidden;
	opacity: 1 !important;
	width: 14px !important;
	height: 14px !important;
	line-height: 14px !important;
	cursor: wait;
	position: relative;
	background: transparent !important;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button .blockUI.blockOverlay:before,.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	z-index: 1;
	color: inherit;
	background: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.sns-special-offer .product .item-inner .action-wrap .buttons-action>*.yith-wcqv-button:after {
	position: absolute;
	content: "";
	left: -15px;
	top: 50%;
	margin-top: -7px;
	height: 13px;
	width: 1px;
	background: #ccc;
}

.sns-products-ajaxtab .header-tab {
	*zoom: 1;
}

.sns-products-ajaxtab .header-tab:before,.sns-products-ajaxtab .header-tab:after {
	content: " ";
	display: table;
}

.sns-products-ajaxtab .header-tab:after {
	clear: both;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav:before,.sns-products-ajaxtab .header-tab ul.tab-drop-nav:after {
	content: " ";
	display: table;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav:after {
	clear: both;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown .dropdown-toggle {
	display: inline-block;
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu {
	padding: 0 0;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li a {
	padding: 5px 10px 5px 18px;
	margin-left: 10px;
	position: relative;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover {
	background-color: #efefef;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li:hover a {
	background-color: #efefef;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active {
	background-color: #000000;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown ul.dropdown-menu li.active a {
	color: #FFF;
	background-color: #000000;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown {
	margin: 7px 0 15px;
}

.sns-products-ajaxtab .header-tab ul.tab-drop-nav li.dropdown a {
	vertical-align: middle;
}

.sns-products-ajaxtab .content-tab {
	*zoom: 1;
}

.sns-products-ajaxtab .content-tab:before,.sns-products-ajaxtab .content-tab:after {
	content: " ";
	display: table;
}

.sns-products-ajaxtab .content-tab:after {
	clear: both;
}

.sns-products-ajaxtab .content-tab .prdlist-content {
	margin: 0 -15px;
}

@media (max-width:992px) {
	.sns-products-ajaxtab .content-tab .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.sns-products-ajaxtab .content-tab .prdlist-content .product_list {
	*zoom: 1;
}

.sns-products-ajaxtab .content-tab .prdlist-content .product_list:before,.sns-products-ajaxtab .content-tab .prdlist-content .product_list:after {
	content: " ";
	display: table;
}

.sns-products-ajaxtab .content-tab .prdlist-content .product_list:after {
	clear: both;
}

.sns-products-ajaxtab .content-tab .prdlist-content .product_list.simple-effect {
	opacity: 0.4;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

.sns-products-ajaxtab .content-tab .prdlist-content.active .product_list.simple-effect {
	opacity: 1;
}

.sns-products-ajaxtab .content-tab .prdlist-content:not(.active) {
	margin-bottom: 0px !important;
}

.sns-products-ajaxtab .content-tab .content-tab-inner {
	position: relative;
}

.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading {
	min-height: 40px;
}

.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading>div {
	opacity: 0.4;
}

.sns-products-ajaxtab .content-tab .content-tab-inner.tab-loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: normal;
	margin: -20px 0 0 -20px;
	text-align: center;
	color: rgba(0, 0, 0, 0.75);
	z-index: 2;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap {
	text-align: center;
	margin-top: 10px;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore {
	padding: 10px 62px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #888888;
	color: #333333;
	font-weight: bold;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore:hover,.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loaded,.sns-products-ajaxtab .content-tab .sns-woo-loadmore-wrap .sns-woo-loadmore.loading {
	background: #000000;
	border-color: #000000;
	color: #FFF;
}

.sns-products-ajaxtab.box-style-1 .header-tab {
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

.sns-products-ajaxtab.box-style-1 .header-tab .wpb_heading {
	font-size: 2em;
	float: left;
	margin: 0 0;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	text-align: center;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 0;
	padding: 0 0;
	float: left;
	position: relative;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs>li:first-child:before {
	display: none;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs>li.active>a {
	color: #FFF;
	background: #000000;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs>li:hover:not(.active)>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 0 20px;
	line-height: 42px;
	border-radius: 5px 5px 0 0;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown {
	margin: 7px 0 15px;
}

.sns-products-ajaxtab.box-style-1 .header-tab ul.tab-drop-nav li.dropdown a {
	vertical-align: middle;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 20px;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #f5f5f5;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 21px;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev:hover:before,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next:hover:before {
	color: #FFF;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: -30px;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev {
		left: 0px;
	}
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next {
	right: -30px;
	left: auto;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next {
		right: 0px;
	}
}

.sns-products-ajaxtab.box-style-1 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-2 .header-tab {
	text-align: center;
}

.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading {
	font-size: 3em;
}

@media (max-width:992px) {
	.sns-products-ajaxtab.box-style-2 .header-tab .wpb_heading {
		margin-bottom: 0px;
	}
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	padding: 0 0;
	margin: 0 0 40px;
	text-align: center;
	display: inline-block;
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 22px;
	padding: 0 0;
	float: none;
	position: relative;
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs>li.active>a,.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs>li:hover>a {
	color: #333333;
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
	line-height: inherit;
	color: #ccc;
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown {
	margin: 7px 0 15px;
}

.sns-products-ajaxtab.box-style-2 .header-tab ul.tab-drop-nav li.dropdown a {
	vertical-align: middle;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: 0px;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products-ajaxtab.box-style-2 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-3 .header-tab {
	text-align: center;
}

.sns-products-ajaxtab.box-style-3 .header-tab .wpb_heading {
	font-size: 3em;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 55px;
}

@media (max-width:992px) {
	.sns-products-ajaxtab.box-style-3 .header-tab .wpb_heading {
		margin-bottom: 10px;
	}
}

.sns-products-ajaxtab.box-style-3 .header-tab .wpb_heading:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100px;
	background: #000000;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
}

.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	padding: 0 0;
	margin: 0 0 45px;
	text-align: center;
	display: inline-block;
}

.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 0;
	float: none;
	position: relative;
}

.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs>li.active>a,.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs>li:hover>a {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

.sns-products-ajaxtab.box-style-3 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 6px 15px;
	line-height: inherit;
	color: #888888;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 20px;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #f5f5f5;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 21px;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev:hover:before,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next:hover:before {
	color: #FFF;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: -30px;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev {
		left: 0px;
	}
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next {
	right: -30px;
	left: auto;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next {
		right: 0px;
	}
}

.sns-products-ajaxtab.box-style-3 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-4 .header-tab {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
}

.sns-products-ajaxtab.box-style-4 .header-tab:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 100px;
	left: 0px;
	bottom: -2px;
	background: #000000;
}

.sns-products-ajaxtab.box-style-4 .header-tab .wpb_heading {
	font-size: 2em;
	float: left;
	margin: 0 0;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	text-align: center;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 5px 0 0;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 0;
	padding: 0 0;
	float: left;
	position: relative;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs>li:first-child:before {
	display: none;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs>li.active>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs>li:hover:not(.active)>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-4 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	color: #888888;
	text-transform: uppercase;
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 0 17px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: 0px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav {
	opacity: 0;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-prev {
	margin-top: -90px;
	left: 15px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content .owl-nav .owl-next {
	margin-top: -90px;
	left: auto;
	right: 15px;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content:not(.active) {
	margin-bottom: 0px !important;
}

.sns-products-ajaxtab.box-style-4 .content-tab .prdlist-content:hover .owl-nav {
	opacity: 1;
}

.sns-products-ajaxtab.box-style-5 .header-tab {
	margin-bottom: 20px;
	position: relative;
}

@media (max-width:992px) {
	.sns-products-ajaxtab.box-style-5 .header-tab {
		margin-bottom: 0px;
	}
}

.sns-products-ajaxtab.box-style-5 .header-tab .wpb_heading {
	font-size: 2em;
	float: left;
	margin: 0 0;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	text-align: center;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 5px 0 0;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 0;
	padding: 0 0;
	float: left;
	position: relative;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs>li:first-child:before {
	display: none;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs>li.active>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs>li:hover:not(.active)>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-5 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	color: #888888;
	text-transform: uppercase;
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 0 17px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: 0px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav {
	opacity: 0;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-prev {
	margin-top: -50px;
	left: 25px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content .owl-nav .owl-next {
	margin-top: -50px;
	left: auto;
	right: 25px;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content:not(.active) {
	margin-bottom: 0px !important;
}

.sns-products-ajaxtab.box-style-5 .content-tab .prdlist-content:hover .owl-nav {
	opacity: 1;
}

.sns-products-ajaxtab.box-style-6 .header-tab {
	text-align: center;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	padding-bottom: 0px;
}

.sns-products-ajaxtab.box-style-6 .header-tab .wpb_heading {
	font-size: 2em;
	margin: 0 0 30px;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs>li {
	display: inline-block;
	margin: 0 0;
	padding: 0 0;
	float: none;
	position: relative;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs>li:first-child:before {
	display: none;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs>li.active>a {
	color: #FFF;
	background: #000000;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs>li:hover:not(.active)>a {
	color: #000000;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.nav-tabs>li>a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: 0 0;
	padding: 0 20px;
	line-height: 42px;
	border-radius: 5px 5px 0 0;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown {
	margin: 7px 0 15px;
}

.sns-products-ajaxtab.box-style-6 .header-tab ul.tab-drop-nav li.dropdown a {
	vertical-align: middle;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next {
	width: 20px;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #f5f5f5;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev:before,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next:before {
	font-size: 21px;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev:hover,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next:hover {
	background: #000000;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev:hover:before,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next:hover:before {
	color: #FFF;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev.disabled,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev.disabled:hover,.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev {
	left: -30px;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev {
		left: 0px;
	}
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next {
	right: -30px;
	left: auto;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next {
		right: 0px;
	}
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	line-height: 100px;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content .owl-nav {
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.sns-products-ajaxtab.box-style-6 .content-tab .prdlist-content:hover .owl-nav {
	opacity: 1;
}

.sns-products-ajaxtab[data-template="3"] .header-tab {
	margin-bottom: 0px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content {
	padding: 30px 38% 30px 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f2f2f2;
	background-position: top right;
	background-repeat: no-repeat;
}

@media (max-width:480px) {
	.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content {
		padding: 15px 5px;
	}
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content:not(.active) {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .product_list div.product {
	padding-left: 10px;
	padding-right: 10px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .product_list .owl-item>div.item-row {
	padding-left: 10px;
	padding-right: 10px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .product_list .owl-item>div.item-row>div.product {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .product_list .owl-item>div.item-row>div.product:first-child {
	padding-top: 0px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .product_list .grid-view {
	border: none;
	background: #FFF;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .owl-nav .owl-prev {
	left: -10px;
	margin-top: -25px;
}

.sns-products-ajaxtab[data-template="3"] .content-tab .prdlist-content .owl-nav .owl-next {
	left: auto;
	right: -10px;
	margin-top: -25px;
}

.sns-products-ajaxtab[data-template="4"] .header-tab {
	margin-bottom: 35px;
	color: #FFF;
	border-bottom: none;
}

.sns-products-ajaxtab[data-template="4"] .header-tab .wpb_heading {
	color: #FFF;
}

.sns-products-ajaxtab[data-template="4"] .header-tab ul.nav-tabs>li>a {
	color: inherit;
}

.sns-products-ajaxtab[data-template="4"] .header-tab ul.tab-drop-nav li.dropdown a:before {
	color: #FFF;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content {
	background-position: top left;
	background-repeat: no-repeat;
	*zoom: 1;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content:before,.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content:after {
	content: " ";
	display: table;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content:after {
	clear: both;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content:not(.active) {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content a.banner-link {
	display: block;
	float: left;
	width: 420px;
	position: relative;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content a.banner-link:before {
	position: absolute;
	content: "";
	height: 100%;
	height: 100%;
	background-color: #44577e;
	opacity: 0;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content a.banner-link:hover {
	opacity: 0.8;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list {
	width: calc(100% - 420px);
	margin: 0 -15px;
	float: right;
}

@media (max-width:992px) {
	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list {
		float: left;
		margin-left: 0;
		margin-right: 0px;
	}
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list div.product {
	padding-left: 15px;
	padding-right: 15px;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .owl-item>div.item-row {
	padding-left: 15px;
	padding-right: 15px;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .owl-item>div.item-row>div.product {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .owl-item>div.item-row>div.product:first-child {
	padding-top: 0px;
}

@media (max-width:992px) {
	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .owl-item>div.item-row {
		padding-left: 8px;
		padding-right: 8px;
	}

	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .owl-item>div.item-row>div.product {
		padding-top: 15px;
	}
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list .grid-view {
	border: none;
	background: #FFF;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .owl-nav .owl-prev {
	left: -10px;
	margin-top: -25px;
}

.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .owl-nav .owl-next {
	left: auto;
	right: -10px;
	margin-top: -25px;
}

@media (max-width:992px) {
	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content a.banner-link {
		display: none;
	}

	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list {
		width: 100%;
	}
}

@media (min-width:992px) {
	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content {
		margin-left: 0px;
		margin-right: 0px;
	}

	.sns-products-ajaxtab[data-template="4"] .content-tab .prdlist-content .product_list {
		margin: 0 -15px;
	}
}

.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item {
	width: 33.33%;
	margin: 15px 0 0;
	float: left;
	position: relative;
}

.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item:before {
	position: absolute;
	right: -1px;
	top: 0px;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #eaeaea;
}

.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item>div {
	margin: 0 0;
	float: none;
}

.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .ajaxtab-products {
	width: 66.67%;
	margin-left: 33.33%;
}

@media (max-width:1199px) {
	.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item {
		width: 50%;
	}

	.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .ajaxtab-products {
		width: 50%;
		margin-left: 50%;
	}
}

@media (max-width:767px) {
	.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item {
		width: 100%;
		margin: 15px 0 30px;
		display: none;
	}

	.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .first-item:before {
		display: none;
	}

	.sns-products-ajaxtab[data-template="5"] .content-tab .prdlist-content .ajaxtab-products {
		width: 100%;
		margin-left: 0;
	}
}

article.type-post .inner-post {
	*zoom: 1;
}

article.type-post .inner-post:before,article.type-post .inner-post:after {
	content: " ";
	display: table;
}

article.type-post .inner-post:after {
	clear: both;
}

article.type-post .inner-post .part-left {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}

article.type-post .inner-post .part-right {
	float: left;
	width: 50%;
	padding: 0 0 0 15px;
}

@media (max-width:767px) {
	article.type-post .inner-post .part-left,article.type-post .inner-post .part-right {
		float: none;
		width: 100%;
		padding: 0 0;
	}
}

article.type-post h3.post-title {
	margin: 0 0 10px;
	position: relative;
	font-size: 1.5em;
	border: none;
}

@media (max-width:991px) {
	article.type-post h3.post-title {
		font-size: 1.2em;
	}
}

article.type-post .page-links {
	margin-bottom: 15px;
}

article.type-post .page-links a {
	display: inline-block;
	padding: 0 3px;
	margin: 0 0 3px;
}

article.type-post .more-link {
	border-radius: 5px;
	border: 1px solid #888888;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}

article.type-post .more-link:hover {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

article.type-post .more-link .meta-nav {
	display: none;
}

article.type-post .post-meta {
	display: block;
	margin: 0 0 10px;
}

article.type-post .post-meta>span {
	margin-left: 15px;
	position: relative;
}

article.type-post .post-meta>span:first-child {
	margin-left: 0px;
}

article.type-post .post-meta a {
	color: #888888;
}

article.type-post .post-meta a:hover {
	color: #000000;
	text-decoration: underline;
}

article.type-post .post-meta a.author-link {
	padding-left: 3px;
}

article.type-post .post-meta a.author-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -6px;
	position: relative;
	top: -1px;
}

article.type-post .post-meta a.author-link:hover {
	color: #000000;
	text-decoration: underline;
}

article.type-post .post-meta span.entry-date a {
	padding-left: 5px;
}

article.type-post .post-meta span.entry-date a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -10px;
	position: relative;
	top: -1px;
}

article.type-post .post-meta span.edit-post a {
	padding-left: 3px;
}

article.type-post .post-meta span.edit-post a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -8px;
	top: -1px;
}

article.type-post .post-meta .post-comment-count a {
	padding-left: 3px;
}

article.type-post .post-meta .post-comment-count a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -8px;
	position: relative;
	top: -1px;
}

article.type-post .post-meta .cat-links {
	position: relative;
	padding-left: 3px;
}

article.type-post .post-meta .cat-links:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -1px;
}

article.type-post .post-meta .cat-links span {
	padding: 0 8px 0 0;
}

article.type-post .post-meta .cat-links ul {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	display: inline-block;
}

article.type-post .post-meta .cat-links ul li {
	display: inline;
	padding: 0 0 0;
}

article.type-post .post-meta span.sticky-post {
	padding-left: 3px;
}

article.type-post .post-meta span.sticky-post:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -6px;
	position: relative;
	top: 0px;
}

article.type-post .post-excerpt {
	position: relative;
}

article.type-post .post-excerpt .more-link {
	display: table;
	position: absolute;
	bottom: -72px;
}

article.type-post .post-foot {
	margin: 40px 0 10px;
	*zoom: 1;
}

article.type-post .post-foot:before,article.type-post .post-foot:after {
	content: " ";
	display: table;
}

article.type-post .post-foot:after {
	clear: both;
}

@media (max-width:1199px) {
	article.type-post .post-foot {
		margin-top: 30px;
	}
}

article.type-post .post-foot .tags-links {
	float: right;
	position: relative;
	padding-left: 3px;
}

@media (max-width:1199px) {
	article.type-post .post-foot .tags-links {
		float: none;
		display: block;
		margin: 0 0 20px;
	}
}

article.type-post .post-foot .tags-links:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	text-indent: -8px;
}

article.type-post .post-foot .tags-links a {
	position: relative;
	color: #888888;
}

article.type-post .post-foot .tags-links a:hover {
	text-decoration: underline;
	color: #000000;
}

article.type-post .post-content {
	*zoom: 1;
}

article.type-post .post-content:before,article.type-post .post-content:after {
	content: " ";
	display: table;
}

article.type-post .post-content:after {
	clear: both;
}

article.type-post .gallery-thumb,article.type-post .video-thumb,article.type-post .audio-thumb,article.type-post .post-thumb,article.type-post .quote-info,article.type-post .link-info {
	margin-bottom: 25px;
	position: relative;
}

article.type-post .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

article.type-post .gallery-thumb .owl-nav {
	position: absolute;
	display: inline-block;
	z-index: 2;
	background: transparent;
	margin: 0;
	padding: 0;
	top: 50%;
	right: 0;
	margin-top: -30px;
	width: 100%;
	height: 60px;
}

article.type-post .gallery-thumb .owl-nav .owl-prev,article.type-post .gallery-thumb .owl-nav .owl-next {
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
}

article.type-post .gallery-thumb .owl-nav .owl-prev:before,article.type-post .gallery-thumb .owl-nav .owl-next:before {
	font-size: 30px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

article.type-post .gallery-thumb .owl-nav .owl-prev:hover,article.type-post .gallery-thumb .owl-nav .owl-next:hover {
	cursor: pointer;
	background: #000000;
}

article.type-post .gallery-thumb .owl-nav .owl-prev.disabled,article.type-post .gallery-thumb .owl-nav .owl-next.disabled {
	opacity: 0.6;
}

article.type-post .gallery-thumb .owl-nav .owl-prev.disabled:hover,article.type-post .gallery-thumb .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

article.type-post .gallery-thumb .owl-nav .owl-prev {
	left: 0px;
}

article.type-post .gallery-thumb .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

article.type-post .gallery-thumb .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

article.type-post .gallery-thumb .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

article.type-post .link-info {
	padding: 70px 30px;
	text-align: center;
	background: url(../img/global.png) #f9f9f9 no-repeat -10px 35%;
	border: 1px solid #eaeaea;
}

article.type-post .link-info a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

article.type-post .quote-info {
	padding: 70px 35px;
	background: #f5f5f5;
	text-align: center;
	font-size: 1.2857em;
}

article.type-post .quote-info .quote-content {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

article.type-post .quote-info .quote-content i {
	position: relative;
}

article.type-post .quote-info .quote-content i.fa-quote-left {
	top: -1px;
	left: -2px;
}

article.type-post .quote-info .quote-content i.fa-quote-right {
	bottom: -4px;
	right: -2px;
}

article.type-post .quote-info .quote-author {
	display: block;
	margin: 0px;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-weight: bold;
}

article.type-post .post-thumb {
	position: relative;
	overflow: hidden;
}

article.type-post .post-thumb a {
	display: inline-block;
	position: relative;
}

article.type-post .post-thumb a:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

article.type-post .post-thumb a:hover:before {
	opacity: 1;
}

article.type-post .video-responsive {
	position: relative;
	padding-bottom: 55%;
	overflow: hidden;
	padding-top: 3px;
	height: 0;
}

article.type-post .video-responsive embed,article.type-post .video-responsive iframe,article.type-post .video-responsive object,article.type-post .video-responsive video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

article.type-post .audio-responsive {
	position: relative;
	padding-bottom: 54.5%;
	padding-top: 8px;
	height: 0;
}

article.type-post .audio-responsive embed,article.type-post .audio-responsive iframe,article.type-post .audio-responsive object,article.type-post .audio-responsive audio {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.blog-standard>article {
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #eaeaea;
}

.blog-standard>article h3.post-title {
	margin: 0 0 25px;
	font-size: 1.5em;
}

.blog-standard>article .gallery-thumb,.blog-standard>article .video-thumb,.blog-standard>article .audio-thumb,.blog-standard>article .post-thumb,.blog-standard>article .quote-info,.blog-standard>article .link-info {
	margin-bottom: 35px;
}

.blog-standard>article .post-content .post-excerpt {
	*zoom: 1;
}

.blog-standard>article .post-content .post-excerpt:before,.blog-standard>article .post-content .post-excerpt:after {
	content: " ";
	display: table;
}

.blog-standard>article .post-content .post-excerpt:after {
	clear: both;
}

.blog-standard>article.sticky {
	padding: 50px 50px;
	margin-bottom: 70px;
	border: 1px solid #eaeaea;
}

.blog-layout2>article {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
}

.blog-layout2>article h3.post-title {
	margin: 0 0 25px;
	font-size: 1.5em;
}

@media (min-width:1200px) {
	.blog-layout2>article .gallery-thumb,.blog-layout2>article .video-thumb,.blog-layout2>article .audio-thumb,.blog-layout2>article .post-thumb,.blog-layout2>article .quote-info,.blog-layout2>article .link-info {
		margin-bottom: 0px;
	}
}

.blog-layout2>article.sticky {
	padding: 50px 50px;
	margin-bottom: 50px;
	border: 1px solid #eaeaea;
}

.sns-grid-masonry {
	margin: 0 -15px 30px;
}

.sns-grid-masonry article {
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #eaeaea;
}

.sns-grid-masonry article .quote-info,.sns-grid-masonry article .link-info {
	border: none;
	border-bottom: 1px solid #eaeaea;
}

.sns-grid-masonry article .post-content {
	padding: 0 10px;
}

.sns-grid-masonry article .post-meta {
	margin: 0 0 8px;
}

.sns-grid-masonry article h3.post-title {
	margin: 0 0 28px;
	font-size: 1.2857em;
}

.sns-grid-masonry .sns-grid-item {
	width: 33.33%;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
}

@media (max-width:992px) {
	.sns-grid-masonry .sns-grid-item {
		width: 50%;
	}
}

@media (max-width:480px) {
	.sns-grid-masonry .sns-grid-item {
		width: 100%;
	}
}

body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-l-m .sns-grid-masonry .sns-grid-item {
	width: 50%;
}

@media (max-width:480px) {
	body.layout-type-l-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-m-r .sns-grid-masonry .sns-grid-item,body.layout-type-l-m .sns-grid-masonry .sns-grid-item {
		width: 100%;
	}
}

.sns-grid-masonry+.navigation {
	margin-top: 10px;
}

.single article.post {
	margin: 0 0 80px;
}

.single article.post h1.post-title {
	margin: 0 0 40px;
	font-size: 3em;
	line-height: 1.1;
}

@media (max-width:991px) {
	.single article.post h1.post-title {
		font-size: 1.2em;
	}
}

.single article.post .post-meta {
	margin-bottom: 15px;
}

.single article.post .gallery-thumb,.single article.post .video-thumb,.single article.post .audio-thumb,.single article.post .post-thumb,.single article.post .quote-info,.single article.post .link-info {
	margin-bottom: 30px;
}

.single article.post .post-content {
	margin-bottom: 40px;
}

.single article.post .post-foot {
	margin: 40px 0 -10px;
}

.single article.post .post-foot .post-share-block {
	float: left;
}

.single article.post .post-foot .post-share-block .ssba-wrap {
	font-size: 1em !important;
	color: #333333;
}

.single article.post .post-foot .post-share-block .ssba-wrap br {
	display: none;
}

.single article.post .post-foot .post-share-block .ssba-wrap a {
	display: inline-block;
	margin: 0 3px;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #FFF;
	color: #333333;
	border-radius: 100%;
	border: 1px solid #eaeaea;
	text-align: center;
	font-size: 1em;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.single article.post .post-foot .post-share-block .ssba-wrap a img {
	padding: 0 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_linkedin_share img,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_facebook_share img,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_twitter_share img,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_google_share img,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_email_share img {
	display: none !important;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_linkedin_share:hover,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_facebook_share:hover,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_twitter_share:hover,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_google_share:hover,.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_email_share:hover {
	background-color: #000000;
	border-color: #000000;
	color: #FFF;
}

.single article.post .post-foot .post-share-block .ssba-wrap a:before {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.single article.post .post-foot .post-share-block .ssba-wrap a:before:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_linkedin_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_facebook_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_twitter_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_google_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.single article.post .post-foot .post-share-block .ssba-wrap a.ssba_email_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

@media (max-width:480px) {
	.single article.post .post-foot .post-share-block {
		float: none;
		display: block;
		margin: 10px 0 0;
	}
}

.single article.post .post-foot .tags-links {
	float: right;
	margin: 8px 0 0;
}

@media (max-width:480px) {
	.single article.post .post-foot .tags-links {
		float: none;
		display: block;
		margin: 0 0;
	}
}

.single article.post .author-info {
	padding: 25px 0;
	margin: 80px 0 0;
	*zoom: 1;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.single article.post .author-info:before,.single article.post .author-info:after {
	content: " ";
	display: table;
}

.single article.post .author-info:after {
	clear: both;
}

.single article.post .author-info h4 {
	margin: 15px 0 0;
	font-size: 1em;
	color: #888888;
	font-weight: normal;
}

.single article.post .author-info h4 a {
	color: #333333;
	font-weight: bold;
}

.single article.post .author-info h4 a:hover {
	color: #000000;
}

.single article.post .author-info p.author-bio {
	margin-bottom: 0;
}

.single article.post .author-info .author-avatar {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 100%;
	overflow: hidden;
}

@media (max-width:767px) {
	.single article.post .author-info .author-avatar {
		margin-right: 15px;
	}
}

.single article.post .author-info .author-desc {
	display: block;
}

.single article.post .post-related {
	position: relative;
	margin: 80px 0 0;
}

.single article.post .post-related .owl-nav .owl-prev,.single article.post .post-related .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.single article.post .post-related .owl-nav .owl-prev:before,.single article.post .post-related .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.single article.post .post-related .owl-nav .owl-prev:hover,.single article.post .post-related .owl-nav .owl-next:hover {
	background: #000000;
}

.single article.post .post-related .owl-nav .owl-prev.disabled,.single article.post .post-related .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.single article.post .post-related .owl-nav .owl-prev.disabled:hover,.single article.post .post-related .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.single article.post .post-related .owl-nav .owl-prev {
	left: 0px;
}

.single article.post .post-related .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.single article.post .post-related .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.single article.post .post-related .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.single article.post .post-related .owl-nav {
	opacity: 0;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.single article.post .post-related .owl-nav .owl-prev {
	left: 30px;
}

.single article.post .post-related .owl-nav .owl-next {
	left: auto;
	right: 30px;
}

.single article.post .post-related h2.related-title {
	padding: 0 0;
	margin: 0 0 20px;
	font-size: 2em;
	display: block;
}

.single article.post .post-related .related-content {
	margin: 0 -15px;
}

.single article.post .post-related .item {
	padding: 0 15px;
}

.single article.post .post-related .item .image {
	display: block;
	max-width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.single article.post .post-related .item .image:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.single article.post .post-related .item .title {
	margin: 0 0 20px;
	font-size: 1em;
	text-align: center;
}

.single article.post .post-related .item:hover .image:before {
	opacity: 1;
}

.single article.post .post-related:hover .owl-nav {
	opacity: 1;
}

.single article.post .post-navigation {
	*zoom: 1;
	margin: 50px 0 0;
	width: 100%;
}

.single article.post .post-navigation:before,.single article.post .post-navigation:after {
	content: " ";
	display: table;
}

.single article.post .post-navigation:after {
	clear: both;
}

.single article.post .post-navigation h2 {
	display: none;
}

.single article.post .post-navigation .nav-next,.single article.post .post-navigation .nav-previous {
	float: left;
	text-align: right;
	padding: 0 30px 0 0;
	width: 50%;
	position: relative;
}

.single article.post .post-navigation .nav-next:before,.single article.post .post-navigation .nav-previous:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	top: 0px;
	right: -0.5px;
	background-color: #eaeaea;
}

.single article.post .post-navigation .nav-next .nav-post-link,.single article.post .post-navigation .nav-previous .nav-post-link {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	color: inherit;
	display: inline-block;
}

.single article.post .post-navigation .nav-next .nav-post-link a,.single article.post .post-navigation .nav-previous .nav-post-link a {
	color: #000000;
}

.single article.post .post-navigation .nav-next .nav-post-link:before,.single article.post .post-navigation .nav-previous .nav-post-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 0px;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #000000;
}

.single article.post .post-navigation .nav-next .nav-post-link .screen-reader-text,.single article.post .post-navigation .nav-previous .nav-post-link .screen-reader-text {
	text-transform: uppercase;
}

@media (max-width:991px) {
	.single article.post .post-navigation .nav-next .nav-post-link .post-title,.single article.post .post-navigation .nav-previous .nav-post-link .post-title {
		display: none;
	}
}

.single article.post .post-navigation .nav-next .nav-post-title,.single article.post .post-navigation .nav-previous .nav-post-title {
	font-size: 1.2857em;
	font-weight: bold;
}

@media (max-width:480px) {
	.single article.post .post-navigation .nav-next .nav-post-title,.single article.post .post-navigation .nav-previous .nav-post-title {
		font-size: 1.1428em;
	}
}

.single article.post .post-navigation .nav-next {
	float: right;
	text-align: left;
	padding: 0 0 0 30px;
}

.single article.post .post-navigation .nav-next:before {
	right: auto;
	left: -0.5px;
}

.single article.post .post-navigation .nav-next .nav-post-link {
	padding: 0 20px 0 0;
}

.single article.post .post-navigation .nav-next .nav-post-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	right: 0px;
	left: auto;
}

.archive .format-status .post-title,.archive .format-aside .post-title,.blog .format-status .post-title,.blog .format-aside .post-title {
	display: none;
}

article.type-attachment h1.post-title {
	margin: 0 0 30px;
	font-size: 2em;
	line-height: 1.1;
	text-transform: uppercase;
}

@media (max-width:991px) {
	article.type-attachment h1.post-title {
		font-size: 1.2em;
	}
}

article.type-attachment .more-link {
	border-radius: 5px;
	border: 1px solid #888888;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}

article.type-attachment .more-link:hover {
	color: #FFF;
	border-color: #000000;
	background-color: #000000;
}

article.type-attachment .more-link .meta-nav {
	display: none;
}

article.type-attachment .post-meta {
	display: block;
	margin: 0 0 12px;
}

article.type-attachment .post-meta>span {
	margin-left: 15px;
	position: relative;
}

article.type-attachment .post-meta>span:first-child {
	margin-left: 0px;
}

article.type-attachment .post-meta a:hover {
	color: #000000;
	text-decoration: underline;
}

article.type-attachment .post-meta a.author-link {
	color: #000000;
}

article.type-attachment .post-meta a.author-link:hover {
	color: #000000;
	text-decoration: underline;
}

article.type-attachment .post-meta span.sticky-post {
	color: #000000;
}

article.type-attachment .entry-caption {
	margin: 10px 0 15px;
}

article.type-attachment .image-navigation {
	*zoom: 1;
	margin: 50px 0;
	width: 100%;
}

article.type-attachment .image-navigation:before,article.type-attachment .image-navigation:after {
	content: " ";
	display: table;
}

article.type-attachment .image-navigation:after {
	clear: both;
}

article.type-attachment .image-navigation h2 {
	display: none;
}

article.type-attachment .image-navigation .nav-next,article.type-attachment .image-navigation .nav-previous {
	float: left;
	text-align: right;
	padding: 0 30px 0 0;
	width: 50%;
	position: relative;
}

article.type-attachment .image-navigation .nav-next:before,article.type-attachment .image-navigation .nav-previous:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	top: 0px;
	right: -0.5px;
	background-color: #eaeaea;
}

article.type-attachment .image-navigation .nav-next .nav-post-link,article.type-attachment .image-navigation .nav-previous .nav-post-link {
	position: relative;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	color: inherit;
	display: inline-block;
}

article.type-attachment .image-navigation .nav-next .nav-post-link a,article.type-attachment .image-navigation .nav-previous .nav-post-link a {
	color: #000000;
}

article.type-attachment .image-navigation .nav-next .nav-post-link:before,article.type-attachment .image-navigation .nav-previous .nav-post-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 0px;
	color: inherit;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color: #000000;
}

article.type-attachment .image-navigation .nav-next .nav-post-link .screen-reader-text,article.type-attachment .image-navigation .nav-previous .nav-post-link .screen-reader-text {
	text-transform: uppercase;
}

@media (max-width:991px) {
	article.type-attachment .image-navigation .nav-next .nav-post-link .post-title,article.type-attachment .image-navigation .nav-previous .nav-post-link .post-title {
		display: none;
	}
}

article.type-attachment .image-navigation .nav-next .nav-post-title,article.type-attachment .image-navigation .nav-previous .nav-post-title {
	text-transform: uppercase;
	font-weight: bold;
}

article.type-attachment .image-navigation .nav-next {
	float: right;
	text-align: left;
	padding: 0 0 0 30px;
}

article.type-attachment .image-navigation .nav-next:before {
	right: auto;
	left: -0.5px;
}

article.type-attachment .image-navigation .nav-next .nav-post-link {
	padding: 0 16px 0 0;
}

article.type-attachment .image-navigation .nav-next .nav-post-link:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	right: 0px;
	left: auto;
}

.woocommerce-pagination {
	margin: 0;
}

.woocommerce-pagination label {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}

.woocommerce-pagination .page-numbers {
	margin: 0px;
	list-style: none;
	padding: 0;
	display: inline-block;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	float: left;
}

.woocommerce-pagination .page-numbers li>span,.woocommerce-pagination .page-numbers li>a {
	text-align: center;
	margin: 0 2px;
	padding: 0 5px;
	display: inline-block;
}

.woocommerce-pagination .page-numbers li>span.next,.woocommerce-pagination .page-numbers li>span.prev,.woocommerce-pagination .page-numbers li>a.next,.woocommerce-pagination .page-numbers li>a.prev {
	position: relative;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

.woocommerce-pagination .page-numbers li>span.next:before,.woocommerce-pagination .page-numbers li>span.prev:before,.woocommerce-pagination .page-numbers li>a.next:before,.woocommerce-pagination .page-numbers li>a.prev:before {
	font-size: 14px;
	margin-top: 2px;
}

.woocommerce-pagination .page-numbers li>span.next:before,.woocommerce-pagination .page-numbers li>a.next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	width: auto;
}

.woocommerce-pagination .page-numbers li>span.prev:before,.woocommerce-pagination .page-numbers li>a.prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	width: auto;
}

.woocommerce-pagination .page-numbers li>span:hover,.woocommerce-pagination .page-numbers li>span.current,.woocommerce-pagination .page-numbers li>a:hover,.woocommerce-pagination .page-numbers li>a.current {
	color: #000000;
}

.toolbar {
	padding: 0;
	*zoom: 1;
}

.toolbar:before,.toolbar:after {
	content: " ";
	display: table;
}

.toolbar:after {
	clear: both;
}

.toolbar.toolbar-top {
	margin: 0 0;
}

@media (max-width:767px) {
	.toolbar+.woocommerce-result-count {
		display: none;
	}
}

.toolbar.toolbar-bottom {
	margin: 0 0 50px;
	padding: 20px 0 0;
	*zoom: 1;
}

.toolbar.toolbar-bottom:before,.toolbar.toolbar-bottom:after {
	content: " ";
	display: table;
}

.toolbar.toolbar-bottom:after {
	clear: both;
}

.toolbar.toolbar-bottom .woocommerce-result-count {
	float: left;
}

.toolbar.toolbar-bottom .woocommerce-pagination {
	float: right;
}

.toolbar .mode-view {
	display: block;
	float: left;
	padding: 0 0;
	margin-bottom: 0px;
}

.toolbar .mode-view li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	float: left;
	position: relative;
}

.toolbar .mode-view li.display-title {
	display: none;
}

.toolbar .mode-view li a {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0 0;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 5px;
	box-shadow: 0 0 0 1px #888888 inset;
	-moz-box-shadow: 0 0 0 1px #888888 inset;
	-webkit-box-shadow: 0 0 0 1px #888888 inset;
	-o-box-shadow: 0 0 0 1px #888888 inset;
}

.toolbar .mode-view li a:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #333333;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.toolbar .mode-view li a.active,.toolbar .mode-view li a:hover {
	background-color: #000000;
	box-shadow: 0 0 0 1px #000000 inset;
	-moz-box-shadow: 0 0 0 1px #000000 inset;
	-webkit-box-shadow: 0 0 0 1px #000000 inset;
	-o-box-shadow: 0 0 0 1px #000000 inset;
}

.toolbar .mode-view li a.active:before,.toolbar .mode-view li a:hover:before {
	color: #FFF;
}

.toolbar .mode-view li a.grid:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.toolbar .mode-view li a.list:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}

.toolbar .mode-view li a span {
	display: none;
}

.toolbar .woocommerce-ordering {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: left;
	margin: 0 0;
}

@media (max-width:767px) {
	.toolbar .woocommerce-ordering {
		display: none;
	}
}

.toolbar .woocommerce-ordering label {
	margin: 0 5px 0 0;
}

.toolbar .woocommerce-ordering .orderby-wrap {
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-transition: all 0.2 ease-in;
	-o-transition: all 0.2 ease-in;
	transition: all 0.2 ease-in;
	display: inline-block;
	line-height: 28px;
}

.toolbar .woocommerce-ordering .orderby-wrap select.orderby {
	border: none;
	appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 10px;
	background: #FFF;
	min-width: 170px;
	border: 1px solid #ebebeb;
	height: 44px;
	line-height: 44px;
}

.toolbar .woocommerce-ordering .orderby-wrap:hover,.toolbar .woocommerce-ordering .orderby-wrap:focus {
	border-color: #CCC;
}

.toolbar .woocommerce-ordering .orderby-wrap:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 9px;
	right: 10px;
	top: 12px;
	background: url(../img/ico-drop.png) no-repeat left top;
}

.toolbar .nbrItemPage .select select,.toolbar .nbrItemPage .selector1 select {
	width: 65px;
}

.toolbar .woocommerce-result-count {
	display: inline-block;
	margin: 0;
	float: right;
	padding: 0 0;
}

@media (max-width:991px) {
	.toolbar .woocommerce-result-count {
		display: none;
	}
}

.toolbar .woocommerce-pagination {
	margin: 0;
}

.toolbar .product-count {
	display: none !important;
}

.toolbar .showall {
	display: none;
}

#sns_woo_list.yith-wcan-loading {
	background: none;
	position: relative;
	height: auto;
	opacity: 0.4;
	min-height: 300px;
	padding-bottom: 50px;
}

#sns_woo_list.yith-wcan-loading:before {
	position: absolute;
	left: 50%;
	top: 50px;
	margin: 0 0 0 -20px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #000;
	z-index: 2;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.sns-woocommerce-page .woo-page-title-wrap {
	padding: 0 15px;
}

.sns-woocommerce-page .woo-page-title-wrap .page-title {
	margin-bottom: 23px;
	text-transform: capitalize;
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
}

.sns-woocommerce-page .woo-page-title-wrap .count_products {
	color: #000000;
}

.listing-product-wrap .page-title {
	line-height: 1.1;
}

.listing-product-wrap .prdlist-content {
	margin: 50px 0 0;
	position: relative;
}

body.use-grid-style4 .listing-product-wrap .prdlist-content:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 3px;
	left: -15px;
	top: 0px;
	background: #FFF;
	z-index: 4;
}

.cat-slideshow {
	margin-bottom: 50px;
}

.sub-cats {
	padding: 0 0;
	margin: 0 -15px 20px;
	list-style: none;
	*zoom: 1;
}

.sub-cats:before,.sub-cats:after {
	content: " ";
	display: table;
}

.sub-cats:after {
	clear: both;
}

.sub-cats li.product-category {
	padding: 0 15px;
	width: 20%;
	float: left;
}

@media (max-width:1800px) {
	.sub-cats li.product-category {
		width: 25%;
	}
}

@media (max-width:1199px) {
	.sub-cats li.product-category {
		width: 33.33%;
	}
}

@media (max-width:480px) {
	.sub-cats li.product-category {
		width: 50%;
	}
}

.sub-cats li.product-category .woocommerce-loop-category__title {
	font-size: 1em;
	margin: 10px 0 30px;
}

.sub-cats li.product-category .woocommerce-loop-category__title mark {
	background: none;
}

.term-description {
	margin-bottom: 30px;
}

.cate-img {
	text-align: center;
	margin-bottom: 30px;
}

body.have-3rd-box .listing-product-main {
	width: calc(100% - 300px);
	margin-right: 30px;
	float: left;
}

@media (max-width:1199px) {
	body.have-3rd-box .listing-product-main {
		width: 100%;
		margin-right: 0px;
	}
}

.column-content-box {
	width: 270px;
	margin-bottom: 50px;
	float: right;
	border: 2px solid #000000;
	border-top: none;
	border-radius: 5px;
	overflow: hidden;
}

.column-content-box .wpb_heading {
	margin: 0 0 !important;
	padding: 20px 10px;
	background: #000000;
	color: #FFF;
	text-align: center;
}

.column-content-box .sns-products .prdlist-content .product_list .item-row div.product {
	padding: 0 0;
	margin: 0 0;
}

.column-content-box .sns-products .prdlist-content .product_list .item-row div.product .block-product-inner {
	border-width: 0 0 1px 0;
	border-radius: 0px;
	padding: 10px 0;
}

.column-content-box .sns-products .prdlist-content .product_list .item-row div.product .block-product-inner:hover {
	box-shadow: none;
}

@media (max-width:1199px) {
	.column-content-box .vc_row {
		margin: 0 0;
	}

	.column-content-box .vc_row .vc_column-inner {
		padding: 0 0;
	}

	.column-content-box .sns-products .prdlist-content {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.column-content-box .sns-products .prdlist-content .owl-item>div.item-row {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.product_list.grid {
	margin-left: 0px;
	margin-right: 0px;
	z-index: 0;
}

.product_list.grid img.lazy.attachment-snsevon_woo_330330_thumb {
	width: 330px;
	max-width: 100%;
}

.listing-product-main .product_list.grid {
	margin: 0 -15px;
}

.product_list.grid .block-product-inner {
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
}

.product_list.grid .block-product-inner:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.product_list.grid .block-product-inner .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.grid .block-product-inner .item-img {
	position: relative;
}

.product_list.grid .block-product-inner .item-img .time-count-down {
	height: 30px;
	width: 175px;
	position: absolute;
	right: -5px;
	top: 15px;
	background-color: #000000;
	color: #FFF;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 5px 0 0 12px;
	position: relative;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi>div>div {
	display: inline-block;
	padding-right: 3px;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi>div:before {
	content: ":";
	top: 4px;
	left: 4px;
	position: absolute;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi>div:first-child {
	padding-left: 0px;
}

.product_list.grid .block-product-inner .item-img .time-count-down .clock-digi>div:first-child:before {
	display: none;
}

.product_list.grid .block-product-inner .item-img .time-count-down:before {
	position: absolute;
	content: "";
	top: -5px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent transparent #000 transparent;
}

.product_list.grid .block-product-inner .item-img a.product-image {
	display: block;
	position: relative;
	padding: 5px 0;
}

.product_list.grid .block-product-inner .item-img a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .block-product-inner .item-info {
	padding: 8px 20px 20px;
	position: relative;
}

.product_list.grid .block-product-inner .item-info .item-content {
	position: relative;
}

.product_list.grid .block-product-inner .item-info .item-content .star-rating {
	display: inline-block;
	float: none;
	height: 16px;
	line-height: 16px;
	margin: 0 0 6px;
}

.product_list.grid .block-product-inner .item-info .item-content h2,.product_list.grid .block-product-inner .item-info .item-content h3 {
	margin: 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
}

@media (max-width:767px) {
	.product_list.grid .block-product-inner .item-info .item-content h2,.product_list.grid .block-product-inner .item-info .item-content h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.product_list.grid .block-product-inner .item-info .item-content .price {
	display: block;
}

.product_list.grid .block-product-inner .item-info .action-wrap {
	margin: 10px 0 0;
	*zoom: 1;
}

.product_list.grid .block-product-inner .item-info .action-wrap:before,.product_list.grid .block-product-inner .item-info .action-wrap:after {
	content: " ";
	display: table;
}

.product_list.grid .block-product-inner .item-info .action-wrap:after {
	clear: both;
}

.product_list.grid .block-product-inner .item-info .action-wrap .thumbnails-wrap {
	float: left;
}

.product_list.grid .block-product-inner .item-info .action-wrap .thumbnails-wrap .thumb-item {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

@media (max-width:1199px) {
	.product_list.grid .block-product-inner .item-info .action-wrap .thumbnails-wrap .thumb-item {
		width: 37px;
	}
}

.product_list.grid .block-product-inner .item-info .action-wrap .thumbnails-wrap .thumb-item.active {
	border-color: #888888;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action {
	height: 40px;
	width: 40px;
	border: 1px solid #888888;
	border-radius: 5px;
	position: relative;
	float: right;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
	cursor: pointer;
	z-index: 1;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 12px;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -6px;
	background: #333333;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 4px;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -2px;
	background: #333333;
	opacity: 1;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .inner {
	position: absolute;
	height: 0px;
	width: 40px;
	bottom: 100%;
	left: -1px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	visibility: hidden;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:hover {
	background: #333;
	border-color: #333;
	border-radius: 0 0 5px 5px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:hover:before {
	background: #FFF;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:hover:after {
	background: #FFF;
	opacity: 0;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:hover .inner {
	height: 160px;
	opacity: 1;
	visibility: visible;
}

@media (max-width:992px) {
	.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action:hover .inner {
		height: 120px;
	}
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button:hover {
	border-color: #000000;
	background: #000000;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button:hover:before {
	color: #FFF;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.product_type_external:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.product_type_external:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.add_to_cart_button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_simple:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_grouped:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.product_type_external:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.product_type_external.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.product_type_external.loading,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.product_type_external.loading:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.product_type_external.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.add_to_cart_button.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_simple.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.button.product_type_grouped.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.product_type_external.added,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.add_to_cart_button.added {
	display: none;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart i,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.added_to_cart i,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.added_to_cart i {
	display: none;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.added_to_cart:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.added_to_cart:hover,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.added_to_cart:hover {
	background: #000000;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.added_to_cart:hover:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.added_to_cart:hover:before {
	color: #FFF;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.compare:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.compare:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare.yith-wcqv-button:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:after,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .show {
	display: block !important;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .clear {
	display: none !important;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .added_to_cart,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .button {
	border-bottom: 1px solid #585858;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .cart-wrap,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .compare,.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcqv-button {
	display: block;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .cart-wrap:hover a.added {
	background: #000000;
	color: #FFF;
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .cart-wrap:hover a.added:before {
	background: #000000;
	color: #FFF;
}

@media (max-width:991px) {
	.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcqv-button {
		display: none;
	}
}

.product_list.grid .block-product-inner .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
	display: block !important;
}

.product_list.grid .grid-view.style2 {
	position: relative;
}

.product_list.grid .grid-view.style2:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style2:hover:before {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	opacity: 1;
	height: calc(100% + 190px);
}

.product_list.grid .grid-view.style2:hover .item-info {
	opacity: 1;
	visibility: visible;
	bottom: -190px;
}

.product_list.grid .grid-view.style2 .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.grid .grid-view.style2 .item-img {
	position: relative;
	z-index: 1;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down {
	height: 30px;
	width: 175px;
	position: absolute;
	right: -5px;
	top: 15px;
	background-color: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 5px 0 0 12px;
	position: relative;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi>div>div {
	display: inline-block;
	padding-right: 3px;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi>div:before {
	content: ":";
	top: 4px;
	left: 4px;
	position: absolute;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi>div:first-child {
	padding-left: 0px;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down .clock-digi>div:first-child:before {
	display: none;
}

.product_list.grid .grid-view.style2 .item-img .time-count-down:before {
	position: absolute;
	content: "";
	top: -5px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent transparent #000 transparent;
}

.product_list.grid .grid-view.style2 .item-img a.product-image {
	display: block;
	position: relative;
	padding: 5px 0;
}

.product_list.grid .grid-view.style2 .item-img a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .grid-view.style2 .item-info {
	padding: 8px 20px 20px;
	position: relative;
}

.product_list.grid .grid-view.style2 .item-info .item-content {
	position: relative;
}

.product_list.grid .grid-view.style2 .item-info .item-content .star-rating {
	display: inline-block;
	float: none;
	height: 16px;
	line-height: 16px;
	margin: 0 0 6px;
}

.product_list.grid .grid-view.style2 .item-info .item-content h2,.product_list.grid .grid-view.style2 .item-info .item-content h3 {
	margin: 0 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
}

@media (max-width:767px) {
	.product_list.grid .grid-view.style2 .item-info .item-content h2,.product_list.grid .grid-view.style2 .item-info .item-content h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.product_list.grid .grid-view.style2 .item-info .item-content .price {
	display: block;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap {
	margin: 10px 0 0;
	*zoom: 1;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap:before,.product_list.grid .grid-view.style2 .item-info .action-wrap:after {
	content: " ";
	display: table;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap:after {
	clear: both;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .thumbnails-wrap {
	float: left;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .thumbnails-wrap .thumb-item {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

@media (max-width:1199px) {
	.product_list.grid .grid-view.style2 .item-info .action-wrap .thumbnails-wrap .thumb-item {
		width: 37px;
	}
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .thumbnails-wrap .thumb-item.active {
	border-color: #888888;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action {
	height: 40px;
	width: 40px;
	border: 1px solid #888888;
	border-radius: 5px;
	position: relative;
	float: right;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
	cursor: pointer;
	z-index: 1;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 12px;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -6px;
	background: #333333;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:after {
	position: absolute;
	content: "";
	height: 12px;
	width: 4px;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -2px;
	background: #333333;
	opacity: 1;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .inner {
	position: absolute;
	height: 0px;
	width: 40px;
	bottom: 100%;
	left: -1px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all 0.25s ease-in 0s;
	-o-transition: all 0.25s ease-in 0s;
	transition: all 0.25s ease-in 0s;
	visibility: hidden;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:hover {
	background: #333;
	border-color: #333;
	border-radius: 0 0 5px 5px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:hover:before {
	background: #FFF;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:hover:after {
	background: #FFF;
	opacity: 0;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:hover .inner {
	height: 160px;
	opacity: 1;
	visibility: visible;
}

@media (max-width:992px) {
	.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action:hover .inner {
		height: 120px;
	}
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button:hover {
	border-color: #000000;
	background: #000000;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.product_type_external:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_simple:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_grouped:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.product_type_external:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.add_to_cart_button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_simple:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_grouped:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.product_type_external:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.product_type_external.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.product_type_external.loading,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.product_type_external.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.product_type_external.loading:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_simple.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.product_type_external.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.add_to_cart_button.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_simple.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.button.product_type_grouped.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.product_type_external.added,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.add_to_cart_button.added {
	display: none;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart i,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.added_to_cart i,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.added_to_cart i {
	display: none;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.added_to_cart:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.added_to_cart:hover,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.added_to_cart:hover {
	background: #000000;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.added_to_cart:hover:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.added_to_cart:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.compare:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.compare:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare.yith-wcqv-button:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:after,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .show {
	display: block !important;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .clear {
	display: none !important;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .added_to_cart,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .button {
	border-bottom: 1px solid #585858;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .cart-wrap,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .compare,.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcqv-button {
	display: block;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .cart-wrap:hover a.added {
	background: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .cart-wrap:hover a.added:before {
	background: #000000;
	color: #FFF;
}

@media (max-width:991px) {
	.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcqv-button {
		display: none;
	}
}

.product_list.grid .grid-view.style2 .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
	display: block !important;
}

.product_list.grid .grid-view.style2 .item-info {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 190px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #FFF;
	z-index: 0;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style2 .item-info:hover {
	z-index: 2;
}

.product_list.grid .grid-view.style3 {
	*zoom: 1;
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
}

.product_list.grid .grid-view.style3:before,.product_list.grid .grid-view.style3:after {
	content: " ";
	display: table;
}

.product_list.grid .grid-view.style3:after {
	clear: both;
}

.product_list.grid .grid-view.style3 .item-img {
	float: left;
	display: inline-block;
	margin: 0 15px 0 0;
	position: relative;
}

.product_list.grid .grid-view.style3 .item-img .product-image {
	display: block;
	position: relative;
	overflow: hidden;
	position: relative;
	border-radius: 0 5px 5px 0;
	width: 150px;
}

.product_list.grid .grid-view.style3 .item-img .product-image:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #44577e;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #FFF;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button:hover {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .grid-view.style3 .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style3 .item-info .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 20px 10px 10px 0;
}

.product_list.grid .grid-view.style3 .item-info .star-rating {
	float: none;
	display: block;
	margin: 0 0 0px;
}

.product_list.grid .grid-view.style3:hover .item-img .yith-wcqv-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.product_list.grid .grid-view.style3:hover .item-img .product-image:before {
	opacity: 0.8;
}

.product_list.grid .grid-view.style4 {
	position: relative;
	text-align: center;
}

.product_list.grid .grid-view.style4:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style4:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #eaeaea;
	top: 0px;
	left: -15px;
}

.product_list.grid .grid-view.style4:hover:before {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	opacity: 1;
	height: calc(100% + 130px);
}

.product_list.grid .grid-view.style4:hover .item-img .item-img-info .yith-wcqv-button {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.product_list.grid .grid-view.style4:hover .item-info .content-hover {
	opacity: 1;
	visibility: visible;
	bottom: -130px;
}

.product_list.grid .grid-view.style4 .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.grid .grid-view.style4 .item-img {
	position: relative;
	background: #FFF;
	z-index: 2;
	border-radius: 5px 5px 0 0;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info {
	position: relative;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info a.product-image {
	display: block;
	position: relative;
	padding: 5px 0;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px !important;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin: 0 0;
	opacity: 0;
	visibility: hidden;
	font-size: 0px;
	padding: 0;
	border: none;
	display: block;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 21px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button:hover {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	cursor: wait;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button .blockUI.blockOverlay:before,.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 21px;
	cursor: wait;
}

.product_list.grid .grid-view.style4 .item-img .item-img-info .yith-wcqv-button .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style4 .item-img .item-content .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 10px 5px;
}

.product_list.grid .grid-view.style4 .item-info {
	position: relative;
	z-index: 1;
}

.product_list.grid .grid-view.style4 .item-info .content-hover {
	opacity: 0;
	visibility: hidden;
	bottom: 0px;
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0px;
	background: #FFF;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .star-rating {
	float: none;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action {
	margin: 0 20px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_simple,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_grouped,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .product_type_external,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .add_to_cart_button {
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 6px 0;
	background: none;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 5px auto 15px;
	max-width: 200px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_simple.loading:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_grouped.loading:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .product_type_external.loading:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .add_to_cart_button.loading:before {
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	z-index: 1;
	color: inherit;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_simple.added,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_grouped.added,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .product_type_external.added,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .add_to_cart_button.added {
	display: none;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_simple:hover,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .button.product_type_grouped:hover,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .product_type_external:hover,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .add_to_cart_button:hover {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .added_to_cart {
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 6px 0;
	background: none;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 5px 20px 15px 20px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .added_to_cart:hover {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .show {
	display: inline-block !important;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .clear {
	display: none !important;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare {
	*zoom: 1;
	text-align: center;
	line-height: 24px;
	color: #888;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare:after {
	content: " ";
	display: table;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare:after {
	clear: both;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
	display: inline-block;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 14px !important;
	height: 14px !important;
	border: none;
	border-radius: 0px;
	left: -16px !important;
	top: 4px !important;
	overflow: hidden;
	background: none;
	opacity: 1;
	cursor: wait;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	z-index: 1;
	color: #000000;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist a {
	display: inline-block;
	background: none;
	padding: 0 0;
	color: #333333;
	text-transform: none;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist a:hover {
	color: #000000;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	left: -16px;
	top: 5px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before:hover,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before:hover {
	color: #000000;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare {
	display: inline-block;
	line-height: 24px;
	margin: 0 0 0 13px;
	padding: 0 0 0 15px;
	background: none;
	border: none;
	color: #333333;
	text-transform: none;
	position: relative;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare .blockUI.blockOverlay {
	position: absolute;
	top: 5px !important;
	right: -16px !important;
	left: auto !important;
	overflow: hidden;
	opacity: 1 !important;
	width: 14px !important;
	height: 14px !important;
	line-height: 14px !important;
	cursor: wait;
	position: relative;
	background: transparent !important;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare .blockUI.blockOverlay:before,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	z-index: 1;
	color: inherit;
	background: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare:hover,.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare:focus {
	box-shadow: none;
	color: #000000;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare.added {
	padding-right: 16px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare.added:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	right: -1px;
	top: 4px;
}

.product_list.grid .grid-view.style4 .item-info .content-hover .buttons-action .wishlist-compare .compare:after {
	position: absolute;
	content: "";
	height: 13px;
	width: 1px;
	background: #888;
	margin-top: -7px;
	top: 50%;
	left: 0px;
}

.product_list.grid .grid-view.style5 {
	position: relative;
}

.product_list.grid .grid-view.style5:hover .item-img .item-img-info a.product-image:before {
	background-color: #44577e;
	opacity: 0.8;
}

.product_list.grid .grid-view.style5:hover .item-img .item-img-info .buttons-action {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.product_list.grid .grid-view.style5 .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.grid .grid-view.style5 .item-img {
	position: relative;
	background: #FFF;
	z-index: 2;
	border-radius: 5px 5px 0 0;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info {
	position: relative;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info a.product-image {
	display: block;
	position: relative;
	padding: 0 0;
	border-radius: 5px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info a.product-image:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0.05;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action {
	position: absolute;
	top: 50%;
	left: 0px;
	margin: -20px 0 0;
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .inner {
	display: inline-block;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button:hover {
	border-color: #000000;
	background: #000000;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.product_type_external:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_simple:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_grouped:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.product_type_external:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.add_to_cart_button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_simple:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_grouped:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.product_type_external:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.product_type_external.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.product_type_external.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.add_to_cart_button.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.product_type_external.loading,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_simple.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.product_type_external.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.add_to_cart_button.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_simple.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.product_type_external.loading:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.product_type_external.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_simple.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.button.product_type_grouped.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.product_type_external.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.add_to_cart_button.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_simple.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.button.product_type_grouped.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.product_type_external.added,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.add_to_cart_button.added {
	display: none;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart i,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.added_to_cart i,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.added_to_cart i {
	display: none;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.added_to_cart:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.added_to_cart:hover,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.added_to_cart:hover {
	background: #000000;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.added_to_cart:hover:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.added_to_cart:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.compare:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.compare:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare.yith-wcqv-button:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare .blockUI.blockOverlay:after,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .show {
	display: block !important;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .clear {
	display: none !important;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button {
	background: #FFF;
	border-radius: 5px;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .added_to_cart:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare:before,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .button:before {
	color: #333333;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .cart-wrap,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .compare,.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcqv-button {
	display: inline-block;
	margin: 0 2.5px;
	float: left;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .cart-wrap:hover a.added {
	background: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .cart-wrap:hover a.added:before {
	background: #000000;
	color: #FFF;
}

@media (max-width:991px) {
	.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcqv-button {
		display: none;
	}
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist {
	border-radius: 5px;
	overflow: hidden;
}

.product_list.grid .grid-view.style5 .item-img .item-img-info .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
	display: block !important;
}

.product_list.grid .grid-view.style5 .item-img .item-content {
	margin: 0 20px;
}

.product_list.grid .grid-view.style5 .item-img .item-content .star-rating {
	float: none;
	margin: 15px 0 0;
}

.product_list.grid .grid-view.style5 .item-img .item-content .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 8px;
}

.product_list.grid .grid-view.style5 .item-img .item-content .price {
	margin: 0 0 10px;
}

.product_list.grid .grid-view.style6 {
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
}

.product_list.grid .grid-view.style6 .onsale {
	display: none;
}

.product_list.grid .grid-view.style6:hover .item-img a.product-image:before {
	opacity: 1;
}

.product_list.grid .grid-view.style6:hover .item-img a.product-image span:before {
	width: 40px;
	margin-left: -20px;
}

.product_list.grid .grid-view.style6:hover .item-img a.product-image span:after {
	height: 40px;
	margin-top: -20px;
}

.product_list.grid .grid-view.style6 .item-img {
	position: relative;
}

.product_list.grid .grid-view.style6 .item-img a.product-image {
	display: block;
	position: relative;
	padding: 0 0;
}

.product_list.grid .grid-view.style6 .item-img a.product-image:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	opacity: 0;
}

.product_list.grid .grid-view.style6 .item-img a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .grid-view.style6 .item-img a.product-image span:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 0px;
	left: 50%;
	top: 50%;
	background: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style6 .item-img a.product-image span:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 1px;
	left: 50%;
	top: 50%;
	background: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style7 {
	position: relative;
}

.product_list.grid .grid-view.style7:hover .item-img .item-img-info a.product-image:before {
	background-color: #44577e;
	opacity: 0.8;
}

.product_list.grid .grid-view.style7:hover .item-img .item-content {
	visibility: visible;
	opacity: 1;
}

.product_list.grid .grid-view.style7 .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.grid .grid-view.style7 .item-img {
	position: relative;
	background: #FFF;
	z-index: 2;
	border-radius: 5px 5px 0 0;
}

.product_list.grid .grid-view.style7 .item-img .item-img-info {
	position: relative;
}

.product_list.grid .grid-view.style7 .item-img .item-img-info a.product-image {
	display: block;
	position: relative;
	padding: 0 0;
	border-radius: 5px;
}

.product_list.grid .grid-view.style7 .item-img .item-img-info a.product-image img {
	margin-left: auto;
	margin-right: auto;
}

.product_list.grid .grid-view.style7 .item-img .item-img-info a.product-image:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0.05;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.product_list.grid .grid-view.style7 .item-img .item-content {
	position: absolute;
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style7 .item-img .item-content .star-rating {
	float: none;
	margin: 15px 0 0;
}

.product_list.grid .grid-view.style7 .item-img .item-content .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 8px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .item-title a {
	color: #FFF;
}

.product_list.grid .grid-view.style7 .item-img .item-content .item-title a:hover {
	color: #000000;
}

.product_list.grid .grid-view.style7 .item-img .item-content .price {
	margin: 0 0 10px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .price .amount {
	color: #FFF;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action {
	margin-top: 10px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .inner {
	display: inline-block;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button:hover {
	border-color: #000000;
	background: #000000;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.product_type_external:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_simple:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_grouped:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.product_type_external:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.add_to_cart_button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_simple:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_grouped:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.product_type_external:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.product_type_external.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_simple.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_grouped.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.product_type_external.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.add_to_cart_button.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_simple.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_grouped.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.product_type_external.loading,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_simple.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.product_type_external.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.add_to_cart_button.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_simple.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_grouped.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.product_type_external.loading:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.product_type_external.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_simple.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.button.product_type_grouped.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.product_type_external.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.add_to_cart_button.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_simple.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.button.product_type_grouped.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.product_type_external.added,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.add_to_cart_button.added {
	display: none;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.added_to_cart i,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.added_to_cart i,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.added_to_cart i {
	display: none;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.added_to_cart:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.added_to_cart:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.added_to_cart:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.added_to_cart:hover,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.added_to_cart:hover {
	background: #000000;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.added_to_cart:hover:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.added_to_cart:hover:before {
	color: #FFF;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.compare:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.compare:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare.yith-wcqv-button:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare .blockUI.blockOverlay,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare .blockUI.blockOverlay:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare .blockUI.blockOverlay:after,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button .blockUI.blockOverlay:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .show {
	display: block !important;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .clear {
	display: none !important;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button {
	background: #FFF;
	border-radius: 5px;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .added_to_cart:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare:before,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .button:before {
	color: #333333;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .cart-wrap,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .compare,.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcqv-button {
	display: inline-block;
	margin: 0 2.5px;
	float: left;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .cart-wrap:hover a.added {
	background: #000000;
	color: #FFF;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .cart-wrap:hover a.added:before {
	background: #000000;
	color: #FFF;
}

@media (max-width:991px) {
	.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcqv-button {
		display: none;
	}
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist {
	border-radius: 5px;
	overflow: hidden;
}

.product_list.grid .grid-view.style7 .item-img .item-content .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
	display: block !important;
}

.product_list.grid>div.clearfix {
	padding: 0;
	margin: 0 0;
	position: static;
	float: none;
	min-height: 0px !important;
}

.woocommerce .prdlist-content.grid-style2 {
	margin-bottom: -190px;
	overflow: hidden;
}

.woocommerce .prdlist-content.grid-style2 .owl-carousel {
	padding: 0 8px;
}

.woocommerce .prdlist-content.grid-style2 .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.woocommerce .prdlist-content.grid-style2 .owl-item>div.product {
	margin-bottom: 190px !important;
	z-index: 0;
}

.woocommerce .prdlist-content.grid-style2 .owl-item>div.product:hover {
	z-index: 1;
}

.woocommerce .prdlist-content.grid-style2 .owl-item>div.item-row>div.product {
	z-index: 0;
}

.woocommerce .prdlist-content.grid-style2 .owl-item>div.item-row>div.product:hover {
	z-index: 1;
}

.woocommerce .prdlist-content.grid-style2 .owl-item>div.item-row>div.product:last-child {
	margin-bottom: 190px;
}

.woocommerce .prdlist-content.grid-style2 .owl-nav .owl-prev {
	left: 30px;
	margin-top: -100px;
}

.woocommerce .prdlist-content.grid-style2 .owl-nav .owl-next {
	right: 30px;
	left: auto;
	margin-top: -100px;
}

.woocommerce .prdlist-content.grid-style2:hover .owl-nav .owl-prev {
	left: 10px;
}

.woocommerce .prdlist-content.grid-style2:hover .owl-nav .owl-next {
	right: 10px;
	left: auto;
}

.woocommerce .prdlist-content.grid-style4 {
	margin-bottom: -140px;
}

.woocommerce .prdlist-content.grid-style4 .owl-dots {
	bottom: 120px;
	position: relative;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.product {
	margin-bottom: 140px;
	padding: 15px 15px 0;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.product:hover {
	z-index: 1;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.item-row {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.item-row>div.product {
	z-index: 0;
	padding: 15px 0 0;
	margin-top: 15px;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.item-row>div.product:hover {
	z-index: 1;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.item-row>div.product:first-child {
	margin-top: 0px;
}

.woocommerce .prdlist-content.grid-style4 .owl-item>div.item-row>div.product:last-child {
	margin-bottom: 140px;
}

.sns-flash-sale[data-gridstyle="2"],.sns-products[data-gridstyle="2"],.sns-products-ajaxtab[data-gridstyle="2"] {
	position: relative;
}

.sns-flash-sale[data-gridstyle="2"]:hover,.sns-products[data-gridstyle="2"]:hover,.sns-products-ajaxtab[data-gridstyle="2"]:hover {
	overflow: visible;
}

.sns-flash-sale[data-gridstyle="2"]:hover .owl-carousel,.sns-products[data-gridstyle="2"]:hover .owl-carousel,.sns-products-ajaxtab[data-gridstyle="2"]:hover .owl-carousel {
	z-index: 2;
}

.sns-flash-sale[data-gridstyle="4"],.sns-products[data-gridstyle="4"],.sns-products-ajaxtab[data-gridstyle="4"] {
	position: relative;
}

.sns-flash-sale[data-gridstyle="4"]:before,.sns-products[data-gridstyle="4"]:before,.sns-products-ajaxtab[data-gridstyle="4"]:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background: #FFF;
	top: 0px;
	left: -15px;
	z-index: 3;
}

@media (max-width:1199px) {
	.sns-flash-sale[data-gridstyle="4"]:before,.sns-products[data-gridstyle="4"]:before,.sns-products-ajaxtab[data-gridstyle="4"]:before {
		left: -9px;
	}
}

.sns-flash-sale[data-gridstyle="4"]:hover,.sns-products[data-gridstyle="4"]:hover,.sns-products-ajaxtab[data-gridstyle="4"]:hover {
	overflow: visible;
}

.sns-flash-sale[data-gridstyle="4"]:hover .first-item.product_list,.sns-flash-sale[data-gridstyle="4"]:hover .owl-carousel,.sns-products[data-gridstyle="4"]:hover .first-item.product_list,.sns-products[data-gridstyle="4"]:hover .owl-carousel,.sns-products-ajaxtab[data-gridstyle="4"]:hover .first-item.product_list,.sns-products-ajaxtab[data-gridstyle="4"]:hover .owl-carousel {
	z-index: 2;
}

.sns-products[data-gridstyle="2"] .sproduct-content {
	*zoom: 1;
}

.sns-products[data-gridstyle="2"] .sproduct-content:before,.sns-products[data-gridstyle="2"] .sproduct-content:after {
	content: " ";
	display: table;
}

.sns-products[data-gridstyle="2"] .sproduct-content:after {
	clear: both;
}

.sns-products[data-gridstyle="4"] .sproduct-content {
	*zoom: 1;
}

.sns-products[data-gridstyle="4"] .sproduct-content:before,.sns-products[data-gridstyle="4"] .sproduct-content:after {
	content: " ";
	display: table;
}

.sns-products[data-gridstyle="4"] .sproduct-content:after {
	clear: both;
}

.sns-woo-breadcumbs {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	text-align: center;
	background-color: #F2F2F2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 210px;
}

@media (max-width:1199px) {
	.sns-woo-breadcumbs {
		height: 150px;
	}
}

.sns-woo-breadcumbs .inner {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 10px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.sns-woo-breadcumbs #sns_breadcrumbs {
	margin: 0 0;
}

.sns-woo-breadcumbs #sns_breadcrumbs .container>div {
	padding: 0px !important;
	margin: 0px !important;
}

.sns-woo-breadcumbs #sns_breadcrumbs .container>div:before {
	display: none;
}

.before-toolbar-top {
	*zoom: 1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.before-toolbar-top:before,.before-toolbar-top:after {
	content: " ";
	display: table;
}

.before-toolbar-top:after {
	clear: both;
}

.before-toolbar-top .page-title {
	float: left;
	margin: 0;
}

.before-toolbar-top .woocommerce-pagination {
	float: right;
	position: relative;
	top: 5px;
}

.after-toolbar-top {
	*zoom: 1;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
}

.after-toolbar-top:before,.after-toolbar-top:after {
	content: " ";
	display: table;
}

.after-toolbar-top:after {
	clear: both;
}

.after-toolbar-top .filter-widgets {
	float: left;
}

.after-toolbar-top .filter-widgets .widget {
	*zoom: 1;
	padding: 0 0;
	margin: 0 0;
	position: relative;
	float: left;
}

.after-toolbar-top .filter-widgets .widget:before,.after-toolbar-top .filter-widgets .widget:after {
	content: " ";
	display: table;
}

.after-toolbar-top .filter-widgets .widget:after {
	clear: both;
}

.after-toolbar-top .filter-widgets .widget .widget-title {
	display: inline-block;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 9px 28px 9px 12px;
	margin: 20px 20px 0 0;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

.after-toolbar-top .filter-widgets .widget .widget-title:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	right: 10px;
	position: absolute;
}

.after-toolbar-top .filter-widgets .widget>ul,.after-toolbar-top .filter-widgets .widget>div,.after-toolbar-top .filter-widgets .widget>form {
	visibility: hidden;
	opacity: 0;
	width: 280px;
	background: #FFF;
	position: absolute;
	top: 65px;
	z-index: 2;
	padding: 25px;
	border: 1px solid #888888;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.after-toolbar-top .filter-widgets .widget>ul:after,.after-toolbar-top .filter-widgets .widget>div:after,.after-toolbar-top .filter-widgets .widget>form:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 11px 8px;
	border-color: transparent transparent #333333 transparent;
	display: block;
	position: absolute;
	left: 20px;
	top: -11px;
}

.after-toolbar-top .filter-widgets .widget:hover>ul,.after-toolbar-top .filter-widgets .widget:hover>div,.after-toolbar-top .filter-widgets .widget:hover>form {
	visibility: visible;
	opacity: 1;
}

.after-toolbar-top .filter-widgets .widget.active .widget-title,.after-toolbar-top .filter-widgets .widget.yith-woo-ajax-reset-navigation .widget-title {
	border-color: #000000;
	color: #000000;
}

.after-toolbar-top .button-grids {
	float: right;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 20px;
}

@media (max-width:1800px) {
	.after-toolbar-top .button-grids {
		display: none;
	}
}

.after-toolbar-top .button-grids.disable {
	opacity: 0.4;
}

.after-toolbar-top .button-grids.disable .btn-grid {
	cursor: not-allowed;
}

.after-toolbar-top .button-grids .btn-grid {
	vertical-align: middle;
	position: relative;
	color: #888888;
	margin-left: 10px;
	font-size: 0;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.after-toolbar-top .button-grids .btn-grid:first-child {
	margin: 0 0;
}

.after-toolbar-top .button-grids .btn-grid:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 100%;
	background: #888888;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.after-toolbar-top .button-grids .btn-grid.active {
	border-color: #000000;
}

.after-toolbar-top .button-grids .btn-grid.active:before {
	background: #000000;
}

.after-toolbar-top .button-grids .btn-grid[data-number="3"] {
	width: 28px;
}

.after-toolbar-top .button-grids .btn-grid[data-number="3"]:before {
	box-shadow: 10px 0 0 #888888, 20px 0 0 #888888;
}

.after-toolbar-top .button-grids .btn-grid[data-number="3"].active:before {
	box-shadow: 10px 0 0 #000000, 20px 0 0 #000000;
}

.after-toolbar-top .button-grids .btn-grid[data-number="4"] {
	width: 38px;
}

.after-toolbar-top .button-grids .btn-grid[data-number="4"]:before {
	box-shadow: 10px 0 0 #888888, 20px 0 0 #888888, 30px 0 0 #888888;
}

.after-toolbar-top .button-grids .btn-grid[data-number="4"].active:before {
	box-shadow: 10px 0 0 #000000, 20px 0 0 #000000, 30px 0 0 #000000;
}

.after-toolbar-top .button-grids .btn-grid[data-number="5"] {
	width: 48px;
}

.after-toolbar-top .button-grids .btn-grid[data-number="5"]:before {
	box-shadow: 10px 0 0 #888888, 20px 0 0 #888888, 30px 0 0 #888888, 40px 0 0 #888888;
}

.after-toolbar-top .button-grids .btn-grid[data-number="5"].active:before {
	box-shadow: 10px 0 0 #000000, 20px 0 0 #000000, 30px 0 0 #000000, 40px 0 0 #000000;
}

.after-toolbar-top .button-grids .btn-grid[data-number="6"] {
	width: 58px;
}

.after-toolbar-top .button-grids .btn-grid[data-number="6"]:before {
	box-shadow: 10px 0 0 #888888, 20px 0 0 #888888, 30px 0 0 #888888, 40px 0 0 #888888, 50px 0 0 #888888;
}

.after-toolbar-top .button-grids .btn-grid[data-number="6"].active:before {
	box-shadow: 10px 0 0 #000000, 20px 0 0 #000000, 30px 0 0 #000000, 40px 0 0 #000000, 50px 0 0 #000000;
}

.after-toolbar-top .button-grids .btn-grid[data-number="7"] {
	width: 68px;
}

.after-toolbar-top .button-grids .btn-grid[data-number="7"]:before {
	box-shadow: 10px 0 0 #888888, 20px 0 0 #888888, 30px 0 0 #888888, 40px 0 0 #888888, 50px 0 0 #888888, 60px 0 0 #888888;
}

.after-toolbar-top .button-grids .btn-grid[data-number="7"].active:before {
	box-shadow: 10px 0 0 #000000, 20px 0 0 #000000, 30px 0 0 #000000, 40px 0 0 #000000, 50px 0 0 #000000, 60px 0 0 #000000;
}

.prdlist-content .yit-wcan-container {
	margin: -15px;
	padding: 15px;
}

@media (max-width:992px) {
	.prdlist-content .yit-wcan-container {
		margin-left: -8px;
		margin-right: -8px;
	}
}

#sns_woo_list.grid>.product {
	float: left;
}

#sns_woo_list.grid[data-grid="2"]>.product {
	width: 50%;
}

@media (min-width:1200px) {
	#sns_woo_list.grid[data-grid="2"]>.product:nth-of-type(5n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="2"]>.product {
		width: 100%;
		clear: left;
	}
}

#sns_woo_list.grid[data-grid="3"]>.product {
	width: 33.3333%;
}

@media (min-width:1200px) {
	#sns_woo_list.grid[data-grid="3"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#sns_woo_list.grid[data-grid="3"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="3"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#sns_woo_list.grid[data-grid="3"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="3"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:480px) and (max-width:767px) {
	#sns_woo_list.grid[data-grid="3"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="3"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	#sns_woo_list.grid[data-grid="3"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="3"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="3"]>.product {
		width: 100%;
		clear: left;
	}
}

#sns_woo_list.grid[data-grid="4"]>.product {
	width: 25%;
}

@media (min-width:1800px) {
	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(4n+1) {
		clear: left;
	}
}

@media (min-width:1200px) and (max-width:1800px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:480px) and (max-width:767px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="4"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="4"]>.product {
		width: 100%;
		clear: left;
	}
}

#sns_woo_list.grid[data-grid="5"]>.product {
	width: 20%;
}

@media (min-width:1800px) {
	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(5n+1) {
		clear: left;
	}
}

@media (min-width:1200px) and (max-width:1800px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:480px) and (max-width:767px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="5"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="5"]>.product {
		width: 100%;
		clear: left;
	}
}

#sns_woo_list.grid[data-grid="6"]>.product {
	width: 16.6666%;
}

@media (min-width:1800px) {
	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(6n+1) {
		clear: left;
	}
}

@media (min-width:1200px) and (max-width:1800px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:480px) and (max-width:767px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="6"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="6"]>.product {
		width: 100%;
		clear: left;
	}
}

#sns_woo_list.grid[data-grid="7"]>.product {
	width: 14.2857%;
}

@media (min-width:1800px) {
	#sns_woo_list.grid[data-grid="7"]>.product:nth-of-type(7n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#sns_woo_list.grid[data-grid="7"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="7"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#sns_woo_list.grid[data-grid="7"]>.product {
		width: 33.3333%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="7"]>.product:nth-of-type(3n+1) {
		clear: left;
	}
}

@media (min-width:480px) and (max-width:767px) {
	#sns_woo_list.grid[data-grid="7"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="7"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	#sns_woo_list.grid[data-grid="7"]>.product {
		width: 50%;
		clear: none;
	}

	#sns_woo_list.grid[data-grid="7"]>.product:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:480px) {
	#sns_woo_list.grid[data-grid="7"]>.product {
		width: 100%;
		clear: left;
	}
}

.product_list {
	list-style: none;
	padding: 0;
}

.product_list .ajax_block_product {
	position: relative;
}

.product_list .availability span {
	display: inline-block;
	color: #888888;
	font-weight: bold;
	padding: 3px 8px 4px 8px;
	margin-bottom: 20px;
}

.product_list .availability span.available-now {
	background: #55c65e;
	border: 1px solid #36943e;
}

.product_list .availability span.out-of-stock {
	background: #fe9126;
	border: 1px solid #e4752b;
}

.product_list .color-list-container {
	margin-bottom: 12px;
}

.product_list .color-list-container ul li {
	display: inline-block;
	border: 1px solid #eaeaea;
	width: 26px;
	height: 26px;
}

.product_list .color-list-container ul li a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 1px;
}

.product_list .color-list-container ul li a img {
	display: block;
	width: 22px;
	height: 22px;
}

.product_list .comments_note {
	text-align: left;
	overflow: hidden;
}

.product_list .comments_note .star_content {
	float: left;
}

.product_list .comments_note .nb-comments {
	overflow: hidden;
	font-style: italic;
}

.product_list>div.clear {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.product_list.grid .list-view {
	display: none;
}

.woo_grid_spacing .product_list.grid {
	border: none;
}

.product_list.grid .owl-item>div.product {
	padding: 10px 15px;
}

@media (max-width:992px) {
	.product_list.grid .owl-item>div.product {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.product_list.grid .owl-item>div.item-row {
	padding: 0 15px;
}

@media (max-width:992px) {
	.product_list.grid .owl-item>div.item-row {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.product_list.grid .owl-item>div.item-row div.product {
	padding: 10px 0;
}

.product_list.grid .owl-item>div.item-row div.product:first-child {
	margin-bottom: 10px;
}

.product_list.grid.style2 .owl-item>div.product {
	padding: 15px 8px;
}

.product_list.grid.style2 .owl-item>div.item-row {
	padding: 0 0;
}

.product_list.grid.style2 .owl-item>div.item-row>div.product {
	padding: 15px 8px;
}

.product_list.grid.style3 .owl-item>div.item-row>div.product {
	padding: 15px 0 0;
	margin-top: 15px;
}

.product_list.grid.style3 .owl-item>div.item-row>div.product:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.product_list.grid.style6 .owl-item>div.product {
	padding: 0px 10px;
}

.product_list.grid.style6 .owl-item>div.item-row {
	padding: 0px 10px;
}

.product_list.grid.style6 .owl-item>div.item-row>div.product {
	margin-top: 20px;
	padding: 0 0;
}

.product_list.grid.style6 .owl-item>div.item-row>div.product:first-child {
	margin-top: 0px;
}

.product_list.grid.style7 .owl-item>div.product {
	padding: 0px 15px;
}

.product_list.grid.style7 .owl-item>div.item-row {
	padding: 0px 15px;
}

@media (max-width:992px) {
	.product_list.grid.style7 .owl-item>div.item-row {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.product_list.grid.style7 .owl-item>div.item-row>div.product {
	margin-top: 30px;
	padding: 0 0;
}

.product_list.grid.style7 .owl-item>div.item-row>div.product:first-child {
	margin-top: 0px;
}

@media (min-width:1200px) {
	.product_list.grid>.col-lg-2_4 {
		width: 20%;
	}
}

@media (max-width:480px) {
	.product_list.grid>.col-phone-6:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (max-width:767px) {
	.product_list.grid>.col-xs-6:nth-of-type(2n+1) {
		clear: left;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.product_list.grid>.col-sm-6:nth-of-type(2n+1) {
		clear: left;
	}

	.product_list.grid>.col-sm-4:nth-of-type(3n+1) {
		clear: left;
	}

	.product_list.grid>.col-sm-3:nth-of-type(4n+1) {
		clear: left;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.product_list.grid>.col-md-4:nth-of-type(3n+1) {
		clear: left;
	}

	.product_list.grid>.col-md-3:nth-of-type(4n+1) {
		clear: left;
	}
}

@media (min-width:1199px) {
	.product_list.grid>.col-lg-2_4:nth-of-type(5n+1) {
		clear: left;
	}
}

.product_list.grid>div.product {
	padding: 0px 15px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

@media (max-width:992px) {
	.product_list.grid>div.product {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.product_list.grid>div.product .item-product {
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-left: 0px;
	border-top: 0px;
}

.woo_grid_spacing .product_list.grid>div.product .item-product {
	border: 1px solid #eaeaea;
}

.product_list.grid>div.product .woocommerce-product-details__short-description {
	display: none;
}

.product_list.grid>div.product .product-image {
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	text-align: center;
}

.product_list.grid>div.product .product-image .img-main {
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.product_list.grid>div.product .product-image .img-additional {
	text-align: center;
	left: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.product_list.grid>div.product:hover .product-image .img-main {
	-webkit-transform: translateY(120%);
	-moz-transform: translateY(120%);
	-ms-transform: translateY(120%);
	-o-transform: translateY(120%);
	transform: translateY(120%);
}

.product_list.grid>div.product:hover .product-image .img-additional {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product_list.grid>div.product:hover .grid-view {
	z-index: 3;
}

.product_list.grid li.hovered h5 {
	min-height: 30px;
}

.product_list.list {
	margin: 0;
	background: #ffffff;
}

.product_list.list .grid-view {
	display: none;
}

.product_list.list>div.product {
	width: 100%;
	margin-bottom: 30px;
}

.product_list.list>div.product .block-product-inner {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

@media (min-width:1200px) {
	.product_list.list>div.product .block-product-inner:before {
		content: "";
		position: absolute;
		right: 250px;
		top: 30px;
		width: 1px;
		height: calc(100% - 60px);
		background: #eaeaea;
	}
}

.product_list.list>div.product .block-product-inner:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.product_list.list>div.product .item-img {
	display: table-cell;
	vertical-align: top;
	float: left;
	margin: 0 30px 0 0;
	max-width: 270px;
	position: relative;
	overflow: hidden;
}

.product_list.list>div.product .item-img img {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@media (max-width:1199px) {
	.product_list.list>div.product .item-img {
		margin: 0 20px 10px 0;
	}
}

@media (max-width:480px) {
	.product_list.list>div.product .item-img {
		width: 100%;
		max-width: inherit;
		margin: 0 0 15px;
		text-align: center;
	}

	.product_list.list>div.product .item-img img {
		height: auto;
	}
}

.product_list.list>div.product .item-img:hover {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-color: #f3f3f3;
}

.product_list.list>div.product .item-img:hover img {
	-webkit-transform: scale(1.15) rotate(-5deg);
	-moz-transform: scale(1.15) rotate(-5deg);
	-ms-transform: scale(1.15) rotate(-5deg);
	-o-transform: scale(1.15) rotate(-5deg);
	transform: scale(1.15) rotate(-5deg);
}

.product_list.list>div.product .item-img .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.list>div.product .item-img .ico-product {
	bottom: auto;
	top: 10px;
}

.product_list.list>div.product .item-img:hover .ico-product {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.product_list.list>div.product .item-img .onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: #fff;
	font-size: 1em;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	background: #000000;
	text-transform: none;
	text-align: center;
}

.product_list.list>div.product .item-info {
	display: block;
	padding: 0 20px 0 0;
	*zoom: 1;
}

.product_list.list>div.product .item-info:before,.product_list.list>div.product .item-info:after {
	content: " ";
	display: table;
}

.product_list.list>div.product .item-info:after {
	clear: both;
}

@media (min-width:1200px) {
	.product_list.list>div.product .item-info {
		margin: 0 250px 30px 0;
	}
}

@media (max-width:1199px) {
	.product_list.list>div.product .item-info {
		padding: 0 20px;
	}
}

.product_list.list>div.product .item-info .item-content {
	margin: 30px 0 0;
}

.product_list.list>div.product .item-info .item-content .item-title {
	padding: 0 0;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1;
}

.product_list.list>div.product .item-info .item-content .star-rating {
	margin: 0 0 15px;
	float: none;
	display: block;
}

.product_list.list>div.product .item-info .item-content .woocommerce-product-details__short-description {
	display: block;
	padding-bottom: 10px;
}

.product_list.list>div.product .item-info .item-content .woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}

.product_list.list>div.product .item-info .item-content .woocommerce-product-details__short-description ul {
	margin-bottom: 10px;
	padding-left: 15px;
}

.product_list.list>div.product .item-info .item-content .price {
	display: inline-block;
	margin: 0 0 10px;
}

@media (min-width:1200px) {
	.product_list.list>div.product .item-info .item-content .price {
		position: absolute;
		left: calc(100% - 220px);
		top: 50px;
	}
}

.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap {
	display: block;
	*zoom: 1;
	height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap:before,.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap:after {
	content: " ";
	display: table;
}

.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap:after {
	clear: both;
}

.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap .thumb-item {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in 0s;
	-o-transition: all 0.15s ease-in 0s;
	transition: all 0.15s ease-in 0s;
}

@media (max-width:1199px) {
	.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap .thumb-item {
		width: 37px;
	}
}

.product_list.list>div.product .item-info .action-wrap .thumbnails-wrap .thumb-item.active {
	border-color: #888888;
}

@media (min-width:1200px) {
	.product_list.list>div.product .item-info .action-wrap .buttons-action {
		position: absolute;
		top: 95px;
		left: calc(100% - 220px);
	}
}

@media (max-width:1199px) {
	.product_list.list>div.product .item-info .action-wrap .buttons-action {
		padding: 20px 0 30px;
		*zoom: 1;
	}

	.product_list.list>div.product .item-info .action-wrap .buttons-action:before,.product_list.list>div.product .item-info .action-wrap .buttons-action:after {
		content: " ";
		display: table;
	}

	.product_list.list>div.product .item-info .action-wrap .buttons-action:after {
		clear: both;
	}
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare,.product_list.list>div.product .item-info .action-wrap .buttons-action .button {
	font-size: 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: none;
	border-radius: 0px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .button:hover {
	border-color: #000000;
	background: #000000;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button:hover:before {
	color: #FFF;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.product_type_external:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_simple:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_grouped:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.product_type_external:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.add_to_cart_button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_simple:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_grouped:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.product_type_external:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.add_to_cart_button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.product_type_external.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.product_type_external.loading,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading {
	background: #000000;
	border-color: #000000;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_simple.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.product_type_external.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.add_to_cart_button.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_simple.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_grouped.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.product_type_external.loading:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.add_to_cart_button.loading:before {
	position: absolute;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	z-index: 1;
	color: #FFF;
	cursor: wait;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_simple.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.button.product_type_grouped.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.product_type_external.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.add_to_cart_button.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_simple.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.button.product_type_grouped.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.product_type_external.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.add_to_cart_button.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_simple.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.button.product_type_grouped.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.product_type_external.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.add_to_cart_button.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_simple.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.button.product_type_grouped.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.product_type_external.added,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.add_to_cart_button.added {
	display: none;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart i,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart i,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.added_to_cart i,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.added_to_cart i {
	display: none;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.added_to_cart:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.added_to_cart:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.added_to_cart:hover,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.added_to_cart:hover {
	background: #000000;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.added_to_cart:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.added_to_cart:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.added_to_cart:hover:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.added_to_cart:hover:before {
	color: #FFF;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.compare:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.compare:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.compare:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a.yith-wcqv-button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart.yith-wcqv-button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare.yith-wcqv-button:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button.yith-wcqv-button:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay,.product_list.list>div.product .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	cursor: wait;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a .blockUI.blockOverlay:after,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart .blockUI.blockOverlay:after,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare .blockUI.blockOverlay:after,.product_list.list>div.product .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .show {
	display: block !important;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .clear {
	display: none !important;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	margin: 0 0;
	width: 40px !important;
	height: 40px !important;
	border: none;
	border-radius: 0px;
	left: 0px !important;
	top: 0px !important;
	overflow: hidden;
	background: #000000;
	opacity: 1;
	cursor: wait;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	background: transparent;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .cart-wrap,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare,.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcqv-button {
	display: inline-block;
	float: left;
	margin-right: 5px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare,.product_list.list>div.product .item-info .action-wrap .buttons-action .button {
	border: 1px solid #888888;
	background: transparent;
	border-radius: 5px;
}

.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcwl-add-to-wishlist a:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .added_to_cart:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .compare:before,.product_list.list>div.product .item-info .action-wrap .buttons-action .button:before {
	color: #333333;
}

@media (max-width:992px) {
	.product_list.list>div.product .item-info .action-wrap .buttons-action .yith-wcqv-button {
		display: none;
	}
}

.horizontal-filter {
	*zoom: 1;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 30px 15px 0;
	display: none;
}

.horizontal-filter:before,.horizontal-filter:after {
	content: " ";
	display: table;
}

.horizontal-filter:after {
	clear: both;
}

.horizontal-filter .widget {
	border: none;
	padding: 0 15px;
	margin-bottom: 25px;
}

.woocommerce .second_block>*:first-child {
	margin-bottom: 70px;
}

.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs {
	margin: 30px 75px 0;
	padding: 0;
}

.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide {
	clear: none;
	position: relative;
	cursor: pointer;
	padding: 0 0;
	margin: 0 15px;
	overflow: hidden;
}

.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide img {
	opacity: 1;
	max-width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide img.flex-active {
	border-color: #000000;
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs {
		margin: 30px -5px 0;
	}

	.woocommerce .second_block.gallery_type_h .entry-img .flex-control-thumbs .slick-list .slick-slide {
		margin: 0 5px;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img {
	width: 55%;
}

@media (max-width:480px) {
	.woocommerce .second_block.gallery_type_v .entry-img {
		width: 100%;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-viewport {
	width: calc(100% - 150px);
	float: right;
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_v .entry-img .flex-viewport {
		width: calc(100% - 65px);
	}
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs {
	width: 120px;
	float: left;
	margin: -15px 0;
	padding: 0;
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs {
		width: 55px;
		margin: -5px 0;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list {
	z-index: 1001;
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide {
	clear: none;
	padding: 15px 0;
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide img {
	opacity: 1;
	cursor: ns-resize;
	border: 1px solid #eaeaea;
}

.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide img.flex-active {
	border-color: #000000;
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_v .entry-img .flex-control-thumbs .slick-list .slick-slide {
		padding: 5px 0;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img div.images>.woocommerce-product-gallery__wrapper {
	float: right;
}

.woocommerce .second_block.gallery_type_v .entry-img div.images .woocommerce-product-gallery__trigger {
	left: calc(150px + 30px);
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_v .entry-img div.images .woocommerce-product-gallery__trigger {
		left: calc(65px + 20px);
		height: 20px;
		width: 20px;
	}

	.woocommerce .second_block.gallery_type_v .entry-img div.images .woocommerce-product-gallery__trigger:before {
		font-size: 1.4285em;
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img div.images .sns-product-popvideo {
	left: calc(150px + 30px + 50px);
}

@media (max-width:1199px) {
	.woocommerce .second_block.gallery_type_v .entry-img div.images .sns-product-popvideo {
		left: calc(65px + 20px + 50px);
		height: 20px;
		width: 20px;
	}

	.woocommerce .second_block.gallery_type_v .entry-img div.images .sns-product-popvideo:before {
		font-size: 1.4285em;
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
}

.woocommerce .second_block.gallery_type_v .entry-img .slick-next,.woocommerce .second_block.gallery_type_v .entry-img .slick-prev {
	top: 25px;
	left: 50%;
	margin: 0 0 0 -20px;
}

.woocommerce .second_block.gallery_type_v .entry-img .slick-next {
	top: auto;
	bottom: 25px;
}

.woocommerce .second_block.gallery_type_v .entry-img .slick-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce .second_block.gallery_type_v .entry-img .slick-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.woocommerce .second_block.gallery_type_v .entry-summary {
	width: 45%;
}

@media (max-width:480px) {
	.woocommerce .second_block.gallery_type_v .entry-summary {
		width: 100%;
	}
}

.woocommerce div.images {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}

.woocommerce div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	height: 28px;
	width: 28px;
}

.woocommerce div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 2em;
	color: #ccc;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce div.images .woocommerce-product-gallery__trigger:after {
	display: none;
}

.woocommerce div.images .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce div.images .woocommerce-product-gallery__trigger:hover:before {
	color: #000000;
}

@media (max-width:1199px) {
	.woocommerce div.images .woocommerce-product-gallery__trigger {
		left: 15px;
		top: 15px;
		height: 20px;
		width: 20px;
	}

	.woocommerce div.images .woocommerce-product-gallery__trigger:before {
		font-size: 1.4285em;
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
}

.woocommerce div.images .sns-product-popvideo {
	position: absolute;
	left: 80px;
	top: 30px;
	z-index: 1;
	cursor: pointer;
	background: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	height: 28px;
	width: 28px;
	font-size: 0px;
}

.woocommerce div.images .sns-product-popvideo:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	position: absolute;
	font-size: 28px;
	color: #ccc;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce div.images .sns-product-popvideo:hover:before {
	color: #000000;
}

@media (max-width:1199px) {
	.woocommerce div.images .sns-product-popvideo {
		left: 50px;
		top: 15px;
		height: 20px;
		width: 20px;
	}

	.woocommerce div.images .sns-product-popvideo:before {
		font-size: 1.4285em;
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
}

.woocommerce div.images .woocommerce-product-gallery__image {
	cursor: move;
}

.woocommerce .entry-img {
	padding-bottom: 15px;
}

@media (max-width:767px) {
	.woocommerce .entry-img {
		padding-bottom: 30px;
	}
}

.woocommerce .entry-img .flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .entry-img .flex-control-nav>li {
	float: left;
	max-width: 100px;
}

.woocommerce .entry-img .flex-control-thumbs {
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	opacity: 1;
}

.woocommerce .entry-img .flex-control-thumbs:not(.ready-to-slide) {
	opacity: 0;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next,.woocommerce .entry-img .flex-control-thumbs .slick-prev {
	position: absolute;
	overflow: hidden;
	font-size: 0px;
	padding: 0;
	z-index: 1;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #999;
	border: none;
	border-radius: 100%;
	left: 25px;
	top: 50%;
	margin: -20px 0 0;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next:before,.woocommerce .entry-img .flex-control-thumbs .slick-prev:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFF;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next:hover,.woocommerce .entry-img .flex-control-thumbs .slick-prev:hover {
	background: #000000;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next:hover:before,.woocommerce .entry-img .flex-control-thumbs .slick-prev:hover:before {
	color: #FFF;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next.slick-disabled,.woocommerce .entry-img .flex-control-thumbs .slick-prev.slick-disabled {
	cursor: not-allowed;
	color: rgba(51, 51, 51, 0.5);
}

.woocommerce .entry-img .flex-control-thumbs .slick-next.slick-disabled:hover,.woocommerce .entry-img .flex-control-thumbs .slick-prev.slick-disabled:hover {
	color: rgba(0, 0, 0, 0.5);
}

.woocommerce .entry-img .flex-control-thumbs .slick-next {
	left: auto;
	right: 25px;
	text-align: right;
}

.woocommerce .entry-img .flex-control-thumbs .slick-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

@media (max-width:1199px) {
	.woocommerce .entry-img .flex-control-thumbs .slick-next {
		left: auto;
		right: 10px;
	}
}

.woocommerce .entry-img .flex-control-thumbs .slick-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

@media (max-width:1199px) {
	.woocommerce .entry-img .flex-control-thumbs .slick-prev {
		left: 10px;
	}
}

.woocommerce .entry-img .flex-control-thumbs:hover .slick-next,.woocommerce .entry-img .flex-control-thumbs:hover .slick-prev {
	visibility: visible;
	opacity: 1;
}

.woocommerce .entry-img .woocommerce-product-gallery__wrapper {
	border-radius: 5px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.woocommerce .entry-img .flex-viewport {
	border-radius: 5px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.woocommerce .entry-img .flex-viewport .woocommerce-product-gallery__wrapper {
	border-radius: 0px;
	border: none;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .compare,.woocommerce .product.type-product.product-type-grouped .entry-summary .yith-wcwl-add-to-wishlist,.woocommerce .product.type-product.product-type-variable .entry-summary .compare,.woocommerce .product.type-product.product-type-variable .entry-summary .yith-wcwl-add-to-wishlist {
	opacity: 0;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart {
	width: 100%;
	margin-right: 0px;
	float: none;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .compare,.woocommerce .product.type-product.product-type-grouped .entry-summary form.cart .yith-wcwl-add-to-wishlist,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart .compare,.woocommerce .product.type-product.product-type-variable .entry-summary form.cart .yith-wcwl-add-to-wishlist {
	opacity: 1;
	margin: 0 10px 0 0;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .stock,.woocommerce .product.type-product.product-type-variable .entry-summary .stock {
	margin: 5px 0 10px;
}

.woocommerce .product.type-product.product-type-grouped .woocommerce-product-details__short-description {
	border: none;
}

.woocommerce .product.type-product.product-type-grouped form.cart table {
	margin-bottom: 35px;
}

.woocommerce .product.type-product.product-type-grouped .entry-summary .stock {
	margin: 5px 0 0;
	font-size: 0.7857em !important;
}

.woocommerce .variations-product-wrap {
	margin: 5px 0 0;
}

.woocommerce .variations-product-wrap .variable-item {
	display: inline-block;
}

.woocommerce .variations-product-wrap .variable-item .option {
	display: inline-block;
	cursor: pointer;
	float: left;
}

.woocommerce .variations-product-wrap .variable-item .option:first-child {
	margin-left: 0;
}

.woocommerce .variations-product-wrap .variable-item .option span {
	display: block;
}

.woocommerce .variations-product-wrap .variable-item .option.color {
	margin: 0 1px;
	padding: 3px;
	border: 1px solid transparent;
	float: left;
}

.woocommerce .variations-product-wrap .variable-item .option.color span {
	width: 12px;
	height: 12px;
}

.woocommerce .variations-product-wrap .variable-item .option.color:hover,.woocommerce .variations-product-wrap .variable-item .option.color.active {
	border: 1px solid #6a6a6a;
}

.woocommerce .variations-product-wrap .variable-item .option:hover,.woocommerce .variations-product-wrap .variable-item .option.active {
	border-color: #6a6a6a;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	color: #999;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
	color: #000000;
}

@media (min-width:1199px) {
	.woocommerce .second_block .entry-img {
		width: 50%;
	}

	.woocommerce .second_block .entry-summary {
		width: 50%;
	}

	.woocommerce .second_block.gallery_type_v .entry-img {
		width: 60%;
	}

	.woocommerce .second_block.gallery_type_v .entry-summary {
		width: 40%;
	}
}

@media (min-width:1800px) {
	.woocommerce .second_block.three-cols>*:first-child {
		width: 83.33333%;
	}

	.woocommerce .second_block.three-cols .right.inner-sidebar {
		width: 16.66667%;
	}
}

.woocommerce .entry-img {
	position: relative;
}

.woocommerce .entry-img .onsale {
	position: absolute;
	top: 20px;
	right: 35px;
	left: auto;
	color: #fff;
	text-align: center;
	line-height: 25px;
	height: 50px;
	width: 50px;
	z-index: 2;
	background: #000000;
	border-radius: 50%;
	line-height: 52px;
}

.woocommerce .entry-summary {
	padding-bottom: 15px;
}

.woocommerce .entry-summary .product_title {
	font-size: 2em;
	margin-bottom: 25px;
	color: #333333;
	line-height: 1.1;
}

.woocommerce .entry-summary .price {
	margin: 0 0 20px;
	padding: 0 0;
	display: block;
	line-height: 1;
}

.woocommerce .entry-summary .price .amount {
	font-size: 2em;
}

.woocommerce .entry-summary .price del .amount {
	font-size: 2em;
	color: #888888;
}

@media (min-width:1199px) {
	.woocommerce .entry-summary .price del:before {
		margin-top: -5px;
	}
}

.woocommerce .entry-summary .price ins .amount {
	font-size: 2em;
}

.woocommerce .entry-summary .woocommerce-product-rating {
	margin: 0 0 25px;
}

.woocommerce .entry-summary .woocommerce-product-rating .star-rating {
	margin: 0 5px 0 0;
	position: relative !important;
	float: none !important;
	left: 0;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 25px;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description ul {
	margin-bottom: 10px;
	padding-left: 12px;
}

.woocommerce .entry-summary .time-count-down {
	margin: 20px 0 20px;
}

.woocommerce .entry-summary .time-count-down .clock-digi {
	overflow: hidden;
	display: inline-block;
}

.woocommerce .entry-summary .time-count-down .clock-digi>div {
	display: inline-block;
	float: left;
	padding: 0;
	width: 60px;
	height: 60px;
	margin: 0 8px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 5px;
	border: 1px solid #888888;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
}

.woocommerce .entry-summary .time-count-down .clock-digi>div>div {
	display: block;
	padding: 12px 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
}

.woocommerce .entry-summary .stock {
	font-size: 1em !important;
	margin-bottom: 10px;
	position: relative;
	color: #21be02 !important;
	padding-left: 5px;
}

.woocommerce .entry-summary .stock:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
	position: relative;
	left: -5px;
}

.woocommerce .entry-summary .stock.out-of-stock {
	color: #FDC240 !important;
}

.woocommerce .entry-summary .stock.out-of-stock:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: "14px";
	height: "14px";
	text-align: center;
	line-height: "14px";
}

.woocommerce .entry-summary .cart {
	margin: 0 0;
	padding: 0;
	float: left;
}

.woocommerce .entry-summary .cart .reset_variations {
	margin: 0 0 0 15px;
}

.woocommerce .entry-summary .cart label {
	float: left;
	margin: 0 10px 0 0;
	color: #888888;
	line-height: 42px;
}

.woocommerce .entry-summary .cart label a {
	font-size: 1em;
	width: 100%;
}

.woocommerce .entry-summary .cart .quantity {
	margin-right: 10px;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 0 15px;
}

.woocommerce .entry-summary .cart .quantity label.screen-reader-text {
	color: #333333;
	line-height: 48px;
}

.woocommerce .entry-summary .cart .quantity .qty {
	border: none;
	width: 40px;
	padding: 0 5px;
	margin: 0 0;
	height: 48px;
	line-height: 48px;
}

.woocommerce .entry-summary .cart .single_add_to_cart_button {
	position: relative;
	border: none;
	width: auto;
	background: #000000;
	color: #FFF;
	border-radius: 5px;
	margin: 0 10px 0 0;
	padding: 0px 25px;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.woocommerce .entry-summary .cart .single_add_to_cart_button:hover {
	background-color: #000000;
}

.woocommerce .entry-summary .cart .show {
	display: inline-block !important;
}

.woocommerce .entry-summary .cart .single_variation_wrap .single_variation {
	margin: 0 0 15px;
}

.woocommerce .entry-summary .cart .single_variation_wrap .single_variation .price {
	padding: 0 0;
	margin: 0 0;
	border: none;
	line-height: 1;
}

@media (max-width:1199px) {
	.woocommerce .entry-summary .cart .quantity,.woocommerce .entry-summary .cart .single_add_to_cart_button {
		margin-bottom: 15px;
	}
}

.woocommerce .entry-summary .compare {
	display: inline-block;
	font-size: 0px;
	padding: 0;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #888888;
	border-radius: 5px;
	position: relative;
	vertical-align: top;
	background: transparent;
}

.woocommerce .entry-summary .compare:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 21px;
	color: #333333;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce .entry-summary .compare .blockUI.blockOverlay {
	opacity: 1 !important;
	background: transparent !important;
}

.woocommerce .entry-summary .compare .blockUI.blockOverlay:before {
	width: 26px;
	height: 26px;
	line-height: 26px;
	left: 12px;
	top: 50%;
	margin-top: -13px;
	background: #FFF;
	color: #333333;
	position: absolute;
	text-align: center;
	font-size: 21px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.woocommerce .entry-summary .compare:hover {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.woocommerce .entry-summary .compare:hover a {
	color: #FFF;
}

.woocommerce .entry-summary .compare:hover:before {
	color: #FFF;
}

.woocommerce .entry-summary .compare:hover .blockUI.blockOverlay:before {
	background: #000000 !important;
	color: #FFF;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	float: left;
	height: 50px;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	height: 50px;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .feedback {
	display: none !important;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
	background: #FFF;
	opacity: 1;
	cursor: wait;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #888888;
	border-radius: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 0;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading:before {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 21px;
	background: transparent;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 1;
	color: #333333;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a {
	display: inline-block;
	font-size: 0px;
	padding: 0;
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #888888;
	border-radius: 5px;
	position: relative;
	vertical-align: top;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 21px;
	color: #333333;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading {
	background: #000000;
	border-color: #000000;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover .ajax-loading:before {
	color: #FFF;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a {
	border-color: #000000;
	background-color: #000000;
	color: #FFF;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a a {
	color: #FFF;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist:hover a:before {
	color: #FFF;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist+.clear {
	display: none !important;
}

.woocommerce .entry-summary .show {
	display: inline-block !important;
}

.woocommerce .entry-summary .product_meta {
	*zoom: 1;
	padding: 30px 0 0;
}

.woocommerce .entry-summary .product_meta:before,.woocommerce .entry-summary .product_meta:after {
	content: " ";
	display: table;
}

.woocommerce .entry-summary .product_meta:after {
	clear: both;
}

.woocommerce .entry-summary .product_meta .sku_wrapper,.woocommerce .entry-summary .product_meta .tagged_as,.woocommerce .entry-summary .product_meta .posted_in {
	*zoom: 1;
	color: #333333;
}

.woocommerce .entry-summary .product_meta .sku_wrapper:before,.woocommerce .entry-summary .product_meta .sku_wrapper:after,.woocommerce .entry-summary .product_meta .tagged_as:before,.woocommerce .entry-summary .product_meta .tagged_as:after,.woocommerce .entry-summary .product_meta .posted_in:before,.woocommerce .entry-summary .product_meta .posted_in:after {
	content: " ";
	display: table;
}

.woocommerce .entry-summary .product_meta .sku_wrapper:after,.woocommerce .entry-summary .product_meta .tagged_as:after,.woocommerce .entry-summary .product_meta .posted_in:after {
	clear: both;
}

.woocommerce .entry-summary .product_meta .sku_wrapper>*,.woocommerce .entry-summary .product_meta .tagged_as>*,.woocommerce .entry-summary .product_meta .posted_in>* {
	font-weight: normal;
	color: #888888;
}

.woocommerce .entry-summary .product_meta .sku_wrapper a:hover,.woocommerce .entry-summary .product_meta .tagged_as a:hover,.woocommerce .entry-summary .product_meta .posted_in a:hover {
	color: #000000;
}

.woocommerce .entry-summary .post-share-block {
	margin-top: 20px;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap {
	font-size: 1em !important;
	color: #333333;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap br {
	display: none;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a {
	display: inline-block;
	margin-right: 15px;
	width: auto;
	height: auto;
	border: none;
	color: #ccc;
	background: none;
	font-size: 2em !important;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a img {
	padding: 0 0 !important;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_linkedin_share img,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_facebook_share img,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_twitter_share img,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_google_share img,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_email_share img {
	display: none !important;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_linkedin_share:hover,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_facebook_share:hover,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_twitter_share:hover,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_google_share:hover,.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_email_share:hover {
	background: none;
	border-color: transparent;
	color: #333333;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a:before {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_linkedin_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_facebook_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_twitter_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_google_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}

.woocommerce .entry-summary .post-share-block .ssba-wrap a.ssba_email_share:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	text-align: center;
	line-height: auto;
}

.woocommerce .entry-summary .widget .widget-title {
	font-size: 180%;
}

.woocommerce #cboxOverlay {
	background: rgba(0, 0, 0, 0.4) !important;
}

.woocommerce #yith-quick-view-modal .yith-wcqv-main {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close {
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: absolute;
	border: 1px solid #888888;
	color: #888888;
	overflow: hidden;
	background-color: #FFF;
	padding: 0 0;
	opacity: 1;
}

.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:hover {
	color: #000000;
	border-color: #000000;
}

.woocommerce #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-close:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	height: 100%;
	width: 100%;
}

.woocommerce #yith-quick-view-modal .yith-quick-view-overlay {
	background: rgba(0, 0, 0, 0.4);
}

.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper {
	padding: 0 0;
	max-height: 510px;
}

.woocommerce #yith-quick-view-content .entry-img {
	width: 50%;
	float: left;
	padding: 25px 15px 25px 25px;
	position: relative;
}

.woocommerce #yith-quick-view-content .entry-img .onsale {
	top: 40px;
	right: 35px;
	left: auto;
}

.woocommerce #yith-quick-view-content .entry-img div.images {
	width: 100%;
	float: none;
}

.woocommerce #yith-quick-view-content .summary {
	width: 50%;
	padding: 25px 25px 25px 15px;
}

.woocommerce #yith-quick-view-content .summary .product_title {
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0 0 12px 0;
}

.woocommerce #yith-quick-view-content .summary .woocommerce-product-rating {
	margin: 0 0 15px;
}

.woocommerce #yith-quick-view-content .summary .price {
	margin: 0 0 15px;
}

.woocommerce #yith-quick-view-content .summary p.cart,.woocommerce #yith-quick-view-content .summary form.cart {
	float: none;
}

.woocommerce #yith-quick-view-content .summary p.cart.variations_form div.variations,.woocommerce #yith-quick-view-content .summary form.cart.variations_form div.variations {
	margin: 0 0 15px;
}

.woocommerce #yith-quick-view-content .summary .product_meta {
	padding: 20px 0 0;
}

@media (max-width:767px) {
	.woocommerce .yith-wcqv-button {
		display: none !important;
	}
}

.woocommerce .gallery_type_v .entry-img {
	*zoom: 1;
}

.woocommerce .gallery_type_v .entry-img:before,.woocommerce .gallery_type_v .entry-img:after {
	content: " ";
	display: table;
}

.woocommerce .gallery_type_v .entry-img:after {
	clear: both;
}

@media (max-width:1199px) {
	.woocommerce .gallery_type_v .entry-img {
		width: 50%;
	}
}

@media (max-width:480px) {
	.woocommerce .gallery_type_v .entry-img {
		width: 100%;
	}
}

@media (max-width:1199px) {
	.woocommerce .gallery_type_v .summary {
		width: 50%;
	}
}

@media (max-width:480px) {
	.woocommerce .gallery_type_v .summary {
		width: 100%;
	}
}

#sns_tab_informations {
	margin: 0 0 80px;
}

#sns_tab_informations .tab-heading {
	*zoom: 1;
	border-bottom: 1px solid #eaeaea;
}

#sns_tab_informations .tab-heading:before,#sns_tab_informations .tab-heading:after {
	content: " ";
	display: table;
}

#sns_tab_informations .tab-heading:after {
	clear: both;
}

#sns_tab_informations ul.nav-tabs {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: none;
}

#sns_tab_informations ul.nav-tabs:before,#sns_tab_informations ul.nav-tabs:after {
	content: " ";
	display: table;
}

#sns_tab_informations ul.nav-tabs:after {
	clear: both;
}

#sns_tab_informations ul.nav-tabs>li {
	display: block;
	margin: 0;
	float: left;
}

#sns_tab_informations ul.nav-tabs>li:first-child>a,#sns_tab_informations ul.nav-tabs>li.tabdrop+li>a {
	margin-left: 0;
}

#sns_tab_informations ul.nav-tabs>li.active>a,#sns_tab_informations ul.nav-tabs>li:hover>a {
	color: #FFF;
	background: #000000;
}

#sns_tab_informations ul.nav-tabs>li.active>a:before,#sns_tab_informations ul.nav-tabs>li:hover>a:before {
	background-color: #000000;
}

#sns_tab_informations ul.nav-tabs>li.tabdrop>a i {
	padding-left: 10px;
}

#sns_tab_informations ul.nav-tabs>li>a {
	text-transform: none;
	font-weight: bold;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
	font-size: 1.5em;
	background: transparent;
	line-height: 24px;
	background: none;
	border: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	position: relative;
	padding: 12px 20px;
	border-radius: 8px 8px 0 0;
}

#sns_tab_informations ul.nav-tabs>li>a:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0px;
	bottom: -1px;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_tab_informations ul.nav-tabs .dropdown {
	cursor: pointer;
}

#sns_tab_informations ul.nav-tabs .dropdown a {
	cursor: pointer;
}

#sns_tab_informations ul.nav-tabs .dropdown:not(.active) a {
	margin: 0 0;
}

#sns_tab_informations ul.nav-tabs .dropdown ul.dropdown-menu {
	padding: 0 0;
}

#sns_tab_informations .tab-content {
	padding: 30px 0 0px;
	position: relative;
	margin: 0;
	overflow: hidden;
}

#sns_tab_informations .tab-content #comments>h2,#sns_tab_informations .tab-content #comments>h3,#sns_tab_informations .tab-content #comments>h4,#sns_tab_informations .tab-content #comments>h5,#sns_tab_informations .tab-content #comments>h6,#sns_tab_informations .tab-content>div>h2,#sns_tab_informations .tab-content>div>h3,#sns_tab_informations .tab-content>div>h4,#sns_tab_informations .tab-content>div>h5,#sns_tab_informations .tab-content>div>h6 {
	text-transform: none;
	margin-top: 0;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#sns_tab_informations .tab-content #comments>h2,#sns_tab_informations .tab-content>div>h2 {
	font-size: 1.1428em;
	display: none;
}

#sns_tab_informations .tab-content #comments>h3,#sns_tab_informations .tab-content>div>h3 {
	font-size: 1.0714em;
}

#sns_tab_informations .tab-content #comments>h4,#sns_tab_informations .tab-content #comments>h5,#sns_tab_informations .tab-content #comments>h6,#sns_tab_informations .tab-content>div>h4,#sns_tab_informations .tab-content>div>h5,#sns_tab_informations .tab-content>div>h6 {
	font-size: 1em;
}

#sns_tab_informations .tab-content #tab-description {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sns_tab_informations .tab-content #tab-description .show-more-less {
	height: 170px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(255, 255, 255, 0.9);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), white);
	background: -o-linear-gradient(rgba(255, 255, 255, 0.3), white);
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), white);
	background: linear-gradient(rgba(255, 255, 255, 0.3), white);
}

#sns_tab_informations .tab-content #tab-description .show-more-less span {
	border: 1px solid #ccc;
	color: #333333;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#sns_tab_informations .tab-content #tab-description .show-more-less span:hover {
	background: #333333;
	border-color: #333333;
	color: #FFF;
}

#sns_tab_informations .tab-content #tab-description .show-more-less .more {
	visibility: visible;
	opacity: 1;
}

#sns_tab_informations .tab-content #tab-description .show-more-less .less {
	visibility: hidden;
	opacity: 0;
}

#sns_tab_informations .tab-content #tab-description.expand .show-more-less {
	height: 80px;
	opacity: 0;
	background: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	background: rgba(255, 255, 255, 0.7);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7));
	background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7));
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7));
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7));
}

#sns_tab_informations .tab-content #tab-description.expand .show-more-less:hover {
	opacity: 1;
}

#sns_tab_informations .tab-content #tab-description.expand .show-more-less span {
	bottom: 20px;
}

#sns_tab_informations .tab-content #tab-description.expand .show-more-less .more {
	visibility: hidden;
	opacity: 0;
}

#sns_tab_informations .tab-content #tab-description.expand .show-more-less .less {
	visibility: visible;
	opacity: 1;
}

#sns_tab_informations .tab-content #tab-description p {
	margin-bottom: 15px;
}

#sns_tab_informations .tab-content #tab-description p:last-child {
	margin: 0;
}

#sns_tab_informations .tab-content #tab-description>ul {
	padding-left: 12px;
	margin: 15px 0;
}

#sns_tab_informations .tab-content #reviews h2:first-child {
	margin-bottom: 20px;
}

#sns_tab_informations .tab-content #reviews h3:first-child {
	margin-bottom: 10px;
}

#sns_tab_informations .tab-content #reviews #comments {
	width: 55%;
	padding: 0 15px 0 0;
	float: left;
}

#sns_tab_informations .tab-content #reviews #comments img.avatar {
	border-radius: 100%;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers {
	margin: 15px 0 0;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers li:first-child>* {
	margin-left: 0px;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a {
	text-align: center;
	margin: 0 5px;
	padding: 0 0;
	display: inline-block;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #888888;
	border-radius: 5px;
	float: left;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers a:hover {
	background-color: #000000 !important;
	border-color: #000000;
	color: #FFF;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .page-numbers span.current {
	text-align: center;
	margin: 0 5px;
	padding: 0 0;
	display: inline-block;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #000000 !important;
	color: #FFF;
	float: left;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next,#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev {
	position: relative;
	overflow: hidden;
	font-size: 0px;
	text-align: center;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before,#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before {
	font-size: 16px;
	margin-top: 0px;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

#sns_tab_informations .tab-content #reviews #comments .woocommerce-pagination .prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

#sns_tab_informations .tab-content #reviews #review_form_wrapper {
	width: 45%;
	padding: 0 0 0 25px;
	float: left;
}

#sns_tab_informations .tab-content #reviews #review_form_wrapper #reply-title {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.4285em;
	color: #333333;
	display: block;
}

#sns_tab_informations #tab-sns_prod_custom_tab .widget-title {
	padding: 0;
}

#sns_tab_informations #tab-sns_prod_custom_tab .widget-title:after,#sns_tab_informations #tab-sns_prod_custom_tab .widget-title:before {
	display: none;
}

.upsells,.cross-sells,.related {
	position: relative;
	*zoom: 1;
	margin: 0 0 80px;
}

.upsells:before,.upsells:after,.cross-sells:before,.cross-sells:after,.related:before,.related:after {
	content: " ";
	display: table;
}

.upsells:after,.cross-sells:after,.related:after {
	clear: both;
}

.upsells .owl-nav .owl-prev,.upsells .owl-nav .owl-next,.cross-sells .owl-nav .owl-prev,.cross-sells .owl-nav .owl-next,.related .owl-nav .owl-prev,.related .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	font-size: 0px;
	background: #999;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.upsells .owl-nav .owl-prev:before,.upsells .owl-nav .owl-next:before,.cross-sells .owl-nav .owl-prev:before,.cross-sells .owl-nav .owl-next:before,.related .owl-nav .owl-prev:before,.related .owl-nav .owl-next:before {
	font-size: 16px;
	color: #FFF;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.upsells .owl-nav .owl-prev:hover,.upsells .owl-nav .owl-next:hover,.cross-sells .owl-nav .owl-prev:hover,.cross-sells .owl-nav .owl-next:hover,.related .owl-nav .owl-prev:hover,.related .owl-nav .owl-next:hover {
	background: #000000;
}

.upsells .owl-nav .owl-prev.disabled,.upsells .owl-nav .owl-next.disabled,.cross-sells .owl-nav .owl-prev.disabled,.cross-sells .owl-nav .owl-next.disabled,.related .owl-nav .owl-prev.disabled,.related .owl-nav .owl-next.disabled {
	opacity: 0.6;
	display: inline-block;
}

.upsells .owl-nav .owl-prev.disabled:hover,.upsells .owl-nav .owl-next.disabled:hover,.cross-sells .owl-nav .owl-prev.disabled:hover,.cross-sells .owl-nav .owl-next.disabled:hover,.related .owl-nav .owl-prev.disabled:hover,.related .owl-nav .owl-next.disabled:hover {
	cursor: not-allowed;
}

.upsells .owl-nav .owl-prev,.cross-sells .owl-nav .owl-prev,.related .owl-nav .owl-prev {
	left: 0px;
}

.upsells .owl-nav .owl-prev:before,.cross-sells .owl-nav .owl-prev:before,.related .owl-nav .owl-prev:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.upsells .owl-nav .owl-next,.cross-sells .owl-nav .owl-next,.related .owl-nav .owl-next {
	right: 0px;
	left: auto;
}

.upsells .owl-nav .owl-next:before,.cross-sells .owl-nav .owl-next:before,.related .owl-nav .owl-next:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.upsells>h2,.cross-sells>h2,.related>h2 {
	margin: 0 0 25px;
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	overflow: hidden;
	line-height: 1.1;
}

.upsells .prdlist-content,.cross-sells .prdlist-content,.related .prdlist-content {
	margin: 0 -15px;
}

@media (max-width:1199px) {
	.upsells .prdlist-content,.cross-sells .prdlist-content,.related .prdlist-content {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.upsells .prdlist-content .product_list,.cross-sells .prdlist-content .product_list,.related .prdlist-content .product_list {
	margin: 0 0;
	opacity: 0;
}

.upsells .prdlist-content .product_list.owl-loaded,.cross-sells .prdlist-content .product_list.owl-loaded,.related .prdlist-content .product_list.owl-loaded {
	opacity: 1;
}

.upsells .prdlist-content .product_list .product,.cross-sells .prdlist-content .product_list .product,.related .prdlist-content .product_list .product {
	padding: 10px 15px;
	float: left;
}

.upsells .prdlist-content .product_list .owl-item,.cross-sells .prdlist-content .product_list .owl-item,.related .prdlist-content .product_list .owl-item {
	float: left;
}

.upsells .prdlist-content .product_list .owl-item .product,.cross-sells .prdlist-content .product_list .owl-item .product,.related .prdlist-content .product_list .owl-item .product {
	float: none;
}

.upsells .owl-nav,.cross-sells .owl-nav,.related .owl-nav {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	visibility: none;
	opacity: 0;
}

.upsells .owl-nav .owl-next,.cross-sells .owl-nav .owl-next,.related .owl-nav .owl-next {
	left: auto;
	right: 8px;
}

.upsells .owl-nav .owl-prev,.cross-sells .owl-nav .owl-prev,.related .owl-nav .owl-prev {
	left: 8px;
}

.upsells:hover .owl-nav,.cross-sells:hover .owl-nav,.related:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

.upsells:hover .owl-nav .owl-prev,.cross-sells:hover .owl-nav .owl-prev,.related:hover .owl-nav .owl-prev {
	left: 28px;
}

.upsells:hover .owl-nav .owl-next,.cross-sells:hover .owl-nav .owl-next,.related:hover .owl-nav .owl-next {
	left: auto;
	right: 28px;
}

.upsells-list h2 {
	font-size: 1.5em;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding: 0 0;
	margin: 0 0 25px;
	line-height: 1.1;
}

.upsells-list h2>span {
	display: inline-block;
	position: relative;
}

.upsells-list .product {
	padding: 10px 0 0;
	margin-top: 10px;
}

.upsells-list .product:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.upsells-list .list-view {
	*zoom: 1;
	width: 100%;
}

.upsells-list .list-view:before,.upsells-list .list-view:after {
	content: " ";
	display: table;
}

.upsells-list .list-view:after {
	clear: both;
}

.upsells-list .list-view .item-img {
	float: left;
	display: inline-block;
	margin: 0 15px 0 0;
	position: relative;
}

.upsells-list .list-view .item-img .onsale {
	display: none;
}

.upsells-list .list-view .item-img .product-image {
	display: block;
	position: relative;
	overflow: hidden;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	max-width: 80px;
}

.upsells-list .list-view .item-img .product-image:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #44577e;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.upsells-list .list-view .item-img .yith-wcqv-button {
	font-size: 0px;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 5px;
	display: block;
	vertical-align: top;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #FFF;
}

.upsells-list .list-view .item-img .yith-wcqv-button:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.upsells-list .list-view .item-img .yith-wcqv-button:hover {
	background: #000000;
	border-color: #000000;
}

.upsells-list .list-view .item-img .yith-wcqv-button:hover:before {
	color: #FFF;
}

.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	overflow: hidden;
	background: #000000 !important;
	color: #FFF;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	cursor: wait;
}

.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before,.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:after {
	color: #FFF;
	font-size: 14px;
	cursor: wait;
}

.upsells-list .list-view .item-img .yith-wcqv-button .blockUI.blockOverlay:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

.upsells-list .list-view .item-info .item-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px;
}

.upsells-list .list-view .item-info .star-rating {
	float: none;
	display: block;
	margin: 0 0 0px;
}

.upsells-list .list-view:hover .item-img .yith-wcqv-button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.upsells-list .list-view:hover .item-img .product-image:before {
	opacity: 0.8;
}

.yith-wcwl-share {
	margin: 0 0 10px;
}

.item-animate {
	opacity: 0;
	position: relative;
}

.play .item-animate {
	opacity: 1;
	animation-play-state: running;
	-moz-animation-play-state: running;
	-webkit-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
}

.fadeIn.play .item-animate {
	-webkit-animation: fadeIn 300ms ease both;
	-o-animation: fadeIn 300ms ease both;
	animation: fadeIn 300ms ease both;
}

.fadeInDown.play .item-animate {
	-webkit-animation: fadeInDown 300ms ease both;
	-o-animation: fadeInDown 300ms ease both;
	animation: fadeInDown 300ms ease both;
}

.fadeInUp.play .item-animate {
	-webkit-animation: fadeInUp 300ms ease both;
	-o-animation: fadeInUp 300ms ease both;
	animation: fadeInUp 300ms ease both;
}

.fadeInRight.play .item-animate {
	-webkit-animation: fadeInRight 300ms ease both;
	-o-animation: fadeInRight 300ms ease both;
	animation: fadeInRight 300ms ease both;
}

.zoomIn.play .item-animate {
	-webkit-animation: zoomIn 300ms ease both;
	-o-animation: zoomIn 300ms ease both;
	animation: zoomIn 300ms ease both;
}

.zoomOut.play .item-animate {
	-webkit-animation: zoomOut 300ms ease both;
	-o-animation: zoomOut 300ms ease both;
	animation: zoomOut 300ms ease both;
}

.bounceIn.play .item-animate {
	-webkit-animation: bounceIn 300ms ease both;
	-o-animation: bounceIn 300ms ease both;
	animation: bounceIn 300ms ease both;
}

.bounceInRight.play .item-animate {
	-webkit-animation: bounceInRight 300ms ease both;
	-o-animation: bounceInRight 300ms ease both;
	animation: bounceInRight 300ms ease both;
}

.pageRight.play .item-animate {
	-webkit-animation: pageRight 300ms ease both;
	-o-animation: pageRight 300ms ease both;
	animation: pageRight 300ms ease both;
}

.pageLeft.play .item-animate {
	-webkit-animation: pageLeft 300ms ease both;
	-o-animation: pageLeft 300ms ease both;
	animation: pageLeft 300ms ease both;
}

.pageTop.play .item-animate {
	-webkit-animation: pageTop 300ms ease both;
	-o-animation: pageTop 300ms ease both;
	animation: pageTop 300ms ease both;
}

.pageBottom.play .item-animate {
	-webkit-animation: pageBottom 300ms ease both;
	-o-animation: pageBottom 300ms ease both;
	animation: pageBottom 300ms ease both;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations {
	margin: 0 0 30px;
	padding: 0 0;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label {
	padding: 0 0;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.label label {
	font-weight: bold;
	color: #333333;
	margin: 0 0 6px;
	float: none;
	line-height: normal;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value {
	padding: 0 0;
	margin-bottom: 10px;
	border: none;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value:last-child {
	margin-bottom: 5px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value select {
	margin-bottom: 10px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .sellect-wrap {
	display: inline-block;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option {
	margin-right: 5px;
	border: 1px solid #eaeaea;
	cursor: pointer;
	display: inline-block;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option span {
	display: block;
	text-align: center;
	height: 25px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text span {
	margin: 0;
	padding: 2px 10px;
	background: #FFF;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover,.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected {
	border-color: #888888;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text:hover span,.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.text.selected span {
	background: #888888;
	color: #FFF;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color {
	margin-right: 5px;
	float: left;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.color span {
	margin: 4px;
	width: 30px;
	height: 35px;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image {
	border-color: #eaeaea;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.image span {
	margin: 0px;
	width: 60px;
	height: 60px;
	background-size: contain;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value .option.selected {
	border-color: #888888;
}

.woocommerce .type-product.product-type-variable form.cart.variations_form div.variations div.value a.reset_variations {
	margin: 0 0 0 10px;
}

body.admin-bar .pswp {
	top: 32px;
}

@media (max-width:992px) {
	body.admin-bar .pswp {
		top: 46px;
	}
}

@media (max-width:480px) {
	body.admin-bar .pswp {
		top: 0px;
	}
}

.pswp .pswp__bg {
	background: rgba(0, 0, 0, 0.9);
}

.pswp .pswp__zoom-wrap iframe.sns-prdpopvideo {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
}

body.single.single-product div.pp_default .pp_content_container,body.single.single-product div.pp_woocommerce .pp_content_container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
	padding: 20px 0;
	*zoom: 1;
}

body.single.single-product div.pp_default .pp_content_container:before,body.single.single-product div.pp_default .pp_content_container:after,body.single.single-product div.pp_woocommerce .pp_content_container:before,body.single.single-product div.pp_woocommerce .pp_content_container:after {
	content: " ";
	display: table;
}

body.single.single-product div.pp_default .pp_content_container:after,body.single.single-product div.pp_woocommerce .pp_content_container:after {
	clear: both;
}

body.single.single-product div.pp_default .pp_loaderIcon,body.single.single-product div.pp_woocommerce .pp_loaderIcon {
	background: transparent !important;
}

body.single.single-product div.pp_default .pp_loaderIcon:before,body.single.single-product div.pp_woocommerce .pp_loaderIcon:before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #FFF;
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	-o-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

body.single.single-product div.pp_default div.ppt,body.single.single-product div.pp_woocommerce div.ppt {
	color: black;
	display: none !important;
}

body.single.single-product div.pp_default .pp_gallery ul li a,body.single.single-product div.pp_woocommerce .pp_gallery ul li a {
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	display: block;
}

body.single.single-product div.pp_default .pp_gallery ul li a:hover,body.single.single-product div.pp_woocommerce .pp_gallery ul li a:hover {
	border-color: #000;
}

body.single.single-product div.pp_default .pp_gallery ul li.selected a,body.single.single-product div.pp_woocommerce .pp_gallery ul li.selected a {
	border-color: #000;
}

body.single.single-product div.pp_default .pp_previous::before,body.single.single-product div.pp_default .pp_next::before,body.single.single-product div.pp_woocommerce .pp_previous::before,body.single.single-product div.pp_woocommerce .pp_next::before {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	font-family: "WooCommerce";
	content: "";
	text-indent: 0;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
}

body.single.single-product div.pp_default .pp_previous::before:hover,body.single.single-product div.pp_default .pp_next::before:hover,body.single.single-product div.pp_woocommerce .pp_previous::before:hover,body.single.single-product div.pp_woocommerce .pp_next::before:hover {
	background-color: #000;
}

body.single.single-product div.pp_default .pp_previous:hover::before,body.single.single-product div.pp_default .pp_next:hover::before,body.single.single-product div.pp_woocommerce .pp_previous:hover::before,body.single.single-product div.pp_woocommerce .pp_next:hover::before {
	display: block;
}

body.single.single-product div.pp_default .pp_previous::before,body.single.single-product div.pp_woocommerce .pp_previous::before {
	left: 1em;
}

body.single.single-product div.pp_default .pp_next::before,body.single.single-product div.pp_woocommerce .pp_next::before {
	right: 1em;
	font-family: "WooCommerce";
	content: "";
}

body.single.single-product div.pp_default .pp_details,body.single.single-product div.pp_woocommerce .pp_details {
	margin: 0;
	padding-top: 1em;
}

body.single.single-product div.pp_default .pp_nav,body.single.single-product div.pp_default .pp_description,body.single.single-product div.pp_woocommerce .pp_nav,body.single.single-product div.pp_woocommerce .pp_description {
	font-size: 14px;
}

body.single.single-product div.pp_default .pp_nav,body.single.single-product div.pp_default .pp_nav p,body.single.single-product div.pp_default .pp_play,body.single.single-product div.pp_default .pp_nav .pp_pause,body.single.single-product div.pp_default .pp_arrow_previous,body.single.single-product div.pp_default .pp_arrow_next,body.single.single-product div.pp_woocommerce .pp_nav,body.single.single-product div.pp_woocommerce .pp_nav p,body.single.single-product div.pp_woocommerce .pp_play,body.single.single-product div.pp_woocommerce .pp_nav .pp_pause,body.single.single-product div.pp_woocommerce .pp_arrow_previous,body.single.single-product div.pp_woocommerce .pp_arrow_next {
	margin: 0;
}

body.single.single-product div.pp_default .pp_nav,body.single.single-product div.pp_woocommerce .pp_nav {
	margin-right: 1em;
	position: relative;
}

body.single.single-product div.pp_default .pp_close,body.single.single-product div.pp_woocommerce .pp_close {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	top: -0.5em;
	right: -0.5em;
	font-size: 1.618em !important;
}

body.single.single-product div.pp_default .pp_close:hover,body.single.single-product div.pp_woocommerce .pp_close:hover {
	background-color: #000;
}

body.single.single-product div.pp_default .pp_close::before,body.single.single-product div.pp_woocommerce .pp_close::before {
	font-family: "WooCommerce";
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

body.single.single-product div.pp_default .pp_arrow_previous,body.single.single-product div.pp_default .pp_arrow_next,body.single.single-product div.pp_woocommerce .pp_arrow_previous,body.single.single-product div.pp_woocommerce .pp_arrow_next {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	position: relative;
	margin-top: -1px;
}

body.single.single-product div.pp_default .pp_arrow_previous:hover,body.single.single-product div.pp_default .pp_arrow_next:hover,body.single.single-product div.pp_woocommerce .pp_arrow_previous:hover,body.single.single-product div.pp_woocommerce .pp_arrow_next:hover {
	background-color: #000;
}

body.single.single-product div.pp_default .pp_arrow_previous::before,body.single.single-product div.pp_default .pp_arrow_next::before,body.single.single-product div.pp_woocommerce .pp_arrow_previous::before,body.single.single-product div.pp_woocommerce .pp_arrow_next::before {
	font-family: "WooCommerce";
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

body.single.single-product div.pp_default .pp_arrow_previous,body.single.single-product div.pp_woocommerce .pp_arrow_previous {
	margin-right: 0.5em;
}

body.single.single-product div.pp_default .pp_arrow_next,body.single.single-product div.pp_woocommerce .pp_arrow_next {
	margin-left: 0.5em;
}

body.single.single-product div.pp_default .pp_arrow_next::before,body.single.single-product div.pp_woocommerce .pp_arrow_next::before {
	content: "";
}

body.single.single-product div.pp_default a.pp_expand,body.single.single-product div.pp_default a.pp_contract,body.single.single-product div.pp_woocommerce a.pp_expand,body.single.single-product div.pp_woocommerce a.pp_contract {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	right: auto;
	left: -0.5em;
	top: -0.5em;
	font-size: 1.618em !important;
}

body.single.single-product div.pp_default a.pp_expand:hover,body.single.single-product div.pp_default a.pp_contract:hover,body.single.single-product div.pp_woocommerce a.pp_expand:hover,body.single.single-product div.pp_woocommerce a.pp_contract:hover {
	background-color: #000;
}

body.single.single-product div.pp_default a.pp_expand::before,body.single.single-product div.pp_default a.pp_contract::before,body.single.single-product div.pp_woocommerce a.pp_expand::before,body.single.single-product div.pp_woocommerce a.pp_contract::before {
	font-family: "WooCommerce";
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

body.single.single-product div.pp_default a.pp_contract::before,body.single.single-product div.pp_woocommerce a.pp_contract::before {
	content: "";
}

body.single.single-product div.pp_default #respond,body.single.single-product div.pp_woocommerce #respond {
	margin: 0;
	width: 100%;
	background: none;
	border: none;
	padding: 0;
}

body.single.single-product div.pp_default #respond .form-submit,body.single.single-product div.pp_woocommerce #respond .form-submit {
	margin-top: 0;
	float: none;
}

body.single.single-product div.pp_default .pp_inline,body.single.single-product div.pp_woocommerce .pp_inline {
	padding: 0 !important;
}

#sns_cpanel {
	position: fixed;
	top: 0px;
	right: -290px;
	width: 290px;
	height: 100%;
	z-index: 999;
	background: #f5f5f5;
	border-left: 1px solid transparent;
	-webkit-transition: border 0.4s ease-out 0s;
	-o-transition: border 0.4s ease-out 0s;
	transition: border 0.4s ease-out 0s;
}

@media (max-width:767px) {
	#sns_cpanel {
		display: none;
	}
}

#sns_cpanel.wait {
	cursor: wait;
}

#sns_cpanel.wait * {
	cursor: wait !important;
}

#sns_cpanel.open {
	border-color: #eaeaea;
}

#sns_cpanel .button {
	background: #FFF;
}

#sns_cpanel .button.btn-buy {
	background: #000000;
	border-color: #000000;
	color: #FFF;
}

#sns_cpanel .button.btn-buy:hover,#sns_cpanel .button.btn-buy:focus {
	background: black;
	color: #FFF;
	border-color: black;
}

#sns_cpanel .button:hover,#sns_cpanel .button:focus {
	background: #000000;
	color: #FFF;
	border-color: #000000;
}

#sns_cpanel .cpanel-head {
	padding: 20px 0 20px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}

#sns_cpanel #cpanel_themecolor {
	*zoom: 1;
}

#sns_cpanel #cpanel_themecolor .wp-color-result {
	background-color: #f7f7f7;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	height: 22px;
	margin: 0 6px 6px 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: bottom;
	display: inline-block;
	padding-left: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	top: 0;
}

#sns_cpanel #cpanel_themecolor .wp-color-result:after {
	font-size: 11px;
	line-height: 20px;
}

#sns_cpanel #cpanel_themecolor input[type=text].wp-color-picker {
	font-size: 12px;
	font-family: monospace;
	text-align: center;
	line-height: 16px;
	margin: 0;
	padding: 2px 5px;
}

#sns_cpanel #cpanel_themecolor .wp-picker-default {
	padding: 0 10px 1px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #555;
	border-color: #eaeaea;
	background: #f7f7f7;
	vertical-align: top;
}

#sns_cpanel #cpanel_themecolor a {
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 5px 5px 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	float: left;
}

#sns_cpanel #cpanel_themecolor a:hover,#sns_cpanel #cpanel_themecolor a.active {
	border-color: rgba(0, 0, 0, 0.2);
	border-width: 4px;
}

#sns_cpanel #cpanel_themecolor a.active {
	line-height: 32px;
}

#sns_cpanel #cpanel_themecolor:before,#sns_cpanel #cpanel_themecolor:after {
	content: " ";
	display: table;
}

#sns_cpanel #cpanel_themecolor:after {
	clear: both;
}

#sns_cpanel #sns_cpanel_btn {
	width: 44px;
	height: 46px;
	background: #FFF;
	position: absolute;
	left: -43px;
	top: 220px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border: 1px solid #eaeaea;
	border-right: 1px solid #FFF;
	text-align: center;
	border-radius: 6px 0 0 6px;
}

#sns_cpanel #sns_cpanel_btn i {
	font-size: 22px;
	line-height: 46px;
	color: #666;
	margin: 0 0;
}

#sns_cpanel .cpanel-set {
	padding: 20px 0 0;
	background: #FFF;
	*zoom: 1;
}

#sns_cpanel .cpanel-set:before,#sns_cpanel .cpanel-set:after {
	content: " ";
	display: table;
}

#sns_cpanel .cpanel-set:after {
	clear: both;
}

#sns_cpanel .cpanel-bottom {
	*zoom: 1;
	padding: 15px 0 0;
	border-top: 1px solid #eaeaea;
}

#sns_cpanel .cpanel-bottom:before,#sns_cpanel .cpanel-bottom:after {
	content: " ";
	display: table;
}

#sns_cpanel .cpanel-bottom:after {
	clear: both;
}

#sns_cpanel .form-group {
	*zoom: 1;
	margin: 0 0 20px 0;
}

#sns_cpanel .form-group:before,#sns_cpanel .form-group:after {
	content: " ";
	display: table;
}

#sns_cpanel .form-group:after {
	clear: both;
}

#sns_cpanel .form-group label {
	margin: 0 0 5px 0;
	color: #333333;
	text-transform: uppercase;
}

#sns_cpanel .form-group .content a {
	width: 50px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #CCC;
	margin: 0 1px 5px 0;
	display: inline-block;
	text-align: center;
}

#sns_cpanel .form-group .content a:hover {
	color: #000000;
}

#sns_cpanel .form-group .content a.active {
	border-color: #666;
	background: #666;
	color: #FFF;
}

#sns_cpanel .form-group .content a:first-child.active {
	border-color: #0073aa;
	background: #0073aa;
	color: #FFF;
}