/* Navbar Desaign */
.navbar{
    background-color: #1eaddc;
    z-index: 1050 !important
}

.icon-nav{
    transform: rotate(20deg);
}

.icon-search-nav1{
    color: #1eaddc;
}

.search-nav::placeholder {
    color: #1eaddc;
}

.search-nav:focus{
    box-shadow: 0px 0px 0px #fff !important;
    border: 1px solid #1eaddc !important;
}

.search-results{
    display: none; 
    z-index: 1000;
    max-height: 300px; 
    overflow-y: auto;
}

.result-search-items{
    cursor: pointer;
}

.result-search-items:hover{
    background-color: #f1f1f1;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 1050;
}

.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
}

#back-button {
    background: transparent;
    border: none;
    color: #1eaddc;
}

#search-input-overlay {
    width: 80%;
    margin: 0 auto;
    padding: 5px 10px;
}

.search-results-overlay {
    background-color: white;
    padding: 20px;
    max-height: calc(100% - 60px); 
    overflow-y: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 300px; 
    overflow-y: auto;
}

.icon-search-nav2{
    background-color: #1eaddc;
    padding: 10px 10px;
    font-size: 40px !important;
}

.sub-menu-nav{
    z-index: 1050 !important; 
    left: 28.5%; 
    transform: translateX(-50%); 
    width: 33%;
    text-align: center;
}

.container-item-submenu-nav .dropdown-item:hover{
    background-color: #1eaddc;
    color: #fff;
}

.navbar-mobile{
    background-color: #1eaddc;
    z-index: 1050 !important;
}

.sub-menu-nav-mobile {
    z-index: 1050 !important;
    left: 50%;
    transform: translateX(-50%);
    width: 95%; 
    bottom: 70px; 
}
/* End Navbar Desaign */


/* Banner Desaign */
.banner-product{
    margin-top: 75px;
}

.button-previous-banner {
    width: 45px !important;
    height: 45px !important;
    top: 45% !important;
    left: 2% !important;
    background-color: #dfd8ce !important;
    border-radius: 50% ;
}

.button-next-banner {
    width: 45px !important;
    height: 45px !important;
    top: 45% !important;
    right: 2% !important;
    background-color: #dfd8ce !important;
    border-radius: 50% ;
}
/* End Banner Desaign */


/* Icon All Products Design */
.menu-container {
    padding: 15px;
}

.menu-item {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.menu-item a {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-item a:hover {
    color: #fff;
}

.menu-item img {
    transition: all 0.3s ease-in-out;
    margin-bottom: 8px;
}

.menu-item:hover img {
    transform: translateY(-5px);
}

.menu-item p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.menu-item:hover p {
    opacity: 0;
}
/* End Icon All Products Design */


/* Product Desaign */
.button-next-product {
    width: 45px !important;
    height: 45px !important;
    top: 35% !important;
    right: 1% !important;
    background-color: #dfd8ce !important;
    border-radius: 50% ;
}

.button-prev-product {
    width: 45px !important;
    height: 45px !important;
    top: 35% !important;
    left: 1% !important;
    background-color: #dfd8ce !important;
    border-radius: 50% ;
}

.card{
    cursor: pointer;
    border: 1px solid #1eaddc;
}

.price-container {
    background-color: #1eaddc; 
    min-width: 140px;
}

.card-title {
    display: -webkit-box;
    flex-grow: 1; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-img-top {
    width: 100%;
    height: 300px; 
    object-fit: cover;
}

.btn-cart{
    background-color: #f06d25;
}

.btn-cart:hover{
    background-color: #d2500b;
}

.btn-whatsapp{
    background-color: #25D366;
}

.btn-whatsapp:hover{
    background-color: #09b347;
}
/* End Product Desaign */


/* Footer */
.footer{
    background-color: #1eaddc;
}

.icon-footer{
    transform: rotate(20deg);
}

.whatsapp-icon {
    z-index: 1000;
}

#waButton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
}

#waButton:hover {
    background-color: #09b347;
}

.wa-list {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 270px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.button-close-numWhatsapp{
    color: #25D366;
    box-shadow: 0px 0px 0px #fff !important;
}

.bxl-whatsapp{
    color: #25D366;
}
/* End Footer */


/* Size Only Handphone */
@media (max-width: 451px) {

    .bx-cart{
        font-size: 30px !important;
    }

    .banner-product{
        width: 200% !important;
    }

    .product-slide{
        width: 205% !important;
    }

    .menu-container {
        width: 210% !important;
    }

    .supporting-image{
        width: 200% !important;
    }

    .banner-product{
        margin-top: 90px !important;
    } 

    .search-results-overlay {
        top: 70px;
    }
}
/* End Size Only Handphone */


/* Size Handphone Or Tablet */
@media (max-width: 991px) {
    meta[name="viewport"] {
        content: "width=device-width, initial-scale=0.41, maximum-scale=1, user-scalable=no" !important;
    }

    .search-overlay {
        display: none;
    }

    .sub-menu-nav {
        display: none;
    }

    .product-carousel-3{
        margin-bottom: 100px;
    }

    .banner-product{
        margin-top: 90px;
    }

    .whatsapp-icon{
        bottom: 8% !important;
    }

    #waButton {
        font-size: 23px;
        width: 90px;
        height: 90px;
    }

    .wa-list{
        font-size: 30px !important;
        width: 450px !important;
    }

    .wa-list p{
        font-size: 35px !important;
    }

    .bxl-whatsapp{
        font-size: 30px !important;
    }

    .icon-x-listNumber{
        font-size: 35px !important;
    }

    .card-img-top {
        height: 500px; 
        object-fit: cover;
    }

    .badge{
        font-size: 18px !important;
    }

    p{
        font-size: 25px !important;
    }

    .icon-notresultproduct{
        font-size: 40px !important;
    }

    h5{
        font-size: 30px !important;
    }

    h2{
        font-size: 50px !important;
    }

    h4{
        font-size: 40px !important;
    }

    .fa-cart-plus{
        font-size: 25px !important;
    }

    .whatsapp-icon-product{
        font-size: 33px !important;
    }

    .card-text{
        font-size: 30px !important;
    }

    .price-container {
        background-color: #1eaddc; 
        min-width: 230px;
    }

    .bx-cart{
        font-size: 45px !important;
    }

    .icon-search-nav1{
        font-size: 25px !important;
    }

    #search-input{
        font-size: 25px !important;
    }

    .text-search-mobile{
        font-size: 25px;
    }
}
/* End Size Handphone Or Tablet */


/* Size Up To Tablet */
@media (min-width: 992px) {
    #search-results {
        display: block;
    }

    .search-overlay {
        display: none !important;
    }

    .sub-menu-nav-mobile {
        display: none;
    }
}

@media (max-width: 1030px) {
    .navbar-nav {
        display: none !important;
    }
}
/* End Size Up To Tablet */