﻿

body {
    font-size: 16px;
}

.hidden-sm, .hidden-xs {
    display: none !important;
}

.col-padd-sm, .col-padd-xs {
    padding: 15px;
}

.logo-img {
    height: 80px;
}

.mm-slideout {
    z-index: auto;
}

.panel-navbar {
    height: 50px;
    padding: 0 15px;
}

.after-sticky {
    margin-top: 10px;
}

.m-header {
    height: 70px;
}
    .m-header .logo {
        font-size: 16px;
    }

.navigation {
    height: 40px;
    font-size: 16px;
}



.zone {
    padding: 30px 0;
    
}


    .zone.zoom {
    }

.h-ham, .h-side {
    width:60px;
}

.market-slide, .no-slider.market-slider.slider-three > .market-slide {
    width: 100%;
    min-height: 100%;
}



.h700 {
    min-height: 400px;
    padding: 20px 0;
}

.col-m-top {
    margin-top:40px;
}

.copyright .zone {
    padding:0px;
}

.contact-banner .b-b  {
    display:none;
}

.contact-banner {
    border-radius:50%;
    width:60px;
    height:60px;
    text-align:center;
    cursor:pointer;
}

    .contact-banner .b-a {
        padding:0;
        text-align:center;
        width:100%;
    }

.navitems {
    display:block;
}

#menu {
    display:none;
}

.mmenu-xs {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 10px;
    color: var(--brand-primary-color) !important;
}

.mmenu-btn-la {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
}

.hidden-md {
    display: none !important;
}

.zone.margin {
    margin-top:10px;
    margin-bottom:0;
}



.market-slide > div {
    width: 100%;
}

.market-slide .c-long {
    height: auto;
}

.market-slide.two {
    width: 100%;
}

.market-slide.sided > div {
     flex-direction: column;
     align-items: center; 
     text-align: center; 
}

    .market-slide.sided > div .c-img {
        margin-left: 0;
    }

.h-side-m-login-btn {
    background: var(--brand-primary-bg);
    color: var(--brand-primary-color);
    text-decoration: none;
    padding: 3px;
    margin: 0;
    display: inline-block;
    width: 50px;
    min-width: auto;
    font-size: 12px;
    display: block;
    border-radius: 5px;
}

.market-slide.sided > div .c-slogen, .market-slide.sided > div .c-long {
    text-align: center;
    justify-content:center;
}

.flickity-enabled .market-slide {
   
}

.market-slide.stars > div:after {
    top: 25px;
    font-size: 15px;
}

.market-slide.sided > div > .a2 {
    width:100%;
}

.z-h-c {
    padding-right: 0;
    text-align: center;
}

.svg-hero svg {
    width:80%;
}

.svg-hero {
    text-align: center;
    margin-bottom: 30px;
}

.h100 {
    height:70px; 
    
}

#la_page {
    min-height: 300px;
}

.center-banner {
    min-height: 370px;
}

h2 {
    font-size: 24px;
}

.navitems > li {
    margin: 0; 
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: -20px;
}

#page-header {
    padding: 30px 0;
    margin-bottom: 30px;
}

.nd-title {
    display:none;
}

.col-nav {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px;
    background:transparent;
}

@media (min-width: 768px) {
    .market-slide, .no-slider.market-slider.slider-three > .market-slide {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .market-slide, .no-slider.market-slider.slider-three > .market-slide {
        width:33.333%;
    }
}

@media (min-width: 1200px) {
    .market-slide, .no-slider.market-slider.slider-three > .market-slide {
        width: 25%;
    }
}

.side-banner {
    padding-top: 10px;
    
}

.cookie-banner-flex {
    flex-direction: column;
    font-size: 11px;
    gap: 10px;
}

.cookie-banner-inner {
    border: solid 1px #ddd;
}

.cookie-banner {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    color: #000;
    z-index: 99;
    transform: none;
}

.btn-cookie-confirm {
    font-size: 12px;
}

.popup-inner {
    flex-direction:column;
    height:auto;
}

#marketing_popup_content {
    flex: auto;
    padding: 20px;
}

.popup-header {
    flex: auto;
    height: 200px;
}

.popup-close {
    left: 15px;
    top: 15px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#marketing_popup_diag .modal-dialog {
    margin: 25px;
}

.mobile-purchase-cont {
    position: sticky;
    bottom: 0px;
    left: 0;
    background: #fff;
    z-index: 99;
    padding: 15px 10px;
    margin: 0;
    transition: ease all 0.0s;
    opacity: 1;
    box-shadow: 0px 20px 0px 20px #ffffff;
}

    .mobile-purchase-cont.stopped {
        opacity: 0;
        display:none !important;
    }