/*
Theme Name: So Da Minh Chau

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	    color: #6a6a6a;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color:#ffd800;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.archive-description{
	margin-top: 40px;
}
.archive-description .content{
	position: relative;
    max-height: 250px;
    overflow: hidden;
}

.archive-description .content:not(.show-description):before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    width: 100%;
    height: 9.375rem;
    content: "";
}
.hello-pagination-product{
	margin-bottom:60px;
}
.archive-description .readmore-more a {
	color: var(--color-e8288b);
	display: inline-block;
	padding: 5px 10px;
	outline: none;
}

.section-reason-tax{
	margin: 30px 0;
}

.banner-tax-product{
	background-image: var(--back-banner-product);
	padding-top: 88px;
	padding-bottom: 126px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
}


/*.archive .woocommerce-breadcrumb{
	display: none;
}*/

/*.list-tax-product .overflows{
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 13px;
	padding-left: 0;
	padding-right: 0px;
	background-color: var(--color-white);
}*/

.list-tax-product .content-list-tax:not(.slider-list-tax){
	min-width: max-content;
	display: flex;
	flex-wrap: wrap;
}
.list-tax-product .content-list-tax .slider-list-tax-slick .item-tax,
.list-tax-product .content-list-tax:not(.slider-list-tax) .item-tax{
	width: 16.66%;
}

.list-tax-product  button{
	display: none !important;
}
.list-tax-product .content-list-tax .category-item{
	text-align: center;
}
.list-tax-product .content-list-tax  a{
	display: block;
}
.list-tax-product .content-list-tax  a img{
	max-height: 60px;
	width: auto;
	margin: auto;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.list-tax-product .content-list-tax .item-border:hover img{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.list-tax-product .content-list-tax p{
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.list-tax-product .content-list-tax p a{
	color: var(--color-text);
}
.list-tax-product .content-list-tax .item-border:hover  p a{
	color:var(--color-e8288b);
}
.list-tax-product .content-list-tax .category-item{
	height: 100%;
	padding: 30px 5px;
	border-right: 1px solid #eee;

}
.list-tax-product .content-list-tax:not(.slider-list-tax) .category-item{
	min-height: 150px;
}
.list-tax-product{
	margin-bottom: 20px;
	position: relative;
	z-index: 4;
}

.header-tax .page-title{
	margin-bottom: 0;
	font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
        -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
    background-color:var(--color-e8288b);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-left: -5px;
        height: 45px;
    padding: 15px 30px 15px;
}
.header-tax .page-title span{
	color: var(--color-white);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
.header-tax{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--color-e8288b);
    position: relative;
}
.header-tax .link-tab{
	    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.header-tax .link-tab li{
	margin-bottom: 0;
}
.header-tax .link-tab a{
	font-size: 14px;
	color: var(--color-text);
	padding: 5px 0;
	font-weight: bold;
	display: block;
	
}
.header-tax .link-tab a h3,
.header-tax .link-tab a h2{
	font-size: 14px;
	margin-bottom: 0;
}

.header-tax .link-tab a.active,
.header-tax .link-tab a:hover{
	color: var(--color-e8288b);
}
.header-tax .link-tab a{
	font-size: 16px;
    line-height: 1.3;
    display: block;
    padding: 8px 18px !important;
}
.nav-tab-header ul li a {
    font-weight: bold;
}
.header-tax .link-tab a.active,.header-tax .link-tab a:hover{
    
    
   
    color: var(--color-e8288b);
    background-color: var(--color-e8288b);
    color: var(--color-white);
    border-radius: 99px;
}
.product-capital{
	padding-bottom: 0px;
}

.tab-term-child{
	padding: 20px 0;
}
.nav-tab-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.nav-tab-header h2.title{
	margin-bottom:0;
	    font-size: 28px;
/*    font-weight: 400;*/
}
.nav-tab-header ul{
	margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.nav-tab-header ul li{
	margin-bottom: 0;
}
.nav-tab-header ul li a{
	display: block;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.3;

}
.nav-tab-header ul li a:hover,
.nav-tab-header ul li a.active{
	background-color: var(--color-e8288b);
	color: var(--color-white);
}

.content-tabs .item-content:not(.active){
	display: none;
}
.content-tabs .item-content{
	position: relative;
}
.content-tabs .load{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	background-color: rgba(255, 255, 255, 0.4);
	color:var(--color-e8288b);
}

.summary.entry-summary{
	margin-top: 0;
}

.product_title {
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.meta-sku {
	font-size: 14px;
}
.meta-sku strong {
	color: var(--color-e8288b);
}

.meta-sku .pro-soldold:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #eae4e8;
    margin: 0 7px;
}
.woocommerce-tabs{
	margin-top:30px;
}
.product-price {
	margin-top: 10px;
	    margin-bottom: 15px;
	    background: #fafafa;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}

.product-price .price{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-price .pro-title{
	width: 20%;
    font-weight: 600;
    font-size: 14px;
}
.product-price .price .amount{
	font-size: 28px;
    font-weight: 600;
    color: red;
}
.product-price .price ins{
	order: 2;
	padding-right: 10px;
	background-color: transparent;
}
.product-price .price del{
	order: 3;
}
.product-price .price del .amount{
	    font-size: 18px;
    color: #878c8f;
    font-weight: 400;
}
.product-price span.onsale {
    display: inline-block;
    padding: 3px 14px;
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #ff0000;
    border: 1px solid #ff0000;
    vertical-align: text-bottom;margin-left: 10px;
}
.product-price .screen-reader-text{
	display: none;
}
.woocommerce-product-details__short-description{
	margin-bottom: 15px;
}
.entry-summary .cart{
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	justify-content: space-between;
	margin-bottom: 25px;
}
.entry-summary .cart button{
	width: calc(50% - 7.5px);
	width: -moz-calc(50% - 7.5px);
	width: -webkit-calc(50% - 7.5px);
	border-radius: 4px;
	padding: 12px 20px;
	outline: none;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	    position: relative;
	    overflow: hidden;
	    border: 1px solid var(--color-e8288b);
}

.cart button.single_add_to_cart_button:not(.wc-buy-now-btn){
	color: var(--color-e8288b);
	background-color: transparent;
}
.cart button.single_add_to_cart_button:not(.wc-buy-now-btn):hover{
	color:var(--color-white);
}
.cart button:before {
    content: '';
    display: block;
    background-color:  var(--color-e8288b);
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cart button:hover:before{
	width: 120%;
}
.entry-summary .cart button.wc-buy-now-btn{
	color:var(--color-white);
	background-color:  var(--color-e8288b);
}

.entry-summary .quantity{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.quantity .text-label{
	display: none;
}
.entry-summary .quantity .text-label{
	    width: 20%;
	    display: inline-block;
}

.quantity-selector{
	    display: flex;
}
.quantity input.input-text{
	    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    outline: none;

}
.quantity-selector input[type="number"]::-webkit-outer-spin-button,
.quantity-selector input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-selector .qty_button {
    float: left;
    background: #fff;
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0;
        color: rgba(0, 0, 0, 0.8);
}
.quantity-selector .qty_button:hover{
	    color: rgba(0, 0, 0, 1);
	    border-color: #f3f4f4;
}
.meta-cs{
	row-gap: 15px;
	align-items: center;
}
.meta-cs .deliverly-item{
	position: relative;
	padding: 4px 10px 0 40px;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.45;
	font-size: 14px;
}

.meta-cs .deliverly-item span.img{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.content-description .content{
        max-height: 220px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.content-description .content:not(.show-description):before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    width: 100%;
    height: 9.375rem;
    content: "";
}
.content-description .readmore-more{
	display: flex;
	justify-content: center;
}
.content-description .readmore-more a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(--color-e8288b);
	border: 1px solid var(--color-e8288b);
	    border-radius: 4px;	
	    padding: 7px 15px;
}

.content-description .readmore-more a .expandable-content_toggle-icon{
	position: relative;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.content-description .readmore-more a .expandable-content_toggle-icon:before,
.content-description .readmore-more a .expandable-content_toggle-icon:after{
	  content: "";
	  position: absolute;
	  background:var(--color-e8288b);
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  transition: -webkit-transform 0.2s ease-in-out;
	  transition: transform 0.2s ease-in-out;
	  top: 50%;
	  left: 50%;
}
.content-description .readmore-more a .expandable-content_toggle-icon:before{
	    width: 2px;
    height: 10px;
}

.content-description .readmore-more.hidden-more a .expandable-content_toggle-icon:before{
	display: none;
}
.content-description .readmore-more a .expandable-content_toggle-icon:after{
	    width: 10px;
    height: 2px;
}
.related{
	padding: 40px 0;
}
.related .list-product{
	display: block;
}
.slider-related{
	position: relative;
}
 .slider-related .button-slider{
	width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -50px;
    right: 0;
}
 .slider-related .button-slider.swiper-button-disabled svg{
 	        fill: #858380;
 }
 .slider-related .button-slider:not(.swiper-button-disabled):hover svg{
 	        fill: var(--color-e8288b);
 }
 .slider-related .button-slider.button-prev-slider{
 	    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 47px;
 }
 .slider-related .button-slider svg{
 	    width: 18px;
 }
 .related h2{
 	margin-bottom: 20px;
 	    font-size: 24px;

 }

 .woocommerce-breadcrumb{
 	font-size: 14px;
 	padding: 20px 0;
 }
  .woocommerce-breadcrumb a{
  	color: var( --color-text);

  }
/*  .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image{
  	padding: 4px;
  }*/
  .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image > div{
  	border: 1px solid transparent;
  }
  .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover > div,
  .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image.current-thumbnail > div{
  	border-color: var(--color-e8288b);
  }


.woocommerce-tabs .wc-tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.woocommerce-tabs .wc-tabs:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #eeeeee;
	bottom: 0;
	left: 0;
}
.woocommerce-tabs ul.tabs li a{
	    padding: 11px 20px;
	line-height: 1.3;
	position: relative;
	text-transform: uppercase;
	    z-index: 1;
}
.woocommerce-tabs ul.tabs li a:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--color-e8288b);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;

}
.woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce-tabs ul.tabs li.active a:after{
	opacity: 1;
}

.images-thumb-product{
	position: relative;
}

.images-thumb-product .onsale{
	position: absolute;
	top: 0px;
	left: 85px;
	z-index: 2;
	background-color: var(--color-e8288b);
	color:  var(--color-white);
	    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.images-thumb-product .onsale:after{
	content: ' OFF ';
	display: block;
	width: 100%;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{
	right: 5px;
	    left: auto;
}
.wrapbox-detail{
	     display: flex;
    display: -ms-flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 15px;
}
.wrapbox-detail .share-post-wp{
	display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}
.wrapbox-detail .share-post-wp a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}
.wrapbox-detail .share-post-wp a.icon-sh-fb{
	    background: #25479b;
}
.wrapbox-detail .share-post-wp a.icon-sh-messages{
	    background: #0084ff;
}
.wrapbox-detail .share-post-wp a.icon-sh-tw{
	background: #55acee;
}
.wrapbox-detail .share-post-wp a.icon-sh-pinter{
	    background: #cd242a;
}
.wrapbox-detail .share-post-wp a.share-link{
	background: #2196F3;
}

.check-Coppy {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
}
.check-Coppy span.testc{
	padding: 30px;
	font-size: 20px;
	text-align: center;
	background-color: var(--color-white);
}
.check-Coppy span.testc i{
	font-size: 30px;
	margin-bottom: 5px;
	color: var(--color-e8288b);
}
.wpb-column .content-bannder,
.wpb-column{
	position: relative;
	z-index: 1;
}
.wpb-column{
	padding: 80px 0;
}
.wpb-column h2 {
    font-size: 30px;
}
.wpb-column .content{
    transform: translateX(-32%);
    width: 33%;
}
.content-bannder{
	display: flex;
	justify-content: center;
/*	transform: translateX(-34%);*/
}
.form-to-cart{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 44;
	background-color: var(--color-white);
	        padding: 5px 0px 8px;
	                border-top: 1px solid rgb(234 228 232);
}

.form-to-cart .cart{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-to-cart .single_add_to_cart_button{
	    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-e8288b);
}
.form-to-cart .wc-buy-now-btn{
	display: none;
}

.summary .woocommerce-product-rating{
	display: none;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
    right: 0px;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
    left: 0px;
}
.btn-woo{
	margin-top: 20px;
}
.btn-woo a{
	display: flex;
	line-height: 1.2;
	width: 100%;
	justify-content: center;
	align-items: center;
	    border-radius: 4px;
	    padding: 12px 20px;
	    border: 1px solid var(--color-e8288b);
	        text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-weight: bold;
}
.btn-woo a.btn-1{
	color: var(--color-e8288b);
}
.btn-woo a.btn-2{
	background-color: var(--color-e8288b);
	color: var(--color-white);
}
.btn-woo a.btn-1:before {
    content: '';
    display: block;
    background-color: var(--color-e8288b);
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-woo a.btn-1:hover {
    color: var(--color-white);
}
.btn-woo a.btn-1:hover:before {
    width: 120%;
}
.form-to-cart{
	display: none;
}
@media (max-width: 1199px) {
	.header-tab-widget .box-cate,
	.nav-tab-header .box-cate,
	.header-tax .box-cate {
		display: block;
    	overflow-x: scroll;
    	position: absolute;
        z-index: 4;
        left: 0;
        top: 100%;
        padding: 5px 0px;
        width: 100%;
	}
	.header-tab-widget .link-tab,
	.nav-tab-header .snav-tabs,
	.header-tax .link-tab{
		width: 100%;
        column-gap: 10px;
        white-space: nowrap;
    	flex-wrap: initial;
	}
	.nav-tab-header,
	.header-tax {
	    margin-bottom: 63px;
	}
}
@media (max-width: 991px) {
	.nav-tab-header{
		border-bottom: 1px solid var(--color-e8288b);
		padding-bottom: 10px;
	}
	.nav-tab-header h2.title {
	    font-size: 25px;
	}

	.list-tax-product .content-list-tax .item-tax{
		width: 100%;
	}
	.header-tax .page-title {
	    font-size: 15px;
	    padding: 12px 18px 12px;
	    border-radius: 5px;
	}
	.product-price .pro-title{
		display: none;
	}
	.product-price .price .amount{
		font-size: 22px;
	}
	.col-lg-img{
		margin-bottom: 20px;
	}
	.product-price .price del .amount {
	    font-size: 16px;
	}
	.product-price span.onsale {
	    font-size: 10px;
	}
	.related h2{
		font-size: 18px;
	}
	.slider-related .button-slider {
	    top: -46px;
	    right: 0;
	}
	.content-description .readmore-more a {
	    line-height: 1.4;
	}

	.wpb-column{
		padding: 0;
	}
	.wpb-column .background-banner img,
	.wpb-column .background-banner{
		position: static;
	}
	.wpb-column .content{
		width: 100%;
		transform: translateX(0%);
		padding: 20px;
        background: #f8f8f8;
	}
	.wpb-column h2 {
	    font-size: 25px;
	}
	.list-tax-product .category-item{
		border-right: 0;
	}
	.woocommerce-tabs ul.tabs{
		display: none;
	}

	.woocommerce-tabs .woocommerce-Tabs-panel{
		display: block !important;
	}
	.title-description{
		font-size: 22px;
		text-transform: uppercase;
		border-bottom: 2px solid #ededed;
/*		padding-bottom: 7px;*/
		margin-bottom: 16px;
	}
	.title-description span{
		color: var(--color-e8288b);
		display: inline-block;
		padding-bottom: 7px;
		border-bottom: 2px solid var(--color-e8288b);
		transform: translateY(2px);
	}
	.woocommerce-tabs{
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.woo-variation-product-gallery{
		width: 100% !important;
	}
	.images-thumb-product .onsale {
	    left: 0;
	}

	 .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) {
        display: flex;
        justify-content: center;
        column-gap: 5px;
    }
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{
    	margin-right: 0;
    }
    .wrapbox-detail .share-post-wp span{
    	display: none;
    }
}
@media (min-width: 992px) {
	.col-lg-img{
		width: 45%;
	}
	.col-lg-entry{
		width: 55%;
	}
	.form-to-cart{
		display: none;
	}
}

@media (min-width: 767px) {
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
        width: 85px;
    }
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        width: calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: -webkit-calc(100% - 85px);
    }
}