﻿@font-face {
    font-family: "Mokoto";
    src: url('/fonts/Mokoto/Mokoto Demo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.productsContainer {
    padding-top: 75px !important;
}

.footerTextMobile {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}

.filterButtonsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: self-start;
    margin-bottom: 100px;
}

    .filterButtonsContainer > p {
        background: linear-gradient(45deg, #ffff 0%, #ffff 100%);
        padding: 7px 27px;
        font-size: 14px;
        border-radius: 50px;
        cursor: pointer;
    }

        .filterButtonsContainer > p:hover {
            color: white;
            background: linear-gradient(45deg, #dd4454 0%, #dd9044 100%);
        }

    .filterButtonsContainer > .active {
        color: white;
        background: linear-gradient(45deg, #dd4454 0%, #dd9044 100%);
    }

.singleProductContainer{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.productDesc{
    padding-top: 0px !important;
    margin: 0px !important;
}

.product .images {
    width: 80% !important; 
    height: auto !important; 
    max-width: 800px !important;
    margin: 0 auto !important;
}

    .product .images img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
    }

    .product .images .flex-control-thumbs {
        justify-content: flex-start !important;
        gap: 10px
    }

/*Stores*/
.storeName{
    font-size: 17px;
}

.customContainer{
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.customLogo {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 76% !important;
}

.customLogo > span{
    font-family: "Mokoto", Arial, sans-serif;
    font-size: 13px;
}

/*Mobile Nav Changes*/
.MobileVersionNavLogos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.MobileVersionNavContacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.singleContactContainer {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .singleContactContainer .streetAddressMobile {
        font-weight: normal !important;
        text-align: right;
        font-size: 10px !important;
        font-family: 'poppins', sans-serif !important;
    }

    .singleContactContainer a {
        font-weight: normal !important;
        text-align: right;
        font-size: 12px !important;
        padding: 0px !important;
    }

.logoContainer {
    width: 40%;
    margin-bottom: 10px;
}

.logoContainerBisGroup {
    width: 20%;
    margin-top: 10px;
}


.MobileVersionNavLogos{
    display: none;
}

@media (max-width: 767px) {
    .MobileVersionNavLogos {
        display: flex;
        position: relative;
        z-index: 100;
    }

    .imageDivider {
        width: 100%;
        height: auto;
    }

        .imageDivider > img {
            object-fit: contain;
        }

    .customLogo > span {
        margin-left: 0px;
    }

    .footerTextMobile{
        font-size: 12px;
    }

    .mobileFooterContactText {
        font-size: 13px;
    }

    .customLogo {
        width: 54% !important;
    }

    .page_title, .call-to-action {
        background-size: unset !important;
        background-image: url(../img/BreadCrumbs/breadcrumbMobile.png) !important;
    }

    .filterButtonsContainer {
        gap: 10px;
    }

        .filterButtonsContainer > p {
            padding: 4px 21px;
            font-size: 12px;
        }

    .singleProductContainer {
        gap: 30px;
    }

    .streetAddress{
        font-size: 14px;
    }
    .logoFooterContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .youtubeVidContainer > iframe{
        max-height: 300px;
    }

    .customLogo > span {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .MobileVersionNavLogos {
        display: flex;
        position: relative;
        z-index: 100;
    }

    .customLogo > span {
        margin-left: 0px;
    }

    .mobileFooterContactText {
        font-size: 13px;
    }

    .page_title, .call-to-action {
        background-size: unset !important;
    }

    .filterButtonsContainer {
        gap: 20px;
    }

    .product .images {
        width: 100% !important;
        height: auto !important;
        max-width: 800px !important;
        margin: 0 auto !important;
    }

    .streetAddress {
        font-size: 12px !important;
    }

    .youtubeVidContainer > iframe {
        max-height: 300px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .storeName {
        font-size: 13px;
    }

    .streetAddress {
        font-size: 10px !important;
    }

    .storeName ~ div > div:nth-child(2) > span{
        font-size: 10px !important;
    }

    .youtubeVidContainer > iframe {
        max-height: 400px;
    }

}

.pswp__img {
    object-fit: cover;
}


@media screen and (max-width: 992px) {
    .removeInMobileTablet {
        display: none;
    }

    .page_footer .footer-special-column h6{
        margin-top: 0px !important;
    }

    .sf-menu i[class] {
        margin-right: 0px !important;
    }
}

@media (max-width: 1199px) {
    .sf-menu {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        flex-wrap: nowrap;
    }
}


.langugecontainer {
    margin-left: 5%;
    position: relative;
    transform: scale(0.8);
}

.selectedLanguage {
    display: flex;
    margin: 0px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    background: #dd4454;
    color: white;
    padding: 3px 6px;
    border-radius: 7px;
}

    .notselectedlanguage > img,
    .selectedLanguage > img {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        object-fit: cover;
    }

.languagedropdown {
    position: absolute;
    background: antiquewhite;
    list-style: none;
    top: 40px;
    background: #dd4454;
    border-radius: 7px;
}


.notselectedlanguage {
    display: flex;
    margin: 5px 0px;
    gap: 6px;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: white;
    padding: 3px 6px;
}

    .notselectedlanguage:hover {
        background-color: #dd9044;
    }


@media (max-width: 768px) {
    .langugecontainer {
        position: absolute;
        right: 73px;
        top: -43px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .langugecontainer {
        position: absolute;
        right: 83px;
        top: -13px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .langugecontainer {
        position: absolute;
        right: 83px;
        top: -13px;
    }
}

.customCardBody{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}