:root{
    --main-cl: #237a2f;
    --sub-cl: #237a2f;
    --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);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}
body{
    font-family: 'Arial', 'Cabin';
    overflow-x: hidden;
    background-color: #fff;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
body #main .container,
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
span.text{
    padding: 0 !important;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -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;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,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;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
section.become_agency{
    padding: 3.646rem 0 5.208rem;
}
section.become_agency .grid-container{
    width: 36.198rem;
}
section.become_agency .form_wrap{
    margin-top: 1.5625rem;
}
.sec_title_1{
    font-family: 'Cabin';
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.646rem;
}
.sec_title{
    font-family: 'Cabin';
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.021rem;
    margin-bottom: 1.042rem;
}
.sec_title_2{
    font-family: 'Cabin';
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.5rem;
}
.sec_des,
.sec_des p,
.sec_des li,
.sec_des a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
}
.sec_des > *:last-child{
    margin-bottom: 0 !important
}
.sec_des a{
    text-decoration: underline;
}
.form_wrap .form_group:not(:last-of-type){
    margin-bottom: 1.042rem;
}
.form_wrap .form_group.submit_btn.col_12{
    margin-top: 1.042rem;
}
.form_wrap label{
    font-family: "Cabin";
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: #333333;
}
.form_wrap .form_group.col_6{
    width: calc(50% - 0.521rem);
}
.form_wrap .form_group input[type='text'],
.form_wrap .form_group input[type='email'],
.form_wrap .form_group input[type='tel'],
.form_wrap .form_group textarea{
    min-height: unset;
    border: 1px solid rgba(51, 51, 51, 0.5);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    -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;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
}
.form_wrap .form_group input[type='text']:focus,
.form_wrap .form_group input[type='email']:focus,
.form_wrap .form_group input[type='tel']:focus,
.form_wrap .form_group textarea:focus{
    border-color: var(--main-cl);
}
.form_wrap .form_group input{
    height: 1.875rem;
}
.form_wrap .form_group span.wpcf7-form-control.wpcf7-checkbox label{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form_wrap .form_group span.wpcf7-form-control.wpcf7-checkbox input{
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.521rem !important;

}
.form_wrap .form_group textarea{
    height: 4.167rem;
}
button, input[type='sumit']{
    margin: 0;
}
.text_center .btn{
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn,
input[type='submit'].btn{
    cursor: pointer;
    height: 2.604rem;
    padding: 0 1.875rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.042rem;
    -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;
    text-transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    overflow: hidden;
    position: relative;
}
input[type='submit'].btn_primary,
.btn_primary{
    background-color: var(--main-cl);
    color: #FFF;
}
.btn_white{
    background-color: #FFF !important;
    color: var(--main-cl);
    border: 1px solid var(--main-cl);
}
.btn_icon_left span.icon{
    margin-right: 0.417rem;
}
.btn_icon_right span.icon{
    margin-left: 0.417rem;
}
.btn span.icon{
    display: flex;
}
.btn span.text{
    padding: 0 !important;
}
.breadcrumbs .breadcrumb{
    padding: 0;
}
.breadcrumbs{
    margin-top: 1.5625rem;
}
.breadcrumbs ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.breadcrumbs ul span.divider{
    opacity: 1;
    display: flex;
}
.breadcrumbs ul span.divider:last-child{
    display: none !important;
}
.breadcrumbs ul li{
    margin: 0; !important;
}
.breadcrumbs ul li cite{
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #9A9A9A;
    font-style: normal;
}
.breadcrumbs ul li:last-of-type cite{
    color: #333;
}
header#header #masthead{
    border-bottom: 1px solid #007a3366;
}
header#header #masthead .header-inner{
    max-width: 55rem !important;
    padding: 0;
}
header#header #masthead ul.nav > li{
    margin: 0;
}
header#header #masthead ul.nav > li > a{
    display: flex;
    font-family: Cabin;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #005c41;
    padding: 0;
    margin: 0 1.354rem;
}
header#header #masthead ul.nav > li > ul.sub-menu{
    padding: 10px;
}
header#header #masthead ul.nav > li.cart-item > a{
    margin-right: 0;
    margin-left: 1.771rem;
}
header#header #masthead ul.nav > li.header-search > a{
    margin-right: 0;
    margin-left: 1.042rem;
}
header#header #logo img {
    -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;
}
header#header .stuck #logo img{max-height: unset !important;}
header#header #masthead ul.nav > li.current-menu-item > a,
header#header #masthead ul.nav > li.current-menu-parent > a{
    color: #df141f
}
.become_agency_success{
    display: none;
}
.become_agency_success > svg{
    margin-bottom: 1.5625rem;
}
.become_agency_success > .sec_title{
    margin-bottom: 1.042rem;
}
.become_agency_success > .sec_des{
    margin-bottom: 1.5625rem;
}
.wpcf7-spinner{
    display: none !important;
}
section.contact_1{
    padding-top: 3.125rem;
}
section.contact_1 .grid-container{
    margin-bottom: 3.125rem;
}
section.contact_1 .map_wrap{
    height: 31.25rem;
}
section.contact_1 .map_wrap iframe{
    width: 100%;
    height: 100%;
    display: block;
}
section.contact_2{
    padding: 5.208rem 0;
}
section.contact_2 .col_6:nth-of-type(1){
    padding-right: 0.521rem;
}
section.contact_2 .col_6:nth-of-type(2){
    padding-left: 5.729rem;
}
section.contact_2 .sec_title_2{
    border-bottom: 1px solid #00000066;
    padding-bottom: 0.521rem;
    position: relative;
}
section.contact_2 .sec_title_2:before{
    left: 0;
    bottom: -2px;
    height: 2px;
    position: absolute;
    content: '';
    z-index: 2;
    width: 6.25rem;
    background-color: var(--main-cl);
}
section.contact_2 .col_6:nth-of-type(1) .sec_title_2+.sec_des{
    margin-bottom: 1.042rem;
}
.tabs_container .tab_dropdown{
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    background-color: #F9F2F2;
    padding: 1.146rem 1.146rem 1.146rem 1.5625rem;
    margin-bottom: 1.042rem;
}
.tabs_container .tab_dropdown .tab_title{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    color: var(--main-cl);
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.tabs_container .tab_dropdown .tab_title svg{
    margin-left: 2.708rem;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
}
.tabs_container .tab_dropdown .tab_title.active svg{
    transform: rotate(90deg);
}
.tabs_container .tab_dropdown .tab_content{
    margin-top: 0.521rem;
}
form.submitting{
    pointer-events: none !important;
}
section.system_1{
    padding-top: 3.125rem;
}
section.system_1 .img_wrap{
    margin-top: 3.125rem;
}

section.system_2 .booking-form{
    margin-bottom: 5.208rem;
}
section.system_2 .booking-form-wrap{
    width: 66.667rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 1.167rem;
    -moz-border-radius: 1.167rem;
    border-radius: 1.167rem;
    background-color: #F9F2F2;
    padding: 3.125rem 2.8125rem;
}
section.system_2{
    padding-top: 5.208rem;
}
section.system_2 .sec_title{
    margin-bottom: 2.083rem;
}
section.system_2 button[type=submit]{
    height: 3.125rem;
    margin: 0;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.select-styled{
    border: 1px solid var(--main-cl);
    height: 3.125rem;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    display: flex;
    align-items: center;
    padding: 0 1.354rem;
    cursor: pointer;
}
.select{
    position: relative;
    z-index: 99;
}
.select-options{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    list-style: none;
    margin: 0;
    box-shadow: 0 0 10px rgba(214, 24, 28, 0.2);
    overflow: auto;
    max-height: 13.542rem;
}
.select-options > li{
    cursor: pointer;
    padding: 0.521rem 1.354rem;
    border-bottom: 1px solid var(--main-cl);
    margin-bottom: 0;
    -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;
}
.select-options > li:hover,
.select-options > li.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.select-options > li:last-child{
    border: none;
}
.hts-wrapper {
    position: relative;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.hts-map {
    height: 33.333rem;
}

.hts-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
}

.hts-title {
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.458rem;
    margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 1200px) {
    .hts-title {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .hts-title {
        font-size: 1.6rem;
    }
}

.hts-fixed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    min-width: 26rem;
    background-color: #f5f5f5;
    transition: all 0.5s ease-in-out;
    z-index: 50;
}

/* @media screen and (max-width: 768px) {
  .hts-fixed {
    position: relative;
    width: 100%;
  }
} */

.hts-fixed-wrap {
    padding-top: 3.49rem;
    padding-right: 3.125rem;
    padding-bottom: 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #F9F2F2;
}

@media screen and (max-width: 1200px) {
    .hts-fixed-wrap {
        margin: 0;
        padding: 1.5rem;
    }
}

.hts-fixed-over {
    height: 23.4375rem;
    overflow-y: auto;
    padding-right: 2.34375rem;
}

@media screen and (max-width: 768px) {
    .hts-fixed-over {
        height: initial;
    }
}

.hts-fixed.hide {
    transform: translateX(0%);
}

.hts-item {
    display: flex;
    cursor: pointer;
}

.hts-item:not(:last-child) {
    padding-bottom: 0.78125rem;
    margin-bottom: 1.146rem;
    border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 768px) {
    .hts-item {
        flex-direction: column;
    }
}

.hts-img {
    width: 5rem;
    height: 3.646rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    flex-shrink: 0;
    overflow: hidden;
}

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

.hts-content {
    margin-left: 1.354rem;
}

@media screen and (max-width: 768px) {
    .hts-content {
        margin-left: 0;
        margin-top: 1.6rem;
    }
}

.hts-name {
    font-family: Cabin;
    font-size: 0.792rem;
    font-weight: 700;
    line-height: 1.267rem;
    margin-bottom: 0.729rem;
}

.hts-fl {
    display: flex;
    align-items: start;
    margin-bottom: 0.26rem;
}


.hts-fl svg {
    width: 0.729rem;
    height: auto;
    margin-right: 0.729rem;
    min-width: 0.729rem;
}
.hts-fl .des.mona-content{
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #333333
}

.hts .icon-close {
    position: absolute;
    top: 5rem;
    right: 4rem;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

/* @media screen and (max-width: 768px) {
  .hts .icon-close {
    display: none;
  }
} */

.hts .icon-close i {
    font-size: 2rem;
    font-weight: 900;
}

.hts .side-open {
    position: absolute;
    right: auto;
    left: 0;
    border-radius: 0 100rem 100rem 0;
    background-color: #0e1d61;
}

.hts .side-open-wrap {
    transform: rotate(180deg);
}

.hts .side-open-wrap .icon {
    color: #0e1d61;
}


@media screen and (max-width: 600px) {
    .hts-fl {
        font-size: 1.2rem;
    }

    .hts-fixed-wrap {
        padding: 1rem;

    }

    .hts-img {
        width: 8rem;
        height: 8rem;
        display: none;
    }

    .hts-fl .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .hts .icon-close {
        top: 1rem;
        right: 1rem;
    }

}


.hts-name p {
    margin: 0 !important;
}

.hts-content p {
    margin: 0;
}

.f-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-list>* {
    width: 100%;
    padding: 0 0.521rem;
}

form#frmStore {
    margin: 0 !important;
}

form#frmStore select {
    margin: 0 !important;
    height: 50px;
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid;
}

.f-item.f-item-3:last-child {
    width: auto !important;
}
.f-list>* .re-select-wrap.white {
    background-color: transparent !important;
}
*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
    width: 3px;
    background-color: var(--main-cl);
}

*::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
#store_district option{
    display: none;
}
#store_district option[value="all"]{
    display: block !important;
}
.form-flat {
    margin-top: 20px;
}
body.single-post .pagelist.list{
    margin-top: 3.125rem;
}
body.single-post .cmp-text h1,
body.single-post .cmp-text h2,
body.single-post .cmp-text h3,
body.single-post .cmp-text h4,
body.single-post .cmp-text h5{
    color: var(--main-cl) !important
}
.pagelist .btn.js-load-more{
    margin-top: 2rem;
}
.product_details_1 .summary.entry-summary .woocommerce-breadcrumb{
    display: none !important;
}
.product_details_1 .summary.entry-summary form.cart{
    display: flex;
    align-items: center;
}
.product_details_1 .summary.entry-summary form.cart button{
    margin: 0;
}
.product_details_1 .summary.entry-summary form.cart button:last-of-type{
    margin-left: 0.521rem;
}
.summary.entry-summary bdi{
    position: relative;

}
.summary.entry-summary .price{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3.4375rem;
}
.summary.entry-summary .price ins{
    padding: 0.729rem 1.667rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: #F1D895;
    margin-right: 1.042rem;
}
.summary.entry-summary .price del bdi{
    font-size: 1.042rem;
    line-height: 1.458rem;
}
.summary.entry-summary .price ins bdi{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.042rem;
    color: var(--main-cl)
}
.summary.entry-summary .product-short-description{
    margin-bottom: 1.5625rem;
}
.summary.entry-summary .product-short-description,
.summary.entry-summary .product-short-description p,
.summary.entry-summary .product-short-description li,
.summary.entry-summary .product-short-description a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #333
}
.summary.entry-summary .product-short-description p{
    margin-bottom: 0.521rem;
}
.product_details_1 .col_6.gallery_wrap{
    padding: 0 2.708rem;
}
.product_details_1 .col_6.summary{
    padding: 0 9.271rem 0 0.521rem;
}
.product_details_1{
    padding: 3.125rem 0;
    background-color: #F9F2F2;
    margin-top: 3.125rem;
}
.product_details_1 .gallery_control{
    width: 20.833rem;
    max-width: 100%;
    padding: 0 0.833rem;
    margin-left: auto;
    margin-right: auto;
}
.product_gallery.swiper{
    margin-bottom: 0.521rem;
}
.product_gallery .img_wrap{
    height: 30.417rem;
}
.product_gallery .img_wrap > a{
    position: absolute !important;
    display: flex !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0E2LjQ3MSA2LjQ3MSAwIDAgMCAxNiA5LjUgNi41IDYuNSAwIDEgMCA5LjUgMTZjMS42MSAwIDMuMDktLjU5IDQuMjMtMS41N2wuMjcuMjh2Ljc5bDUgNC45OUwyMC40OSAxOWwtNC45OS01em0tNiAwQzcuMDEgMTQgNSAxMS45OSA1IDkuNVM3LjAxIDUgOS41IDUgMTQgNy4wMSAxNCA5LjUgMTEuOTkgMTQgOS41IDE0em0uNS03SDl2Mkg3djFoMnYyaDF2LTJoMlY5aC0yeiIvPjwvc3ZnPg==) 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 2.083rem;
    width: 2.083rem;
    bottom: 1.042rem;
    right: 1.042rem;
    transform: rotateY(180deg);
}
.product_gallery_thumb.swiper{
    margin: 0 4.6875rem;
    flex-grow: 1;
}
.product_gallery_thumb .img_wrap{
    border: 1px solid transparent;
    cursor: pointer;
}
.product_gallery_thumb .swiper-slide-thumb-active .img_wrap{
    border-color: var(--main-cl);
}
.swiper_arrow{
    display: flex;
    cursor: pointer;
}
.product_details_2{
    padding-top: 4.167rem;
}
.product_details_2 .col_6:first-child{
    padding-right: 6.042rem;
}
.product_details_2 .col_6:last-child{
    padding-left: 0.521rem;
}
.product_details_2 .post_content,
.product_details_2 .post_content p,
.product_details_2 .post_content li{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.product_details_2 .post_content p{
    margin-bottom: 0.521rem;
}
.product_details_3,
.product_details_4,
.product_details_5,
.product_details_6{
    padding-top: 5.208rem;
}
section[class*=product_details]:last-of-type{
    padding-bottom: 5.208rem;
}
.product_details_4 .sec_title_2{
    margin-bottom: 1.042rem
}
.product_details_4 .btn {
    margin-top: 2.083rem;
    background: #fff;
    color: #237a2f;
}
.product_details_4 .cont_wrap{
    width: 52.854rem;
    max-width: 90%;
}
.quantity{
    display: none !important;
}
.product_details_5 h2.sec_title,
.product_details_6 h2.sec_title{
    margin-bottom: 2.083rem;
}
.product_details_5 .btn{
    margin-top: 3.125rem;
}
.box_swiper{
    position: relative;
    padding: 0 5.208rem;
}
.btn_secondary{
    background: #df141f;
    color: #FFF;
}
.box_swiper .swiper_arrow{
    position: absolute;
    top: 7.1875rem;
    transform: translateY(-50%);
}
.box_swiper .swiper_arrow.prev{
    left: 1.5625rem;
}
.box_swiper .swiper_arrow.next{
    right: 1.5625rem;
}
.related_posts .item .img_wrap{
    /*height: 14.375rem;*/
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-bottom: 1.042rem;
}
.related_posts .item h3{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    width: 13.854rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.btn.btn_square{
    padding-left: 0;
    padding-right: 0;
    width: 2.604rem;
    height: 2.604rem;
}
.list-card-item.product .card-item--image{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background: #D8DF14;
    padding: 0.15625rem;
    margin-bottom: 1.042rem;
}
.list-card-item.product .card-item--image img{
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
}
.list-card-item.product h3.card-title{
    font-family: Cabin;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    padding: 0 1.5625rem;
    margin-bottom: 1.042rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #005c41;
}
.list-card-item.product .card-button-wrapper{
    display: flex;
    justify-content: center;
}
.list-card-item.product .card-button-wrapper > a:nth-of-type(2){
    margin-left: 0.521rem;

}

section.product_details_3 .flex_box{
    margin-bottom: 2.083rem;
    padding: 0 5.208rem;
}
section.product_details_3 .flex_box > .btn{
    flex: 0 0 auto;
}
.search-input-only .modal-search .modal-body .searchbar-container .search-bar form{
    margin: 0;
    border: 1px solid var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding-left: 0.521rem;
    display: flex;
    overflow: hidden;
}
.search-input-only .modal-search .modal-body .searchbar-container .search-bar{
    box-shadow: unset !important
}
.search-input-only .modal-search .modal-body .searchbar-container .search-bar input{
    height: 3.125rem;
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.458rem;
    border: none !important;
}
.search-input-only .modal-search .modal-body .searchbar-container .search-bar button{
    flex: 0 0 auto;
    margin: 0;
    height: 3.125rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.home_swiper_2 .cmp-teaser__image{
    aspect-ratio: 1;
}
#list-9ae379b384{
    padding-top: 5.208rem;
}
#list-9ae379b384 .sec_title{
    padding: 0 5.208rem;
}
.home_products_1 .search-input-only .modal-search{
    padding: 1.042rem 0 0;
}
.home_products_1 .btn.mx_auto{
    margin-top: 2.083rem;
}
.home_products_1 .box_swiper .swiper_arrow{
    top: 50%;
    transform: translateY(-50%);
}
.home_products_2{
    padding-top: 5.208rem;
}
.home_products_2 .sec_title{
    margin-bottom: 2.083rem;
}
.home_partners{
    padding-top: 6.25rem;
    position: relative;
}
.home_partners > div{
    position: relative;
    z-index: 3;
}
.home_partners:before{
    left: 50%;
    top: 70%;
    position: absolute;
    content: '';
    z-index: 0;
    width: 100vw;
    height: 41.146rem;
    transform: translate(-50%, -50%);
    background-image: url('../images/map-bg 1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home_swiper_4{
    padding: 1.042rem;
    margin: 0 -1.042rem;
}
.home_swiper_4 .img_wrap{
    box-shadow: 0.208rem 0.208rem 1.5625rem 0rem #00000014;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;

}
.home_posts{
    padding-top: 5.208rem;
}
.swiper_pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.042rem;
}
.swiper_pagination > .swiper-pagination-bullet{
    width: 0.729rem;
    height: 0.729rem;
    background-color: rgba(51, 51, 51, 0.2);
    margin: 0 0.26rem;
    opacity: 1;
    -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;
}
.swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--main-cl);
}
div#main-content.home_page > div:last-of-type{
    padding-bottom: 5.208rem;
}
.home_posts .swiper_controls > .btn{
    padding-left: 1.042rem;
    padding-right: 1.042rem;
}
.home_posts .swiper_controls > .btn.next{
    margin-left: 1.042rem;
}
.home_posts h2.sec_title{
    margin-bottom: 0;
}
.home_posts > .flex_box{
    margin-bottom: 2.083rem;
}
.swiper.home_swiper_5 .cmp-teaser__image .cmp-image{
    height: 35.9375rem
}
.swiper.home_swiper_5 .cmp-teaser__image .cmp-image > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper.home_swiper_5 .cmp-teaser__link{
    display: flex;
    position: relative;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
}
.swiper.home_swiper_5 .cmp-teaser__link .cmp-teaser__image{
    width: 100%;
}
.swiper.home_swiper_5 .cmp-teaser__link .cmp-teaser__content{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1.042rem 2rem;
    background: #007a33;
    text-align: center;
}
.swiper.home_swiper_5 .cmp-teaser__link .cmp-teaser__content .cmp-teaser__title{
    font-family: "Cabin";
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    text-align: center;
    color: #FFF;
}
.home_posts .btn.mx_auto{
    margin-top: 2.083rem;
}
.home_banner .cont_wrap{
    z-index: 3;
    bottom: 5.9375rem;
    padding-left: 5.208rem;
}
.home_banner .cont_wrap h2.text_white{
    font-family: "Cabin";
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.542rem;
    margin-bottom: 1.5625rem;
}
.home_banner .cont_wrap a.play_btn{
    width: 3.646rem;
    height: 3.646rem;
    margin-bottom: 1.5625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.home_banner .cont_wrap a.play_btn:before{
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;

    background-image: url("../images/play_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
section.quality_page{
    padding: 50px 0;
}
section.quality_page .grid-container{
    padding: 0 5.208rem;
}
.quality_swiper .item:first-child{
    margin-bottom: 2.604rem;
}
.btn > span{
    position: relative;
    z-index: 5;
}
.btn_primary:after{
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /*background: linear-gradient(90deg, #df141f 0%, #D1A157 11.11%, #DDB66E 22.22%, #F0D794 33.33%, #F1D895 44.44%, #EFD591 55.56%, #EACC87 66.67%, #E1BD77 77.78%, #D5A85F 88.89%, #df141f 100%);*/
    background: #df141f;
    opacity: 0;
    pointer-events: none;
    -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;
}
.btn.btn_loading{
    pointer-events: none !important;
}
.btn.btn_loading:before{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-top-color: #333333;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
    animation: rotation 1s linear infinite;
    z-index: 8;
}
.btn.btn_loading:after{
    z-index: 6;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: var(--main-cl);
    opacity: 1 !important;
}
section[class*=product_cat_page]{
    padding-top: 5.208rem;
}
section[class*=product_cat_page] .btn.mx_auto{
    margin-top: 2.083rem;
}
section[class*=product_cat_page] .sec_title.text_center{
    margin-bottom: 2.083rem;
}
section[class*=product_cat_page]:last-child{
    padding-bottom: 5.208rem;
}
section.product_cat_page_1{
    padding-top: 3.125rem;
}
section.product_cat_page_1 .sec_title{
    margin-bottom: 1.042rem !important;
}
section.product_cat_page_1 .img_wrap{
    margin-top: 2.604rem !important;
}
section.product_cat_page_2 .swiper_pagination{
    margin-top: 2.604rem;
}
section.product_cat_page_3 .pagelist{
    padding: 0;
}
.list-card-item.product.item_loading{
    pointer-events: none;
}
.list-card-item.product.item_loading > div{
    opacity: 0.4;
}
.list-card-item.product.item_loading:before{
    width: 60px;
    height: 60px;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #333;
    border-top-color: var(--main-cl);
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    animation: rotation 1s linear infinite;
    z-index: 8;
}
.woocommerce.row.row-large{
    max-width: 100% !important;
}
.woocommerce-cart-form__cart-item .quantity{
    display: inline-flex !important;
}
.cart-container .cart-sidebar{
    display: flex;
    flex-direction: column;
}
.cart-container .cart-sidebar form.checkout_coupon{
    order: -1
}
form.checkout.woocommerce-checkout > .row{
    max-width: 100% !important;
}
.home_banner{
    position: relative;
}
.home_banner .swiper_pagination{
    justify-content: flex-start;
    bottom: 3.333rem;
    left: calc(calc(calc(100vw - var(--container-w)) / 2) + 5.208rem);
    position: absolute;
    z-index: 99;
}
.home_banner .swiper_pagination > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 850px){
    .cart-container .col.large-7{
        flex-basis: 67%;
        max-width: 67%;
    }
    .cart-container .col.large-7 th{
        font-size: 0.78125rem
    }
    .cart-container .col.large-5{
        flex-basis: 33%;
        max-width: 33%;
    }
}
.show_mobile{
    display: none !important;
}
footer .absolute-footer{
    padding: 0.208rem 0;
}
footer .absolute-footer .container:before,
footer .absolute-footer .container:after{
    display: none;
}
footer .absolute-footer .container{
    max-width: var(--container-w);
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
footer .absolute-footer .copyright-footer{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #FFF
}
.bg_white{
    background: #FFF;
}
footer .form_footer_wrap{
    padding: 2.292rem 0;
}
footer .form_footer_wrap .form_footer{
    display: flex;
    padding: 0.26rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: #FFF;
}
footer .form_footer_wrap .form_footer > span.wpcf7-form-control-wrap{
    flex-grow: 1;
}
footer .form_footer_wrap .form_footer input[type='email']{
    border: none;
    background-color: transparent;
    height: 100%;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
}
footer .form_footer_wrap form{
    margin-bottom: 0;
}
footer .form_footer_wrap .sec_title{
    margin-bottom: 0.521rem;
}
footer .main_footer{
    padding: 4.167rem 0;
}
.footer_title{
    color: var(--main-cl);
    font-family: "Cabin";
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    margin-bottom: 1.042rem;
}
ul.socials_footer > li > a{
    display: flex;
}
ul.socials_footer > li{
    margin: 0 0.78125rem 0.78125rem 0;
    display: flex;
}
ul.menu_footer > li{
    margin-bottom: 0;
}
ul.menu_footer > li > a{
    margin-bottom: 0.26rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.354rem;
}
ul.contact_footer  > li{
    display: flex;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    align-items: start;
}
ul.contact_footer  > li > img,
ul.contact_footer  > li > svg{
    margin-right: 0.625rem;
    width: 1.024rem;
    min-width: 1.024rem;
    height: auto;
    margin-top: 4px;
}
footer .main_footer .col:not(:last-of-type){
    padding-right: 1.042rem;
}
footer .main_footer .col_3:nth-of-type(1){
    padding-right: 0.521rem;
}
footer .main_footer .col_3:nth-of-type(2){
    padding-right: 2.292rem;
}
footer .main_footer .logo_footer{
    margin-bottom: 2.96875rem;
}
footer .main_footer .logo_footer img{
    width: auto;
    max-width: 200px;
}
footer .footer-nav{
    display: none !important;
}
section.search_page{
    padding: 5.208rem 0;
}
section.search_page .search_grid:not(:last-of-type){
    margin-bottom: 4.167rem;
}
section.search_page .search_grid .grid_4{
    grid-gap: 1.667rem;
}
section.search_page .btn.js-load-more{
    margin-top: 2.604rem;
}
.swal-modal .swal-title{
    color: #333333;
}
.swal-modal .swal-icon--success__ring{
    border-color: hsla(98,55%,69%,.8) !important;
}
.swal-button-container .swal-button{
    background-color: var(--main-cl) !important;
}
body.page-template-products .search-input-only{
    padding-bottom: 0;
}
.woocommerce .container{
    padding-bottom: 0;
}
.header_right_top{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.521rem;
}
.header_right_top form{
    display: flex;
    background-color: #F5F5F5;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    width: 6.25rem;
    overflow: hidden;
    height: 1.458rem;
    padding-right: 0.521rem;
    margin-bottom: 0;
    margin-right: 0.78125rem;
}
.header_right_top form > input{
    padding: 0 0.78125rem;
    margin: 0;
    flex-grow: 1;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.042rem;
    border: none !important;
    background: transparent !important;
}
.header_right_top form > button{
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    height: unset;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_right_top .language_switcher{
    display: flex;
    align-items: center;
}
.header_right_top .language_switcher > a{
    font-size: 0.729rem;
    line-height: 1.146rem;
    color: #9D9D9D;
}
.header_right_top .language_switcher > a:nth-of-type(2){
    padding-left: 0.417rem;
    margin-left: 0.417rem;
    position: relative;
}
.header_right_top .language_switcher > a:nth-of-type(2):before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.521rem;
    background-color: #9D9D9D;
    position: absolute;
    content: '';
    width: 1px;
}
.header_right_top .language_switcher > a.active{
    color: #333333;
}
.quality_swiper.swiper{
    margin-top: 4.167rem;
}
.quality_swiper .gallery_item{
    position: relative;
}
.quality_swiper .gallery_item .img_wrap:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(39, 39, 47, 0.8);
    pointer-events: none !important;
}
.quality_swiper .gallery_item:after{
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 3;
    top: 25px;
    bottom: 25px;
    left: 50%;
    right: 50%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    pointer-events: none !important;
}
.quality_swiper .gallery_item:before{
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 3;
    top: 50%;
    bottom: 50%;
    left: 25px;
    right: 25px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    pointer-events: none !important;
}
.quality_swiper .gallery_item:hover .img_wrap:after{
    opacity: 1;
}
.quality_swiper .gallery_item:hover:after{
    left: 25px;
    right: 25px;
    opacity: 1;
}
.quality_swiper .gallery_item:hover:before{
    top: 25px;
    bottom: 25px;
    opacity: 1;
    pointer-events: none !important;
}
.quality_swiper .gallery_item .cont_wrap{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 40px;
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.quality_swiper .gallery_item:hover .cont_wrap{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.quality_swiper .gallery_item .cont_wrap h3{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.quality_swiper .gallery_item .cont_wrap .gallery-action{
    display: table-cell;
    float: right;
    text-align: center;
}
.quality_swiper .gallery_item .cont_wrap .gallery-action > a{
    vertical-align: middle;
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    margin: 0 5px;
    color: #27272f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality_swiper .gallery_item .cont_wrap .gallery-cat{
    font-size: 14px;
    color: var(--main-cl)
}
.quality_swiper .gallery_item .img_wrap{
    height: 26.042rem;
}
.quality_swiper .gallery_list{
    display: grid;
    grid-gap: 2.604rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.quality_page .swiper_control{
    margin-top: 2.083rem;
}
.quality_page .swiper_control .swiper_paging{
    width: max-content;
    margin: 0 1.042rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality_page .swiper_control .swiper_arrow{
    width: 2.083rem;
    height: 2.083rem;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality_page .swiper_control .swiper_paging > .swiper-pagination-bullet{
    background: transparent;
    width: auto;
    height: auto;
    margin: 0 10px;
}
.header#header.show-on-scroll,.header#header .stuck .header-main{
    height: 100px !important;
}
.cart-item .image-icon img{
    max-height: 26px;
    min-width: 29px;
    width: 29px;
}
.header-inner {
    max-width: 67.917rem !important;
}

#logo {
    width: auto !important;
    margin: 0 !important;
    top: -0.7rem;
    position: relative;
}

div#logo img {
    width: 5rem !important;
    max-height: unset !important;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #005c41;
}

.nav-dropdown-default .nav-column li>a:hover, .nav-dropdown.nav-dropdown-default>li>a:hover {
    color: #237a2f;
}
.product_details_4 .btn:hover {
    background: #df141f;
    color: #fff;
}
.list-card-item.product:hover h3.card-title {
    color: #237a2f;
}
.nav-dropdown-full>li.nav-dropdown-col {
    width: 20% !important;
}
.nav-dropdown.nav-dropdown-default>li>ul a {
    color: #333;
}

.nav-dropdown.nav-dropdown-default>li>ul a:hover {
    color: #005c41;
}
@media only screen and (min-width: 1280px) and (max-width: 1600px){
    body,html{
        font-size: 1.5vw;
    }
    .product_details_4 .sec_title_2{
        line-height: 2.8rem;
        margin-bottom: 1.25rem;
    }
    .list-card-item.product .card-button-wrapper > a{
        height: 2rem;
    }
    .list-card-item.product .card-button-wrapper > a:nth-of-type(1){
        width: 2rem;
    }
    .list-card-item.product .card-button-wrapper > a:nth-of-type(2){
        font-size: 0.9rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .swiper.home_swiper_5 .cmp-teaser__link .cmp-teaser__content .cmp-teaser__title{
        font-size: 1.3rem;
    }
    .list-card-item.product h3.card-title{
        font-size: 1.05rem;
    }
    .list-card-item.product h3.card-title{
        height: 3rem;
    }
    header#header #masthead ul.nav > li > a{
        font-size: 0.95rem;
        margin: 0 1rem;
        font-weight: 900;
    }
    .cart-item .image-icon img{
        height: 36px;
        width: 36px;
        max-width: 36px;
        max-height: 36px;
    }
    header#header #masthead ul.nav > li.cart-item > a{
        margin-left: 0.75rem;
    }
    .header#header.show-on-scroll, .header#header .stuck .header-main,
    .header-main{
        height: 120px !important;
    }
    header#header .stuck #logo img{
    }
    .logo-left .logo{
        margin-right: 10px !important;
    }

    :root{
        --container-w: 100%;
    }
    .home_banner{
        margin-left: -15px;
        margin-right: -15px;
    }
    #footer > div,
    #wrapper #main{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container_small{
        max-width: 1200px !important;
    }
    header#header #masthead .header-inner{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #logo {
        top: -.9rem;
    }
}
@media only screen and (min-width: 1536px) and (max-width: 1600px){
    :root{
        --container-w: 1440px;
    }
    .container_small{
        max-width: 1200px !important;
    }
    header#header #masthead .header-inner{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 1280px){
    .product_details_1 .summary.entry-summary form.cart button:last-of-type{
        padding: 0 2.125rem;
    }
    .container_small{
        max-width: 62.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    .home_swiper_2 .cmp-teaser__image{
        /*height: 18rem;*/
    }
    .btn_primary:hover:after{
        opacity: 1;
    }
    .btn_primary:hover {
        background-color: transparent !important;
        color: #FFF !important;
    }
    input[type='submit'].btn_primary:hover{
        background-color: #df141f !important;
        color: #FFF !important;
    }
    .btn_primary:hover path{
        fill: var(--main-cl)
    }
    .btn_secondary:hover {
        transform: scale(1.1)
    }
    .btn_white:hover {
        color: #FFF !important;
        background-color: var(--main-cl) !important;
    }
    .btn_white:hover path{
        fill: #FFF;
    }
    .list-card-item.product .title:hover > a > h3{
        color: var(--main-cl)
    }
    .list-card-item.product .card-item--image{
        position: relative;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .list-card-item.product:hover .card-item--image{
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
    .related_products.swiper,
    .home_swiper_3{
        padding-top: 1rem;
    }
    .related_posts .item .img_wrap img,
    .swiper.home_swiper_5 .cmp-teaser__image .cmp-image > img{
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .related_posts .item:hover img,
    .swiper.home_swiper_5 .cmp-teaser__image:hover .cmp-image > img{
        transform: scale(1.2);
    }
}
footer{
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    section.contact_2 .col_6:nth-of-type(2){
        padding-left: 2rem;
    }
    section.system_2{
        padding-top: 3rem;
    }
    header#header #masthead ul.nav > li > a{
        margin: 0 0.5rem;
    }
    .header-main{
        height: 80px !important;
    }
    .product_details_1 .col_6.summary{
        padding-right: 0;
    }
    .product_details_1 .col_6.gallery_wrap{
        padding-left: 0;
    }
    .sec_title_1{
        font-size: 2.6rem;
    }
    .sec_title{
        font-size: 2.4rem;
    }
    .product_details_2 .col_6:first-child{
        padding-right: 3rem;
    }
    .home_banner .img_wrap img{
        min-height: 450px;
    }
    .home_banner .cont_wrap{
        bottom: 3rem;
    }
    .home_banner .cont_wrap h2.text_white{
        font-size: 2.25rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    footer .main_footer{
        padding: 2rem 0;
    }
    section.quality_page .grid-container{
        padding: 0;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    section.contact_2{
        padding: 3rem 0;
    }
    sec_title_1{
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .sec_title{
        font-size: 2rem;
        line-height: 1.2;
    }
    .sec_title_2{
        font-size: 26px;
        line-height: 1.2;
    }
    header#header #masthead ul.nav > li > a{
        margin: 0;
    }
    .tabs_container .tab_dropdown .tab_title svg{
        margin-left: 1rem;
    }
    section.system_2{
        padding-top: 3rem;
    }
    section.system_2 .booking-form{
        margin-bottom: 3rem;
    }
    section.system_2 .booking-form-wrap{
        padding: 2rem 1.5rem;
    }
    section.system_2 button[type=submit],
    .select-styled{
        height: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .teaser .cmp-teaser__image{
        margin-top: 2rem;
    }
    .search-input-only .modal-search{
        padding: 0;
    }
    .cmp-product-listing .product-listing-content-wrapper .list-card .list-card-item{
        flex: 0 0 calc(50% - 0.5rem) !important;
    }
    section[class*=product_cat_page]{
        padding-top: 3rem;
    }
    .box_swiper{
        padding: 0;
    }
    .box_swiper .swiper_arrow{
        display: none;
    }
    section[class*=product_cat_page]:last-child{
        padding-bottom: 3rem;
    }
    .breadcrumbs{
        display: none !important;
    }
    .product_details_1{
        margin-top: 0;
    }
    .product_details_1 .col_6.summary .next-prev-thumbs{
        display: none !important;
    }
    .product_details_1 .col_6.gallery_wrap{
        padding-right: 1.5rem;
    }
    .summary.entry-summary .price{
        margin-bottom: 1.5rem;
    }
    .product_details_1 .col_6.gallery_wrap{
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
    }
    .product_details_2 .col_6:first-child{
        padding-right: 0;
    }
    .product_details_2 .col_6:last-child{
        padding-left: 0;
    }
    section.product_details_3 .flex_box{
        padding: 0;
    }
    .product_details_2{
        padding-top: 3rem;
    }
    .product_details_3, .product_details_4, .product_details_5, .product_details_6{
        padding-top: 3rem;
    }
    section[class*=product_details]:last-of-type{
        padding-bottom: 2.5rem;
    }
    .product_gallery .img_wrap{
        height: auto;
    }
    #list-9ae379b384{
        padding-top: 3rem;
    }
    #list-9ae379b384 .sec_title{
        padding: 0;
    }
    .pagelist .cmp-list.pageList .home_swiper_2 .cmp-list__item{
        flex: 0 0 auto !important;
    }
    .home_posts,
    .home_partners,
    .home_products_2{
        padding-top: 3rem;
    }
    .home_partners:before{
        pointer-events: none !important;
    }
    div#main-content.home_page > div:last-of-type{
        padding-bottom: 3rem;
    }
    .swiper.home_swiper_5 .cmp-teaser__image .cmp-image{
        height: 350px;
    }
    .home_banner .cont_wrap{
        padding-left: 0;
    }
    footer .main_footer .col_2{
        margin-top: 2rem;
    }
    footer .main_footer .logo_footer{
        margin-bottom: 1.5rem;
    }
    .quality_swiper .gallery_list{
        grid-gap: 1.25rem;
        grid-template-columns: 1fr 1fr;
        padding: 0 15px;
    }
    .quality_swiper .gallery_item .img_wrap{
        height: 500px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    section.contact_2 .col_6:nth-of-type(2){
        padding-left: 0;
    }
    .sec_title_1{
        font-size: 30px;
    }
    .sec_title{
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 0.5rem !important;
    }
    .sec_title_2{
        font-size: 22px;
        line-height: 1.2;
    }
    section.contact_1 .grid-container{
        margin-bottom: 1.5rem;
    }
    section.contact_2{
        padding: 2rem 0;
    }
    header#header #masthead .header-inner{
        padding: 0 15px;
    }
    section.contact_1{
        padding-top: 1.5rem;
    }
    .hts-fl {
        font-size: 1.2rem;
    }

    .hts-fixed-wrap {
        padding: 1rem;

    }

    .hts-img {
        width: 8rem;
        height: 8rem;
        display: none;
    }

    .hts-fl .icon {
        width: 1.2rem;
        height: 1.2rem;
    }

    .hts .icon-close {
        top: 1rem;
        right: 1rem;
    }
    .hts-fixed {
        position: unset !important;
        min-width: 100%;
    }

    .hts-map iframe {width: 100%;height: 300px;}

    .hts-map {
        height: auto;
    }

    .hts-content p {
        font-size: 0.8rem;
    }

    .hts-item:not(:last-child) {
        margin: 0;
    }

    .hts-fixed-over {
        height: 300px;
    }
    .f-list{
        flex-direction: column;
    }
    .f-list > .f-item{
        margin-bottom: 15px;
    }
    section.system_2 .booking-form-wrap{
        padding: 1.5rem 1rem 0.5rem;
    }
    section.system_1 .img_wrap{
        margin-top: 1.5rem;
    }
    .teaser{
        padding-bottom: 1.5rem;
    }
    .teaser .cmp-teaser__pretitle{
        font-size: 1rem;
    }
    body.page-template-default .text.width-1200 .cmp-text,
    body.single-post .text.width-1200 .cmp-text{
        padding: 0;
    }
    .cmp-product-listing .product-listing-content-wrapper .list-card .list-card-item{
        flex: 0 0 calc(90% - 0.5rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .pagelist .cmp-list.pageList .cmp-list__item .cmp-teaser .cmp-teaser__content{
        padding-left: 8px;
        padding-right: 8px;
    }
    .pagelist .cmp-list.pageList .cmp-list__item .cmp-teaser .cmp-teaser__content .cmp-teaser__title{
        font-size: 13px;
        line-height: 1.4;
    }
    .search-input-only .modal-search .modal-body .searchbar-container .search-bar button{
        padding: 0 0.9rem;
    }
    .search-input-only .modal-search .modal-body .searchbar-container .search-bar button > span.text{
        display: none;
    }
    section[class*=product_cat_page]:last-child{
        padding-bottom: 2rem;
    }
    section[class*=product_cat_page]{
        padding-top: 2rem;
    }
    section.product_cat_page_1 .img_wrap{
        margin-top: 1rem !important;
    }
    .btn, input[type='submit'].btn{
        padding: 0 1rem;
        font-size: 14px;
        height: 36px;
    }
    .tabs_container .tab_dropdown{
        padding: 0.75rem;
    }
    .mobile_mx_auto{
        margin-left: auto;
        margin-right: auto;
    }
    .show_mobile{
        display: flex !important;
    }
    .hide_mobile{
        display: none !important;
    }
    .product_details_3 .btn.show_mobile{
        margin-top: 30px;
    }
    .product_details_4 .img_wrap{
        margin-left: -25px;
        margin-right: -25px;
    }
    .product_details_4 .sec_title_2{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .product_details_4 .btn{
        margin-top: 12px;
        height: 32px;
    }
    .home_banner .img_wrap img{
        min-height: 300px;
    }
    .home_banner .cont_wrap{
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
    }
    .home_banner .cont_wrap h2.text_white{
        font-size: 24px;
    }
    .swiper.home_swiper_3,
    .swiper.related_products{
        padding: 0 3rem;
    }
    footer .main_footer{
        padding: 1rem 0;
    }
    footer .main_footer .col_2{
        margin-top: 1rem;
    }
    .footer_title{
        margin-bottom: 0.5rem;
    }
    footer .absolute-footer .container{
        flex-direction: column;
    }
    footer .form_footer_wrap{
        padding: 1.25rem 0;
    }
    footer .form_footer_wrap .col_6:first-of-type{
        margin-bottom: 1rem;
    }
    .search-input-only,
    .pagelist,
    .cmp-product-listing{
        padding-bottom: 2rem;
    }
    .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .checkout-page-title.page-title,
    .checkout-page-title.page-title{
        display: none !important;
    }
    .product_details_4 .img_wrap{
    }
    .product_details_4 .img_wrap img{
    }
    .home_swiper_3  .swiper-slide,
    .home_products_2 .swiper-slide{
        -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;
    }
    .home_swiper_3  .swiper-slide:not(.swiper-slide-active),
    .home_products_2 .swiper-slide:not(.swiper-slide-active){
        opacity: 0;
    }
    .home_products_1 .box_swiper .swiper_arrow,
    .home_products_2 .box_swiper .swiper_arrow{
        display: flex
    }
    .home_products_1 .box_swiper .swiper_arrow.next,
    .home_products_2 .box_swiper .swiper_arrow.next{
        right: 0;
        z-index: 99;
    }
    .home_products_2 .box_swiper .swiper{
        padding-bottom: 5px;
    }
    .home_products_1 .box_swiper .swiper_arrow.prev,
    .home_products_2 .box_swiper .swiper_arrow.prev{
        left: 0;
        z-index: 99;
    }
    .home_swiper_4 .img_wrap{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .quality_swiper .gallery_item .img_wrap{
        height: 285px;
    }
    .quality_swiper .gallery_item:before,
    .quality_swiper .gallery_item:after,
    .quality_swiper .gallery_item .cont_wrap{
        display: none !important;
    }
    .quality_page .swiper_control{
        justify-content: center;
    }
    .home_banner .swiper_pagination{
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
    .list-card-item.product .card-button-wrapper > a{
        height: auto;
        min-height: 40px;
    }
    .home_banner .swiper_pagination > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
        background-color: #FFF;
    }

    .product_details_4 .img_wrap img{
        display: block;
        margin: auto;
        width: 200%;
        height: 18rem;
        max-width: unset;
        object-fit: cover;
        max-width: unset;
        margin-top: 0;
        transform: translateY(10px);
    }
    .product_details_4 .img_wrap{
        /*padding: 30px 0;*/
        max-width: 100%;
        margin: auto;
    }
    footer .main_footer .logo_footer img{
        height: 70px;
        width: auto;
    }
    .product_details_4 .cont_wrap {
        max-width: 69%;
    }

    .product_details_4 {
        padding-top: 1rem;
    }

    .product_details_4 .fs_20.lh_24.fw400.text_white {
        font-size: 13px;
        line-height: 1.5;
    }

    .product_details_4 .img_wrap {
        display: flex;
        justify-content: center;
    }

    .product_details_4 .sec_title_2 br {
        display: none;
    }

    .home_products_2 {
        padding-top: 0rem;
    }

}
