.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;
}

.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.containerFull{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px; 
}

.site-corporate{
    font-weight: 600;
    font-size: 11px;
    background: #2c2c29;
    color: #fff;
    border: none;
    padding: 0;
}

.site-corporate p{
    margin: 0;
}
.site-corporate .contact-data-email,
.site-corporate .contact-data-telephone,
.site-corporate .contact-text{
    color: #fff!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-corporate .contact-data-telephone{
    padding-right: 15px;
}
.site-corporate a span{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.site-corporate a:hover span{
    color: #99b641!important;
}

.site-corporate svg{
    fill: #fff;
    width: 14px;
    margin-right: 5px;
}

.text-highlight{
    color: #99b641;
}

.logo-mobile img{
    max-width: 125px;
    margin-bottom: 0;
}

.icon-menu svg{
    width: 30px;
}

.mmenu_btn{
  margin-left: 15px;
}

.quick-cart-link {
    display: block;
    position: relative;
}

.m-quick-cart__count {
    position: absolute;
    top: -12px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: #99b641;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    border-radius: 50px;
    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;
}

.site-header{
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    max-height: 100px;
    padding: 0;
}

.logo-scrolled{
    display: none;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
          box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: #fff;
}

.site-header.is-sticky .logo-scrolled{
    display: block;
}

.site-header.is-sticky .logo-scrolled img{
    max-width: 200px;
    margin-bottom: 0;
}

.site-header.is-sticky .logo.w-logo{
    display: none;
}

.site-header-container{
    padding: 10px 30px;
}

.site-corporate .site-header-container .j-center{
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.site-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site-nav .nav > li{
    padding: 0;
}

.site-nav .nav > li:last-child >ul{
    right: 0;
    left: auto;
}

.site-nav .nav > li > a{
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-weight: 800;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-header.is-sticky .site-nav .nav > li > a{
    color: #27241c;
}

.site-nav .nav > li > a svg{
    height: 20px;
    width: 20px;
    position: relative;
    fill: #fff;
    padding-left: 5px;
}

.site-header.is-sticky .site-nav .nav > li > a svg{
    fill: #000000;
}
.site-header.is-sticky .site-nav .nav > li > a:hover,
.site-nav .nav > li > a:hover{
    color: #99b641;
}
.site-header.is-sticky .site-nav .nav > li > a:hover svg,
.site-nav .nav > li > a:hover svg{
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    fill: #99b641;
}

.site-nav ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 999;
}

.site-nav ul ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.site-nav .nav li:hover>ul {
    display: block;
}
.userMenu .dropdown-container li > a,
.site-nav ul ul li a{
    background: #fff;
    color: #5c5a57;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
}

.userMenu .dropdown-container li > a:after,
.site-nav ul ul li a:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .05);
}

.userMenu .dropdown-container li > a:hover,
.site-nav ul ul li a:hover{
    color: #99b641;
}
.userMenu .dropdown-container li > a:hover:before,
.site-nav ul ul li a:hover:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
    background-color: #99b641;
}

.userMenu .dropdown-container li{
    position: relative;
}

.text-nav>ul>li:first-child{
    display: none;
}

.site-header .logo img{
    max-width: 200px;
}

.site-header .m-quick-cart{
    margin-left: 10px;
    margin-bottom: -4px;
}

.site-header .m-quick-cart svg{
    fill: #fff;
}

.site-header.is-sticky .m-quick-cart svg{
    fill: #000;
}
.mm-navbar__title{
	color: #000000!important;
	font-weight: 700!important;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}
.userMenu{
    margin-right: 15px;
}
.userMenu svg{
    width: 23px;
}

/* slider */
.site-slider{
    position: relative;
}

.site-slider.subpage-slider{
    position: relative;
}
.site-slider.subpage-slider:before,
.site-slider .owl-item:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #353535;
    opacity: .4;
    z-index: 1;
}

.site-slider .hero-slider-theme { 
   margin: 0; 
   line-height: 0;
} 
.pageId1 .site-slider .hero-slider-theme img { 
   width: 100%!important; 
   min-height: 98vh;
   -o-object-fit: cover;
      object-fit: cover;
   -o-object-position: center center;
      object-position: center center;
} 

.site-slider.subpage-slider .hero-slider-theme img{
    width: 100%!important; 
    height: 300px!important; 
    -o-object-fit: cover; 
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.site-slider.subpage-slider .placeholder-wrapper .placeholder,
.site-slider.subpage-slider .placeholder-wrapper{
   height: 300px!important;
}

.site-slider.subpage-slider .placeholder-wrapper .placeholder{
    padding-top: 300px!important;
}

.site-slider .hero-slider-theme .placeholder-wrapper {
   max-width: 100% !important;
}
.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: 1230px;
    margin: 0 auto;
    text-align: left;
    padding: 0 30px;
    z-index: 2;
}

.w-slider-caption-wrapper{
    max-width: 800px;
}

.w-slider-caption.item-caption .h2 span{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .25em;
    display: block;
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 10px;
}

.w-slider-caption.item-caption .h2{
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.w-slider-caption.item-caption .h4{
    font-size: 15px;
    line-height: 21px;
}

.w-slider-caption.item-caption .item-link{
    display: inline-block;
    line-height: 100%;
    background: #99b641;
    font-weight: 700;
    font-size: 15px;
    padding: 18px 30px;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.w-slider-caption.item-caption .item-link:hover{
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

.slider-shape {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

.slider-shape svg {
    display: block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(300% + 1.3px);
    height: 60px;
    z-index: -1;
}

.slider-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

/* sectionHeadline */
.site-brands{
    padding: 60px 0;
    background: #f7f7f7;
}

.sectionHeadline{
    text-align: center;
    font-weight: 800;
    color: #27241c;
    margin-bottom: 30px;
}

.site-brands .owl-item .item{
    background: #fff;
    margin: 0 30px;
    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;

}

.site-brands .owl-item .item img{
    padding: 30px;
}

.hero-slider-theme .owl-controls .owl-buttons .owl-prev:before,
.hero-slider-theme .owl-controls .owl-buttons .owl-next:before{
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    background-color: #99b641;
    color: #fff;
}

/* Front prod */
.frontpage-content{
    padding: 90px 0;
}

.productItem .type-col{
    border: none;
}

.productDescription{
    background-color: #eee;
    padding: 20px;
    text-align: center;
}

.productItem .type-col .description, .productItem .type-col .m-reviews-stars, .productItem .type-col .product-delivery, .productItem .type-col .title{
    padding: 0;
}

.h5.m-productlist-title{
    font-size: 21px;
    color: #000000;
}

.productItem .type-col .product-transaction{
    padding: 0;
    background: none;
}

.productItem .m-productlist-price{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.productItem .type-col .product-action{
    margin-top: 10px;
}

.productItem .type-col .form-group{
    margin-bottom: 0;
}

.m-productlist-tractions-button .button-primary{
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    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;
}

.m-productlist-tractions-button .button-primary:hover{
    background: #738930;
}

.m-productlist-tractions-button .button-primary .fa{
    margin-right: 10px;
}

.welcome .flex50{
    width: 100%;
}

.welcome-image{
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.welcome-content{
    background: #f7f7f7;
    padding: 60px 30px;
    height: 100%;
}

.welcome-content .page-title{
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    border: none;
}

.welcome-content .m-text-headline{
    font-size: 20px;
    font-weight: 800;
}

.welcome-content p,
.welcome-content li{
    font-size: 16px;
    line-height: 24px;
    color: #5c5a57;
}
.btnSecondary,
.btnMain{
    display: inline-block;
    font-size: 15px!important;
    background: #99b641;
    font-weight: 700;
    line-height: 3.4em!important;
    border-radius: 0 0 0 0;
    padding: 0 30px;
    color: #fff!important;
    border: 2px solid transparent;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-bottom: 10px;
}
.conditions .button-primary:hover,
.btnMain:hover{
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

.btnSecondary{
    background: none;
    border-color: #99b641;
    color: #5c5a57!important;
}

.conditions .button:hover,
.btnSecondary:hover{
    background: #99b641;
    border-color: #99b641;
    color: #fff!important;
    -webkit-filter: none !important;
            filter: none !important;
}

/* findUs */
.findUs{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 60px 0;
}

.findUs:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #2c2c29;
}

.findUs-content{
    z-index: 1;
    color: #fff;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.findUs-content .title{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .05em;
        font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
    opacity: .3;
        color: #fff;
}

.findUs-content h3{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
}
.findUs-content p a,
.findUs-content p{
    font-size: 16px;
    line-height: 24px;
}

.findUs-content a{
    color: #99b641;
}

.findUs .slider-shape .elementor-shape-fill{
    fill: #2C2C29;
}

.site-footer{
    background: #2c2c29;
    color: #fff;
}

.site-footer .container{
    max-width: 1290px;
    padding: 60px 30px;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.site-footer a span,
.site-footer a{
    color: #99b641;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.site-footer a:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

.site-footer .f-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
}

.site-footer .footer-paymenticons img{
    -webkit-filter: none;
            filter: none;
}

.site-footer .fMenu li{
position: relative;
    margin-bottom: .5em;
}

.site-footer .fMenu li a{
    position: relative;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    line-height: 2em;
    font-weight: 600;
}

.site-footer .fMenu li a:before{
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #99b641;
    opacity: .35;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.site-footer .fMenu li a:hover:before{
        opacity: 1;
    padding-right: 10px;
}

/* page */
.page-banner-headline{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.page-banner-headline h1{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-banner-headline a{
    color: #fff;
    opacity: .5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 12px;
    font-weight: 700;
    margin: 0 8px;
}

.page-banner-headline a:hover{
    opacity: 1;
}

.site-content-subpage{
    padding: 60px 0;
}
.site-content-subpage h3,
.site-content-subpage h2{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
}

.site-content-subpage h4{
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
}

.site-content-subpage li,
.site-content-subpage p{
    font-size: 16px;
    line-height: 24px;
}

.m-breadcrumb, .m-print{
    margin-top: 0;
    margin-bottom: 30px;   
}

.m-breadcrumb a{
    font-size: 12px;
    font-weight: 700;
    color: #99b641;
}

.m-breadcrumb li:last-child a{
    color: #5c5a57;
}

.m-product-information .page-title{
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
}
.h1.products-related-headline,
.m-product-title.product-title{
    font-size: 26px;
    font-weight: 800;
}

.m-product-price{
    font-size: 24px;
    line-height: 28px;
    color: #222;
    font-weight: 700;
}

.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;
}
.modules.m-cart .panel-warning,
.w-notification .panel-success{
    border-color: #000;
    color: #000;
}

.w-notification .panel-success a{
    color: #99b641;
}

.m-product-information .m-product-stock{
    border: none;
}

.m-product-information .m-product-stock .panel-body{
    padding: 0;
}

.m-product-information .panel-success.m-product-instock{
    color: #99b641;
}

.m-product-prices-separator{
    border: none;
    margin: 0;
}


.modules.m-cart .button-primary,
.w-cart-goto-cart  .button-primary,
.m-product-transaction .button-primary{
    padding: 20px 40px;
    background-color: #99b641;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border: none;
}

.conditions .button-primary,
.conditions .button{
    padding: 20px 10px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px;
} 

.m-product-transaction-amount .input-group,
.m-product-transaction-amount .m-transaction-input{
    height: 100%;
    width: 100%;
    max-width: 80px;
    margin-right: 15px;
}

.m-product-transaction-amount .m-transaction-input{
    border-right: 1px solid #cfcfcf!important;
    font-size: 16px;
        padding: 0 10px;
}

.m-product-additional-separator{
    border: none;
}

.m-product-additional-info .nav-tabs{
    border: none;
    margin-bottom: 30px;
}

.m-product-additional-info .nav-tabs>li>a{
    border: none;
    font-weight: 700;
    line-height: 1em;
    border-color: #333;
    font-size: 18px;
    padding: 0 15px 15px 0;
    border-bottom: 2px solid #ebebeb !important;
}

.m-product-additional-info .nav-tabs>li.active>a{
    border-color: #333!important;
}

.m-product-additional-info{
    border: none !important;
    padding-top: 0!important;
}
.m-cart-row {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}

.m-cart-header.page-title{
    border: none;
}

.stepColumn > div {
    background: #fff;
}

.orderSummary .orderLine:not(:last-child) {
    border-bottom: 1px solid;
}
.mobile-shortcuts {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    position: sticky;
    z-index: 999;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mobile-shortcuts a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #99b641;
    color: #fff;
        font-size: 0;
}

.mobile-shortcuts a:hover{
-webkit-filter: brightness(1.1);
        filter: brightness(1.1);
}

.mobile-shortcuts svg{
    padding: 15px 0;
    width: 25px;
    fill: #fff;
}

.mobile-shortcuts a::after, .mobile-shortcuts a::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .05);
}

.mobile-shortcuts.scroll-up {
    bottom: -55px;
}

.category-item{
    margin-bottom: 20px;
}

.category-item .btnSecondary{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.badge.m-productlist-new,
.badge.m-product-splash-new{
    background: #000;
    color: #fff;
}

.badge.m-productlist-sale,
.badge.m-product-splash-sale{
    background: #99b641;
    color: #fff;
}

.badge.m-productlist-soldout,
.badge.m-product-splash-soldout{
    border: 1px solid #99b641;
    color: #99b641;
    background: #fff;
}

.panel.m-product-discontinued{
    background: none;
    border: none;
}

.panel.m-product-discontinued .panel-body{
    padding: 0;
}

.casesSection{
    margin-top: 30px;
}

.case-item-wrapper{
    margin-bottom: 20px;
}

.case-item{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.case-item-image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 0;
}

.case-item-description{
    background: #f7f7f7;
    padding: 30px;
    height: 100%;
}

.case-item-description p{
    margin-bottom: 15px;
}

.case-title{
    font-size: 18px!important;
}

case-item-description .btnMain{
    margin-bottom: 0!important;
}

.cases-content ul li{
    font-size: 16px;
    line-height: 24px;
}

.galleryGrid{
    display: grid;
    margin: 1em auto;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.galleryGrid .grid-cell .image{
    height: 100%;
    width: 100%!important;
}

.galleryGrid .grid-cell a{
    display: block;
    height: 100%;
}

.galleryGrid .grid-cell img{
    height: 100%!important;
    object-fit: cover;
    width: 100%!important;
}

.customForm{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    padding: 10px;
}

.contactInfo{
    text-align: center;
    padding: 60px 30px;
    background: #f7f7f7;
}

.contactInfo h3{
    font-size: 20px;
}

.contactInfo a{
    color: #99b641;
    font-weight: 700;
}

.contactForm{
    padding: 60px 30px;
}

.contactForm p{
    text-align: center;
}

.contactForm .form-label{
    display: none;
}

.contactForm fieldset.form-group{
    margin-bottom: 15px;
}

.contactForm .form-input{
    background-color: #f7f7f7;
    color: #777;
    border: none;
    padding: 10px;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 38px;
}

.contactForm .btnMain{
    width: 100%;
}

@media(min-width:768px){
    .w-slider-caption.item-caption .h2{
        font-size: 30px;
        line-height: 30px;
    }

    .w-slider-caption.item-caption .h4{
        font-size: 16px;
        line-height: 22px;
    }
    .welcome .flex50{
        width: 50%;
    }
    .m-product-title.product-title{
        font-size: 30px;
    }
    .singleProductRow .col-l-4{
        width: 40%;
    }
    .singleProductRow .col-l-8{
        width: 60%;
    }
    .mobile-shortcuts{
        display: none!important;
    }
    .case-title{
        font-size: 20px!important;
    }
    .cases-content ul{
        columns: 2;
    }
    .site-content-subpage h4{
        font-size: 20px;
    }
    .contactInfo,
    .contactForm p{
        text-align: left;
    }
    .m-form-FormElementInput520{
        display: inline-block;
        width: calc(50% - 10px);
    }
    .m-form-FormElementInput756{
        display: inline-block;
        position: absolute;
        right: 10px;
        width: calc(50% - 10px);
    }
}

@media(min-width:960px){
    .site-header-container .j-center{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .site-corporate .site-header-container .j-center{
                flex-direction: row;
                text-align: left;
    }

    .welcome-content{
        padding: 60px;
    }
    .site-footer .f-title,
    .findUs-content h3,
    .welcome-content .m-text-headline{ 
        font-size: 24px;
    }
    
    .cases-content .grid{
        padding-top: 90px;
    }

    .findUs{
        padding: 90px 0;
    }
    .site-footer .container{
        padding: 90px 30px;
    }
    .site-content-subpage{
        padding: 90px 0;
    }
    .conditions .buttonContainer{
        display: flex; 
    }
    .conditions .button{
        width: 35%;
        margin-right: 2%;
    }
    .conditions .button-primary{
        width: 63%;
    }
    .contactForm,
    .contactInfo{
        padding: 60px;
    }
}

@media(min-width:1024px){
    .site-slider.subpage-slider .hero-slider-theme img{
        height: 400px!important; 
    }

    .site-slider.subpage-slider .placeholder-wrapper .placeholder{
        padding-top: 400px!important;
    }

    .site-slider.subpage-slider .placeholder-wrapper .placeholder,
    .site-slider.subpage-slider .placeholder-wrapper{
        height: 400px!important;
    }

    .w-slider-caption.item-caption .h2 span{
        font-size: 16px;
        line-height: 16px;
    }

    .w-slider-caption.item-caption .h2{
        font-size: 60px;
        line-height: 60px;
    }

    .w-slider-caption.item-caption .h4{
        font-size: 20px;
        line-height: 28px;
    }
    .m-product-title.product-title{
        font-size: 34px;
    }
}
@media(min-width:1240px){
    .container,
    .container.with-xlarge{
        padding: 0 60px;
    }
}