@media only screen and (min-width: 768px) {
	.filter-control,
	.hvg-ordering{
		width: 20%;
		cursor: pointer;
	}
}

.sidebar-pro {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 50px;
	left: -100%;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 9999;
	width: 300px;
}
.sidebar-pro.active {
	left: 0;
}
.sidebar-pro-head {
	background: #f6f6f6;
}
.close-sidebar-pro{
	cursor: pointer;
}
.wcapf-active-filters-before-shop-loop {
	display: none;
}
/**/
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border-radius: 2px;
	background-color: transparent;
	border: 1px solid #fff;
	float: left;
	flex:1;
	font-size: 14px;
	font-weight: 300;
}
.woocommerce .woocommerce-ordering select:focus {
	border: 1px solid #e6e6e6;
	box-shadow: none;
}
.woocommerce .woocommerce-ordering {
	margin: 0 0 1em;
	display: flex;
	align-items: center;
	float: left;
}
.woocommerce .woocommerce-result-count {
	color: #555;
	display: none;
}
/**/
/* product list */
.woocommerce ul.products.columns-3:not(.swiper-wrapper),
.woocommerce.columns-3 ul.products:not(.swiper-wrapper){
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.woocommerce .products.columns-3 ul::after, 
.woocommerce .products.columns-3 ul::before, 
.woocommerce ul.products.columns-3::after, 
.woocommerce ul.products.columns-3::before {
    display: none;
}
.woocommerce ul.products li.type-product.swiper-slide{
    margin-bottom: 0 !important;
}
.woocommerce ul.products.columns-3 li.type-product:not(.swiper-slide),
.woocommerce.columns-3 ul.products li.type-product:not(.swiper-slide){
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce ul.products li.type-product, 
.woocommerce-page ul.products li.type-product {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.woocommerce ul.products li.type-product:hover,
.woocommerce-page ul.products li.type-product:hover {
}

.woocommerce ul.products li.product .img-pro {
    position: relative;
}
.woocommerce ul.products li.product .img-pro a.button{
    position: absolute !important;
    bottom: 10px;
    right: 0px;
    width: 32px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}
.woocommerce ul.products li.product .img-pro a.button:hover{
    width: auto !important;
    width: max-content !important;
    padding: 0 45px 0 15px;
}
.woocommerce ul.products li.product .img-pro a.woocommerce-loop-product__link{
    position: relative;
	overflow: hidden;
	display: block;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .img-pro a img {
	margin: 0;
	transition: .6s all;
	display: block;
	object-fit: cover;
	aspect-ratio: 425/638;
}
.woocommerce ul.products li.product .img-pro a img + img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 300ms;
}
.woocommerce ul.products li.product .img-pro a:hover img + img {
    visibility: visible;
    opacity: 1;
    transition: all ease 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.woocommerce ul.products li.product .img-pro a:hover img:first-child{
	opacity: 0;
}


.woocommerce ul.products li.product .img-pro a::before, .woocommerce ul.products li.product .img-pro a::after {
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	content: '';
	opacity: 0;
	transition: opacity 0.5s, transform 0.5s; 
}
.woocommerce ul.products li.product .img-pro a::before {
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(0, 1); 
}
.woocommerce ul.products li.product .img-pro a::after {
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(1, 0); 
}
.woocommerce ul.products li.product .img-pro a:hover::before, .woocommerce ul.products li.product .img-pro a:hover::after {
	opacity: 1;
	transform: scale(1); 
}

.woocommerce ul.products li.product .info-product{
	position: relative;
	text-align: center;
	background-color: #ffffff;
}
.woocommerce ul.products li.product .info-product {
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;

}
.woocommerce ul.products li.product .info-product .attribute_wrapper{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9a9a9a;
}

.woocommerce ul.products li.type-product .woocommerce-loop-category__title,
.woocommerce ul.products li.type-product .woocommerce-loop-product__title,
.woocommerce ul.products li.type-product h3 {
    color: #000;
    width: 100%;
    font-size: 16px !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-weight: 300;
/*    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
}


.woocommerce ul.products li.product .price {
	font-size: 14px !important;
	color: red !important;
    margin: 0;
	margin-bottom: 5px;
	font-weight: bold !important;
    display: flex !important;
    justify-content: center;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
	margin-right: 5px;
    order: -1;
}
ins .woocommerce-Price-amount.amount {
    color: #333;
}
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount{
	color: red;
}
.woocommerce ul.products li.product .price del {
	font-weight: normal;
	color: #333 !important;
	opacity: 1;
	font-style: italic;
}
.woocommerce ul.products li.product .onsale {
    transform: rotate(0deg);
    top: 13px !important;
    right: auto !important;
    left: 10px !important;
    letter-spacing: -0.5px;
    min-width: auto;
    background-color: red;
    border-radius: 0 !important;
    min-height: auto !important;
    line-height: normal;
    border-radius: 3px !important;
}
.woocommerce ul.products li.product a.button {
    background: #288ad6 !important;
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 16px;
    position: relative;
    padding: 0 45px 0 15px;
    height: 32px;
    line-height: 30px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
    border: 1px solid transparent !important;
    transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -webkit-transition: border 0.5s ease;
}
.woocommerce ul.products li.product a.button:hover{
	z-index: 9;
    border-color: #288ad6 !important;
}
.woocommerce ul.products li.product a.button .btnico {
    position: absolute;
    right: -1px;
    top: -1px;
}
.btnico {
    display: block;
    width: 32px;
    height: 32px;
    background: #288ad6;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
}
.btnico svg {
    width: 16px;
    height: 31px;
    display: block;
    margin: auto;
    fill: #ffffff;
}
.woocommerce ul.products li.product a.button:hover .btnico{
    background-color: #fff !important;
}
.woocommerce ul.products li.product a.button:hover .btnico svg {
    fill: #288ad6 !important;
}

.out-of-stock-btn {
	position: absolute;
	right: 10px;
	top: 13px;
	padding: 5px 8px;
	background: #ba7379;
	color: #fff;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: absolute;
	top: -5px;
	right: 5px;
	text-transform: uppercase;
	line-height: 1;
	z-index: 2;
}

/*single product*/
.custom-gallery-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.custom-gallery-2col .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

/**/
.woocommerce div.product .product_title {
	color: #121212;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}
.product_meta i {
	color: #FFA03C;
}
.listInfoDesc ul{
	display: flex;
	list-style: none;	
	padding: 0;
}
.listInfoDesc a {
	color: #0b5690;
	font-weight: bold;
}
.woocommerce div.product .summary-wrap p.price {
	display: block;
	overflow: hidden;
	line-height: 20px;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
	font-size: 24px;
	color: #de1316;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
	display: flex;
}
.woocommerce div.product p.price ins {
	order: -1;
	float: left;
	font-size: 18px;
	text-decoration: none;
}
.woocommerce div.product p.price del {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #444;
	text-decoration: line-through;
	font-weight: normal;
	opacity: 1;
	margin-left: 10px;
}
.woocommerce div.product .woocommerce-variation-price span.price ins {
	text-decoration: none;
}
/**/
.woocommerce div.product form.cart .variations label {
	 font-weight: normal !important; 
	text-align: left;
	text-transform: uppercase;
}
.select_option {
	border: 0 !important;
}
.select_option .yith_wccl_value {
	font-size: 14px !important;
	border: 1px solid #ccc !important;
	padding: 2px 6px !important;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	margin-bottom: 17px;
}
.select_option.selected .yith_wccl_value {
	border-color: #000 !important;
}
.quantity{
	display: inline-flex;
	align-items: center;
}
.input-text {
	-webkit-appearance: none;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	margin-left: 3px;
	width: auto !important;
}
.single_variation_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.single_variation_wrap .woocommerce-variation-price {
	/*display: none;*/
}
.woocommerce-variation-add-to-cart{
	order: -1;
}
.woocommerce-variation-price{
	display: inline-flex;
	align-items: center;
}
.woocommerce-variation-price .amount {
	/*color: #de1316;*/
	font-weight: 600;
	font-size: 16px;
}
.woocommerce div.product form.cart{
	margin-bottom: 10px !important;
}

/**/
.woocommerce-product-details__short-description {
	display: block;
	overflow: hidden;
	position: relative;
}
.woocommerce-product-details__short-description ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-product-details__short-description li {
	display: flex;
	align-items: center;
}
.woocommerce-product-details__short-description p{
	margin-bottom: 5px;
}
/**/
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	display: block !important;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 142.308% */
}
.reset_variations {
	display: none !important;
}
/**/
.woocommerce div.product .summary form.cart .button {
    display: inline-block;
    padding: 10px 10px;
    /* width: auto; */
    margin: 0;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent !important;
    border: 1px solid #231F20 !important;
    color: #231F20 !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 3px #BCBEC0;
    box-shadow: 0px 0px 0px 3px #BCBEC0;
}
.woocommerce div.product .summary form.cart .button:hover, 
.woocommerce div.product .summary form.cart .button:focus {
    background-color: #c72e1c;
    border-color: #f7dc95;
    color: #f7dc95;
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    right: 0;
    font-size: 16px !important;
    display: none !important;
}
.woocommerce div.product form.cart div.quantity {
	width: 100%;
	margin-bottom: 10px;
}
.wrap-quantity {
    display: flex;
    margin:10px;
}
.nd-sl {
    margin-right: 20px;
    font-weight: bold;
}
.woocommerce .quantity .qty_button{
    cursor: pointer;
    background-color: #FFFBF0;
}
.woocommerce .quantity .qty_button:hover{
    border-color: #000;
    color: #000;
}
.woocommerce .quantity .qty_button, .woocommerce .quantity .qty {
    /* border: 0; */
    outline: none;
    height: 34px;
    text-align: center;
    width: 34px;
    float: left;
    border: 1px solid #6c757d;
    background: #fff;
    font-size: 14px;
    padding: 0;
}
.woocommerce .quantity .qty {
	border: 0.974px solid #6c757d;
	background: rgba(217, 217, 217, 0.00);
	max-width: 42px; 
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	margin: 0;
}
.woocommerce button.button.single_add_to_cart_button{
    height: 45px;
}
.woocommerce div.product form.cart button.button.alt {
	height: 45px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 50px;
}
.woocommerce div.product .summary form.cart button.button.single_add_to_cart_button {
  width: 49%;
}
.woocommerce div.product .summary form.cart button.button.buy_now_button,
.woocommerce div.product .summary form.cart button.button.wc-buy-now-btn {
    color: #fff;
    width: calc(100% - 52%);
    background-color: #000 !important;
    color: #fff !important;
    margin-left: 2%;
}
.variations_form .single_variation_wrap .single-product-btn {
  display: none;
}
.variations_form .single_variation_wrap .wc-buy-now-btn {
    display: block !important;
}
.variations_form .wc-buy-now-btn{
    display: none !important;
}
.woocommerce-variation.single_variation {
	margin-bottom: 0;
	width: 100%;
	order: -1;
	text-align: center;
}
.woocommerce-variation-availability {
	width: 100%;
	display: block;
}
.stock.out-of-stock {
	background: #ce1818;
	padding: 10px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	justify-content: center;
	display: flex;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	/*display: none;*/
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-message {
    border-top-color: #000;
    margin: 20px 0 0 !important;
}
.button.wc-backward,
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    background-color: #000 !important;
    color: #fff !important;
}
.woocommerce-message::before {
    color: #000;
}

/*tabs*/
/**/
.after-summary.pt-lg-5.pb-lg-5 {
	clear: both;
}
.protab-head{
    list-style: none;
    padding: 0;
    display: flex;
    overflow: auto;
}
.protab-head li{
    color: #000;
    text-align: center;
    font-weight: 300;
    line-height: 1;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
}
.protab-head li.active{
	background-color: #000;
    font-weight: bold;
    color: #fff;
}
.protab-main .item-protab-content:not(:first-child){
    display: none;
}
/**/
.main-content-product {
}
div.noidung_cap1 {
  max-height:400px;
  overflow:hidden
}
.xemthem_cap1 {
  text-align:center;
  margin:20px auto 0
}
.xemthem_cap1 a {
	color: #000;
	cursor: pointer;
	border: 1px solid #8D8D8D;
	padding: 8px 25px;
	border-radius: 3px;
	background: #fff;
}
.xemthem_cap1 a:hover {
	background: #8D8D8D;
  color: #fff;
}
/**/
.related-row > h2 {
	color: #000;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
/**/



.type-product  table,
.entry-content table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important;
	margin-bottom: 0 !important;
}
.type-product table tr td, 
.type-product table tr th,
.entry-content table tr td, 
.entry-content table tr th {
	padding: 10px;
	border: 1px solid #000;
}
.woocommerce-cart-form__contents{
	border: 0 !important;
}


/*///////////////////////////////////////////*/
/*cart*/
body.woocommerce-cart .actions{
	display: none !important;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce table.shop_table .variation {
    color: #686868;
    font-size: 14px;
    display: flex;
    margin-top: 0 ;
    text-transform: capitalize;
}
.woocommerce table.shop_table .variation dt{
    display: none !important; 
}
.woocommerce .wc-item-meta dd, 
.woocommerce dl.variation dd {
    margin: 0;
}
.woocommerce .wc-item-meta p, .woocommerce .wc-item-meta:last-child, 
.woocommerce dl.variation p, .woocommerce dl.variation:last-child {
    margin: 5px 0;
}
.woocommerce table.shop_table .variation dd p::after{
    content: " / ";
}
.woocommerce table.shop_table .variation dd:last-child p::after{
    display: none; 
}
body.woocommerce-cart table.shop_table td .amount{
	font-weight: bold;
	font-size: 18px;
}
/*check out*/
/*.woocommerce-checkout .breadcrumb-tow,*/
.woocommerce-checkout .full-head-title{
	display: none;
}
.checkout .form-row label {
    color: #333333;
}

.woocommerce-info {
    border-color: #48cab2 !important;
}

.checkout .form-row input,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row input.input-text,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row textarea,
.woocommerce .woocommerce-checkout form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    border: 1px solid #d9d9d9;
}

.checkout_coupon .input-text,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input.input-text {
    box-shadow: none;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    border-color: #eee;
}
textarea[name="order_comments"] {
    border: 1px solid #eee !important;
    box-shadow: none !important;
}
.woocommerce-form-coupon-toggle {
    display: none !important;
}

#place_order {
    width: 100%;
    margin-top: 20px;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_state_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field {
    width: 100%;
    border-color: #eee;
}
.select2-container .select2-selection {
  border-color: #eee !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  height: 45px;
  line-height: 36px;
}
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field {
    width: 50%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    width: 50%;
    padding-right: 0px;
}

body.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: none !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce .woocommerce-checkout .col2-set div.col-1,
.woocommerce-page .woocommerce-checkout .col2-set div.col-1 {
    width: 100%
}

.checkout-tu-tao {
    float: left;
    width: 48%;
    display: flex;
}

.checkout-tu-tao #customer_details .col-1 {
    width: 100% !important;
}

.full-checkout h3,
#customer_details h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.25em;
}

.phuongthuc_ship {
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout.woocommerce-checkout-tao,
.full-checkout .woocommerce-message {
    float: right;
    width: 48%;
}

.woocommerce-checkout-tao #customer_details {
    display: none;
}

.order_review_toggle_mobile {
    margin: 15px 0;
    display: none;
}

.billing_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.billing_bottom a {
    text-decoration: none;
    color: #000;
}

.billing_bottom button {
    padding: 15px 50px;
    border-radius: 4px;
    background: #338dbc;
    color: #fff;
    transition: 0.4s all;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 50%;
}

.woocommerce .button.apply_input_coupon {
    padding: .9em 1.5em !important;
    border-radius: 3px !important;
    border: none !important;
    color: #fff !important;
    background: #338dbc !important;
    cursor: pointer !important;
}

.woocommerce .button.apply_input_coupon:hover {
    color: #fff !important;
    background: #338dbc !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th {
    text-align: left;
}
.woocommerce table.shop_table tbody th {
    border: 0;
}
/*step2*/
.woocommerce-checkout-step2 #customer_details .col-1 {
/*    display: none;*/
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
    width: 42%;
    float: right;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set {
    width: 54%;
    float: left;
}

#shipping_method {
    border: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li+li {
    border-top: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li {
    padding: 10px;
}

#payment {
    background: none !important;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li+li {
    border-top: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li {
    padding: 10px;
}

.form-row.place-order,
#order_review #payment {
    display: none;
}

/*end step2*/

.woocommerce .woocommerce-checkout form.checkout_coupon {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.submit_input_coupon {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.name_coupon_product {
    padding: .9em;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    flex-grow: 1;
    margin-right: 20px;
}

.submit_input_coupon p {
    padding: 0.9em 1.5em;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    background: #338dbc;
    cursor: pointer;
    text-transform: initial;
    margin: 0;
}

.checkout .cart_item .thumbnail_product_checkout {
    width: 20%;
    position: relative;
}

.checkout .cart_item .thumbnail_product_checkout img {
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 0;
    overflow: hidden;
}

.checkout .cart_item .thumbnail_product_checkout .product-quantity {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    background: rgba(153,153,153,0.9);
    color: white;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .submit_input_coupon p {
        padding: 0.9em 1em;
    }
}

@media only screen and (max-width: 768px) {
    .shop_table.cart .nd-quantity-input,
    .woocommerce td.product-name dl.variation {
        justify-content: flex-end;
    }
    /*checkout*/
    #order_review_heading,
    div.woocommerce-billing-fields h3 {
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
        text-align: right;
    }

    .full-checkout {
        display: flex;
        flex-direction: column;
    }

    .checkout-tu-tao,
    .woocommerce-checkout-tao {
        width: 100% !important;
        order: 2;
    }

    .checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .woocommerce-checkout-step2 #customer_details {
        width: 100%;
        order: 2;
    }

    .submit_input_coupon {
        padding: 0;
    }

    #order_review,
    .checkout.woocommerce-checkout.woocommerce-checkout-tao,
    .full-checkout .woocommerce-message {
        width: 100% !important;
    }
}

/*cam on*/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    background: #fafafafa;
}

.woocommerce-order .woocommerce-notice {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #226fe9;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.woocommerce ul.order_details li,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table td .amount {
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.woocommerce ul.order_details li {
    float: none !important;
    width: 25%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px !important;
    font-weight: bold;
}

.woocommerce ul.order_details li strong {
    font-weight: bold;
    color: #333333;
    font-size: 14px !important;
    margin-top: 10px;
}
.shop_table.cart .nd-sl{
    display: none;
}
.shop_table.cart .nd-quantity-input {
    display: flex;
}
.shop_table.cart .quantity .qty_button,.shop_table.cart   .quantity .qty{
    flex: none !important;
}
.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
	font-size: 15px !important;
	font-weight: bold;
}
/**/
/**/
/*login*/
.woocommerce-MyAccount-navigation li {
	margin: 10px auto;
}
.logged-in .woocommerce-MyAccount-content .woocommerce-Button.button {
	color: #fff;
	background-color: #000;
}

.woocommerce-account:not(.logged-in) h1{
	display: none;
}
.headding_login {
    text-align: center;
    margin-bottom: 20px
}
.woocommerce form.lost_reset_password input,
.woocommerce-account:not(.logged-in) form .form-row .input-text{
 	border-radius: 0;
 	border: 1px solid transparent;
 	box-shadow: none;
 }
.woocommerce form.lost_reset_password input:focus,
.woocommerce-account:not(.logged-in) form .form-row .input-text:focus{
 	border: 1px solid #e6e6e6 !important;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password{
    width: 350px;
    margin: 0 auto !important;
    border: 0;
    padding: 0;
}

.woocommerce form.login input,
.woocommerce form.lost_reset_password input,
.woocommerce form.register input {
    height: 42px;
    border: 1px solid #ededed;
    padding: 10px
}

.woocommerce form button.login_submit_btn,
.woocommerce form.lost_reset_password button {
    background-color: #000;
    padding: 15px 20px;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.woocommerce form.lost_reset_password input {
    width: 100% !important;
}


#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 900px;
    overflow: hidden;
    border-radius: 5px;
}
#yith-quick-view-modal .summary .summary-content>.price{
    display: none;
}

@media only screen and (max-width: 768px) {
	.breadcrumb-content.breadcrumb-content-tow {
		overflow: auto;
		white-space: nowrap;
	}
	.out-of-stock-btn,
	.woocommerce ul.products li.product .onsale {
		font-weight: 300;
	}
	.woocommerce ul.products.columns-3:not(.swiper-wrapper), .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
		grid-template-columns: 1fr 1fr;
	}
	/**/
	.head-procat-wrap.product_cat_banner .title {
		font-size: 22px;
	}
	.head-procat-wrap{
		padding: 30px 0 20px;
	}
	.head-procat-wrap .row{
		min-height: auto;
	}
	.archive_description{
		font-size: 16px;
		line-height: 20px;
	}
	.head-procat-wrap .btn-button-head {
		display: none;
	}
	/**/
	.product_cat-right {
		padding-left: 0;
	}
	/**/
	.wat_down_filter-wrap .wcapf-filter {
		padding: 10px 0;
	}
	.summary.entry-summary {
		overflow: hidden;
	}
	/**/
	.custom-gallery-2col {
		display: flex;
	}
	.custom-gallery-2col .gallery-item{
		width: 100vh;
	}

	.select_option .yith_wccl_value {
		margin-bottom: 17px;
	}
	.single_variation_wrap {
		padding-top: 0;
	}
}
@media only screen and (max-width: 640px) {
	.protab-head {
		flex-wrap: wrap;
	}
	.protab-head li {
		width: 100%;
	}
	.related-row > h2 {
		font-size: 18px;
	}
	h1.woocommerce-products-header__title.page-title {
		width: 100%;
		order: 4;
		text-align: center;
	}
	.filter-control, .woocommerce-ordering {
		width: auto;
		margin: 0 0 5px 0 !important;
	}
	.woocommerce .woocommerce-ordering select {
		max-width: 141px;
	}
	.woocommerce-variation-add-to-cart{
		margin: 2px;
	}
	/**/

	.woocommerce div.product .summary form.cart button.button.single_add_to_cart_button {
		position: fixed;
		bottom: 77px;
		z-index: 9999999999999999999;
		left: 5px;
		width: 47% !important;
	}
	.woocommerce div.product .summary form.cart button.button.wc-buy-now-btn {
		margin-left: 2%;
		right: 5px;
		left: auto;
	}
	.single-product div#mobile-bottom-navigation::before {
		content: "";
		background-color: #fff;
		height: 66px;
		width: 100%;
		position: absolute;
		bottom: 100%;
		border-top: 1px solid #DbDbDb;
	}
}
@media only screen and (max-width: 480px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
		margin-bottom: 20px !important;
	}

}
