.products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
h1.woocommerce-products-header__title.page-title{
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: normal;
}
.woocommerce .woocommerce-ordering{
    margin-bottom: 0 !important;
}
.woocommerce .woocommerce-ordering select{
    height: 38px;
    border-radius: 25px;
}
/* product-category */
.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.woocommerce ul.products li.product-category:hover,
.woocommerce-page ul.products li.product-category:hover {
    border: 2px solid rgba(1, 149, 159, 0.6);
}

.woocommerce ul.products li.product-category.last,
.woocommerce-page ul.products li.product-category.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .woocommerce-loop-product__title,
.woocommerce ul.products li.product-category h3 {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    color: #01959f;
    bottom: 0;
    width: 100%;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    font-size: 12px !important;
    text-align: center;
    min-height: 30px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product-category:hover h3 {
    background: rgba(1, 149, 159, 0.6);
    color: #fff !important;
}

.woocommerce ul.products li.product-category span.count {
    font-weight: normal;
    display: block;
    font-size: 11px;
}

/* product list */
.full-arpro.full-content{
    padding-top: 0;
}
.woocommerce-products-header {
    position: relative;
}
.archive-product-header{
	justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 1;
}
.archive-product-header .woocommerce-ordering{
    margin-bottom:0;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px;
}
.archive-product-header select {
    height: 34px;
    font-size: 14px;
    margin-left: 20px;
}
.archive-product-header select option {
	color: #333;
}
.archive-product-header #breadcrumbs .breadcrumb_last{
	font-weight: bold;
}
.woocommerce-products-header__title.page-title {
    font-size: 24px;
    margin: 0;
}
.tax-product_cat .woocommerce-products-header__title.page-title {
}
.sort-cate {
	display: block;
}
.sort-cate .sort-cate-left {
	display: flex;
	align-items: center;
}
.sort-cate .sort-cate-left h3 {
	font-size: 16px;
	font-weight: 400;
	float: left;
	margin: 0;
	margin-top: 2px;
	color: #000;
}
.sort-cate .sort-cate-left ul {
	padding-left: 0;
	display: inline-block;
	list-style: none;
	margin: 0;
}
.sort-cate .sort-cate-left ul li {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}
.sort-cate .sort-cate-left ul li a {
	position: relative;
}
.sort-cate .sort-cate-left ul li a i {
	font: normal normal normal 14px/1 FontAwesome;
	height: 14px;
	width: 14px;
	border: 2px solid #999;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	position: relative;
    border-radius: 99px;
}
.sort-cate .sort-cate-left ul li a.active i{
	background-color: #0060df;
}
.sort-cate .sort-cate-left ul li a.active i::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	content: "\f00c";
	color: #fff;
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 14px;
	top: -2px;
	font-size: 10px;
	left: 0px;
}
.archive .term-description {
    font-size: 15px;
}	
/**/

.woocommerce ul.products.columns-3:not(.swiper-wrapper),
.woocommerce.columns-3 ul.products:not(.swiper-wrapper){
	display: grid;
    grid-gap: 20px;
    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.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{
    border: 1px solid #ebebeb;
    border-radius: 8px;
}
.woocommerce ul.products li.product .product-image{
    position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .product-image img{
	margin: 0 auto;
    width: auto;
	transition: .6s all;
	display: block;
}
.woocommerce ul.products li.product:hover .product-image img{
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-product-details__short-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 15px;
    color: #282828;
    max-height: 72px;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description p {
    margin: 0;
}

.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 {
    font-weight: normal;
    width: 100%;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 15px !important;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    background-color: #fff;
    padding-bottom: 0 !important;
/*    margin-bottom: 15px !important;*/
}


.woocommerce ul.products li.product .product-meta {
    background-color: #fcf5f2;
}
.woocommerce ul.products li.product .product-meta a:first-child{
    padding-bottom: 15px;
    background-color: #fff;
    display: block;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward, 
.woocommerce ul.products li.product a.button {
    min-width: 40px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    bottom: 8px;
    right: 12px;
    border-radius: 99px;
    transition: 0.3s all ease;
    padding: 0;
    text-align: center;
    margin: 0;
    font-size: 14px;
    padding: 0 18px;
    text-align: center;
    background: #2eb9d6;
    color: #fff !important;
    border: 1px solid  #2eb9d6;
    font-weight: 400;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.woocommerce ul.products li.product .product-image:hover a.added270_to_cart.wc-forward,
.woocommerce ul.products li.product .product-image:hover a.button {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
/*.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover,*/
.woocommerce ul.products li.product a.button:hover {
	background: #fec524;
    border-color: #fec524;
	color: #fff !important;
}
.woocommerce ul.products li.product .add_to_cart_button.added,
.woocommerce ul.products li.product .product-image a.added_to_cart.wc-forward{
    display: none !important;
}

.woocommerce ul.products li.product a.yith-wcqv-button {
    background: #f37022;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 500 !important;
}
.woocommerce div.product .summary .price,
.woocommerce ul.products li.product .price {
    color: #8a8a8a !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 15px;
    padding-right: 45px;
    margin-bottom: 0 !important;
}
.woocommerce div.product .summary .price ins,
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
    float: left;
    margin-right: 2px;
    font-weight: 500;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product .summary .price del{
    opacity: 1;

}
.woocommerce div.product .summary .price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product .summary .price del .amount,
.woocommerce ul.products li.product .price del .amount{
	font-size: 12px !important;
    font-weight: normal;
    color: gray !important;
    opacity: .8 !important;
}
.woocommerce ul.products li.product .price del{
    margin-left: 3px;
}
.woocommerce ul.products li.product .onsale {
    top: 0px !important;
    right: auto !important;
    left: auto;
    width: auto;
    min-height: auto;
    line-height: normal;
    font-weight: normal;
    color: #000;
    top: 8px !important;
    right: 5px !important;
    color: #ffffff;
    background: #3bb77e;
    padding: 5px;
    z-index: 2;
    font-size: 12px;
    border-radius: 15px 0 20px;
    box-shadow: 0px 0px 5px 2px #fff;
    font-weight: bold;
}

/* product view */
.product-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 0px;
    line-height: initial;
}
.slider_banner {
    margin-bottom: 25px;
}
.item-slide img {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 15px;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #2eb9d6 !important;
    font-size: 22px !important;
    font-weight: bold;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.3;
    color: #808080;
    font-weight: 400;
}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product .summary p.price {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #dfe0e1;
    font-size: 18px !important;
}
.woocommerce div.product .summary p.price, 
.woocommerce div.product .summary span.price {
    color: #ea212d;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 20px;
}
.woocommerce div.product .summary .price del {
    font-size: 18px;
    opacity: 1;
    font-weight: 400;
    margin-right: 5px;
    color: #999999;
}
.woocommerce .price span.onsale {
    position: unset;
    border-radius: 0;
    margin-right: 10px;
    vertical-align: text-bottom;
    min-height: auto;
    line-height: normal;
    min-width: unset;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    background: #ededed;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #f94c43;
}
.stock_status{
    margin-bottom: 20px;
}
.stock_status .attr {
    color: #2eb9d6;
}
.text-color-1 {
  color: #f9c803; 
}

.text-color-2 {
  color: #e7463d; 
}

.text-color-3 {
  color: #e8663c; 
}

.text-color-4 {
  color: #92278f; 
}

.text-color-5 {
  color: #2eb9d6; 
}

.information-pro {
    border: 2px solid #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.information-pro > div {
    border-bottom: 1px solid #ebebeb;
    line-height: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 600;
}
.lable-information {
    display: inline-block;
    width: 50%;
    font-size: 16px;
}
.lable-information .fa {
    padding-right: 5px;
}
/**/
.woocommerce div.product form.cart .variations td {
   display:block;
   margin-bottom:5px;
/*   width: 50%;*/
}
.woocommerce div.product form.cart .variations label {
 margin:0 0 10px 0;
 text-align:left;
 z-index:0;
}
div.select_option.select_option_label span,
div.select_option.select_option_label img {
 width:auto;
 min-width: 35px;
 padding:0 5px;
 height:auto;
 font-size: 12px;
}
div.select_option.selected span {
    color: #000;
    border: 1px solid#e4393c;
    border-radius: 5px;
}
div.select_option.selected::after {
    background-image: url('images/select-pro.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
}
.select_option.selected {
    border-color: #c0020f;
    position: relative;
}
.select_option {
    border:1px solid #e5e5e5!important;
    border-radius: 5px;
    margin-right: 10px !important;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin:0 !important;
}
/**/
.woocommerce div.product form.cart div.quantity {
    display: none !important;
}
.woocommerce div.product .summary form.cart div.quantity .wrap-quantity {
    width: 100%;
    margin-bottom: 15px;
}
.quantity .nd-sl {
    width: 20%;
    font-weight: bold;
    min-width: 70px;
}
.woocommerce .quantity .qty_button, .woocommerce .quantity .qty {
    outline: none;
    height: 32px;
    text-align: center;
    width: 32px;
    float: left;
    margin-right: 0;
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
}
.woocommerce .summary .quantity .qty_button.minus,
.woocommerce .summary .quantity .qty_button.plus{
    background-color: #f3f4f4;
}
.woocommerce .quantity .qty {
    width: 60px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: bold;
}
.woocommerce div.product .summary form.cart {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 1em;
}

.woocommerce form button.button,
.woocommerce div.product form.cart .button {
    position: relative;
    z-index: 0;
    border: 1px solid #2eb9d6;
    white-space: nowrap;
    padding: 0 40px;
    height: 48px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: #2eb9d6 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 16px;
}
.woocommerce div.product form.cart .button.buy_now_button {
    background-color: #3c297c !important;
    border-color: #3c297c !important;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button.buy_now_button:hover {
    background-color:  #f5d461 !important;
    color: #fff !important;
    border-color:#f5d461 !important;
}
/*tabs*/
.woocommerce-tabs {
    margin-top: 20px;
    background-color: #fff;
    padding-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding:0 15px !important;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs ,
.woocommerce div.product .woocommerce-tabs ul.tabs li a{

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom: 3px solid  #2eb9d6 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #3c297c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    background-color: #d7b401;
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0px 20px !important;
    border-bottom: 0px !important;
    margin-top: 0px !important;
    position: relative;
    margin-right: 20px !important; 
    position: relative;
    text-transform: uppercase;
    background-color: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal !important;
    font-size: 18px !important;
    padding-top: 20px !important; 
    color: #000 !important;
    font-weight: 600 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 20px;
}
/*end tabs*/
.related {
    margin-bottom: 20px !important;
    background: #fff;
    width: 100%;
    margin-top: 20px !important;
}
.related > h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 30px;
    text-transform: uppercase;
    font-weight: normal;
}

/*cart*/
#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; 
}
/* checkout */
.woocommerce .form-row-last input.button {
    color: #fff !important;
}

.woocommerce .form-row-last input.button:hover {
    background: #ffff !important;
    border: 1px solid;
}
 .woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 35px;
 }

/*check out*/
.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;
}

.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_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%;
}

.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;
}

#customer_details h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

.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: #338dbc;
}

.billing_bottom button {
    padding: 1.4em 1.7em;
    border-radius: 4px;
    background: #338dbc;
    color: #fff;
    transition: 0.4s all;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.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;
}

/*step2*/
.woocommerce-checkout-step2 #customer_details .col-1 {
    display: none;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
    width: 48%;
    float: right;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set {
    width: 48%;
    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: #48cab2;
    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: 15px;
    font-weight: normal;
}

.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;
}

/**/
/**/
/*login*/
.headding_login {
    text-align: center;
    margin-bottom: 20px
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce .register {
    width: 50%;
    margin: 0 auto !important
}

.woocommerce form.login input,
.woocommerce form.lost_reset_password input,
.woocommerce form.register input {
    height: 42px;
    border: 1px solid #ededed;
    padding: 10px
}

.woocommerce form.login button,
.woocommerce form.lost_reset_password button,
.woocommerce form.register button {
    background-color: #ff5722;
    padding: 15px 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.woocommerce form.lost_reset_password input {
    width: 100%
}


#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: 900px) {
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        padding: 5px !important;
    }
    .woocommerce ul.products li.product span.price, 
    .woocommerce ul.products li.product span.price ins,
    .woocommerce ul.products li.product a .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product a .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3{
        font-size: 15px;
    }
    .woocommerce ul.products li.product a.button, 
    .functional-buttons a{
        font-size: 13px;
    }
}


@media only screen and (max-width: 767px) {

    .woocommerce form.login,
    .woocommerce form.register,
    .woocommerce form.lost_reset_password,
    .woocommerce .register {
        width: 90%;
    }
    .woocommerce .cart-collaterals .cart_totals{
        width: 100% !important;
    }
}

/*end login*/

/* yith quick-view*/
#yith-quick-view-content div.images {
    box-sizing: border-box;
}

#yith-quick-view-content div.summary {
    box-sizing: border-box;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 990px) {
    h1.woocommerce-products-header__title.page-title {
        font-size: 25px;
    }
    /**/
    .detail-product-inner .col-mb {
        width: 50%;
    }
}
@media only screen and (min-width: 769px) {

    .woocommerce ul.products li.product-category,
    .woocommerce-page ul.products li.product-category {
        width: 24.05% !important;
        margin: 0 1.2% 2.992em 0 !important;
    }

}
@media only screen and (max-width: 800px) {
    .woocommerce ul.products li.product a.added_to_cart.wc-forward, .woocommerce ul.products li.product a.button {
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 0 !important;
        font-size: 15px;
    }
    /**/
    .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 {
        font-size: 14px !important;
    }
    .woocommerce ul.products li.product .price{
        font-size: 15px !important;
    }
    /**/
}
@media only screen and (max-width: 700px) {
    .woocommerce form button.button, .woocommerce div.product form.cart .button {
        height: 35px;
        line-height: 30px;
        padding: 0 20px;
        font-size: 15px;
    }
    .woocommerce .quantity .qty_button, .woocommerce .quantity .qty{
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .archive-product-header h1 {
        font-size: 22px;
    }
    .archive-product-header select {
    }
    .woocommerce div.product .product_title{
        font-size: 18px;
    }
    .woocommerce div.product .summary .price{
        font-size: ;
    }
    /* Fix lỗi small woo bị lỗi khi nén css*/
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
    }
    /**/
    .woocommerce ul.products.columns-3:not(.swiper-wrapper), 
    .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    /**/
    .woocommerce ul.products li.product a.added_to_cart.wc-forward, 
    .woocommerce ul.products li.product a.button{
        display: none;
    }
    .woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price {
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .detail-product-inner .col-mb {
        width: 100%;
    }
    /**/
    .detail-product-inner {
        padding-top: 20px;
    }
    .product-title h1 {
        font-size: 24px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 18px !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 640px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0px 10px !important;
        margin-right: 10px !important;
    }
}
@media only screen and (max-width: 600px) {
    .archive-product-header h1 {
        font-size: 20px;
    }
    .woocommerce ul.products.columns-4:not(.swiper-wrapper), 
    .woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
        grid-template-columns: 1fr 1fr;
    }
/**/
    .product-title h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
    .headeing-arproduct {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 400px) {
    .woocommerce ul.products.columns-3:not(.swiper-wrapper), 
    .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
        grid-template-columns: 1fr;
    }
}