/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Author URI: hoanqhd@gmail.com
Template: flatsome
Version: 3.19.14
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --color-gray: #616161;
}
html {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .02em;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
b, strong, .nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-weight: bold;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button:not(.icon, .is-small, .is-smaller, .is-xsmall, .is-xxsmall, .is-large, .is-larger, .is-xlarger, .is-xxlarger, .is-xxxlarger), button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 1em;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: 600;
    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;
    font-weight: normal;
    text-transform: none;
}
.breadcrumbs p {
    margin-bottom: 0;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 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;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.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-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: 0;
    left: 100%; 
    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-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 18px;height: 12px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background: #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:0;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:11px;width:18px}
.nav-click span{top:6px;right:0;width:18px}
.nav-click + .menu-title {display: block;margin-left: .5em}
.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%}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #FFF;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-weight: 600;
    font-size: 1rem;
    text-transform: none;
}
/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.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 .blog-post-inner .post-title {
    font-size: .875rem;
    margin: 0 0 5px 0;
}
.widget_list_posts .blog-post-inner .post-title a {
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.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: 3px 0 3px 1.2em;
    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 {
    display: none;
}
.widget_information li i {
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    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 .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-title a:hover {
    text-decoration: underline;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .box-image, .sh-blog-shortcode.style-6 .box-image img {
    border-radius: 10px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .first-element-layout .entry-title {
        font-size: 1.125rem;
    }
}
@media (max-width: 549px) {
    .sh-blog-shortcode.style-6 .second-element-layout {
        padding-bottom: 20px;
    }
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb {
    flex: 0 0 28%;
    margin: 0 20px 0 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb *, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb * {
    height: 100%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb img, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-thumb img {
    object-fit: cover;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-title {
    margin-top: 0;
    font-size: .9375rem;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-meta, 
.sh-blog-shortcode.style-6 .third-element-layout .entry-meta {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .third-element-layout {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.sh-blog-shortcode.style-6 .third-element-layout .element {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .third-element-layout .element:last-child {
    margin-bottom: 0;
}
@media (min-width: 550px) {
    .sh-blog-shortcode.style-6 .third-element-layout .element {
        flex: 0 0 50%;
    }
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .third-element-layout .element {
        flex: 0 0 25%;
    }
}
.sh-blog-shortcode.style-6 .third-element-layout .post-inner {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-6 .third-element-layout .entry-thumb {
        flex: 0 0 35%;
    }
    .sh-blog-shortcode.style-6 .third-element-layout .entry-thumb .image-zoom {
        padding-top: 70%;
    }
}
.sh-blog-shortcode.style-6 .third-element-layout .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-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.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-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.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-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;
}
/* Category */
.page-wrapper {
    padding-top: 60px;
}
.archive-page-header .text-center {
    text-align: left;
}
.blog-post-inner .post-title {
    font-size: 1.25rem;
    margin: .5em 0 .5em;
}
.blog-post-inner .post-title a {
    line-height: 1.4;
}
.blog-post-inner .post-title a:hover {
    text-decoration: underline;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .9375rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.blog-post-inner .button {
    margin-top: 1.5em;
    border-radius: 99px;
    text-transform: none;
}
.blog-post-inner .button.is-outline:hover {
    background-color: #000;
    color: #FFF;
}
/* Single Post */
.blog-wrapper .col > .post {
    margin-bottom: 0;
}
.entry-header h1.entry-title, h1.page-title {
    font-size: clamp(2rem,1vw + 1.7rem, 2.5rem);
    text-transform: none;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.article-inner img {
    border-radius: 4px;
}
.blog-share {
    border-bottom: 1px solid #1F1E1D;
    padding-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5em;
    justify-content: space-between;
}
.related-posts__title {
    font-size: clamp(1.5rem,1vw + 1.2rem, 2rem);
    margin-bottom: 1em;
}
.related-posts .row-slider {
    width: calc( 100% + 15px ) !important;
}
.related-posts .slider-nav-outside .flickity-prev-next-button.next {
    left: calc( 100% + 15px );
}
@media (max-width: 1599px) {
    .related-posts .slider-nav-outside .flickity-prev-next-button.previous {
        left: 30px;
    }
    .related-posts .slider-nav-outside .flickity-prev-next-button.next {
        left: calc( 100% - 50px );
    }
}
@media (min-width: 1200px) {
    .related-posts .large-columns-3 .flickity-slider>.col {
        flex-basis: 28%;
        max-width: 28%;
    }
}
@media (max-width: 1199px) {
    .related-posts .large-columns-3 .flickity-slider>.col {
        flex-basis: 30%;
        max-width: 30%;
    }
}
@media (max-width: 840px) {
    .related-posts .large-columns-3 .flickity-slider>.col {
        flex-basis: 40%;
        max-width: 40%;
    }
}
@media (max-width: 549px) {
    .related-posts .large-columns-3 .flickity-slider>.col {
        flex-basis: 80%;
        max-width: 80%;
    }
}
ul.links {
    margin-top: 1em;
    margin-bottom: 2em;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    min-width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: #1f1f1f;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=url], .wpcf7 textarea {
    font-size: 1em;
    border-radius: 4px;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    margin-bottom: 1.5em;
    padding: 1em 1.25em;
}
.wpcf7 input:not([type="submit"]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: var(--fs-color-primary);
}
.wpcf7 textarea {
    border-radius: 20px;
    min-height: 120px;
}
.wpcf7 .button {
    border-radius: 4px;
    min-width: 10em;
    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 .flex-row + .wpcf7-response-output {
    margin-top: 3em !important;
}
.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 .widget {
    margin-bottom: 0;
}
.section-footer {
    font-size: .9375rem;
}
.section-footer .ux-menu-link__link:hover {
    text-decoration: underline;
}
.section-footer .stack .icon-box {
    padding: 12px 16px;
    border-radius: 12px;
    background-color: var(--fs-color-alert);
}
.section-footer .stack .box-quote {
    background-color: var(--fs-color-secondary);
}
@media (max-width: 549px) {
    .section-footer .stack > * {
        width: calc( 100% - .5rem );
    }
    .section-footer .stack .icon-box {
        font-size: 3vw;
        padding: 2vw 3vw;
    }
    .section-footer .stack .icon-box-img {
        width: 6vw !important;
    }
}
.absolute-footer {
    padding: 10px 0 10px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p, .p-last-0 p:last-of-type {
    margin-bottom: 0;
}
.dark, .dark p, .dark td {
    color: #FFF;
}
.white {
    background-color: #FFF !important;
    color: #000 !important;
}
.white.is-outline:hover {
    color: #000 !important;
}
.res-text {
    font-size: inherit;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
    /* opacity: .8 !important; */
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #1f1f1f;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.uni-slider-button .flickity-prev-next-button .arrow, .uni-slider-button .flickity-prev-next-button svg {
    fill: #FFF !important;
}
.slider-nav-push.uni-slider-button:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -40px;
}
.button-main {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    line-height: normal;
}
.social-icons {
    color: var(--color-gray);
}
.social-icons a.icon:not(.button), .social-icons .button {
    margin-left: .5em;
    margin-right: .5em;
}
.social-icons a:first-of-type {
    margin-left: 0 !important;
}
.social-icons a:last-of-type {
    margin-right: 0 !important;
}
.brd-4.img .img-inner, .brd-4 .box-image {
    border-radius: 4px;
}
.brd-12.img .img-inner, .brd-12 .box-image {
    border-radius: 12px;
}
i.icon-envelop {
    font-family: 'Font Awesome 5 Pro' !important;
}
i.icon-envelop:before {
    content: '\f0e0' !important;
}
.font-600 {
    font-weight: 600;
}
.lightbox-content {
    border-radius: 12px;
    overflow: hidden;
}
.lightbox-content .wpcf7-form > p:last-of-type {
    text-align: center;
}
/**/
.product-top {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CACACA;
}
.product-top__right {
    background-color: #F4FEFF;
    border: 1px solid #CACACA;
    padding: 20px;
    border-radius: 12px;
}
.product-top__right .stack-buttons {
    flex-direction: column;
}
.product-short-desc__title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #CACACA;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.product-sidebar-section {
    background-color: #f6f6f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.product-sidebar-section:last-child {
    margin-bottom: 0;
}
.product-sidebar-section__title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-bottom: 1px solid #CACACA;
    padding-bottom: .5em;
}
.product-sidebar-section__content {
    font-size: .9375rem;
}
.product-contact-form {
    background-color: #FCE1E1;
    border: 1px solid #FF8686;
}
/* .the-article-body > h1, .the-article-body > h2, .the-article-body > h3, .the-article-body > h4, .the-article-body > h5, .the-article-body > h6, .the-article-body > p, .the-article-body table, .the-article-body > ul {
    max-width: 660px !important;
    margin: 0 auto !important;
    margin-top: 1.25em !important;
    margin-bottom: .5em !important;
    float: none !important;
} */
.the-article-body > h1,
.the-article-body > h2,
.the-article-body > h3,
.the-article-body > h4,
.the-article-body > h5,
.the-article-body > h6 {
    text-align: center;
    line-height: 1.2;
}
.the-article-body p, .the-article-body table {
    margin-bottom: 1em !important;
}
.the-article-body table {
    max-width: 100% !important;
}
.the-article-body .wp-caption {
    margin-bottom: 1.5em;
}
.the-article-body .wp-caption .wp-caption-text {
    background-color: transparent;
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.the-article-body > h1 { font-size: clamp(2.2rem, 1.6rem + 2vw, 3rem); }
.the-article-body > h2 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.4rem); }
.the-article-body > h3 { font-size: clamp(1.6rem, 1.2rem + 1.2vw, 1.8rem); }
.the-article-body > h4 { font-size: clamp(1.4rem, 1.1rem + 0.8vw, 1.5rem); }
.the-article-body > h5 { font-size: clamp(1.2rem, 1rem + 0.4vw, 1.25rem); }
.the-article-body > h6 { font-size: clamp(1rem, 0.95rem + 0.2vw, 1rem); }
@media (max-width: 768px) {
    .the-article-body > h1,
    .the-article-body > h2,
    .the-article-body > h3,
    .the-article-body > h4,
    .the-article-body > h5,
    .the-article-body > h6 {
        line-height: 1.3;
        margin: 1.5rem 0 0.75rem;
    }
}
table {
    border-collapse: collapse;
}
table[border="1"] th, table[border="1"] td {
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, .12)
}
/**/
@media (min-width: 850px) {
    .header-main .nav-spacing-xlarge>li {
        margin: 0 16px;
    }
}
.header-main .nav>li>a {
    font-size: 1rem;
}
.header-main .header-nav-main>li>a {
    font-weight: bold;
}
.header-main .has-dropdown .icon-angle-down {
    opacity: 1;
}
.header-main .section-content > .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}
/**/
.banner-home .container {
    max-width: unset;
}
.banner-home .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,.45) 0,transparent 100%);
}
.banner-home p {
    margin-top: 0;
    margin-bottom: .5em;
}
@media (max-width: 549px) {
    .section-home-1 .col:not(:last-child) {
        padding-bottom: 10px;
    }
}
.stack-buttons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: .5em;
}
.stack-buttons .button {
    margin: 0 !important;
}
@media (max-width: 549px) {
    .stack-buttons .button {
        font-size: 3.5vw;
    }
}
.stack-buttons:not(.stack-buttons__product) .button.alert {
    background-color: #1F1E1D;
}
.stack-buttons:not(.stack-buttons__product) .button.alert:hover {
    background-color: #363636;
}
.stack-buttons:not(.stack-buttons__product) .button.secondary {
    background-color: transparent;
    color: #1F1E1D;
    border-color: #1F1E1D;
}
.stack-buttons:not(.stack-buttons__product) .button.secondary:hover {
    background-color: #1F1E1D;
    color: #FFF;
}
.uni_testimonials .swiper-wrapper {
    align-items: center;
}
.uni_testimonials .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    column-gap: 1em;
    overflow-x: auto;
}
.uni_testimonials .swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 50%;
}
@media (min-width: 550px) {
    .uni_testimonials .swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 33%;
    }
}
@media (min-width: 850px) {
    .uni_testimonials .swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 25%;
    }
}
.uni_testimonials .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
    transform-origin: 170% 50%;
}
.uni_testimonials .swiper-slide-prev, .uni_testimonials .swiper-slide-next {
    transform-origin: center;
}
.uni_testimonials .swiper-slide-prev {
    transform-origin: 85% 50%;
}
.uni_testimonials .swiper-slide-next {
    transform-origin: 15% 50%;
}
.uni_testimonials .swiper-slide-next + .swiper-slide {
    transform-origin: -70% 50%;
}
.uni_testimonials .swiper-slide-active {
    transform-origin: center;
}
@media (max-width: 640px) {
    .uni_testimonials .swiper-slide-prev {
        transform-origin: 30% 50%;
    }
    .uni_testimonials .swiper-slide-next {
        transform-origin: 70% 50%;
    }
}
.uni_testimonials .box-image {
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 640px) {
    .uni_testimonials .swiper-slide:not(.swiper-slide-active) .image-cover {
        padding-top: 140% !important;
    }
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.1%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50.1%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50.1%, rgba(0, 0, 0, 0.5) 100%);
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.33333333rem;
    transform: scale(2.63157895);
    transform-origin: 0 100%;
    max-width: 38%;
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) .box-text * {
    color: #FFF;
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) h4 {
    font-size: 1.4vw;
}
@media (min-width: 1200px) {
    .uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) h4 {
        font-size: 1vw;
    }
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) h4 span {
    display: block;
    font-size: 0.555555556em;
    font-weight: normal;
    font-style: italic;
}
.uni_testimonials .swiper-initialized .swiper-slide:not(.swiper-slide-active) p {
    display: none;
}
.uni_testimonials .swiper-slide.swiper-slide-active .box-text {
    padding: 1.25em 0 0 0;
}
.uni_testimonials .swiper-slide.swiper-slide-active h4 {
    color: var(--color-blue);
    margin-bottom: .5em;
}
.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #1f1f1f;
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: .8;
    transition: all .3s;
}
.swiper-initialized .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20class%3D'flickity-button-icon'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20d%3D'M%2010%2C50%20L%2060%2C100%20L%2070%2C90%20L%2030%2C50%20L%2070%2C10%20L%2060%2C0%20Z'%20class%3D'arrow'%20fill%3D'%23FFF'/%3E%3C/svg%3E");
}
.swiper-initialized .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20class%3D'flickity-button-icon'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20d%3D'M%2010%2C50%20L%2060%2C100%20L%2070%2C90%20L%2030%2C50%20L%2070%2C10%20L%2060%2C0%20Z'%20class%3D'arrow'%20transform%3D'translate(100%2C%20100)%20rotate(180)'%20fill%3D'%23FFF'/%3E%3C/svg%3E");
}
.swiper-initialized  .swiper-button-next:after, .swiper-initialized  .swiper-button-prev:after {
    display: none;
}
.swiper-initialized .swiper-button-next:hover, .swiper-initialized .swiper-button-prev:hover {
    opacity: 1;
}
@media (min-width: 850px) {
    .uni_menu_cars .nav-vertical {
        width: 240px;
    }
    .uni_menu_cars .nav-vertical+.tab-panels {
        border-left: none;
        padding-left: 2em;
        padding-right: 0;
    }
}
.uni_menu_cars .nav-vertical>li+li {
    border-top: none;
}
.uni_menu_cars .nav-vertical > a {
    width: 100%;
    font-weight: bold;
}
.uni_menu_cars .nav-vertical>li>a, 
.uni_menu_cars .nav-vertical > a {
    min-height: 70px;
    padding: 8px 24px;
    border-left: 2px solid transparent;
}
.uni_menu_cars .nav-vertical > a {
    display: flex;
    align-items: center;
}
.uni_menu_cars .nav-vertical>li>a:hover, 
.uni_menu_cars .nav-vertical>li.active>a, 
.uni_menu_cars .nav-vertical > a:hover {
    background-color: #f4f4f4;
}
.uni_menu_cars .nav-vertical>li>a:hover, 
.uni_menu_cars .nav-vertical>li.active>a, 
.uni_menu_cars .nav-vertical > a:hover {
    border-left-color: #1F1E1D;
}
.uni_menu_cars .nav-vertical>li>a {
    flex-direction: column;
    align-items: flex-start;
}
.uni_menu_cars .desc {
    font-size: .9375rem;
    color: var(--color-gray);
}
.uni_menu_cars .box-product:hover {
    box-shadow: none;
}
.uni_menu_cars .box-product .box-text {
    padding: 16px 0 !important;
}
.uni_menu_cars .box-product .title {
    font-size: 1rem;
}
.uni_menu_cars .box-product .price {
    font-size: .75rem;
}
.uni_menu_cars .box-product .buttons {
    display: none;
}
/**/
.price, .product-type {
    color: var(--color-gray);
}
.price {
    display: block;
}
.product-type {
    font-weight: 600;
    margin-bottom: .3em;
}
.box-product {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s;
}
.box-product .box-image {
    margin: 0;
    background-color: #FFF;
}
.used-cars .box-product .box-image img {
    object-fit: cover;
    transform: none;
}
.box-product .box-text {
    font-size: .875rem;
    transition: all .3s;
    padding: 24px 0;
}
.box-product .price {
    color: red;
}
@media (min-width: 550px) {
    .box-product:hover {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.64);
    }
    .box-product .box-text {
        padding: 24px 16px;
    }
    .box-product:hover .box-text {
        padding: 24px;
    }
}
@media (max-width: 549px) {
    .box-product .box-image {
        border-radius: 4px;
    }
}
.box-product .switch-color {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin-top: 1em;
}
.box-product .switch-color__item {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.box-product .switch-color__item.active {
    border-color: #1f1f1f;
}
.box-product .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}
.box-product .title {
    font-size: 1.125rem;
    margin: 0 0 .3em;
}
.box-product .buttons {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1em;
    row-gap: .5em;
}
.box-product .button {
    font-weight: 600;
    margin: 0;
    min-height: unset;
    line-height: 1.2;
}
.product-main .img .img-inner {
    background-color: #f1f1f1;
    border-radius: 12px;
}
@media (min-width: 850px) {
    .product-main .entry-header {
        padding-top: 10px;
    }
}
.product-main h1.entry-title {
    font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.4rem);
}
.product-main .price {
    margin-bottom: 1em;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--fs-color-alert);
}
.widget-area .box-product {
    flex-direction: row;
}
.widget-area .box-product .box-image {
    flex: 0 0 120px;
}
.widget-area .box-product .switch-color {
    display: none;
}
.widget-area .box-product .box-text {
    flex: 1;
    justify-content: center;
    padding: 10px 16px;
    font-size: .75rem;
    text-align: left;
}
.widget-area .box-product .box-text-inner {
    margin: 0;
}
.widget-area .box-product .product-type, 
.widget-area .box-product .buttons {
    display: none;
}
.widget-area .box-product .title {
    font-size: 1rem;
}
/**/
.search-results-wraper .search-results {
    padding: 24px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    line-height: 24px;
    margin-bottom: 16px;
}
.search-results-wraper .search-results--text {
    font-size: .9375rem;
    padding-top: 16px;
    color: var(--color-gray);
}
.search-results-wraper {
    margin-bottom: 2em;
}
.all-result-info {
    margin-top: 2em;
    margin-bottom: 2em;
}
/**/
.supports{position:fixed;right:0;background:#212121;width:auto;z-index:150;bottom:20%;padding:10px 0;z-index:1;}
.supports ul{list-style:none;margin:0}
.supports ul li {margin-bottom: 0}
@media (min-width: 768px) {
    .supports {border-radius: 4px 0 0 4px;}
    .supports ul li+li { margin-top:10px; }
}
.supports ul li a{border:none;padding:3px;display:block;border-radius:5px;text-align:center;font-size:10px;line-height:15px;font-weight:700;max-height:54px;text-decoration:none;font-weight: bold;}
.supports ul li a .icon{width:36px;height:36px;display:block;background-repeat:no-repeat;background-size:contain;margin:0 auto;background-position:center center; background-size: 75%;}
.supports ul li:nth-child(1) a .icon {background-size: 70%;}
.supports ul li:nth-child(2) a .icon {background-size: 60%;}
.supports ul li:nth-child(4) a .icon {background-size: 90%;}
@media (min-width: 768px) {
    .supports ul li.icon_mb a .icon{width: 30px;height: 30px;margin-bottom: 5px;}
}
@media (max-width: 767px) {
    .footer-wrapper { margin-bottom:70px; }
    .supports{width:100%;bottom:0;left:0;border-radius:0;background:#212121;}
    .supports{padding:5px 0 8px}.introlist li{width: 45%;margin-bottom: 20px}.introlist li a{padding: 0}
    .supports ul li{width:20%;float:left}
    .supports ul li a .icon_call{width:54px;height:54px;background-color:#e71b1b;border:1px solid #c41717;background-size:27px;border-radius:50%;margin-bottom:4px}
    .supports ul li.icon_mb{position:relative;top:-23px}
    .supports ul li a { font-size: 9px; padding: 0; }
}
html .pum-close {
    margin: 0 !important;
}
.pum-container .row {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.pum-container .row.row-collapse {
    margin-left: 0;
    margin-right: 0;
}
.pum-container, .pum-container * {
    outline: none;
}
th, td {
    border-color: #010100
}
th:first-child, td:first-child {
    padding-left: .5em;
}
.form-popup .form-group {
    position: relative;
    margin-bottom: 1em;
}
.form-popup label {
    position: absolute;
    left: 10px;
    transform: translateY(-50%) !important;
    background-color: #fff !important;
    padding: 0 5px !important;
    z-index: 1;
    width: auto;
    font-weight: normal;
    margin: 0;
    pointer-events: none;
}
.form-popup input[type=email], .form-popup input[type=search], .form-popup input[type=number], 
.form-popup input[type=url], .form-popup input[type=tel], .form-popup input[type=text] {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 4px;
    height: 46px;
}
.form-popup input[type=submit] {
    height: 46px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #000 !important;
}
html .wpcf7-spinner {
    display: none !important;
}
html .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.pum-content form {
    margin-bottom: 0;
}
.pum-content .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0 0;
}
.pum-container {
    padding: 0 !important;
		border: none !important;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	
}

@media (max-width: 849px) {
    
}

@media (max-width: 549px) {
    
}
