.langActive {
    color: var(--primary-color) !important;
}

.new__product__form{
    border: 1px solid #f1f1f1;
    padding: 10px;
}


.active>.page-link, .page-link.active {
    background-color: var(--primary-color);
    border-color: antiquewhite;
}

.page-link:focus{
    box-shadow : none;
}


.feature_category button {
    border: 1px solid #f1f1f1;
    border-radius: 10%;
    padding: 5px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
}

.feature_item select{

}


.fill-available{
    width: -webkit-fill-available;
}

.socialIcon li{
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.amenity-box{

}
.amenity-box i{
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 5px;
}

.listingProductCarousel h4{
    color: var(--primary-color);
}

.avarageRatingStar{
    font-size: 14px;
    color: #ffe39e;
}
.avarageRatingStar .active{
    color: #ffc83e;
}

.totalReviws{
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background: #fc0012;
    color: #fff;
    border-radius: 3px;
}
#reviewsList{
    max-height: 450px;
    overflow-y: scroll;
}

.modalProductDescription{
    text-align: justify;
    max-height: 245px;
    overflow-y: auto;
}

.avatarImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 6px;
}


.noDataImg {
    height: 100px;
}
.noDataImg2 {
    height: 200px;
}

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


.payment-section-div .payment-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075);

}

.payment-section-div .payment-box .img-box {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    border-radius: 0.375rem;
}

.payment-section-div .payment-box .img-box img {
    width: 100%;
    height: 100%;
}

.payment-section-div .payment-box .text-box {
    flex-grow: 1;
}

@media (max-width: 575px) {
    .payment-section-div .payment-box {
        flex-direction: column;
        text-align: center;
    }
}

.payment-section-div .form-control {
    border: 1px solid rgba(231, 234, 243, .7);
}

.payment-section-div .form-control:focus {
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.payment-section-div .card-number-wrapper, .payment-section-div .expiry-wrapper, .payment-section-div .name-wrapper, .payment-section-div .cvc-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.payment-section-div .expiry-wrapper div {
    flex-grow: 1;
}

.payment-section-div .expiry-wrapper .icon {
    flex-grow: 0;
}

.payment-section-div .expiry-wrapper .expiry {
    border: 1px solid rgba(231, 234, 243, .7);
    padding: .375rem .75rem;
    width: 100%;
}

.payment-section-div .card-js .icon {
    padding-left: 5px;
}

.customBorder{
    border-bottom: 1px solid var(--border-color1);
}

.leafletGoogleMap{
    min-height: 300px;
}

.leafletGoogleMap p {
    background: var(--bg-color1);
    color: var(--black);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    padding: 5px 20px;
    border-radius: 5px;
    z-index: 403;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
    text-align: center;
    margin-top: 20px;
}


/*pwa*/

.pwa-popup {
    width: 500px;
    background-color: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

/* Header */
.pwa-popup .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 10px;
    background-color: transparent !important;
}

.pwa-popup .pwa-logo {
    max-width: 60px;
    max-height: 48px;
    border-radius: 6px;
    margin-right: 10px;
    border: 1px solid var(--border-color2);
    padding: 7px;
    background: var(--bg-color1);
}

.pwa-popup .header-text h2 {
    margin: 0;
    font-size: 18px;
    color: #fff!important;
}

.pwa-popup .header-text p {
    margin: 0;
    color: #fff!important;
    font-size: 14px;
}

.pwa-popup .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff!important;
}

/* Description */
.pwa-popup .description {
    font-size: 14px;
    color: #fff!important;
    margin: 10px 0;
}

.pwa-popup .sub-description {
    font-size: 14px;
    color: #fff!important;
    margin-bottom: 20px;
}

/* Carousel */
.pwa-popup .carousel-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;

}

.pwa-popup .carousel-container.active {
    opacity: 1;
}

.pwa-popup .carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pwa-popup .carousel-content {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.pwa-popup .carousel-content img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
    max-height: min(45vh, 500px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px 0px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    position: relative;
    object-fit: contain;
    background: var(--body-color);
}

.pwa-popup .carousel-btn {
    background-color: var(--border-color2);
    border: none;
    color: #fff!important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: var(--shadow2);
}

.pwa-popup .carousel-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.pwa-popup .carousel-btn.left {
    left: 10px;
}

.pwa-popup .carousel-btn.right {
    right: 10px;
}

.pwa-popup .carousel-btn svg {
    width: 20px;
    height: 20px;
}

/* Actions */
.pwa-popup .actions {
    display: flex;
    justify-content: space-between;
}

.pwa-popup .action-btn {
    padding: 8px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #a7c7fa;
    transition: transform 0.2s ease;
}

.pwa-popup .action-btn.less {

    background-color: rgba(0, 0, 0, 0);
    color: #a7c7fa;
}

.pwa-popup .action-btn.less:hover {
    color: #a7c7fa;
    background-color: rgba(167, 199, 250, 0.1);
}

.pwa-popup .action-btn.less:hover {
    transform: translateY(-2px);
}

.pwa-popup .action-btn.install {
    background-color: #a7c7fa;
    color: #1B222C;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
}

.pwa-popup .action-btn.install:hover {
    transform: translateY(-2px);
    background-color: #a7c7fa;
}

#pwaInstallPopup {
    display: none;
    margin: auto;
    position: fixed;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    -webkit-animation-name: modalanimatestop;
    -webkit-animation-duration: 0.4s;
    animation-name: modalanimatestop;
    animation-duration: 0.8s;
}

@media (max-width: 575px) {
    #pwaInstallPopup {
        top: auto;
        bottom: 1% !important;
        width: 95%;
        z-index: 9999;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 0.4s;
        animation-name: animatebottom;
        animation-duration: 0.8s;
    }
}

@media (max-width: 360px) {
    .pwa-popup .action-btn {
        padding: 8px 35px;
    }
}

@-webkit-keyframes modalanimatestop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 5%;
        opacity: 1
    }
}

@keyframes modalanimatestop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 5%;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 1%;
        opacity: 1
    }
}

.business-profile-box{
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.business-profile-box .storeImage{
    height: 100px;
    width: 100px;
}
.business-profile-box .storeImage img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
