body p{
    font-size: 17px;
    line-height: 24px;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.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;
}

/* top bar */
.topBar{
    background: #EF8F20;
    padding: 10px 0;
}

.topBar p{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

/* header */
.site-header{
    padding: 0;
    border: none;
}
body:not(.pageId1) .site-header{
    box-shadow: 0 0 0 4px white, 0 4px 7px #cccccc;
}

.site-header-wrapper{
    max-width: 955px;
    margin-left: auto;
}

.site-header-top{
    background: #000000;
    padding: 10px 0;
}

.text-menu{
    width: auto;
    margin: 0;
}

.text-menu > li{
    padding: 0 8px;
}

.text-menu > li > a{
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff!important;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.text-menu > li > a:hover{
    color: #356270!important;
}

/* search */
.top-search-form{
    margin: 0 15px;
    width: 100%;
    max-width: 150px;
}
.top-search-form .form-input {
    border: none;
    border-radius: 5px 0 0 5px;
    height: 30px;
    padding: 5px 5px 5px 15px;
    background: #fff;
}

.top-search-form .form-input::-webkit-input-placeholder{
    font-size: 11px;
    color: #989797;
}

.top-search-form .form-input::-moz-placeholder{
    font-size: 11px;
    color: #989797;
}

.top-search-form .form-input:-ms-input-placeholder{
    font-size: 11px;
    color: #989797;
}

.top-search-form .form-input::-ms-input-placeholder{
    font-size: 11px;
    color: #989797;
}

.top-search-form .form-input::placeholder{
    font-size: 11px;
    color: #989797;
}

.top-search-form .input-group-button {
    height: 30px;
}

.top-search-form .button {
    border: none;
    background: #fff;
    border-radius: 0 5px 5px 0;
    height: 30px !important;
    padding: 0 15px !important;
}

.top-search-form .fa {
    font-size: 15px;
    color: #000000;
}

.m-search-form {
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 16px;
    padding: 10px;
    background: #b2272d;
}

#searchBtn{
        font-size: 21px;
    margin-right: 20px;
}


#searchBtn:hover{
    cursor: pointer;
}

.m-search-form .button{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.logo{
    margin-right: 40px;
}

.category-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.category-menu .nav > li{
    padding: 0;
}

.category-menu .nav > li:last-child{
    border: none;
}

.category-menu .nav > li > a{
    display: block;
    position: relative;
    color: #000;
    text-transform: uppercase;
    padding: 18px 10px;
    margin: 0 13px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
   -webkit-transition: .3s linear;
   -o-transition: .3s linear;
   transition: .3s linear;
}

.category-menu .nav > li > a:hover{
    color: #356270;
}

.category-menu .nav > li > a:after{
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #b2272d;
    position: absolute;
    right: -14px;
    top: 22px;
}

.category-menu .nav > li:last-child a:after{
    display: none;
}

.category-menu ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 999;
}

.category-menu ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.category-menu .nav li:hover>ul {
    display: block;
}

.category-menu ul ul li a{
    background: #b2272d;
    color: white;
    padding: 10px;
}
.category-menu ul ul li a:hover{
    background: #000;
}

.icon-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-btn svg{
    width: 24px;
}

.quick-cart-link .icon-btn svg{
    width: 28px;
}
.quick-cart-link{
    display: block;
    position: relative;
}

.m-quick-cart__count.h6{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff!important;
    background: #b2272d;
    width: 16px;
    height: 16px;
    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;
    border-radius: 50%;
    font-size: 11px;
    margin: 0;
}

.m-quick-cart .button-primary{
    font-size: 16px;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

.mmenu_btn{
    display: block;
    font-size: 22px;
    margin-left: 20px;
}
.mm-navbar__title,
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    font-weight: 700;
    color: #000!important;
}
/* socials */
.socials a{
    padding: 0 10px;
    margin: 0 5px;
}
.socials a:last-child{
    margin-right: 0;
    padding-right: 5px;
}

.socials .fa{
    font-size: 15px;
    color: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.socials .fa:hover{
    color: #356270;
}

/* slider */
.site-slider .hero-slider-theme { 
   margin: 0; 
   line-height: 0;
} 
.site-slider .hero-slider-theme img { 
   width: 100%!important; 
   min-height: 250px;
   -o-object-fit: cover;
      object-fit: cover;
} 
.site-slider .hero-slider-theme .placeholder-wrapper {
    max-width: 100% !important;
    min-height: 250px;
}
  
 .w-slider-caption.item-caption{
    background: none;
    position: absolute;
    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 20px;
    text-align: left;
  }

.w-slider-caption.item-caption .h2{
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #b2272d;
    letter-spacing: 1.5px;
}

.w-slider-caption.item-caption .h4{
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
}

.w-slider-caption.item-caption .h4 span{
    display: block;
    font-style: italic;
    text-transform: initial;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

.btn-main{
    position: relative;
    display: inline-block;
    line-height: initial;
    background: #356270;
    color: #fff!important;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 25px;
    border: 1px solid transparent;
    transition: .3s linear;
}

.btn-main.large{
     font-size: 15px;
     text-transform: uppercase;
}

.btn-main:hover {
 border: 1px solid #000!important;
 color: #000!important;
 background: #fff!important;
}

.btn-main.red{
    background: #b2272d;
}

.btn-main.black{
    background: #000;
}

.btn-main.grey{
    background: #F4F4F4;
    color: #000!important;
}

.site-slider .btn-main{
    min-width: 180px;
    margin-top:20px;
}

/* video banner */
.front-video iframe,
.front-video video{
    max-height: 500px;
    object-fit: cover;
}

/* welcome */
.welcome{
    background: #f4f4f4;
}

.welcome .container{
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}

.welcome-image{
    display: none;
}

.welcome .page-title{
    border: none;
    padding:0;
    margin: 0 0 20px 0;
    text-align: left;
}
.welcome .page-title > *{
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
}

.page-title img{
    margin-bottom: 0;
}

.welcome p{
    margin-bottom: 20px;
}

/* site-main-categories */
.site-main-categories{
    margin: 60px 0 20px 0;
}

.site-main-category-wrapper{
    position: relative;
    height: 100%;
    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;
}

.main-category-title{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 25px;
}
.main-category-list{
    margin-bottom: 20px;
}
.main-category-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-category-list ul li{
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.main-category-content{
    height: 100%;
}

.main-category-buttons{
    margin-top: auto;
}
.main-category-buttons .btn-main{
    padding: 9px;
    margin: 0 1px 5px 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
}
.category_col{
    margin-bottom: 40px;
}

.site-main-category-logo{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

.linkWrapper{
    display: block;
    position: relative;

}

/* product list */
.frontpage-products-focus-list{
    padding: 0 22px;
}
.site-content{
    padding-bottom: 20px;
}
.productItem .type-col{
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    height: 100%;
}

.h5.m-productlist-title{
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
}

.productItem .type-col .product-transaction{
    background: none;
    border: none;
}

.productItem .m-productlist-price{
    font-size: 19px;
    font-weight: 600;
    color: #356270;
}

.m-productlist-tractions-button .form-group>*{
    width: 48%;
}

.m-productlist-tractions-button .btn-main{
    text-transform: uppercase;
}

.pageId1 .productItem .type-col .product-description{
    min-height: 156px;
}

.m-product .splash, .m-productlist .splash{
    right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.badge{
    position: relative;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.badge:before{
    content: '';
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
}
.badge span{
    font-size: 39px;
    line-height: 29px;
    font-weight: 700;
}

.badge.badge-sale{
    background: #356270;
}

.badge.badge-custom{
    background: #b2272d;
}

.badge.badge-custom span{
    font-size: 19px;
    line-height: 19px;
}

.badge.badge-rect{
    border-radius: 0;
    color: #ffffff;
    height: auto;
    padding: 5px 0;
    margin-bottom: 5px;
    text-transform: initial;
}

.badges-left{
    position: absolute;
    left: 0;
    top: 0;
}

.badge.badge-rect:before{
    display: none;
}

.badge.badge-orange {
    background-color:#ef9021;
}

.badge.badge-green {
    background-color:#929627;
}

.badge.badge-blue {
    background-color: #356270;
}

.badge.badge-red {
    background-color: #B2272D;
}

/* single product */
.m-breadcrumb,
.m-print {
    margin: 1.5em auto;
}

.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;
}

.panel-warning{
    border-color: #356270;
    color: #356270;
}

.panel-danger,
.m-product-stock{
    border: none;
        background: none;
}

.variantInfoPanel .panel .panel-body,
.panel-danger .panel-body,
.m-product-stock .panel-body{
    padding-left: 0;
}

.panel-success .panel-body a,
.panel-success .panel-body,
.m-product-instock .panel-body{
    color: darkgreen;
}

.panel-success{
    border-color: darkgreen;
}

.panel-danger{
    color: #b2272d;
}

.variantInfoPanel .panel{
    border: none;
}

.selected-priceLine{
    color: #000;
}

.variantInfoPanel .panel-warning{
    margin-bottom: 0;
}

.priceBeforeDiscount{
    font-size: 23px;
}

.selected-priceLine .price{
    font-size: 28px;
    color: #000;
}


.m-product-transaction-button .btn-main{
    text-transform: uppercase;
    width: 100%;
}

.m-product-transaction-amount .form-input, 
.m-product-transaction-amount .input-group-main{
    height: 47px;
}

.page-title{
    border: none;
    padding:0;
    margin: 35px 0;
}
.m-cart-headline,
.page-title > *{
    font-size: 24px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.m-cart-header .page-title{
    margin-top: 0;
}
.checkoutFrame .button,
.modules.m-cart .button-icon{
    background: #F4F4F4;
    color: #000;
}

.modules.m-cart .button-icon .fa{
    color: #000;
}

.dropdown-container .dropdown-header{
    background: #F4F4F4;
}

.pageTypecart {
    background: #fff;
}

.m-cart-row {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}

.stepColumn > div {
    background: #fff;
}

.page-title.white > *{
    color: #fff;
}

.follow-us{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 345px;
    padding: 20px 0;
}

.follow-us .socials{
    margin-top: 75px;
}

.follow-us .socials >a{
    position: relative;
    margin-bottom: 30px;
}

.follow-us .socials >a .fa{
        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;
    background-color: #fff;
    color: black;
    mix-blend-mode: screen;
    width: 60px;
    height: 60px;
    font-size: 40px;
    border-radius: 50%;
    transition: .3s linear;
}

.follow-us .socials > a .fa:hover {
    background-color: #000;
    color: #fff;
    mix-blend-mode: unset;
}

.media{
    padding: 10px 0 35px;
}
.iframe-wrapper{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.dealers{
    background: #356270;
    padding: 25px 0;
}

.dealers .page-title{
    text-align: left!important;
}

.dealers .grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.dealers p,
.dealers ul,
.dealers ul li{
    color: #fff;
}

.dealers-content{
    max-width: 350px;
}

.dealers-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dealers-image img{
    margin:0;
    max-width: 100%;
}

/* usps */
/* usps */
.site-usp{
    padding-top: 40px;
    padding-bottom: 20px;
}

.usp-item{
    width: 50%;
    margin-bottom: 20px;
}

.usp-image{
    display: block;
    text-align: center;
}

.usp-item-title{
    display: block;
    color: #b2272d;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.usp-item-text{
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}
/* site-footer */

.site-footer {
    border: none;
    background: #f8f8f8;
    padding: 0;
    overflow-x: hidden;
}

.site-footer .container{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-footer p,
.site-footer li,
.site-footer a {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.site-footer a:hover{
    text-decoration: underline;
}

.site-footer .f-title {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.footer-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.site-footer .socials a .fa{
    color: #000000;
    transition: .3s linear;
}

.site-footer .socials a .fa:hover{
    color: #b2272d;
}

.footer-image{
    display: none;
    position: absolute;
    left: 50%;
}

.footer-image img{
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin: 0;
}

.footer-image-text{
    position: absolute;
    bottom: 105px;
    right: -410px;
}

.footer-image-text h4{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    max-width: 185px;
    margin-bottom: 10px;
}

.footer-image-text p{
    max-width: 135px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 0;
}

.footer-image-text p,
.footer-image-text a{
    color: #fff;
}

.copyright{
    background: #222222;
    padding: 20px 0;
    color: #fff;
}


/*cookie box*/

.w-cookie-form {
    max-width: 90vw;
}
.w-cookie-actions-wrapper{
    padding: 30px 0;
}

.w-cookie-actions{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button{
    flex:1;
}

.w-cookie-toggle.cookie-button{
    border:none!important;
    padding:0;
}

.w-cookie-toggle-details-show{
    text-decoration:underline;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button:first-child{
    background: #cccccc;
    border: none;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button:last-child{
    background: #558f3f;
}

.w-cookie-options{
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    background:#f6f6f6;
}

.w-cookie-option{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.w-cookie-option:last-child{
    border:none;
}

.switch-rail{
    background-color: #888888;
    border-radius: 50px;
    box-shadow:none;
}

.switch-rail:before{
    border-radius: 100%;
    box-shadow:none;
}

.w-cookie-actions-wrapper .w-cookie-actions.w-cookie-actions button {
    margin-bottom: 0;
    border-radius: 5px;
}

#m-contact .form-input{
    border: 1px solid #000000;    
    font-size: 15px;
    font-weight: 600;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
    outline: none;
}

#m-contact .form-label{
    display: none;
}

#m-contact .form-group.m-contact-phone .input-group-addon{
    border-right: 1px solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#m-contact-phone{
    border-left: none !important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

#m-contact .form-group{
    margin-bottom:10px;
}

#m-contact .panel-footer{
    padding-left: 0;
}
.m-product-stock-status,
.m-product-stock-message{
    color: #356270;
}

.m-product-buttons-list .form-label.input-group-main{
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
}

.h6.m-product-buttons-type-title{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* Style for the custom checkbox */
.variant-button-image input[type=checkbox]{
    display: none!important;
}
.input-group .custom-checkbox {
    width: 30px;
    height: 30px;
    border: 2px solid #356270;  
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.input-group input[type="checkbox"]:checked + .custom-checkbox::before {
    content: "\2713"; 
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* pdf popup */
#show-pdf-popup:hover{
    cursor: pointer;
}
.pdf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex; 
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.pdf-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.pdf-file {
  margin: 10px 0;
}

.pdf-link {
  text-decoration: none;
  font-size:17px;
}

.pdf-link:hover {
  text-decoration: underline;
}

.product-pdfs{
    padding: 20px;
    text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.dealer-page ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.dealer-page ul li{
    position: relative;
    font-size: 17px;
}

.dealer-page ul li:before{
    content: '\2713';
    display: inline-block;
    padding-right: 5px;
}

.custom-form{
    background-color: #f7f7f7;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    border: solid 1px #efefef;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.custom-form-block{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.custom-form-block .form-input{
    height: 40px;
    font-size: 15px;
    width: 100%;
}

.custom-form-block .form-input::placeholder{
    font-size: 15px;
}

.custom-form-block .form-headline{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}

.custom-form-block .form-headline span{
    display: block;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 10px;
}

.custom-form .flex33,
.custom-form .flex50{
    width: 100%;
}

.custom-form .form-field{
    padding:0 10px;
    margin-bottom: 20px;
}

.custom-form-checkbox-wrapper{
    background-color: #f0f8ff;
    padding: 10px!important;
    border: 1px solid #e3e3e3;
    color: #111;
    display: flex;
    align-items: center;
}

.custom-form-checkbox-label{
    font-weight: 400;
    cursor: pointer;
    padding-left: 5px;
}

.custom-form .btn-main{
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
}

.btn-buy{
    margin-left: auto;
}

/* suppliers */
.suppliers{
    margin-top: 40px;
}

.suppliers .h2{
    margin-bottom: 40px;
}

.suppliers-dealers{
    margin: 0 -10px;
}

.supplier-item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supplier-name{
    font-size: 19px;
    padding-top: 20px;
}

/* checkout */
.infoBox .panel-body{
    background: #EF8F20;
}

.infoBox h2{
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.infoBox p{
    font-size: 18px;
}

@media(max-width:385px){
    .logo img{
        max-width: 55px;
    }
}

@media(max-width:479px){
    .follow-us .socials a{
        padding:0;
    }
    .follow-us .socials >a .fa{
        width: 45px;
        height: 45px;
        font-size: 27px;
    }
    .custom-form .btn-main {
        font-size: 10px;
    }
}

@media(max-width:959px){
    .text-menu,
    .top-search-form,
    .category-menu{
        display: none;
    }
    .site-header-bottom{
        padding:10px 0;
        position: relative;
    }
    .site-header-bottom .site-header-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}



@media(max-width:767px){
    .swiper-button-next,
    .swiper-button-prev{
    display: none!important;
    }
}

@media(min-width:480px){
    .supplier-item{
        width: 33.333%;
    }
    .m-cart-headline,
    .page-title > *{
        font-size: 38px;
    }
}

@media(min-width:768px){
    .w-slider-caption.item-caption .h2{
        font-size: 19px;
        line-height: 19px;
    }

    .w-slider-caption.item-caption .h4{
        font-size: 76px;
        line-height: 82px;
    }

    .w-slider-caption.item-caption .h4 span{
        font-size: 48px;
        line-height: 52px;
    }
    .usp-item{
        width:20%;
    }
    .footer-image{
        display: block;
    }
    .w-cookie-option{
        border-right: solid 1px #ccc;
    }
    .custom-form .flex33{
        width: 33.333%;
    }
    .custom-form .flex50{
        width: 50%;
    }
    .swiper-slide{
        height: auto!important;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        color: #000;
        font-size: 24px!important;
    }
    .swiper-button-next{
        display: block;
        right: -20px!important;
    }
    .swiper-button-prev{
        display: block;
        left: -20px!important;
    }
    .supplier-item{
        width: 25%;
    }
    
    .infoBox h2{
    font-size: 19px;
    }

    .infoBox p{
        font-size: 17px;
    }
}

@media(min-width:960px){
    .logo{
        position: absolute;
        top: -43px;
        left: 10px;
    }
    .site-header-bottom .container{
        position: relative;
    }
    .welcome{
        margin-bottom: 20px;
    }
    .welcome .m-text-article{
        padding-left: 50px;
        max-width: 72%;
    }

    .welcome-image{
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom:0;
    }
    .dealers-image{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: 50px;
    }
    .site-footer .socials{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .frontpage-products-focus-list .productItem{
        margin-bottom: 0;
    }
    .supplier-item{
        width: 20%;
    }
    .infoBox h2{
        font-size: 24px;
    }

    .infoBox p{
        font-size: 22px;
    }
}

@media(min-width:1024px){
    .text-menu > li>a{
        font-size: 11px;
    }
}

@media(min-width:1140px){
    .text-menu > li{
        padding: 0 10px;
    }
    /* search */
    .top-search-form{
        max-width: 235px;
    }
    .category-menu .nav > li > a{
        margin: 0 20px;
        font-size: 18px;
    }
    .category-menu .nav > li > a:after{
        right: -20px;
    }
    .m-quick-cart{
        margin-left: 110px;
    }
    .welcome-image{
        right: 60px;
    }
}

@media(min-width:1280px){
    .top-search-form{
        max-width: 260px;
        margin: 0 20px; 
    }

    .m-quick-cart{
        margin-left: 0;
    }
    .site-header-bottom .flex{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .infoBox h2{
        font-size: 31px;
    }

    .infoBox p{
        font-size: 28px;
    }
}



.modal-contact {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    height: 60px;
    width: 60px;
}
.modal-contact button {
    border: none;
    padding: 0;
    background: none;
    line-height: 0;
}
.modal-contact>button {
    background: #356270;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0 0 60px rgb(0 0 0 / 50%);
}
.modal-contact button svg {
    fill: #fff;
}
.modal-contact>button svg {
    width: 32px;
    height: 32px;
}
.modal-contact>div {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
    margin-bottom: 10px;
    box-shadow: 0 0 60px rgb(0 0 0 / 15%);
    border-radius: 6px;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 290px;
    font-size: .9em;
}
.modal-contact>.show-modal {
    opacity: 1;
    visibility: visible;
}
.modal-contact>.show-modal+div {
    opacity: 0;
    visibility: hidden;
}
.modal-contact>div header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 6px 6px 0 0;
    position: relative;
    background: #356270;
    color: #fff;
}
.modal-contact header svg {
    width: 16px;
    height: 23px;
    margin-left: 20px;
}
.modal-contact>div div {
    padding: 15px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}
.modal-contact>div ul {
    margin: 0;
}
.modal-contact>div ul li {
    padding: 15px 0;
}
.modal-contact>div ul li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.modal-contact>div svg,
.modal-contact>div .fa {
    margin-right: 10px;
    vertical-align: middle;
}
.modal-contact>div .fa {
    font-size: 20px;
}
.modal-contact>div svg {
    width: 20px;
    height: 20px;
}
.contact-default button {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.modal-contact>div:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 25px;
    transform: rotate(45deg);
}

.modal-contact>button:after {
    content: '';
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.65,0,.34,1);
            animation-timing-function: cubic-bezier(.65,0,.34,1);
    z-index: -1;
}
.modal-contact>button:after,
.modal-contact>button:before {
    border: 8px solid rgb(129 60 81 / 70%);
}

.short-description.m-productlist-short-description{
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}

