﻿.category ul {
    display: none;
}
.learnMorePrimaryBtn {
    padding: 5px;
    width: 400px;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 10pt;
    border: 1px solid #449a45;
    background-color: #449a45;
    border-radius: 13px;
    margin-top: 20px;
}

    .learnMorePrimaryBtn:hover, .learnMorePrimaryBtn:focus, .learnMorePrimaryBtn:active {
        background-color: #569c56;
        transition: 0.3s;
        color: white;
        outline: none;
    }
.category.show ul {
    display: ;
}

.youtubeVidContainer {
    max-width: 90% !important;
}
.categoriesContainer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 85%;
    gap: 20px;
}

.categoriesSideBar {
    display: flex;
    margin: 10px;
    padding: 20px;
    font-size: 12pt;
    flex-direction: column;
    font-family: 'Montserrat';
    width: 340px;
    color: black;
}

.productsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    max-width: 860px;
    width:70%;
}

.colorOval {
    width: 35px;
    height: 10px;
    border-radius: 15px;
    background-color: #449a45;
}

.dropdown-container {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.dropdown-label {
    margin-right: 8px;
    font-weight: bold;
}

select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.productDisplayTab {
    display: flex;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    width: 270px;
    border-color: white;
    height: 430px;
    font-family: 'Montserrat';
    color: #707070;
    font-size: 12pt;
    align-items: center;
    text-decoration: none !important;
    /*justify-content: space-between; */
}

    .productDisplayTab:hover {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

.productInfo {
    margin-bottom: 20px;
}
.productSearchBar {
    width: calc(100% - 223px);
    border-radius: 20px;
}
.MobileCategoryCarousel {
    height: 37px;
    width: auto;
    font-family: 'Montserrat', monospace;
    border: none;
    cursor: pointer;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
    border: 1px solid grey;
    color: grey;
    margin-right: 14px;
    background-color: white;
}

/*    .MobileCategoryCarousel:hover, .MobileCategoryCarousel:focus {
        transform: scale(1.05);
    }*/

    .MobileCategoryCarousel:active {
        transform: scale(0.95);
    }

.learnMoreBtn {
    padding: 14px;
    width: 230px;
    display: flex;
    justify-content: center;
    color: #449a45;
    font-size: 12pt;
    border: 1px solid #449a45;
    background-color: white;
    border-radius: 7px;
    margin-bottom: 20px;
}
    .learnMoreBtn:hover, .learnMoreBtn:focus, .learnMoreBtn:active {
        background-color: #449a45;
        transition: 0.3s;
        color: white;
        outline: none;
    }

.FilterMobile {
    padding: 13px 26px 13px 3px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Montserrat', monospace;
    font-size: 11pt;
    color: black;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-content:center;
    width: 100%;
    margin-bottom:10px;
}

    .FilterMobile.active {
        color: #449a45;
        border-bottom: 2px solid #449a45;
    }
.FilterMobileSymbol {
    margin-top: 5px;
    font-size: 10pt;
    color: #449a45;
}
.catImage {
    border-radius: 14px 14px 0 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    margin-top: 20px;
    max-width: 250px;
}
.textAndBtn {
    height: 249px;
    color: grey;
    width: 100%;
    padding: 0px 20px 0px 20px;
    text-align:left;
    /*max-width: 250px;*/
}

.sortByMobile {
    background-color: #e8e8e8;
    border-radius: 15px;
    padding: 10px 15px 10px 15px;
    width: 70%;
    display: flex;
    color: black;
    justify-content: space-between;
    align-items: center;
    margin: -12px auto 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: none;
}

.dropdownMenu {
    display: none;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: bottom 0.3s;
    z-index: 9;
}

    .dropdownMenu.active {
        display: block;
        bottom: 100%;
    }

.CategoryCarousel{
    display:none;
}

@media only screen and (max-width: 1468px) {
    .productDisplayTab {
        width:48% !important;
        height:410px !important;
    }
@media only screen and (max-width: 1200px) {
    .categoriesContainer {
        width: 95% !important;
    }
    .categoriesSideBar {
        width: 27% !important;
    }
}

@media only screen and (max-width: 992px) {
    .categoriesContainer {
        width: 98% !important;
    }
    .categoriesSideBar {
        width: 25% !important;
    }

}
@media only screen and (max-width: 850px) {
    .categoriesSideBar {
        display: none !important;
    }
    .productsContainer{
        justify-content: center;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .sortBy {
        display: none !important;
    }
    .catImage {
        width: 158px !important;
        border-radius: 14px 0 0 14px !important;
        border-bottom: none !important;
        border-right: 1px solid #e3e3e3;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .productDisplayTab {
        width: 100% !important;
        height: 158px !important;
        flex-direction: row !important;
    }
    .learnMoreBtn {
        padding: 3px !important;
        font-size: 10pt !important;
        border-radius: 15px !important;
        margin-left: 25px;
        margin-bottom: 10px;
        width: 90% !important;
    }
    .textAndBtn {
        justify-content: space-between;
        height: 133px;
        width: 100% !important;
        margin-top:15px !important;
    }
    .productSearchBar {
        width: 100% !important;
    }
    .sortByMobile{
        display:flex !important;
    }
    .learnMorePrimaryBtn {
        width: 80% !important;
    }
    .CategoryCarousel{
        display:block !important;
    }
}
@media only screen and (max-width: 700px){
    .productDisplayTab {
        height: 170px !important;
    }
    
    .textAndBtn {
        font-size: 10pt !important;
        margin-top: 4px !important;
    }

    .learnMoreBtn {
        width: 80% !important;
    }
    .productsContainer {
        width: 95% !important;
    }
    .catImage {
        width: 120px !important;
        border-bottom: 0px;
        border-radius: 0px !important;
    }
}
@media only screen and (max-width: 400px) {
    
    
}
/*This really only applies to the galaxy fold*/
@media only screen and (max-width: 350px) {
    .catImage {
        width: 90px !important;
        border-bottom: 0px;
    }

    .textAndBtn {
        font-size: 7pt !important;
        margin-top: 4px !important;
    }
}