/*
Theme Name: Hello Theme

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;
}

.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: #4169e1;
}

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;
}

.widget-tab-product-home .sectionTitleTab{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.widget-tab-product-home .sectionTitleTab h2{
	color: #252a2b;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px;
        transform: translateY(2px);
}
.widget-tab-product-home .sectionTitleTab h2 a{
	color: #252a2b;
}
.widget-tab-product-home .sectionTitleTab .outerTabTitle ul{
	list-style:none;
	margin-left: 0;
	padding-left: 0;
display: flex;
flex-wrap: wrap;
column-gap: 25px;
row-gap: 15px;
}

.widget-tab-product-home .sectionTitleTab .outerTabTitle ul a{
	    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    position: relative;
    color: #000000;

}
.widget-tab-product-home .sectionTitleTab .outerTabTitle ul .active a:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.widget-product-home .sectionContentBannerProduct{
  position: relative;
}
.widget-product-home .sectionContentBannerProduct .swiper-slide{
	width: 50%;
}
.list-products .thumb-product,
.list-products .thumb-product a,
.widget-product-home .thumb-product a,
.widget-product-home .thumb-product{
 position: relative;
 display: block;
}
.list-products .thumb-product a,
.widget-product-home .thumb-product a{
  line-height: 1;
}
.list-products .thumb-product picture,
.widget-product-home .thumb-product picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.7s;
}
.list-products .thumb-product picture,
.widget-product-home .thumb-product picture{
  height: 100%;
}
.list-products .thumb-product picture:nth-of-type(2),
.widget-product-home .thumb-product picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.list-products .thumb-product:hover picture:nth-of-type(2),
.widget-product-home .thumb-product:hover picture:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.list-products .thumb-product:hover picture:nth-of-type(1),
.widget-product-home .thumb-product:hover picture:nth-of-type(1) {
        opacity: 0;
        visibility: hidden;
}
.list-products .pro-name,
.list-products .woocommerce-loop-product__title,
.widget-product-home .pro-name{
      margin: 0;
    font-size: 13px;
    position: relative;
    font-weight: normal;
    min-height: 20px;
    text-align: center;

}
.list-products .pro-name a,
.list-products .woocommerce-loop-product__title,
.widget-product-home .pro-name a {
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
        color: #252a2b;
    
}

.list-products .box-pro-prices .amount,
.list-products .price .amount,
.widget-product-home .box-pro-prices .amount{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.list-products .thumb-product .stock-status,
.widget-product-home .thumb-product .stock-status{
	position: absolute;
	top: 0;
	right: 10px;
	background: #fff;
	padding: 5px 15px;
	z-index: 9999;
}

.list-products .product-block{
	padding: 15px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	position: relative;
	min-height: 400px;
	    padding-bottom: 68px;
	    height: 100%;
}
.list-products .product-block:hover{
	box-shadow: 0 0 2px 0px #ccc;
	-webkit-box-shadow: 0 0 2px 0px #ccc;
	-moz-box-shadow: 0 0 2px 0px #ccc;
	-o-box-shadow: 0 0 2px 0px #ccc;
}


.list-products .actionLoop{
	background: black;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	padding: 7px 0;
	z-index: 9;
	background: #db2c2c;
	border-color: #db2c2c;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;

}
.list-products .product-block:hover .actionLoop {
	opacity: 1;
	visibility: inherit;
}
.list-products .actionLoop a{
	width: 50%;
	color: white;
	text-align: center;
	padding: 3px 10px;
	cursor: pointer;
	font-size: 13px;

}
.list-products .actionLoop a.quickView {
    border-right: 1px solid white;
}
.widget-tab-product-home{
	    margin: 70px 0 30px 0;
}
.widget-tab-product-home .sectionContentTab .item-tabs:not(.active){
	display: none;
}
.widget-tab-product-home .sectionContentTab .item-tabs{
	position: relative;
}
.widget-tab-product-home .sectionContentTab .item-tabs span.load{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
}

.woocommerce-products-header .woocommerce-products-header__title{
	text-align: center;
	    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.woocommerce-breadcrumb{
	font-size: 13px;
	    color: #252a2b;
	        padding: 10px 0;
}
.woocommerce-breadcrumb a{
	color: #252a2b;
}

.filter-area{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 30px;
	    gap: 15px;
}
.filter-area > *{
	max-width: 50%;
}
.filter-area .woocommerce-ordering{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.filter-area .woocommerce-ordering span{
	    font-weight: 700;
	    font-size: 13px;
	        color: #060606;
}
.filter-area .woocommerce-ordering select{
	border: none;
	font-size: 13px;
	outline: none;
	color: #060606;
	font-weight: 500;
}

.user-wrapper{
	max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
}
.user-nav a {
    width: 50%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}
.user-nav a.active,
.user-nav a:hover{
	    border-bottom: 2px solid #10a2f7;
}
.user-nav {
    border-bottom: 2px solid #cccccc63;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(146, 146, 146, 0.14);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.user-wrapper .woocommerce-form label:not(.woocommerce-form__label-for-checkbox){
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.user-wrapper .woocommerce-form input:not(input[type="checkbox"]){
	width: 100%;
	width: 100%;
	clear: both;
	padding: 8px 12px;
	border: none;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	height: 34px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.user-wrapper .woocommerce-form{
	padding: 20px;
}

.woocommerce-account .entry-title{
	display: none;
}

.user-wrapper .woocommerce-form .label-bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.user-wrapper .woocommerce-form label.woocommerce-form__label-for-checkbox{
	margin-bottom: 0;
}

.summary.entry-summary h1.product_title{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: initial;
	color: #252a2b;
}
.quantity-selector input[type="button"]{
	background: #db2c2c;
	border-color: #db2c2c;
	box-shadow: none;
	color: #ffffff;
	outline: none;
}
.quantity-selector input[type="number"]{
	    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 60px;
    height: 40px;
    line-height: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-left: none;
    border-right: none;
}
.quantity-selector{
	display: flex;
	flex-wrap: wrap;
}
.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-selector input[type=number] {
  -moz-appearance: textfield;
}
form.cart{
	flex-wrap: wrap;

}


.entry-summary form.cart.variations_form{
	display: block;
}

form.cart.variations_form table{
		    border-top: 0;
    border-right: 0;
}
form.cart.variations_form  .single_variation_wrap{
	width: 100%;
}

form.cart .quantity{
	    float: left;
    margin-top: 12px;
    margin-right: 10px;
}
form.cart button.single_add_to_cart_button {
width: calc(34% - 5px);
    background: #db2c2c;
    border-color: #db2c2c;
    box-shadow: none;
    color: #ffffff;
    outline: none;
    min-height: 42px;
    padding: 7px 0;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

form.cart button.single_add_to_cart_button:not(.wc-buy-now-btn-single){
	margin-right: 5px;
}


.variations .image-variable-items-wrapper li{
	    border-radius: 50% !important;
    overflow: hidden;
}
.entry-summary form.cart.variations_form .variations tr{
    padding: 10px 0;
        display: block;
}
.entry-summary form.cart.variations_form .variations label{
	    font-size: 13px;
	        text-transform: uppercase;
	        font-weight: 700;
}
.entry-summary form.cart.variations_form .variations th.label{
	    margin: 0 0 10px 0;
}
.entry-summary form.cart.variations_form  .woo-selected-variation-item-name{
	font-size: 13px;
	font-weight: 400;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius: 0;
}

.woocommerce-variation.single_variation{
	margin-bottom: 20px;

}
.woocommerce-variation.single_variation .amount{
	font-size: 15px;
	font-weight: 700;
}

.product-detail-wrapper{
	    padding: 30px 0 60px 0;
}

.entry-summary .single_product_div{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.entry-summary .single_product_div > a{
    border: 1px solid #7b5450;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    cursor: pointer;
    width: 98%;
    font-size: 13px;
    margin-top: 7px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
        font-size: 14px;
    color: #4d4d4d;
        font-weight: bold;
            letter-spacing: 0.09em;
            height: 42px;
}
.entry-summary .single_product_div > a img{
	    transform: translateY(-2px);
}
.product-accordion{
	margin-top: 20px;
}
.product-accordion .item-accordion{
	    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
.product-accordion .item-accordion > h3{
	text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    position: relative;
    padding-right: 12px;
}
.product-accordion .item-accordion > h3:after{
	    content: "\f067";
	        font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
        font-size: 12px;
}
.product-accordion .item-accordion.show-accordion> h3:after{
	    content: "\f068";
}
.product-accordion .item-accordion > .content-accordion{
	margin-top: 10px;
}
.product-accordion .item-accordion:not(.show-accordion) > .content-accordion{
	display: none;
}

.social-share-product .share-post-wp{
	justify-content: center;
	padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
}

.sys-store {
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}
.sys-store .numberStore {
    border-radius: 5px 5px 0 0;
    padding: .7rem .5rem;
    background: #000;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.sys-store .chontinhthanh {
    padding: .5rem;
    margin-bottom: 1rem;
}
.sys-store .chontinhthanh .select2-container{
	width: 100% !important;
}

.sys-store .form-group{
	    margin-bottom: 15px;
	        padding-right: 15px;
    padding-left: 15px;
}
.sys-store #stock-box{
	    overflow-y: scroll;
    max-height: 200px;
    margin-bottom: 15px;
    width: 100%;
/*    font-weight: bold;*/
    color: #333;
    border-color: #dcdbdb;
    position: relative;
    overflow-x: hidden;
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 13px;
}
#stock-box::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#stock-box::-webkit-scrollbar{
    width: 6px;
    height: 0;
    background-color: #F5F5F5;
}

#stock-box::-webkit-scrollbar-thumb{
    background-color: #000000;
}

#stock-box .stock {
    width: 100%;
    margin: 0 0 15px 0;
    padding-left: 20px;
    background-image: url('assets/images/maps-and-flags.png');
    background-size:15px 15px ;
    background-position: top left;
    background-repeat: no-repeat;
}

#stock-box .dist{
	font-weight: 700;
	    color: #333;
	    font-size: 13px;
}
#stock-box .street{
	display: block;
}

#stock-box .timeStore strong{
	color: #4CAF50;
}
#stock-box .timeStore strong.red {
	color: #ff0a0a;
}

.product-description-infor .item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
.product-description-infor .icons{
	width: 20px;
}
.product-description-infor .text{
	flex: 1;
	padding-left: 15px;
}
.product-description-infor .text p{
	margin-bottom: 0;
	font-size: 13px;
}
.product-description-infor .text p.m{
	text-transform: uppercase;
}
.wvg-gallery-thumbnail-image{
	padding: 5px;
	border: 1px solid #ddd;
}
.wvg-gallery-thumbnail-image.current-thumbnail{
	border: 1px solid #000000;
}

@media only screen and (min-width: 767px) {
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
                width: 9.3%;
    }
        .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        width: 90.7%;
    }
}
.nav-tabs{
	border-bottom: 0;
}
.tab-products ul.tabs-nav{
	display: flex;
	flex-wrap: wrap;
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 60px;

}
.tab-products ul.tabs-nav li{
	    width: calc(100% / 3);

}
.tab-products ul.tabs-nav li a{
	    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.tab-products ul.tabs-nav li.active a{
	    border-bottom: 1px solid black;
}
.tab-products .content-tab .items:not(.active){
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tab-products{
	margin-bottom: 50px;
}

.tab-products .list-product-category .swiper-slide{
	width: 25%;
}
.tab-products .list-product-category .button-slider{
	position: absolute;
    z-index: 999;
    top: 40%;
    border: none;
    background: transparent;
    font-size: 0;
    width: 35px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.tab-products .list-product-category .button-next {
    background-image: url(assets/images/right_arrow_fix1.png);
    right: 0;
}
.tab-products .list-product-category .button-prev {
    background-image: url(assets/images/left_arrow_fix1.png);
    left: 0;
}
.statusProduct,
.pview-code{
	    padding-bottom: 10px;
	    font-size: 13px;
	    font-weight: 700;
}
.pro-soldold{
	padding: 0 0 10px;
    border-bottom: 1px dotted #dfe0e1;
}
.entry-summary p.price{
	font-size: 21px;
    font-weight: bold;
        padding: 10px 0;
        margin-bottom: 0;
}

.list-products .icon_after_add_to_cart{
	display: none;
}
.breadcrumb-shop {
    box-shadow: inset 0 5px 7px 1px #e9e9e9;
}
@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;
	}
}

.wp-block-woocommerce-filled-cart-block .wc-block-cart__submit-button{
	background-color: #252a2b;
	        color: #fff;
}

/**
 * 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%;
}


.cart-content-mini {
	position: fixed;
	width: 480px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 8888;
	overflow: hidden;
	    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.list-mini-carts.active .cart-content-mini{
	-ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.site-cart{
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
}
.site-cart .site-nav-container-last{
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 60px 20px 250px;
	padding-bottom: 100px;
}
.cart-content-mini .textCartSide {
	display: block;
    width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
}
.cart-content-mini .title-mini-cart {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}
ul.woocommerce-mini-cart{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style:none;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item{

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.woocommerce-mini-cart .woocommerce-mini-cart-item .thumbnail{
	width: 25%;
	padding-right: 10px;
}

ul.woocommerce-mini-cart .woocommerce-mini-cart-item .text-cart{
	flex: 1;
}

ul.woocommerce-mini-cart .woocommerce-mini-cart-item .title-product{
	    width: 100%;
    font-size: 14px;
        color: #252a2b;
        margin-bottom: 0;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .title-product a{
	color: #252a2b;
}

/*ul.woocommerce-mini-cart .woocommerce-mini-cart-item .variation{
	display: flex;
	flex-wrap: wrap;
}*/
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .variation > *{
	float: left;
	margin-bottom: 5px;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .variation > *:nth-child(2n+1){
	clear: both;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .quantity{
    line-height: 26px;
    font-weight: 500;
    display: block;
    clear: both;
}

ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove-cart{
	display: block;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove-cart a{
	    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    color: #252a2b;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item{
	    border-bottom: 1px dotted #bcbcbc;
}
ul.woocommerce-mini-cart .woocommerce-mini-cart-item:last-child{
	    border-bottom: 0;
}
.cart-content-mini .line{
	display: block;
	    width: 100%;
    border-top: 2px solid #000000;
    margin: 10px 0;
}

.cart-content-mini .woocommerce-mini-cart__total{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cart-content-mini .woocommerce-mini-cart__total strong{
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 0;
}
.cart-content-mini .woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	padding-right: 0;
}

.cart-content-mini .woocommerce-mini-cart__buttons{
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 10px 0;
}

.cart-content-mini .woocommerce-mini-cart__buttons a.button.checkout{
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    order: 1;
}

.cart-content-mini .woocommerce-mini-cart__buttons a.button:not(.checkout){
	width: 100%;
	    padding: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    color: black;
    text-align: center;
    font-size: 13px;
    order: 2;
}

.cart-content-mini .site-close-handle{
	    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

.site-overlay{
	    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.added_to_cart {
	display: none !important;

}


.filter-woo .filter-contentsss{
	position: fixed;
    width: 480px;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
        -webkit-transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500mscubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.filter-woo.active .filter-contentsss {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.filter-woo .filter-title{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.filter-woo .title-mini-cart{
	    font-size: 14px;
    text-transform: uppercase;
        border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
    font-weight: 500;
}

.filter-woo .site-close-handle {
    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150mslinear;
    transition: transform 150mslinear;
}

.filter-woo .bt-filter{
    z-index: 99;
    background-color: #fff;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid;
    box-shadow: 1px 1px 2px #464646, 2px 2px 5px #949494;
    cursor: pointer;

}

#quickview-cart-desktop {
    background: white;
    width: 90%;
    margin: 3% auto;
    padding: 30px 15px;
    overflow: auto;
    position: relative;
    max-width: 1000px;
    min-height: 80%;

}

#quickview-cart{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#quickview-cart.active{
	    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

#quickview-cart-desktop .close {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9999;
        -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
#quickview-cart .wc-buy-now-btn{
	display: none;
}
#quickview-cart form.cart button.single_add_to_cart_button{
	width: auto;
	padding: 5px 10px;
}

#quickview-cart form.cart .quantity{
	display: none !important;
}

#quickview-cart .product-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: initial;
}
#quickview-cart .box-pro-prices{
	    padding: 10px 0;
} 
#quickview-cart .box-pro-prices .amount {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}
.widget-tab-product-home .sectionTitleTab .outerTabTitle{
	scroll-snap-type: x mandatory;
	overflow-x: auto;
	overflow-y: hidden;
	flex: 1;
}
.widget-tab-product-home .sectionTitleTab .outerTabTitle ul {
	min-width: max-content;
	margin-bottom: 0;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
  .list-products .actionLoop{
    display: none;
  }
  .list-products .product-block{
  	padding: 0px;
  	padding-bottom: 10px;
  	    min-height: auto;
  }
  .filter-area .woocommerce-ordering{
  	display: none;
  }
  .tab-products ul.tabs-nav li {
    width: 50%;
	}
}


@media (max-width: 567px) {
  .filter-woo .filter-contentsss{
    width: 100%;
  }
  .site-cart{
  	width: 100%;
  }
  .site-cart .site-nav-container-last{
  	        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
  }
  .filter-woo .site-close-handle {
    top: 28px;
        right: 10px;
	}
	.cart-content-mini{
		    width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    .woo-variation-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }

}

@media only screen and (max-width: 992px) {
    .woo-variation-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }
}