body {
    font-size: 15px;
}
#mm-1 {
    padding-top: 0;
}
#mm-1 .mm-navbar {
    display: none !important;
}
.mm-slideout {
    z-index: 0 !important;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
}

.top-usps{
    min-height: 35px;
}

#usps-slider {
    max-width: calc(100% - 55px);
}
#usps-slider .usp-item {
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase;
}

#usps-slider .usp-item .fa{
    color: #61b34d;
}

/* header */
.site-header{
    position: relative;
    padding: 0;
}

.site-header .container {
    padding: 0;
    background: #f9ae14;
    border-radius: 10px;
    width: 1180px;
    max-width: calc(100% - 20px);
}
.site-header .container >.flex{
    position: relative;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-menu{
    display: none;
}

.header-menu>li:first-child{
    display: none;
}

.header-menu>li>a{
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 35px 18px ;
}

.header-menu>li.item-13>a {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 5px;
}
.icons-menu>.dropdown {
    padding: 25px 0;
}

.header-menu  .dropdown-container li > a:hover{
    text-decoration: underline!important;
}
.header-menu .dropdown>a:after {
    content: '\f078';
    font-family: FontAwesome;
    margin-left: 5px;
}
.site-header .dropdown-menu {
    visibility: hidden;
    transition: all .2s ease-in;
    display: block;
    padding: 0;
}

.site-header .dropdown:hover>.dropdown-menu {
    visibility: visible;
}
.site-header .dropdown-menu .dropdown-container {
    border-radius: 0 0 10px 10px;
    padding: 0 0 20px;
}
.site-header .dropdown-menu .dropdown-container li>a {
    padding: 20px 0 0;
}

.mm-navbar__title{
	color: #000000!important;
	font-weight: 700!important;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

.icon-menu-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 8px;
} 

.icon-menu-item.item-user{
    background: #61b34d;
}

.icon-menu-item.item-search{
    background: #0ea9e1;
}

.icon-menu-item svg{
    width: 23px;
}

#searchBtn:hover{
    cursor: pointer;
}

#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 80%;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 1em;
    background: #f9ae14;
    padding: 10px;
    border-radius: 10px;
}

#searchForm .form-input,
#searchForm .input-group-button .button{
    border: none;
    background: #fff;
    height: 42px;
}
#searchForm .form-input {
    border-radius: 5px 0 0 5px;
}

#searchForm .input-group-button .button .fa{
    font-size: 19px;
}

.w-language-picker{
    display: flex;
    justify-content: flex-end;
}

.w-language-picker .dropdown .button {
    padding: 10px;
}
.w-language-picker .dropdown-menu{
    right: 0;
    left: auto;
    text-align: right;
}

.w-language-picker .button{
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #000;
}

.quick-cart-link {
    position: relative;
}

.m-quick-cart__count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #0ea9e1;
    border-radius: 100%;
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding-top: 4px;
}

/* slider */
.w-slider-container { 
   margin: 0; 
   line-height: 0;
} 
.site-slider .w-slider-container img { 
   width: 100%!important; 
   min-height: 200px;
   -o-object-fit: cover;
      object-fit: cover;
   -o-object-position: 95%;
      object-position: 95%;
} 
.site-slider .w-slider-container .placeholder-wrapper {
   max-width: 100% !important;
   min-height: 200px;
}

.w-slider-caption.item-caption {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    text-align: center;
}

.item-link .btnMain {
    border-radius: 35px;
    background: transparent;
    background: transparent;
    border: 3px solid;
}
.w-slider-caption-wrapper-inner {
    display: flex;
    flex-direction: column;
}
.w-slider-caption-wrapper-inner .item-link {
    margin: 1em auto;
}

@media (min-width: 768px) {
    .w-slider-caption.item-caption {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        bottom: auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;;
    }
    .w-slider-caption-wrapper{
        max-width: 600px;
        margin-left: auto;
        padding: 0 10px;
    }
    .w-slider-caption-wrapper-inner{
        max-width: 400px;
        margin: 0 0 0 auto;
        text-align: left;
    }
    .w-slider-container .item-link {
        position: static;
        justify-content: flex-start;
    }
    .w-slider-caption-wrapper-inner .item-link {
        order: 1;
        margin: 0;
    }
}

.w-slider-caption.item-caption .h2{
    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1d1d1d;
}

.w-slider-caption.item-caption .h4{
    line-height: 1.7;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.button,
.button-primary,
.btnMain {
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 14px 26px;
    text-align: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: inline-block!important;
    font-weight: 600;
}
.button-primary,
.btnMain{
    position: relative;
    background: #f9ae14;
    border: 1px solid #f9ae14;
    color: #1d1d1d;
}

.button-primary .fa{
    background: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px!important;
}

.btnMain .fa{
    font-size: 26px;
    padding-right: 10px;
    position: absolute;
    left: 20px;
    top: 7px;
}

.btnMain.btnMain-icon{
    padding-left: 55px;
}

.btnMain.white{
    background: #ffffff;
    color: #000000;
}

.btnMain.black{
    background: #000000;
    color: #ffffff;
}


.btnMain:hover{
    background: #000000;
    color: #f9ae14;
}

/* welcome */
.welcome{
    margin: 25px 0;
}
.welcome .page-title-frontpage{
    border: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}

.welcome .page-title-frontpage .m-text-headline{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.welcome p{
    font-size: 16px;
    line-height: 25px;
}
.welcome img,
.site-slider .w-slider-container img,
.banner-section img {
    border-radius: 10px;
}
.youtube-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
.youtube-wrapper,
video {
    border-radius: 10px;

}
.welcome .youtube-wrapper{
    margin: 0 auto 40px auto;
    aspect-ratio: 1;
}
.youtube-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 900px;
}

.welcome .youtube-poster{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.play-button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
}

/* categorySlider */
.categorySlider {
    margin-bottom: 70px;
}
.categorySlider .angular-productlist {
    min-height: 300px;
}
.categorySlider-wrapper {
    background: #0ea9e1;
    border-radius: 10px;
    padding: 30px 40px;
    overflow-x: hidden;
}

.sectionHeadline{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.sectionHeadline span{
    display: block;
}

.sectionHeadline.white{
    color: #ffffff;
}

.categorySlider .sectionHeadline{
    margin-bottom: 20px;
}
.productItem.swiper-slide {
    margin-bottom: 0;
}
@media (min-width: 960px) {
    .categorySlider-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .categorySlider .sectionHeadline {
        max-block-size: 70px;
    }
}

.cItem .h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.w-slider-container .owl-controls .owl-buttons .owl-next, 
.w-slider-container .owl-controls .owl-buttons .owl-prev {
    color: #fff;
}

.w-slider-container .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
}

.w-slider-container .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
}

.boxesSlider .w-slider-container .owl-controls .owl-buttons .owl-prev,
.categorySlider .w-slider-container .owl-controls .owl-buttons .owl-prev{
    left: -35px;
}

.boxesSlider .w-slider-container .owl-controls .owl-buttons .owl-next,
.categorySlider .w-slider-container .owl-controls .owl-buttons .owl-next{
    right: -35px;
}

.categorySlider .type-col {
    border: none;
    text-align: center;
    color: #0ea9e1;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.categorySlider .productItem .type-col .product-transaction {
    background: none;
    border: none;
}
.categorySlider .product-action,
.categorySlider .productItem .m-productlist-price {
    display: none;
}
.categorySlider .productItem .title,
.categorySlider .productItem .description,
.categorySlider .productItem .m-productlist-transactions {
    margin: 0;
    padding: 0;
}
.categorySlider .productItem .m-productlist-title {
    color: #0ea9e1;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dotted-headline{
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    background: #0ea9e1;
}

.dotted-headline-title{
    font-weight: 700;
}

.dotted-headline .dot {
     position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

/* Left of title &mdash; positioned from left edge of title */
.dot-1 { left: -58px; }
.dot-2 { left: -178px; }
.dot-3 { left: -298px; }
.dot-4 { left: -418px; }

/* Right of title &mdash; positioned from right edge of title */
.dot-5 { right: -58px; }
.dot-6 { right: -178px; }
.dot-7 { right: -298px; }
.dot-8 { right: -418px; }

.swiper .swiper-pagination {
    position: static;
    margin-top: 15px;
}

/* boxes slider */
.boxesSlider{
    margin: 70px 0;
}
.boxesSlider-wrapper{
    padding: 0 25px;
}
.boxItem img {
    border-radius: 10px;
}
.boxItem .h4 {
    display: block;
    font-size: 1em;
    font-weight: 700;
}

.boxItem-text{
    line-height: 29px;
}
.site-slider .w-slider-container> .item:not(:first-child) {
    display: none;
}
.site-slider .w-slider-container .owl-controls .owl-buttons .owl-next, 
.site-slider .w-slider-container .owl-controls .owl-buttons .owl-prev,
.boxesSlider .w-slider-container .owl-controls .owl-buttons .owl-next, 
.boxesSlider .w-slider-container .owl-controls .owl-buttons .owl-prev {
    color: #292929!important;
}

/* videoBox */
.videoBox{
    margin-bottom: 50px;
}

.videoBox .sectionHeadline{
    margin-bottom: 0;
}
.videoBox .sectionHeadline+p{
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px;
}
.videoBox-wrapper{
    padding: 45px 20px;
    border-radius: 10px;
    position: relative;
}
.videoBox-wrapper .cover-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    border-radius: 10px;
}

.video-wrapper-inner{
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-poster{
    width: 100%;
}

.video-wrapper{
     position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.videoBox .btnMain{
    margin-top: 30px;
}

/* machine */
.machine{
    margin-bottom: 50px;
}

.machine img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.machine .sectionHeadline{
    text-align: left;
    margin-bottom: 30px;
}

.machine p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}

.machine-content{
    max-width: 315px;
    margin: 0 auto;
}

/* testimonials */
.testimonials{
    margin-bottom: 30px;
}
.testimonials-wrapper{
    background: #efefef;
    border-radius: 10px;
    padding: 45px 20px;
}

.testimonials-left-col{
    max-width: 275px;
    text-align: center;
    margin: 0 auto;
}

.testimonials-left-col img{
    display: none;
}

.testimonial-box {
    padding: 30px 50px 25px 50px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 45px;
    color: white;
    text-align: center;
}

.testimonial-pointer {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 28px 18px 0px;
    border-color: transparent transparent transparent transparent;
}

.testimonial-box.testimonial-box-2 .testimonial-pointer{
    left: auto;
    right: 25px;
    border-width: 18px 0 18px 28px;
}

.testimonial-box.testimonial-box-3 .testimonial-pointer{
    left: 120px;
    border-width: 18px 0 18px 28px;
}

.testimonial-box.testimonial-box-3 {
    margin-bottom: 0;
}

.testimonial-box-text{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

.testimonial-box-author{
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-box-position{
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
}
/* .newsletter */
.newsletter-section-left-col{
    max-width: 360px;
    margin: 0 auto;
}

.newsletter-section-left-col .sectionHeadline{
    text-align: left;
    margin-bottom: 20px;
    margin-top: 25px;
}

.newsletter-section-left-col .sectionText{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.social-links .social-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #a5a5a5;
}

.social-links .social-link svg{
    width: 16px;
}

.newsletter-section .social-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.newsletter-section .social-links .social-link{
    margin-bottom: 6px;
}

.w-newsletter-signup .form-input{
    height: 41px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: .5em;
}

.w-newsletter-signup .form-input::-webkit-input-placeholder{
    font-size: 14px;
    color: #a2a2a2;
}

.w-newsletter-signup .form-input::-moz-placeholder{
    font-size: 14px;
    color: #a2a2a2;
}

.w-newsletter-signup .form-input:-ms-input-placeholder{
    font-size: 14px;
    color: #a2a2a2;
}

.w-newsletter-signup .form-input::-ms-input-placeholder{
    font-size: 14px;
    color: #a2a2a2;
}

.w-newsletter-signup .form-input::placeholder{
    font-size: 14px;
    color: #a2a2a2;
}

.w-newsletter-type .input-group-addon{
    width: auto;
    min-width: unset;
}

.w-newsletter-type .form-label.input-group-main{
    font-weight: 400;
    vertical-align: middle;
}

.w-newsletter-type .form-label.input-group-main .fa{
    display: none;
}

.newsletter-section img{
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.newsletter-hand-image{
    position: relative;
    max-width: 411px;
    margin: 0 auto;
}

.image-content{
    position: absolute;
    top: 23%;
    right: 19%;
}

.handHeadline{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

/* faq */
.faq-section-wrapper{
    background: #0ea9e1;
    border-radius: 10px;
    padding: 45px 25px;
    overflow-x: hidden;
    margin-bottom: 45px;
}

.faq-section .sectionHeadline{
    color: #fff;
    margin-bottom: 20px;
}

.faq-section .sectionHeadline + p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
}

.accordion__item {
	margin-bottom: 5px;
}

.accordion__item:last-child{
	margin-bottom: 0;
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 11px 60px 11px 25px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
}

.accordion__item:nth-child(even) .accordion__title{
    background-color: rgba(225, 225, 225, 0.2);
}

.accordion__item:nth-child(odd) .accordion__title{
    background-color: rgba(225, 225, 225, 0.4);
}

.accordion__item .accordion__title:hover {
	background-color: rgba(225, 225, 225, 0.5);
	-webkit-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
    color: #fff;
}

.accordion__item .accordion-active {
	background-color: rgba(225, 225, 225, 0.5);
color: #fff;
}

.accordion__arrow-wrapper{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 10px;
}

.accordion__item .accordion__title .accordion__arrow{
	width: 35px;
	height: 35px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	font-size: 32px;
	font-weight: 700;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.accordion__item .accordion__content {
	padding: 25px;
	margin-bottom: 2px;
	font-size: 15px;
	display: none;
	color: #fff;
	background-color: rgba(225, 225, 225, 0.5);
	border-radius: 10px;
}

.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

/* footer */
.site-footer{
    margin-top: 50px;
    border: none;
    padding: 0;
}

.site-footer-wrapper{
    padding: 40px 20px 10px 20px;
    background: #f9ae14;
    border-radius: 10px;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 14px;
    line-height: 22px;
    color: #1b1b1b;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .f-title {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.site-footer .social-links .social-link{
    background: #000000;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}

.site-footer .social-links .social-link svg{
    width: 15px;
}

.site-footer .w-newsletter-type .form-label.input-group-main{
    font-size: 11px;
}

/* Products */
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

.m-product-transaction-amount .form-input,
.product-action .form-input{
    height: 40px;
}
/* single product */
.m-product-warnings,
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}

.m-product-info{
    border: none;
    color: #0ea9e1;
}


.m-product-info .panel-body{
    padding: 0;
}

.m-cart-row {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}
.stepColumn > div {
    background: #fff;
}

.item-mmenu {
    border: none;
}
.item-mmenu-wrapper {
    order: -1;
    margin-left: -8px;
    margin-right: 10px;
}
.site-header .logo {
    margin-right: auto;
}
@media(min-width:480px){
    .icons-menu{
        margin-top: 0;
    }
}
@media (max-width: 479px) {
    .site-header .logo {
        max-width: calc(100% - 200px);
    }
    .item-mmenu-wrapper {
        order: -1;
        margin-left: -8px;
    }
}
@media(min-width:768px){
    .site-slider .w-slider-container img { 
        -o-object-position: center; 
           object-position: center;
    } 
    .w-slider-caption.item-caption .h4{
        font-size: 18px;
        line-height: 26px;
    }
    .machine img{
        margin: 0 0 0 auto;
    }
    .testimonials-left-col img{
        position: absolute;
        bottom: -90px;
        left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
     .testimonials-left-col{
        margin: 0 auto 0 0;
    }
     .testimonials-wrapper{
        padding: 75px;
    }
    .site-footer-wrapper{
        padding: 50px 75px 20px 75px;
    }

    .faq-section .sectionHeadline + p{
        font-size: 16px;
    }

    .accordion__item .accordion__title {
        font-size: 18px;
    }
    .image-last {
        order: 1;
    }
}
@media(min-width:960px){
    .header-menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    
    .item-mmenu-wrapper {
        display: none;
    }
    .testimonials-left-col{
        margin-left: 45px;
        margin-right: auto;
    }
    .handHeadline {
        font-size: 19px;
    }
    .newsletter-hand-image{
        margin: 0;
    }
    .image-content{
        top: 20%;
        right: 16%;
    }
    .social-links .social-link {
        width: 38px;
        height: 38px;
    }
    .social-links .social-link svg {
        width: 19px;
    }
    .site-footer-wrapper{
        background: url(/upload_dir/pics/footer_bg.jpg) no-repeat center/cover;
    }
}
@media(min-width:1140px){
    .w-slider-caption.item-caption .h2{
        font-size: 43px;
    }    
}

.Guides h2 {
    font-size: 1.875rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #304f6c;
    font-weight: bold;
}
.Guides__selector + h2 {
    border-bottom-color: #e73c4c;
}
.Guides__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.Guides__single {
    width: 50%;
    padding: 10px;
    text-align: center;
}
.Guides__single-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color .25s ease, transform .2s ease;
    padding: 20px 10px;
}
.Guides__single-item img {
    max-width: 100%;
}
.Guides__single-title {
    font-weight: bold;
    font-size: 18px;
}

.Guides__single input {
    display: none;
}
.Guides__single input:checked + .Guides__single-item {
    background-color: rgba(254, 209, 105, .7);
}
.Guides__single .buttons {
    margin-top: 15px;
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #ececec;
    border-radius: 3px;
    transition: background-color .25s ease;
}
.Guides__single input:not(:checked) + .Guides__single-item .buttons>span:last-child {
    display: none;
}
.Guides__single input:checked + .Guides__single-item .buttons>span:first-child {
    display: none;
}
.Guides__single input:checked + .Guides__single-item  .buttons {
    background-color: #fed169;
}

.Guides__wrapper[data-folder]:not(.visible) {
    display: none;
}

@media (min-width: 768px) {
    .Guides__single {
        width: 33.333%;
    }
}
@media (min-width: 1024px) {
    .Guides__single {
        width: 25%;
    }
}

.owl-page.active span,
.clickable .owl-page:hover span,
.swiper .swiper-pagination-bullet-active {
    background-color: #e73c4c;
}

.stepColumn>div {
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px;
}
.stepColumn.column3 {
    position: sticky;
    top: 10px;
}
.stepColumn .form-input {
    height: auto;
    border-radius: 5px;
    font-size: 13px;
}
.stepColumn .input-group-addon:first-child,
.stepColumn .input-group-main:first-child {
    border-radius: 5px 0 0 5px;
}
.stepColumn .input-group-addon:last-child,
.stepColumn .input-group-main:last-child {
    border-radius: 0 5px 5px 0;
}

.category-item-content {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

@media (max-width: 767px) {
    body {
        font-size: 17px;
    }
    .h5, h5 {
        font-size: 1.25em;
    }
}


.thumbelina-wrapper {
    margin: 0 0 1em;
}
.thumbelina-wrapper .thumbelina {
    position: static;
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    grid-template-columns: repeat(5, 1fr);
}
.thumbelina li {
    max-width: 100%;
    width: auto !important;
}

.dropdown.open>.dropdown-menu {
    visibility: visible;
}

@media (min-width: 1280px) {
    .top-usps .owl-wrapper {
        max-width: 100%;
        display: flex !important;
        justify-content: space-between;
        gap: 10px;
    }
    .top-usps .owl-wrapper .owl-item {
        width: auto !important;
    }
}

.grid-guide,
.retailers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}
.grid-guide img {
    border-radius: 10px;
    margin: 0;
    border: 1px solid #eee;
}
@media (min-width: 768px) {
    .retailers__grid,
    .grid-guide {
        grid-template-columns: repeat(3, 1fr);
    }
}

.retailers__grid-item {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    line-height: 1.5;
    position: relative;
}

.retailers__grid-item .status {
    position: absolute;
    top: 10px;
    right: 5px;
}

.online:before,
.offline:before {
    content: '\f111';
    font-family: FontAwesome;
    margin-right: 5px;
}
.online:before {
    color: #61b34d;
}
.offline:before {
    color: #f9ae14;
}

.status-button {
    transition: all .2s ease-in;
    background: none;
    border-radius: 0;
    border: 1px solid transparent;
    background: none !important;
}
.status-button.active {
    font-weight: bold;
    border: 1px solid;
    background: none;
}
.status-button.active.online {
    border-color: #61b34d;
}
.status-button.active.offline {
    border-color: #f9ae14;
}