:root{
    --brandcolor:#b1b1b1;
    --brand:#4B2B81;
}
body {
    background-color: #eaeaea;
    font-family: 'Open Sans Condensed', sans-serif;
}
.container{
    width: 1320px;
    margin: auto;
}
a {
    transition: color .2s linear 0s;
    text-decoration: none;
}
ul li{
    list-style: none;
}
.top-header{
 background-color: var(--brandcolor);
 border-bottom: 1px solid #fff;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}
/* .top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.top-nav li {
    display: inline;
    padding: .1rem .5rem;
    border-right: 1px solid #fff;
}

.top-nav li:last-of-type {
    border-right: 0;
}

.top-nav li a {
    color: #fff;
    text-decoration: none;
}

.top-nav li a:hover, .top-nav li a:focus {
    color: #fff;
} */

.down-header{
    background-color: var(--brandcolor);
}
.site-logo {
    font-size: 2rem;
    line-height: 1;
    font-family: 'Righteous', cursive;
}

.site-logo img {
    max-height: 60px;
}

.site-logo a {
    color: #404040;
    text-decoration: none;
}

.site-logo a:hover, .site-logo a:focus {
    color: #000;
}

.header-item {
    padding: .25rem .4rem;
    cursor: pointer;
    color: #ffffff;
    transition: color .2s linear 0s;
    font-weight: bold;
    line-height: 2.5;
    text-decoration: none;
}

.header-item img {
    max-width: 220px;
    max-height: 55px;
}

.header-item-holder .header-item:hover, .header-item-holder  .header-item:focus {
    color: #000;
    text-decoration: none;
}

.nav-item {
    margin-right: 5px;
}

.nav-item:last-of-type {
    margin-right: 0;
}

.nav-item .nav-link {
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.product-item {
    box-shadow: #ccc 0 0 10px 1px;
}

.product-item:hover {
    box-shadow: #aaa 0 0 10px 1px;
}

.product-name {

    font-size: 1rem;
    font-weight: 600;
    height: 35px;
    line-height: 18px;
    
    a{
        color: #404040;
        text-decoration: none;
    }
}

.product-name.large {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.product-name small {
    font-size: .85rem;
    display: block;
    width: 100%;
}

a.product-name:hover, a.product-name:focus {
    color: #000;
    text-decoration: none;
}

.product-price-old {
    text-decoration: line-through;
    color: #ccc;
    font-size: 18px;
}

.product-price {
    font-size: 20px;
    font-weight: 600;
    color: #ff4b00;
}

.footer-logo {
    font-size: 1.65rem;
    font-family: 'Righteous', cursive;
    img{
        background-color: transparent;
        mix-blend-mode: multiply;
    }
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    margin-top: 10px;
}

.footer-logo a, .footer-nav a{
    color: #000000;
    text-decoration: none;
}
.footer-nav li a:hover{
 color: #0486a9 !important;
 text-decoration: underline;
}

.footer-logo img {
    max-height: 40px;
}
.down-footer-pro{
    background-color: #848383;
    text-align: center;
    p{
        margin: 0;
        padding: 6px;
        color: #fff;
        a{
            text-decoration: underline;
            color: #ffffff;
            padding-left: 10px;
            &:hover{
                color: rgb(238, 238, 238);
            }
        }
    }
}
.footer-title{
    color: var(--brand);
    /* font-size: 18px; */
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-family: monospace;
    font-weight: 600;
}
.footer-btn{
    display: block;
    background-color: var(--brand);
    color: #fff;
    width: 100%;
    &:hover{
        color: #fff;
    }
}
.social-icon {
    color: #e0e0e0;
    font-size: 30px;
    margin-right: 10px;
}

/* .footer-logo a:hover, .footer-logo a:focus, .footer-nav a:hover, .footer-nav a:focus, .social-icon:hover, .social-icon:focus {
    color: #fff;
} */

.product-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    &:hover{
        transform: scale(1.03);
    }
}

.new {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 5;
    background-color: rgba(233, 10, 10, .85);;
    color: #fff;
    padding: 3px 15px;
    width: 0;
    transition: all .3s ease-out 0s;
}

.product-item:hover .new {
    left: 0;
    width: auto;
}
.header-url{
    background-color: #4B307E;
    margin-top: 20px;
    ul{ 
        margin: 0;
        li{
            display: inline-block;
            padding: 16px 5px;
            a{
                color: #fff;
                font-size: 14px;
            }
        }
    }
}

.large-holder {
    border-right: 1px solid #c0c0c0;
}

.large-holder:last-of-type {
    border-right: 0;
}

.large-icon {
    font-size: 45px;
}

.large-text {
    font-size: 25px;
    line-height: 2.6;
}

.slider-img {
    width: 100%;
    height: 475px;
}

/**********top-three******/
.top-three{
    margin: 20px 0px;
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    .top-three-img{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        img{
            width: 100%;
            height: 100%;
        }
    }
    .top-three-text{
        position: absolute;
        left: 50%;
        top: 20%;
        color: #fff;
        p{
            padding: 0px;
            margin: 0px;
            font-size: 1rem;
        }
        h3{
            font-weight: 600;
        }
        .shop-btn{
            background-color: #fff;
            color: #e41313;
            padding: 6px 20px;
            border-radius: 25px;
            text-decoration: none;
            transition: background-color .3s ease-out 0s;
            &:hover {
                background-color: #e41313;
                color: #fff;
            }
        }
    }
}
header .dropdown-menu{
            overflow-y: auto;
            max-height: 250px;
           scroll-behavior: smooth;
}

.title h2{
    font-size: 20px;
    font-weight: bolder;    
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: capitalize;
}
.large-icon, .large-text {
    color: #6c6c6c;
}

.img-large {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-large:hover {
    background-size: 300%;
    cursor: zoom-in;
}

.img-small {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.detail-price {
    font-weight: bold;
    font-size: 2.6rem;
    color: var(--brandcolor);
    display: block;
}

.detail-price-old {
    text-decoration: line-through;
    font-size: 1.1rem;
    font-weight: bold;
    color: #939393;
    display: block;
    margin-bottom: -15px;
}

.sidebar {    
    border-top: 0 solid #c7c8c9;
    padding-left: 25px;
}
.product-summery{
    padding-left: 25px;
}
.average-rating {
    font-weight: bold;
    font-size: 4.6rem;
}

.rating-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating-list li {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.rating-list .progress {
    width: 170px;
    height: 15px;
    border-radius: 0;
    margin-right: 10px;
    float: left;
    background-color: #cccccc;
}

.rating-list .progress .progress-bar {
    font-size: 10px;
    font-weight: bold;
}

.rating-list .rating-progress-label {
    line-height: 1;
    font-size: 14px;
    float: left;
}

.bg-gray {
    background-color: #e4e4e4;
}

.ratings {
    margin-top: 5px;
}

.ratings input {
    display: none;
}

.ratings label:before {
    font-family: "Font Awesome 5 Free", fantasy;
    content: '\f005';
    font-size: 20px;
    margin-right: 3px;
    cursor: pointer;
}

.ratings label:hover:before, .ratings label:hover ~ label:before, .ratings input:checked ~ label:before {
    font-weight: bold;
}

.pagination {
    font-size: 20px;
}

.pagination .page-link {
    background-color: transparent;
    border: 0;
    margin-right: 10px;
    color: #656565;
}

.pagination .page-link:hover, .pagination .page-link:focus {
    color: #000;
}

.pagination .page-item.disabled .page-link {
    background-color: transparent;
    color: #9fa9ab;
}

.pagination .page-item.active .page-link {
    background-color: #656565;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
}

table td, table th {
    vertical-align: middle !important;
}

table td img {
    max-height: 80px;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 767.98px) {

    .sidebar {
        border-left: 0 solid #c7c8c9;
        border-top: 1px solid #c7c8c9;
    }

}

.img-main-part{
    height: 245px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.add-to-cart {
    border: 1px solid orange;
    color: orange;
    padding: 4px 5px;
    &:hover{
        background-color: orange;
        color: white;
    }
}
.sold-item{
    color: rgba(233, 10, 10, .85);
}
.category-main{
    text-align: center;
    height: 210px;
    overflow: hidden;    
    a{   
        color: #94112A;
        text-transform: capitalize;
        text-align: center !important;
        .cate-image{
            width: 100%;
            border-radius: 10px; 
            height: 160px;
            overflow: hidden;
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
                margin-bottom: 10px;
            }
        }
        .cate-name{
            margin-top: 10px;
            font-size: 20px;
            
        }
    }
}
.brand-img{
    width: 100%;
    overflow: hidden;
    height:120px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    
    img{
        position: absolute;
        top: 0;
        background: #fff;
        left: 0;
        width: 96%;
        height: 100%;
        object-fit: contain;
        padding: 10px;
        border-radius: 10px; 
    }
    .brand-name{
        opacity: 0;
    }
    &:hover .brand-name{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 1;
        height: 100%;
        padding: 25%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        z-index: 10;
    }
}
/*****review-show****/
.review-show{
    box-shadow: 0 0.5rem 12px rgba(0, 0, 0, 0.35);
}
.product-item {
    padding: 0px 15px 15px 15px;
    background-color: #f8f9fa; /* Light background */
    border-radius: 8px; /* Slightly rounded corners */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Subtle hover effect */
}

.product-item:hover {
    transform: scale(1.03); /* Slight zoom effect on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

.img-main-part img {
    border-radius: 5px; /* Smooth image edges */
    mix-blend-mode: multiply;
}
.search-title {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.search-title .highlight {
    color: #007bff; /* Bootstrap blue */
    font-weight: 700;
}

.search-title .store-name {
    color: #28a745; /* Bootstrap green */
    font-style: italic;
    font-weight: 600;
}
.product-name a {
    font-weight: 400;
    font-size: 15px;
    color: #0a0a0a;
    line-height: 0px;
}

.product-price {
    font-size: 1rem;
    font-weight: bold;
    color: #28a745; /* Green for discounted price */
}

.product-price-old {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #999;
}

.sold-item span {
    font-size: 0.85rem;
    color: #6c757d; /* Muted gray for "Sold Out" text */
}

.url ul{
    margin: 10px 0px ;
    padding: 10px 0px 40px 0px;
    li{
        display: inline-block;
        a{
            color: #94112A;
        }
    }
}
.fa-youtube{
    color: #ff0000;
}
.fa-instagram{
    color: #ff0000;
}
.fa-pinterest-p{
    color: #cb2027;
}
.fa-twitter{
    color: #1da1f2;
}
.fa-facebook-f{
    color: #3b5998;
}
.fa-map-marker{
    color: #94112A;
}
.fa-envelope{

    color: #94112A;
}

.fa-phone-alt{
    color: #28a745;
}
.f-addre ul{
    margin-top: 10px;
    padding: 0;
    li{ 
        padding: 5px;
        i{
            padding-right: 10px;
        }
    }
}

.ads-first{
    width: 100%;
    height: 250px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/*******category page *******/
.sidebar{
        background-color: #ffffff;
        padding: 20px;
        border: 1px solid var(--brand);
        margin-top: 16px;
        border-top: 48px solid var(--brand);
        border-bottom: 0px;

        .category-items{
            /* border-bottom: 1px solid #000; */
            max-height: 500px;
            overflow-y: auto; /* vertical scrollbar */
            scroll-behavior: smooth;
            padding-bottom: 10px;
            ul{
                margin: 0;
                padding:0;
                
                li{ 
                    
                    padding: 0px 0px 0px 5px;
                    /* background: red; */
                    color: #fff;
                    margin: 5px 0px;
                    
                                        
                    a{
                        color: #000000;
                        display: block;
                        font-size: 15px;
                        transition: 0.03s;
                        text-transform: capitalize;
                        &::before{
                            content: '';
                            display: inline-block;
                            width: 5px;
                            height: 6px;
                            margin-right: 10px;
                            background-color: var(--brand)
                        } 
                        &:hover{
                            background-color: rgb(230, 250, 251);
                            display: block;
                            color: #000000 !important;
                            padding-left: 20px;
                        }
                    }
                }
            }
        }
    }

 
  .sidebar-title{
    /* border-bottom: 1px solid #c2c2c2; */
    h4{
        /* background-color: var(--brand);  */
        display: block;
        color: #241c1c;
        /* padding: 0; */
        text-align: center;
        border-bottom: 3px solid var(--brand);
        box-shadow: 0px 3px 3px rgb(75, 43, 129, 0.5);
        margin-bottom: 23px;
    }
}
.items-found{
    font-size: 19px; 
    background-color: var(--brand);
    padding: 10px 20px;   
    color: #fff;
}
.add-to-cart{
    background-color: #fa8a12;
    color: #fff;
    border: none;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.buy-to-cart{
    margin-left: 20px;
    background-color: #088a26;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-to-cart:hover{
    background-color: #056914;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .slider-img {
        width: 100%;  
        height: 150px;
        object-fit: contain;
    }
    

}

.form-section {
    background: #003b5c;
    color: white;
    padding: 15px;
    border-radius: 5px 5px 0 0;
  }
  .form-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
  }
  .btn-send {
    background-color: #ff6a00;
    color: white;
    width: 100%;
  }
  .btn-send:hover {
    background-color: #e65c00;
  }
  .btn-message {
    background-color: #4B307E;
    color: white;
  }
  .btn-message:hover {
    background-color: #007c8a;
  }
  .table td, .table th {
    vertical-align: middle;
  }

  /*******testimonial-back*********/
  .testimonial-back{
    background: linear-gradient(to right, rgba(75, 43, 129, 0.7), rgba(105, 70, 165, 0.7));
    padding: 20px 0px;
    margin-top: 35px;
  }
  .testimonial-slider {
    max-width: 1300px;
    margin: 17px auto;
  }
  .testimonial {
    background: #ffffff;
    padding: 25px;
    height: 200px;
    margin: 0px 10px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    position: relative;

    .description{
        position: absolute;
        left: 180px;
        top: 30%;
        width: 60%;
        height: 100%;
        text-align: justify;
    }
    .quote-icon {
        position: absolute;
        top: 33px;
        left: 25%;
        transform: translateX(-50%);
        color: #492E83;
        font-size: 66px;
        width: 60px;
        height: 60px;
      }
  }
  .testimonial img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
  }
  .testimonial h5 {
    font-weight: 600;
    margin-bottom: 10px;
  }
  .testimonial p {
    font-style: italic;
    color: #555;
  }
  .slick-prev:before, .slick-next:before {
    color: #17fffb;
  }
  .testmonial-title {
    text-align: center;
    h6{
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        
    }
  }


  header {
    background-color: #ffffff;
    padding: 10px 0;
    color: #000000;
}

.navbar {
    background-color: transparent !important;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    margin: 0 10px;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '/';
    margin-left: 10px;
    color: white;
}

.navbar-nav .nav-item:last-child .nav-link::after {
    content: '';
}

/* Search bar styling */
form .search {
    border: 2px solid #000000;
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    i{
        color: gray;
    }
}
/* 
form .form-control {
    border: none;
    background: transparent;
    color: white;
    padding-left: 20px;
} */

form .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* form .btn {
    border: none;
    background-color: transparent;
    color: #4B307E;
    padding-right: 15px;
} */