@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar-custom {
    padding: 10px 20px;
    background-color: #fff;
}

.search-bar {
    flex-grow: 1;
    margin: 0 20px;
    position: relative;
    display: flex;
    margin-left: 240px;
}

.search-bar input {
    border-radius: 10px 0 0 10px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-right: none;
}

.search-bar button {
    border-radius: 0 10px 10px 0;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #FACC15;
    color: white;
    border-left: none;
    cursor: pointer;
}

.search-bar button .fas {
    font-size: 1.2rem;
}

.user-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 150px;
}

.user-cart a {
    color: #FACC15;
    text-decoration: none;
    font-weight: bold;
}

.user-cart i {
    font-size: 1.5rem;
}

.navbar-brand img {
    width: 60px;
}

.vertical-separator {
    width: 1px;
    height: 24px;
    background-color: #3f3e38;
}

@media (max-width: 992px) {
    .search-bar {
        margin-left: 20px;
        width: calc(100% - 80px);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.navbar-custom {
    padding: 10px 20px;
    background-color: #fff;
}

.search-bar {
    flex-grow: 1;
    margin: 0 20px;
    position: relative;
    display: flex;
    margin-left: 240px;
}

.search-bar input {
    border-radius: 10px 0 0 10px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-right: none;
}

.search-bar button {
    border-radius: 0 10px 10px 0;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #FACC15;
    color: white;
    border-left: none;
    cursor: pointer;
}

.search-bar button .fas {
    font-size: 1.2rem;
}

.user-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 150px;
}

.user-cart a {
    color: #FACC15;
    text-decoration: none;
    font-weight: bold;
}

.user-cart i {
    font-size: 1.5rem;
}

.navbar-brand img {
    width: 60px;
}

.vertical-separator {
    width: 1px;
    height: 24px;
    background-color: #3f3e38;
}

@media (max-width: 992px) {
    .search-bar {
        margin-left: 20px;
        width: calc(100% - 80px);
    }
}

@media (max-width: 768px) {
    .navbar-custom {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-bar {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
        order: 2;
    }

    .search-bar input {
        width: calc(100% - 80px);
    }

    .user-cart {
        margin-right: 10px;
        flex-direction: row;
        margin-left: 0;
        order: 3;
        margin-top: 20px;
    }

    .user-cart a {
        font-size: 0.9rem;
    }

    .user-cart i {
        font-size: 1.2rem;
    }
}



.dropdown-container {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 0;
}

.dropdown-container .btn {
border-radius: 50px;
padding: 10px 20px;
margin: 0 5px;
}

.dropdown-container .btn-primary {
background-color: #ffc107;
border: none;
color: #000;
}

.dropdown-container .btn-secondary {
background-color: #f0f4f7;
border: none;
color: #000;
}

.dropdown-container .btn-secondary:hover,
.dropdown-container .btn-primary:hover {
background-color: #e6b800;
color: #fff;
}

@media (max-width: 768px) {
.dropdown-container {
flex-wrap: wrap;
}

.dropdown-container .btn {
margin-bottom: 10px;
}
}


/* .product-section {
    padding: 20px 0;
} */
.product-sliders {
text-align: center;
margin-top: 20px;
}
.main-image {
max-width: 100%;
max-height: 500px; /* Adjust this value as needed */
height: auto;
border: 1px solid #ddd;
margin-bottom: 10px;
object-fit: contain; /* Ensures the image fits within the specified dimensions */
}
.thumbnail {
max-width: 100px;
height: auto;
cursor: pointer;
border: 1px solid #ddd;
margin: 5px;
transition: border 0.3s;
}
/* .thumbnail:hover {
border: 2px solid #007bff;
} */
.active-thumbnail {
border: 2px solid #007bff;
}
.thumbnails-container {
display: flex;
justify-content: center;
}


.product-details {
    padding: 20px;
}

.product-details h1 {
    font-size: 2rem;
}

.product-details .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product-details .rating i {
    color: #ffcc00;
}

.product-details .price {
    color: #ff0000;
    font-size: 1.5rem;
    margin-bottom: 10px;
    
}

.product-details .old-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}

.special-offer {
display: flex;
align-items: center;
gap: 20px;
font-size: 0.8rem;
margin-top: 10px;
background-color: #FFEDD5;

}

#offer-timer {
display: flex;
gap: 5px;
}

.timer-box {
display: inline-block;
padding: 10px;
background-color: #f0ae6c;
border-radius: 5px;
font-weight: bold;
color: #E54D26;
text-align: center;
}

@media (max-width: 768px) {
.special-offer {
flex-direction: column;
align-items: flex-start;
gap: 5px;
}

#offer-timer {
gap: 3px;
}

.timer-box {
padding: 8px;
}
}

.product-details .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-details .quantity input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.product-details .btn {
    border-radius: 5px;
    font-size: 1rem;
}

.product-details .btn-whatsapp {
    background-color: #ffcc00;
    color: #161515;
    border: none;
}

.product-details .btn-whatsapp:hover {
    background-color: #FFF7ED;

}

.product-details .btn-cart {
    background-color: #ffcc00;
    color: #000;
    border: none;
    width:30%;
}

.product-details .btn-cart:hover {
    background-color: #e6b800;
}

.product-details .btn-buy {
    background-color: #000;
    color: #fff;
    border: none;
    width: 30%;
}

.product-details .btn-buy:hover {
    background-color: #333;
}
.info-box {
border: 1px solid #ddd;
border-radius: 10px;
padding: 5px;

}

.product-details .info {
    margin-top: 20px;
}

.product-details .info .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.product-details .info .info-item i {
    font-size: 1rem;
}

.product-details .info .info-item span {
    font-size: 13px;
}

@media (max-width: 768px) {
    .product-image img {
        width: 80%;
    }

    .product-thumbnails img {
        width: 40px;
        height: 40px;
    }

    .product-details {
        padding: 10px;
    }

    .product-details h1 {
        font-size: 1.5rem;
    }

    .product-details .price {
        font-size: 1.2rem;
    }

    .product-details .special-offer {
        font-size: 0.9rem;
    }

    .product-details .btn {
        font-size: 0.9rem;
    }

    .product-details .info .info-item i {
        font-size: 1.2rem;
    }

    .product-details .info .info-item span {
        font-size: 0.9rem;
    }
}
.quantity {
display: inline-flex;
align-items: center;

border-radius: 5px;
overflow: hidden;
}

.quantity input {
width: 50px;
text-align: center;
border: none;
outline: none;
}

.quantity button {
background: none;
border: none;
padding: 5px 10px;
cursor: pointer;
font-size: 18px;
}

.quantity button:focus {
outline: none;
}

.quantity button:hover {
background-color: #f0f0f0;
}




.nav-tabs {
border-bottom: 2px solid #ddd;
}
.nav-tabs .nav-link.active {
border-color: #ddd #ddd #fff;
border-width: 3px;
}
.tab-content {
padding: 20px;
border: 1px solid #ddd;
border-top: none;
}



.carousel-inner .carousel-item {
    display: flex;
    flex-wrap: nowrap;
}
.carousel-inner .carousel-item > div {
    flex: 0 0 20%; /* Adjust this value to show more or fewer items per slide */
    max-width: 20%;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.5);
    width: 5%;
}
@media (max-width: 1200px) {
    .carousel-inner .carousel-item > div {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 992px) {
    .carousel-inner .carousel-item > div {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 576px) {
    .carousel-inner .carousel-item > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.custom-button {
    background-color: #FFC107;
    color: #000;
    border-radius: 50px;
    padding: 15px 50px;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #FFB000;
}
.footer {
background-color: #FACC15;
padding: 50px 0;
color: #333;
}

.footer .footer-logo {
max-width: 200px;
}

.footer h5 {
font-weight: bold;
font-size: 18px;
}

.footer a {
color: #333;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

.footer .footer-bottom {
border-top: 1px solid #f5f2f2;
padding-top: 10px;
margin-top: 50px;
display: flex;
justify-content: space-between;
}