


.dropdown-list {
    display: none;
    background-color: #6fa219;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 250px !important;
}


.dropdown-cat:hover .dropdown-list {
    display: block;
}

.white_gray {
    background-color: #fff;
}

.main_ads_cont {
    height: 400px !important;
}

.main_ads_cont h2{
    font-size: 24px;
    font-weight: bolder;
    line-height: 30px !important;
    width: 100% !important;
}

.bg-body {
    background-color: white;
}

.products .card-img-top {
    height: 120px !important;
}

.product-card-container {
    cursor: pointer;
}

.product-card-container:hover {
    transform: scale(1.05);
}


.product-card-container:hover .btn-view{
    display: block;
}

.product-card-container .btn-view {
    display: none;
}

.green-line {
    width: 80px;
    height: 2px;
    background-color: #95c93d;
    margin: 2px 0 15px 0;
}


.ads_cont {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ads_cont h2 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 50px;
    width: 70%;
}

.ads_cont h4 {
    font-size: 13px
}

.ads_cont button {
    padding: 4px 8px !important;
    font-size: 14px;
}

.our_shop {
    font-size: inherit;
}

.discount_banner {
    border: 2px dashed #95c93d;
    background-color: #e9f4d7;
    min-height: 120px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.discount_banner .percent {
    font-size: 30px;
    color: #95c93d;
}

.discount_banner .label_ {
    color: #95c93d;
}

.search-results {
    width: 87%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: red;
    border-radius: 10px;
    margin: 2px 18px;
    z-index: 20;
}


.search-results .list-group-item {
    font-size: 14px;
}

.btn-success{

    background-color: #95c93d !important;
    border-color: #95c93d !important;
}

.btn-outline-success {
    border-color: #95c93d !important;
    color: #95c93d !important;
}

.btn-success:hover{
    transform: scale(1.03);
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #95c93d !important;
}

.carousel-inner img {
    min-height: 300px;
}

.banner-img {
    height:  100px !important;
    object-fit: cover;
}

.amaron-every-need .amaron-every-block .aCard {
    width: 45% !important;
}

.menu-item a {
    text-decoration: none !important;
}

.drawer {
    transition: margin-left 0.6s ease-in-out 0s;
}

.drawer-active {
    margin-left: 0px !important;
    overflow-y: auto;
}

.toggle-btn-active {
    left: inherit !important;
    right: 80px !important;
    top: 20px !important;
    background: transparent !important;
    color: #000 !important;
    
}


.gallery-img-1 {
    height: 320px;
    width: 100%;
}

.gallery-img-2 {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.gallery-image:hover {
    transform: scale(1.1);
}


.review-img {
    margin-right: 0;
    margin-bottom: 10px;
    height: 130px;
}



  /* For desktop: */

@media only screen and (min-width: 768px) {

    .white_gray {
        background-color: inherit;
    }

    

    .ads_cont {
        width: 97%;
        height: 400px;
    }

    .ads_cont h2 {
        font-size: 35px !important;
        width: 50%;
    }

    
    .ads_cont h4 {
        font-size: 18px
    }

        
    .ads_cont button {
        padding: 6px 12px !important;
        font-size: 16px;
    }

    .main_ads_cont {
        height: 520px !important;
    }
    
    .main_ads_cont h2{
        font-size: 45px !important;
        line-height: 50px !important;
        width: 90% !important;
    }

    
    .products .card-img-top {
        height: 180px !important;
    }

    .our_shop {
        font-size: 30px;
    }


    .discount_banner {
        text-align: inherit;
        height: 250px;
    }
    
    .discount_banner .percent {
        font-size: 80px;
    }
    
    .discount_banner .label_ {
        font-size: 30px;
    }

    .discount_banner .det {
        font-size: 15px;
    }

    
    .search-results {
        width: 94%;
    }

    
    .carousel-inner img {
        height: 560px;
    }

    
    .banner-img {
        height:  400px !important;
    }


    .amaron-every-need .amaron-every-block .aCard {
        width: 33.33333% !important;
    }

    
    .gallery-img-1 {
        min-height: 631px;
        width: 100%;
        margin-right: 0%;
    }
    

    
    .review-img {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 0;
        height: 170px;
    }


}