/*
* File Input
*/
/* @import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap);

*{
    font-family:'Rajdhani',sans-serif;
} */


.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

#product-bulk-delete td:first-child {
    text-align: center;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #ddd;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}


/* Focus */

.file input:focus~.file-custom {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #716aca;
}


/*
  * File Input Ends
  */


/* Image Section */

img.admin-img {

    object-fit: cover;
    margin: 0px;
}

img.admin-gallery-img {
    border: 1px solid #ddd;
    width: 100%;
    height: auto;
    object-fit: fill;
}

.remove-gallery-img {
    padding: 4px;
    margin: 8px;
    background: red;
    border: 1px solid rgba(0, 0, 0);
    font-size: 14px;
    color: white;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.admin-form .remove-gallery-img {
    color: #757575;
}

img.admin-setting-img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 293px;
}

.text-black {
    color: #444 !important;
}

.text-green {
    color: #0c9002 !important;
}

.admin-form span {
    color: #777;
}

.file {
    max-width: 350px;
    display: block;
}

.single-g-item {
    position: relative;
}


/* Image Section Ends */


/* Address Moddel  Section Start  */

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 50% !important;
    }

    #deleteConfirmModal .modal-dialog {
        max-width: 40% !important;
    }

    .product-card .product-title {
        max-lines: 2 !important;
        font-size: 16px;
    }

    .product-card .product-price {
        max-lines: 1 !important;
        font-size: 14px !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        width: 100%;
    }

    .payment-methods .single-payment-method a img {
        height: 150px !important;
    }

    .payment-methods .single-payment-method a img {
        height: 150px !important;
    }

    .col-lg-2_4 {
        flex: 0 0 auto;
        width: 20%;
    }

    .col-lg-1_5 {
        flex: 0 0 auto;
        width: 14%;
    }


}

@media (max-width: 991.98px) {
    .modal-dialog {
        max-width: 100% !important;
    }

    .payment-methods .single-payment-method a img {
        height: 150px !important;
    }


}

.add-address {
    min-height: 120px !important;
}


/* Address Moddel  Section End */

.phone-div .input-group-addon {
    color: rgba(0, 0, 0, 0.63) !important;
    margin-right: 10px !important;
    text-align: center;
    font-size: 15px !important;
    margin-top: 0 !important;
}

.show-email-div,
.show-phone-div {
    text-align: center !important;
    padding-top: 10px;
}

.email-div {
    display: none;
}

.phone-div {
    color: black;
}

.input-group .input-group-addon,
.input-group .input-group-btn {
    margin-top: 0px !important;
}

@media (max-width: 667.98px) {
    .payment-methods .single-payment-method a img {
        height: 120px !important;
    }

    .product-card .product-title {
        max-lines: 2 !important;
    }

    .product-title,
    .product-price {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 12px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.40 !important;
    }

    .product-card,
    .slider-item,
    .owl-carousel {
        height: 100% !important;
    }

}

.card-title-cat {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    max-lines: 2;
    font-size: 12px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.40 !important;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 400px) {

    .product-card,
    .owl-carousel .owl-item {}

    .product-card .product-title {
        max-lines: 2 !important;
        font-size: 12px !important;
    }

    .product-title,
    .product-price {
        max-lines: 1 !important;
        font-size: 12px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .product-category a {
        max-lines: 1 !important;
        overflow: scroll;
    }

    .product-card,
    .slider-item,
    .owl-carousel {
        height: 100% !important;
    }

    .payment-methods .single-payment-method a img {
        height: 100px !important;
    }

}

.owl-carousel {
    align-items: stretch !important;
}

.col-custom-mobile,
.col-max-mobile,
.col-custom-desktop {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}



.product-card,
.slider-item,
.owl-carousel {
    height: 100% !important;
}

.product-card .product-price {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.categorySlider {
    height: auto !important;
}



.product-card .product-thumb {
    display: flex !important;
    justify-content: center !important;
    justify-items: center !important;
    margin: 0 auto;
}

.video-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.40 !important;
}

/* **********Original Product section*********** */

.info-card {
    background-color: #fff4df;
    text-align: start;
    border-radius: 8px;
    /* padding: 12px 4px 4px 12px; */
    padding: 8px 0px 8px 0px;
    margin: 0 8px 0 8px;
    height: 100%;
}

.info-card .icon-container {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.info-card h6 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000B3 !important;
}

.info-card p {
    font-size: 10px;
    font-weight: 500;
    color: #777;
    line-height: normal;
    margin-bottom: 16px;
}

.info-card .card-text {
    flex-grow: 1;
}

.card-text h6 {
    margin: 0 0 4px;
}

.card-text p {
    margin: 0 0 4px;
}

.card-padding {
    padding: 0 0 16px;
}


@media (max-width: 510px) {

    .info-card .icon-container {
        width: 43px;
        height: 43px;
        margin-right: 12px;
    }

    .info-card h6 {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .info-card p {
        font-size: 10px;
        font-weight: 500;
    }

    .icon-container i {
        font-size: 1.15em;
    }
}

@media (max-width: 476px) {

    .info-card .icon-container {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }

    .info-card h6 {
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .info-card p {
        font-size: 9px;
        font-weight: 500;
    }

    .icon-container i {
        font-size: 0.995em;
    }
}

@media (max-width: 376px) {

    .info-card .icon-container {
        width: 35px;
        height: 35px;
        margin-right: 12px;
    }

    .info-card h6 {
        font-size: 9px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .info-card p {
        font-size: 9px;
        font-weight: 500;
    }

    .icon-container i {
        font-size: 0.975em;
    }


}

.sticky-button {
    position: sticky !important;
    bottom: 5;
}

@media (max-width: 991px) {
    .navbar.fixed-bottom {
        display: flex !important;
        z-index: 1050;
        background-color: white;
    }

    body {
        padding-bottom: 60px;
    }
}

.navbar.fixed-bottom {
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    position: fixed !important;
}

.navbar .nav-link {
    color: #333;
    font-size: 14px;
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    white-space: nowrap;
}


.whatsapp-button {
        display: inline-block;
        background-color: #e9fff1; 
        padding: 5px 10px;
        border-radius: 6px;
        box-shadow: 0 6px 12px rgba(37, 211, 102, 0.25);
        transition: all 0.4s ease-in-out;
        animation: smoothPulse 3s infinite ease-in-out;
    }

    .whatsapp-button:hover {
        transform: scale(1.06);
        box-shadow: 0 10px 10px rgba(37, 211, 102, 0.45);
        background-color: #d6ffe5;
    }

    @keyframes smoothPulse {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.3);
        }
        50% {
            transform: scale(1.03);
            box-shadow: 0 0 20px 8px rgba(37, 211, 102, 0.2);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.3);
        }
    }