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

.yith-wcan-filters .yith-wcan-filter .filter-title {
    display: none !important;
}

.yith-wcan-filters {
    background-color: #ffffff00 !important;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-top: 20px;
}

/* Chiều cao ảnh home */
/* .gb-maysanxuat_cuanhua .woocommerce ul.products li.product a img {
    height: 300px !important;
} */

#custom-shop-elements {
    min-height: 60px;
    padding-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.breadcrumb-wrapper {
    float: left;
    background: none;
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}

.woocommerce div.product form.cart .reset_variations {
    background: red;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

.breadcrumb-wrapper a {
    background: none;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
    font-weight: 100;
    color: #666;
    position: relative;
    text-decoration: none;
}

.woocommerce .woocommerce-result-count {
    margin: 0px 1em 0px 0 !important;
}

.woocommerce .woocommerce-ordering select {
    padding: 10px;
}

.woocommerce div.product div.summary .box_share {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 20px;
    color: #cf3034 !important;
    border-bottom: 1px solid #F5F5F5 !important;
    padding-bottom: 10px !important;
    position: relative !important;
    text-transform: none;
    background: #EBEBEB !important;
    border: none !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 100;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
}

.woocommerce-Tabs-panel p {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #555;
}


.view-mode a.active i {
    color: #333 !important;
}

#reviews {
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #EEE;
}

#review_form_wrapper .h3-title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
    position: relative;

}

#review_form_wrapper .h3-title:after {
    width: 50px;
    height: 2px;
    background: #cf3034;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
}

.woocommerce p.stars a {
    font-size: 26px;
    color: #fdb825;
}

#reply-title {
    display: none;
}

.comment-form-rating {
    display: flex;
    gap: 10px;
}

#rating {
    height: 25px;
    margin-left: 10px;
    position: relative;
    background: #52b858;
    color: #fff;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
    border: none;
    display: block !important;
}

#rating::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82, 184, 88, 0);
    border-right-color: #52b858;
    border-width: 6px;
    margin-top: -6px;
}

.woocommerce-page ul.products li.active {
    width: 100% !important;
}

.comment-form-rating {
    float: left;
    width: 50%;
}

#aggregateRating {
    text-align: right;
    float: right;
    width: 50%;
}

#author {
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px;
    transition: all 0.15s linear 0s;
    border: 1px solid #EEE;
    background: #FFF;
    width: 80%;
    box-shadow: none;
    height: auto;
}

#email {
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px;
    transition: all 0.15s linear 0s;
    border: 1px solid #EEE;
    background: #FFF;
    width: 80%;
    box-shadow: none;
    height: auto;
}

.comment-form-author {
    float: left;
    width: 50%;
}

.comment-form-email {
    float: left;
    width: 50%;
}

.comment-form-cookies-consent {
    display: none;
}

.form-submit .submit {
    background-color: #cf3034 !important;
    color: #FFF !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border-radius: 22px !important;
}

#comments {
    display: block;
    margin: 30px 0 0 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    background: #F9f9f9;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0;
}

.attachment {
    float: left;
    background: #F5F5F5;
    border-radius: 0 0 3px 3px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
    overflow: hidden;
    width: 100%;
}

.product-specifications table tr td {
    padding: 4px 8px !important;
    font-size: 15px;
    border: 1px solid #EEE;
    vertical-align: middle !important;
    line-height: 1.5;
    color: #555;
}

.product-specifications-container {
    margin-top: 75px;
}

.pd-offer-group {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red;
    margin: 12px 0;
    padding: 6px 0;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description ul {
    margin: 15px 15px 15px 30px;
    font-size: 15px;
}

.woocommerce-product-details__short-description ul li {
    line-height: 1.5;
    color: #555;
    list-style-image: url(../css/images/red-check.gif);
}




.more_technical {
    text-decoration: none;
    color: #555;
    text-align: center;
    padding: 5px 15px;
    border-radius: 22px;
    border: 1px solid #666;
    display: block;
    margin: 15px 0;
    font-weight: bold;
    line-height: 1.5;
}

.product-specifications p.dowload a {
    margin-top: 10px;
    color: #055699;
    text-decoration: none;
}

.product-specifications h3 {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}

.description-product {
    font-size: 16px;
    height: 550px;
    clear: both;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
}

.description-product ul li {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #555;
}

.description-product.active {
    height: auto !important;
    padding-bottom: 130px;
}

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

.filter_sort .attribute-block .att-scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.filter_sort .attribute-block .att-scroll input {
    font-family: inherit;
    font-size: inherit;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
    display: none !important;
    border: 1px solid #ebeef2;
    color: #666;
    outline: medium none;

}

.view-mode {
    text-align: right;
    font-size: 18px;
    float: left;
    width: 10%;
}

.view-mode i {
    color: #999;
    cursor: pointer;
}

.filter_sort {
    float: left;
    width: 90%;
    margin-bottom: 20px;
}

.filter_sort .small-title {
    vertical-align: top;
    line-height: 1.5;
    color: #555;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
}


.filter_sort .attribute-block .att-scroll label {
    display: inline-block;
    max-width: 100%;
    line-height: 1.5;
    margin-right: 10px;
    color: #666;
    border: 1px solid #EEE;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;

}

.filter_sort .attribute-block .att-scroll label:hover {
    color: #cf3034;
    border-color: #cf3034
}

.filter_sort .attribute-block .att-scroll label.active {
    color: #cf3034;
    border-color: #cf3034
}

.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 */

.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
    background: #FFF;
    margin-bottom: 20px;
    /* padding: 15px !important; */
    overflow: hidden;
    border: 1px solid #DDD;
}

.woocommerce ul.products li.type-product.last,
.woocommerce-page ul.products li.type-product.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.type-product:hover,
.woocommerce-page ul.products li.type-product:hover {
    box-shadow: none;
}

.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;
    margin-bottom: 5px;
    overflow: hidden;
    height: 40px;
    white-space: normal;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: #333;
}

.woocommerce ul.products li.product a.button {
    display: none;
    margin-top: 3px !important;
    background: #018791;
    color: #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    left: 50px;
    bottom: 9px;
    color: #000;
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
}

.woocommerce ul.products li.product a.yith-wcqv-button {
    background: #f37022;
}

.woocommerce ul.products li.product .price {
    margin-top: 15px;
    font-weight: bold ! IMPORTANT;
    font-size: 16px !important;
    color: #cf3034 !important;
}

.text-center {
    text-align: center;
}

/* .text-center a {
    color: #cf3034;
    text-transform: none;
    font-weight: normal;
    border-radius: 0;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 22px;
    text-decoration: none;
} */

.text-center a:hover {
    color: #FFF;
    background-color: #cf3034;
}

.woocommerce ul.products li.product .onsale {
    transform: rotate(35deg);
    top: 19px !important;
    right: 4px !important;
    left: auto !important;
}

/* product view */

.woocommerce div.product .product_title {
    padding-right: 20px !important;
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.2;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #cf3034 !important;
    font-weight: bold;
    font-size: 22px !important;
}

.devvn_single_price span.label {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin: 0;
    float: left;
    width: 82px;
    text-align: left;
    line-height: 18px;
}

.gia_thi_truong del .amount {
    color: #999 !important;
    font-size: 14px !important;
}

.devvn_single_price span.devvn_price {
    font-size: 14px;
}

span.devvn_price {
    font-size: 16px;
    color: red;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}

span.devvn_price.tiet_kiem .amount {
    color: #000;
    font-size: 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #cf3034 !important;
    line-height: 45px;
    float: left !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #DDD;
    text-transform: uppercase;
}

.product-img img:first-child {
    height: 100% !important;
    object-fit: scale-down;
}

.product-img img {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    margin: 0 !important;
    bottom: 0
}


.product-category.product:hover .product-img img:last-child {
    opacity: 1 !important;
}

.woocommerce .product:hover .product-img img:first-child {
    opacity: 0;
}

.woocommerce div.product .woocommerce-tabs .panel img {
    opacity: 1;
}

.product:hover .product-img img:last-child {
    opacity: 1 !important;
}


.woocommerce button.button.alt:hover {
    border-color: #c9252c;
    color: #c9252c
}

.product_meta {
    display: none;
}

.woocommerce .quantity .qty {
    padding: 0;
    text-align: center;
    border: 1px solid #E5E5E5;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
}



.woocommerce .product-type-simple span.onsale {
    transform: rotate(320deg);
    line-height: 15px;
    background: #f37022;
    border-radius: 5px;
    padding: 3px 5px;
    min-height: auto;
    top: 19px !important;
    left: 4px !important;
    font-size: 12px;
    font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
}

.kw-box-contact {
    border: 1px dashed #f37022;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
}

.kw-box-contact p {
    margin: 0;
    margin-bottom: 10px;
}

section.related.products h2 {
    color: #018791;
}

.box_share {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.box_share>* {
    float: left;
    margin-right: 10px !important;
}

.qr-create-cart {
    margin-top: 10px;
}

.qr-create-cart img {
    width: 100px;
    transition: 0.5s;
}

.qr-create-cart:hover img {
    width: 300px;
}

/* cart */
.woocommerce-cart-form {
    float: left;
    margin-top: 30px;
    width: 60%;
}

.cart-collaterals {
    float: left;
    width: 35% !important;
    margin-top: 30px;
    padding: 0 30px 30px;
}

.woocommerce-cart table.cart .product-thumbnails {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.woocommerce-cart table.cart .product-thumbnails img {
    box-shadow: none;
    max-width: 90px;
    min-width: 60px;
    width: 90px;
}

.woocommerce-cart table.cart .product-thumbnails a {
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
    color: #666;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;

}

.woocommerce a.remove {
    width: 10% !important;
}

.woocommerce a.remove i {
    border: 2px solid;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 10px !important;
    font-weight: 700;
    height: 24px;
    line-height: 21px !important;
    text-align: center;
    width: 24px;
}

.woocommerce a.remove {
    background: none !important;
}

.woocommerce a.remove i:hover {
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #000;
    color: #000;
}

.woocommerce .cart .button-continue-shopping {
    margin-right: 15px;
    display: inline-block;
    overflow: hidden;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.5;
    border: 2px solid #dd3333;
    color: #dd3333;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    float: left;
}

.woocommerce .cart .buttonss {
    background-color: #dd3333;
    text-rendering: optimizeLegibility;
    float: left;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff !important;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}

.discount-code .widget-title {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.discount-code input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
}

.discount-code .button-mus {
    background-color: #dd3333;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    display: block;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    min-height: 2.5em;
    padding: 0 1.2em;
    margin-top: 15px;
}

.cart .checkout-buttons {
    width: 100%;
    color: #fff !important;
    text-rendering: optimizeLegibility;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    background: -webkit-linear-gradient(top, #e66f3b, #e66f3b);
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    color: #fff !important;
    background: #999 !important;
}

.fancybox-content {
    width: 550px;
    padding: 0px !important;
}

.form_heading {
    background: #cf3034;
    background-image: linear-gradient(to right, #cf3034, #a72529);
    color: #FFF;
    padding: 20px 20px 10px;
}

.form_content {
    padding: 20px;
}

.form_content .item {
    padding-bottom: 20px;
}


#tab-reviews {
    display: block !important;
}



.woocommerce .cart .button,
.woocommerce .cart input.button {
    background: #d9232e;
    width: 100%;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #e66f3b, #e66f3b);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
    margin: 20px 0 5px 0;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}

.contact_now {
    width: 95%;
    line-height: 1.5;
    color: #fff;
    float: left;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 12px;
    display: block;
    background: #cf3034;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.contact_now span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
    font-weight: normal;
}

.woocommerce .cart .button span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
    font-weight: normal;
}

.woocommerce-message {
    border-top-color: #999 !important;
}

.woocommerce-message::before {
    color: #999 !important;
}



/* checkout */
.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}

.checkout.woocommerce-checkout #customer_details {
    width: 45%;
    padding-right: 6%;
    padding-top: 4em;
}

#order_review {
    width: 49%;
}

woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100% !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100% !important;
}

.checkout.woocommerce-checkout input.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;
    border: none !important;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em !important;
    word-break: normal;
}

.woocommerce .title-h3 {
    margin: 0;
}

#place_order {
    background: #338dbc !important;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    border: none !important;
    box-sizing: border-box;
    width: 100%;
    word-break: normal;
}

#billing_svw_district_field {
    width: 29%;
    float: left;
}

#billing_city_field {
    width: 100%;
    float: left;

}

#billing_svw_ward_field {
    width: 29%;
    float: left;
}

.cart_item .thumbnail_product_checkout {
    position: relative;
}

.cart_item .thumbnail_product_checkout .product-quantity {
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    position: absolute;
    right: 0.25em;
    top: 0.25em;
    z-index: 2;
}

.submit_input_coupon input {
    width: 80% !important;
}

.submit_input_coupon {
    border-top: 1px solid;
    padding-top: 1.5em;
    padding-bottom: 1em;
    gap: 5px;
    display: flex;
    border-color: #e1e1e1;
}

.submit_input_coupon .submit_coupon {
    width: auto;
    white-space: nowrap;
    float: left;
    padding-top: 0;
    background: #c8c8c8;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0.94em 2.8em 0.94em 0.8em !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    color: white;
}

.cart_item .thumbnail_product_checkout img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.cart_item .thumbnail_product_checkout {
    width: 20%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce form .form-row .select2-container {
    width: 100% !important;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: none !important;
}

.woocommerce-billing-fields .logo {
    text-decoration: none;
}

.woocommerce-billing-fields .logo .logo-text {
    font-size: 2em;
    color: #000;
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    text-decoration: none;
}

.content-wrap .woocommerce .woocommerce-checkout {
    padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
    margin: auto;
}

.woocommerce form.woocommerce-checkout .form-row input.input-text,
.woocommerce form.woocommerce-checkout .form-row textarea,
.woocommerce form.woocommerce-checkout .form-row select {
    border: 1px solid #000;
    padding: 5px;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
    border: 1px solid #000;
}

/* yith quick-view*/

#yith-quick-view-content div.images {
    box-sizing: border-box;
}

#yith-quick-view-content div.summary {
    box-sizing: border-box;
}

.woocommerce ul.products li.product-categorys h2 {
    color: #333;
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    line-height: 16px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0px 2% 2.992em 0 !important;
    width: 23% !important;
}

.related.woocommerce ul.products {
    flex-wrap: nowrap !important;
}

h2.related-title {
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    width: unset;
    text-align: center;
    width: 20%;
    margin: auto;
    margin-bottom: 20px;
}

.sidebar_heading_box_default {
    font-size: 23px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    margin-bottom: .5em;
}

.product_list_widget.col_thongso li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    list-style: none;
    padding: 10px !important;
    margin: 0;
    background-color: #f9f9f9;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 15px 0px 0px 0 !important;
    overflow: hidden;
    color: #333;
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    line-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product-category .price-wrapper {
    color: #000000;
    font-size: 22px;
    margin: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.gb-maysanxuat_cuanhom_title {
    margin: 0 0 20px;
    position: relative;
    margin-bottom: 20px;
}

.gb-maysanxuat_cuanhom_title p {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
}

.gb-maysanxuat_cuanhom_title p a {
    padding: 10px;
    color: #555;
    margin-right: 10px;
    border: 1px solid #EEE;
    padding-right: 10px;
    text-decoration: none;

}

.gb-maysanxuat_cuanhom_title p a:hover {
    background: #000;
    color: #fff;
    padding: 10px;
}

.gb-maysanxuat_cuanhom_title h2 {
    float: left;
    /* width: 50%; */
    text-transform: uppercase;
    font-size: 22px;
    /* color: #FFF; */
    display: block;
    width: 100%;
    background: #FFF;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #EEE;

}

.gb-maysanxuat_cuanhom_title h2 a {
    color: #353437;
    text-decoration: none;
}

.gb-maysanxuat_cuanhom_title h2::after {
    width: 50px;
    height: 2px;
    background: #cf3034;
    content: '';
    position: absolute;
    left: 0;
    bottom: -66px;
}

.yit-wcan-container ul.products li.activess {
    width: 20.05% !important;
    margin: 0 0.8% 2.992em 0 !important
}

.yit-wcan-container ul.products li.active a img {
    border-radius: 5px;
    /* padding: 15px !important; */
    overflow: hidden;
    margin: 3px !important;
    width: 210px !important;
    float: left;
    transform: scale(1.0);
    transition: all 500ms ease;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #FFF;
    margin-bottom: 20px;
    /* padding: 15px !important; */
    overflow: hidden;
    border: 1px solid #DDD;
}

.yit-wcan-container ul.products li.active a img:hover {
    transform: scale(1.1)
}

.subcategories {
    display: flex;
    float: left;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    margin-left: -40px;
}

.accordion-in-lop {
    float: left;
    width: 100%;
}

.subcategories .subcategory-item {
    width: 12.49%;
    list-style: none;
}

.subcategories .subcategory-item img {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 15px;
}

.discount-percentage {
    width: 45px;
    height: 45px;
    background: url(../css/images/sprite.png) -239px -62px no-repeat;
    display: block;
    position: absolute;
    z-index: 10;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    left: 15px;
    top: 35px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0px 1.6% 1.992em 0 !important;
    width: 23.05% !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #055699;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    float: none;
    color: #555;
}

.pagination .nav-links a,
.pagination .nav-links span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #055699;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    float: none;
    color: #555;
}

.woocommerce-archive-category-name {
    color: #333;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;

}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background: #cf3034 !important;
    border-color: #cf3034 !important;
}

.pagination .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .nav-links span.current {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background: #cf3034 !important;
    border-color: #cf3034 !important;
}

.rows .woocommerce ul.products li.type-product,
.rows .woocommerce-page ul.products li.type-product {
    width: 23.6% !important;
    margin: 5px !important;

}

.woocommerce ul.products li.type-product::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.woocommerce ul.products li.type-product:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}

.hover-slide-in {
    position: relative;
    z-index: 99;
    filter: blur(0);
    opacity: 0;
    /* pointer-events: none; */
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
}

.image-tools .cart-icon {
    bottom: 100%;
    left: 10px;
    margin: 5px;
    position: absolute;
    z-index: 999;
}

.cart-icon strong {
    border: 2px solid #dd3333;
    border-radius: 0;
    color: #dd3333;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 1.5em;
    line-height: 1.6em;
    margin: .3em 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 1.5em;
}

.cart-icon strong:hover {
    background: #dd3333;
    color: #fff;
}

.cart-icon strong:after {
    border: 2px solid #dd3333;
    border-bottom: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    bottom: 100%;
    content: " ";
    height: 8px;
    left: 49%;
    margin-bottom: 0;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    transition: height .1s ease-out;
    width: 12px;
}

.woocommerce ul.products li.type-product .title-wrapper p {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    width: 45%;
}

.slider-left {
    float: left;
    width: 100%;
}

.swiper-button-prevs i {
    transform: translateX(-20%)
}

.swiper-button-nexts i {
    transform: translateX(20%)
}

.swiper-container:hover .swiper-button-prevs i {
    opacity: .7;
    transform: translateX(0%)
}

.swiper-container:hover .swiper-button-nexts i {
    opacity: .7;
    transform: translateX(0%)
}

.swiper-button-prevs i {
    left: -30%;
    z-index: 10;
    max-height: 100%;
    max-width: 100%;
    padding: 35%;
    position: absolute;
    top: -5%;
    transition: all .3s;
    width: 100%;
    width: 15px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #131111
}

.swiper-button-nexts i {
    left: 55%;
    z-index: 10;
    max-height: 100%;
    max-width: 100%;
    padding: 35%;
    position: absolute;
    top: -5%;
    transition: all .3s;
    width: 100%;
    width: 15px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #131111
}

.single-product-imgaess {
    float: left;
    width: 35%;
    padding-right: 15px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: left !important;
    width: 40% !important;
}

.single-pro-sidebar {
    width: 22%;
    float: left;
}

.right_infosp .tt-widget {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 35px;
    padding: 0 10px;
}

.right_infosp .bd-widget {
    background-color: #ffde17;
    margin-top: 0;
    font-size: 13px;
    color: #000;
}

.right_infosp .bd-widget ul {
    padding: 20px 0;
    margin-bottom: 1.3em;
    margin-top: 0;
}

.right_infosp .bd-widget ul li {
    line-height: 1.5;
    margin: 0 10px 0 25px;
    list-style-image: url(../css/images/ico-list.gif);
}

.right_infosp .contact-widget ul {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style: disc;
}

.right_infosp .contact-widget ul li {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin: 10px;
}

.right_infosp .contact-widget ul li a {
    color: #334862;
    text-decoration: none
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: right !important;
    width: 100% !important;
}

.single-product-imgaess .swiper-slide img {
    object-fit: scale-down;
}

.slider-left .swiper-slide {
    width: 95%;
    height: 100% !important;
}

.swiper-slide-thumb-active {
    border-color: #000;
    border: 1px solid #000;
}

.woocommerce ul.products li.type-product .title-wrapper a {
    line-height: 1.2;
    margin-bottom: .1em;
    margin-top: .1em;
    font-size: .75em;
    text-align: center;
    text-align: center;
    text-align: center;
    color: #666;
}

.woocommerce ul.products li.type-product:hover {
    border: 1px solid #000;
}

.woocommerce ul.products li.type-product:hover .hover-slide-in {
    opacity: 1;
}

.woocommerce ul.products li.type-product:hover h2 {
    color: #fff !important;
}

.woocommerce ul.products li.type-product:hover .title-wrapper {

    color: #fff !important;
}

.woocommerce ul.products li.type-product:hover .title-wrapper a {

    color: #666 !important;
}

.woocommerce ul.products li.type-product:hover .price-wrapper {

    color: #666 !important;
}

.woocommerce ul.products li.type-product:hover .box-text-products {
    background: #000;
    color: #fff !important;
}

.box-text-products {
    width: 100%;
    height: 100%;
    float: left;
}

.woocommerce ul.products li.type-product:hover .price-wrapper span ins {
    color: #fff !important;
}

.woocommerce ul.products li.type-product h2 {
    padding: 6px;
    margin: 0;
    color: #333;
    text-align: center;
    line-height: 1.3;
    font-size: 13px;
}

.woocommerce ul.products li.type-product .price-wrapper {
    padding: 10px;
    color: #666;
    text-align: center;
}

.woocommerce ul.products li.type-product .price-wrapper span ins {
    text-decoration: none;
    color: #ea0000;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

/* single */
.breadcrumb-wrapper-product-singger {
    float: left;
    background: none;
    padding: 15px 0px 15px 0px;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: hsla(0, 0%, 40%, .7);
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
}

.woocommerce div.product .price-all {
    background-color: #199bc42e;
    border: 1px dashed #199bc4;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 10px;
    color: #000;
}

.woocommerce div.product form.cart .variations td.label {
    width: 100%;
    float: left;
}

.woocommerce div.product form.cart .variations td.value {
    width: 100%;
    float: left;
}

.select_option {
    border-radius: 3px;
    width: 30%;
}

.select_option.selected {
    border: 2px solid #000 !important;
}

.select_option span,
.select_option img {
    width: 100% !important;
}

.woocommerce div.product span.price {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}

.breadcrumb-wrapper-product-singger a {
    color: #555;
    text-decoration: none;
}

.woocommerce .star-rating span::before {
    color: #fdb825;
}

.woocommerce-review-link {
    font-size: 13px;
    color: #888;
}

.tabs-product .sidebar-there {
    float: left;
    width: 30%;
    padding: 0 15px 30px;
}

.tabs-product .woocommerce-tabs.there-sidebar {
    float: left;
    width: 65%;
    padding: 0 15px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #EBEBEB;
    padding: 2px 20px;
}

.related.woocommerce {
    float: left;
    width: 100%;
}

.woocommerce ul.products li.product a .product-img {
    height: 70%;

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }

    .yit-wcan-container ul.products li.activess {
        width: 20.05% !important;
    }
}

@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: 1310px) {

    .rows .woocommerce ul.products li.type-product,
    .rows .woocommerce-page ul.products li.type-product {
        width: 19.05% !important;
        margin: 3px !important;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
}

@media only screen and (max-width: 985px) {

    .rows .woocommerce ul.products li.type-product,
    .rows .woocommerce-page ul.products li.type-product {
        width: 20.05% !important;
        margin: 3px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 30.05% !important;
    }

    .woocommerce-cart-form {
        width: 100%;
    }

    .pull-left {
        float: left;
        width: 48%;
    }

    .woocommerce .cart .buttonss {
        width: 46%;
        font-size: 11px;
    }

    .woocommerce .cart .button-continue-shopping {
        font-size: 11px;
    }
}

@media only screen and (max-width: 800px) {
    .tabs-product .woocommerce-tabs.there-sidebar {
        width: 93%;
    }

    .tabs-product .sidebar-there {
        width: 93%;
    }

    h2.related-title {
        width: 61%;
    }

    .single-product-imgaess {
        width: 100%;
        padding-right: 0;
    }

    .single-pro-sidebar {
        display: none;
    }

    /* .gb-maysanxuat_cuanhua .woocommerce ul.products li.product a img {
        height: 168px !important;
    } */

    .comment-form-rating {
        width: 100% !important;
    }

    #aggregateRating {
        float: left;
        width: 100%;
        text-align: left;
    }

    .rows .woocommerce ul.products li.type-product,
    .rows .woocommerce-page ul.products li.type-product {
        width: 23.05% !important;
        margin: 3px !important;
    }

    .yit-wcan-container ul.products li.activess {
        width: 25.05% !important;
    }

    .subcategories {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.type-product h2 {
        padding: 5px;
        font-size: 9px;
    }

    .woocommerce ul.products li.type-product .price-wrapper {
        margin-bottom: 65px;
    }

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

    #order_review {
        width: 100%;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }

    .cart-collaterals {
        width: 100% !important;
    }

    .cart-collaterals {
        padding: 0 !important;
    }

    #accordion-in-lop {
        padding-left: 0 !important;
    }

    .col-lg-3 {
        width: 100% !important;
    }

    .breadcrumb-wrapper {
        margin-top: 20px !important;
    }

    .widget .row .col-lg-6 {
        width: 100%;
    }

    .widget .row .col-lg-6:last-child {
        display: none;
    }

    .qr-create-cart {
        display: none;
    }

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

}

@media only screen and (max-width: 687px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 46.05% !important;
    }

    .view-mode {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 500px) {

    .yit-wcan-container ul.products li.activess {
        width: 39.05% !important;
    }

    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }

    .rows .woocommerce ul.products li.type-product,
    .rows .woocommerce-page ul.products li.type-product {
        width: 41.05% !important;
        margin: 3px !important;
    }
}

@media only screen and (max-width: 450px) {

    .rows .woocommerce ul.products li.type-product,
    .rows .woocommerce-page ul.products li.type-product {
        width: 45% !important;
        margin: 3px !important;
    }
}