/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/


/**********************/
/*-----> HEADER <-----*/
/**********************/
.site-header {
    background-color: #fff;
    -webkit-box-shadow: 0px -2px 8px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px -2px 8px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0px -2px 8px 0 rgba(0, 0, 0, 0.07);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.site-header .site-navbar>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.site-header .site-branding a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .site-branding img,
.site-header .site-branding .alt-image {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-header .main-navigation .secondary-navbar {
    margin-left: auto;
}

.main-navigation .navbar-woocommerce .menu-account-nav.menu-item {
    display: none;
}

.site-header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.site-header .menu-item,
.site-footer li {
    list-style: none;
}

.site-header .menu .menu-item,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item,
.vc_wp_custommenu.c-footer-menus .menu .menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-header .menu-item:not([class*="btn-"]) a {
    color: #00263e;
    font-size: 17px;
    font-weight: 900;
}

.main-navigation .secondary-navbar .menu>.menu-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-header .menu>.menu-item-has-children>a,
.vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>a {
    height: auto;
}

.menu .current-menu-item>a {
    font-weight: 600;
}

.site-header .sub-menu>.menu-item>a {
    text-align: left;
    display: block;
}

.menu-item-has-children>.icon-submenu,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.menu-item-has-children>.icon-submenu:before,
.menu-item-has-children>.icon-submenu:after,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:before,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
    z-index: 1;
    display: block;
    width: 6px;
    height: 2px;
    background-color: #f3bd48;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu-item-has-children>.icon-submenu:before,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:before {
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    -moz-transform: translate(-100%, -50%) rotate(45deg);
    -ms-transform: translate(-100%, -50%) rotate(45deg);
    -o-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg);
    left: -webkit-calc(100% - 5px);
    left: -moz-calc(100% - 5px);
    left: calc(100% - 5px);
}

.menu-item-has-children>.icon-submenu:after,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:after {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    -moz-transform: translate(-25%, -50%) rotate(-45deg);
    -ms-transform: translate(-25%, -50%) rotate(-45deg);
    -o-transform: translate(-25%, -50%) rotate(-45deg);
    transform: translate(-25%, -50%) rotate(-45deg);
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
}

.menu-item-has-children.menu-item-active>.icon-submenu:before,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.menu-item-active i.icon-submenu:before {
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    -moz-transform: translate(-100%, -50%) rotate(-45deg);
    -ms-transform: translate(-100%, -50%) rotate(-45deg);
    -o-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
}

.menu-item-has-children.menu-item-active>.icon-submenu:after,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.menu-item-active i.icon-submenu:after {
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
    -moz-transform: translate(-25%, -50%) rotate(45deg);
    -ms-transform: translate(-25%, -50%) rotate(45deg);
    -o-transform: translate(-25%, -50%) rotate(45deg);
    transform: translate(-25%, -50%) rotate(45deg);
}


.site-header .menu-item-has-children .sub-menu,
.vc_wp_custommenu.c-footer-menus .menu-item-has-children .sub-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.site .hamburger-menu {
    width: 38px;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-left: 10px;
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #004027;
    -webkit-transform: rotate(0deg) translate(0px);
    -moz-transform: rotate(0deg) translate(0px);
    -ms-transform: rotate(0deg) translate(0px);
    -o-transform: rotate(0deg) translate(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.hamburger-menu span:last-child {
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
}

.hamburger-menu span:nth-child(2) {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.toggle-onactive .hamburger-menu span {
    width: 100%;
}

.hamburger-menu span:not(:last-child) {
    margin-bottom: 8px;
}

.toggle-onactive .hamburger-menu span:first-child {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -moz-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    -o-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
}

.toggle-onactive .hamburger-menu span:nth-child(2) {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.toggle-onactive .hamburger-menu span:last-child {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -moz-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    -o-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}

.site-header .menu .menu-item.current-menu-item>a,
.site-header .menu>.menu-item-has-children.menu-item-active>a,
.site-header .menu .menu-item:hover>a {
    color: #7b2052;
}

.site-header .main-navigation {
    margin-left: auto;
}

.site-header .menu-find-dealer {
    margin-left: 40px;
}

.site-header .site-topbar ul {
    padding-left: 0;
}

.site-header .site-topbar {
    background-color: #7b2052;
    color: #fff;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .site-topbar li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.site-header .site-topbar li a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.site-header .site-topbar li {
    margin-bottom: 0;
}

.site-header .site-topbar>.container>.wpb-content-wrapper>.vc_row>.wpb_column {
    width: auto;
}

.site-header .site-topbar>.container>.wpb-content-wrapper>.vc_row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wpb_text_column.ul-flex ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpb_text_column.ul-flex ul li {
    width: auto;
}

.wpb_text_column.ul-flex ul li:not(:last-child) {
    margin-right: 30px;
}

.site-header .site-topbar>.container>.wpb-content-wrapper>.vc_row>.wpb_column:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 26px;
    background-color: #671944;
    margin: 0 5px;
}

.site-header .site-topbar>.container>.wpb-content-wrapper>.vc_row>.wpb_column {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-sosmed-icon.wpb_column .wpb_single_image .vc_single_image-wrapper {
    vertical-align: sub;
}

.site-topbar .col-sosmed-icon.wpb_column img,
.site-topbar .col-sosmed-icon.wpb_column .alt-image {
    width: 16px;
    height: 16px;
}

/**********************/
/*-----> END HEADER <-----*/
/**********************/


/**********************/
/*-----> FOOTER <-----*/
/**********************/
.site-footer .vc_row.row-footer-copyright {
    background-color: #54565a;
}

.site-footer {
    background: url(/wp-content/uploads/2021/04/Rechthoek-22.svg) center/cover no-repeat;
    color: #fff;
}

.site-footer .vc_row.row-footer-copyright {
    font-size: 16px;
}

.site-footer .vc_row.row-footer-copyright ul {
    padding-left: 0;
}

.wpb_single_image.images-logo-footer img,
.wpb_single_image.images-logo-footer .alt-image {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.site-footer .vc_row.row-footer-copyright .vc_row.vc_inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer li {
    margin-bottom: 7px;
}

.site-footer .vc_row.row-footer-copyright li a {
    color: #fff;
    font-weight: normal;
}

.vc_wp_custommenu.c-footer-menus a {
    color: #fff;
}

.vc_wp_custommenu.c-footer-menus .menu {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0;
}

.vc_wp_custommenu.c-footer-menus .menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.vc_wp_custommenu.c-footer-menus .menu>.menu-item {
    margin-bottom: 0;
}


.vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>.sub-menu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-left: 0;
    margin-top: 7px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    width: 100%;
}

.vc_wp_custommenu.c-footer-menus .menu .menu-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vc_wp_custommenu.c-footer-menus .menu .menu-item a {
    font-weight: normal;
}

.vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
    font-weight: bold;
}

.wpb_text_column.ul-links li:hover {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
}

.vc_row.vc-inner-menus>.wpb_column {
    width: 100%;
}

.vc_row.vc-inner-sosmed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-flex.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-sosmed-icon.wpb_column img,
.col-sosmed-icon.wpb_column .alt-image {
    width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

ul.share-post li:hover,
.col-sosmed-icon.wpb_column .wpb_single_image:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

ul.share-post li,
.col-sosmed-icon.wpb_column .wpb_single_image {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.col-sosmed-icon.wpb_column .wpb_single_image:not(:last-child) {
    margin-right: 20px;
}

.wpb_text_column.question-text-footer p {
    text-align: center;
}

.wpb_text_column.question-text-footer p a,
.wpb_text_column.question-text-footer p,
.wpb_text_column.question-text-footer strong {
    color: #fff;
}

.vc_row.wpb_row.vc-inner-menus:before,
.vc_row.wpb_row.vc-inner-menus:after {
    content: '';
    display: inline-block;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 2px;
    background-color: #74194b;
    margin: 0 auto;
}

.site-footer>.container>.vc_row>.wpb_column.vc_col-sm-12 {
    width: 100%;
}

.site-footer a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
}

/**********************/
/*-----> END FOOTER <-----*/
/**********************/


/**********************/
/*-----> GENERAL <-----*/
/**********************/
.container {
    max-width: 1410px;
}

.site-header .site-topbar>.container,
.site-header .site-navbar>.container {
    max-width: 1680px;
}

.vc_row.wpb_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vc_row.wpb_row:before,
.vc_row.wpb_row:after {
    display: none;
}

.wpb_text_column ul {
    list-style: none;
}

.wpb_text_column.ul-address a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(/wp-content/uploads/2021/04/mail-purple.svg) center/contain no-repeat;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.wpb_text_column.ul-address-white a[href*="tel"]:before {
    background-image: url(/wp-content/uploads/2021/04/phone.svg);
}

.wpb_text_column.ul-address-white a[href*="mail"]:before {
    background-image: url(/wp-content/uploads/2021/04/mail.svg);
}

.wpb_text_column.ul-address a {
    position: relative;
    padding-left: 25px;
}

.wpb_text_column.ul-address-white a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site.site-no-banner>.site-breadcrumbs {
    padding: 35px 0;
}

/* BANNER */
.site-banner.banner-type-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
}

.site-banner.banner-type-slider:not(.slick-slider) > .site-banner-slider-item {
    min-width: 100%;
}

.site-banner .site-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.site-banner figure.media-banner img,
.site-banner figure.media-banner .alt-image {
    -o-object-position: center;
    object-position: center;
    background-position: center;
    -webkit-border-radius: 8% 0% 0% 8% / 50% 50% 50% 50%;
    -moz-border-radius: 8% 0% 0% 8% / 50% 50% 50% 50%;
    border-radius: 8% 0% 0% 8% / 50% 50% 50% 50%;
    background-color: transparent;
}

.site-banner figure.media-banner .media-banner-wrapper:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #7b2052;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 3% 0% 0% 8% / 50% 50% 50% 50%;
    -moz-border-radius: 3% 0% 0% 8% / 50% 50% 50% 50%;
    border-radius: 3% 0% 0% 8% / 50% 50% 50% 50%;

}

.site-banner figure.media-banner {
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.site-banner figure.media-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
}
/* .site-banner-slider-item figure.media-banner {
    opacity: 0;
    visibility: hidden;
}

.site-banner-slider-item.slick-slide.slick-active figure.media-banner {
    opacity: 1;
    visibility: visible;
} */

.site-banner figure.media-banner .media-banner-wrapper {
    position: relative;
}

.site-banner .content-banner {
    position: relative;
}

.site-banner .content-banner:before,
.site-banner .content-banner:after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.site-banner .content-banner:after {
    right: auto;
    left: 0;
}

/* .site-banner.type-height-full .content-banner {
    padding-top: 116px;
    padding-bottom: 130px;
}

.site-banner.type-height-medium .content-banner {
    padding-top: 116px;
    padding-bottom: 115px;
} */


.site-banner .content-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.site-banner figure.media-banner {
    padding-right: -webkit-calc((100vw - 1920px) / 2);
    padding-right: -moz-calc((100vw - 1920px) / 2);
    padding-right: calc((100vw - 1920px) / 2);
}

.site-banner .content-banner h1 {
    width: 100%;
    max-width: 617px;
}

.site-banner .content-banner p {
    width: 100%;
    max-width: 600px;
}

.col-box-grey-usp.wpb_column h4,
.wpb_text_column.title-style-custom h4,
.site-banner .content-banner h4,
.brochure-form h4,
header.searchs-header h5,
.woocommerce-MyAccount-content header.endpoint-header>h5 {
    color: #7b2052;
    line-height: normal;
    margin-bottom: 0px;
}

.col-box-grey-usp.wpb_column h4,
.wpb_text_column.title-style-custom h4,
.site-banner .content-banner h4,
header.searchs-header h5,
.woocommerce-MyAccount-content header.endpoint-header>h5 {
    font-size: 21px;
}

.col-box-grey-usp.wpb_column h4,
.wpb_text_column.title-style-custom h4,
.site-banner .content-banner h4,
header.searchs-header h5,
.woocommerce-MyAccount-content header.endpoint-header>h5 {
    line-height: normal;
}

.button-group-banner {
    margin-top: 25px;
}

.button-group-banner a.btn-banner-primary {
    margin-right: 22px;
}

.button-group-banner a.btn-banner-primary:after {
    margin-left: 21px;
}

.extra-label-banner,
.display-extra--label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 15px;
    background-color: #789b4a;
    color: #fff;
}

.extra-label-banner label,
.display-extra--label label {
    font-family: "Bradley Hand ITC TT", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.display-extra--label label,
.extra-label-banner label {
    font-weight: bold;
    line-height: 1.47;
    text-align: center;
}

.display-extra--label label,
.extra-label-banner label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 21px;
}

.extra-label-banner label {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.display-extra--label label {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.site-banner figure.media-banner {
    position: relative;
}


figure.media-banner .extra-label-banner {
    position: absolute;
    top: 40%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#site-banner-slider.slick-slider .slick-arrow {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#site-banner-slider.slick-slider {
    z-index: 2;
}

.site-banner {
    position: relative;
    z-index: 2;
}

.site-banner .site-breadcrumbs {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
}

.site-banner .site-breadcrumbs .container.breadcrumb-wrapper {
    width: 100%;
    max-width: 100%;
}

/* END BANNER */


.vc_row.row-custom-width {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-box-grey-usp.wpb_column>.vc_column-inner {
    position: relative;
}

.vc_row .col-box-grey-usp.wpb_column>.vc_column-inner {
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-bottom-left-radius: 45px;
    background-color: #fafafa;
}

.vc_row .col-box-grey-usp.wpb_column {
    margin-top: -78px;
}

.pattern-maps.wpb_column>.vc_column-inner>.wpb_wrapper,
.col-box-grey-usp.wpb_column>.vc_column-inner>.wpb_wrapper,
.col-box-white.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
    z-index: 1;
}

.col-box-grey-usp.wpb_column .list-bullet-greencheck ul {
    width: 100%;
    max-width: 325px;
}

.col-box-grey-usp.wpb_column .list-bullet-greencheck li strong {
    color: #7b2052;
}

.vc_row.row-product-overview-layout {
    background-color: #7b2052;
}

.vc_row.row-product-box-shadow>.wpb_column>.vc_column-inner>.wpb_wrapper,
.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner,
.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}

.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper>* {
    width: 100%;
}

.vc_row.row-inner-product-overview-layout .vc_btn3-container.btn-simple {
    margin-top: auto;
}

.vc_row.row-inner-product-overview-layout,
.vc_row.row-inner-product-overview-layout .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.vc_row.row-product-box-shadow .wpb_single_image,
.vc_row.row-inner-product-overview-layout .wpb_single_image {
    margin-bottom: 20px;
}

.vc_row.row-product-box-shadow .wpb_single_image img,
.vc_row.row-inner-product-overview-layout .wpb_single_image img {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: transparent;
}

.vc_row.row-product-box-shadow .wpb_single_image {
    text-align: center;
}

.vc_row.row-product-box-shadow .wpb_single_image img,
.vc_row.row-product-box-shadow .wpb_single_image .alt-image {
    -o-object-position: bottom;
    object-position: bottom;
    background-position: bottom;
}

.vc_row.row-inner-product-overview-layout {
    position: relative;
}

.vc_row.row-product-overview-layout:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 205px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner {
    padding: 0 11px;
}

.vc_row.row-inner-product-overview-layout {
    margin-left: -11px;
    margin-right: -11px;
}

.pattern-maps.wpb_column {
    position: relative;
}

.pattern-maps.wpb_column:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2021/04/Pride-Mobility-Map.png) center/contain no-repeat;
    position: absolute;
    top: 0;
    z-index: 1;
}

.col-box-white.wpb_column {
    position: relative;
}

.col-box-white.wpb_column p>strong {
    color: #7b2052;
}

.col-box-white.wpb_column>.vc_column-inner {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    border-bottom-right-radius: 45px;
    -webkit-border-top-right-radius: 45px;
    -moz-border-radius-topright: 45px;
    border-top-right-radius: 45px;
}

.col-box-white-shadow-form.wpb_column>.vc_column-inner>.wpb_wrapper {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.mini-banner--min-leftright.wpb_column .wpb_single_image.images-mini--banner figure.wpb_wrapper * {
    width: 100%;
}

.vc_btn3-container.btn-simple--big-text a.vc_btn3 {
    font-size: 24px;
}



/* BREADCRUMBS STYLE */
.site-breadcrumbs {
    font-size: 12.5px;
}

.site-breadcrumbs a,
.site-breadcrumbs {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.site-breadcrumbs span>span,
.site-breadcrumbs span.current-item {
    color: #00263e;
}

.site-breadcrumbs span {
    font-size: 12.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #939393;
}

.site-content .site-breadcrumbs a:hover>span {
    color: #0c80d7;
}

.site-footer .site-breadcrumbs a:hover>span {
    text-decoration: underline;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
    font-size: 0;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: '...';
    font-size: 14px;
}

.site-breadcrumbs i {
    display: inline-block;
    margin: 0 5px;
    color: #7b2052;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
    display: none;
}

/* END BREADCRUMBS STYLE */

.site-main p>a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #f3bd48;
    font-weight: normal;
}


/* ROW WITH SIDEBAR STYLE */
.vc_row.row-with--sidebar {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.row-with--sidebar .col-sidebar.wpb_column {
    position: relative;
}


.site.site-no-banner>.site-breadcrumbs {
    position: relative;
    z-index: 1;
}

.col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
    -webkit-box-shadow: 0px -2px 8px 0 rgb(0 0 0 / 1%);
    -moz-box-shadow: 0px -2px 8px 0 rgb(0 0 0 / 1%);
    box-shadow: 0px -2px 8px 0 rgb(0 0 0 / 1%);
    background-color: #ffffff;
}

.col-view-our--producs.wpb_column h3,
.col-most--popular.wpb_column h3 {
    font-size: 24px;
}

.site-main .col-view-our--producs.wpb_column ul li {
    padding-left: 0;
}

.site-main .col-view-our--producs.wpb_column ul li:before {
    display: none;
}

.site-main .col-view-our--producs.wpb_column ul {
    margin-top: 0;
}

.col-view-our--producs.wpb_column li a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #7a7a7a;
    font-weight: normal;
}

.col-view-our--producs.wpb_column li a:hover {
    color: #7b2052;
}

/* END ROW WITH SIDEBAR STYLE */



/* LISTING GRID STYLE */
.listing-grid {
    margin: 0 -15px;
}

.listing-grid .listing-item {
    width: 100%;
    padding: 0 15px;
}

.listing-grid.listing-style-block .listing-item {
    margin-bottom: 30px;
}

.listing-grid:not(.listing-style-list) .listing-item .listing-item-wrapper {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.listing-grid {
    overflow: visible;
}

.listing-item figure.thumbnail-item img,
.listing-item figure.thumbnail-item .alt-image {
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.listing-item:hover figure.thumbnail-item img,
.listing-item:hover figure.thumbnail-item .alt-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.listing-item:hover .content-item h4.title-listing {
    color: #7b2052;
}

.listing-item figure.thumbnail-item {
    background-color: #7b2052;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.listing-grid:not(.listing-style-list) .listing-item figure.thumbnail-item {
    height: 217px;
    margin-bottom: 30px;
}

.listing-item figure.thumbnail-item a.post-thumbnail {
    width: 100%;
}

.content-item span.col-the-date {
    font-size: 17px;
    color: #8a8a8a;
    display: block;
    margin: 10px 0;
}

.content-item h4.title-listing {
    height: 65px;
    font-size: 20px;
    line-height: 1.1;
}

.col-exceprt,
.col-exceprt p {
    line-height: 1.56;
}

.col-exceprt,
.col-exceprt p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.col-exceprt,
.col-exceprt p,
.content-item h4.title-listing {
    -webkit-line-clamp: 3;
}

.listing-grid.listing-style-list span.col-the-date,
.listing-grid.listing-style-list .col-exceprt {
    display: none;
}

.listing-grid.listing-style-list .listing-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-grid.listing-style-list figure.thumbnail-item {
    width: 75px;
    height: 65px;
}

.listing-grid.listing-style-list .content-item {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    padding: 6px 15px;
}

.listing-grid.listing-style-list .content-item h4.title-listing {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 500;
}

.listing-grid.listing-style-list h4.title-listing {
    margin-bottom: 0;
}

.listing-grid.listing-style-list .listing-item:not(:last-child) {
    margin-bottom: 25px;
}

.listing-grid.listing-style-list {
    margin-top: 25px;
}

/* END LISTING GRID STYLE */

.site-main .list-bullet-greencheck ul li {
    font-size: 16px;
}

.single:not(.single-layout):not(.single-product) .site-main.container,
.single:not(.single-layout):not(.single-product) .site.site-no-banner>.site-breadcrumbs .container.breadcrumb-wrapper {
    max-width: 926px;
}

.wpb_single_image.images-radius img,
.wpb_single_image.images-radius .alt-image {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin: 35px 0;
}



/* BLOCKQUOTES STYLE */
.blockquotes-grid {
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #7b2052;
    margin: 45px 0 55px;
}

.blockquotes-grid label {
    font-style: italic;
}

.blockquotes-grid label:before {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    background: url(/wp-content/uploads/2021/04/open-quote.svg) center/contain no-repeat;
    margin-bottom: 20px;
}

/* END BLOCKQUOTES STYLE */


.product-detail-grid .product-detail-wrapper {
    width: 100%;
    max-width: 330px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.wpb_column.vc_col-sm-4:last-child .product-detail-grid .product-detail-wrapper {
    margin-left: auto;
}

.wpb_column.vc_col-sm-4:first-child .product-detail-grid .product-detail-wrapper {
    margin-right: auto;
}

.product-detail-wrapper img.thumbnail-banner,
.product-detail-wrapper .alt-image.thumbnail-banner {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: transparent !important;
    margin-bottom: 30px;
}

.product-detail-wrapper h4.title-product-detail {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-detail-wrapper span.product-detail-icon {
    color: #8a8a8a;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.product-detail-wrapper span.product-detail-icon:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2021/04/speedometer-purple.svg) center/contain no-repeat;
    margin-right: 10px;
}

.product-detail-wrapper span.product-detail-icon.i-range:before {
    background-image: url(/wp-content/uploads/2021/04/distance-purple.svg);
}

.product-detail-wrapper span.product-detail-icon.i-weight:before {
    background-image: url(/wp-content/uploads/2021/04/scooter-purple.svg);
}

.product-detail-wrapper label.desc-product-detail {
    font-size: 18px;
}

.product-detail-grid .product-detail-wrapper a.btn-cta.btn-flat-orange {
    margin-top: 20px;
}


/* SHARE POST */

.site-main ul.share-post li:before {
    display: none;
}

.site-main ul.share-post li {
    width: auto;
    padding-left: 0;
    margin-bottom: 0;
}

ul.share-post img,
ul.share-post .alt-image {
    width: 34px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.site-main ul.share-post li:not(:last-child) {
    margin-right: 13px;
}

.col-share--post .col-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-share--post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fafafa;
}

.site-main ul.share-post li,
.site-main ul.share-post li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.share-post li,
ul.share-post li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-share>span {
    font-size: 16px;
}

/* END SHARE POST */


.vc_row.row-inner--teams>.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
    overflow: hidden;
}

.vc_row.row-inner--teams>.wpb_column {
    margin-bottom: 30px;
}

.vc_row.row-inner--teams .wpb_text_column.content-team--absolute {
    width: 100%;
    height: 100%;
    background-color: #7b20529c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.vc_row.row-inner--teams>.wpb_column:hover .wpb_text_column.content-team--absolute {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wpb_text_column.content-team--absolute,
.wpb_text_column.content-team--absolute h4,
.wpb_text_column.content-team--absolute h5,
.wpb_text_column.content-team--absolute a {
    color: #fff;
}

.wpb_text_column.content-team--absolute h4 {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 0;
}

.wpb_text_column.content-team--absolute h5 {
    font-size: 13px;
    margin-bottom: 0;
}

.wpb_text_column.content-team--absolute p {
    margin-top: 0px;
}

.wpb_text_column.content-team--absolute p {
    line-height: normal;
}

/* LISTING JOBS STYLE */
.listing-jobs-item .listing-jobs-content {
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.listing-jobs-item:not(:last-child) {
    margin-bottom: 35px;
}

.listing-jobs-card {
    overflow: visible;
}

.listing-jobs-card {
    width: 100%;
    max-width: 1046px;
}

.listing-jobs-content h4.title-listing {
    font-size: 20px;
}

.listing-jobs-content .col-exceprt {
    display: block;
    width: 100%;
    max-width: 728px;
}

.listing-jobs-item {
    width: 100%;
}

.listing-jobs-item listing-jobs-content {
    position: relative;
}

.listing-jobs-item .listing-jobs-content:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 18px;
    background: url(/wp-content/uploads/2021/04/arrow-button-yellow.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.listing-jobs-content .col-exceprt,
.listing-jobs-content .col-exceprt p {
    font-size: 18px;
    line-height: 1.56;
}

/* END LISTING JOBS STYLE */


/* LISTING FAQ STYLE */
.listing-faq .listing-item {
    cursor: auto;
    flex: 100%;
}

.listing-faqs-item h4.entry-title a {
    padding-right: 10px;
}

.listing-faq .header-listfaq {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.listing-faq .header-listfaq .title-listfaq {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    padding-right: 4px;
    padding-top: 6px;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
}

.listing-faq .listing-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.listing-faq .listing-item:not(:last-child) {
    margin-bottom: 30px;
}

.listing-faq .content-item {
    padding: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    overflow: hidden;
}

.listing-faq .listing-item.toggle-onactive .content-item {
    opacity: 1;
    visibility: visible;
    max-height: 10000px;
}

h3.title-download-account span.icon-collapse,
.listing-faq .header-listfaq .icon-collapse-listfaq {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}


h3.title-download-account span.icon-collapse:before,
h3.title-download-account span.icon-collapse:after,
.listing-faq .header-listfaq .icon-collapse-listfaq:before,
.listing-faq .header-listfaq .icon-collapse-listfaq:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
    z-index: 1;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #f3bd48;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

h3.title-download-account span.icon-collapse:before,
 .listing-faq .listing-item.toggle-onactive .header-listfaq .icon-collapse-listfaq:before {
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    -moz-transform: translate(-100%, -50%) rotate(-45deg);
    -ms-transform: translate(-100%, -50%) rotate(-45deg);
    -o-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
    left: -webkit-calc(100% - 5px);
    left: -moz-calc(100% - 5px);
    left: calc(100% - 5px);
}

h3.title-download-account.show span.icon-collapse:before,
 .listing-faq .header-listfaq .icon-collapse-listfaq:before {
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    -moz-transform: translate(-100%, -50%) rotate(45deg);
    -ms-transform: translate(-100%, -50%) rotate(45deg);
    -o-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg);
}



h3.title-download-account span.icon-collapse:after,
 .listing-faq .listing-item.toggle-onactive .header-listfaq .icon-collapse-listfaq:after {
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
    -moz-transform: translate(-25%, -50%) rotate(45deg);
    -ms-transform: translate(-25%, -50%) rotate(45deg);
    -o-transform: translate(-25%, -50%) rotate(45deg);
    transform: translate(-25%, -50%) rotate(45deg);
    left: -webkit-calc(100% - 6px);
    left: -moz-calc(100% - 6px);
    left: calc(100% - 6px);
}

h3.title-download-account.show span.icon-collapse:after,
 .listing-faq .header-listfaq .icon-collapse-listfaq:after {
    -webkit-transform: translate(-25%, -50%) rotate(-45deg);
    -moz-transform: translate(-25%, -50%) rotate(-45deg);
    -ms-transform: translate(-25%, -50%) rotate(-45deg);
    -o-transform: translate(-25%, -50%) rotate(-45deg);
    transform: translate(-25%, -50%) rotate(-45deg);
}

.listing.listing-faq {
    overflow: visible;
}


.listing-faq .content-item .container {
    max-width: 100%;
    width: 100%;
}

/* END LISTING FAQ STYLE */

.vc_row.row-bg-grey-full {
    background-color: #fafafa;
}

a.cta-simple-faqs {
    font-size: 17px;
    color: #4d4d4d !important;
}

a.cta-simple-faqs:after {
    min-width: 8px;
    min-height: 8px;
}

a.cta-simple-faqs {
    display: block;
}




/* GRAVITY FORM STYLE */
.gform_wrapper form ul.gform_fields li.gfield {
    padding-left: 0;
}

.gform_wrapper form ul.gform_fields li.gfield:before {
    display: none;
}

.gform_wrapper span.gform_fileupload_rules {
    display: none;
}

form[class*="post-password-form"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
form[class*="post-password-form"] select,
form[class*="post-password-form"] textarea,
form[class*="woocommerce-"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
form[class*="woocommerce-"] select,
form[class*="woocommerce-"] textarea,
.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
.gform_wrapper form select,
.gform_wrapper form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    color: #4f4f4f;
    font-weight: bold;
    padding: 0 22px;
    height: 60px;
    font-size: 16px;
    margin-top: 0;
}

form[class*="post-password-form"] select,
.gform_wrapper form select,
form[class*="woocommerce-"] select,
.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload {
    padding-right: 45px;
}

.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).LV_invalid_field,
.gform_wrapper form select.LV_invalid_field,
.gform_wrapper form textarea.LV_invalid_field {
    margin-bottom: 0;
}


form[class*="post-password-form"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).valid,
form[class*="post-password-form"] select.valid,
form[class*="post-password-form"] textarea.valid,
.ginput_container.ginput_container_fileupload.active input[type=file],
form[class*="woocommerce-"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).valid,
form[class*="woocommerce-"] select.valid,
form[class*="woocommerce-"] textarea.valid,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).LV_valid_field,
.gform_wrapper form select.LV_valid_field,
.gform_wrapper form textarea.LV_valid_field {
    border-color: #07cd6b;
}


form[class*="post-password-form"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).error,
form[class*="post-password-form"] select.error,
form[class*="post-password-form"] textarea.error,
form[class*="woocommerce-"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).error,
form[class*="woocommerce-"] select.error,
form[class*="woocommerce-"] textarea.error,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]).LV_invalid_field,
.gform_wrapper form select.LV_invalid_field,
.gform_wrapper form textarea.LV_invalid_field {
    border-color: #f35926;
}

.gform_wrapper form ul.gform_fields li.gfield.gfield_error {
    padding: 0;
    border: 0;
    background: none;
}

.gform_wrapper form ul.gform_fields li.gfield.gfield_error label.gfield_label {
    margin-top: 0;
}

.gform_wrapper form ul.gform_fields li.gfield.gfield_error .ginput_container {
    margin-top: 0;
}

form[class*="woocommerce-"] p[class*="form-row"] label,
.gform_wrapper form ul.gform_fields li.gfield.gfield_error label.gfield_label {
    color: #504f4f;
}

.gform_wrapper form ul.gform_fields li.gfield.gfield_error .gfield_description {
    display: none;
}

.gform_wrapper form .gfield_required {
    display: none;
}


form[class*="post-password-form"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):hover,
form[class*="post-password-form"] select:hover form[class*="woocommerce-"] textarea:hover,
form[class*="woocommerce-"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):hover,
form[class*="woocommerce-"] select:hover form[class*="woocommerce-"] textarea:hover,
.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload:hover,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):hover,
.gform_wrapper form select:hover,
.gform_wrapper form textarea:hover {
    border-color: #474646;
}


form[class*="post-password-form"] textarea::-webkit-input-placeholder,
form[class*="post-password-form"] input::-webkit-input-placeholder,
form[class*="woocommerce-"] textarea::-webkit-input-placeholder,
form[class*="woocommerce-"] input::-webkit-input-placeholder,
.gform_wrapper form input::-webkit-input-placeholder,
.gform_wrapper form textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea:-moz-placeholder,
form[class*="post-password-form"] input:-moz-placeholder,
form[class*="woocommerce-"] textarea:-moz-placeholder,
form[class*="woocommerce-"] input:-moz-placeholder,
.gform_wrapper form input:-moz-placeholder,
.gform_wrapper form textarea:-moz-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::-moz-placeholder,
form[class*="post-password-form"] input::-moz-placeholder,
form[class*="woocommerce-"] textarea::-moz-placeholder,
form[class*="woocommerce-"] input::-moz-placeholder,
.gform_wrapper form input::-moz-placeholder,
.gform_wrapper form textarea::-moz-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea:-ms-input-placeholder,
form[class*="post-password-form"] input:-ms-input-placeholder,
form[class*="woocommerce-"] textarea:-ms-input-placeholder,
form[class*="woocommerce-"] input:-ms-input-placeholder,
.gform_wrapper form input:-ms-input-placeholder,
.gform_wrapper form textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::-ms-input-placeholder,
form[class*="post-password-form"] input::-ms-input-placeholder,
form[class*="woocommerce-"] textarea::-ms-input-placeholder,
form[class*="woocommerce-"] input::-ms-input-placeholder,
.gform_wrapper form input::-ms-input-placeholder,
.gform_wrapper form textarea::-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::-webkit-input-placeholder,
form[class*="post-password-form"] input::-webkit-input-placeholder,
form[class*="woocommerce-"] textarea::-webkit-input-placeholder,
form[class*="woocommerce-"] input::-webkit-input-placeholder,
.gform_wrapper form input::-webkit-input-placeholder,
.gform_wrapper form textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea:-moz-placeholder,
form[class*="post-password-form"] input:-moz-placeholder,
form[class*="woocommerce-"] textarea:-moz-placeholder,
form[class*="woocommerce-"] input:-moz-placeholder,
.gform_wrapper form input:-moz-placeholder,
.gform_wrapper form textarea:-moz-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::-moz-placeholder,
form[class*="post-password-form"] input::-moz-placeholder,
form[class*="woocommerce-"] textarea::-moz-placeholder,
form[class*="woocommerce-"] input::-moz-placeholder,
.gform_wrapper form input::-moz-placeholder,
.gform_wrapper form textarea::-moz-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea:-ms-input-placeholder,
form[class*="post-password-form"] input:-ms-input-placeholder,
form[class*="woocommerce-"] textarea:-ms-input-placeholder,
form[class*="woocommerce-"] input:-ms-input-placeholder,
.gform_wrapper form input:-ms-input-placeholder,
.gform_wrapper form textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::-ms-input-placeholder,
form[class*="post-password-form"] input::-ms-input-placeholder,
form[class*="woocommerce-"] textarea::-ms-input-placeholder,
form[class*="woocommerce-"] input::-ms-input-placeholder,
.gform_wrapper form input::-ms-input-placeholder,
.gform_wrapper form textarea::-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


form[class*="post-password-form"] textarea::placeholder,
form[class*="post-password-form"] input::placeholder,
form[class*="woocommerce-"] textarea::placeholder,
form[class*="woocommerce-"] input::placeholder,
.gform_wrapper form input::placeholder,
.gform_wrapper form textarea::placeholder {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: bold;
}


.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=image]) {
    line-height: normal;
    min-height: 100%;
}

form[class*="post-password-form"] input[type=submit],
form[class*="woocommerce-"] button[type=submit],
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px;
}

.gform_wrapper form .gform_footer input[type=submit] {
    margin-right: 0;
    margin-bottom: 0;
}

.gform_wrapper form .gform_footer input[type=submit]~span.arrow-submit:after {
    margin-left: -35px;
}

.col-gradient-blue.wpb_column p {
    font-size: 16px;
}

.gform_wrapper form ul.gform_fields li.gfield,
.gform_wrapper form ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

.gform_wrapper form .ginput_container.ginput_container_name {
    display: flex;
    flex-flow: row wrap;
}

form .ginput_container.ginput_container_name > [id*="input_"] label {
    display: none;
}

@media all and (min-width: 427px){ 

    form .ginput_container.ginput_container_name > [id*="input_"] {
        flex: 1;
    }

    form .ginput_container.ginput_container_name > [id*="input_"]:not(:last-child) {
        /*flex: 0 calc(100% / 3 - 10px);*/
        margin-right: 10px;
    }
}

@media all and (max-width: 426px){
    form .ginput_container.ginput_container_name > [id*="input_"] {
        flex: 100%;
        margin-bottom: 10px;
    }
}
.gform_wrapper form .gform_footer {
    padding: 0;
}

.gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0;
}

.gform_wrapper[id*="gform"] {
    margin-top: 33px;
    margin-bottom: 0;
}

.gform_wrapper form label.gfield_label,
.gform_wrapper form legend.gfield_label {
    font-weight: 300;
    margin-bottom: 10px;
}

.gform_wrapper form label.gfield_label,
.gform_wrapper form legend.gfield_label {
    font-size: 16px;
}

.gform_wrapper form textarea {
    padding-top: 25px;
    padding-bottom: 25px;
}

.gform_wrapper form textarea {
    height: 180px;
}

.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload {
    position: relative;
}

.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload .value-file {
    content: 'Browse document';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a0a0a0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload.active .value-file {
    color: #4f4f4f;
}

.gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload {
    background: url(/wp-content/uploads/2021/05/download-purple.svg) -webkit-calc(100% - 22px) center/21px no-repeat;
    background: url(/wp-content/uploads/2021/05/download-purple.svg) -moz-calc(100% - 22px) center/21px no-repeat;
    background: url(/wp-content/uploads/2021/05/download-purple.svg) calc(100% - 22px) center/21px no-repeat;
}

.gform_wrapper form li.gfield.checkbox-terms label.gfield_label {
    display: none;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox {
    margin-top: 0;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li {
    padding-left: 0;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li:before {
    display: none;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li label {
    color: #504f4f;
}

.gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li label a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #504f4f;
    font-weight: normal;
    text-decoration: underline;
}


.gform_wrapper ul.gfield_checkbox li:before {
    display: none;
}

.gform_wrapper ul.gfield_checkbox li {
    padding-left: 0;
}

.gform_wrapper ul.gfield_checkbox li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gform_wrapper ul.gfield_checkbox li label {
    font-size: 18px;
    width: auto;
    margin-left: 10px;
}

.gform_wrapper .gfield_description {
    margin-top: 20px;
    font-size: 16px;
}

form.post-password-form input[type="submit"] {
    width: auto;
    padding-right: 55px;
}

form[class*="post-password-form"] {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
}


/* END GRAVITY FORM STYLE */

.vc_row.row-contact--forms .col-box-white-shadow-form.wpb_column>.vc_column-inner>.wpb_wrapper {
    max-width: 666px;
}


.vc_row.row-contact--forms.pattern-whitetop {
    padding-top: 10px;
}

.vc_row.row-contact--forms.pattern-whitetop {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.vc_row.row-contact--forms.pattern-whitetop:before {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 19%;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    margin-left: -50vw;
    background-color: #fff;
}

.vc_row.row-maps>.wpb_column>.vc_column-inner {
    padding-top: 0 !important;
}

.vc_row.row-maps .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background: none;
}

.vc_row.row-contact--forms .listing-grid.listing-style-card {
    padding-bottom: 0;
}

.listing-grid.listing-style-card {
    overflow: visible;
}

.col-sosmed-icon.wpb_column .wpb_text_column {
    width: 100%;
}

.site-main .wpb_text_column.ul-address--purple ul li.i-sosmed:before {
    background: transparent url(/wp-content/uploads/2021/04/pin-purple.svg) center/contain no-repeat;
    width: 18px;
    height: 18px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.site-main .wpb_text_column.ul-address--purple ul li.i-sosmed.i-telp:before {
    background-image: url(/wp-content/uploads/2021/04/phone-purple.svg);
}

.site-main .wpb_text_column.ul-address--purple ul li.i-sosmed.i-email:before {
    background-image: url(/wp-content/uploads/2021/04/mail-purple.svg);
}

.wpb_text_column.ul-address--purple ul li a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #4d4d4d;
    font-weight: normal;
}

.wpb_text_column.ul-address--purple ul li {
    padding-left: 35px;
}

.wpb_text_column.ul-address--purple ul {
    margin-top: 0;
}

.wpb_text_column.title-white h1,
.wpb_text_column.title-white h2,
.wpb_text_column.title-white h3,
.wpb_text_column.title-white h4,
.wpb_text_column.title-white h5,
.wpb_text_column.title-white h6,
.wpb_text_column.title-white ul li,
.wpb_text_column.title-white ol li,
.wpb_text_column.title-white ul li a,
.wpb_text_column.title-white ol li a,
.wpb_text_column.title-white p,
.wpb_text_column.title-white p a {
    color: #fff;
}

.mini-banner-overlay.wpb_column>.vc_column-inner {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 618px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.site-main .wpb_text_column.title-white ul li:before {
    background: #fff;
}

.side-faqs--sidebar.wpb_column>.vc_column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
}


/* WPML SWITCHER STYLE */
.wpml-ls-legacy-dropdown.wpml-ls {
    border: none;
}

.wpml-ls-legacy-dropdown.wpml-ls a,
.wpml-ls-legacy-dropdown.wpml-ls {
    background: none;
    border: none;
    padding: 0;
}

.wpml-ls-legacy-dropdown.wpml-ls {
    width: auto;
}

.wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none !important;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-current-language>a:focus {
    background: none;
    color: inherit;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item ul.wpml-ls-sub-menu {
    width: 50px;
    position: absolute;
    padding: 10px 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .15s;
    -o-transition: .15s;
    -moz-transition: .15s;
    transition: .15s;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
    -moz-box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
    box-shadow: 0 4px 8px rgb(232 232 232 / 50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    will-change: transform, opacity;
    border: 1px solid #e8e8e8;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a,
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {
    background: none;
    color: inherit;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-current-language.menu-item-active ul.wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item ul.wpml-ls-sub-menu a.wpml-ls-link {
    color: #00263e;
    width: 100%;
    padding: 0px 5px;
    text-align: center;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item ul.wpml-ls-sub-menu li.wpml-ls-item:not(:last-child) {
    margin-bottom: 15px;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a.wpml-ls-item-toggle:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2021/04/globe-white.svg) center/contain no-repeat;
    margin-right: 7px;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a>span {
    color: #fff;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:before,
.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu:after {
    background-color: #fff;
}

.wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* END WPML SWITCHER STYLE */

.vc_row.row-with--sidebar .col-sidebar.wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
}

div#woof_svg_load_container {
    max-width: 50px;
    max-height: 50px;
    top: -webkit-calc(50% - 25px) !important;
    top: -moz-calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    left: -webkit-calc(50% - 25px) !important;
    left: -moz-calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
}

.site-header .find-a-dealer-menu .menu .menu-item:hover>a {
    color: #00263F;
}



/* LOGIN PAGE STYLE */
body.page-template-template-no-header-footer {
    background-color: #7b2052;
}

body.page-template-template-no-header-footer .site-header,
body.page-template-template-no-header-footer .site-footer,
body.page-template-template-no-header-footer .site-header+.site-breadcrumbs {
    display: none;
}

.col-login--form.wpb_column>.vc_column-inner>.wpb_wrapper {
    width: 100%;
    max-width: 574px;
    margin: 0 auto;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.wpb_single_image.logo-form--login img,
.wpb_single_image.logo-form--login .alt-image {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.wpb_single_image.logo-form--login {
    margin-bottom: 20px;
}

.vc_row.row-login {
    position: relative;
}

.vc_row.row-login>.wpb_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpb_single_image.images-close--button {
    position: absolute;
    top: 105px;
    right: 116px;
    z-index: 22;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.wpb_single_image.images-close--button:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wpb_single_image.images-close--button img,
.wpb_single_image.images-close--button .alt-image {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.col-login--form.wpb_column form.woocommerce-form.woocommerce-form-login {
    margin-top: 20px;
}

/* END LOGIN PAGE STYLE */



.switcher-font-size {
    width: 33px;
    height: 33px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px;
}

.switcher-font-size span.icon-aaa {
    display: block;
    width: 33px;
    height: 12px;
    background: url(/wp-content/uploads/2021/04/AAA.svg) center/contain no-repeat;
}



.col-sosmed-icon.wpb_column .wpb_single_image figure.wpb_wrapper,
.col-sosmed-icon.wpb_column .wpb_single_image .vc_single_image-wrapper {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/* LOCATION STYLE */

#wpsl-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#wpsl-wrap .wpsl-search #wpsl-search-wrap {
    width: 100%;
    padding: 60px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4f3f3;
}

#wpsl-wrap .wpsl-search {
    width: 100%;
    padding: 0;
    background: none;
}

#wpsl-search-wrap form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#wpsl-search-wrap form>div {
    float: none;
    margin-right: 0;
}

#wpsl-search-wrap form label {
    width: auto;
}

#wpsl-search-wrap form>div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.wpsl-select-wrap>div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0 !important;
}

#wpsl-search-wrap form label {
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    color: #474646;
}

#wpsl-search-wrap form input,
#wpsl-search-wrap form .wpsl-dropdown {
    border: 1px solid #474646 !important;
    color: #404040;
    height: 45px;
    padding: 0 15px;
}

#wpsl-search-wrap form .wpsl-dropdown .wpsl-selected-item {
    border: none !important;
    padding: 0 !important;
}

#wpsl-search-wrap form .wpsl-dropdown {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    width: auto !important;
}

#wpsl-search-wrap form .wpsl-dropdown .wpsl-selected-item:after {
    display: none;
}

#wpsl-search-wrap form .wpsl-dropdown {
    border: none;
    width: 110px;
}

#wpsl-search-wrap form .wpsl-dropdown ul li:before,
#wpsl-wrap #wpsl-result-list ul li:before {
    display: none;
}

#wpsl-wrap #wpsl-gmap {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

#wpsl-wrap #wpsl-result-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#wpsl-search-wrap form .wpsl-search-btn-wrap input#wpsl-search-btn {
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 18.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 56px;
    padding: 0 50px 0 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border-color: #f3bd48;
    background: #f3bd48 url(/wp-content/uploads/2021/04/arrow-button.svg) -webkit-calc(100% - 25px) 50%/7px no-repeat;
    background: #f3bd48 url(/wp-content/uploads/2021/04/arrow-button.svg) -moz-calc(100% - 25px) 50%/7px no-repeat;
    background: #f3bd48 url(/wp-content/uploads/2021/04/arrow-button.svg) calc(100% - 25px) 50%/7px no-repeat;
    -webkit-box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
    box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
    border: none !important;
}

#wpsl-search-wrap form .wpsl-dropdown {
    background: #fff url(/wp-content/uploads/2021/04/faq-arrow-down.svg) -webkit-calc(100% - 15px) center/16px no-repeat;
    background: #fff url(/wp-content/uploads/2021/04/faq-arrow-down.svg) -moz-calc(100% - 15px) center/16px no-repeat;
    background: #fff url(/wp-content/uploads/2021/04/faq-arrow-down.svg) calc(100% - 15px) center/16px no-repeat;
}

#wpsl-search-wrap form .wpsl-search-btn-wrap input#wpsl-search-btn:hover {
    background-position: -webkit-calc(100% - 22px) 50%;
    background-position: -moz-calc(100% - 22px) 50%;
    background-position: calc(100% - 22px) 50%;
}

#wpsl-search-wrap form .wpsl-dropdown:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#wpsl-search-wrap form .wpsl-input input#wpsl-search-input {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
}

#wpsl-result-list a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #000;
    font-weight: normal !important;
}

#wpsl-result-list .wpsl-store-location strong {
    font-weight: normal;
}

/* END LOCATION STYLE */

.vc_row.row-margin-mintop {
    margin-top: -30px;
    padding-top: 80px;
}

.vc_row.row-inner-product-overview-layout .slick-slide.slick-active {
    opacity: 1;
}

.vc_row.row-inner-product-overview-layout .slick-slide {
    opacity: .5;
}

.vc_row.row-inner-product-overview-layout .slick-list.draggable {
    padding-top: 10px;
}

.site-header .site-branding .wpb_single_image.header-logo--active {
    display: none;
}

.col-footer--expanded-menu {
    display: none;
}

.find-a-dealer-menu .menu .menu-item.current-menu-item>a {
    color: #404040;
}

h4 {
    line-height: normal;
}


/* SEARCH RESULTS STYLE */
.search-result .search-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 30px;
}

.search-item figure img,
.search-item figure .alt-image {
    width: 90px;
    height: 87px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-color: transparent !important;
}

.search-item .item-content h4 {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #8a8a8a;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 10px;
}

.search-item .item-content h2.entry-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.search-item .item-content p {
    margin: 0;
}

.search-item .item-content p {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.search-item .item-content p {
    font-size: 18px;
}

header.searchs-header p {
    width: 100%;
    max-width: 556px;
}

header.searchs-header {
    margin-bottom: 50px;
}

.col-filter-cat--search {
    margin-bottom: 75px;
}

ul.filter-cat--search li.cat-search--item:before {
    display: none;
}

ul.filter-cat--search li.cat-search--item {
    padding-left: 0;
}

.col-filter-cat--search ul.filter-cat--search {
    margin-top: 20px;
}

ul.filter-cat--search li.cat-search--item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7a7a;
    font-size: 20px;
}

ul.filter-cat--search li.cat-search--item label input[type="checkbox"] {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-right: 17px;
}

.vc_row.row-archive--search {
    margin-bottom: 100px;
}

.vc_row.row-archive--search+.row-content-bottom--archive-product {
    margin-bottom: 125px;
}

/* END SEARCH RESULTS STYLE */



/* WHELLO FILTER STYLE */

.whello-product-filters li.filter-item:before {
    display: none;
}

.whello-product-filters li.filter-item {
    padding-left: 0;
}

.whello-product-filters h2 {
    font-size: 24px;
}

.whello-product-filters ul.filter-items {
    margin-top: 20px;
}

.whello-product-filters li.filter-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whello-product-filters li.filter-item label {
    color: #7a7a7a;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    cursor: pointer;
}

.whello-product-filters li.filter-item input[type="checkbox"] {
    margin-right: 17px;
}

.whello-product-filters li.filter-item span.item-count {
    color: #b8b8b8;
}

/* END WHELLO FILTER STYLE */



.ajaxloading .lds-ring {
    background-color: #7b2052;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 200px;
    height: 200px;
    top: -webkit-calc(50% - 50px);
    top: -moz-calc(50% - 50px);
    top: calc(50% - 50px);
    left: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
    left: calc(50% - 100px);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation: loadingText 1s linear alternate-reverse infinite;
    color: #fff;
    font-size: 20px;
}

@-webkit-keyframes loadingText {
    0% {
        -webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        -webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}

@-moz-keyframes loadingText {
    0% {
        -moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        -moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}

@-o-keyframes loadingText {
    0% {
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}

@keyframes loadingText {
    0% {
        -webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
        -moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
        border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
    }

    100% {
        -webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
        -moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
        border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
    }
}


.ajaxloading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    overflow: hidden;
}


h2.wsp-layouts-title,
ul.wsp-layouts-list,
h2.wsp-pa_colorss-title,
ul.wsp-pa_colorss-list {
    display: none;
}


#cookie-notice {
    background: rgb(123 32 82 / 60%) !important;
}

#cookie-notice .cn-button {
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 0 30px;
    height: 56px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 2px solid;
    font-weight: bold;
    color: #404040;
    background: #f3bd48;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#cookie-notice .cn-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .site-navbar p.attachment {
    display: none;
}

body.single-attachment .entry-content,
body.single-faq .entry-content {
    margin-bottom: 125px;
}

input,
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.pswp {
    z-index: 9999;
}

.vc_row.row-inner-product-overview-layout .wpb_column[onclick*=undefined] {
    pointer-events: none;
}

.vc_row.row-inner-product-overview-layout .wpb_column {
    cursor: pointer;
}


/* MINI BANNER SHAPE STYLE */
.mini-banner--min-leftright.wpb_column .wpb_single_image.images-mini--banner img {
    background-color: transparent;
}

.mini-banner--min-leftright.wpb_column:first-child .wpb_single_image.images-mini--banner img {
    -webkit-border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
    -moz-border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
    border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
}

.mini-banner--min-leftright.wpb_column:last-child .wpb_single_image.images-mini--banner img {
    -webkit-border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
    -moz-border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
    border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
}

.mini-banner--min-leftright.wpb_column:first-child .wpb_single_image.images-mini--banner {
    padding: 35px 35px 35px 0;
}

.mini-banner--min-leftright.wpb_column:last-child .wpb_single_image.images-mini--banner {
    padding: 35px 0px 35px 35px;
}

.mini-banner--min-leftright.wpb_column .wpb_single_image.images-mini--banner .vc_single_image-wrapper {
    position: relative;
}

.mini-banner--min-leftright.wpb_column .wpb_single_image.images-mini--banner .vc_single_image-wrapper:before {
    content: '';
    display: inline-block;
    width: -webkit-calc(100% + 35px);
    width: -moz-calc(100% + 35px);
    width: calc(100% + 35px);
    height: 100%;
    background: #7b2052;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.mini-banner--min-leftright.wpb_column:first-child .wpb_single_image.images-mini--banner .vc_single_image-wrapper:before {
    -webkit-border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
    -moz-border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
    border-radius: 0% 5% 5% 0% / 50% 50% 50% 50%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.mini-banner--min-leftright.wpb_column:last-child .wpb_single_image.images-mini--banner .vc_single_image-wrapper:before {
    -webkit-border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
    -moz-border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
    border-radius: 5% 0% 0% 5% / 50% 50% 50% 50%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.mini-banner--min-leftright.wpb_column:last-child .wpb_single_image.images-mini--banner .vc_single_image-wrapper:before {
    right: auto;
    left: 0;
}

.mini-banner--min-leftright.wpb_column .wpb_single_image.images-mini--banner {
    overflow: hidden;
}

.site-banner.type-height-medium figure.media-banner .media-banner-wrapper:before {
    -webkit-border-radius: 3% 0% 0% 10% / 50% 50% 50% 50%;
    -moz-border-radius: 3% 0% 0% 10% / 50% 50% 50% 50%;
    border-radius: 3% 0% 0% 10% / 50% 50% 50% 50%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.site-banner.type-height-medium figure.media-banner img {
    -webkit-border-radius: 5% 0% 0% 8% / 50% 50% 50% 50%;
    -moz-border-radius: 5% 0% 0% 8% / 50% 50% 50% 50%;
    border-radius: 5% 0% 0% 8% / 50% 50% 50% 50%;
}

/* END MINI BANNER SHAPE STYLE */


.col-extra--label.wpb_column {
    position: relative;
}

.display-extra--label {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 1;
}

/*Single product extra info*/
.extra-product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    /*-webkit-justify-content: space-between;*/
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.extra-product-info .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 22px 18px 24px 5px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.extra-product-info>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #727272;

}

.extra-product-info>*:not(:last-child) {
    margin-right: 20px;
}

.product-wrapper .extra-product-info .icon.icon-info-max_speed-purple,
.extra-product-info .icon-info-speed-purple {
    background-image: url(../images/speedometer-purple.svg);
}

.product-wrapper .extra-product-info .icon.icon-info-max_operation_distance-purple,
.extra-product-info .icon-info-distance-purple {
    background-image: url(../images/distance-purple.svg);
}

.product-wrapper .extra-product-info .icon.icon-info-weight-purple,
.extra-product-info .icon-info-weight-purple {
    background-image: url(../images/scooter-purple.svg);
}

.product-wrapper .extra-product-info .icon {
    margin: 0 16px 0 0;
}

.extra-product-info>* {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.product-wrapper .extra-product-info {
    margin-bottom: 20px;
}



/*custom product thumbnail*/
.product-gallery-nav .image360-thumb,
.product-gallery-nav .video-thumb {
    position: relative;
}

.image360-thumb .image360-icon,
.product-gallery-nav .video-icon {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 43px;
    height: 31px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-gallery-nav .video-icon:before {
    content: "";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: url(../images/play-button-purple.svg) no-repeat;
}

.image360-thumb .image360-icon:before {
    content: "";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: url(../images/360-degrees-purple.svg) no-repeat;
}

/*Custom single product gallery*/
.product-featured-video iframe,
.product-featured-video embed {
    width: 100%;
}

.woocommerce-product-gallery__image canvas {
    width: 100% !important;
    height: auto !important;
    /*min-height: 300px;*/
}

.cloudimage-360 .cloudimage-360-prev,
.cloudimage-360 .cloudimage-360-next {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cloudimage-360 .cloudimage-360-prev:focus,
.cloudimage-360 .cloudimage-360-next:focus {
    outline: none;
}

.cloudimage-360 .cloudimage-360-prev {
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    left: 20px;
}

.cloudimage-360 .cloudimage-360-next {
    position: absolute;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    right: 20px;
}

.cloudimage-360 .cloudimage-360-prev:before,
.cloudimage-360 .cloudimage-360-next:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    opacity: .5;
}

.cloudimage-360 .cloudimage-360-prev:before {
    background: url(../images/arrow-button.svg) no-repeat 50% 50% / 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.cloudimage-360 .cloudimage-360-next:before {
    background: url('../images/arrow-button.svg') no-repeat 50% 50% / 10px;
}


.cloudimage-360 .cloudimage-360-prev.not-active,
.cloudimage-360 .cloudimage-360-next.not-active {
    opacity: 0.4;
    cursor: default;
}

.admin-bar .cloudimage-360.initialized.initialized {
    margin-top: 50px;
}

#brochure {
    scroll-margin: 100px;
}

@media all and (min-width: 1025px) {

    .cloudimage-360 .cloudimage-360-prev,
    .cloudimage-360 .cloudimage-360-next {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

.vc_btn3-container.btn-simple,
.vc_btn3-container.btn-cta.btn-flat-orange {
    margin-right: 15px;
}

.vc_btn3-container.btn-simple:not(:last-child),
.vc_btn3-container.btn-cta.btn-flat-orange:not(:last-child) {
    margin-bottom: 15px;
}


.col-sidebar.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row:not(:last-child) {
    margin-bottom: 50px;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories h2.widgettitle {
    font-size: 24px;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories ul {
    margin-top: 0;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories ul li:before {
    display: none;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories ul li {
    padding-left: 0;
    margin-bottom: 10px;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories ul li a {
    font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: #7a7a7a;
}

.col-sidebar.wpb_column .vc_wp_categories .widget_categories ul li a:hover {
    color: #7b2052;
}

.detail-social-media.vc_row>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper>.wpb_single_image img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
}

.detail-social-media.vc_row>.wpb_column.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-social-media.vc_row {
    margin-top: 20px;
}

.site-banner.slick-slider .slick-next.slick-arrow {
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    background-image: url(/wp-content/uploads/2021/04/arrow-button.svg);
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    width: 35px;
    height: 35px;
    background-color: #f3bd48;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.site-banner.slick-slider .slick-prev.slick-arrow {
    background-image: url(/wp-content/uploads/2021/04/arrow-button.svg);
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    -o-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    width: 35px;
    height: 35px;
    background-color: #f3bd48;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.woocommerce-MyAccount-content ul li>p>span {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}

form.form-register.woocommerce-form-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form-register.woocommerce-form-login #strength_meter {
    display: none;
}

.site-quickbar-topbar .vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.site-quickbar-topbar {
    background-color: #ffc800;
    padding: 5px 25px;
}

.button-quickbar {
    margin-left: 25px;
}

.site-quickbar-topbar p,
.site-quickbar-topbar .vc_btn3.vc_general {
    font-size: 16px;
    
}

.button-quickbar.vc_btn3-container .vc_btn3.vc_general {
    padding: 9px 25px 11px;
    border: 2px solid;
    border-color: #7b2052;
    color: #fff;
    background-color: #7b2052;
    -webkit-box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
    box-shadow: 0.7px 0.7px 4px 0 rgb(0 0 0 / 16%);
}

.button-quickbar.vc_btn3-container .vc_btn3.vc_general:hover {
    background: #481330;
    border-color: #481330;
    color: #fff;
}

html[lang="de-DE"] .site-header.sticky-down {
    -webkit-transform: translateY(-116px);
    -moz-transform: translateY(-116px);
    -ms-transform: translateY(-116px);
    -o-transform: translateY(-116px);
    transform: translateY(-116px);
}

.woocommerce-products-header .btn-cta {
    margin-top: 30px;
}

/* .woocommerce-products-header.expanded-button:not(.moreless-active) .woocommerce-archive-description {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
} */

.woocommerce-products-header.expanded-button:not(.moreless-active) .woocommerce-archive-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: calc(1.1em * 5); /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce-products-header .woocommerce-archive-description {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.woocommerce-archive-description h2 {
    font-size: 36px;
}

.woocommerce-archive-description h3 {
    font-size: 32px;
}

/**********************/
/*-----> END GENERAL <-----*/
/**********************/

/* RESPONSIVE SECTION */


@media all and (min-width: 601px) {
    form.form-register.woocommerce-form-login p.form-row:not(.validate-required):not(.submit-field) {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .site-banner figure.media-banner .media-banner-wrapper:before {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .wpb_single_image.logo-form--login img,
    .wpb_single_image.logo-form--login .alt-image {
        width: 256px;
        height: 79px;
    }

    .search-result .search-item {
        padding: 35px 55px 35px 35px;
    }


    .search-item .item-content {
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        padding-left: 35px;
    }

    .search-item figure {
        width: 90px;
    }

    .vc_row.row-contact--forms {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .vc_row.row-contact--forms .listing-grid.listing-style-card .listing-item {
        max-width: 50%;
    }

    .gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li label {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 16px;
    }

    .vc_row.row-contact--forms.pattern-whitetop {
        padding-bottom: 150px;
    }

    .listing-jobs-item .listing-jobs-content {
        padding: 40px 35px;
    }

    .listing-jobs-content .col-exceprt {
        padding-right: 60px;
    }

    .vc_row.row-inner--teams .wpb_text_column.content-team--absolute {
        padding: 30px;
    }

    .product-detail-wrapper img.thumbnail-banner,
    .product-detail-wrapper .alt-image.thumbnail-banner {
        height: 224px;
    }

    .product-detail-grid .product-detail-wrapper {
        padding: 35px 45px 45px;
    }

    .col-share--post a.btn-icon-arrow-chevronorange {
        font-size: 18px;
        margin-right: 15px;
    }

    .site-main ul.share-post {
        margin: 0 0 0 45px;
    }

    .col-share--post {
        padding: 15px 30px;
        margin: 75px 0 115px;
    }

    .blockquotes-grid {
        padding: 46px 55px 60px;
    }

    .listing-grid:not(.listing-style-list) .listing-item .listing-item-wrapper {
        padding: 45px 40px 50px;
    }

    a.cta-simple-faqs {
        padding-left: 40px;
    }

    .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
        font-size: 22px;
    }

    .vc_wp_custommenu.c-footer-menus .menu ul .menu-item a {
        font-size: 20px;
    }

    .vc_row.vc-inner-sosmed p {
        font-size: 18px;
    }

    .vc_row.vc-inner-sosmed>.wpb_column:last-child {
        margin-left: 15px;
    }

    .vc_row.vc-inner-sosmed>.wpb_column {
        width: auto !important;
    }

    .vc_row.vc-inner-sosmed {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .wpb_text_column.question-text-footer p {
        font-size: 22px;
    }

    .wpb_single_image.images-logo-footer img,
    .wpb_single_image.images-logo-footer .alt-image {
        width: 246px;
        height: 74px;
    }

    .gform_wrapper form .gform_footer {
        margin: 33px 0 0 0;
    }

    .gform_wrapper form ul.gform_fields li.gfield:not(:last-child) {
        margin-bottom: 30px;
    }

    a.cta-simple-faqs {
        margin-top: 45px;
    }

    .col-box-white-shadow-form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 68px 65px 80px;
    }

    .listing-faq .header-listfaq {
        padding: 30px 35px;
    }

    .listing-faq .listing-item.toggle-onactive .content-item {
        padding: 0 35px 30px;
    }

    .site-header .site-branding img,
    .site-header .site-branding .alt-image {
        width: 192px;
        height: 58px;
    }

    .vc_row.row-product-box-shadow .wpb_single_image img,
    .vc_row.row-inner-product-overview-layout .wpb_single_image img {
        height: 278px;
    }

    .vc_row.row-product-box-shadow>.wpb_column>.vc_column-inner>.wpb_wrapper,
    .vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 20px 25px 55px;
    }

    

}

@media all and (min-width: 901px) {
    .vc_row.row-faqs--sidebar .content-faqs--sidebar.wpb_column {
        padding-right: 60px;
    }

    .col-sidebar.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row:not(:last-child) {
        margin-bottom: 50px;
    }

    .site-banner.type-height-medium figure.media-banner {
        margin-top: -50px;
    }

    .listing-grid.listing-style-card .listing-item {
        max-width: 25%;
    }

    form[name="wh_product_filter"] h2.filter-title {
        display: none;
    }

    .whello-product-filters .product-filter-item {
        margin-bottom: 65px;
    }

    .col-login--form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 77px 55px 90px;
    }

    .col-filters--mobile {
        display: none;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: -webkit-calc(100% + 100px);
        height: -moz-calc(100% + 100px);
        height: calc(100% + 100px);
        background-color: #fafafa;
        position: absolute;
        top: -100px;
        right: 0;
    }

    .vc_row.row-contact--forms .col-box-white-shadow-form.wpb_column:first-child>.vc_column-inner>.wpb_wrapper {
        margin-left: 0;
    }

    .vc_row.row-contact--forms .col-box-white-shadow-form.wpb_column:last-child>.vc_column-inner>.wpb_wrapper {
        margin-right: 0;
    }

    .col-sidebar.wpb_column .vc_row.vc_inner {
        margin-bottom: 80px;
    }

    .vc_row.row-with--sidebar .col-content--sidebar.wpb_column {
        padding-left: 30px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        width: 25%;
    }

    .vc_row.row-with--sidebar .col-content--sidebar.wpb_column {
        width: 75%;
    }

    .col-box-white.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100%;
        background-color: #fff;
        -webkit-border-bottom-right-radius: 45px;
        -moz-border-radius-bottomright: 45px;
        border-bottom-right-radius: 45px;
        -webkit-border-top-right-radius: 45px;
        -moz-border-radius-topright: 45px;
        border-top-right-radius: 45px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .col-box-grey-usp.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100%;
        background-color: #fafafa;
        -webkit-border-bottom-left-radius: 45px;
        -moz-border-radius-bottomleft: 45px;
        border-bottom-left-radius: 45px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .site-banner .content-banner,
    .site-banner figure.media-banner {
        width: 50%;
    }

    .vc_row.row-custom-width>.wpb_column.vc_col-sm-8 {
        width: 60%;
    }

    .vc_row.row-custom-width>.wpb_column.vc_col-sm-4 {
        width: 40%;
    }

    .vc_row.row-custom-width .content-padding.wpb_column {
        width: 56.5%;
    }

    .vc_row.row-custom-width .col-box-grey-usp.wpb_column {
        width: 43.5%;
    }

    body > .pum-theme-default-theme > .pum-container,
    body > .pum-theme-default-theme {
        display: none!important;
        opacity: 0!important;
    }

    html.pum-open.pum-open-overlay {
        overflow: visible!important;
    }

}


@media all and (min-width: 1600px) {
    .site-banner figure.media-banner .media-banner-wrapper:before {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .site-banner figure.media-banner {
        margin-top: -115px;
    }

    .vc_row.row-login>.wpb_column {
        height: 100vh;
    }

    .col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 45px 35px 52px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        padding-right: 5px;
    }

    .vc_row.row-product-overview-layout>.wpb_column>.vc_column-inner>.wpb_wrapper {
        margin: 0 -60px;
    }

    .site-banner .site-breadcrumbs .container.breadcrumb-wrapper,
    .site-banner .content-banner {
        padding-left: -webkit-calc((100vw - 1410px) / 2);
        padding-left: -moz-calc((100vw - 1410px) / 2);
        padding-left: calc((100vw - 1410px) / 2);
    }

    .vc_row.row-full--background {
        padding-top: 216px;
        padding-bottom: 190px;
    }

    .vc_row .col-box-white.wpb_column>.vc_column-inner {
        padding: 96px 120px 100px 15px;
    }

    .mini-banner--min-leftright.wpb_column:first-child>.vc_column-inner>.wpb_wrapper {
        margin-left: -260px;
    }

    .mini-banner--min-leftright.wpb_column:last-child>.vc_column-inner>.wpb_wrapper {
        margin-right: -260px;
    }
}

@media all and (min-width: 1441px) {
    .mini-banner--min-leftright.wpb_column:last-child {
        padding-left: 20px;
    }

    .mini-banner--min-leftright.wpb_column:first-child {
        padding-right: 20px;
    }

    .site-banner.type-height-medium figure.media-banner img,
    .site-banner.type-height-medium figure.media-banner .alt-image {
        height: 575px;
    }

    .site-banner.type-height-full figure.media-banner img,
    .site-banner.type-height-full figure.media-banner .alt-image {
        height: 710px;
    }

    .site-banner.type-height-full .content-banner {
        height: 560px;
    }

    .site-banner.type-height-medium .content-banner {
        height: 507px;
    }
}



@media all and (min-width: 1200px) {
    .vc_row .mini-banner-overlay.wpb_column>.vc_column-inner {
        padding: 55px 50px;
    }

    .mini-banner-overlay.wpb_column>.vc_column-inner {
        height: 659px;
    }

    .admin-bar .site-header {
        top: 32px;
    }

    #wpsl-search-wrap form .wpsl-input {
        width: 38%;
    }

    .wpsl-select-wrap>div:not(:last-child) {
        margin-right: 45px !important;
    }

    #wpsl-search-wrap form>div:not(:last-child) {
        margin-right: 45px;
    }

    .whello-product-filters li.filter-item label {
        font-size: 20px;
    }

    .wpb_text_column.content-team--absolute p a {
        font-size: 20px;
    }

    .pattern-maps.wpb_column:before {
        left: -100px;
    }

    .col-exceprt,
    .col-exceprt p {
        font-size: 18px;
    }

    .listing-grid.listing-style-block .listing-item {
        max-width: 33.333%;
    }

    .site-footer .container>.vc_row>div {
        padding: 0 95px;
    }

    /*     .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column {
        width: auto;
    } */

    /*     .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:first-child {
        margin-right: 55px;
    } */

    /*     .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:nth-child(2) {
        margin-right: 85px;
    } */

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:nth-child(3)>.vc_column-inner,
    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:nth-child(4)>.vc_column-inner {
        padding-left: 0px;
    }

    .wpb_text_column.ul-links li,
    .vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>.sub-menu>.menu-item,
    .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>.sub-menu>.menu-item:hover,
    .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a:hover {
        padding-left: 7px;
    }

    .vc_wp_custommenu.c-footer-menus .menu-item-has-children .icon-submenu {
        display: none;
    }

    .vc_wp_custommenu.c-footer-menus .menu>.menu-item {
        width: 25%;
    }

    .lang-switcher--active,
    .site-header .menu .menu-item.btn-cta-show-mobile {
        display: none;
    }

    .display-extra--label label,
    .extra-label-banner label {
        font-size: 20px;
    }

    .display-extra--label,
    .extra-label-banner {
        width: 209px;
        height: 209px;
    }

    .vc_row.row-product-overview-layout {
        padding-top: 20px;
        padding-bottom: 150px;
    }

    .site.site-no-banner>.site-breadcrumbs,
    .site-banner {
        margin-top: 185px;
    }

    .site-header.sticky-down {
        -webkit-transform: translateY(-65px);
        -moz-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
        -o-transform: translateY(-65px);
        transform: translateY(-65px);
    }

    .vc_row .col-box-grey-usp.wpb_column>.vc_column-inner {
        padding: 125px 0px 85px 130px;
    }

    #site-banner-slider.slick-slider .slick-arrow {
        left: 45%;
    }

    #site-banner-slider.slick-slider .slick-next.slick-arrow {
        left: -webkit-calc(45% + 50px);
        left: -moz-calc(45% + 50px);
        left: calc(45% + 50px);
    }

    #site-banner-slider.slick-slider .slick-arrow {
        bottom: 25%;
    }

    /* FONT SIZE SWITCH STYLE */
    .wpb_text_column.title-style-custom h1,
    .wpb_text_column.title-style-custom h2,
    .wpb_text_column.title-style-custom h4,
    .wpb_text_column.title-style-custom p,
    .site-banner .content-banner p,
    .site-main .list-bullet-greencheck ul li,
    .gform_wrapper form label.gfield_label,
    .gform_wrapper form legend.gfield_label,
    form[class*="woocommerce-"] p[class*="form-row"] label,
    form[class*="woocommerce-"] p[class*="form-row"]>span,
    .extra-label-banner label,
    .display-extra--label label {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    body.medium-text .site-header .site-topbar li a {
        font-size: 15px;
    }

    body.large-text .site-header .site-topbar li a {
        font-size: 16px;
    }

    body.medium-text .wpb_text_column.title-style-custom h4,
    body.medium-text .site-banner .content-banner h4,
    body.medium-text header.searchs-header h5,
    body.medium-text .woocommerce-MyAccount-content header.endpoint-header>h5 {
        font-size: 23px;
    }

    body.large-text .wpb_text_column.title-style-custom h4,
    body.large-text .site-banner .content-banner h4,
    body.large-text header.searchs-header h5,
    body.large-text header.searchs-header h5 {
        font-size: 25px;
    }

    body.medium-text .wpb_text_column.title-style-custom h1,
    body.medium-text .site-banner .content-banner h1,
    body.medium-text .wpb_text_column.title-style-custom h2 {
        font-size: 52px;
    }

    body.large-text .wpb_text_column.title-style-custom h1,
    body.large-text .site-banner .content-banner h1,
    body.large-text .wpb_text_column.title-style-custom h2 {
        font-size: 55px;
    }

    body.medium-text .site-banner .content-banner p,
    body.medium-text .wpb_text_column.title-style-custom p {
        font-size: 22px;
    }

    body.large-text .site-banner .content-banner p,
    body.large-text .wpb_text_column.title-style-custom p {
        font-size: 24px;
    }

    body.medium-text .site-main .list-bullet-greencheck ul li {
        font-size: 18px;
    }

    body.large-text .site-main .list-bullet-greencheck ul li {
        font-size: 20px;
    }

    body.medium-text .site-header .menu-item:not([class*="btn-"]) a {
        font-size: 18px;
    }

    body.large-text .site-header .menu-item:not([class*="btn-"]) a {
        font-size: 19px;
    }

    body.medium-text .site-footer .vc_row.row-footer-copyright {
        font-size: 18px;
    }

    body.large-text .site-footer .vc_row.row-footer-copyright {
        font-size: 20px;
    }

    body.medium-text .gform_wrapper form label.gfield_label,
    body.medium-text .gform_wrapper form legend.gfield_label,
    body.medium-text form[class*="woocommerce-"] p[class*="form-row"] label,
    body.medium-text form[class*="woocommerce-"] p[class*="form-row"]>span {
        font-size: 18px;
    }

    body.large-text .gform_wrapper form label.gfield_label,
    body.large-text .gform_wrapper form legend.gfield_label,
    body.large-text form[class*="woocommerce-"] p[class*="form-row"] label,
    body.large-text form[class*="woocommerce-"] p[class*="form-row"]>span {
        font-size: 20px;
    }

    body.medium-text .display-extra--label label,
    body.medium-text .extra-label-banner label {
        font-size: 23.5px;
    }

    body.medium-text .display-extra--label label,
    body.large-text .extra-label-banner label {
        font-size: 27.5px;
    }

    body.medium-text .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
        font-size: 24px;
    }

    body.large-text .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
        font-size: 26px;
    }

    body.medium-text .vc_wp_custommenu.c-footer-menus .menu ul .menu-item a {
        font-size: 22px;
    }

    body.large-text .vc_wp_custommenu.c-footer-menus .menu ul .menu-item a {
        font-size: 24px;
    }

    .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h3 {
        font-size: 36px;
    }

    body.medium-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h3 {
        font-size: 37px;
    }

    body.large-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h3 {
        font-size: 38px;
    }

    .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h4 {
        font-size: 19px;
    }

    body.medium-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h4 {
        font-size: 20px;
    }

    body.large-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h4 {
        font-size: 21px;
    }

    /* END FONT SIZE SWITCH STYLE */

    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-current-language:hover ul.wpml-ls-sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .site-header .site-navbar {
        height: 120px;
    }

    .site-header .site-branding {
        margin-right: 36px;
    }

    .site-header .hamburger-menu {
        display: none;
    }

    .site-header .menu .menu-item {
        width: auto;
        margin-bottom: 0;
    }

    .site-header .main-navigation {
        position: relative;
        width: auto;
    }

    .site-header .main-navigation,
    .site-header .main-navigation .main-navbar,
    .site-header .main-navigation .secondary-navbar,
    .site-header .main-navigation .secondary-navbar .menu>.menu-item,
    .site-header .main-navigation .menu,
    .site-header .menu>.menu-item-has-children {
        height: 100%;
    }

    .site-header .menu>.menu-item-has-children>a {
        width: 100%;
        padding-right: 20px;
    }

    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown>a {
        width: 100%;
        padding-right: 15px;
    }

    .menu-item-has-children>.icon-submenu,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu {
        position: absolute;
        top: 52%;
        left: 100%;
        z-index: 1;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

    .sub-menu>.menu-item-has-children>.icon-submenu {
        display: none;
    }

    .menu-item-has-children:hover>.icon-submenu:before,
    .menu-item-has-children.menu-item-active>.icon-submenu:before,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover i.icon-submenu:before {
        -webkit-transform: translate(-100%, -50%) rotate(-45deg);
        -moz-transform: translate(-100%, -50%) rotate(-45deg);
        -ms-transform: translate(-100%, -50%) rotate(-45deg);
        -o-transform: translate(-100%, -50%) rotate(-45deg);
        transform: translate(-100%, -50%) rotate(-45deg);
    }

    .menu-item-has-children:hover>.icon-submenu:after,
    .menu-item-has-children.menu-item-active>.icon-submenu:after,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item:hover i.icon-submenu:after {
        -webkit-transform: translate(-25%, -50%) rotate(45deg);
        -moz-transform: translate(-25%, -50%) rotate(45deg);
        -ms-transform: translate(-25%, -50%) rotate(45deg);
        -o-transform: translate(-25%, -50%) rotate(45deg);
        transform: translate(-25%, -50%) rotate(45deg);
    }

    .site-header .menu-item-has-children .sub-menu {
        width: 235px;
        padding: 10px 0;
    }

    .site-header .menu-item-has-children .sub-menu {
        position: absolute;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .15s;
        -o-transition: .15s;
        -moz-transition: .15s;
        transition: .15s;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        -moz-box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        box-shadow: 0 4px 8px rgb(232, 232, 232, .5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        will-change: transform, opacity;
        border: 1px solid #e8e8e8;
    }

    .menu>.menu-item-has-children>.sub-menu {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        -moz-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        -o-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

    .sub-menu>.menu-item-has-children>.sub-menu {
        top: -10px;
        left: 100%;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    .site-header .menu-item-has-children:hover>.sub-menu,
    .site-header .menu-item-has-children.menu-item-active>.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu>.menu-item-has-children:hover>.sub-menu,
    .menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .sub-menu>.menu-item-has-children:hover>.sub-menu,
    .sub-menu>.menu-item-has-children.menu-item-active>.sub-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }

    .site-header .menu-item-has-children .sub-menu:after,
    .site-header .menu-item-has-children .sub-menu:before {
        left: 50%;
    }

    .site-header .menu-item-has-children .sub-menu:before {
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        border-bottom: 11px solid #d2d2d2;
    }

    .site-header .menu-item-has-children .sub-menu:after {
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #fff;
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before,
    .sub-menu>.menu-item-has-children>.sub-menu:after {
        -webkit-transform: rotate(-90deg) translate(-25px, -100%);
        -moz-transform: rotate(-90deg) translate(-25px, -100%);
        -ms-transform: rotate(-90deg) translate(-25px, -100%);
        -o-transform: rotate(-90deg) translate(-25px, -100%);
        transform: rotate(-90deg) translate(-25px, -100%);
    }

    .sub-menu>.menu-item-has-children>.sub-menu:before {
        left: -6px;
        border-bottom-color: #efecec;
    }

    .sub-menu>.menu-item-has-children>.sub-menu:after {
        left: -4px;
    }

    .site-header .sub-menu>.menu-item>a {
        width: 100%;
        padding: 10px 20px;
    }

}

@media all and (min-width: 1200px) and (max-width: 1440px) {

    form[class*="post-password-form"] input[type=submit],
    form[class*="woocommerce-"] button[type=submit],
    .gform_wrapper form .gform_footer .gform_button,
    .vc_btn3-container[class*="btn-"] a.vc_btn3,
    .vc_btn3-container[class*="btn-"] button.vc_btn3,
    a[class*="btn-"],
    [class*="btn-"] a,
    button[class*="btn-"],
    [class*="btn-"] button,
    input[class*="btn-"],
    [class*="btn-"] input {
        font-size: 16px;
    }

    .listing-grid:not(.listing-style-list) .listing-item figure.thumbnail-item {
        height: 190px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-footer .container>.vc_row>div {
        padding: 0 50px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:first-child {
        margin-right: 0px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:nth-child(2) {
        margin-right: 0px;
    }

    .site-banner.type-height-medium figure.media-banner img,
    .site-banner.type-height-medium figure.media-banner .alt-image {
        height: 500px;
    }

    .site-banner.type-height-full figure.media-banner img,
    .site-banner.type-height-full figure.media-banner .alt-image {
        height: 575px;
    }

    .site-banner.type-height-full .content-banner {
        height: 540px;
    }

    .site-banner.type-height-medium .content-banner {
        height: 500px;
    }
}

@media all and (min-width: 1280px) {
    .menu .menu-item-disable-desktop.menu-item {
        display: none;
    }
}

@media all and (min-width: 1600px) {

    body.woocommerce-account .site-header .menu>.menu-item:not(:last-child),
    .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 30px;
    }

    .content-padding.wpb_column:first-child {
        padding-right: 100px;
    }

    .content-padding.wpb_column:last-child {
        padding-left: 100px;
    }

}


@media all and (min-width: 1200px) and (max-width: 1599px) {
    .site-banner figure.media-banner {
        margin-top: -70px;
    }

    body.medium-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h4 {
        font-size: 23px;
    }

    body.large-text .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h4 {
        font-size: 24px;
    }

    .col-box--newsletter.wpb_column .vc_btn3-container.btn-flat-orange a.vc_btn3 {
        padding: 0 22px;
    }

    .col-box--newsletter.wpb_column .wpb_text_column.title-style-custom h3 {
        font-size: 30px;
    }

    .search-popup,
    .site-header .menu-find-dealer {
        margin-left: 15px;
    }

    .site-header .menu-item:not([class*="btn-"]) a {
        font-size: 16px;
    }

    body.medium-text .site-header .menu-item:not([class*="btn-"]) a {
        font-size: 16.5px;
    }

    body.large-text .site-header .menu-item:not([class*="btn-"]) a {
        font-size: 17.5px;
    }

    .col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 45px 30px 52px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        padding-right: 5px;
    }

    .mini-banner--min-leftright.wpb_column:first-child>.vc_column-inner>.wpb_wrapper {
        margin-left: -60px;
    }

    .mini-banner--min-leftright.wpb_column:last-child>.vc_column-inner>.wpb_wrapper {
        margin-right: -60px;
    }

    .vc_row .col-box-white.wpb_column>.vc_column-inner {
        padding: 60px 80px 60px 15px;
    }

    .vc_row.row-full--background {
        padding-top: 150px;
        padding-bottom: 130px;
    }

    .content-padding.wpb_column:first-child {
        padding-right: 60px;
    }

    .content-padding.wpb_column:last-child {
        padding-left: 60px;
    }

    .site-banner .site-breadcrumbs .container.breadcrumb-wrapper,
    .site-banner .content-banner {
        padding-left: 60px;
    }

    .container {
        max-width: -webkit-calc(100% - 120px);
        max-width: -moz-calc(100% - 120px);
        max-width: calc(100% - 120px);
    }

    /* body.woocommerce-account .site-header .menu>.menu-item:not(:last-child),
    .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 20px;
    } */

    html[lang="de-DE"] .site-header .menu>.menu-item:not(:last-child) {
        margin-right: 15px;
    }
    

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children:hover>.sub-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before,
    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        -webkit-transform: rotate(90deg) translate(100%, 6px);
        -moz-transform: rotate(90deg) translate(100%, 6px);
        -ms-transform: rotate(90deg) translate(100%, 6px);
        -o-transform: rotate(90deg) translate(100%, 6px);
        transform: rotate(90deg) translate(100%, 6px);
        left: 100%;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::before {
        left: -webkit-calc(100% + 1px);
        left: -moz-calc(100% + 1px);
        left: calc(100% + 1px);
        top: 0;
    }

    .site-header .menu>.menu-item:nth-last-child(-n + 2) .menu-item-has-children>.sub-menu::after {
        top: 2px;
    }
}

@media all and (max-width: 1599px) {
    body.page-template-template-no-header-footer>.site>.site-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body.page-template-template-no-header-footer .site-main-wrapper.container {
        padding: 100px 0;
    }
}


@media all and (min-width: 1200px) and (max-width: 1280px) {

    body.woocommerce-account .site-header .menu>.menu-item:not(:last-child),
    .site-header .menu>.menu-item:not(:last-child):not(:nth-last-child(2)) {
        margin-right: 10px;
    }
}

@media all and (max-width: 1279px) {

    .site-header .main-navigation .secondary-navbar:not(.navbar-woocommerce),
    .secondary-navbar.navbar-woocommerce .menu-item {
        display: none;
    }
}

@media all and (max-width: 1199px) {
    #wpsl-search-wrap form .wpsl-search-btn-wrap input#wpsl-search-btn {
        width: auto;
    }

    #wpsl-search-wrap .wpsl-select-wrap>div:not(:last-child) {
        margin-right: 15px !important;
    }

    #wpsl-search-wrap form>div:not(:last-child) {
        margin: 0 0 20px 0;
    }

    #wpsl-search-wrap form>div {
        width: 100%;
    }

    .popup .form-search .close-popup,
    .wpb_single_image.images-close--button {
        top: 60px;
        right: 60px;
    }

    .popup .form-search {
        width: 100%;
    }

    .col-exceprt,
    .col-exceprt p {
        font-size: 16px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        padding-right: 5px;
    }

    .vc_wp_custommenu.c-footer-menus .menu {
        padding-right: 30px;
    }

    .vc_wp_custommenu.c-footer-menus .menu>.menu-item-has-children>.sub-menu {
        margin-top: 20px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:not(:last-child) {
        margin-bottom: 25px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column {
        width: 100%;
    }

    .vc_wp_custommenu.c-footer-menus .menu-item-has-children>.icon-submenu:before,
    .vc_wp_custommenu.c-footer-menus .menu-item-has-children>.icon-submenu:after {
        width: 9px;
        background-color: #fff;
    }

    .mini-banner--min-leftright.wpb_column:first-child>.vc_column-inner>.wpb_wrapper {
        margin-left: -25px;
    }

    .mini-banner--min-leftright.wpb_column:last-child>.vc_column-inner>.wpb_wrapper {
        margin-right: -25px;
    }


    .vc_empty_space[style="height: 160px"],
    .vc_empty_space[style="height: 145px"],
    .vc_empty_space[style="height: 125px"],
    .vc_empty_space[style="height: 120px"] {
        max-height: 80px;
    }

    .vc_empty_space[style="height: 90px"],
    .vc_empty_space[style="height: 100px"],
    .vc_empty_space[style="height: 80px"] {
        max-height: 50px;
    }

    .col-footer--expanded-menu .wpb_text_column.ul-address ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vc_row.col-topbar {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vc_row.col-topbar>.wpb_column:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .vc_row.col-topbar>.wpb_column {
        width: auto;
    }

    .col-footer--expanded-menu .col-flex.col-switcher--increase-font {
        display: none;
    }

    .site-header.toggle-onactive .main-navigation .col-footer--expanded-menu {
        display: block;
        width: 100%;
    }

    .col-footer--expanded-menu a {
        color: #fff;
        font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-weight: normal;
        font-size: 14px;
    }

    .col-footer--expanded-menu ul {
        padding: 0;
    }

    .col-footer--expanded-menu {
        padding: 30px 20px;
    }

    .col-footer--expanded-menu .wpb_text_column.ul-flex ul li:not(:last-child) {
        margin-right: 25px;
        margin-bottom: 0px;
    }


    .lang-switcher--active {
        margin-left: auto;
    }

    .site-header .lang-switcher--active {
        opacity: 0;
        visibility: hidden;
    }

    .site-header.toggle-onactive .lang-switcher--active {
        opacity: 1;
        visibility: visible;
    }

    .site-header:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100vh;
        background: #7b2052;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }

    .site-header.toggle-onactive:before {
        opacity: 1;
        visibility: visible;
    }

    .site-header.toggle-onactive .search-popup .search-icon {
        background-image: url(/wp-content/uploads/2021/04/search-icon-white.svg);
    }

    .site-header.toggle-onactive .site-branding .wpb_single_image.header-logo--dekstop {
        display: none;
    }

    .site-header.toggle-onactive .site-branding .wpb_single_image.header-logo--active {
        display: block;
    }

    .site-header.toggle-onactive .menu-item:not([class*="btn-"]) a {
        color: #fff;
    }

    .site-header.toggle-onactive .hamburger-menu span {
        background-color: #fff;
    }

    .site-main [class*="list-bullet"] ul li,
    .site-main [class*="list-bullet"] ol li,
    .site-main [class*="list-bullet"] li {
        padding-left: 50px;
    }


    .site-main [class*="list-bullet"] ul li:before,
    .site-main [class*="list-bullet"] ol li:before,
    .site-main [class*="list-bullet"] li:before {
        width: 35px;
        height: 35px;
    }

    .display-extra--label label,
    .extra-label-banner label {
        font-size: 18px;
    }

    .display-extra--label,
    .extra-label-banner {
        width: 180px;
        height: 180px;
    }

    h1>br,
    h2>br,
    h3>br,
    h4>br,
    h5>br,
    h6>br,
    p>br,
    li>br {
        display: none;
    }

    .vc_row.row-product-overview-layout:before {
        display: none;
    }

    .vc_row.row-product-overview-layout {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .vc_row.row-inner-product-overview-layout {
        margin-right: -25px;
    }

    .site-header {
        border-top: 4px solid #7b2052;
    }

    .site.site-no-banner>.site-breadcrumbs,
    .site-banner {
        margin-top: 104px;
    }

    .site-header .site-topbar,
    .site-navbar>.container>.menu-find-dealer {
        display: none;
    }

    form[class*="post-password-form"] input[type=submit],
    form[class*="woocommerce-"] button[type=submit],
    .gform_wrapper form .gform_footer .gform_button,
    .vc_btn3-container[class*="btn-"] a.vc_btn3,
    .vc_btn3-container[class*="btn-"] button.vc_btn3,
    a[class*="btn-"],
    [class*="btn-"] a,
    button[class*="btn-"],
    [class*="btn-"] button,
    input[class*="btn-"],
    [class*="btn-"] input {
        font-size: 16px;
    }


    h1,
    h2 {
        font-size: 40px;
    }

    .search-popup {
        margin-left: 15px;
    }

    body {
        font-size: 16px;
    }

    .site-navbar {
        height: 100px;
    }

    .site-banner .site-breadcrumbs .container.breadcrumb-wrapper,
    .site-banner .content-banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    html[lang] {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none;
    }

    .site-header .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: -webkit-calc(100vh - 100%);
        height: -moz-calc(100vh - 100%);
        height: calc(100vh - 100%);
        background-color: #7b2052;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .site-header.toggle-onactive .site-navbar .container>*:not(.main-navigation) {
        position: relative;
        z-index: 1;
    }

    .site-header.toggle-onactive .main-navigation {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .site-header .main-navigation .main-navbar {
        padding: 20px 20px 30px;
        max-height: -webkit-calc(100vh - 250px);
        max-height: -moz-calc(100vh - 250px);
        max-height: calc(100vh - 250px);
        overflow: hidden auto;
    }

    .main-navigation .menu-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .site-header .menu>.menu-item-has-children>a,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item>a,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item>a {
        width: auto;
        margin-right: 5px;
    }

    .menu-item-has-children>.icon-submenu,
    .wpml-ls.wpml-ls-legacy-dropdown ul li.wpml-ls-item.wpml-ls-item-legacy-dropdown i.icon-submenu {
        position: relative;
    }

    .main-navigation .menu-item-has-children>.sub-menu,
    .vc_wp_custommenu.c-footer-menus .menu-item-has-children>.sub-menu {
        width: 100%;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        padding-left: 16px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .main-navigation .menu-item-has-children:not(.menu-item-active)>.sub-menu {
        overflow: hidden;
    }

    .main-navigation .menu-item-has-children.menu-item-active>.sub-menu,
    .vc_wp_custommenu.c-footer-menus .menu-item-has-children.menu-item-active>.sub-menu {
        max-height: 10000px;
        opacity: 1;
        visibility: visible;
        padding: 0 0 10px 15px;
    }

    .vc_wp_custommenu.c-footer-menus .menu-item-has-children.menu-item-active>.sub-menu {
        padding-left: 0;
    }

    .site-header .main-navigation .secondary-navbar {
        display: none;
    }
}



@media all and (min-width: 901px) and (max-width: 1199px) {
    .site-banner figure.media-banner {
        margin-top: -55 px;
    }

    .vc_row.row-full--background {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    .listing-grid.listing-style-card .listing-item figure.thumbnail-item {
        height: 190px;
    }

    .listing-grid.listing-style-card .listing-item .listing-item-wrapper {
        padding: 25px 25px;
    }

    .vc_row.row-contact--forms .listing-grid.listing-style-card .listing-item .listing-item-wrapper {
        padding: 30px 25px;
    }

    .vc_row.row-contact--forms .listing-grid.listing-style-card .listing-item figure.thumbnail-item {
        height: 160px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        width: 28%;
    }

    .vc_row.row-with--sidebar .col-content--sidebar.wpb_column {
        width: 72%;
    }

    .col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 30px 20px;
    }

    .listing-grid.listing-style-block .listing-item {
        max-width: 50%;
    }

    .vc_row .col-box-white.wpb_column>.vc_column-inner {
        padding: 50px 50px 50px 15px;
    }

    .content-padding.wpb_column:first-child {
        padding-right: 40px;
    }

    .content-padding.wpb_column:last-child {
        padding-left: 40px;
    }

    .site-banner figure.media-banner img,
    .site-banner figure.media-banner .alt-image {
        height: 500px;
    }

    .site-banner .content-banner {
        height: 460px;
    }

    #site-banner-slider.slick-slider .slick-arrow {
        bottom: 80px;
    }

    #site-banner-slider.slick-slider .slick-arrow {
        left: 40%;
    }

    #site-banner-slider.slick-slider .slick-next.slick-arrow {
        left: -webkit-calc(40% + 50px);
        left: -moz-calc(40% + 50px);
        left: calc(40% + 50px);
    }

    .vc_row .col-box-grey-usp.wpb_column>.vc_column-inner {
        padding: 100px 0px 60px 40px;
    }

}

@media all and (min-width: 601px) and (max-width: 1199px) {
    .vc_row .mini-banner-overlay.wpb_column>.vc_column-inner {
        padding: 35px 30px;
    }

    .mini-banner-overlay.wpb_column h3 {
        font-size: 30px;
    }

}


@media all and (max-width: 900px) {
    .col-sidebar.wpb_column>.vc_column-inner>.wpb_wrapper>.vc_row:not(:last-child) {
        margin-bottom: 35px;
    }

    .site-banner figure.media-banner .media-banner-wrapper:before {
        width: -webkit-calc(100% + 35px);
        width: -moz-calc(100% + 35px);
        width: calc(100% + 35px);
    }

    .product-type-variable .product-anchor-links ul.anchor-links li.anchor-link-item a:after, 
    .product-anchor-links ul.anchor-links li.anchor-link-item a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -25px;
        z-index: 1;
        display: block;
        width: 8px;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
        margin: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .product-type-variable .product-anchor-links ul.anchor-links li.anchor-link-item a:before {
        -webkit-transform: translate(-100%, -50%) rotate(45deg);
        -moz-transform: translate(-100%, -50%) rotate(45deg);
        -ms-transform: translate(-100%, -50%) rotate(45deg);
        -o-transform: translate(-100%, -50%) rotate(45deg);
        transform: translate(-100%, -50%) rotate(45deg);
    }

    .product-type-variable .product-anchor-links ul.anchor-links li.anchor-link-item a:after {
        -webkit-transform: translate(-25%, -50%) rotate(-45deg);
        -moz-transform: translate(-25%, -50%) rotate(-45deg);
        -ms-transform: translate(-25%, -50%) rotate(-45deg);
        -o-transform: translate(-25%, -50%) rotate(-45deg);
        transform: translate(-25%, -50%) rotate(-45deg);
    }

    .product-type-variable .product-anchor-links ul.anchor-links li.anchor-link-item a {
        position: relative;
    }

    .single-product div.product .woocommerce-product-gallery.images .flex-control-thumbs .slick-list.draggable,
    .single-product div.product .woocommerce-product-gallery.images .flex-control-thumbs .slick-list.draggable .slick-track {
        /*width: 100% !important;*/
    }

    .listing-grid.listing-style-card .listing-item {
        margin-bottom: 30px;
    }

    .mini-banner.mini-banner--min-leftright.wpb_column:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .mini-banner--content.wpb_column:last-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mini-banner.mini-banner--min-leftright.wpb_column:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .mini-banner--content.wpb_column:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    form[name="wh_product_filter"] h2.filter-title {
        width: 105px;
        height: 38px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 1px #121212;
        background-color: #fafafa;
        text-align: left;
        padding: 0 14px;
        color: #7b2052;
        font-size: 16px;
        font-weight: normal;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    form[name="wh_product_filter"] h2.filter-title:after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 18px;
        background: url(/wp-content/uploads/2021/04/filter.svg) center/contain no-repeat;
        margin-left: 16px;
    }

    form[name="wh_product_filter"] .whello-product-filters {
        opacity: 0;
        visibility: hidden;
        height: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    form[name="wh_product_filter"].active .whello-product-filters {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    form[name="wh_product_filter"] {
        position: relative;
        overflow: hidden;
    }

    .whello-product-filters .product-filter-item {
        margin-bottom: 50px;
    }

    .side-faqs--sidebar.wpb_column {
        margin-top: 50px;
    }

    .vc_row.row-address--purple>.wpb_column:not(:last-child) {
        margin-bottom: 50px;
    }

    .vc_row.row-contact--forms .col-box-white-shadow-form.wpb_column:last-child {
        margin-top: 50px;
    }

    .vc_row.row-contact--forms .col-box-white-shadow-form.wpb_column:first-child {
        margin-bottom: 50px;
    }

    .vc_row.row-inner--teams .wpb_single_image {
        text-align: center;
    }

    .vc_row.row-inner--teams .wpb_single_image .alt-image,
    .vc_row.row-inner--teams .wpb_single_image img {
        height: 280px;
        -o-object-fit: contain;
        object-fit: contain;
        background-color: transparent;
    }

    .wpb_column.vc_col-sm-4:first-child .product-detail-grid .product-detail-wrapper {
        margin-bottom: 50px;
    }

    .wpb_column.vc_col-sm-4:last-child .product-detail-grid .product-detail-wrapper {
        margin-top: 50px;
    }

    .product-detail-grid .product-detail-wrapper {
        margin: 0 auto;
    }

    .col-sidebar.wpb_column .vc_row.vc_inner {
        margin-bottom: 50px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column {
        margin-bottom: 50px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column,
    .vc_row.row-with--sidebar .col-content--sidebar.wpb_column {
        width: 100%;
    }


    .mini-banner--min-leftright.wpb_column:last-child {
        margin-bottom: 50px;
    }

    .mini-banner--min-leftright.wpb_column:first-child {
        padding-right: 40px;
        margin-bottom: 50px;
    }

    .col-box-white-shadow-form.wpb_column:last-child {
        margin-top: 50px;
    }

    .vc_row .col-box-white.wpb_column>.vc_column-inner {
        padding: 50px 15px;
    }

    .vc_row.row-with--sidebar .col-sidebar.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: -webkit-calc(100% + 100px);
        height: -moz-calc(100% + 100px);
        height: calc(100% + 100px);
        position: absolute;
        left: 50%;
        top: -100px;
        right: 0;
        margin-left: -50vw;
        background-color: #fafafa;
    }

    .col-box-white.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        margin-left: -50vw;
        background-color: #fff;
    }

    .site-banner .site-breadcrumbs+.site-banner-wrapper .content-banner {
        padding-top: 20px;
    }

    .vc_row .col-box-grey-usp.wpb_column>.vc_column-inner:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        margin-left: -50vw;
        background-color: #fafafa;
    }

    .site-banner .site-banner-wrapper {
        background-color: #fafafa;
        padding: 45px 0 80px;
    }

    .site-banner .content-banner {
        padding-bottom: 60px;
    }

    .site-banner figure.media-banner {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        margin-left: auto;
    }

    #site-banner-slider.slick-slider .slick-arrow {
        bottom: 40px;
        left: 45%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #site-banner-slider.slick-slider .slick-next.slick-arrow {
        left: -webkit-calc(45% + 50px);
        left: -moz-calc(45% + 50px);
        left: calc(45% + 50px);
    }

    .vc_row.row-custom-width>.wpb_column.vc_col-sm-4,
    .vc_row.row-custom-width>.wpb_column.vc_col-sm-8,
    .vc_row.wpb_row>.wpb_column.vc_col-sm-6 {
        width: 100%;
    }

    .content-padding.pattern-maps.wpb_column:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .vc_row .col-box-grey-usp.wpb_column>.vc_column-inner {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    body .pum-theme-default-theme > .pum-container {
        padding: 40px 87px 0;
        border-radius: 15px;
        top: 30px!important;
    }

    body .pum-container button.pum-close.popmake-close {
        border-radius: 50% !important;
        height: 31px !important;
        width: 32px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        background: url(/wp-content/uploads/2024/07/close-icon.png) center / auto no-repeat;
        background-color: #fff;
    }

    body .popup-content p {
        font-weight: normal;
        line-height: 24px;
    }

    body .popup-content h2 {
        font-size: 30px;
        color: var(--white);
        margin-bottom: 24px;
    }

    html.pum-open.pum-open-overlay {
        overflow: visible!important;
    }


    body .pum-theme-default-theme .pum-container > .pum-close {
        right: 24px;
        top: 40px;
    }

}

@media all and (min-width: 601px) and (max-width: 900px) {
    .vc_row.row-full--background {
        padding-top: 400px;
    }

    .vc_row.row-full--background {
        -webkit-background-size: 100% 400px !important;
        -moz-background-size: 100% 400px !important;
        -o-background-size: 100% 400px !important;
        background-size: 100% 400px !important;
        background-position: top !important;
    }

    .listing-grid.listing-style-card .listing-item {
        max-width: 50%;
    }

    .col-login--form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 60px 45px 75px;
    }

    .listing-grid.listing-style-block .listing-item {
        max-width: 50%;
    }

    .col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 45px 40px;
    }

    .vc_row.row-inner--teams>.wpb_column {
        width: 50%;
    }

    .vc_row.row-product-box-shadow>.wpb_column.vc_col-sm-6 {
        width: 50%;
    }

    .vc_row.row-address--purple>.wpb_column.vc_col-sm-6 {
        width: 50%;
    }

}


@media all and (max-width: 600px) {
    form.form-register.woocommerce-form-login p.form-row:not(.validate-required):not(.submit-field) {
        width: 100%;
    }

    .site-banner .content-banner {
        padding-bottom: 20px;
    }

    .vc_btn3-container.btn-simple,
    .vc_btn3-container.btn-cta.btn-flat-orange {
        display: block;
        margin-bottom: 15px;
    }

    .vc_row.vc-inner-sosmed>.wpb_column.vc_column_container>.vc_column-inner {
        display: flex;
        justify-content: center;
    }

    .vc_row.vc-inner-sosmed .wpb_column.vc_column_container.vc_col-sm-6 {
        text-align: center;
    }

    .extra-product-info {
        margin-bottom: 15px;
    }

    .extra-product-info>* {
        font-size: 15px;
    }

    .extra-product-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .extra-product-info .icon {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .site-banner figure.media-banner {
        padding-left: 0;
    }

    .site-banner figure.media-banner .media-banner-wrapper:before {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .col-box-white-shadow-form.wpb_column>.vc_column-inner>.wpb_wrapper {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .vc_row.row-full--background {
        padding-top: 250px;
    }

    .vc_row.row-full--background {
        -webkit-background-size: 100% 250px !important;
        -moz-background-size: 100% 250px !important;
        -o-background-size: 100% 250px !important;
        background-size: 100% 250px !important;
        background-position: top !important;
    }

    .listing-jobs-item .listing-jobs-content {
        padding-right: 45px;
    }

    #wpsl-search-wrap .wpsl-select-wrap>div {
        width: 47%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #wpsl-search-wrap .wpsl-select-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }



    form[class*="post-password-form"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
    form[class*="post-password-form"] select,
    form[class*="post-password-form"] textarea,
    form[class*="woocommerce-"] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
    form[class*="woocommerce-"] select,
    form[class*="woocommerce-"] textarea,
    .gform_wrapper form ul.gform_fields li.gfield .ginput_container_fileupload,
    .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]),
    .gform_wrapper form select,
    .gform_wrapper form textarea {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-webkit-input-placeholder,
    form[class*="post-password-form"] input::-webkit-input-placeholder,
    form[class*="woocommerce-"] textarea::-webkit-input-placeholder,
    form[class*="woocommerce-"] input::-webkit-input-placeholder,
    .gform_wrapper form input::-webkit-input-placeholder,
    .gform_wrapper form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea:-moz-placeholder,
    form[class*="post-password-form"] input:-moz-placeholder,
    form[class*="woocommerce-"] textarea:-moz-placeholder,
    form[class*="woocommerce-"] input:-moz-placeholder,
    .gform_wrapper form input:-moz-placeholder,
    .gform_wrapper form textarea:-moz-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-moz-placeholder,
    form[class*="post-password-form"] input::-moz-placeholder,
    form[class*="woocommerce-"] textarea::-moz-placeholder,
    form[class*="woocommerce-"] input::-moz-placeholder,
    .gform_wrapper form input::-moz-placeholder,
    .gform_wrapper form textarea::-moz-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea:-ms-input-placeholder,
    form[class*="post-password-form"] input:-ms-input-placeholder,
    form[class*="woocommerce-"] textarea:-ms-input-placeholder,
    form[class*="woocommerce-"] input:-ms-input-placeholder,
    .gform_wrapper form input:-ms-input-placeholder,
    .gform_wrapper form textarea:-ms-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-ms-input-placeholder,
    form[class*="post-password-form"] input::-ms-input-placeholder,
    form[class*="woocommerce-"] textarea::-ms-input-placeholder,
    form[class*="woocommerce-"] input::-ms-input-placeholder,
    .gform_wrapper form input::-ms-input-placeholder,
    .gform_wrapper form textarea::-ms-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-webkit-input-placeholder,
    form[class*="post-password-form"] input::-webkit-input-placeholder,
    form[class*="woocommerce-"] textarea::-webkit-input-placeholder,
    form[class*="woocommerce-"] input::-webkit-input-placeholder,
    .gform_wrapper form input::-webkit-input-placeholder,
    .gform_wrapper form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea:-moz-placeholder,
    form[class*="post-password-form"] input:-moz-placeholder,
    form[class*="woocommerce-"] textarea:-moz-placeholder,
    form[class*="woocommerce-"] input:-moz-placeholder,
    .gform_wrapper form input:-moz-placeholder,
    .gform_wrapper form textarea:-moz-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-moz-placeholder,
    form[class*="post-password-form"] input::-moz-placeholder,
    form[class*="woocommerce-"] textarea::-moz-placeholder,
    form[class*="woocommerce-"] input::-moz-placeholder,
    .gform_wrapper form input::-moz-placeholder,
    .gform_wrapper form textarea::-moz-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea:-ms-input-placeholder,
    form[class*="post-password-form"] input:-ms-input-placeholder,
    form[class*="woocommerce-"] textarea:-ms-input-placeholder,
    form[class*="woocommerce-"] input:-ms-input-placeholder,
    .gform_wrapper form input:-ms-input-placeholder,
    .gform_wrapper form textarea:-ms-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::-ms-input-placeholder,
    form[class*="post-password-form"] input::-ms-input-placeholder,
    form[class*="woocommerce-"] textarea::-ms-input-placeholder,
    form[class*="woocommerce-"] input::-ms-input-placeholder,
    .gform_wrapper form input::-ms-input-placeholder,
    .gform_wrapper form textarea::-ms-input-placeholder {
        font-size: 14px;
    }


    form[class*="post-password-form"] textarea::placeholder,
    form[class*="post-password-form"] input::placeholder,
    form[class*="woocommerce-"] textarea::placeholder,
    form[class*="woocommerce-"] input::placeholder,
    .gform_wrapper form input::placeholder,
    .gform_wrapper form textarea::placeholder {
        font-size: 14px;
    }

    .wpb_single_image.logo-form--login img,
    .wpb_single_image.logo-form--login .alt-image {
        width: 155px;
        height: 47px;
    }

    .col-login--form.wpb_column {
        padding: 0 20px;
    }

    .col-login--form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 50px 40px 65px;
    }

    .popup .form-search input:not([type="checkbox"]):not([type=submit]):not([type=reset]):not([type=button]) {
        font-size: 16px;
    }

    .popup .desc-search p {
        font-size: 14px;
    }

    .wpb_single_image.images-close--button,
    .popup .form-search .close-popup {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }

    .popup .form-search .searchsubmit {
        width: 28px;
        height: 28px;
    }

    .side-faqs--sidebar.wpb_column {
        padding: 0 15px;
    }

    .vc_row .mini-banner-overlay.wpb_column>.vc_column-inner {
        padding: 40px;
    }

    .search-item figure {
        text-align: center;
        margin-bottom: 15px;
    }

    .search-result .search-item {
        padding: 40px;
    }

    .search-item .item-content,
    .search-item figure {
        width: 100%;
    }

    .vc_row.row-contact--forms {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .vc_row.row-contact--forms .listing-grid.listing-style-card .listing-item {
        max-width: 100%;
    }

    .col-box-grey-usp.wpb_column h4,
    .wpb_text_column.title-style-custom h4,
    .site-banner .content-banner h4,
    header.searchs-header h5,
    .woocommerce-MyAccount-content header.endpoint-header>h5 {
        font-size: 18px;
    }

    .gform_wrapper form li.gfield.checkbox-terms ul.gfield_checkbox li label {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        padding-left: 10px;
        font-size: 14px;
    }

    input[type="checkbox"] {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }

    .vc_row.row-contact--forms.pattern-whitetop {
        padding-bottom: 100px;
    }

    .vc_row.row-maps .wpb_gmaps_widget.wpb_content_element iframe {
        height: 250px;
    }

    .vc_row.row-product-box-shadow>.wpb_column.vc_col-sm-6:not(:last-child) {
        margin-bottom: 50px;
    }

    .listing-jobs-item .listing-jobs-content:after {
        right: 25px;
    }

    .listing-jobs-item .listing-jobs-content {
        padding: 30px 25px;
    }

    .wpb_text_column.content-team--absolute p a {
        font-size: 14px;
    }

    .vc_row.row-inner--teams .wpb_text_column.content-team--absolute {
        padding: 25px;
    }

    .product-detail-wrapper img.thumbnail-banner,
    .product-detail-wrapper .alt-image.thumbnail-banner {
        height: 170px;
    }

    .product-detail-grid .product-detail-wrapper {
        padding: 30px 25px 35px;
    }

    .site-main ul.share-post {
        margin: 5px 0 15px 0;
    }

    .col-share--post {
        padding: 30px 25px;
        margin: 50px 0 100px;
    }

    .col-share--post,
    .col-share--post .col-share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blockquotes-grid {
        padding: 35px 25px 40px;
    }

    .listing-grid:not(.listing-style-list) .listing-item .listing-item-wrapper {
        padding: 40px;
    }

    .col-box--newsletter.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 30px 25px;
    }

    .vc_wp_custommenu.c-footer-menus .menu>.menu-item>a {
        font-size: 18px;
    }

    .vc_wp_custommenu.c-footer-menus .menu ul .menu-item a {
        font-size: 16px;
    }

    .vc_row.vc-inner-sosmed>.wpb_column:last-child {
        margin-top: 30px;
    }

    .vc_row.vc-inner-sosmed {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .site-footer .vc_empty_space[style="height: 50px"],
    .site-footer .vc_empty_space[style="height: 55px"],
    .site-footer .vc_empty_space[style="height: 64px"] {
        max-height: 40px;
    }

    .wpb_text_column.question-text-footer p {
        font-size: 14px;
    }

    .wpb_single_image.images-logo-footer img,
    .wpb_single_image.images-logo-footer .alt-image {
        width: 154px;
        height: 46px;
    }

    .site-footer .vc_row.row-footer-copyright .vc_row.vc_inner>.wpb_column:last-child li {
        font-size: 12px;
    }

    .gform_wrapper form .gform_footer {
        margin: 20px 0 0 0;
    }

    .gform_wrapper form ul.gform_fields li.gfield:not(:last-child) {
        margin-bottom: 22px;
    }

    a.cta-simple-faqs {
        margin-top: 25px;
    }

    .col-box-white-shadow-form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 40px 25px;
    }

    a.cta-simple-faqs {
        padding-left: 25px;
    }

    .listing-faq .header-listfaq {
        padding: 25px;
    }

    .listing-faq .listing-item.toggle-onactive .content-item {
        padding: 0 25px 16px;
    }

    .listing-faq .header-listfaq .title-listfaq {
        font-size: 16px;
    }

    .vc_row.row-product-box-shadow>.wpb_column>.vc_column-inner>.wpb_wrapper,
    .vc_row.row-inner-product-overview-layout .wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 20px 25px 40px;
    }

    .vc_row.row-product-box-shadow .wpb_single_image img,
    .vc_row.row-inner-product-overview-layout .wpb_single_image img {
        height: 170px;
    }

    .button-group-banner a.btn-banner-primary {
        margin-right: 10px;
        margin-bottom: 15px;
    }

    h1,
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }


    form[class*="post-password-form"] input[type=submit],
    form[class*="woocommerce-"] button[type=submit],
    .gform_wrapper form .gform_footer .gform_button,
    .vc_btn3-container[class*="btn-flat-"] a.vc_btn3,
    .vc_btn3-container[class*="btn-flat-"] button.vc_btn3,
    a[class*="btn-flat-"],
    [class*="btn-flat-"] a,
    button[class*="btn-flat-"],
    [class*="btn-flat-"] button,
    input[class*="btn-flat-"],
    [class*="btn-flat-"] input,
    .vc_btn3-container[class*="btn-outline"] a.vc_btn3,
    .vc_btn3-container[class*="btn-outline"] button.vc_btn3,
    a[class*="btn-outline"],
    [class*="btn-outline"] a,
    button[class*="btn-outline"],
    [class*="btn-outline"] button,
    input[class*="btn-outline"],
    [class*="btn-outline"] input {
        padding: 0 22px;
        height: 42px;
    }

    .display-extra--label,
    figure.media-banner .extra-label-banner {
        display: none;
    }

    form[class*="post-password-form"] input[type=submit],
    form[class*="woocommerce-"] button[type=submit],
    .gform_wrapper form .gform_footer .gform_button,
    .vc_btn3-container[class*="btn-"] a.vc_btn3,
    .vc_btn3-container[class*="btn-"] button.vc_btn3,
    a[class*="btn-"],
    [class*="btn-"] a,
    button[class*="btn-"],
    [class*="btn-"] button,
    input[class*="btn-"],
    [class*="btn-"] input {
        font-size: 14.5px;
    }

    .site-header .site-branding img,
    .site-header .site-branding .alt-image {
        width: 115px;
        height: 35px;
    }

    


}

@media all and (max-width: 360px) {
    .col-login--form.wpb_column>.vc_column-inner>.wpb_wrapper {
        padding: 35px 25px 40px;
    }

    .vc_row .mini-banner-overlay.wpb_column>.vc_column-inner {
        padding: 35px 25px;
    }

    .search-result .search-item {
        padding: 20px 25px;
    }

    .listing-grid:not(.listing-style-list) .listing-item .listing-item-wrapper {
        padding: 35px 25px;
    }

    .col-footer--expanded-menu .wpb_text_column.ul-flex ul li:not(:last-child) {
        margin-right: 10px;
    }

    .col-footer--expanded-menu a {
        font-size: 13px;
    }

    .vc_row.vc-inner-sosmed p {
        font-size: 14px;
    }

    .vc_row.row-full--background {
        padding-top: 220px;
    }

    .vc_row.row-full--background {
        -webkit-background-size: 100% 220px !important;
        -moz-background-size: 100% 220px !important;
        -o-background-size: 100% 220px !important;
        background-size: 100% 220px !important;
        background-position: top !important;
    }

}