@charset "UTF-8"; /* ------------------------------------------------------
Abstracts :: Variables
------------------------------------------------------ */
/* Color */
/* Space */
/* Headline */
/* Tables */
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Layout 
-----------------------------------------------------------------------------------------------------------*/
/* columns */
.product-shortcode.column-2 .row.list-products:not(.list) li.product,
.product-shortcode.column-3 .row.list-products:not(.list) li.product,
.product-shortcode.column-4 .row.list-products:not(.list) li.product,
.product-shortcode.column-5 .row.list-products:not(.list) li.product,
.product-shortcode.column-6 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    .product-shortcode.column-3 .row.list-products:not(.list) li.product,
    .product-shortcode.column-4 .row.list-products:not(.list) li.product,
    .product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .product-shortcode.column-5 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .product-shortcode.column-5 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .product-shortcode.column-4 .row.list-products:not(.list) li.product,
    .product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
    .product-shortcode.column-6 .row.list-products:not(.list) li.product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (max-width: 576px) {
    /*html .product-shortcode .row.list-products li.product {
  	-ms-flex: 0 0 100% !important;
  	flex: 0 0 100% !important;
  	max-width: 100% !important;
  }*/
}
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Button
-----------------------------------------------------------------------------------------------------------*/
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
button.loading::after,
input[type="button"].loading::after,
input[type="reset"].loading::after,
input[type="submit"].loading::after,
.button.loading::after,
.added_to_cart.loading::after,
#openQuickView.loading::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    vertical-align: -2px;
    font-family: "fontello";
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    background: url("../img/ajax-loader.gif") center no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
a.checkout-button {
    background-color: var(--primarycolor) !important;
}
form.cart .button {
    text-transform: uppercase;
    padding: 5px 20px 0;
    line-height: 40px;
    min-width: 140px;
    text-align: center;
    background-image: linear-gradient(
        -180deg,
        #288ad6 0%,
        #0e74c3 100%
    ) !important;
    outline: none;
    color: #fff;
    transition: all 0.35s linear;
}
@media (min-width: 1200px) {
    form.cart .button {
        min-width: auto;
        padding: 5px 30px 0;
    }
}
form.cart .button.buy_now {
    margin-left: 20px;
    background: #f7931e !important;
}
form.cart .button:hover {
    background: #000 !important;
    color: #fff;
}
.single_add_to_cart_button{
    margin-left: 20px;
    background: #f7931e !important;
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
@media (min-width: 992px) {
    #QuickViewModal .modal-lg {
        max-width: 900px;
    }
}
#QuickViewModal .modal-content {
    position: relative;
    border-radius: 0;
}
#QuickViewModal .modal-content .modal-header {
    position: fixed;
    top: 30px;
    right: 15px;
    border-bottom: none;
    padding: 0;
    z-index: 999999;
    outline: none;
}
#QuickViewModal .modal-content .modal-header .close {
    margin: 0;
    outline: none;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #fff;
    outline: none;
}
#QuickViewModal .woocommerce-product-details__short-description {
    border-bottom: 0;
}
#QuickViewModal .woocommerce-review-link {
    pointer-events: none;
}
.list-products li .product-info__thumbnail .quickviewButton {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}
.list-products li .product-info__thumbnail .quickviewButton a,
.list-products li .product-info__thumbnail .quickviewButton span {
    min-width: 35px;
    height: 35px;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    color: #fff;
    background: var(--primarycolor);
    margin: 0 0 5px;
    display: block;
    transition: 0.5s ease-in-out;
    transform: scale3d(0, 0, 0);
}
.list-products li .product-info__thumbnail .quickviewButton a:hover,
.list-products li .product-info__thumbnail .quickviewButton span:hover {
    background-color: #ea2700;
}
.list-products li:hover .product-info__thumbnail a,
.list-products li:hover .product-info__thumbnail span,
.list-products li.open .product-info__thumbnail a,
.list-products li.open .product-info__thumbnail span {
    transform: scaleX(1);
}
.list-products li:hover .product-info__thumbnail .quickviewButton,
.list-products li.open .product-info__thumbnail .quickviewButton {
    opacity: 1;
    visibility: visible;
}
.quantity_text {
    margin-right: 10px;
}
.slick-prev:before {
    transition: all 0.3s linear 0s;
}
.slick-next:before {
    transition: all 0.3s linear 0s;
}
a.unidev-popup {
    transition: all 0.3s linear 0s;
    bottom: 10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 10px;
    z-index: 9;
    color: #444;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 0;
}
a.unidev-popup:hover {
    opacity: 1;
}
.unidev-slider-nav img {
    cursor: pointer;
    opacity: 0.9;
}
.unidev-slider-nav img:hover {
    opacity: 1;
}
.unidev-slider-nav .slick-current img {
    opacity: 1;
}
.unidev-slider-for .zoom img:first-child {
    display: none !important;
}
.unidev-slider-for .zoomImg {
    cursor: default;
}
.unidev-slider-for .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.admin-bar .fancybox-container {
    z-index: 999999;
}
.single-product.woocommerce span.onsale {
    z-index: 9;
}
.unidev-slider-for.slick-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.gallery-horizontal .unidev-slider-for.slick-slider {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
}
.woocommerce div.product div.images img {
    object-fit: contain;
    object-position: center;
}
.gallery-horizontal #unidev-gallery:hover .slick-prev {
    left: 10px;
}
.gallery-horizontal #unidev-gallery:hover .slick-next {
    right: 10px;
}
#unidev-gallery.slick-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
#unidev-gallery .slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#unidev-gallery .slick-slide img {
    border: 1px solid #ddd;
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s;
}
#unidev-gallery .slick-slide:hover img {
    border-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
#unidev-gallery .slick-slide.slick-current img {
    border-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
#unidev-gallery .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
#unidev-gallery:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.gallery-vertical {
    clear: both;
}
.gallery-vertical .unidev-slider-for {
    float: right;
    width: calc(100% - 20% - 10px);
}
.gallery-vertical #unidev-gallery {
    float: left;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
}
.gallery-vertical #unidev-gallery .slick-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gallery-vertical #unidev-gallery:hover .slick-prev {
    top: 10px;
}
.gallery-vertical #unidev-gallery:hover .slick-next {
    bottom: 10px;
}
.gallery-vertical #unidev-gallery.slick-slider .slick-prev {
    left: 50%;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.gallery-vertical #unidev-gallery.slick-slider .slick-prev:before {
    content: "\F104";
}
.gallery-vertical #unidev-gallery.slick-slider .slick-next {
    left: 50%;
    right: 50%;
    bottom: 0;
    top: initial;
    transform: translate(-50%, -50%);
}
.gallery-vertical #unidev-gallery.slick-slider .slick-next:before {
    content: "\F105";
}
/*--------------------------------------------------------------
# Giỏ hàng
--------------------------------------------------------------*/
.calculated_shipping h2 {
    text-transform: uppercase;
}
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Minicart
-----------------------------------------------------------------------------------------------------------*/
.cart-block {
    display: inline-block;
}
.cart-block.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.logged-in .cart-block.opened .shopping-cart-menu-wrapper {
    top: 32px;
}
.cart-block .shopping-cart-icon-container {
    cursor: pointer;
    display: block;
    z-index: 1;
}
.cart-block .return-to-shop {
    text-align: center;
    padding: 15px 0;
}
.cart-block .return-to-shop .button {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.4;
    background-color: var(--primarycolor);
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color 0.25s ease, background-color 0.25s ease,
        border-color 0.25s ease, box-shadow 0s ease, opacity 0.25s ease;
}
.overlay-cart {
    opacity: 0;
    filter: alpha(opacity=0);
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
}
.shopping-cart {
    display: inline-block;
}
.shopping-cart .shopping-cart-icon-wrapper {
    display: inline-block;
    position: relative;
}
.shopping-cart .shopping-cart-icon-wrapper:after {
    content: attr(title);
    display: block;
    min-width: 20px;
    background: #f00;
    border-radius: 50%;
    padding: 1px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}
.shopping-cart .shopping-cart-menu-title {
    display: inline-block;
    margin-right: 5px;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-heading h3 {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-heading
    .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-heading
    .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-heading
    .close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-heading
    .close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-heading .close-side-cart:after,
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-heading
    .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -2px;
    width: 10px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color 0.2s ease-in-out,
        width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
        width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    right: 0;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .content-cart-body {
    padding: 10px;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .cart-body
    .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .shopping-cart-side-content
    .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.logged-in
    .shopping-cart
    .shopping-cart-menu-wrapper
    .shopping-cart-side-content
    .uni-scroll {
    height: calc(100vh - 247px) !important;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .shopping-cart-side-content
    .uni-scroll::-webkit-scrollbar {
    width: 0px;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    display: inline-block;
    width: 100%;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    ul
    li
    .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    ul
    li
    .shopping-cart-menu-product-media
    img {
    width: 100%;
    height: auto;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    ul
    li
    .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    p.woocommerce-mini-cart__total
    .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove.remove_from_cart_button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    a.remove.remove_from_cart_button:hover {
    background-color: #ff0000;
    color: #fff;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-subtotal-title {
    font-size: 14px;
    font-weight: 500;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ff0000;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .woocommerce-mini-cart__buttons
    a.checkout {
    background-color: #0065a4;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .woocommerce-mini-cart__buttons
    a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
}
.shopping-cart
    .shopping-cart-menu-wrapper
    .woocommerce-mini-cart__empty-message.empty {
    text-align: center;
}
/*--------------------------------------------------------------
# Thanh toán
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: block;
    width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border: none;
    border-radius: 0;
}
@media (min-width: 568px) {
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 15px;
    }
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none;
    }
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 10px 0;
}
td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
    text-align: right;
}
.cart_totals > h2,
.cross-sells > h2 {
    font-size: 25.6px;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
#add_payment_method .woocommerce-checkout #payment,
.woocommerce-cart .woocommerce-checkout #payment,
.woocommerce-checkout .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
#add_payment_method .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-cart .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
#add_payment_method .woocommerce-checkout #payment div.payment_box,
.woocommerce-cart .woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    padding: 12px 18px;
    background-color: #edf7ff;
    border: 1px solid #49aff5;
    margin: 0 0 16px;
}
#add_payment_method .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-cart .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box:before {
    display: none;
}
#add_payment_method .woocommerce-checkout #payment div.form-row,
.woocommerce-cart .woocommerce-checkout #payment div.form-row,
.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
    padding: 16px 0 0 0;
}
#add_payment_method .woocommerce-checkout #payment #place_order,
.woocommerce-cart .woocommerce-checkout #payment #place_order,
.woocommerce-checkout .woocommerce-checkout #payment #place_order {
    display: block;
    width: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: var(--primarycolor);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color 0.25s ease, background-color 0.25s ease,
        border-color 0.25s ease, box-shadow 0s ease, opacity 0.25s ease;
}
#add_payment_method .woocommerce-checkout #payment #place_order:hover,
#add_payment_method .woocommerce-checkout #payment #place_order:active,
.woocommerce-cart .woocommerce-checkout #payment #place_order:hover,
.woocommerce-cart .woocommerce-checkout #payment #place_order:active,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
#add_payment_method .woocommerce-checkout #payment #place_order:active,
.woocommerce-cart .woocommerce-checkout #payment #place_order:active,
.woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
    top: 1px;
}
.woocommerce-checkout #payment .woocommerce #place_order,
.woocommerce-checkout #payment .woocommerce-page #place_order {
    line-height: 38.4px;
    min-height: 40px;
    padding: 0 19.2px;
}
#add_payment_method
    .woocommerce-checkout
    #payment
    .payment_method_paypal
    .about_paypal,
.woocommerce-cart
    .woocommerce-checkout
    #payment
    .payment_method_paypal
    .about_paypal,
.woocommerce-checkout
    .woocommerce-checkout
    #payment
    .payment_method_paypal
    .about_paypal {
    float: none;
    line-height: 1.4;
    font-size: 13px;
    margin-left: 5px;
}
.woocommerce-checkout #order_review {
    border-width: 0 3px 3px;
}
.woocommerce-checkout .woocommerce-Price-currencySymbol {
    margin-left: 5px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    flex-basis: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    width: 100%;
}
.woocommerce-checkout .checkout-order-review {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f8f8f8;
}
.woocommerce-checkout .checkout-order-review #order_review_heading {
    text-align: center;
}
.woocommerce-checkout .checkout-order-review:before,
.woocommerce-checkout .checkout-order-review:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(
        farthest-side,
        rgba(0, 0, 0, 0) 6px,
        #f8f8f8 0
    );
    background-size: 15px 15px;
}
.woocommerce-checkout .checkout-order-review:before {
    top: -10px;
    background-position: -3px -5px, 0 0;
}
.woocommerce-checkout .checkout-order-review:after {
    bottom: -10px;
    background-position: -3px 2px, 0 0;
}
.qhtheme-table-wrapper {
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce form .form-row label {
    font-weight: 600;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 34px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 12px;
}
.woocommerce form .form-row textarea {
    height: 124px;
    padding: 16px 12px;
}
.woocommerce form .form-row.notes label {
    font-weight: normal;
}
.woocommerce table.shop_table.order_details {
    border: 1px solid #ddd;
}
.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th {
    padding: 10px 12px;
}
.woocommerce table.shop_table.order_details address {
    border-color: #ddd;
}
.woocommerce-order {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-order .woocommerce-order__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce-order .woocommerce-notice--success {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
    background: #5cb85c;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 30px;
}
.woocommerce-order .woocommerce-order-overview {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 30px 32px 0 !important;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 15px;
}
.woocommerce-order .woocommerce-order-overview li {
    line-height: 1.99 !important;
    margin-bottom: 15px !important;
    float: none !important;
    font-size: 14px !important;
    border-right: 0 !important;
}
.woocommerce-order .woocommerce-order-overview li strong {
    font-size: 14px !important;
}
.woocommerce-order
    .woocommerce-order-overview
    .woocommerce-order-overview__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.woocommerce-order
    .woocommerce-order-details
    .woocommerce-order-details__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce-order .woocommerce-customer-details {
    line-height: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce-order
    .woocommerce-customer-details
    .woocommerce-customer-details--phone:before,
.woocommerce-order
    .woocommerce-customer-details
    .woocommerce-customer-details--email:before {
    display: none;
}
.woocommerce-order .woocommerce-customer-details p {
    padding-left: 25px !important;
    margin-bottom: 0;
    position: relative;
}
.woocommerce-order .woocommerce-customer-details p i {
    position: absolute;
    top: 0;
    left: 0;
}
.continue_shopping {
    margin-bottom: 10px;
    overflow: hidden;
}
.continue_shopping a {
    float: right;
}
/*--------------------------------------------------------------
# Tài khoản
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}
.u-column1.col-1.woocommerce-Address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0;
    font-size: 14px;
    color: #555;
    background-color: #f8f8f8;
    padding: 15px 10px;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.woocommerce-MyAccount-navigation ul li a:before {
    position: relative;
    top: -2px;
    content: "\F101";
    font-family: "fontello";
    margin-right: 10px;
    font-size: 10px;
    color: var(--primarycolor);
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgba(0, 0, 0, 0.8);
}
.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.ui-datepicker {
    width: 230px;
}
.ui-datepicker .ui-datepicker-header {
    width: 230px;
}
.ui-datepicker table {
    background: #fff;
    width: 230px;
}
#customer_login {
    width: auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
#customer_login h2 {
    text-transform: uppercase;
}
.woocommerce #customer_login form.checkout_coupon,
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
    margin: 15px 0;
}
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-1,
.woocommerce-page #customer_login .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-1,
    .woocommerce-page #customer_login .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    #customer_login .col-2 {
        border-left: 1px solid #ececec;
    }
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
    flex: 0 0 100%;
}
.woocommerce table.my_account_orders {
    font-size: 14px;
}
.woocommerce table.my_account_orders .button {
    margin: 0 5px 5px 5px;
}
/*--------------------------------------------------------------
## Comment
--------------------------------------------------------------*/
.comment-section .woocommerce-Reviews-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    border-bottom: solid 2px #d2d2d2;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}
.comment-section .woocommerce-Reviews-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--primarycolor);
    z-index: 3;
    width: 100px;
}
.star_box {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.star_box .reviews-star__boxleft {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.star_box .reviews-star__boxright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 767.98px) {
    .star_box .star-average {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .star_box .reviews-star__boxleft {
        -ms-flex: 0 0 calc(100% - 30% - 190px);
        flex: 0 0 calc(100% - 30% - 190px);
        max-width: calc(100% - 30% - 190px);
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }
    .star_box .reviews-star__boxright {
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        max-width: 190px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.star_box .star-average .star_average {
    color: #fe9727;
    font-size: 35px;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    margin: 0 10px 0 0;
    line-height: 1;
}
.star_box .star-average .woocommerce-product-rating {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: baseline;
    visibility: visible;
    margin-bottom: 0 !important;
    line-height: 3;
}
.star_box .star-average .woocommerce-product-rating .star-rating {
    font-size: 22px;
}
.star_box
    .star-average
    .woocommerce-product-rating
    .star-rating.rating-null
    span::before {
    color: #ccc;
}
.star_box .star-average .woocommerce-product-rating .star-rating:before {
    letter-spacing: 0.7px;
}
.star_box .star-average .woocommerce-product-rating .star-rating span::before {
    letter-spacing: 0.7px;
}
.star_box .star-average .woocommerce-product-rating .woocommerce-review-link {
    position: relative;
    top: -2px;
    width: 100%;
    display: block;
}
.star_box .reviews-star__boxleft {
    margin-bottom: 20px;
}
.star_box .reviews-star__boxleft .reviews-starbar__wrap {
    line-height: 1;
}
.star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row {
    padding-bottom: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row:last-child {
    padding-bottom: 0;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__number {
    width: 50px;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__number
    span {
    width: 70px;
    display: inline-block;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__value {
    line-height: 1;
    width: 40px;
    display: flex;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__value
    i {
    margin: 0 3px;
    color: #ff0;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__rating {
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    padding: 0 10px;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__rating
    .reviews-starbar__scala {
    border-radius: 3px;
    display: inline-block;
    height: 15px;
    background: #eee;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
}
.star_box
    .reviews-star__boxleft
    .reviews-starbar__wrap
    .reviews-starbar__row
    .reviews-starbar__rating
    .reviews-starbar__scala
    .reviews-starbar__percent {
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    width: 0;
    background: #f5a623;
}
.star_box .reviews-star__boxright {
    text-align: center;
}
.star_box .reviews-star__boxright a {
    white-space: nowrap;
    background-color: var(--primarycolor);
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
/*--------------------------------------------------------------
# Woocommerce Category Product
--------------------------------------------------------------*/
.list-products .woocommerce-info {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-color: var(--primarycolor);
}
.woocommerce-message::before {
    color: var(--primarycolor);
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 35px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    background: #f5f5f5;
    margin: 0 5px;
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-weight: 600;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 40px;
    color: #444444;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: #1e1e1e;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primarycolor) !important;
    color: #fff;
}
.woocommerce .woocommerce-ordering select {
    margin-bottom: 0;
    appearance: none !important;
    background-position: 97% center;
    background-repeat: no-repeat;
    background-image: url("../img/down.png");
    background-size: 10px;
    padding: 7px !important;
    padding-right: 1.5em !important;
}
.switcher-wrap {
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.switcher-wrap > * {
    margin-bottom: 10px;
}
.switcher-wrap .woocommerce-message {
    flex: 0 0 100%;
}
.switcher-wrap .woocommerce-result-count {
    padding: 0;
    float: none;
    order: 1;
}
.switcher-wrap .woocommerce-ordering {
    float: none;
    flex: 1 1 auto;
}
.switcher-wrap .view-mode-switcher {
    display: flex;
    order: 2;
    margin-left: 20px;
}
.switcher-wrap .view-mode-switcher a {
    display: inline-block;
    padding: 9.888px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #1e1e1e;
    background-color: #f5f5f5;
}
.switcher-wrap .view-mode-switcher a em {
    display: none;
}
.switcher-wrap .view-mode-switcher a:hover,
.switcher-wrap .view-mode-switcher a.active {
    color: #fff;
    background-color: var(--primarycolor);
}
.switcher-wrap .view-mode-switcher i:before,
.switcher-wrap .view-mode-switcher i {
    font-size: 16px;
    line-height: 1;
    height: 16px;
    width: 16px;
}
/*--------------------------------------------------------------
# Woocommerce Single Product
--------------------------------------------------------------*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.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: none;
    width: auto;
}
.woocommerce div.product .product_title {
    font-weight: bold;
    font-size: 18px;
    color: var(--textcolor);
    margin: 0px 0px 10px;
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .summary p.price,
.woocommerce div.product .woocommerce-product-details__short-description {
    padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table .woocommerce-Price-amount {
    font-size: 14px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product form.cart .group_table .woocommerce-Price-amount {
    font-weight: bold;
    color: #f7931e;
    font-size: 20px;
}
.woocommerce div.product .price {
    margin-bottom: 20px;
}
.entry-summary .price {
    margin-bottom: 0 !important;
}
.woocommerce div.product .price .text_price {
    font-weight: 400;
    color: var(--textcolor);
    font-size: 14px;
}
.woocommerce div.product .price .badge {
    font-size: 13px;
    padding: 4px 8px;
    background: #ec4855;
    border-radius: 6px;
    margin-left: 20px;
    color: #fff;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-left: 15px;
}
.woocommerce div.product .stock {
    font-style: italic;
    color: #000;
}
.woocommerce div.product form.cart label {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
    padding: 5px 10px;
    background-color: #f5f5f5;
    border: none;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #ddd;
}
div.product .woocommerce-tabs ul.tabs {
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 2px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 30px !important;
    display: initial !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    /* background: #f4f4f4; */
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    content: "";
    background: var(--primarycolor);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--textcolor);
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:before {
    width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce .star-rating span,
.woocommerce p.stars a {
    color: #ffc114;
}
.woocommerce span.onsale {
    display: none;
}
.woocommerce table.shop_attributes {
    display: block;
    border: none;
    margin-bottom: 10px;
}
.woocommerce table.shop_attributes tbody {
    display: block;
}
.woocommerce table.shop_attributes tbody * {
    display: inline-block;
}
.woocommerce table.shop_attributes tr {
    display: block;
    margin-bottom: 5px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}
.woocommerce table.shop_attributes td {
    border: none;
}
.woocommerce table.shop_attributes td p {
    padding: 0;
}
.woocommerce table.shop_attributes th {
    padding: 0;
    width: auto;
    border: none;
}
.woocommerce table.shop_attributes th:after {
    content: ": ";
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce .wc-tab h2.woocommerce-Reviews-title,
.woocommerce .wc-tab h2.woocommerce-description-title {
    display: none;
}
.woocommerce .stars a {
    font-size: 16px;
    margin-left: -10px;
    display: inline-block;
    color: transparent !important;
    overflow: hidden;
    font-family: "fontello";
    width: initial !important;
    height: initial !important;
    text-indent: initial !important;
}
.woocommerce .stars a:hover:after {
    color: #ff0;
}
.woocommerce .stars a:before {
    content: none !important;
}
.woocommerce .stars a:after {
    color: #ddd;
    content: "\E809";
    font-weight: bold;
}
.woocommerce .stars a + a {
    margin-left: 0.3em;
    border-left: 1px solid #ececec;
}
.woocommerce .stars a.active:after {
    color: #ffc114;
}
.woocommerce .stars a.star-2:after {
    content: "\E809\E809";
}
.woocommerce .stars a.star-3:after {
    content: "\E809\E809\E809";
}
.woocommerce .stars a.star-4:after {
    content: "\E809\E809\E809\E809";
}
.woocommerce .stars a.star-5:after {
    content: "\E809\E809\E809\E809\E809";
}
.percent {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    color: #fff;
    background: #ff0000;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
}
.socials-share {
    padding: 14px 0 14px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.socials-share .share_unit {
    display: flex;
    align-items: center;
}
.socials-share a {
    margin-right: 8px;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    text-align: center;
    background: var(--primarycolor);
    color: #fff;
    border-radius: 5px;
}
.socials-share a.zalo-share-button {
    cursor: pointer;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../img/zalo-2.png") center no-repeat, var(--primarycolor);
    background-size: 12px;
}
.product_meta {
    margin-bottom: 10px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
    margin-bottom: 5px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
}
.woocommerce .wrap-btn-cart {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce table.shop_table .quantity.buttons_added {
    position: relative;
    margin: 0;
    overflow: hidden;
    zoom: 1;
    padding: 0 20px;
    display: inline-block;
    float: none;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type="number"],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type="number"] {
    padding-right: 19.2px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 80px;
    height: 40px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #d3d3d3;
    font-weight: 500;
    -moz-appearance: textfield;
    outline: none;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 19px;
    height: 19.5px;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    cursor: pointer;
    color: #515151;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    text-shadow: none;
    line-height: 1;
    background-image: none;
    outline-width: 0;
    /* z-index: 1; */
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
    background-color: #dad8da;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description {
    text-align: justify;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
    margin-top: 0;
    list-style-position: inside;
}
.woocommerce-product-details__short-description ul li {
    margin-bottom: 3px;
}
@media (min-width: 992px) {
    .no-sidebar.single-product
        div.product
        .woocommerce-product-gallery
        .flex-viewport {
        width: 80%;
        float: right;
    }
    .no-sidebar.single-product
        div.product
        .woocommerce-product-gallery
        .flex-control-thumbs {
        width: 18%;
        float: left;
    }
    .no-sidebar.single-product div.product div.images .flex-control-thumbs {
        margin: -5px 0;
    }
    .no-sidebar.single-product div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 5px 0;
    }
    .related .slick-carousel .slick-next,
    .related .slick-carousel .slick-prev {
        top: -40px !important;
    }
    .related .slick-carousel .slick-next {
        right: 15px !important;
    }
    .related .slick-carousel .slick-prev {
        left: inherit !important;
        right: 40px !important;
    }
}
.related .slick-list {
    padding-top: 10px;
}
.related .heading-related {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #d2d2d2;
    text-transform: uppercase;
}
.related .heading-related span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.related .heading-related span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--primarycolor);
    z-index: 3;
    max-width: 380px;
    min-width: 215px;
}
.up-sells > h2 {
    font-size: 18px;
}
.single-product .socials-share {
    padding: 14px 0 14px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.single-product .socials-share .share_unit {
    display: flex;
    align-items: center;
}
.single-product .socials-share a {
    margin-right: 8px;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    text-align: center;
    background: var(--primarycolor);
    color: #fff;
    border-radius: 5px;
}
.single-product .socials-share a.zalo-share-button {
    cursor: pointer;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../img/zalo-2.png") center no-repeat, var(--primarycolor);
    background-size: 12px;
}
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Style Product
-----------------------------------------------------------------------------------------------------------*/
.product-shortcode .row.list-products li.product {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    margin: 0 0 30px 0;
}
.product-shortcode {
    clear: both;
}
.product-shortcode .list-products {
    padding: 0;
}
.product-shortcode .list-products.row {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.product-shortcode .list-products li.product {
    display: block;
    margin-bottom: 30px;
    /* text-align: center; */
}
.product-shortcode .list-products li.product .product-info {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-shortcode .list-products li.product .product-info .price {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #f7931e;
    font-weight: bold;
}
.product-shortcode .list-products li.product .product-info .price ins {
    text-decoration: none;
}
.product-shortcode .list-products li.product .product-info .price del {
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}
.product-shortcode .list-products li.product .product-info .price .badge {
    display: none;
}
/* .product-shortcode .list-products li.product:hover .product-info, .product-shortcode .list-products li.product.open .product-info {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
} */
.product-shortcode .list-products li.product .product-info__thumbnail {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dedede;
}
.product-shortcode .list-products li.product .product-info__thumbnail a.img {
    display: block;
    position: relative;
}
.product-shortcode
    .list-products
    li.product
    .product-info__thumbnail
    a.img
    img {
    width: 100%;
    aspect-ratio: 1/1;
    object-position: center;
    object-fit: contain;
    margin-bottom: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-shortcode .list-products li.product .product-info__title {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 10px 0 10px 0 !important;
    line-height: 22.4px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}
.product-shortcode .list-products li.product .product-info__title a {
    color: var(--textcolor);
}
.product-shortcode .list-products li.product .product-info__title a:hover {
    color: var(--primarycolor);
}
.product-shortcode .list-products li.product .button,
.product-shortcode .list-products li.product .added_to_cart {
    display: inline-block;
    background: var(--primarycolor);
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0 !important;
    line-height: 35px;
    height: 35px;
    min-width: 100px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    min-height: 0;
}
.product-shortcode .list-products li.product .wrap-detail a {
    border-radius: 3rem;
    border-width: 1px;
    font-weight: 600;
    color: #008a50;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #008a50;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    padding: 7px 15px 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
        opacity 0.3s, color 0.3s;
    vertical-align: middle;
    letter-spacing: 0.03em;
}
.product-shortcode .list-products li.product .wrap-detail a:hover {
    background: #008a50;
    color: #fff;
}
.product-shortcode .list-products li.product .wc-forward {
    display: none;
}
.product-shortcode
    .list-products
    li.product.product-has-gallery
    .product-info__thumbnail
    .wp-post-image--secondary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.product-shortcode
    .list-products
    li.product.product-has-gallery:hover
    .product-info__thumbnail
    .wp-post-image--secondary {
    opacity: 1;
}
.product-shortcode
    .list-products
    li.product:not(.product-has-gallery)
    .product-info:hover
    img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.upsells .list-products li.product,
.row.list-products.list li.product {
    text-align: left;
}
.upsells .list-products li.product .product-info,
.row.list-products.list li.product .product-info {
    overflow: hidden;
}
.upsells .list-products li.product .product-info__thumbnail,
.row.list-products.list li.product .product-info__thumbnail {
    float: left;
    display: block;
    width: 30%;
    margin: 0 15px 0 0;
}
.upsells .list-products li.product .product-info__thumbnail img,
.row.list-products.list li.product .product-info__thumbnail img {
    width: 100%;
    height: auto;
}
.upsells .list-products li.product .price *,
.row.list-products.list li.product .price * {
    margin: 0;
}
.upsells .list-products li.product .price > *,
.row.list-products.list li.product .price > * {
    margin: 0 10px 0 0;
}
.gridlist-description {
    display: none;
    margin-bottom: 20px;
}
.row.list-products.list .gridlist-description {
    display: block;
}
.single-post__related {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Widget
-----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- 
    Product Filter
------------------------------------------------------*/
.prdctfltr-widget .prdctfltr_filter .widget-title {
    margin-bottom: 10px !important;
}
/*----------------------------------------------------- 
    Widget Slider Products
------------------------------------------------------*/
.sidebar .slider-products {
    padding: 10px 10px 0 10px;
}
.item-product-slide {
    overflow: hidden;
    margin-bottom: 15px;
}
.item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.item-product-slide .alignleft,
.item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #fff;
}
.item-product-slide .alignleft > div,
.item-product-slide .alignright > div {
    width: 100%;
}
.item-product-slide .alignleft {
    margin-right: 15px;
}
.item-product-slide .alignright {
    margin-left: 15px;
}
.item-product-slide .alignnone img {
    margin: 0 auto 10px;
}
.item-product-slide h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-product-slide h3 a {
    color: var(--textcolor);
}
.item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}
.item-product-slide .price .text_price,
.item-product-slide .price .badge {
    display: none;
}
.item-product-slide .price ins,
.item-product-slide .price del {
    display: block;
    text-decoration: none;
}
.item-product-slide .price ins {
    margin-right: 0;
}
.item-product-slide .price del {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}
.item-product-slide.slick-slide img {
    width: auto;
    display: inline-block;
    max-height: 100px;
    max-width: 100px;
}
/*----------------------------------------------------- 
    Widget Search  
------------------------------------------------------*/
.site-header .woocommerce-product-search {
    position: absolute;
    bottom: -36px;
    right: 0;
    z-index: 9;
    width: 240px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}
.site-header .woocommerce-product-search input[type="search"] {
    color: var(--textcolor);
}
.woocommerce-product-search input[type="search"] {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-weight: normal;
    margin-bottom: 0;
    padding: 4px 39px 4px 10px;
}
.woocommerce-product-search button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(../img/btsearch.png) center center no-repeat, red;
    text-indent: -9999px;
    border: none;
    width: 29px;
    height: 29px;
    outline: none;
    cursor: pointer;
}
.sidebar .widget_product_categories ul li {
    position: relative;
    padding: 10px 0px;
}
.sidebar .widget_product_categories ul li + li {
    border-top: 1px solid #ececec;
}
.sidebar .widget_product_categories ul li a {
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
    font-weight: 600;
}
.sidebar .widget_product_categories .cat-parent .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
    color: var(--textcolor);
    background: rgba(255, 255, 255, 0.085);
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.sidebar .widget_product_categories .cat-parent .arrow:before {
    content: "\F107";
    font-family: "fontello";
    position: absolute;
    top: 8px;
    left: 15px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.sidebar .widget_product_categories .cat-parent.open .arrow:before {
    content: "\f106";
    font-family: "fontello";
    position: absolute;
    top: 8px;
    left: 15px;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.sidebar .widget_product_categories .cat-parent .children {
    z-index: 99;
    display: none;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    -webkit-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    padding-left: 15px;
    padding-top: 10px;
}
/*---------------------------------------------------------------------------------------------------------
## Widget Recently Viewed Products
-----------------------------------------------------------------------------------------------------------*/
.woocommerce ul.product_list_widget li {
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce ul.cart_list li a span,
.woocommerce ul.product_list_widget li a span {
    color: var(--textcolor);
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    object-position: center;
    object-fit: cover;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}
.woocommerce ul.product_list_widget del span.woocommerce-Price-amount {
    color: #666666;
    font-weight: normal;
}
.woocommerce ul.product_list_widget ins {
    text-decoration: none;
}
/*--------------------------------------------------------------
# Theo dõi đơn hàng
--------------------------------------------------------------*/
pre .woocommerce {
    font-size: 14px;
    white-space: normal;
}
/*--------------------------------------------------------------
# Custom Css
--------------------------------------------------------------*/
.list-categories__item {
    margin-bottom: 30px;
}
.list-categories__item h3 {
    font-size: 0.9em;
    font-weight: normal;
}
.list-categories__item h3 a {
    color: var(--textcolor);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.list-categories__item h2 a:hover {
    color: var(--primarycolor);
}
.list-categories__item .img {
    display: grid;
    width: 100%;
    max-width: 110px;
    aspect-ratio: 1/1;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border-radius: 99px;
    position: relative;
    overflow: hidden;
}
.list-categories__item .img img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    scale: 0.8;
    transition: all 0.35s ease-in-out;
}
.list-categories__item:hover img {
    scale: 0.9;
}
html
    .prdctfltr-widget
    .prdctfltr_wc
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
html
    .prdctfltr-widget
    .prdctfltr_wc
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.prdctfltr_filter span.widget-title {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 16px;
}
.prdctfltr_filter .is-divider {
    display: none;
}
.prdctfltr_wc .prdctfltr_filter label > span {
    font-weight: 600;
}
html .prdctfltr_wc_widget .prdctfltr_collector {
    margin-bottom: 20px;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
    display: block;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span:before {
    width: 21px;
    height: 21px;
    border-color: #333333;
    border-radius: 5px;
}
html
    .prdctfltr_wc.prdctfltr_checkbox
    .prdctfltr_filter
    label.prdctfltr_active
    > span:after {
    content: "" !important;
    border-radius: 3px;
    background: #13ac69;
    width: 15px;
    height: 15px;
    top: 7px;
    left: 4px;
}
.product-content .heading {
    position: relative;
}
.product-content .heading:before {
    content: "";
    background: #dedede;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.product-content .heading span {
    background: #fff;
    padding: 0 10px 0 0;
}
.product-excerpt ul {
    padding: 0 0 0;
    margin: 0;
    list-style-position: inside;
}
.sidebar-shop .widget_media_image a {
    display: block;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
.category .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
}
.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}

.devvn_readmore_taxonomy_flatsome a {
    color: #318a00;
    display: block;
}

.devvn_readmore_taxonomy_flatsome a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #318a00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #318a00;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1200.98px) {
    .comment-form-cookies-consent {
        display: flex;
    }
    .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-right: 5px;
    }
    .comment-form-cookies-consent label {
        margin-top: -5px;
    }
}
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    .close-filter {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .star-average {
        width: 100%;
    }
    .woocommerce-review-link {
        display: block;
        width: 100%;
    }
    .sidebar-shop {
        /* display: none; */
        margin-top: 0 !important;
        position: fixed;
        width: 300px;
        left: 0;
        top: 0;
        padding: 30px 20px;
        background: #fff;
        box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);
        transform: translateX(-100%);
        transition: all 0.35s ease-in-out;
        z-index: 9999999;
    }
    .overlay-panel {
        position: fixed;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        cursor: pointer;
    }
    .close-filter {
        position: fixed;
        top: 30px;
        right: 18px;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        transform: translateY(-100px);
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        cursor: pointer;
        display: none;
    }
    .sidebar-shop.active {
        transform: translateX(0);
    }
    .overlay-panel.active {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }
    .close-filter.active {
        opacity: 1;
        visibility: visible;
        z-index: 999999;
        transform: translateY(0px);
        display: block;
    }
    .filterSidebar {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .filterSidebar .clickFilter {
        font-size: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .filterSidebar .clickFilter img {
        margin-right: 5px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .switcher-wrap {
        display: none;
    }
    .woocommerce-order .woocommerce-order-overview {
        border: 0;
        margin-bottom: 0px !important;
        margin-right: 0 !important;
        padding: 6px 0;
    }
    .woocommerce-order .woocommerce-order-overview,
    .woocommerce-order .woocommerce-order-details {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    html .product-shortcode .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-shortcode .row.list-products li.product {
        padding-left: 5px;
        padding-right: 5px;
    }
    .list-products li .product-info .price ins,
    .list-products li .product-info .price del {
        display: block;
    }
    .list-products li .product-info .price ins {
        margin-right: 0;
    }
}