/*ul {*/
/*    padding-inline-start: 0px !important;*/
/*}*/
:root{
    --main-cl: #106ab4;
    --sub-cl: #106ab4;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
table.table_td * {
    font-size: 15px;
    text-align: center;
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    /*overflow-x: hidden;*/
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 700px;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #fff;
    margin: 0;
    font-size: 20px;
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 55px;
    padding: 0 20px;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.wpb_animate_when_almost_visible {
    opacity: 1 !important;
}

aside#ltx_blogposts-3 .blog-info {
    float: right;
}
nav.navbar .logo {
    display: block;
    margin-top: -22px;
}

#nav-wrapper:before {
    min-height: 90px;
}

nav.navbar #navbar ul.navbar-nav {
    float: right;
    margin-top: 25px;
}
nav.navbar{
    height: 90px;
}
.zs-enabled .zs-arrows span {
    border-radius: 50%
}

.zs-enabled .zs-arrows .arrow-left:before, .zs-enabled .zs-arrows .arrow-right:after  {
    color: #fff !important
}

.zs-enabled .zs-arrows .arrow-left {
    left: 100px;
}

.zs-enabled .zs-arrows .arrow-right {
    right: 100px;
}

.zs-enabled .zs-arrows .arrow-left:after, .zs-enabled .zs-arrows .arrow-right:before  {
    display: none
}
.ltx-nav-left {display: block !important}
.ltx-nav-left a {
    font-size: 24px
}

{---------------------------------}

.slider-vertical:before {
    border-color: #ffffff
}

.ltx-nav-left a {
    color: #333333
}
.heading.color-black .header {
    color: #eb3034 ;
    -webkit-animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.slider-inner .btn span {
    background: transparent
}
.slider-inner .btn span:before {
    background: -webkit-linear-gradient(-4deg,#0f69b4, #eb3034 );
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%
}
.slider-inner .btn span {
    position: relative;
    -webkit-animation: pulsate-bck 2s ease-in-out infinite both;
    animation: pulsate-bck 2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slider-inner .btn span:after {-webkit-animation: ping 1.5s ease-in-out infinite both;
    animation: ping 1.5s ease-in-out infinite both;
    content:'';
    width: 90px;
    border-radius: 50%;
    height: 90px;
    transform: translatex(50%);
    background: rgb(255 255 255);
    position: absolute;
    left: -15px;
    top: -15px;
    transform: translatex(50%);
    z-index: -1 !important
}
@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}
@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}


.btn.btn-white {
    color: #ffffff;
}

nav.navbar #navbar ul.navbar-nav a {
    font-weight: 600;
}

nav.navbar #navbar ul.navbar-nav li, nav.navbar #navbar ul.navbar-nav a {
    font-size: 12px;
}

nav.navbar .logo img {
    max-height: 80px;
}

{---------------------------------}


nav.navbar #navbar
ul.navbar-nav > li:hover > a {
    color: #eb3034 ;
}

.wpb_single_image .vc_figure {
    margin: 30px 0 0px 0;
}

.img-shadow-plain:after {
    border-top: 0px solid var(--main)
}
h6, .h6 {
    font-size: 15px;
    line-height: 22px;
}

html, body, div, table {
    font-size: 15px;
    line-height: 26px
}

h1, h2, h3, h4, h5, h6, .name {
    font-family: 'Montserrat' !important;
}
h6.header {
    font-weight: 600
}

.heading.color-main .header,
.countUp-wrap .countUp-item span {
    background-image: -webkit-linear-gradient(-4deg, rgb(233, 31, 66), rgb(223, 0, 38));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: text;
    background-color: initial;
}

.homeabout {
    margin-top:15px !important;
    margin-bottom:30px !important;
}

.homeabout h2.header span {
    font-weight:600 !important;
}
.homeabout h2.header:not(span) {
    font-weight:400 !important;
    color:#333333 !important;
    font-size:40px;
    margin-bottom:-15px
}

.wpb_wrapper p {
    margin: 0 50px 0 0;
}

.imgabout img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: 20px solid #eb3034 ;
}

.gioithieu h6.header {
    font-weight: 600;
    color: #333333 !important;
}

.woocommerce #payment #place_order.btn-default-bordered:hover, .woocommerce-page #payment #place_order.btn-default-bordered:hover, .woocommerce div.product form.cart .button.btn-default-bordered:hover, .woocommerce #respond input#submit.btn-default-bordered:hover, .woocommerce a.button.btn-default-bordered:hover, .woocommerce button.button.btn-default-bordered:hover, .woocommerce input.button.btn-default-bordered:hover, .button.btn-default-bordered:hover, input[type="submit"].btn-default-bordered:hover, .btn.btn-default-bordered:hover{
    background: -webkit-linear-gradient(-4deg,#0f69b4, #eb3034 );
    border-color: #ffffff;
    color: #ffffff;
}

{----------------------------------}


.countUp-wrap .countUp-item {
    border-top-right-radius: 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
    background-color: #fdf7f8;
}

.block-icon.icon-ht-left .block-right .header, .block-icon.icon-ht-right .block-right .header{
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}

.block-icon li .bg-main {
    background: #840117 !important;
}
.block-icon.layout-col1 li:not(:last-child) {
    margin-bottom: 28px;
}

.block-icon.icon-ht-left.i-circle .icon-text, .block-icon.icon-ht-right.i-circle .icon-text {
    width: 45px;
    height: 45px;
    line-height: 47px;
}

.block-icon.icon-ht-left.i-circle .in:before, .block-icon.icon-ht-right.i-circle .in:before {align-content
width: 46px;
    height: 46px;
    left: -2px;
    top: -2px;
}

.block-icon.icon-ht-left.i-circle .in:after, .block-icon.icon-ht-right.i-circle .in:after {
    bottom: -40px;
    left: 21.5px;
    position: absolute;
    height: 40px;
    border-right: 1px solid #ffffff;
}
.titlecamket h2.header span {
    font-size: 15px !important;
    font-weight: 800;
}

.block-icon.icon-ht-left .block-right, .block-icon.icon-ht-right .block-right {
    padding-top: 12px;
    padding-left: 23px;
}

.titlecamket h2.header:not(span) {
    font-size: 42px !important;
    line-height: normal
}

.titlecontact h2.header span {
    font-size: 15px !important;
    font-weight: 800;
}

.titlecontact h2.header:not(span) {
    font-size: 42px !important;
}

.ltx-services-form > div > div:last-child > .vc_column-inner {
    padding-left: 60px;
}
.wpcf7-form-control-wrap:not(.margin-none) {
    margin-top: 10px;
}

/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px
} */
.ltx-services-form > div > div:last-child > .vc_column-inner {
    color: #ffffff;
}
.select-wrap select:not(*:root) {
    padding: 14px 18px;
}
form textarea, .form-row textarea, form input[type="password"], .form-row input[type="password"], form input[type="search"], .form-row input[type="search"], form input[type="number"], .form-row input[type="number"], form input[type="time"], .form-row input[type="time"], form input[type="date"], .form-row input[type="date"], form input[type="email"], .form-row input[type="email"], form input[type="tel"], .form-row input[type="tel"], form input[type="text"], .form-row input[type="text"] {
    padding: 14px 19px;
}

.woocommerce #payment #place_order.btn-lg, .woocommerce-page #payment #place_order.btn-lg, .woocommerce div.product form.cart .button.btn-lg, .woocommerce #respond input#submit.btn-lg, .woocommerce a.button.btn-lg, .woocommerce button.button.btn-lg, .woocommerce input.button.btn-lg, .button.btn-lg, input[type="submit"].btn-lg, .btn.btn-lg, .woocommerce-product-search input[type="submit"], .wp-searchform input[type="submit"], form.post-password-form input[type="submit"], form.search-form input[type="submit"], form.wpcf7-form input[type="submit"], form.form input[type="submit"], form.comment-form input[type="submit"], form input[type="submit"], .wpcf7-submit {
    font-size: 18px;
    padding: 14px 55px;
    line-height: 1.3em;
}

.ltx-contact-form-7.form-style-secondary form input[type="submit"], .ltx-contact-form-7.form-style-secondary form .btn {
    background: #6b0015e0;
    color: #fff;
    color: var(--white);
    font-size: 15px;
}

.heading.color-white .header {
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.block-icon.icon-ht-left li, .block-icon.icon-ht-right li {
    margin-bottom: 55px;
    position: relative;
    animation-delay: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
{---------------------------------}


.woocommerce #payment #place_order.btn-default, .woocommerce-page #payment #place_order.btn-default, .woocommerce div.product form.cart .button.btn-default, .woocommerce #respond input#submit.btn-default, .woocommerce a.button.btn-default, .woocommerce button.button.btn-default, .woocommerce input.button.btn-default, .button.btn-default, input[type="submit"].btn-default, .btn.btn-default {
    background: -webkit-linear-gradient(-4deg,#0f69b4, #eb3034 );
    color: #ffffff;
}
.woocommerce .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-transform: none;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
}

.titleproduct h2.header span {
    font-size: 20px !important;
    font-weight: 800;
    color:#333333;
}

.titleproduct h2.header:not(span) {
    font-size: 45px !important;
}

#payment #place_order.color-hover-second:hover, .woocommerce-page #payment #place_order.color-hover-second:hover, .woocommerce div.product form.cart .button.color-hover-second:hover, .woocommerce #respond input#submit.color-hover-second:hover, .woocommerce a.button.color-hover-second:hover, .woocommerce button.button.color-hover-second:hover, .woocommerce input.button.color-hover-second:hover, .button.color-hover-second:hover, input[type="submit"].color-hover-second:hover, .btn.color-hover-second:hover {
    background: #0f69b4;
}


{-----------------------------------}


.testimonials-list .inner p {
    margin: 40px 40px 40px 40px;
}

.bg-color-theme_color.vc_row-fluid, .bg-color-theme_color.vc_section {
    background-color: #e2c445;
    background: #ffffff;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 10%), 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.testimonials-list .inner {
    margin: 62px 30px;
}
.title1 h3.header {
    font-weight:400 !important;
    margin-bottom:-20px !important;
}
.title2 h3.header:not(span) {
    font-weight:600 !important;
    font-size:42px;
}

.content1 {
    margin: 0 70px 0 0;
}
.Button01 {
    background: #6b0015e0 !important;
}

{----------------------------------}


.mc4wp-form .input-group input[type="email"] {
    background: #f9f9f9 !important;
}

.woocommerce #payment #place_order.color-hover-black:hover, .woocommerce-page #payment #place_order.color-hover-black:hover, .woocommerce div.product form.cart .button.color-hover-black:hover, .woocommerce #respond input#submit.color-hover-black:hover, .woocommerce a.button.color-hover-black:hover, .woocommerce button.button.color-hover-black:hover, .woocommerce input.button.color-hover-black:hover, .button.color-hover-black:hover, input[type="submit"].color-hover-black:hover, .btn.color-hover-black:hover {
    background: #0f69b4;
}

.blog-sc article {
    margin-top: 10px !important;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;

}
}

#media_image-2 {
    max-width: 50% !important;
    height: auto;
}
.wpb_single_image img {
    max-width: 70% !important;
}

#block-footer {    padding: 95px 0 10px 0;}
{------------Home-----------------}

.wpb_wrapper p {
    margin: 0 0px 0 0;
}

.wpb_single_image img {
    max-width: 100% !important;
}

.number-about .countUp-wrap .countUp-item span {
    font-size: 50px;
}

.number-about .countUp-wrap .countUp-item {
    background-color: #f4f5f500;
}

.number-about .countUp-wrap .countUp-item {
    text-align: center;
    padding: 0px 0px 0px;
}

.page-header:before {
    zoom: 1;
    filter: alpha(opacity=85);
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0;
}

.page-header .breadcrumbs li a {
    color: #fff;
    color: #000000;
}

.page-header .breadcrumbs li:not(:last-child):after {
    margin: 4px 7px 0 12px;
    vertical-align: middle;
    padding-bottom: 4px;
    content: "Â»";
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    color: #0f69b4;
}

.page-header:after {
    content: "";
    position: initial;

}

.page-header.header-h1.hasBreadcrumbs {
    min-height: 510px;
}

.woocommerce-product-search textarea, .wp-searchform textarea, form.post-password-form textarea, form.search-form textarea, form.wpcf7-form textarea, form.form textarea, form.comment-form textarea, form textarea {
    height: 100px;
}

.wpcf7-form-control-wrap:not(.margin-none) {
    margin-bottom: 10px;
}

.social-icons-list li {
    font-size: 18px;
    margin: 15px 0 0px 0 !important;
}

.dvls_maps_header_left {
    float: left;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    font-weight: 800 !important;
    padding-left: 30px;
    padding-top: 20px;
}

.woocommerce-product-search, .wp-searchform, form.post-password-form, form.search-form, form.wpcf7-form, form.form, form.comment-form, form {
    background-color: #F4F5F5;
    background-color: var(--gray);
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
    position: relative;
}

.dvls_maps_wrap .dvls_near_you {
    margin: 0px 0 0 !important;
    display: inline-block;
    float: left;
}

.woocommerce-product-search, .wp-searchform, form.post-password-form, form.search-form, form.wpcf7-form, form.form, form.comment-form, form {
    background-color: #F4F5F5;
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    position: relative;
}

.select-wrap {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    /* background-color: var(--white); */
    margin-bottom: 30px;
    -webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
}

.dvls_maps_wrap input.dvls-submit {
    border-radius: 100px;
    color: #fff;
}

.woocommerce #payment #place_order.btn-xs, .woocommerce-page #payment #place_order.btn-xs, .woocommerce div.product form.cart .button.btn-xs, .woocommerce #respond input#submit.btn-xs, .woocommerce a.button.btn-xs, .woocommerce button.button.btn-xs, .woocommerce input.button.btn-xs, .button.btn-xs, input[type="submit"].btn-xs, .btn.btn-xs {
    font-size: 14px;
}
.dvls_maps_wrap input.dvls-submit {
    border: 0;
    background: #e51e39 !important;
    height: 35px;
    padding: 0 15px;
    border-radius: 100px !important;
    color: #fff;
    margin-top: 0px !important;
}

.dvls_maps_sidebar {
    background: #ffffff !important;
}

.dvls_result_item {
    overflow: hidden;
    padding: 25px !important;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.dvls_result_status {
    display: none;
    padding: 5px 25px;
}

.select-wrap:after {
    content: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button, input[type="submit"], .btn, .woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
    -webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    font-size: 14px;
    line-height: 1.9em;
    padding: 12px 40px;
    font-weight: 800;
    margin-bottom: 25px;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    color: #253237;
    color: #ffffff;
    background-color: #e2c445;
    background-color: var(--main);
}

.theo-doi .wpb_single_image .vc_figure {
    margin: 0px 0 0px 0;
}

#block-footer {
    padding: 95px 0 50px 0;
}

#block-footer .social-big li .fa {
    background-color: #e2c445;
    background-color: var(--main);
    color: #253237;
    color: #ffffff;
    line-height: 48px;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.imgabout img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-left: none;
}

div.blog article .blog-info {
    margin-right: 30px;
}

#block-footer .social-big li .fa:hover {
    background-color: #fff;
    background-color: #262626;
}
.section-content.relative {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
html {
    overflow: hidden;
}
/*header#header {*/
/*    position: fixed;*/
/*}*/
.header-top {
    background: #fff;
    min-height: unset !important;
    padding: 8px 0;
}

ul.contact_topbar {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

ul.contact_topbar li {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

ul.contact_topbar li + li {
    margin-left: 40px !important;
}

ul.contact_topbar li .icon {
    color: var(--main) !important;
    margin-right: 4px;
}

.top-bar-nav a i {
    color: var(--main) !important;
}

.top-bar-nav a {
    padding: 0 !important;
    min-width: unset !important;!u;!ui;!;
    line-height: normal !important;
}

ul.nav.top-bar-nav {
    display: flex;
    align-items: center;
}

ul.nav.top-bar-nav li {
    display: flex;
    align-items: center;
}

.header-button {
    display: flex;
}

i.icon-user {
    font-size: 19px !important;
}

div#logo {
    filter: brightness(0) invert(1);
    width: auto !important;
}

.header-bg-color {
    background-color: rgba(0, 0, 0, 0.1);
}

#logo img {
    height: 80px;
}

.header-nav.nav>li>a {
    padding: 0;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    background: transparent !important;
}

.nav-column li.active > a, .nav-column li > a:hover, .nav-dropdown li.active > a, .nav-dropdown > li > a:hover, .nav-vertical-fly-out > li > a:hover, .nav > li.active > a, .nav > li.current > a, .nav > li > a.active, .nav > li > a.current, .nav > li > a:hover {
    color: #fff;
    opacity: .6;
}

.header-nav .nav>li {
    margin: 0;
}

.header-nav li+li {
    margin-left: 26px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
}

ul.nav.top-bar-nav li + li {
    margin-left: 25px;
}
/*html {*/
/*    overflow: hidden !important;*/
/*}*/
.cart-icon strong {
    border-color: #fff;
    color: #fff;
}

.cart-icon strong:after {
    border-color: #fff;
}


.header-main {
    height: auto !important;
}
/*div#masthead {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*}*/

.entry-content {
    padding: 0;
}
header#header {
    position: fixed;
}

body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

.stuck .header-bg-color {
    background-color: #106ab4;
}

.header-main {
    padding: 5px 0 !important;
}
.widget_shopping_cart ul.product_list_widget li {
    margin-left: 0;
}

.ux-mini-cart-qty input[type="button"] {
    min-width: unset !important;
    line-height: normal;
    width: 43px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.quantity input[type=number] {
    border-width: 1px;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}


.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.woocommerce-mini-cart .woocommerce-mini-cart-item > a:not(.remove) {
    padding-right: 20px;
}

.nav-dropdown ul.woocommerce-mini-cart {
    padding-right: 20px;
}
.wpcf7 form .wpcf7-response-output {
    /* display: none; */
}
.account-item ul.nav-dropdown {
    display: none;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}

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

a.account-link {
    background: transparent !important;
    border-color: transparent !important;
}
.searchform-wrapper form {
    background: transparent;
    padding: 0;
}

#search-lightbox input {
    border-radius: 0;
}
.widget-area aside.widget_ltx_blogposts .item {
    display: inline-block;
    width: 100%;
}
.tab-panels .panel:not(.active) {
    display: none;
}
form.cart {
    background: transparent;
    padding: 0;
    text-align: left;
    margin-top: 30px;
}

.quantity input[type=number] {
    line-height: normal;
    height: 50px !important;
    padding: 0 !important;!o;
    width: 50px !important;
    min-width: 50px;
    text-align: center !important;!i;!io;!;
}

form.cart button {
    margin: 0;
    height: 50px;
}

.product-images {
    width: 100% !important;
}

.sticky-add-to-cart__product form.cart {
    margin-top: 0;
}

.sticky-add-to-cart--active {
    padding: 20px 0;
}

.sticky-add-to-cart__product .product-title-small {
    line-height: 1.4;
}

.related-products-wrapper .product-small:nth-child(n + 4) {
    display: none;
}

.woocommerce-tabs {
    margin-top: 40px;
}
.tab-panels {
    padding: 40px 25px;
    background-color: var(--gray);
}

.tab-panels .panel {
    background: transparent;
    border: none;
    box-shadow: none;
}

.tab-panels h2 {
    font-size: 28px;
    margin: 0 0 20px;
}

.product-tabs a {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topleft: 16px;
    border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 16px;
    -moz-background-clip: padding;
    border-top-right-radius: 16px;
    background-clip: padding-box;
    background-color: #e2c445;
    background-color: var(--main);
    padding: 4px 30px;
    font-size: 18px;
    margin-right: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -1px;
    font-weight: 800 !important;
    color: #fff !important;
    padding: 0px 30px !important;
    font-size: 18px !important;
    height: 50px;
    display: inline-flex !important;
    align-items: center;
}

.product-tabs li {
    margin: 0 !important;
}

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

.product-tabs li.active a {
    background-color: var(--gray);
    color: inherit !important;
}

.woocommerce-Tabs-panel iframe {
    width: 100%;
    display: block;
}

.product-section {
    border: none;
}

h3.product-section-title {
    font-size: 28px;
    text-transform: unset;
    margin-top: 0;
}
.quantity .button {
    width: 50px;
    height: 50px !important;];
    min-width: 50px;
    margin: 0;
}

span.more {
    display: none !important;
}

span.less {
    display: none !important;
}

.ux-quantity {
    width: auto !important;
}
.breadcrumb {
    background: transparent !important;
    border: none;
}

.breadcrumb * {
    font-style: unset;
}
.box_filter {
    padding: 45px 35px;
    margin-bottom: 35px;
    position: relative;
    background-color: #F4F5F5;
    background-color: var(--gray);
    -webkit-border-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 16px;
    -moz-background-clip: padding;
    border-radius: 16px;
    background-clip: padding-box;
}

.box_filter b {
    padding: 0px 0px 25px;
    margin: 0 0px 10px;
    font-size: 24px;
    line-height: 1.2em;
    color: #253237;
    color: var(--black);
    position: relative;
    display: block;
}

.box_filter b:before {content: '';width: 50px;border-top: 2px solid var(--main);position: absolute;bottom: 13px;}

.box_filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box_filter ul a {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 800;
    padding-left: 20px;
    line-height: 1.4em;
    color: #253237;
    color: var(--black);
    line-height: 1.6;
    transition: .5s all;
}
.box_filter ul li{
    cursor: pointer;
}
.box_filter ul li:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " \f105";
    font-size: 18px;
    color: #e2c445;
    color: var(--main);
    margin-right: 10px;
    font-weight: bold;
    vertical-align: baseline;
    position: absolute;
    left: 0;
    top: 4px;
}

.box_filter ul li {
    position: relative;
}

.box_filter>ul>li>ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.box_filter>ul>li>ul ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

.box_filter ul li.type_checkbox:before {
    width: 15px;
    height: 15px;
    content: '';
    border: 2px solid var(--main);
    border-radius: 4px;
    margin-top: 1px;
}
.box_filter ul li.type_checkbox.active:before{
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.box_filter ul li.type_checkbox a {
    padding-left: 25px;
}

section.product_page {
    padding: 80px 0;
}
.add-to-cart-button a:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    vertical-align: middle;
    content: "\f07a";
    position: absolute;
    top: 50%;
    transform: translate(0, -61%);
    margin-left: -25px;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,.add-to-cart-button a.primary.is-small.mb-0.button.product_type_simple {
    -webkit-border-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 36px;
    -moz-background-clip: padding;
    border-radius: 36px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    font-size: 14px;
    line-height: 1.9em;
    padding: 12px 40px 12px 60px;
    font-weight: 800;
    margin-bottom: 25px;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
    color: #253237;
    color: #ffffff;
    background-color: #e2c445;
    background-color: var(--main);
}
a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #106ab4;
}

.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.col.product {
    padding: 30px 30px 60px;
    text-align: center;
    -webkit-border-radius: 16px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 16px;
    -moz-background-clip: padding;
    border-radius: 16px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(50%);
}

.col.product p.name.product-title  a {
    text-transform: none;
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--black);
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.col.product p.name.product-title {}

.col.product p.box-excerpt {
    font-size: 14px;
    line-height: 1.4em;
    margin: 15px 0 15px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.col.product ul {
    display: none;
}

.col.product .price-wrapper {
    font-size: 20px;
}

.col.product .price-wrapper ins,.col.product .price-wrapper ins *{
    color: var(--main);
}
.shop-page-title.category-page-title.page-title {
    display: none;
}
.nav_top_shop {display: flex;justify-content: space-between;background: #f4f5f5;padding: 15px 20px;border-radius: 15px;}

select.orderby {
    background-color: transparent;
    border: none;
    font-weight: 600;
    color: #7a7a7a;
    cursor: pointer;
}
p.stock.out-of-stock {
    color: red;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.box-image .out-of-stock-label {
    background: #33333385;
    color: #fff;
}
.col.product .box-image {
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_filter{
    display: none;
}
.ux-mini-cart-qty .quantity .button {
    height: 35px !important;
    width: 35px !important;
    line-height: 35px !important;
}

.ux-mini-cart-qty .quantity input[type=number] {
    min-width: 35px !important;
    height: 35px !important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
    padding-bottom: 15px !important;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item > a:not(.remove){
    color: #333 !important;
}
.NK-my-account-page {
    padding: 132px 0;
}
section.account-login-page {
    padding-top: 200px;
}

form#NK-login-form {
    background: transparent;
}
.pace{
    display: none !important;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
div#load_more_product:after {
    animation: spin .5s linear infinite;
    border: 5px solid red;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 25%;
    width: 40px;
    pointer-events: none;
    opacity: 0;
}

div#load_more_product.active:after {
    opacity: 1;
}

div#load_more_product.active>* {
    opacity: .1;
}
.box_filter ul a.active {
    color: var(--main-cl);
}

.wrap_product.wrap_product_home .product {
    width: calc(100% / 3);
}
.woocommerce a.added_to_cart {
    display: none !important;
}
.type-post a.header {
    z-index: 9;
}
a.added_to_cart.wc-forward {
    display: none;
}
.anh_dai_dien,.anh_dai_dien img{
    width: 100%;
}
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    background-color: #F4F5F5;
    background-color: var(--gray);
    color: #253237;
    color: var(--black);
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    font-weight: 600;
}

ul.thenativePagination li {
    margin: 0 0px;
}

ul.thenativePagination .active a {
    cursor: default;
    color: #fff;
    color: var(--white);
    background-color: #253237;
    background-color: var(--black);
}

li.thenativePaginationStart,li.thenativePaginationEnd {
    display: none;
}
.ltx-contact-form-7 .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
}
#block-footer  widget_nav_menu a:hover {
    color: var(--white) !important;
}


#block-footer .widget_nav_menu ul li a:hover {
    color: #fff !important;
}

#block-footer .widget_nav_menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 1px;
    background: #fff;
    transition: .5s all;
    width: 0;
    opacity: .8;
}

#block-footer .widget_nav_menu ul li a:hover:after {
    width: 100%;
}

#block-footer .widget_nav_menu ul li a {
    position: relative;
    display: inline-block;
}
.mc4wp-form form {
    padding: 0 !important;
    border-radius: 100px !important;
    background: transparent !important;
}

.mc4wp-form form .input-group {
    display: flex;
}

.mc4wp-form form .input-group span.wpcf7-form-control-wrap {
    width: 1%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin-bottom: 0;
    margin: 0;
}

.mc4wp-form .input-group input[type="email"] {
    height: 100%;
    width: 100% !important;
}

.mc4wp-form form .input-group input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    width: 100%;
}

span.wpcf7-spinner {
    position: absolute;
}

.mc4wp-form form .input-group input.wpcf7-form-control.wpcf7-submit {
    border-radius: 100px;
    line-height: normal !important;
    height: 62px;
}

.mc4wp-form .input-group .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
}

.mc4wp-form .input-group .input-group-append input {
    text-transform: unset;
}
.wpcf7-not-valid-tip {
    text-align: left;
}
footer#footer {
    display: none;
}
section.section.default-page {
    padding: 170px 0 50px;
}
div#load_more_product {
    min-height: 500px;
}
.paging ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center;
    width: 100%;
}

.paging {
    width: 100%;
    display: block;
}

div#load_more_product .text-center {
    width: 100%;
    display: flex;
}

div#load_more_product {}

.paging ul a {
    background-color: #F4F5F5;
    background-color: var(--gray);
    color: #253237;
    color: var(--black);
    display: inline-flex;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.paging ul a.active {
    cursor: default;
    color: #fff;
    color: var(--white);
    background-color: #253237;
    background-color: var(--black);
}
a#banner_qc {
    max-width: 800px;
    padding: 0;
}

.fancybox-content {
    padding: 0;
}
button.fancybox-button.fancybox-close-small {
    background: #fff;
}
.box_filter ul a:hover {
    color: var(--main);
}
.page-template-page-checkout-php .container.subscribe-block {
    display: none;
}
span.sku_wrapper {
    display: none;
}

.product_meta>span {
    border: none !important;
    margin-top: 20px;
    font-weight: 800;
    margin-bottom: 4px;
    font-size: 16px;
}
.footer-widget-area .widget_nav_menu ul li a:before {
    color: #fff !important;
}
section.section.search_page {
    padding-top: 180px;
}
.page-template-page-checkout .header-bg-color {
    background-color: #106ab4;
}
.contact_page  span.wpcf7-not-valid-tip {
    color: red;
}
nav.breadcrumb ul {
    padding: 0;
}
.woocommerce-mini-cart__buttons .button:not(.checkout) {
    display: none !important;
}
.nk-checkout-page #customer-details ul.wc_payment_methods{
    padding-left: 0 !important;
}
.swiper.mySwiper {
    overflow: hidden !important;
}

.item_td .box_img {
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}

.item_td .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_td h3 {
    font-size: 20px;
    margin: 20px 0 !important;!i;!io;!;
}


.item_td .vc_general.vc_btn3 {
    color: #ffffff;
    border: none;
    background-color: #0f69b4;
    background-image: -webkit-linear-gradient(left, #0f69b4 0%, #0f69b4 50%, #0f69b4 100%);
    background-image: linear-gradient(to right, #0f69b4 0%, #0f69b4 50%, #0f69b4 100%);
    -webkit-transition: all .2sease-in-out;
    transition: all .2sease-in-out;
    background-size: 200% 100%;
    margin-top: 15px;
}

.nav-dropdown li {
    margin: 0 !important;
}

.nav-dropdown li a:not(.remove) {
    border-bottom: 1px solid #ececec !important;
    color: #333 !important;
    opacity: 1 !important;
}

.nav-dropdown>li.nav-dropdown-col {width: 100%;}

.nav-dropdown-has-shadow .nav-dropdown {
    padding: 10px;
}

.nav-column>li:last-child:not(.nav-dropdown-col)>a, .nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 1px solid #ececec !important;
}
header.page-header.header-h1.hasBreadcrumbs {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.woocommerce-mini-cart__buttons .button.checkout{
    color: #fff !important;
}
.services-sc.layout-icon-row.row.centered {
    justify-content: center;
}
.nav-dropdown .menu-item-has-children a:hover, .nav-dropdown .nav-dropdown-col a:hover,
.menu-item-design-container-width>ul.sub-menu>li>a:hover{
    color: #0f69b4;
    opacity: 1;
}
.menu-item-design-container-width>ul.sub-menu {
    display: flex;
    height: max-content;
    border-radius: 15px;
    margin-top: -1px;
}

.menu-item-design-container-width>ul.sub-menu>li {
    width: 20%;
    display: block !important;
    float: unset !important;
    position: unset !important;
}
.menu-item-design-container-width>ul.sub-menu>li>a {
    font-weight: 600;
    font-size: 13px;
    text-transform: unset;
}

.menu-item-design-container-width>ul.sub-menu li,.menu-item-design-container-width>ul.sub-menu li a {
    border: none !important;
}

.nav-column>li:last-child:not(.nav-dropdown-col)>a, .nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border: none !important;
}
.add-to-cart-button a.primary.is-small.mb-0.button.product_type_simple {
    position: absolute !important;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.col.product .product-small.box {
    position: unset;
}

.col.product .col-inner {
    position: unset;
}

.col.product .box-text.box-text-products {
    position: unset;
}
.header-bg-color {
    background: #106ab4;
}
main#main {
    padding-top: 130px;
}
h2.header {
    font-size: 35px;
}
div.blog article .description .text.text-page {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

div.blog article .header h5, div.blog article .header h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.has-dropdown .icon-angle-down {
    opacity: 1;
    transform: rotate(-90deg) translateX(2px);
    transition: .5s all;
}
.header-nav.nav>li>a:hover>i {
    transform: rotate(0deg) translateX(2px);
}
.swal2-container .swal2-title {
    font-size: 1.2rem !important;
}
.widget_shopping_cart ul.product_list_widget li+li {
    padding-top: 1.25rem !important;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item > a:not(.remove) {
    padding-bottom: .5rem !important;
}
.nk-checkout-page {
    padding-top: 0 !important;
}

.page-template-page-checkout main#main {
    padding-top: 80px;
}

.page-template-page-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.nk-checkout-page .checkout_coupon input {
    border-radius: 100px !important;
}
.social-icons-list li .head {
    text-transform: none;
}
.content_empty {
    text-align: center;
    width: 100%;
    padding: 30px;
}
/*.woocommerce #payment #place_order.color-hover-white:hover, .woocommerce-page #payment #place_order.color-hover-white:hover, .woocommerce div.product form.cart .button.color-hover-white:hover, .woocommerce #respond input#submit.color-hover-white:hover, .woocommerce a.button.color-hover-white:hover, .woocommerce button.button.color-hover-white:hover, .woocommerce input.button.color-hover-white:hover, .button.color-hover-white:hover, input[type="submit"].color-hover-white:hover, .btn.color-hover-white:hover {*/
/*    background: #333 !important;*/
/*    color: #fff !important;*/
/*}*/
a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .add-to-cart-button a.primary.is-small.mb-0.button.product_type_simple:hover, .btn.btn-default:hover{
    background: var(--black) !important;
}
.product-tabs li:not(.active) a:not(.active):hover{
    background: #0f69b4 !important;
    opacity: 1 !important;
    color: #fff !important;
}
main#main {
    padding-top: 42px;
}

.header-bg-color {
    background: rgba(0, 0, 0, 0.1);
}

.media-list {
    overflow: hidden;
}

.list_news--item {
    transition: 0.2s;
    margin-bottom: 24px;
}
.list_news--item .link {
    text-decoration: none;
    color: #333;
}
.list_news--item .link h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.list_news--item .link .item_news--img {
    height: 214.2px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.list_news--item p {
    font-size: 16px;
    margin: 0;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.2s;
}
.list_news--item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}

.list_news--item img:hover {
    filter: drop-shadow(1px 2px 3px black);
}

.list_news--item h4:hover {
    color: #398141;
}

.gallery-thagrico .title {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    font-size: 20.25px;
    font-weight: bold;
    color: #398141;
    padding-bottom: 5px;
    border-bottom: 2px solid #398141;
    margin-bottom: 15px;
}

.list_media_menu {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 7px 10px 1px #3333;
    margin-top: -55px;
}
.list_media_menu h3 {
    font-size: 20.25px;
    font-weight: bold;
    color: #0f69b4;
    padding: 20px 25px 10px 17px;
}
.list_media_menu .item_link {
    transition: 0.2s;
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    border-top: 1px solid #0f69b4;
    padding: 13px 20px;
}
.list_media_menu .item_link .icon1 {
    display: none;
}
.list_media_menu .item_link span {
    color: #333;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
}
.list_media_menu .item_link:hover {
    letter-spacing: 1.3px;
    color: #398141;
}
.list_media_menu .item_link.active .icon1 {
    display: block;
}
.list_media_menu .item_link.active .icon2 {
    display: none;
}
.list_media_menu .item_link.active span {
    color: #57b820;
}

.pagination-news .pagination .page-item {
    margin: 5px;
}
.pagination-news .pagination .page-item .page-link {
    border: none;
    color: #3f3f3f;
    border-radius: 50%;
    line-height: 1;
    transition: 0.2s;
}
.pagination-news .pagination .disabled i {
    opacity: 0.4;
}
.pagination-news .pagination .active .page-link {
    background-color: #018438;
    color: white;
}

.news_new {
    margin-top: 30px;
    overflow: hidden;
}
.news_new h3 {
    font-size: 16px;
    color: #0f69b4;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}
.news_new ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.news_new ul li {
    transition: 0.2s;
    margin-bottom: 20px;
}
.news_new ul li .news_new--link {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.news_new ul li .news_new--link .news_new--img {
    width: 25%;
    height: 56.5px;
}
.news_new ul li .news_new--link .news_new--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}
.news_new ul li .news_new--link .news_new--img img:hover {
    transform: scale(1.05);
}
.news_new ul li .news_new--link .news_new--desc {
    width: 71%;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.2s;
    text-align: justify;
}
.news_new ul li .news_new--link .news_new--desc:hover {
    color: #57b820;
}

.media__mobile {
    display: none;
}
.media-list .row.d-flex.justify-content-center.mt-1.mb-3 {
    justify-content: center;
    margin-bottom: 45px;
}
.list_media_menu {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 7px 10px 1px #3333;
    margin-top: -55px;
}
.gallery-top h2 {
    font-size: 25px;
    font-weight: bold;
    color: #398141;
    text-align: center;
}
.gallery-top p {
    font-size: 16px;
    text-align: center;
}
.gallery-top-title {
    flex-shrink: 0;
}
.gallery-top-wapper {
    width: 100%;
    flex: 1;
    overflow: hidden;
}
.gallery-top__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .gallery-top__list {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
    }
}
@media (max-width: 480px) {
    .gallery-top__list {
        grid-template-columns: 1fr;
    }
}
.gallery-top__list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f5f5f5;
}
.gallery-top__list::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.gallery-top__list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #cccc;
}
.gallery-top__list-items {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    transition: 0.2s;
}
.gallery-top__list-items:hover {
    opacity: 0.8;
}
.gallery-top__list-items a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery-top__list-items a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery-top .gallery-top-slide {
    width: 100%;
    flex: 1;
}
.gallery-top .gallery-top-slide .swiper-pagination {
    top: unset;
    bottom: 0;
}
.gallery-top .gallery-top-slide .swiper-pagination-progressbar-fill {
    background-color: #018438;
}
.gallery-top .swiper-wrapper {
    width: 100% !important;
    height: 100%;
}
.gallery-top .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.gallery-top .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-width: 80%;
}
.gallery-top .swiper-wrapper .swiper-slide video {
    width: 55%;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
    padding: 9px 23px;
    transition: 0.2s;
    border-radius: 50%;
}
.gallery-top .swiper-button-next::after,
.gallery-top .swiper-button-prev::after {
    color: black;
    font-size: 28px;
}
.gallery-top .swiper-button-next:hover,
.gallery-top .swiper-button-prev:hover {
    box-shadow: 0 0 25px #525252;
}

.fancy-gallery-video .gallery-top {
    height: auto;
}
.fancy-gallery-video .gallery-top-wapper {
    text-align: center;
}
.fancy-gallery-video .gallery-top iframe {
    width: 60vw;
    height: 36vw;
}
@media (max-width: 991px) {
    .fancy-gallery-video .gallery-top iframe {
        width: 70vw;
        height: 40vw;
    }
}

.gallery {
    overflow: hidden;
}
.gallery .gallery_list .gallery_item {
    width: 48%;
    margin-bottom: 10px;
}
.gallery .gallery_list .gallery_item a {
    text-decoration: none;
}
.gallery .gallery_list .gallery_item a img {
    width: 100%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}
.gallery .gallery_list .gallery_item a img:hover {
    transform: scale(1.05);
}
.gallery .gallery_list .gallery_item a h5 {
    transition: 0.2s;
}
.gallery .gallery_list .gallery_item a h5:hover {
    color: #398141;
}

.video .video_list .video_item {
    width: 48%;
    margin-bottom: 10px;
}
.video .video_list .video_title {
    transition: 0.2s;
}
.video .video_list .video_title:hover {
    color: #398141;
}

.video_img {
    position: relative;
    width: 100%;
    height: 110px;
    transition: 0.2s;
}
.video_img:hover {
    transform: scale(1.05);
}
.video_img iframe {
    width: 100%;
    position: relative;
    height: 99%;
    border-radius: 5px;
}
.video_img .img_none {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
}
.video_img .button_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.video_img .button_video:hover {
    opacity: 0.8;
}
.fancybox-content {
     padding: 40px;
 }

@media only screen and (max-width: 950px) {
    div#top-bar {
        display: none;
    }
    .footer-widget-area .menu a {
        text-align: center;
    }
    #logo img {
        height: 50px;
    }

    i.icon-menu {
        color: #fff;
        font-size: 30px !important;
    }

    [data-open="#main-menu"] {
        padding: 0 !important;
    }

    a.header-cart-link {
        padding: 0 !important;
    }

    [data-open="#main-menu"] {
        background: transparent !important;
    }

    .mfp-ready .mfp-close {
        opacity: 1;
        border: none;
        background: transparent;
    }
    .header-button a {

        text-align: center !important;
        width: 30px;
        height: 30px;
        border: 1px solid #fff !important;
        padding: 5px !important;
        font-size: 8px !important;
    }

    .header-search a {
        color: #fff !important;
        padding: 0 !important;

    }
    .header-bg-color {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .has-off-canvas-left .mfp-content {
        margin-top: 60px;
        box-shadow: none;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        left: 0;
        top: 10px;
        left: 9px;
        opacity: 0;
    }

    .has-off-canvas-left .mfp-bg {
        top: 60px !important;
        position: fixed !important;
    }
    .off-canvas-left .mfp-content {
        background-color: var(--main);
    }

    .off-canvas .nav-vertical>li>a {
        color: #fff;
        font-weight: 700;
    }
    .wrap_product.wrap_product_home .product {
        width: calc(100% / 2);
    }
    .testimonials-list .swiper-slide{
        max-width: 100vw;
        display: block;
    }
    .off-canvas-right .mfp-content {
        background: #fff;
    }
    #block-footer {
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .box_filter {
        margin-bottom: 20px;
    }

    .wrap_filter {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        height: 100vh;
        background: rgb(0 0 0 / 70%);
        width: 100vw;
        left: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        background-image: url(../images/close.svg);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: top 10px  right 10px;
        transform: translateY(100%);
        transition: .5s all;
    }

    .nav_top_shop {
        display: block;
        width: calc(100% - 86px);
        float: left;
        padding: 10px;
        border-radius: 10px;
    }

    select.orderby {
        width: 100%;
    }

    section.product_page {
        padding: 40px 0;
    }

    .box_filter {
        margin-bottom: 20px;
    }

    .wrap_filter .inner {
        max-height: 78vh;
        overflow: auto;
        margin: 0;
        width: 100%;
        transform: translateY(100%);
        transition: .5s all;
    }
    .wrap_filter.active {
        transform: translateY(0%);
    }

    .wrap_filter.active .inner {
        transition-delay: .3s;
        transform: translateY(0%);
    }
    .button_filter {
        display: inline-flex;
        align-items: center;
        background: var(--main);
        color: #fff;
        fill: #fff;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 7px;
        width: 80px;
        justify-content: center;
        height: 72px;
        float: right;
    }

    .button_filter svg {
        width: 15px;
        margin-left: 6px;
    }

    .nav_top_shop .left {
        font-size: 12px;
    }
    [href="#search-lightbox"] {
        background: transparent !important;
    }
    .cart-popup-inner .woocommerce-mini-cart {
        padding-left: 0;
    }
    .product_meta {
        display: inline-block;
        width: 100%;
    }

    form.cart button {
        float: unset !important;
        padding: 9px 10px !important;
        line-height: normal !important;
        height: 40px !important;

        font-size: 12px !important;
    }

    .quantity .button {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        line-height: 40px !important;
        padding: 0 !important;
    }

    .quantity input[type=number] {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .ux-quantity {
        margin: 0 !important;
    }

    .btn + .btn {
        margin-left: -1px !important;
    }
    .sticky-add-to-cart__product .sticky-add-to-cart-img {
        display: none;
    }
    .ltx-services-form > div > div:last-child > .vc_column-inner {
        background: transparent !important;
    }
    .zs-enabled .zs-slideshow .zs-bullets {
        display: block !important;
        opacity: 1 !important;
    }
    .has-off-canvas body {
        overflow: unset !important;
    }
}
@media only screen and (max-width: 767px){
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    div#top-bar {
        display: none;
    }
    .footer-widget-area .menu a {
        text-align: center;
    }
    #logo img {
        height: 50px;
    }

    i.icon-menu {
        color: #fff;
        font-size: 30px !important;
    }

    [data-open="#main-menu"] {
        padding: 0 !important;
    }

    a.header-cart-link {
        padding: 0 !important;
    }

    [data-open="#main-menu"] {
        background: transparent !important;
    }

    .mfp-ready .mfp-close {
        opacity: 1;
        border: none;
        background: transparent;
    }
    .header-button a {

        text-align: center !important;
        width: 30px;
        height: 30px;
        border: 1px solid #fff !important;
        padding: 5px !important;
        font-size: 8px !important;
    }

    .header-search a {
        color: #fff !important;
        padding: 0 !important;

    }
    .header-bg-color {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .wrap_filter {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        height: 100vh;
        background: rgb(0 0 0 / 70%);
        width: 100vw;
        left: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        background-image: url(../images/close.svg);
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: top 10px  right 10px;
        transform: translateY(100%);
        transition: .5s all;
    }

    .nav_top_shop {
        display: block;
        width: calc(100% - 86px);
        float: left;
        padding: 10px;
        border-radius: 10px;
    }

    select.orderby {
        width: 100%;
    }

    section.product_page {
        padding: 40px 0;
    }

    .col.product {
        width: 100%;
    }
    .box_filter {
        margin-bottom: 20px;
    }

    .wrap_filter .inner {
        max-height: 78vh;
        overflow: auto;
        margin: 0;
        width: 100%;
        transform: translateY(100%);
        transition: .5s all;
    }
    .wrap_filter.active {
        transform: translateY(0%);
    }

    .wrap_filter.active .inner {
        transition-delay: .3s;
        transform: translateY(0%);
    }
    .button_filter {
        display: inline-flex;
        align-items: center;
        background: var(--main);
        color: #fff;
        fill: #fff;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 7px;
        width: 80px;
        justify-content: center;
        height: 72px;
        float: right;
    }

    .button_filter svg {
        width: 15px;
        margin-left: 6px;
    }

    .nav_top_shop .left {
        font-size: 12px;
    }

    select.orderby {
        font-size: 14px;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: var(--main);
    }

    .off-canvas .nav-vertical>li>a {
        color: #fff;
        font-weight: 700;
    }

    .nav.nav-vertical li {
        border-color: rgb(255 255 255 / 20%) !important;
    }
    nav.breadcrumb {
        display: none;
    }
    h1.product-title.product_title.entry-title {
        font-size: 23px;
    }
    button.ux-buy-now-button.button.primary.ml-half.btn.btn-default.btn-xs {
        float: right;
    }

    button.single_add_to_cart_button.button.alt.btn.btn-default.btn-xs {
        float: left;
    }

    .small-columns-2 .flickity-slider>.col, .small-columns-2>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .mfp-content.off-canvas-cart {
        background: #fff;
    }
    .wrap_product.wrap_product_home .product {
        width: 100%;
    }
    a.header-cart-link {
        background: transparent !important;
    }
    .mc4wp-form form .input-group {
        display: block;
    }

    .mc4wp-form .input-group .input-group-append {
        position: unset;
    }

    .mc4wp-form form .input-group span.wpcf7-form-control-wrap {
        width: 100%;
    }

    .mc4wp-form form .input-group input.wpcf7-form-control.wpcf7-submit {
        margin-top: 24px;
        font-size: 18px;
        padding-left: 60px !important;
        padding-right: 60px !important;
        height: auto;
        width: auto;
    }
    .testimonials-list .swiper-slide{
        max-width: 100vw;
        display: block;
    }
    .zs-enabled .zs-slideshow .zs-bullets {
        display: block !important;
        opacity: 1 !important;
        bottom: 5px !important;
    }
    .vc_custom_1599753040236,
    .ltx-photo-bg,
    .ltx-photo-bg > div:before{
        background: #106ab4 !important;
    }
    .product_meta {
        display: inline-block;
        width: 100%;
    }

    form.cart button {
        float: unset !important;
        padding: 9px 10px !important;
        line-height: normal !important;
        height: 40px !important;

        font-size: 12px !important;
    }

    .quantity .button {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        line-height: 40px !important;
        padding: 0 !important;
    }

    .quantity input[type=number] {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }

    .ux-quantity {
        margin: 0 !important;
    }

    .btn + .btn {
        margin-left: -1px !important;
    }
    .sticky-add-to-cart__product .sticky-add-to-cart-img {
        display: none;
    }

    div#customer-details .column-inner {
        padding: 0 20px !important;
    }
    .ltx-services-form > div > div:last-child > .vc_column-inner {
        background-color: var(--main) !important;
    }
    .swiper.mySwiper {
        margin-bottom: 80px !important;
    }
    .off-canvas .nav-vertical li li>a {
        padding: 0;
        color: #fff;
    }

    .nav .toggle {
        position: absolute;
        right: 0;
        top: 13px;
        background: transparent;
        color: #fff !important;
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }
    main#main {
        padding-top: 0;
    }
    .col-lg-4 .gallery {
        justify-content: flex-start;
        display: block;
        padding: 0 15px;
    }

    .gallery .gallery_list .gallery_item {
        width: 100%;
    }

    .gallery .gallery_list .gallery_item a img {
        height: 200px;
    }

    .gallery .gallery_list .gallery_item {
        margin-bottom: 30px !important;
    }

    h3.gallery_title {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 400px){
    form.cart button {

        font-size: 9px !important;
        padding: 9px 8px !important;

    }
}
a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .add-to-cart-button a.primary.is-small.mb-0.button.product_type_simple {
    width: max-content;
}