@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bebas+Neue&display=swap');

::-moz-selection { /* Code for Firefox */
    color: #f8f8f8;
    background: rgba(220, 59, 56, 0.65);
}

::selection {
    color: #f8f8f8;
    background: rgba(220, 59, 56, 0.65);
}

.brand-icon{
    height: 11vh!important;
    width:auto;
    object-fit: contain;
    vertical-align: bottom;
}

.maps-area{
    padding: 50px 0!important;
}

.padding-30-y-lg{
    padding: 30px 0!important;
}

.contact-ul{
    list-style: none;
    font-size: 25px;
}

.contact-ul li a{
    text-decoration: none;
    color: #0D0D0D;
}

.center-flex{
    display: flex!important;
    justify-content: center!important;
}

.price-font{
     font-family: 'Source Sans Pro', sans-serif;
}

.composition-table{
    font-size: 16px;
    padding-top: 15px;
}

.composition-table td{
    padding-left: 5px;
}

.about-footer{
    font-size: 16px!important;
    padding-top: 20px;
}

.product-slider-image img{
    transition: 800ms ease-in-out;
}

.product-slider-image:hover img{
    transform: scale(1.03);
}

.composition-table th, .composition-table td{

    vertical-align: top!important;
}

.card-content h4{
    /*line-height: 35px;*/
    display: none!important;
}

.top-bar-text{
    line-height: 4.5;
}

.brand-logo-text{
    font-family: 'Bebas Neue', cursive;
    font-size: 3.2vh;
    vertical-align: text-top!important;
    padding-right: 5px;
}
.font-slider-heading
{
    font-size: 38px;
}

.sticky .brand-icon{
    height: 11vh!important;
    object-fit: contain;
}

.theme-color-black{
    color: #0f0f0f!important;
}

.theme-color-white{
    color: #f5f5f5 !important;
}

.padd-left-30{
  padding-left: 30px!important;
}

.mobile-only{
    display: none;
}

.p-t-logo-text{
    vertical-align: top;
    padding-top: 10%;
}


.set-height-12vh{
    height: 11vh;
    text-align: center;
}

.margin-vertical-auto{
    margin:2.4vh auto!important;
}
.inline-block{
    display: inline-block;
}

.cp-img{
    aspect-ratio: 19/9;
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.sub-logo{
    font-size: 1.8vh;
}
.p-card-outer{
    padding: 15px 0;
}

.card-content{
   background-color: white;
}

.composition-table tr{
    line-height: 25px;
    border-bottom: 0.5px solid #ababab;
}

.top-bar-mobile{
    display: none!important;
}

.img-heading{
    height: 100px;
    width: 100px;
}
.font-50{
    font-size: 50px!important;
}

@media screen and (max-width: 1230px) and (min-width: 990px){
    .brand-logo-text{
        font-size: 2vh;
    }
    .sub-logo{
        font-size: 1.1vh;
    }
    .mobile-only{
        display: none;
    }
    .z-tabs.silver > ul > li.z-active > a{
        border: none;
    }
    .z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a {
        margin: -10px -2px 0 0;
    }
}

@media screen and (max-width: 989px){
    .desktop-only{
       display: none;
    }
    .mobile-only{
        display: inline-block;
    }
    .mobile-logo-text{
        position: relative;
        top:25%;
        left: -15%;
    }
    .slider-cards{
        width:45vw!important;
        height: 25vw!important;
    }
    .slider-heading{
       margin-top: 3vw!important;
    }
    .slider-subheading{
        margin-top: 3vw!important;
    }

    .slider-button{
        margin-top: -2vw!important;
    }

    .main-footer .get-touch ul li{
        margin: 0 0 20px 0;
    }

    .padding-30-y-lg{
        padding: 0!important;
    }
    .z-tabs.silver > ul > li.z-active > a{
        border: none;
    }
    .composition-table th, .composition-table td{
        font-size: 13px!important;
        /*fix*/
        /*font-size: 11px!important;*/
        vertical-align: top!important;
    }
    .composition-table tr{
        line-height: 30px;
        border-bottom: 0.5px solid #ababab;
    }

    .col-xs-6{
        padding-left:0;
        padding-right:0;
    }
    .img-layer-slide-left-right img{
        width: 100% !important ;
        padding: 0 10%;
    }

    .top-bar-mobile{
        background-color: #434a5a;
        display: block!important;
        position: sticky!important;
        z-index: 100000!important;
    }

    .img-heading{
        width: 50px;
        height: 50px;
    }

    .img-layer-slide-left-right{
        width: 100%;
        height: 200px;
    }

    .img-layer-slide-left-right img{
        width: 100% !important;
        height: 100% !important;
    }

    .welcome-two{ 
        padding:20px 0;
        margin:-1px 0 0 0;
    }
    .font-50{
        font-size: 30px!important;
    }
}
.p-y-30{
    padding: 30px 15px;
}



.theme-color-red{
    color: #f15b5a!important;
}

.theme-color-card-bg{
    background-color: #ffffff;
    border: 3px solid #d5d5d5;
    border-radius: 10px;
    overflow: scroll;
    height: 300px;
    width: 94%;
}

.card-img{
    background-color: #f6f6f6;
}

.theme-color-card-bg:hover #tabbed-nav, .theme-color-card-bg:focus #tabbed-nav{
   overflow-y: hidden!important;
    position: fixed!important;
}

.theme-color-card-bg::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.theme-color-card-bg {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.card-content{
    padding: 15px 0 5px 10px ;
}

.heading-font{
    font-family: 'Abril Fatface', cursive;
    font-size: 32px;
    letter-spacing: 2px;
}
.logo-font{
    font-family: 'Bebas Neue', cursive;
}

.ml-neg-5{
    margin-left: -5px;
}
.ml-neg-15{
    margin-left: -15px;
}
.ml-neg-10{
    margin-left: -10px;
}

.round-border-top-left, .round-border-top-left-err{
    border-top-left-radius: 90px!important;
    border-bottom-right-radius: 90px!important;
    overflow: hidden!important;
}

.round-border-rev{
    border-bottom-left-radius: 90px!important;
    border-bottom-right-radius: 90px!important;
    overflow: hidden!important;
}

.cookie-prompt{
    position: fixed;
    bottom: 0!important;
    background-color: rgba(236, 94, 91, 0.76) !important;
    width: 100vw ;
    height: 25vh;
    z-index: 100000;

}
.padd-x-50{
    padding: 10px 50px;
}

.m-e-5{
    margin-right: 25px;
}
/*fix*/
@media screen and (max-width: 989px){
    .ml-neg-5{
        margin-left: -9px;
    }

    .round-border-top-left{
        border-top-left-radius: 30px!important;
        border-bottom-right-radius: 30px!important;
    }

    .round-border-rev{
        border-bottom-left-radius: 30px!important;
        border-bottom-right-radius: 30px!important;
    }
    .round-border-top-left-err{
        border-top-left-radius: 120px!important;
        border-bottom-right-radius: 120px!important;
    }
    .cookie-prompt {
        height: 40vh;
    }
}




