.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FD8E36;
}

.btn {
    background-color: #FD8E36;
    color: white;
    border-radius: 10px;
}

.btn:hover {
    color: white !important;
}

.inline-container {
    display: flex;
    align-items: center;
}

h1 {
    color: #FD8E36;
    margin: 0;
}

hr {
    flex-grow: 1;
    height: 1px;
    border: none;
    background-color: #989898;
    margin-left: 10px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 4px 50px 0px #00000033;
}

.swal2-styled.swal2-confirm {
    border-radius: 10px!important;
    width: 47%;
}
.swal2-styled.swal2-cancel {
    border-radius: 10px!important;
    width: 47%;
}
.swal2-popup {
    font-family: 'Urbanist', sans-serif;
}
.swal2-title,
.swal2-content,
.swal2-confirm {
    font-family: 'Urbanist', sans-serif;
}

body {
    font-family: "Urbanist", sans-serif;
}

p {
    font-weight: 500;
}

.font-medium {
    font-weight: 500;
    /* Apply medium font weight */
}

.font-semibold {
    font-weight: 600;
    /* Apply semibold font weight */
}

.font-bold {
    font-weight: 700;
    /* Apply bold font weight */
}

.font-extra-bold {
    font-weight: 900;
    /* Apply extra bold font weight */
}

#shotinglabal {
    font-weight: 500;
    font-size: 24px;
    color: #323232;
}

.ratinghidden {
    display: none;
}

.sorthidden {
    display: none;
}

.pricerangehidden {
    display: none;
}

.learn-more-link:hover {
    color: #FD8E36;
    /* Change to your desired hover color */
}

/* .nav-pills .nav-link {
    color: #a49f9f !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FD8E36 !important;
} */
#serchbox:focus {
    color: var(--bs-body-color);
    background-color: #EEEEEE;
    border-color: rgba(0, 0, 0, .37);
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}

#serchbox {
    background-color: #EEEEEE;
    height: 55px;
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#suggestions {
    display: none;
    position: absolute;
    top: 80px;
    /* Aligns the suggestions box just below the search box */
    width: 60%;
    background-color: #EEEEEE;
    border-radius: 0 0 20px 20px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); */
    z-index: 1000;
    margin-right: 8px;;
}

#suggestions ul {
    list-style-type: none;
    padding: 0;
    margin: 20;
    /* border: 1px solid #DDDDDD; */
    border-radius: 20px;
    background-color: white;
}

#suggestions li {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

#suggestions li:hover {
    background-color: #ddd;
}

 /* General radio button styling */
 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* Style for the checked state */
input[type="radio"]:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FD8E36; /* Change this to your desired color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-title{
    font-size: 40;
    color: #FD8E36;
}

.cat-name {
    font-size: 20px;
}

.product-name {
    font-size: 22;
}

.product-price {
    color: #FD8E36;
    font-size: 28;
}

.add-cart-btn {
    width: 100%;
    font-size: 18px;
    border-radius: 15px;
}

.add-cart-btn2 {
    font-size: 18px;
    border-radius: 15px;
}

.services-name {
    font-size: 28;
}

.sub-title {
    font-size: 26;
}

.services-con {
    font-size: 22;
    opacity: 0.6;
}

.services-link {
    text-decoration: none;
     font-size: 24px;
}

.review-description{
    opacity: 0.7;
    font-size: 20px;
}
.review-user-name{
    font-size: 23px;
}

.review-date{
    opacity: 0.5;
    font-size: 18px;
}
.review-img{
    border-radius: 10px;
    margin-right: 10px;
    object-fit: cover;
    height: 60px;
    width: 60px;
}
.review-star{
    font-size: 23;
}

.footer-title{
    font-size: 25px;
    color: #FD8E36;
}
.footer-text{
    font-size: 18;
    font-weight: 500;
}
.cart-price-details{
    font-size: 20px;;
}

.wishlist-delete-btn{
    height: 25px;
    width: 25px;
}
.filter-title{
    font-size: 23;
}
.filter-icon{
    height: 10px;
    width: 20px;
}
#filter-text{
    font-size: 20;
    opacity: 0.6;
}
.product-view-name{
    font-size: 28;
}
.product-view-description{
    font-size: 20px;
    opacity: 0.5;
}
.product-view-price{
    font-size: 40px;
}
.product-view-star{
    font-size: 30px;
}
.favorite-btn{
    height: 50px;
    width: 50px;
}
.address-title{
    font-size: 22;
}
.address-text{
    font-size: 20;
}
.model-custom-title{
    font-size: 25px;
}

.model-text{
    font-size: 20px;
}

.coupon-icone{
    height: 15px;
    width: 15px;
}

.product-d-price{
    font-size: 15;
}

.user-image {
    height: 100px;
}

.username {
    font-size: 30px;
}
.wlcm{
    font-size: 18;
}

.suggestions-text{
    font-size: 15;
}
@media (max-width: 1200px) {
    .product-name {
        font-size: 26px;
    }

    .product-price {
        font-size: 30px;
    }

    .add-cart-btn {
        font-size: 23px;
    }
}

@media (max-width: 992px) {
    .suggestions-text{
        font-size: 30;
    }
    .wlcm{
        font-size: 35;
    }
    .main-title{
        font-size: 50;
    }
    .cat-name {
        font-size: 35px;
    }

    .product-name {
        font-size: 36px;
    }

    .product-price {
        font-size: 36px;
    }

    .add-cart-btn {
        font-size: 36px;
    }

    .services-name {
        font-size: 38;
    }
    .services-con {
        font-size: 35;
    }
    .services-link {
         font-size: 34px;
    }
    .review-description{
        font-size: 34px;
    }
    .review-user-name{
        font-size: 36px;
    }
    .review-date{
        font-size: 28px;
    }
    .review-img{
        border-radius: 10px;
        margin-right: 20px;
        height: 100px;
        width: 100px;
    }
    .review-star{
        font-size: 48;
    }

    .footer-title{
        font-size: 40px;
    }
    .footer-text{
        font-size: 30;;
    }
    .sub-title {
        font-size: 38;
    }
    .cart-price-details{
        font-size: 40px;;
    }
    .add-cart-btn2 {
        font-size: 36px;
    }

    .wishlist-delete-btn{
        height: 55px;
        width: 55px;
    }
    .filter-title{
        font-size: 33;
    }
    .filter-icon{
        height: 30px;
        width: 55px;
    }
    #filter-text{
        font-size: 40;
    }

    input[type="radio"] {
        width: 40px;
        height: 40px;
    }

    input[type="radio"]:checked::before {
        content: '';
        width: 35px;
        height: 35px;
    }
    .product-view-name{
        font-size: 52;
        margin-top: 30px;
    }
    .product-view-description{
        font-size: 40;
    }
    #productimd{
        height: 900px;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .product-view-price{
        font-size: 60px;
    }
    .product-view-star{
        font-size: 60px;
    }
    .favorite-btn{
        height: 46px;
        width: 48px;
    }
    .address-title{
        font-size: 32;
    }
    .address-text{
        font-size: 30;
    }
    .modal-dialog{
        min-width:90%;
        min-height:90%;
    }
    .model-custom-title{
        font-size: 45px;
    }
    .model-text{
        font-size: 40px;
    }
    .coupon-icone{
        height: 35px;
        width: 35px;
    }
    .swal2-content {
        font-size: 2.125em !important;
    }
    .swal2-title {
        font-size: 2.875em !important;
    }
    .swal2-popup {
        width: 55em !important;
    }
    .swal2-styled.swal2-confirm {
        font-size: 2em !important;
    }
    .swal2-styled.swal2-cancel {
        font-size: 2em !important;
    }
    .product-d-price{
        font-size: 30;
    }

    .form-control {
        font-size: 2.20rem;
        height: 80px;
    }
    .alert-success{
        font-size: 30;
    }

    .user-image {
        height: 150px;
    }

    .username {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .product-name {
        font-size: 36px;
    }

    .product-price {
        font-size: 24px;
    }

    .add-cart-btn {
        font-size: 30px;
    }
    .modal-dialog{
        width: 100%;
    }
}

@media (max-width: 576px) {
    .product-name {
        font-size: 36px;
    }

    .product-price {
        font-size: 22px;
    }

    .add-cart-btn {
        font-size: 30px;
    }
}

