/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



#progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
}

#progress {
    width: 0%;
    height: 100%;
    background: red;
    transition: width 0.1s linear;
}

.woocommerce-product-gallery__image a {
    position: relative;
    padding-top: 100%;
    display: block;
}

.woocommerce-product-gallery__image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vertical-thumbnails .is-selected img {
    opacity: 1
}

button#mute-toggle {
    padding: 0;
    width: 20px;
    font-size: 20px;
    height: 20px;
    min-height: unset;
    line-height: 20px;
    position: absolute;
    bottom: 100px;
    margin: 0;
    z-index: 999;
    color: #fff;
    left: 20px;
}

button#mute-toggle #Capa_1 {
    display: none
}

button#mute-toggle path {
    fill: currentColor;
}

button#play-toggle {
    padding: 0;
    width: 20px;
    font-size: 20px;
    height: 20px;
    min-height: unset;
    line-height: 20px;
    position: absolute;
    bottom: 69px;
    margin: 0;
    z-index: 999;
    color: #fff;
    left: 20px;
}

button#play-toggle svg {
    width: 20px;
    height: 20px;
}

button#play-toggle #Capa_3 {
    display: none
}

button#play-toggle path {
    fill: currentColor;
}

.woocommerce-product-gallery__image video.custom-video-class {
    object-fit: cover;
    background: #ccc;
}

.btn-play-woo::after {
    content: "\e605";
    font-size: 100px
}

.btn-play-woo,
.video-col-s::after {
    /* content: "\e605"; */
    position: absolute;
    z-index: 222;
    cursor: pointer;
    top: 0;
    left: 0;
    background-color: rgb(101 100 100 / 52%);
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: fl-icons;
    display: none;
    justify-content: center;
}

.btn-play-woo:not(.active) {
    opacity: 0
}

.video-col-s {
    position: relative;
    user-select: none;
    pointer-events: none;
    padding-top: 100%;
}

.video-col-s img,
.video-col-s iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider-wrapper .loading-spin {
    display: none !important
}

button.button.buy_now_button {
    width: 100%;
    margin: 10px 0 0;
    font-weight: 600;
}

.sticky-add-to-cart--active button.button.buy_now_button {
    display: none
}

#main,
#wrapper {
    overflow: hidden;
}

#reply-title {
    display: none
}

body:not(.logged-in) img {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;

}

.wc-bogof-notice {
    background-color: #f4f8ff;
    border-color: #007cba;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important;
}

input[type=number].pagination-input {
    width: 17px;
    height: 32px;
    border: 0;
    box-shadow: none;
    /* color: #000; */
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
}

.feedback-img {
    margin: 0 -15px;
}

.col-comment-b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-comment-b>ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 15px;
}

#reviews.woocommerce-Reviews {
    margin: 0 !important
}

#reviews.woocommerce-Reviews>.col {
    padding-bottom: 20px
}

.comment-form-attachment>span {
    display: none !important
}

.comment-list li .comment-text,
.commentlist li .comment-text {
    padding: 0 !important
}

.dco-attachment.dco-image-attachment,
.row-gla-ss .col {
    margin: 0 !important;
    flex-basis: 20% !important;
    max-width: 20% !important;
    padding: 0 5px 10px !important;
}

.description>.dco-attachment.dco-image-attachment {
    max-width: 100px !important
}

.dco-attachment-gallery,
.row-gla {
    max-width: 500px !important;
    margin: 0 -5px !important;
}

.woocommerce-review__dash,
.woocommerce-review__published-date {
    display: none
}

.comment-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -111;
    overflow: hidden;
    touch-action: none;
}

.comment-popup.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.comment-popup-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);

}

.comment-popup-close {
    position: absolute;
    right: 5px;
    background: red;
    top: 5px;
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 700;
    z-index: 9999;
    border-radius: 6px;
}

.comment-popup-wrap {
    max-width: 1000px;
    display: flex;
    align-items: flex-start;
    padding: 50px 14px !important;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.comment-popup-wrap .row {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 700px;
}

.comment-item {
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 4px #d1d1d1;
}

.comment-item .image-cover {
    background: #eee;
}

.comment-item-desc {
    padding: 10px;
    font-size: 12px
}

.comment-item-desc h3 {
    font-size: 14px;
}

.feedback-img .gallery-columns-5 {
    max-width: 800px
}

.feedback-img .container {
    padding: 0 15px;
    margin: 0;
}

.feedback-img .gallery-columns-5 .gallery-item {
    flex-basis: 20%;
    max-width: 20%
}

.feedback-img .gallery-item .col-inner {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    position: relative;
}

.commentlist>.review,
.feedback-img .gallery-item {
    display: none;
}

.commentlist>.review:nth-child(-n + 5),
.feedback-img .gallery-item:nth-child(-n + 5) {
    display: block;
}

.feedback-img .note-img {
    position: absolute;
    inset: 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

button#load-btn-re {
    border-radius: 10px;
}

button#load-more-hidden,
button#load-more-reviews {
    border-radius: 10px;
    margin-right: 10px;
    display: none;
}

#reviews.woocommerce-Reviews {
    max-width: 1200px;
    margin: 0 auto 30px;
    font-size: 14px
}

.product-rating-overview {
    align-items: center;
    background-color: #fffbf8;
    border: 1px solid #f9ede5;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 1rem;
    min-height: 5rem;
    padding: 1.875rem;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.product-rating-overview__briefing {
    margin-right: 50px;
    text-align: center;
}

.product-rating-overview__score-wrapper {
    color: var(--primary-color);
    font-size: 1.125rem;
}

.product-rating-overview__rating-score {
    font-size: 30px;
}

.product-rating-overview__score-wrapper {
    color: var(--primary-color);
    font-size: 14px;
}

.product-rating-overview__filters {
    flex: 1;
    margin-left: .9375rem;
}

.product-rating-overview__filter {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .8);
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: .3125rem;
    margin-right: .5rem;
    margin-top: .3125rem;
    min-width: 6.25rem;
    padding: 0 10px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
}

.product-rating-overview__filter:hover,
.product-rating-overview__filter:first-child {
    border-color: var(--primary-color);
    fill: var(--primary-color);
    color: var(--primary-color);
}

.nav>li.has-icon>a>i {
    min-width: 20px;
}

/* .banner-product.show-for-medium.mb-half {
margin-top: 15px;
} */
li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children {
    display: block;
    margin: 0;
    height: 42px;
    z-index: 9;
}

li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children a {
    line-height: 45px;
}

/* img.dragme {
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
} */
div#btn-drag-main {
    display: none !important;
    background-color: #fff;
    margin-top: -100px;
    right: 6px;
    height: 100px;
    position: relative;
    top: -8px;
    z-index: 999;
    margin-left: auto;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

div#btn-drag-main {
    display: flex !important
}

@media(min-width: 550px) {

    .carousel-status {
        bottom: 100px
    }
}

@media(max-width: 550px) {
    .woocommerce-product-gallery {
        margin: -15px -15px 0;
    }

    .woocommerce-product-gallery {
        margin-bottom: 15px
    }

    .popupDrag-zoom {
        display: none !important
    }

    .comment-popup-wrap {
        margin: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
        padding-bottom: 100px;
    }

    div#btn-drag-main {
        margin-top: -50px;
        height: 50px;
        position: relative;
        top: -20px;
        right: -8px;
    }
}

@media(max-width: 550px) {
    .feedback-img h3 {
        /* margin-left:-10px; */
    }

    .feedback-img .gallery-columns-5 .gallery-item:first-child {
        display: none
    }

    .feedback-img .gallery-columns-5 .gallery-item {
        flex-basis: 25%;
        max-width: 25%;
    }

    .feedback-img .note-img {
        font-size: 10px
    }

    .feedback-img .gallery-columns-5 {
        margin: 0 -5px !important;
    }

    .feedback-img .gallery-columns-5 .gallery-item {
        padding: 0 5px 10px;
    }

    .product-rating-overview {
        flex-direction: column;
        padding: 20px 15px;
        align-items: start;
    }

    .product-rating-overview__filters {
        margin: 10px 0 0;
    }

    .product-rating-overview__filter {
        margin-right: 0
    }
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-footer,
.product-policy {
    z-index: 1 !important;
}

.show-modal,
.modal,
div#modal-2,
.custom-three {
    z-index: 9999999 !important;
}

.sticky-add-to-cart--active .custom-modal.modal-4 {
    display: none;
}

.devvn_prod_variable .custom-modal.modal-4 {
    display: none;
}

a.add-to-cart-tab {
    border: 1px solid #ce1919;
    padding: 0px 5px !important;
    display: block;
    margin: 5px 0;
    color: #ce1919;
}

.border-kh {
    width: 100%;
    min-width: 100%;
    background: #fff;
    color: #d11c00 !important;
    cursor: pointer;
    border-radius: 5px;

}

.border-kh .red {
    color: red;
    width: 100%;
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.border-kh .row {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    padding: 0 15px !important;
}

.border-kh .col {
    padding: 5px !important;
}

.border-kh .col span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.custom-modal.modal-4 {
    display: block;
    margin: 10px 0;
    width: 100%;
}

.button-cus-4.btn-cus {
    border: 2px dashed #d11c00;
    padding: 10px;
    border-radius: 5px;
    display: block;
    color: #000;
}

.border-kh .price {
    font-size: 0 !important;
    display: block !important;
    margin: 5px 0 !important;
    line-height: 1 !important;
}

.border-kh .price span.amount {
    font-size: 10px !important;
    line-height: 1;
}

.border-kh .price>span.amount:nth-child(2) {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    max-height: 0;
}

.border-kh .woocommerce-Price-currencySymbol {
    display: inline !important
}

.border-kh a.button {
    font-size: 10px;
    text-transform: none;
    margin: 0 !important
}

.custom-modal.modal-4 h3 {
    margin: 0;
    position: absolute;
    font-weight: 500;
    top: -16px;
    background: #fff;
    width: max-content;
    color: var(--primary-color);
    padding: 0 5px;
}

.tax-product_cat:not([class*="paged-"]) .banner-cate {
    display: block !important;
}

.tax-product_cat .banner-cate {
    display: none;
}

/* .paged-9 .banner-cate,.paged-10 .banner-cate,.paged-11 .banner-cate,.paged-12 .banner-cate,.paged-13 .banner-cate,.paged-14 .banner-cate,
.paged-3 .banner-cate,.paged-4 .banner-cate,.paged-5 .banner-cate,.paged-6 .banner-cate,.paged-7 .banner-cate,.paged-8 .banner-cate,
.paged-2 .banner-cate {
display: none;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333f48;
}

a {
    color: #333f48;
}

.product-info.summary.col-fit.col.entry-summary.product-summary a.devvn_buy_now_style {
    max-width: 100% !important;
}

:root {
    --main-color: #c90000;
    --text-color: #333f48;
}

li.html.custom.html_topbar_left a {
    font-size: 16px;
    text-align: center;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--text-color);
}

.header-search .nav-dropdown {
    left: -235px !important;
    padding: 10px;
}

.custom-modal {
    margin: 10px 0;
}

@media(min-width:992px) {

    #header .header.show-on-scroll,
    #header .stuck .header-main {
        height: 90px !important;
    }

    .container-width,
    .full-width .ubermenu-nav,
    .container {
        padding-left: 7vw;
        padding-right: 7vw;
    }

    .row {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}


/*Footer*/

/* div#top-bar {
display: none;
} */
footer#footer {
    font-size: 14px;
    border-top: 1px solid #ccc;
}

footer#footer .footer-middle {
    padding-top: 50px;
    padding-bottom: 0;
}

footer#footer .footer-collum h3,
footer#footer .footer-collum h4 {
    margin: 0 0 23px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

footer#footer .footer-collum p {
    margin-bottom: 10px;
}

footer#footer .footer-collum iframe {
    margin-bottom: 10px;
}

footer#footer .footer-collum a:hover {
    color: #2f80ed;
}

footer#footer .footer-collum .ux-menu a {
    color: #fff;
    font-size: 14px;
}

footer#footer .footer-collum .ux-menu a:hover {
    color: #2f80ed;
}

.footer-contact .ux-logo .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 30px;
}

.footer-contact .col-inner>.text .single-contact {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-contact .col-inner>.text .single-contact i {
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
}

.footer-contact .col-inner>.text .single-contact a {
    color: #fff;
}

.footer-contact .col-inner>.text .single-contact a:hover {
    color: #2f80ed;
}

.footer-contact #copyright a {
    color: #2f80ed;
}

@media (min-width: 550px) {
    footer#footer .footer-collum.large-4 {
        padding-top: 25px;
    }
}

footer#footer .footer-collum.form-footer form input.wpcf7-tel {
    margin: 0;
    min-height: 40px;
    border-radius: 100px;
    font-weight: 500;
    color: #333;
    padding: 5px 20px;
    font-size: 16px;
}

footer#footer .footer-collum.form-footer form input.wpcf7-tel:focus {
    font-size: 16px;
}

footer#footer .footer-collum.form-footer form .btn-dangky input {
    margin: 0;
    position: absolute;
    top: 2px;
    right: 3px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
}

footer#footer .footer-collum.form-footer form .btn-dangky.processing {
    position: inherit;
}

footer#footer .footer-collum.form-footer form .btn-dangky .wpcf7-spinner {
    display: none;
}

footer#footer .footer-collum.form-footer form .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 10px;
}

footer#footer .footer-collum.form-footer .wpcf7 form.spam .wpcf7-response-output {
    color: #fff;
}

footer#footer .footer-collum.form-footer .wpcf7-response-output {
    color: #fff;
}

footer#footer .footer-collum.form-footer .ux-logo {
    width: auto !important;
}

footer#footer .footer-collum.form-footer .ux-logo a {
    padding: 5px !important;
}

@media (max-width: 549px) {
    footer#footer .footer-collum .ux-menu {
        display: none;
    }

    .footer-title h3,
    .footer-title h4 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-title .fa {
        transition: transform .3s ease-out;
    }

    .footer-title.open_ .fa {
        transform: rotate(180deg);
    }
}

footer#footer .absolute-footer {
    padding: 10px 0;
    color: #fff;
    background-color: #212121;
    font-size: 14px;
}

#shipping_postcode_field,
#billing_country_field,
#billing_postcode_field,
#shipping_city_field,
#billing_first_name_field,
#billing_company_field,
.is-divider,
.home .kk-star-ratings.kksr-top.kksr-right {
    display: none !important;
}

.badge-container.absolute.left.top.z-1 {
    margin-top: 0px;
    font-size: 12px;
}

.badge-container {
    border-bottom-right-radius: 12px;
}

.badge.callout.badge-frame:nth-child(1) {
    background: #ed1c2a;
    border-radius: 0 10px 10px 0;
    margin: 5px 0;
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
    border-radius: 0 10px 10px 0;
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
    color: #ffffff !important;
    border-radius: 9px;
}

.badge-inner.on-sale {
    background-color: red !important;
}

.badge+.badge {
    background: #0077ce;
    border-radius: 10px !important;
    margin: 0;
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
    border-radius: 0 10px 10px 0;
}

.back-to-top.left {
    bottom: 135px;
    left: 25px;
}

@media(max-width: 767px) {
    .back-to-top.left {
        display: none;
    }
}

div#wpfomo,
div#wpfomo * {
    background: #51a351;
    color: #fff;
}

.wpfomo-product-thumb-container {
    width: 26px;
}

.title-module {
    margin-bottom: 10px;
}

.title-module .section-title {
    border: none;
    margin: 0;
}

.title-module .section-title .section-title-main {
    border: none;
    padding: 0;
    margin: 0;
}

.woof_list_label .woof_label_term {
    width: auto;
}

ul.woof_list {
    max-height: 400px;
    overflow-x: auto;
}

.woof_list.woof_list_checkbox .woof_checkbox_term {
    display: none;
}

.woof_list.woof_list_checkbox label {
    margin: 0;
    font-weight: 500;
}

label.woof_checkbox_label_selected {
    color: var(--main-color);
}

#shop-sidebar .widget-title.shop-sidebar {
    font-weight: 700;
    text-transform: inherit;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}

#shop-sidebar .ux-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 3px 0;
    color: #333f48;
}

#shop-sidebar h4 {
    font-weight: 700;
    text-transform: inherit;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}

.woof_container {
    border-bottom: 1px solid #ccc;
}

.product-small .product-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 24px;
    line-height: 24px;
    -webkit-line-clamp: 1;
    margin-bottom: 5px;
}

.product-summary .quantity {
    align-items: center;
    margin-bottom: 0;
}

.quantity input[type="number"] {
    max-height: 39.3px;
    box-shadow: none;
}

.shop_table .buttons_added>span {
    display: none;
}

.product-footer-custom .box_infomation_product ul li>a {
    text-transform: inherit;
    font-weight: 700;
    font-size: 18px;
    color: var(--text-color);
}

@media only screen and (max-width: 767px) {
    .duoimotadai h3 {
        font-size: 14px;
    }

    .duoimotadai .accordion-title span {
        font-size: 14px;
    }

    .product-footer-custom .box_infomation_product ul li>a {
        font-size: 14px;
    }
}

.product-section-title-related {
    text-transform: inherit !important;
}

.tx-cr-addon {
    display: none;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 767px) {
    .has-sticky-product-cart .back-to-top.active {
        display: none;
    }

    .tx-cr-addon {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: block;
        box-shadow: 0 7px 36px rgba(16, 42, 67, 0.15);
        z-index: 999 !important;
        transition: all 0.3s ease-out;
    }

    .tx-cr-addon .ega-ul {
        display: flex;
        justify-content: stretch;
        width: 100%;
        background: #fff;
        margin: 0;
        padding-left: 0;
        list-style: none;
        margin: auto;
        overflow-x: hidden;
        max-width: 100% !important;
    }

    .tx-cr-addon .ega-menu__item {
        flex: none;
        font-size: 10px;
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 0;
    }

    .tx-cr-addon .ega-menu__link {
        color: #324e69;
        text-align: center;
        width: 100%;
        font-size: 10px;
        text-decoration: none;
        display: block;
        padding: 7px 10px 4px;
        color: #080808 !important;
    }

    .tx-cr-addon .ega-menu__link .ega-menu__icon {
        margin: auto;
        max-width: 20px;
        max-height: 20px;
        object-fit: contain
    }

    .tx-cr-addon .ega-menu__title {
        margin-top: 3px;
    }

    .arcontactus-widget.arcontactus-message.right {
        bottom: 150px !important;
    }
}

@media (max-width: 991px) {
    .header-bottom.wide-nav.show-for-medium {
        display: block !important;
    }

    .header-bottom.wide-nav.show-for-medium .flex-col.show-for-medium {
        display: block !important;
    }

    .header-bottom>.flex-row {
        display: block;
    }

    .header-bottom ul.header-bottom-nav {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: left;
    }

    .header-bottom .header-bottom-nav>li {}

    .header-bottom .header-bottom-nav>li:last-child {}

    #header>.header-wrapper {
        display: flex;
        flex-flow: column;
    }

    #header>.header-wrapper #top-bar {
        order: 3;
    }
}

@media (max-width: 767px) {
    .sticky-add-to-cart--active {
        bottom: 50px;
        z-index: 9;
    }

    .product-footer .woocommerce-tabs li a::before {
        display: none;
    }



    .product-descr #conte-des {
        margin: 0;
    }

    .product-descr #conte-des .woocommerce-tabs {
        border-top: none;
    }

    .product-descr #conte-des .woocommerce-tabs .description_tab a {
        font-weight: 600;
        font-size: 14px;
        color: var(--text-color);
        text-transform: inherit;
    }

    .product-footer {
        background-color: #fff;
        box-shadow: 0 0 1px rgba(40, 41, 61, 0.08), 0 0.5px 2px rgba(96, 97, 112, 0.16);
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .woocommerce-breadcrumb.breadcrumbs {
        text-align: left;
    }

    .duoimotadai {
        margin: 10px auto;
    }
}

.woocommerce-variation-price {
    padding-top: 10px;
}

.sticky-add-to-cart__product .product-title-small {
    max-width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
}

.product-sum .accordion-title {
    padding: 0;
    border: none;
    background: transparent;
    color: #252525;
}

.product-sum .accordion-title {
    border: none;
    background: transparent;
    color: #252525;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    padding: 14px 20px 14px 0;
    background-repeat: no-repeat;
    background-position: right top 17px;
    background-image: url("../flatsome-child/assets/image/plus_svg.svg");
}

.product-sum .accordion-title.active {
    border: none;
    color: #252525;
    background-image: url("../flatsome-child/assets/image/minus_svg.svg");
}

.product-sum .accordion-inner {
    padding: 0;
}

.product-short-description,
#tab-description {
    font-size: 14px;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    color: #333f48;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    color: #333f48;
    font-weight: 400 !important;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    min-width: 32px;
    height: 32px;
    display: block;
    color: #333f48;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

input[type=number].pagination-input::-webkit-outer-spin-button,
input[type=number].pagination-input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number].pagination-input {
    -moz-appearance: textfield;
    /* Firefox */
}

.nav-pagination>li span:hover input[type=number].pagination-input::placeholder,
.nav-pagination>li span:hover input[type=number].pagination-input {
    color: #fff
}

.nav-pagination>li>.current {
    background-color: transparent !important;
    color: var(--main-color) !important;
}

.woocommerce-pagination .page-numbers.nav-pagination {
    text-align: right;
}

.btn-more {
    position: absolute;
    right: 0;
    top: -6px;
    margin: 0;
    color: var(--text-color) !important;
    font-weight: 400;
}

.btn-more:hover {
    color: var(--main-color) !important;
}

.btn-more::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    vertical-align: inherit;
}

span.amount {
    color: var(--text-color);
}

.page .woocommerce-Price-amount.amount:nth-child(2),
.archive span.woocommerce-Price-amount.amount:nth-child(2),
.duoimota span.woocommerce-Price-amount.amount:nth-child(2),
.product-footer-custom span.woocommerce-Price-amount.amount:nth-child(2) {
    /* display: none; */
}

[data-icon-label]:after {
    background-color: var(--main-color);
}

.product-small .price-wrapper .price {
    /* color: #fff; */
}

.product-small .price-wrapper .price del {
    color: #333f48;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 15px 15px;
}

.feedback-img h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    #review_form .has-border {
        border: 2px solid #446084;
        padding: 20px;
        padding-bottom: 0;
    }

    .section.section_products {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .row-small>.col,
    .row-small>.flickity-viewport>.flickity-slider>.col {
        padding: 0 10px 15px;
    }

    .arcontactus-widget .arcontactus-message-button {
        display: none !important;
    }
}

@media(max-width: 850px) {
    .feedback-img {
        margin: 0;
    }

    .shop-page-title.category-page-title {
        display: none;
    }

    .shop-page-title.product-page-title {
        display: none;
    }
}

.woocommerce-variation-price .price span {
    color: #c90000;
}

span.uom {
    font-size: 15px;
    position: relative;
    right: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.product-small.box span.uom {
    right: 2px;
}

.woocommerce-variation-price .price del span.amount bdi {
    color: var(--text-color);
}

@media(max-width:849px) {
    li.html.custom.html_topbar_left a {
        font-size: 14px;
    }

    .product-info {
        display: flex;
        flex-flow: column;
        overflow: hidden;
    }

    .product-info-deal {
        order: -1;
        margin-top: -10px;
        margin-bottom: 15px;
    }
}

@media(max-width:16350px) and (min-width:1168px) {


    ul.header-nav.header-nav-main.nav.nav-left.nav-line-bottom.nav-size-large.nav-uppercase {
        flex-flow: row;
    }

    li.header-search-form.search-form.html.relative.has-icon {
        width: fit-content;
    }
}

.product-info.summary form {
    margin-bottom: 0;
}

.active>ul.children,
.active>ul.sub-menu:not(.nav-dropdown) {
    display: none !important;
}

.header-bottom-nav>li>a {
    padding: 0;
}

.logoyt {
    display: none;
}