:root{
    --primary-color: #000000;
    --color-gray: #4d4a4f;
    --prodoct-image-height: 50vh;
    --air-text: #07294d;
    --air-bg: #07294d;
}

html,body{
    font-family: "Roboto", serif;
    /* font-family: "Open Sans", serif; */
}
a{
    font-family: "Roboto", serif;
    text-decoration: none;
}

.bg-f2f2f2{
    background-color: #f2f2f2;
}



.top-navbar{
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 0px;
}
.top-navbar a{
    color: #fff;
}

.logo-img{
    width: 150px;
}
.mid-navbar{
    /* padding: 10px 0px; */
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.nav-search-bar{
    border: 1px solid #000;
    border-radius: 8px;
}
.nav-search-bar .search-icon i{
    padding: 14px 14px;
    font-size: 20px;
}
.nav-search-bar .form-control{
    padding: 6px 0px;
    padding-right: 6px;
    box-shadow: none;
    background-color: #fff;
    border: 0px;
    outline: none;
    flex: 1;
}
.nav-search-bar .form-control:focus{
    border: 0px solid;
}
.nav-search-bar:focus-within{
    box-shadow: 0 0 0 3px var(--primary-color) !important;
}



.nav-icon-btn i{
    color: #000;
    font-size: 30px;
}
.nav-icon-btn a .text{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}



.navbar{
    padding: 0px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.navbar .nav-link{
    font-size: 14px;
    font-weight: 500;
    color: #211e22;
}

.dropdown {
    position: static !important;
}
.dropdown-menu.mega-menu {
    box-shadow: 0 0 0 1px #26262655 !important;
    margin-top: 1px !important;
    width: 100% !important;
    border-radius: 0px;
    border: 0px;
}

@media all and (min-width: 992px) {
	.dropdown-hover:hover .dropdown-menu{
        display: block;
    }
}
.mega-menu .menu-title{
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2px;
}
.mega-menu .menu-title i{
    position: relative;
    top: 6px;
    font-size: 22px;
    font-weight: 400;
    left: -5px;
}
.mega-menu .menu-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mega-menu .menu-list a{
    font-size: 13px;
    font-weight: 600;
    color: var(--color-gray);
}
.mega-menu .menu-list a:hover{
    color: #b74adf;
    text-decoration: underline;
}

.z-2222{
    z-index: 2222;
}
.user-menu .dropdown-item{
    position: relative;
    margin-bottom: 10px;
}
.user-menu .dropdown-item i{
    position: relative;
    top: 3px;
    color: #333;
    font-size: 18px;
    margin-right: 8px;

}
.prod-pricing .sell-price{
    font-size: 22px;
    font-weight: 500;
    color: #990e35;
}
.prod-pricing{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.btn-2{
    border: 1px solid #990e35;
    margin-right: 10px;
    color: #7b189f;
    font-weight: 500;
}
.btn-2 i{
    font-size: 16px;
    position: relative;
    top: 1px;
}
.btn-2:hover{
    border: 1px solid #7b189f;
    text-decoration: underline;
}



.product-card-title{
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0px;
    color: #000;
}
.breadcrumb-new a{
    color: #363535;
}
.bg-gray{
    background-color: #f5f5f5;
}
.card-5{
    padding: 8px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
    border: 1px solid #fff;
}
.card-5 img{
    width: 65px;
    height: 65px;
    border-radius: 6px;
    margin-right: 10px;
}
.card-5 .title{
    font-size: 16px;
    color: #211E22;
}
.card-5:hover {
    box-shadow: 0px 3px 6px rgba(33, 30, 34, .2);
    border: 1px solid #211e22;
    background-color: rgba(155,155,155,0.1);
    transition: .2s ease-in-out;
}

.section{
    padding: 54px 0px;
}
.main-heading{
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 700;
}

.title-heading{
    font-size: 20px;
    color: #000;
}
.underline{
    height: 4px;
    width: 60px;
    background-color: #5d2ea5;
    margin-bottom: 16px;
}
.banner-area{
    padding: 16px 0px;
    color: #262626;
    /* border: 1px solid #ddd; */
}
.banner-area .svg-inline--fa{
    font-size: 12px;
    font-weight: 400;
    margin: 0px 8px;
}
.banner-area a{
    font-size: 15px;
    font-weight: 600;
    color: #8a8484;
}
.banner-area a.active{
    color: #9E9494;
}


.product-title-2{
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.product-brand-title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.product-brand-title span{
    color: #7b189f;
}
.product-sell-price{
    font-size: 30px;
    font-weight: 700;
    color: #990e35;
}
.product-ori-price,
.product-per-off{
    font-size: 16px;
    font-weight: 500;
    color: #990e35;
}
.product-variant{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}


.product-view-title{
    font-size: 26px;
    font-weight: 600;
    color: var(--air-text);
}
.product-card {
    border: 1px solid #ddd;
    border-radius: 1px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    background-color: #fefefe;
    transition: box-shadow 0.3s;
    margin-bottom: 20px;
}
/* .product-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
} */
.product-card img {
    border: 2px solid #eee;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.image-container {
    overflow: hidden;
    border-radius: 10px;
    /* height: 285px; */
    border: 1px  solid #eee;
}
.image-container img{
    transition: transform 0.5s ease;
}
.image-container:hover img {
    transform: scale(1.1);
}
.product-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #000;
}


.product-card-hover:hover{
    background-color: #f7f7f7;
}
.product-card-hover:hover .product-card-title{
    color: #7b189f;
}
.cursor-pointer{
    cursor: pointer;
}
.filter-overflow-box{
    height: 176px;
    overflow-y: scroll;
}
.text-underline{
    text-decoration: underline !important;
}
.filter-title{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.card-1{
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    transition: .3s ease-in-out;
    margin-bottom: 10px;
    padding: 12px;
}
.card-1 img{
    border-radius: 10px;
    width: 170px;
    height: 170px;
}
.card-1 h5{
    font-size: 16px;
    font-weight: 600;
    color: #211e22;
    margin-top: 10px;
}
.card-1:hover{
    border: 1px solid #211e22;
    background-color: rgba(155,155,155,0.1);
    border-radius: 8px;
    transition: .3s ease-in-out;
}

.card-3{
    border: 1px solid #fff;
    cursor: pointer;
    transition: .3s ease-in-out;
    margin-bottom: 10px;
}
.card-3:hover{
    transform: scale(1.04);
    transition: .3s ease-in-out;
}
.card-3 img{
    border-radius: 10px;
}
.card-3 .title-3{
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #211e22;
    word-break: 2;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.card-3 .price{
    font-size: 25px;
    font-weight: 600;
    color: #211e22;
}
.card-3 .strike{
    font-size: 16px;
    font-weight: 500;
    color: #211e22;
    text-decoration: line-through;
}

.card-2{
    text-align: center;
}
.card-2 h5{
    font-size: 20px;
    font-weight: 600;
}


.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
    background-color: #ce2026;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.bg-dark-gray{
    background-color: #2f2d2d;
}
.bg-light-g{
    background-color: #F8F8F8;
}

.checkout-form .accordion-button:not(.collapsed){
    background-color: #fff;
}

.footer-top{
    background-color: var(--primary-color);
    color: #fff;
    padding: 40px 0px;
}
.footer {
    background-color: #2f2d2d;
    padding: 40px 0;
}
.footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
    color: #dfd4d4;
}
.footer a,
.footer p {
    color: #c4b5b5;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.contact-buttons .btn {
    border-radius: 30px;
    font-size: 16px;
}
.subscribe-btn {
    background-color: #800080;
    color: white;
    border: none;
}

@media (min-width:1025px) {
    .container-fluid{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}




.product-card-2{
    background-color: #fff;
    border: 1px solid #ccc;
}
.product-card-2-body{
    padding: 10px;
}
.product-card-2-body .title{
    font-size: 17px;
    font-weight: 400;
    color: #000;
    height: 50px;
    overflow: hidden;
}
.product-card-2-body .title:hover{
    color: #5d2ea5;
}
.product-card-2-body .sell-price{
    font-size: 18px;
    font-weight: 700;
    color: #990e35;
}
.product-card-2-body .ori-price{
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    color: #aba2a2;
}
.product-card-2-body .per-off{
    font-size: 12px;
    font-weight: 500;
    color: #aba2a2;
    margin-left: 8px;
}
.product-card-2-body .view-btn{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}

.payment-mode-label{
    font-size: 16px !important;
}
.text-sm{
    font-size: 14px !important;
}
.checkout-form label{
    font-size: 14px;
    font-weight: 500;
}
.checkout-order-sticky{
    position: sticky;
    top: 100px;
}
.form-select{
    box-shadow: none !important;
    background-color: #fff;
}
.form-select:focus{
    border: 1px solid #262626;
}
.form-control{
    box-shadow: none;
    background-color: #fff;
    outline: none;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #000;
}

#search-results{
    max-height: 250px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 1000;
}
#search-results .dropdown-item{
    border-bottom: 1px solid #ddd;
}


.main-title{
    color: #052c65;
    font-size: 18px;
}
.main-title i.bx{
    position: relative;
    top: 5px;
    font-size: 28px;
}


.add-to-cart-btn{
    background-color: #5d2ea5;
    color: #fff;
    padding: 8px 14px;
    margin-bottom: 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.wishlist-btn{
    background-color: #403b2e;
    color: #fff;
    padding: 8px 14px;
    margin-bottom: 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.accordion-item{
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #9e9696;
    box-shadow: none !important;
}
.accordion-button{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #aaa1a1;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.product-container {
    display: flex;
}



.sidebar-images {
    width: 15%;
    height: var(--prodoct-image-height);
    overflow-y: auto;
}
.sidebar-images .image-group{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.sidebar-images img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.sidebar-images img:hover {
    border: 2px solid #007bff;
}
.sidebar-images::-webkit-scrollbar {
    width: 4px;
}
.sidebar-images::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.sidebar-images::-webkit-scrollbar-thumb {
    background: #F2F2F2;
    border-radius: 10px;
}
.sidebar-images::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}
.main-image-container {
    width: 80%;
    margin-left: 20px;
}
.main-image-container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

/* Hide the original radio button */

.color-selector{
    margin-right: 6px;
    cursor: pointer;
}
.color-selector .color-label{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #837a7a;
    transition: border 0.3s ease;
}
.color-selector .color-label .prod-img{
    width: 100%;
    border-radius: 8px;
    padding: 2px;
}
.color-selector input[type="radio"] {
    display: none;
}
/* Add border when the radio button is selected */
.color-selector input[type="radio"]:checked + .color-label {
    border: 2px solid blue;
}
/* Optional: Add hover effect */
.color-selector .color-label:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 680px) {
    .main-heading {
        font-size: 20px;
    }
    .card-3 .price{
        font-size: 20px;
    }
    .navbar .nav-link{
        border-bottom: 1px solid #ddd;
    }
    .prod-pricing .sell-price{
        font-size: 20px;
    }
    .sidebar-images .image-group{
        width: 50px;
        height: 50px;
    }
    .sidebar-images{
        height: 30vh;
    }
    .product-title-2{
        margin-top: 16px;
    }
    
    .nav-search-bar .search-icon i {
        padding: 6px 8px;
        font-size: 18px;
    }
    .nav-search-bar .form-control{
        font-size: 14px;
    }
}
