.product_cat_banner img {
    width: 100%;
    margin-bottom: 10px;
}
/* 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;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #20bc5a;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.archive-product-header select ,
.woocommerce-products-header,
.woocommerce-products-header a{
    color: #fff;
}
.woocommerce-products-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.05);
}
.archive-product-header{
	justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 1;
}
.archive-product-header .woocommerce-ordering{
    margin-bottom:0 !important;
}
.archive-product-header select {
    height: 34px;
    font-size: 15px;
    margin-left: 20px;
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.09);
    border-radius: 99px;
    background-image: none;
    appearance: auto;
    padding-right: 0;
}
.archive-product-header select option {
	color: #333;
}
.headeing-arproduct .breadcrumbs {
    font-weight: bold;
    text-transform: uppercase;
}
.archive-product-header h1{
	margin: 0 0 5px;
    font-size: 24px;
    line-height: 1;
    display: none;
}
.archive-product-header #breadcrumbs .breadcrumb_last{
	font-weight: bold;
}

.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 {
    margin-bottom: 0 !important;
    overflow: hidden;
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.woocommerce ul.products li.type-product:hover {
}

.woocommerce ul.products li.product .img-wrap{
	position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.woocommerce ul.products li.product .img-pro {
    overflow: hidden;
}
.woocommerce ul.products li.product .img-pro img{
	margin: 0;
	transition: .6s all;
	display: block;
	object-fit: cover;
}

.woocommerce ul.products li.product .img-wrap a.button.yith-wcqv-button {

}

.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 {
    text-transform: uppercase;
    margin: 5px 9px !important;
    padding: 0 !important;
    color: #334862 !important;
    font-size: 14px !important; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px !important;
    text-align: center;
}
.log-btn {
    border: 2px solid #00b46e;
    padding: 0 10px;
    line-height: 29px;
    font-size: 12px;
    color: #00b46e;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.label-text-slogan {
    margin-top: 8px;
    color: #334155;
    background-color: #edf2f8;
    border-radius: 6px;
    padding: 0px 4px;
    font-size: 14px;
    min-height: 40px;
    align-items: center;
    display: grid;
    text-align: center;
    line-height: 17px;
}
.add-to-cart-button {
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product a.added_to_cart.wc-forward, 
.woocommerce ul.products li.product a.button {
    background-color: unset !important;
    border-radius: 40px;
    border: 1px solid #333 !important;
    color: #333 !important;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    padding: 0 20px;
    min-width: 180px;
    margin-top: 0 !important;
}
.log-btn:hover, 
.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover, 
.woocommerce ul.products li.product a.button:hover {
    background-color: #ee1f1f !important;
    color: #fff !important;
    border-color: #ee1f1f !important;
}
.woocommerce ul.products li.product .add_to_cart_button.added{
	display: none;
}


.woocommerce ul.products li.product a.yith-wcqv-button {
    background: #f37022;
}

.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    margin: 0 !important; 
    font-weight: bold !important;
    padding: 0 10px 10px !important;
    color: #eb2525 !important;
    text-align: center;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount{
    color: #333 !important;
}

.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: 14px !important;
    font-weight: normal;
}
.woocommerce div.product .summary .price del .amount{
    font-size: 18px !important;
}
.woocommerce-Price-amount {
    color: #eb2525 !important;
}

.woocommerce ul.products li.product .onsale {
    background: #ffcc2a;
    width: 2.8em;
    height: 2.8em;
    line-height: 2.8em;
    color: #fff;
    background-color: #FFBE00;
    right: 20px !important;
    top: -30px;
    font-size: 12px;
    font-weight: 700;
    width: 44px;
    height: 2.5em;
    border-radius: 0;
}
.woocommerce ul.products li.product .onsale::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    border-left: 22px solid #FFBE00;
    border-right: 22px solid #FFBE00;
    border-bottom: 10px solid transparent;
}

/**/
.ctsp_hotline a {
    display: inline-block;
    background: #FF0000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 6px;
    color: #fff !important;
}
/* product view */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 2 !important;
}
.single-product .woocommerce-products-header {
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 12px;
}  
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: visible !important;
}
.single-list-img {
    margin-top: 15px !important;
}
.kw-product {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.single-product .sidebar-one {
    float: right;
    margin: 0;
    margin-left: 2%;
}
.summary.entry-summary #breadcrumbs,
.summary.entry-summary #breadcrumbs a{
    color: rgba(102,102,102,.7);
    font-size: 14px;
}
.summary.entry-summary .breadcrumb_last {
    display: none;
}
.woocommerce div.product .product_title {
    margin-bottom: 5px;
    font-size: 30px;
    color: #262626;
    font-weight: 500;
}
.woocommerce .summary .woocommerce-product-rating .star-rating{
    margin: 0 !important;
    color: #5cab10;
}
.woocommerce div.product .summary .price {
    text-align: left;
    color: #10723A !important;
    font-size: 1.5em !important;
    margin: .5em 0;
    font-weight: bolder;
}
.woocommerce div.product .summary .price ins{
    text-decoration: none;
}
.single-product .summary .short-content-product {
    margin-bottom: 15px;
    border: 1px solid #bfbfbf;
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.woocommerce-tabs {
    float: left;
    width: 100%;
    background-color: #fff;
}
.single_variation_wrap .woocommerce-variation-price {   display: none; }
/**/
div.noidung_cap1 {
    max-height: 100px;
    overflow: hidden;
    text-align: justify;
}
.btn_cap1_wrap{
    text-align: center;
}
.btn_cap1 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #22ad00;
    margin: 10px auto;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #22ad00;
    border-radius: 20px;
}
.xemthem_cap1::after {
    content: '\f107';
    font-family: 'FontAwesome';
    width: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}
.rutgon_cap1::after {
    content: '\f106';
    font-family: 'FontAwesome';
    width: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}
/**/
.woocommerce div.product .summary form.cart {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.select_option.selected span {
    color: #ff5722;
    box-shadow: 0 1px 9px 0 rgba(4,4,4,.14);
    border-color: #ff5722;
}

.woocommerce div.product .summary form.cart div.quantity {
     float: none; 
    margin: 0 4px 0 0;
}
.woocommerce .quantity .qty_button, .woocommerce .quantity .qty {
    border-left: 1px solid #ddd;
    outline: none;
    height: 40px;
    text-align: center;
    width: 25px;
    float: left;
    margin-right: 0;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    padding: 0;
}
.woocommerce .quantity .qty {
    width: 40px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: normal;
    font-size: 1em;
}
.woocommerce div.product form.cart button.button.alt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 6px;
    border: none !important;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00b46e !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    color: #fff !important;
    border: 1px solid !important;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
}

.woocommerce div.product form.cart .button{
    margin-left: 10px;
}
.woocommerce div.product form.cart button.buy_now_button {
    width: 100%;
    background-color: #f28900 !important;
    color: #fff;
    border-radius: 4px;
    line-height: initial;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-top: 10px;
}

.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;
}
div.select_option.selected span {
    color: #000;
    border: 1px solid#e4393c;
}
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 #ddd !important;
    margin-right: 10px !important;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin:0 !important;
}
.product_meta {
   font-size:.8em;
   margin-bottom:1em
}
.product_meta>span {
   display:block;
   border-top:1px dotted #ddd;
   padding:5px 0
}

.box_share {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    clear: both;
}

.box_share>* {
    float: left;
    margin-right: 10px !important;
}

div.swiper-button-next, 
div.swiper-button-prev {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    color: #fff;
    top: 45%;
    transition: .3s;
    outline: none;
    border-radius: 99px;
    background-image: none;
    background-color: transparent;
    border: 2px solid currentColor;
}
.swiper-container .swiper-button-prev {
    left: 0;
}
.swiper-container .swiper-button-next {
    right: 0;
}
.swiper-button-next::before, 
.swiper-button-prev::before {
    color: #fff;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-family: 'FontAwesome';
}
div.swiper-button-next::before {
    content: "\f105";
}
div.swiper-button-prev::before {
    content: "\f104";
}
.swiper-container .swiper-button-next::after, 
.swiper-container .swiper-button-prev::after {
    font-size: 20px;
    color: #333;
}
.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev{
    opacity: 0;
}
.swiper-container:hover .swiper-button-next, 
.swiper-container:hover .swiper-button-prev{
    opacity: 1;
}

/*tabs*/
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    padding: 10px;
    padding-bottom: 0;
    padding-left: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
   background:rgba(0,0,0,0.04);
   border-radius:0;
   margin:0;
   margin-right: 5px;
   border-top: 2px solid #ddd !important;
   border-left: 1px solid #ddd !important;
   border-right: 1px solid #ddd !important;
   padding:5px 15px;
   font-size: 13px;
   text-transform: uppercase;
   font-weight: bold;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li+li{
    margin-left: -5px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   padding:3px 0 !important;
   color: rgb(167 167 167);
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff;
   color:rgba(17,17,17,0.85);   
   border-top:1px solid #ddd;
   position:relative;
   border-left:1px solid #ddd!important;
   border-right:1px solid #ddd!important;
   border-top: 3px solid #00b46e !important;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    font-weight: bold;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
   border:none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
   display:none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
   border-bottom:1px solid #ddd;
}
.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
   width:100%;
   border-top:0!important;
   float:left;
   padding:15px;
   width:100%;
   font-size:14px;
   line-height:24px;
   color:#636363;
   margin-bottom:20px;
   border: 1px solid #ddd !important;
   border-top: 0 !important;
   overflow: hidden;
}
/**/

.single-product .related{
    clear: both;
    border-top: 1px solid #ececec;
    background-color: #fff;
}
.single-product .related>h2 {
    display: block;
    padding: 10px 15px;
    height: 100%;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
}
.single-product .related .products.columns-4 {
    border: 2px solid #eee;
    border-top: none;
    margin: 0 0 20px 0;
}
.single-product .related .products.columns-4 li.type-product{
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px ;
}
.woocommerce-cart table.cart .quantity .qty_button {
    display: none;
}
/*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:not(.login) .form-row label,
.woocommerce-page form:not(.login) .form-row label {
}*/
.woocommerce form.checkout-tu-tao  .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;
}
#order_review_heading,
#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*/
.woocommerce-account .page-heading {
    display: none;
}
.headding_login {
    padding: 0 10px;
}

.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;
    cursor: pointer;
}

.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 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;
}
li .log-price {
    display: block;
}
@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 (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) {
    .archive-product-header select{
        font-size: 14px;
    }
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;

    }
    .woocommerce ul.products li.product a.added_to_cart.wc-forward, .woocommerce ul.products li.product a.button {
        height: 30px;
        line-height: 30px;
        min-width: 100px;
    }
    .log-btn {
        padding: 0 5px;
        line-height: 20px;
        font-size: 10px;
    }
    .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 {
        height: auto;
        margin: 5px 0 !important;
    }
    .woocommerce ul.products li.product .price {
        padding: 0 0 10px !important;
    }
    /**/
    .woocommerce-products-header {
        position: relative;
        padding: 10px 0;
    }

    .single-product .related > h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 700px) {
    .woocommerce div.product form.cart button.button.alt {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        padding: 0 20px;
    }
    .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-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    .single-product .related .products.columns-3 li.type-product{
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .archive-product-header h1 {
        font-size: 20px;
    }
    .woocommerce ul.products.columns-3:not(.swiper-wrapper), 
    .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
        grid-template-columns: 1fr 1fr;
    }
    .single-product .related > h2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
    .headeing-arproduct {
        margin-bottom: 5px;
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 3px 10px;
    }
}
@media only screen and (max-width: 400px) {
    .woocommerce ul.products li.type-product:not(.swiper-slide),
    .woocommerce ul.products.columns-5 li.type-product:not(.swiper-slide),
    .woocommerce.columns-5 ul.products li.type-product:not(.swiper-slide){
        width: 100% !important;
    }
    .woocommerce ul.products.columns-3:not(.swiper-wrapper), 
    .woocommerce.columns-3 ul.products:not(.swiper-wrapper) {
        grid-template-columns: 1fr !important;
    }
}