/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1260px;
}
.yikes-custom-woo-tab-title{display:none;}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

td {
    color: inherit;
}

.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button,
input[type=submit],
input[type=submit].button,
input[type=reset].button,
input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}

    .button.is-outline,
    input[type=submit].is-outline,
    input[type=reset].is-outline,
    input[type=button].is-outline {
        border-width: 1px;
    }

    .button.is-outline {
        color: inherit;
        line-height: calc(2.5em - 2px);
    }

select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    padding-right: 1.6em;
}

.box-text {
    font-size: 1em;
}

.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}

    .breadcrumbs a {
        color: inherit;
    }

.product-footer .product-section h2,
.single-page h2,
.page-inner h2 {
    font-size: 30px;
}

.product-footer .product-section h3,
.single-page h3,
.page-inner h3 {
    font-size: 25px;
}

.product-footer .product-section h4,
.single-page h4,
.page-inner h4 {
    font-size: 20px;
}

.product-footer .product-section h5,
.single-page h5,
.page-inner h5 {
    font-size: 16px;
}

.single-page :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p),
.page-inner :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p) {
    margin-bottom: 24px;
}

.single-page ul li:last-child,
.page-inner ul li:last-child {
    margin-bottom: 0;
}

.wp-caption .wp-caption-text {
    background: transparent;
    font-style: normal;
}

img.size-full.alignnone {
    margin-bottom: 0;
}

/* Button */
.button_outline,
.button_support {
    display: inline-flex !important;
    width: 100%;
    max-width: 350px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: 0;
    background-color: var(--primary-color) !important;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.4s;
    overflow: hidden;
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

    .button_outline:before,
    .button_support:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        transform: scaleY(0);
        background-color: #BF1C1F;
        transform-origin: -100% 50%;
        transition-property: transform;
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
    }

    .button_support:hover {
        background-color: var(--primary-color);
    }

        .button_support:hover:before {
            transform: scaleY(1);
        }

.button_outline {
    background-color: #FFF !important;
}

    .button_outline:before {
        background-color: var(--primary-color) !important;
    }

    .button_outline:hover {
        color: #FFF;
        border-color: 1px solid var(--primary-color);
    }

        .button_outline:hover:before {
            transform: scaleY(1);
        }

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline,
.dark .nav > li > a,
.dark .nav > li.html,
.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical > li > ul li a,
.nav-dropdown.dark > li > a,
.nav-dropdown.dark .nav-column > li > a,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button {
    color: #FFF;
}

.nav > li > a,
.nav-dropdown > li > a,
.nav-column > li > a {
    color: inherit;
}

.header .nav > li > a {
    font-size: var(--fs-14);
    font-style: normal;
    line-height: 140%;
}

.header .nav .sub-menu li a {
    text-transform: uppercase;
    white-space: nowrap;
}

.header-top .nav-uppercase > li > a {
    text-transform: none;
}

.nav-uppercase > li > a {
    letter-spacing: 0;
}

.header .nav-dropdown {
    color: inherit;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 12px;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}

.nav-dropdown-has-border .nav-dropdown {
    border-width: 1px;
}

.menu-item-has-children .nav-dropdown-default {
    padding: 0;
    display: block;
    min-width: 210px;
    border: 0 !important;
    border-radius: 5px;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    display: none;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default > li.nav-dropdown-col,
.menu-item-has-children > .nav-dropdown.nav-dropdown-default > li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default .menu-item-has-children > a,
.menu-item-has-children > .nav-dropdown.nav-dropdown-default .title > a,
.menu-item-has-children > .nav-dropdown.nav-dropdown-default .nav-dropdown-col > a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default ul {
    background-color: #fff;
    min-width: 210px;
    top: 0px;
    left: calc(100% + 1px);
    position: absolute;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

    .nav-click span,
    .nav-click::after,
    .nav-click::before {
        content: '';
        background-color: #000;
        position: absolute;
        height: 2px;
        transition: all .3s ease-in-out;
        pointer-events: none;
    }

.nav-dark .nav-click span,
.nav-dark .nav-click::after,
.nav-dark .nav-click::before {
    background-color: #FFF;
}

.nav-click::after,
.nav-click::before {
    top: 6px;
    right: 0;
    width: 18px;
    transform-origin: 50% 50%
}

.nav-click::after {
    top: 23px;
    width: 30px
}

.nav-click span {
    top: 15px;
    right: 0;
    width: 24px
}

@media (min-width:850px) {
    .nav-click {
        width: 38px;
        height: 38px
    }

        .nav-click span,
        .nav-click::after,
        .nav-click::before {
            height: 3px
        }

        .nav-click::after,
        .nav-click::before {
            top: 9px;
            width: 25px
        }

        .nav-click::after {
            top: 27px;
            width: 35px
        }

        .nav-click span {
            top: 18px;
            width: 31px
        }
}

.has-off-canvas .current-lightbox-clicked .nav-click span {
    opacity: 0
}

.has-off-canvas .current-lightbox-clicked .nav-click::before {
    width: 70%;
    left: 17%;
    transform: rotate3d(0, 0, 1, 45deg);
    top: 43%
}

.has-off-canvas .current-lightbox-clicked .nav-click::after {
    width: 70%;
    left: 15%;
    transform: rotate3d(0, 0, 1, -45deg);
    top: 41%
}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
.post-sidebar .widget-title {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
    font-size: var(--fs-16);
    margin-bottom: 15px;
}

.post-sidebar .is-divider {
    display: none;
}

/* Widget Recent Posts */
.post-sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}

    .post-sidebar .widget_recent_entries ul li:last-child {
        border-bottom: none;
    }

    .post-sidebar .widget_recent_entries ul li .post-date {
        display: block;
    }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}

    .widget_list_posts .post-item:not(:last-child) .col-inner {
        margin-bottom: 20px;
    }

.widget_list_posts .box-blog-post .box-image {
    border-radius: 4px;
}

.widget_list_posts .blog-col-inner .post-title {
    font-size: .875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}

.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}

@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }

        .widget_list_posts .box-vertical .box-image {
            flex: 0 0 30%;
        }

        .widget_list_posts .box-vertical .box-text {
            padding: 0 0 0 20px;
        }

    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .widget_information ul li {
        padding: 6px 0 6px 34px;
        position: relative;
    }

        .widget_information ul li + li {
            border-top: none;
        }

        .widget_information ul li.hidden_icon {
            padding-left: 0;
        }

            .widget_information ul li.hidden_icon i,
            .widget_information ul li.hidden_icon img {
                display: none;
            }

.widget_information li span {
    text-transform: uppercase;
}

.widget_information li img,
.widget_information li i {
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    text-align: center;
}

.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

    .widget_information li.label-company i {
        display: none;
    }

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode.layout-1 .box-image {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.sh-blog-shortcode.layout-5 .box-image {
    float: left;
    width: 30%;
    margin-right: 15px;
}

.sh-blog-shortcode.layout-6 .first-element-layout .post-title {
    margin: 15px 0 10px 0;
}

.sh-blog-shortcode.layout-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}

.sh-blog-shortcode.layout-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}

.sh-blog-shortcode.layout-6 .second-element-layout .col-inner {
    overflow: hidden;
}

.sh-blog-shortcode.layout-6 .second-element-layout .box-image {
    float: left;
    width: 30%;
    margin-right: 1em;
}

    .sh-blog-shortcode.layout-6 .second-element-layout .box-image .image-zoom {
        padding-top: 62%;
    }

.sh-blog-shortcode.layout-6 .second-element-layout .post-title {
    margin-top: 0;
    font-size: .875rem;
}

.sh-blog-shortcode.layout-7 .first-element-layout .element .box-image {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.layout-7 .first-element-layout .element .post-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.layout-7 .second-element-layout {
    margin-bottom: 20px;
}

    .sh-blog-shortcode.layout-7 .second-element-layout .element {
        margin-bottom: 5px;
    }

        .sh-blog-shortcode.layout-7 .second-element-layout .element .post-title {
            margin: 0;
        }

            .sh-blog-shortcode.layout-7 .second-element-layout .element .post-title a:before {
                content: "";
                display: inline-block;
                width: 5px;
                height: 5px;
                background: #337ab7;
                border-radius: 50%;
                position: relative;
                top: -2px;
                margin-right: 5px;
            }

.sh-blog-shortcode.layout-8 .element .col-inner {
    position: relative;
}

.sh-blog-shortcode.layout-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}

.sh-blog-shortcode.layout-8 .element .post-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}

    .sh-blog-shortcode.layout-8 .element .post-title a {
        display: block;
    }

/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}

.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .uni-titlepro .open-subcat {
            display: none;
        }

        .uni-titlepro ul li {
            display: inline-block;
        }

        .uni-titlepro li + li {
            margin-left: 30px;
        }
}

@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }

    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }

        .uni-titlepro ul li {
            float: left;
            width: 50%;
            padding-left: 5px;
            padding-right: 5px;
        }

            .uni-titlepro ul li:last-child {
                width: 100%;
            }
}

/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}

/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}

.ux-menu-title {
    font-size: 100%;
}

/* Category */
.blog-archive {
    margin-bottom: 50px;
}

.box-blog-post:not(.box-vertical) .box-image {
    margin-bottom: 14px;
    border-radius: 4px;
}

.box-blog-post:not(.box-vertical) .box-text {
    padding-top: 10px;
    padding-bottom: 0;
}

.box-blog-post .post-title {
    margin: 0 0 8px;
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

    .box-blog-post .post-title a {
        margin: 0;
        max-height: 43px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .post-meta {
    margin-bottom: 8px;
    color: var(--grey-text);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.box-blog-post .from_the_blog_excerpt {
    color: var(--grey-text);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-blog-post a.button.is-link {
    margin: 0;
    padding: 0;
    color: var(--primary-color);
    font-size: var(--fs-12);
    line-height: 100%;
    min-height: auto;
    display: inline-flex;
    align-items: center;
}

    .box-blog-post a.button.is-link i {
        margin-left: 5px;
    }

ul.links {
    margin: 20px 0;
}

    ul.links li {
        margin: 0 .4em !important;
    }

.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    background: transparent;
    font-weight: normal;
    border: 1px solid var(--grey-text)
}

/* Single Post */
.entry-header h1.entry-title {
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    text-transform: uppercase;
}

    .entry-header h1.entry-title + .is-divider {
        display: none;
    }

.entry-header-text-top {
    padding-bottom: 0;
}

.post-single-meta > span {
    display: inline-flex;
    align-items: center;
    color: var(--grey-text);
}

    .post-single-meta > span img {
        margin-right: 8px;
    }

    .post-single-meta > span + span {
        margin-left: 20px;
    }

.single .single-page iframe {
    width: 100%;
    aspect-ratio: 1/0.75;
    height: auto;
}

/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}

    .wpcf7-form p {
        margin-bottom: 0;
    }

.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}

.wpcf7 .wpcf7-spinner {
    display: none !important;
}

/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}

.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}

.header li.cart-item span + .image-icon {
    margin-left: 0;
    margin-right: 10px;
}

/* Footer */
.footer-wrapper {
    color: #B3B3B3;
}

    .footer-wrapper .widget {
        margin-bottom: 0;
    }

    .footer-wrapper .widget-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 13px;
        text-transform: uppercase;
    }

    .footer-wrapper .uni_custom_menu ul {
        margin-bottom: 0;
    }

    .footer-wrapper .uni_custom_menu li a,
    .footer-wrapper .widget_information li {
        color: #B3B3B3;
    }

        .footer-wrapper .widget_information li img {
            filter: brightness(0) invert(1);
            opacity: 0.6;
        }

    .footer-wrapper .widget_social {
        margin-bottom: 24px;
    }

        .footer-wrapper .widget_social li {
            border: 0;
        }

            .footer-wrapper .widget_social li + li {
                margin-left: 13px;
            }

            .footer-wrapper .widget_social li a {
                width: 30px;
                height: 30px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                background: var(--primary-color);
                border-radius: 99px;
            }

.absolute-footer {
    padding: 15px 0 15px;
    font-size: var(--fs-14);
    color: #686868 !important;
}

.top-ft {
    border-bottom: 1px solid #686868;
    padding-bottom: 0 !important;
}

.main-ft {
    padding-top: 40px !important;
}

@media only screen and (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }

    .main-ft {
        padding-bottom: 45px !important;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
:root {
    --grey-text: #686868;
    --fs-12: 12px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fw-medium: 500;
}

#dark-breadcrumbs {
    padding: 25px 0 0;
}

    #dark-breadcrumbs .rank-math-breadcrumb p {
        margin-bottom: 0px;
    }

    #dark-breadcrumbs h1 {
        margin-bottom: 0;
        font-size: 24px;
    }

    #dark-breadcrumbs .rank-math-breadcrumb :where(a, span) {
        color: var(--primary-color);
        font-size: 16px;
    }

    #dark-breadcrumbs .rank-math-breadcrumb .separator {
        display: inline-flex;
        margin: 0 8px;
    }

        #dark-breadcrumbs .rank-math-breadcrumb .separator:before {
            content: '\f105';
            font-family: 'Font Awesome 6 Pro';
        }

.page-wrapper {
    padding-top: 0;
}

/* Contact */
.row-contact .widget_information li.label-company {
    padding-left: 0;
    padding-bottom: 32px;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.row-contact .widget_information li i,
.row-contact .widget_information li img {
    top: 1px;
}

.row-contact .widget_information li {
    padding: 0 0 16px 34px;
}

.row-contact .form-contact .form-group input::placeholder {
    color: var(--grey-text, #686868);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.row-contact .form-contact .form-group input {
    margin-bottom: 0;
    box-shadow: unset;
    height: 37px;
}

.row-contact .form-contact .form-group p {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 2px;
}

.row-contact .form-contact .form-group .wpcf7-form-control-wrap {
    flex: 1 0 150px;
    max-width: 315px;
}

.row-contact .form-contact .form-group .wpcf7-submit {
    flex: 1 0 100px;
    max-width: 100px;
    height: 37px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

/* box-catalog */
#catalog-list .post-item {
    padding-bottom: 10px;
}

.box-catalog .post-title {
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 5px;
    /* white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 51.5px; */
}

.box-catalog .post-meta {
    color: var(--grey-text);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

.box-catalog .post-readmore span {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: var(--fw-medium);
    font-size: 12px;
}

.single-catalog .pdfobject {
    aspect-ratio: 1/0.66 !important;
    height: auto !important;
}

/* filebox */
.filebox a .file-button {
    color: var(--primary-color);
    font-weight: var(--fw-medium);
    font-size: 12px;
}

.filebox h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.box:hover .box-image:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/* video */
.uni-video .main-image {
    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%;
}

.uni-video .button {
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
}

/* heading-custom */
.section-title-container {
    margin-bottom: 0;
}

    .section-title-container .section-title-normal .section-title-main,
    .section-title-container .section-title-normal {
        border-bottom: 0 solid #000;
    }

        .section-title-container .section-title-normal .section-title-main {
            margin: 0;
            padding: 0;
        }

    .section-title-container .section-title-center,
    .section-title-container .section-title-normal {
        margin-bottom: 20px;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

        .section-title-container .section-title-center b {
            opacity: 0;
        }

        .section-title-container .section-title-normal a {
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            display: inline-flex;
            align-items: center;
        }

            .section-title-container .section-title-normal a i {
                margin-left: 6px;
            }

/* danh-muc */
.box-cat-item {
    text-align: center;
    background: #F7F7F7;
}

    .box-cat-item .box-image {
        text-align: center;
        padding: 0px 10px 0;
    }

        .box-cat-item .box-image .image-zoom {
            width: 107px;
            aspect-ratio: 1/1;
            object-fit: contain;
            padding-top: unset;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

    .box-cat-item .box-text {
        padding: 0 10px 20px;
    }

    .box-cat-item .cat-title {
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 12px;
    }

    .box-cat-item .cat-readmore .button {
        margin: 0;
        color: var(--primary-color);
        border-radius: 99px;
        text-transform: none;
        border-color: #DBDBDB;
        background-color: transparent !important;
        height: 30px;
        max-width: 135px;
        font-weight: var(--fw-medium);
        font-size: var(--fs-12);
    }

        .box-cat-item .cat-readmore .button i {
            margin-left: 4px;
        }

        .box-cat-item .cat-readmore .button:before {
            background-color: var(--primary-color) !important;
        }

        .box-cat-item .cat-readmore .button:hover {
            color: #FFF;
            border-color: 1px solid var(--primary-color);
        }

            .box-cat-item .cat-readmore .button:hover:before {
                transform: scaleY(1);
            }

.uni-catpro > .row-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .uni-catpro > .row-small > .col {
        padding: 0 5px 10px;
    }

.cat-item > .col-inner .box-cat-item,
.cat-item > .col-inner > a,
.cat-item > .col-inner {
    height: 100%;
}

.top-ft .last-reset p:last-of-type {
    margin-bottom: 0;
}

.isures-wrap--iconbox,
.isures-wrap--iconbox a {
    display: flex;
    align-items: center;
}

.isures-iconbox--icon {
    font-size: 24px;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0 solid #e5e5e5;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.isures-iconbox--content {
    padding-left: 0;
}

    .isures-iconbox--content p {
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }

p.isures-text--head {
    font-weight: 400;
    text-transform: normal;
    font-size: 12px;
    color: #2a2b2b !important;
}

.nav-dropdown > li.html.header-search-form {
    min-width: 300px;
}

.header-search-lightbox a.icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

    .header-search-lightbox a.icon i {
        font-size: 15px !important;
    }

.ux-search-box .ux-search-submit.button.icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0;
    background: #000000;
}

    .ux-search-box .ux-search-submit.button.icon i {
        font-size: 15px;
    }

.ux-search-box .search-field {
    font-size: var(--fs-14);
    height: 40px;
}

/* top-link */
#top-link {
    right: 33px;
    border-radius: 3px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.single-product .tab-panels table td,
.single-product .tab-panels table th {
    padding: .5em !important;
}

.blockDesc .description-content li {
    list-style-position: inside;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {

    .product-footer .product-section h2,
    .single-page h2,
    .page-inner h2 {
        font-size: 24px;
    }

    .product-footer .product-section h3,
    .single-page h3,
    .page-inner h3 {
        font-size: 20px;
    }

    .product-footer .product-section h4,
    .single-page h4,
    .page-inner h4 {
        font-size: 16px;
    }

    .product-footer .product-section h5,
    .single-page h5,
    .page-inner h5 {
        font-size: 14px;
    }

    .box-cat-item .box-image .image-zoom {
        width: 70px;
    }

    .box-cat-item .cat-title {
        font-size: 12px;
    }

    .text-small-center > .col-inner {
        text-align: center;
    }

    .header-main li.html.custom.html_topbar_right img {
        width: 24px;
    }

    .header-main li.html.custom {
        display: inline-block;
    }

    .header-search-lightbox a.icon {
        width: 32px;
        height: 32px;
        line-height: 30px;
        border-color: #141414;
        background: transparent !important;
    }

        .header-search-lightbox a.icon i {
            font-size: var(--fs-12) !important;
            color: #141414;
        }

    .mobile-sidebar .logo {
        text-align: center;
        padding: 30px 15px 0;
    }

        .mobile-sidebar .logo img {
            display: inline-block;
            filter: brightness(0) invert(1);
        }
}

@media only screen and (max-width: 699.98px) {
    .box-cat-item .box-text {
        padding: 10px;
    }
}

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

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 850px) and (max-width: 1199.98px) {
    #logo {
        width: 150px !important;
    }

    .header-search-lightbox a.icon {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 850px) {
    .header .nav > li > a {
        padding: 5px 0;
    }

    .nav-spacing-xlarge > li {
        margin: 0 10px;
    }

    .nav > li.html_topbar_left {
        margin-left: 0 !important;
    }

    .section-title-container .section-title-center,
    .section-title-container .section-title-normal {
        margin-bottom: 30px;
    }

    .box-cat-item .cat-title {
        font-size: 14px;
    }

    .entry-header h1.entry-title {
        font-size: var(--fs-30);
    }

    .footer-wrapper .widget_social {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {

    .xlarge-12,
    .xlarge-columns-1 .flickity-slider > .col,
    .xlarge-columns-1 > .col {
        flex-basis: 100%;
        max-width: 100%
    }

    .xlarge-columns-2 .flickity-slider > .col,
    .xlarge-columns-2 > .col {
        flex-basis: 50%;
        max-width: 50%
    }

    .xlarge-columns-3 .flickity-slider > .col,
    .xlarge-columns-3 > .col {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-columns-4 .flickity-slider > .col,
    .xlarge-columns-4 > .col {
        flex-basis: 25%;
        max-width: 25%
    }

    .xlarge-columns-5 .flickity-slider > .col,
    .xlarge-columns-5 > .col {
        flex-basis: 20%;
        max-width: 20%
    }

    .xlarge-columns-6 .flickity-slider > .col,
    .xlarge-columns-6 > .col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-columns-7 .flickity-slider > .col,
    .xlarge-columns-7 > .col {
        flex-basis: 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xlarge-columns-8 .flickity-slider > .col,
    .xlarge-columns-8 > .col {
        flex-basis: 12.5%;
        max-width: 12.5%
    }

    .nav-spacing-xlarge > li {
        margin: 0 13px;
    }

    .footer-wrapper .widget_social {
        margin-bottom: 52px;
    }
}

@media only screen and (min-width: 1200px) {
    #masthead .header-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .nav > li > a {
        font-size: var(--fs-16);
        line-height: 45px;
        padding: 10px 0;
    }

    .section-title-container .section-title-normal {
        margin-bottom: 0;
    }

    .nav-spacing-xlarge > li {
        margin: 0 20px;
    }
}

.contactPageInfo {
}

    .contactPageInfo ul {
        list-style: none;
    }

        .contactPageInfo ul li {
            margin: 0 0 16px;
        }

            .contactPageInfo ul li:nth-child(1) {
                background: url(images/location.svg) 0px 0px no-repeat;
                padding-left: 25px;
            }

            .contactPageInfo ul li:nth-child(2) {
                background: url(images/call.svg) 0px 0px no-repeat;
                padding-left: 25px;
            }

            .contactPageInfo ul li:nth-child(3) {
                background: url(images/call.svg) 0px 0px no-repeat;
                padding-left: 25px;
            }

            .contactPageInfo ul li:nth-child(4) {
                background: url(images/email.svg) 0px 3px no-repeat;
                padding-left: 25px;
            }

#btn-contacts {
    position: fixed;
    bottom: 40px;
    left: 15px;
    right: auto;
    z-index: 99999;
}

    #btn-contacts.right {
        right: 15px;
        left: auto;
    }

    #btn-contacts .btn-inner {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 80px;
        height: 80px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block;
    }

    #btn-contacts #btn-phone {
        transition: 0.7s all;
        -moz-transition: 0.7s all;
        -webkit-transition: 0.7s all;
    }

    #btn-contacts #btn-zalo {
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
    }

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#btn-zalo .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#btn-zalo .phone-vr-img-circle {
    background-color: #2196F3;
}

#btn-phone .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1d74d5;
    background-color: rgba(33, 149, 243, 0.7)
}

#btn-phone .phone-vr-img-circle {
    background-color: #1d74d5;
}

#btn-contacts #btn-phone .hotline-bar {
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    background: #1d74d5;
    color: #FFF;
    padding: 5px 50px 5px 20px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
}

#btn-contacts.left #btn-phone .hotline-bar {
    left: 20px;
    right: auto;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.row.row-small {
    max-width: 1252.5px;
}

.wishlist-icon {
    display: none;
}

@media only screen and (min-width: 992px) {
    .xlarge-columns-6 .flickity-slider > .col, .xlarge-columns-6 > .col {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

html #wrapper > .message-wrapper {
    font-size: 1rem;
}

.columns-list > .col {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}

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

.mfp-content .sidebar-inner#shop-sidebar {
    font-size: 14px;
}
/* Woocommerce Toolbox */
.uni-toolbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 15px;
    margin-bottom: 1.5em;
    font-size: 14px;
}

    .uni-toolbox .view-mode-switcher a {
        color: #222222;
    }

    .uni-toolbox .woocommerce-ordering,
    .uni-toolbox .woocommerce-ordering select {
        box-shadow: none;
        background-color: transparent;
        margin: 0;
    }

    .uni-toolbox .woocommerce-result-count {
        display: block !important;
        margin: 0;
    }

    .uni-toolbox .category-filter-row {
        padding: 0;
    }

    .uni-toolbox .filter-button {
        margin-top: 0;
    }

@media (min-width: 550px) {
    .uni-ordering {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.sort-item.button {
    text-transform: none;
    line-height: normal !important;
    padding: 0;
    margin-left: 0 !important;
    min-height: unset !important;
    box-shadow: none !important;
    display: inline-block;
    border-radius: 2px;
    min-height: unset;
}

    .sort-item.button:hover {
        color: #FFF;
    }

.sort-item + .sort-item {
    margin-left: 10px;
}

.sort-item input[type=radio] {
    display: none;
}

.sort-item label {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    padding: 6px 10px;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-block !important;
}
/* Woocommerce Content Product */
.price {
    display: flex !important;
}

    .price ins {
        order: -1;
    }

html span.amount {
    color: #ff0000;
}

.price del span.amount {
    color: #111;
    font-size: 100%;
    margin-right: 0;
    margin-left: 1em;
}

.price del > span {
    text-decoration: line-through;
}

.price del {
    text-decoration: none;
}

.product-small.box {
    border: 1px solid var(--line, #DBDBDB);
    background: var(--white, #FFF);
}

.product-small.col .badge-circle .new-bubble {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FF0000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 2px;
    box-shadow: 1px 1px 10px -5px #333;
    z-index: 1;
}

.product-small.box .box-image {
    padding: 11px;
}

    .product-small.box .box-image .image-zoom {
        padding-top: 100%;
    }

        .product-small.box .box-image .image-zoom 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%;
        }

.product-small.box .box-text.box-text-products {
    padding: 5px 16px 30px;
}

.product-small.box .box-text-products .woocommerce-loop-product__title {
    font-size: 1rem;
    margin: 0 !important;
}

    .product-small.box .box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
        margin: 0;
        width: auto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 19.6px */
        color: black;
    }

        .product-small.box .box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link:hover {
            color: #c60000;
        }

.product-small.box .box-text-products.text-center .price {
    justify-content: center;
}
/* Single Product */
.single-product #dark-breadcrumbs,
.single-product .shop-container {
    background: #F7F7F7;
}

.product-main {
    padding: 0px 0px 10px;
}
/* Product Gallery */
.product .badge-container {
    margin-top: 0;
}

.product-gallery {
    padding-bottom: 30px !important;
}

    .product-gallery .woocommerce-product-gallery {
        border: 1px solid var(--line, #DBDBDB);
    }

    .product-gallery .woocommerce-product-gallery__image img {
        aspect-ratio: 1/1;
        width: 100%;
        object-position: center;
        object-fit: contain;
    }

.product-thumbnails a {
    display: block;
    border: 1px solid var(--line, #DBDBDB);
}

.product-gallery .blog-share {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

    .product-gallery .blog-share .share-icons-title {
        padding-right: 0;
        color: var(--grey-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .product-gallery .blog-share a {
        margin: 0 0 0 14px;
    }
/* Product Info */
.product-info {
    padding-top: 0;
}

    .product-info .product-title.product_title.entry-title {
        font-size: var(--fs-20);
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .product-info .price {
        font-size: 24px;
        align-items: baseline;
    }

        .product-info .price .text_price {
            font-size: 18px;
            margin-right: 5px;
        }

    .product-info .woocommerce-product-rating {
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 12px;
    }

        .product-info .woocommerce-product-rating .woocommerce-review-link {
            font-size: var(--fs-16);
            color: var(--grey-text);
        }

        .product-info .woocommerce-product-rating .star-rating--inline {
            margin-left: 8px;
        }

    .product-info .product-short-description {
        padding: 20px;
        border: 1px solid var(--line, #DBDBDB);
        background: var(--white, #FFF);
    }

        .product-info .product-short-description :last-child {
            margin-bottom: 0;
        }

        .blockDesc .description-content :where(h1,h2,h3,h4,h5,h6,table,ul,figure,p),
        .product-footer .product-section :where(h1,h2,h3,h4,h5,h6,table,ul,figure,p),
        .product-info .product-short-description :where(h1,h2,h3,h4,h5,h6,table,ul,figure,p) {
            margin-bottom: 24px;
        }

        .blockDesc .description-content ul li:last-child,
        .product-footer .product-section ul li:last-child,
        .product-info .product-short-description ul li:last-child {
            margin-bottom: 0;
        }

    .product-info .woocommerce-product-attributes {
        display: block;
        margin-bottom: .5em;
    }

        .product-info .woocommerce-product-attributes * {
            display: inline-block;
        }

        .product-info .woocommerce-product-attributes tbody,
        .product-info .woocommerce-product-attributes tr {
            display: block;
        }

            .product-info .woocommerce-product-attributes tr + tr {
                border-top: none;
                margin-top: 10px;
            }

        .product-info .woocommerce-product-attributes th, .product-info .woocommerce-product-attributes td {
            border-bottom: none;
            font-size: 1.125rem;
            letter-spacing: 0;
            padding: 0;
        }

    .product-info .woocommerce-product-attributes-item__label {
        text-transform: none;
        font-weight: bold;
    }

        .product-info .woocommerce-product-attributes-item__label:after {
            content: ':';
        }

    .product-info .woocommerce-product-attributes p {
        margin: 0;
    }

    .product-info .quantity input[type=number] {
        height: 40px;
        width: 70px;
        max-width: 70px;
    }

    .product-info .quantity .button {
        width: 40px;
        height: 40px;
    }

.form-product {
    background: var(--primary-color);
    color: #FFF;
    border-radius: 20px;
}

@media (min-width: 1200px) {
    .form-product {
        padding: 40px 60px !important;
    }
}

.form-product .wpcf7 {
    color: inherit;
}

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

.form-product .form-title {
    margin-bottom: 20px;
    font-weight: 850;
    color: #FFF;
    font-size: 24px;
    text-align: center;
}

.form-product .wpcf7-form-control-wrap .wpcf7-form-control {
    border-radius: 20px;
    border: none;
    box-shadow: none;
    height: 40px;
    resize: none;
    color: #28282B;
    padding: 0 15px;
}

.form-product .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    padding: 15px;
    min-height: 80px;
}

.form-product .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #28282B;
}

.form-product .form-submit input[type=submit] {
    margin: 0;
    border-radius: 99px;
    background: #FFF;
    display: inline-flex;
    width: 135px;
    height: 42px;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    color: var(--primary-color);
    max-width: 50% !important;
}

.form-product label {
    color: inherit;
    margin-bottom: 0;
}

.contactbox {
    margin-bottom: 8px;
}

#btn-supp-prod {
    border-radius: 3px;
    color: var(--white, #FFF);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: bold;
    line-height: 140%;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* Product Footer */
.product-footer .product-section:not(:last-of-type) {
    border-top: 0;
}

.product-footer .tabbed-content .nav {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 30px;
}

.product-footer .tabbed-content li {
    margin: 0 17px;
}

    .product-footer .tabbed-content li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        padding: 10px;
    }

.product-footer .tabbed-content .nav-line-bottom > li > a:before {
    bottom: -2px;
}

.product-footer .tab-panels {
    padding-top: 0;
}

.product-footer .comments_template h4 {
    font-size: 16px;
}
/* product-related */
.product-related {
    padding-bottom: 40px;
    margin-bottom: 60px;
}

    .product-related .row-small:not(.row-collapse) {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-related .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg path {
        fill: #DBDBDB;
    }

    .product-related .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
        border: 1px solid #DBDBDB;
        padding: 10px;
    }

    .product-related .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
        margin-top: 0;
        opacity: 1;
    }

    .product-related .row-small > .flickity-viewport > .flickity-slider > .col {
        padding: 0 5px 0;
    }

    .product-related .flickity-page-dots {
        bottom: -45px;
    }

        .product-related .flickity-page-dots .dot {
            background-color: var(--primary-color);
            opacity: 0.5;
        }

            .product-related .flickity-page-dots .dot.is-selected {
                background-color: var(--primary-color);
            }

    .product-related .product-section-title-related {
        font-size: var(--fs-20);
        font-style: normal;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 130%;
    }

    .product-related .product-section {
        border-top: 0;
    }
/* Woocommerce Reviews */
.uni-imf--review {
    font-size: .875rem;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee;
}

span.uni-label--count {
    margin-left: 8px;
    padding: 4px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.uni-point--wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .uni-point--wrap span.uni-point {
        font-size: 2.75rem;
        line-height: 1.2;
        color: #cb1c22;
        font-weight: bold;
        margin: .2em 0;
    }

.uni-progress--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .uni-progress--item label {
        font-size: 0.9375rem;
        font-weight: normal;
        width: 30px;
    }

        .uni-progress--item label .fa-star {
            font-size: .875rem;
            color: #ea9d02;
            margin-left: 3px;
        }

.list-star {
    color: #ea9d02;
    margin-bottom: .8em;
    position: relative;
}

    .list-star .fill-stars {
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .list-star svg:not(:last-child) {
        margin-right: .2em;
    }

.uni-progress--bar {
    background-color: #e9ecef;
    border-radius: 20px;
    width: 85%;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

span.uni-value--rate {
    background-color: #28a745;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.woocommerce-Reviews, .woocommerce-Reviews label {
    font-size: .875rem;
}

.review-form-inner {
    padding: 15px;
    background: #f5f8fd;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .review-form-inner input[type=submit] {
        margin-bottom: 0;
    }

html .star-rating span:before, html .star-rating:before {
    color: #ea9d02;
}

html .comment-form-rating .stars {
    display: none;
}

.box-form-vote {
    width: 100%;
    display: flex;
    margin-bottom: 1em;
}

    .box-form-vote .rate {
        width: calc(100% / 5);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        cursor: pointer;
    }

        .box-form-vote .rate .fa-star {
            margin-bottom: 10px;
            font-size: 18px;
            cursor: pointer;
        }

    .box-form-vote .fa-star {
        color: #707070;
    }

        .box-form-vote .fa-star.checked {
            color: #F59E0B;
        }

    .box-form-vote .rate span {
        width: 100%;
        font-size: 10px;
        font-weight: 300;
        text-align: center;
        color: #707070;
    }

#review_form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    display: none;
}

    #review_form:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.3);
    }

#reviews #review_form_wrapper .review-form-inner {
    -webkit-box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 15px;
    width: auto;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translate(0,-50%);
    z-index: 1043;
    position: fixed;
}

#review_form .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    min-height: unset;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: none;
}

#review_form .comment-reply-title {
    font-size: 1.25rem;
}

#review_form form {
    margin-bottom: 0;
}

#review_form input[type=checkbox], #review_form input[type=radio] {
    margin-bottom: 0;
}

@media (max-width: 549px) {
    #review_form .comment-form-author, #review_form .comment-form-email {
        width: calc( 50% - 10px );
        float: left;
    }

    #review_form .comment-form-email {
        margin-left: 20px;
    }

    #review_form textarea {
        min-height: 80px;
    }
}

#review_form .comment-form-cookies-consent {
    display: none;
    margin-bottom: 1em;
}

.modal-open {
    overflow: hidden;
}
/* Account Page */
.woocommerce-MyAccount-content ul.dashboard-links {
    font-size: 1rem;
    font-weight: bold;
}

    .woocommerce-MyAccount-content ul.dashboard-links li {
        margin-left: 0;
    }

    .woocommerce-MyAccount-content ul.dashboard-links li {
        width: 50%;
    }

@media (min-width: 550px) {
    .woocommerce-MyAccount-content ul.dashboard-links li {
        width: 25%;
    }
}

.woocommerce-MyAccount-content ul.dashboard-links a {
    padding: 15px 10px;
}

#customer_login {
    max-width: 1200px;
    margin: 75px auto;
    min-height: 300px;
}

@media (max-width: 549px) {
    #customer_login {
        margin-top: 20px;
    }
}

#customer_login .nav > li {
    margin: 0;
}

    #customer_login .nav > li > a {
        font-size: 2.25rem;
        font-weight: bold;
        text-transform: none;
        color: #777;
        text-transform: capitalize;
    }

    #customer_login .nav > li.active > a {
        color: #000;
    }

    #customer_login .nav > li:not(:first-child) > a:before {
        content: '/';
        margin: 0 20px;
        color: #777;
        opacity: 1;
    }

@media (max-width: 849.98px) {
    #customer_login .nav > li > a {
        font-size: 2rem;
    }
}

@media (max-width: 549.98px) {
    #customer_login .nav > li > a {
        font-size: 1.5rem;
    }

    #customer_login .nav > li:not(:first-child) > a:before {
        margin: 0 10px;
    }
}

.account-login-inner > h3, .account-register-inner > h3 {
    text-align: center;
}

#customer_login .button {
    width: 100%;
    margin-right: 0;
    min-height: 50px;
}

#customer_login .woocommerce-form-login .button {
    margin-bottom: 2em;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .5em;
    cursor: pointer;
}

    .woocommerce form .show-password-input::after,
    .woocommerce-page form .show-password-input::after {
        font-family: 'Font Awesome 6 Pro';
        speak: none;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\f06e";
        text-decoration: none;
    }

    .woocommerce form .show-password-input.display-password::after,
    .woocommerce-page form .show-password-input.display-password::after {
        content: "\f070";
    }

#customer_login .woocommerce-form-login__rememberme {
    font-weight: normal;
}

#customer_login .woocommerce-LostPassword {
    position: absolute;
    right: 0;
    bottom: 9px;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

#my-account-menu {
    width: 30%;
    box-sizing: border-box;
}

    #my-account-menu.position-vertical-left {
        float: left;
        margin-right: 3%;
    }

    #my-account-menu ~ .woocommerce-MyAccount-content {
        width: 67%;
        box-sizing: border-box;
        margin: 0;
    }

    #my-account-menu.position-vertical-left ~ .woocommerce-MyAccount-content {
        float: right;
    }

@media (max-width: 549px) {
    #my-account-menu {
        float: none !important;
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 25px;
    }

        #my-account-menu ~ .woocommerce-MyAccount-content, #my-account-menu .woocommerce-MyAccount-content {
            float: none !important;
            width: 100%;
        }
}

.uni-wcmap .user-profile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .uni-wcmap .user-profile .user-avatar {
        margin-right: 20px;
    }

        .uni-wcmap .user-profile .user-avatar img {
            border-radius: 50%;
        }

    .uni-wcmap .user-profile .user-info > span {
        display: block;
        margin-bottom: 5px;
    }

    .uni-wcmap .user-profile .user-info .username {
        font-weight: bold;
        margin-bottom: 0;
    }

    .uni-wcmap .user-profile .user-info .user-email {
        font-size: 80%;
    }

    .uni-wcmap .user-profile .user-info > span {
        display: block;
        margin-bottom: 8px;
    }

    .uni-wcmap .user-profile .user-info .logout a {
        padding: 4px 10px;
        font-size: .8em;
        text-decoration: none;
        text-transform: uppercase;
        border: 0;
        color: #FFF;
        background-color: #c0c0c0;
        display: inline-block;
    }

        .uni-wcmap .user-profile .user-info .logout a:hover {
            color: #FFF;
            background-color: #333333;
        }

#my-account-menu .myaccount-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#my-account-menu .myaccount-menu {
    margin-bottom: 30px;
}

    #my-account-menu .myaccount-menu li {
        position: relative;
        background-color: #FFF;
        margin: 0;
    }

        #my-account-menu .myaccount-menu li.active > a,
        #my-account-menu .myaccount-menu li.is-active > a,
        #my-account-menu .myaccount-menu li:hover > a {
            background-color: #f5f5f5;
        }

        #my-account-menu .myaccount-menu li a {
            display: flex;
            align-items: center;
            padding: 10px 15px 10px 15px;
            color: inherit;
            margin: 0;
        }

            #my-account-menu .myaccount-menu li a:before {
                margin-right: .5em;
                font-family: 'Font Awesome 6 Pro';
                width: 1em;
                text-align: center;
                font-size: .9em;
            }

        #my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--dashboard a:before {
            content: '\f3fd';
        }

        #my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--orders a:before {
            content: '\f46d';
        }

        #my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--downloads a:before {
            content: '\f019';
        }

        #my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--edit-address a:before {
            content: '\f3c5';
        }

        #my-account-menu .myaccount-menu li.woocommerce-MyAccount-navigation-link--edit-account a:before {
            content: '\f406';
        }

.woocommerce-Address-title {
    display: flex;
}

    .woocommerce-Address-title a.edit {
        font-size: .9em;
    }

        .woocommerce-Address-title a.edit:before {
            content: '\f044';
            font-family: 'Font Awesome 6 Pro';
            margin-right: .5em;
            font-size: .9em;
        }

table.woocommerce-orders-table .button {
    margin-bottom: 0;
}
/* Woocommerce Order */
table.woocommerce-table--order-details th, table.woocommerce-table--order-details td {
    padding-top: .8em;
    padding-bottom: .8em;
}

table.woocommerce-table--order-details tfoot th {
    font-size: 100%;
}
/* Woocommerce Cart */
.widget_shopping_cart .widget_shopping_cart_content p.total {
    border-bottom: none;
    margin-bottom: 0;
}

.widget_shopping_cart ul.product_list_widget li .quantity {
    opacity: 1;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    column-gap: 1em;
}

    .woocommerce-mini-cart__buttons a {
        text-transform: none;
        padding: 0 .5em;
    }

.cart-collaterals .shop_table th:not(:first-child), .cart-collaterals .shop_table td:not(:first-child) {
    padding: 1em;
}

.cart-collaterals .order-total th, .cart-collaterals .order-total td {
    border-bottom: none;
}

.cart_totals .button {
    line-height: 2.8em;
    min-height: 2.8em;
}

html a.remove, html a.icon-remove {
    border-width: 1px;
    line-height: normal !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.post-type-archive-product .shop-container .row-small,
.tax-product_cat .shop-container .row-small {
    margin-left: -5px;
    margin-right: -5px;
}

    .post-type-archive-product .shop-container .row-small > .col,
    .tax-product_cat .shop-container .row-small > .col {
        padding: 0 5px 20px;
    }

.blockDesc {
    position: relative;
    margin-top: 40px;
    margin-bottom: 35px;
}

    .blockDesc .Desc-title {
        margin-bottom: 20px;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.25;
        text-transform: uppercase;
        text-align: center;
        position: relative;
    }

        .blockDesc .Desc-title:before {
            content: '';
            background: #bebebe;
            width: 100%;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .blockDesc .Desc-title span {
            color: #0e71b9;
            padding: 0 34px;
            position: relative;
            z-index: 1;
            background: #f4f5f6;
        }

    .blockDesc .term-description {
        height: 170px;
        overflow: hidden;
        transition: all 0.35s ease-in-out;
    }

    .blockDesc .description-content {
        overflow: hidden;
        transition: all 0.35s ease-in-out;
        position: relative;
    }

        .blockDesc .description-content:before {
            width: 100%;
            height: 90px;
            background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .blockDesc .moreDesc {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

        .blockDesc .moreDesc .toggleMore {
            position: relative;
            border-radius: 3px;
            background: transparent;
            cursor: pointer;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            text-align: left;
            color: #333;
        }

            .blockDesc .moreDesc .toggleMore:hover {
                color: #1d74d5;
            }

            .blockDesc .moreDesc .toggleMore i {
                margin-left: 5px;
            }

    .blockDesc.open .description-content::before {
        display: none;
    }

    .blockDesc.open .toggleMore .fa-angle-down {
        transform: rotate(180deg);
    }

    .blockDesc.open .term-description {
        height: auto;
    }

@media only screen and (min-width: 850px) {
    .blockDesc {
        margin-bottom: 60px;
    }
}

.box-product-inner {
    margin-top: 25px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
}

@media only screen and (min-width: 700px) {
    .box-product-inner {
        padding: 40px;
        background: #FFF;
    }

    .product-related {
        padding: 30px 18px 80px;
        background: #FFF;
        margin-top: 30px;
    }

        .product-related .product-section-title-related {
            font-size: 25px;
            margin-bottom: 39px;
        }

    .product-small.box .box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 2.8em;
        text-align: center;
        color: black;
    }
}

@media only screen and (min-width: 850px) {
    .product-gallery .large-10 {
        padding-bottom: 0;
    }

    .product-info .product-title.product_title.entry-title {
        font-size: 25px;
    }

    .product-footer .tabbed-content li {
        margin: 0 30px;
    }

        .product-footer .tabbed-content li a {
            font-size: 125%;
            font-weight: bold;
        }
}

.product .box-image {
    height: 228px;
}

    .product .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.uni-video .col-inner {
}

.uni-video .video-button-wrapper {
    background: transparent !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
    display: block;
    height: 42px;
}

.uni-video .open-video {
    background: transparent !important;
}

    .uni-video .open-video i {
    }

        .uni-video .open-video i:before {
            /* visibility: hidden; */
            background: url(images/play.svg) no-repeat;
            width: 60px;
            height: 42px;
            content: "";
            position: relative;
            display: block;
        }

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 5px;
}

.icon-box-center .icon-box-img {
    margin: 0 auto 5px;
}

.box-cat-item .cat-title2 {
    font-size: 10px;
}

.ftPageInfo {
}

    .ftPageInfo ul {
    }

        .ftPageInfo ul li {
        }

            .ftPageInfo ul li:nth-child(1) {
                filter: brightness(0) invert(1);
                opacity: 0.6;
            }

            .ftPageInfo ul li:nth-child(2) {
                filter: brightness(0) invert(1);
                opacity: 0.6;
            }

            .ftPageInfo ul li:nth-child(3) {
                filter: brightness(0) invert(1);
                opacity: 0.6;
            }

            .ftPageInfo ul li:nth-child(4) {
                filter: brightness(0) invert(1);
                opacity: 0.6;
            }

.stFooter {
}

    .stFooter h5 {
        margin-bottom: 15px;
    }

.ftSocial {
}

    .ftSocial ul {
        list-style: none;
    }

        .ftSocial ul li {
        }

.page-breacrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    background: transparent;
    color: black;
}

    .page-breacrumb p {
        margin-bottom: 5px;
    }
.tailieu-item{
    margin-bottom:15px;
}