/**
* Theme Name: Freshio Child - Organica
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.2.8
*/

/* Start Create Account Page */

.picker__select--year{
	width: auto !important;
}

/* End Create Account Page */


.attachment-woocommerce_thumbnail{
	width: 250px !important;
    height: 300px !important;
    object-fit: contain;
}

.size-woocommerce_thumbnail{
	width: 250px !important;
    height: 250px !important;
    object-fit: contain;
}

.discovery-nav-container{
    display: flex;
    align-items: center;
    /* gap: 10px; */
    overflow-x: auto;
    padding: 0px 0px;
    background-color: #5d9e80;
    scrollbar-width: none;
    z-index: 1000;

}

.diet-nav-container{
    background-color: #27513d;
    z-index: 900;
}

.discover-nav-item{
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    position: relative;
    background-color: #5d9e80;
    z-index: 995;
}


.diet-nav-item{
    background-color: #27513d;
    color: #f9f9f9;
}

.discover-nav-item:hover{
    background-color: #f9f9f9;
    color: #5d9e80;
}

.dropdown-content-title-link{
    text-decoration: underline;
}

.dropdown-content-title-link:hover{
    color: #27513d;
}

.dropdown-content {
  position: absolute;
  left: 0;
  display: none;
  top:220px;
  background-color: #fff;
  padding: 30px 16px;
  left: 0;
  width: 100%;
  z-index: 950;
  min-height: 500px;
  border-bottom: 1px solid #5d9e80;
  padding-top: 100px;
}

/* .discover-nav-item:hover + .dropdown-content, 
.dropdown-content:hover{
    display: block;
} */

.dropdown-content-show{
    display: block;
}
.dropdown-item-active{
    background-color: #f9f9f9;
    color: #5d9e80;
}

.dropdown-content-title{
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.dropdown-content-subtitle{
    font-size: 15px;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.dropdown-sub-categories{
    width: 100%;
    text-align: center;
}

.sub-category-item{
    display: inline-block;
    padding: 10px 10px;
}
.dropdown-content-inner{
    display: flex;
    gap: 10px;
    margin-top: 50px;
    /* background-color: #000; */
}

.dropdown-content-products{
    /* width: 80%; */
    display: flex;
    height: 100%;
    /* background-color: #bb0f0f; */
    overflow-x: auto;
    margin-left: 10px;
    scrollbar-width: none;
}

.dropdown-content-product{
    margin-right: 20px;
    margin-bottom: 10px;
    width: 250px;
}

.dropdown-content-product-name{
    font-weight: 600;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
}


.dropdown-content-product-price{
    font-weight: 600;
    font-size: 10px;
}

.dropdown-content-product-image{
    height: 100%;
    object-fit: cover;
}

.dropdown-image-slot{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .dropdown-content-product-name {
        font-size: 12px;
        margin-top: 12px;
    }

    .dropdown-content-products{
        display: flex;
        width: 100%;
        overflow-x: auto;
        margin-left: 10px;
    }

    .dropdown-content-product{
        margin-right: 20px;
        width: 150px;
    }

    .dropdown-content-product-image{
        width: 150px !important;
        height: 150px !important;
        object-fit: contain;
    }
    .dropdown-image-slot{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}