﻿.Modal-d-none {
    display: none !important;
}

.ProductDesktop {
    display: flex !important;
}

.ProductMobile {
    display: none !important;
}

.center-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.productInformationContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

    .productInformationContainer > * {
        margin-top: 0;
        margin-bottom: 0;
        flex-grow: 0;
    }

    .productInformationContainer > div {
        padding: 0;
        flex-grow: 0;
    }

.productInformationContainerLarge {
    width: 95%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.DescriptionContainer {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.Description {
    font-family: Montserrat;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 26px 13px 26px;
    border-bottom: 1px solid #cfcfcf;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

.carousel {
    max-width: 43%;
    min-width: 300px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.SecondaryBanner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px;
    color: white;
    align-items: center;
    margin-bottom: 11px
}

.DiscountText p{
    margin-bottom:0px !important;
}

.ProductDetails {
    width: 52%;
    min-width: 300px;
}

.ProductDetailItem {
    display: flex;
    flex-flow: column nowrap;
    gap: 7px;
    justify-content: flex-start;
}

.ProductDetailItemContainer {
    display: flex;
    flex-flow: row nowrap;
    gap: 7px;
    justify-content: flex-start;
}

.saleIcon {
    background-color: #9F2241;
    color: white;
    padding: 38px 28px;
    border-radius: 100px;
    max-width: 135px;
    max-height: 135px;
    font-size: 30pt;
    font-weight: bold;
    margin-right: 20px;
    text-align: center;
}

.youtubeIcon {
    height: 81.75px !important;
}

.youtubeCover {
    display: block;
}

.ProductModal {
    width: 90%;
}

.ProductModalItems {
    display: block;
}

.ProductModalScroll {
    display: none;
}

.bundleButton {
    height: 37px;
    width: 130px;
    font-family: 'Montserrat', monospace;
    background-color: #449a45;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 25px;
    transition: background-color 0.3s, transform 0.2s;
}

    .bundleButton:hover, .bundleButton:focus {
        background-color: #306d31;
        transform: scale(1.05);
    }

    .bundleButton:active {
        transform: scale(0.95);
    }

.AboutTheTest {
    font-family: 'Montserrat', monospace;
    border: none;
    background-color: white;
    padding: 12px 15px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.2s;
    border-right: 4px solid lightgrey
}

    .AboutTheTest:hover {
        border-right: 2px solid #449a45;
        background-color: #449a45;
        color: white !important;
        transform: scale(1.02);
        outline: none;
    }

    .AboutTheTest:active {
        transform: scale(0.97);
        border: none;
        outline: none;
    }

    .AboutTheTest.active, .AboutTheTest:focus {
        outline: none;
        color: #449a45;
        outline: none;
        border-right: 4px solid #449a45;
    }

.quantityButton {
    font-family: 'Montserrat', monospace;
    width: 24px;
    height: 24px;
    margin: 5px;
    background-color: lightgrey;
    color: black;
    font-size: 16pt;
    font-weight: 700;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.2s;
}

    .quantityButton:hover, .quantityButton:focus {
        transform: scale(1.05);
        border: 0px solid lightgrey;
    }

    .quantityButton:active {
        transform: scale(0.95);
        border: 0px solid lightgrey;
    }

.quantityInput {
    margin: 5px;
    height: 25px;
    width: 30px;
    font-size: 9pt;
    font-weight: 700;
    text-align: center;
    border: 1px solid lightgrey;
}

    .quantityInput:hover, .quantityInput:focus {
        border: 1px solid lightgrey;
    }

    .quantityInput:active {
        border: 1px solid lightgrey;
    }

.AddToCartBtn {
    display: inline-block;
    font-size: 13pt;
    margin: 15px 0px 10px 15px;
    font-family: Montserrat;
    background-color: #449a45;
    color: white;
    /*height: 42px;*/
    padding: 10px 0px;
    width: calc(100% - 0px);
    transition: background-color 0.3s, transform 0.2s;
    border: none;
    cursor: pointer;
}

    .AddToCartBtn:hover, .AddToCartBtn:focus {
        background-color: #306d31;
        /*  transform: scale(1.05);
                                                                                                        border: none */
    }

/* .AddToCartBtn:active {
                                                                                                        transform: scale(0.95);
                                                                                                        border: none
                                                                                                 } */
.FAQQuestion {
    background-color: #f8f8f8; /* #e6e6e6 */
    padding: 13px 26px 13px 26px;
    font-family: 'Montserrat', monospace;
    color: black;
}

.AboutTheTestMobile {
    padding: 13px 26px 13px 26px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Montserrat', monospace;
    font-size: 11pt;
    color: black;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .AboutTheTestMobile.active {
        color: #449a45;
        border-bottom: 2px solid #449a45;
    }

.ResourceCard {
    border-radius: 30px;
    height: 240px;
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
    flex-flow: column nowrap;
    gap: 10px;
    font-family: 'Montserrat', monospace;
    text-align: center;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #8dc63f;
}

.SecondaryBannerItem img {
    width: 100%;
    max-height: 85px;
}

.SecondaryBannerItem p {
    color: white;
    margin: 0 !important;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 300px;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; /* Keeps the overlay invisible */
    z-index: 10; /* Ensures the overlay is above the iframe */
}


.modalImageItem {
    background-color: transparent;
    border: none;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    border: 3px solid lightgrey
}

    .modalImageItem:hover, .modalImageItem:focus, .modalImageItem.active {
        border: 3px solid #8dc63f;
    }

mark {
    padding: 0px;
    background-color: rgb(255, 201, 14);
}

.modal-dialog {
    width: 80% !important; /* Override Bootstrap or other styles */
    margin: auto !important;
}

.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    color: #449A45;
    font-size: 14pt;
    margin: 0px;
}

.owl-theme .owl-nav [class*='owl-prev'] {
    left: -35px !important;
}

.owl-theme .owl-nav [class*='owl-next'] {
    right: -35px !important;
}

.owl-dots {
    margin-top: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #ccc;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: grey;
    border-color: grey;
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item {
    display: flex;
    margin-left: 10px;
    justify-content: center;
}


.responsive-square {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item.active {
    border: 2px solid #8dc63f !important;
}

.responsive-square::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.responsive-16by9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

    .responsive-16by9 iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.zoomLens {
    border: 2px solid #449A45 !important;
}

.ProductDetailsSmallContainer {
    width: 38%;
    min-width: 200px;
    display: flex;
    gap: 5px;
    flex-flow: column nowrap;
}

/*These align with bootstrap sizing*/
@media only screen and (max-width: 992px) {

    .productInformationContainer {
        flex-flow: row wrap !important;
        justify-content: center !important;
        flex-grow: 0 !important;
    }

    .productInformationContainerLarge {
        justify-content: center !important;
    }

    .carousel {
        max-width: 75% !important;
        min-width: 300px;
        flex-flow: row wrap !important;
        justify-content: center !important;
    }

    .ProductDetails {
        width: 90%;
    }

    .ProductModal {
        width: 100% !important;
        height: 100dvh !important;
        margin: 0px;
        padding: 0px !important;
    }

    .ProductDesktop {
        display: none !important;
    }

    .ProductMobile {
        display: flex !important;
    }

    .ProductModalItems {
        display: none !important;
    }

    .DisplayImage {
        width: 100% !important;
        max-width: 500px !important;
    }

    .ProductModalScroll {
        display: flex !important;
    }
}

@media only screen and (max-width: 1200px ) {
    .youtubeIcon {
        height: 76.5px !important;
    }
}

@media only screen and (max-width: 768px) {
    .saleIcon {
        display: none !important;
    }

    .DisplayImage {
        max-width: 400px !important;
    }

    .SecondaryBannerItem {
        max-width: 100% !important;
    }

    .SecondaryBanner {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 576px ) {
    .youtubeIcon {
        height: 56px !important;
    }

    .ProductDetailItem {
        flex-flow: row nowrap !important;
    }

    .ProductDetailItemContainer {
        flex-flow: column nowrap !important;
    }

    .ProductDetailsSmallContainer {
        width: 100%;
    }
    /*   .youtubeCover {
        display: none !important;
    }*/
}
