
.my-account-dropdown {

    font-size: 1.2rem; /* Increase font size for better readability */
    padding: 10px 15px; /* Adjust padding for more substantial buttons */
}

.axil-footer-widget .widget-title
{
    color:#fff
}

.my-account:hover .my-account-dropdown {
    display: block;
}
/* Initially set the background color */
.axil-mainmenu {
    background-color:#FEBD69;
    transition: background-color 0.3s ease, top 0.3s ease;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.axil-mainmenu {
    background-color:#FEBD69 !important;
}

/* When scrolling down, hide the navbar */
.navbar-hidden {
    top: -100px; /* Adjust this value to move the navbar off the screen */
}

/* When scrolling up or at the top, show the navbar */
.navbar-visible {
    top: 0;
    background-color: #FEBD69
}

footer {
    background:#232F3E;
    color:#fff
}

.axil-footer-widget .inner ul li a {
    color:#fff !important
}

footer i , .quick-link li  , .quick-link a
{
    color:#fff !important
}
.axil-product {
    height: 350px; /* Add a fixed height here */
    display: flex;
    flex-direction: column;
}

.axil-product .thumbnail {
    flex: 1;
}

.axil-product .product-content {
    flex: 1;
}
.slick-dots li button {
    background-color: #ff497c !important; /* Change this to your desired color */
    border: 2px solid #ff497c; /* Set the same color for the border */

}

.slick-dots li.slick-active button {
    background-color: #ff497c !important; /* Change this to the active dot color */
    border: 2px solid #ff497c; /* Active dot border */
}


    /* تخصيص حاوية السلايدر */
    .main-slider-large-thumb {
        margin: 0 auto;
        padding: 20px;
        background-color: #f8f9fa; /* لون خلفية مثال */
        border-radius: 10px;
    }

    /* تخصيص بطاقة المنتج */
    .axil-product.product-style-five {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 15px;
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .axil-product.product-style-five:hover {
        transform: translateY(-10px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    /* تخصيص صورة المنتج */
    .axil-product.product-style-five .thumbnail img {
        width: 100%;
        height: 200px; /* ارتفاع ثابت */
        object-fit: cover; /* لضمان تغطية الصورة للحاوية */
        border-radius: 5px;
    }

    /* تخصيص محتوى المنتج */
    .axil-product.product-style-five .product-content {
        text-align: center;
        margin-top: 10px;
    }

    .axil-product.product-style-five .product-content .title a {
        font-size: 1.2em;
        color: #333;
        text-decoration: none;
    }

    .axil-product.product-style-five .product-content .title a:hover {
        color: #007bff;
    }

    .axil-product.product-style-five .product-price-variant .price {
        color: #e74c3c;
        font-weight: bold;
        margin-top: 5px;
    }

    /* تخصيص زر "اشتري الان" */
    .axil-product.product-style-five .cart-action a {
        display: inline-block;
        margin-top: 10px;
        background-color: #28a745;
        color: #fff;
        padding: 8px 15px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .axil-product.product-style-five .cart-action a:hover {
        background-color: #218838;
    }

    /* تخصيص النقاط في السلايدر */
    .slick-dots li button:before {
        color: #007bff;
    }

    .slick-dots li.slick-active button:before {
        color: #0056b3;
    }

    /* تخصيص الأسهم في السلايدر */
    .slick-prev:before, .slick-next:before {
        color: #007bff;
    }

    .categrie-product a , .axil-product a {
        text-decoration: none;
        color:#000
    }

/* Custom Carousel CSS */

.custom-carousel {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 20px auto;
    direction: rtl; /* Ensures RTL layout */
    height: 600px; /* Adjust as needed */
}

.carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
    display: none; /* Hide all slides by default */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-slide.active {
    display: block; /* Show only the active slide */
}

/* 
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
} */

.carousel-content {
    position: absolute;
    top: 85%;
    left: 50%;
    width:100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    background:#fff;
    z-index: 3;
    padding: 20px 40px;
    box-shadow: 2px 2px 10px #ddd, -2px -2px 10px #ddd;
}

.carousel-content  a{
    text-decoration: none;
    color:#000
}

.carousel-content h5 {
    font-size: 2rem;
    margin-bottom: 5px;
}

.carousel-content p {
    color:#000;
    font-size: 1.2rem;
    margin:5px 0;
}

.carousel-content .btn {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.carousel-content .btn:hover {
    background-color: #0056b3;
}

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 15px;
    z-index: 5 !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator-dot {
    width: 12px;
    height: 12px;
    background-color: #FEBD69;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator-dot.active {
    background-color: #fff;
}

/* Carousel Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.5rem;
    z-index: 10;
    transition: background-color 0.3s;
}

.carousel-control:hover {
    background-color: rgba(0,0,0,0.8);
}

.carousel-control.prev {
    width:50px;
    height:50px;
    right: 15px;
}

.carousel-control.next {
    left: 15px;
    width:50px;
    height:50px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-carousel {
        height: 300px; /* Adjust as needed for smaller screens */
    }
    .carousel-content
    {
        height: 50% !important;
    }

    .carousel-content h5 {
        font-size: 1.5rem;
    }

    .carousel-content p {
        font-size: 1rem;
    }

    .carousel-control {
        font-size: 1.2rem;
        padding: 8px;
    }
    .carousel-indicators
    {
        left:50px !important;
        bottom:10px !important;
    }
}

   

.axil-best-seller-product-area .slick-slider
{
    height:450px
}

#category
{
    padding-top:0;
    margin-top: 80px !important
}

.categrie-product-activation-3.slick-slider
{
    height:300px;
}
.axil-categorie-area .categrie-product img
{
    width:180px;
    height:180px
}

 


/* تعديلات استجابية */
@media (max-width: 768px) {
    .axil-product.product-style-five {
        padding: 10px;
    }

    .axil-product.product-style-five .thumbnail img {
        height: 150px;
    }

    .axil-product.product-style-five .product-content .title a {
        font-size: 1em;
    }

    .axil-best-seller-product-area .slick-slider
    {
        height:500px
    }
    .axil-best-seller-product-area .axil-product
    {
        height:450px
    }
}

table td , table tr {
    font-size:16px
}