.bg-light {
    --bs-bg-opacity: 1;
    background-color: #ffffff5d !important;
}
.about-style4 {
    background-color: #ffffff;
}
.site-footer.style-1 {
    background-color: #ffffff;
}
.logo-header img {
    height: 58px;
    max-width: 185px;
}
.pagination nav {
    width: 100%;
}
.header-info-bar p {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--title);
    margin-bottom: 0px;
    display: block;
}
.sale-box {
    background: white;
    /* border-radius: 10em 0 0 10em; */
    max-width: 36em;
    border-radius: 10em;
    padding: 3em 5em !important;
}
.product-box.style-4 .sale-box .sale-name {
    font-size: 41px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.dz-bnr-inr {
    --dz-banner-height: 280px;
}
.header-transparent + .page-content .dz-bnr-inr .dz-bnr-inr-entry {
    padding: 118px 0 20px 0;
}
.login-link-btn {
    padding: 15px !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 10px;
    border: 2px solid #000000;
}
.login-link-btn a {
    border-bottom: none !important;
}
.main-slider-wrapper {
    padding-top: 36px;
    padding-left: 0px;
}
.cart-link-btn {
    padding: 14px 5px;
    border-radius: 10px;
    color: white !important;
    background-color: #7d2b6d;
}
.contact-area1 {
    background: #eafde9;
}
.about-style4 .about-content {
    border-radius: 30px;
    background: transparent;
    box-shadow: 0px 15px 50px 0px rgb(94 141 118 / 0%);
    padding: 40px;
}
.contact-area1 .form-label {
    color: #000000;
}
.input-group input,
textarea {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}
.submit-btn {
    background-color: #7d2b6d;
    color: #ffffff;
}
.submit-btn:hover {
    border: 1px solid #7d2b6d;
}
.main-slider-wrapper .slider-inner {
    padding-top: 83px;
}
.cart-link-btn a {
    color: #ffffff;
}
.cart-link-btn a i {
    color: #ffffff !important;
}
.pagination nav .text-muted {
    color: black !important;
}
.pagination nav > div {
    flex-wrap: wrap;
    gap: 10px;
}
.pagination nav p {
    margin-bottom: 0;
}
.pagination nav > div > div {
    flex-basis: 100%;
    max-width: fit-content;
}
.check-tbl tbody tr td {
    padding: 10px;
}
.product-item-quantity {
    padding-right: 0;
    text-align: center;
}
.product-item-quantity .input-group {
    margin-bottom: 0;
}

.product-item-quantity .input-group input {
    border: 1px solid #000;
}
@media only screen and (max-width: 575px) {
    .inquiry-modal .inquiry-adv {
        display: block;
    }
}
/* Loader */
/* From Uiverse.io by mrpumps31232 */
.loading-wave {
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.blog-tags a:hover {
    color: white !important;
}
.loading-bar {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background-color: #7d2b6d;
    border-radius: 5px;
    animation: loading-wave-animation 1s ease-in-out infinite;
}

.loading-bar:nth-child(2) {
    animation-delay: 0.1s;
}

.loading-bar:nth-child(3) {
    animation-delay: 0.2s;
}

.loading-bar:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
    0% {
        height: 10px;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 10px;
    }
}
.cart-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff70;
    backdrop-filter: blur(1px);
    z-index: 9;
}
.cart-loader .loading-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* End Loader */
.pagination.style-1 li .page-numbers,
.pagination.style-1 li .page-link {
    height: 30px;
    min-width: 30px;
    width: 30px;
    max-width: 30px;
    margin: 0 1px;
}
.swiper-five .pagination-align {
    bottom: 0px;
}
.inquiry-modal .inquiry-adv img {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}
.product-box.style-4 .sale-box {
    transform: translate(39%, -50%);
}
.loading-spinner .spinner-border {
    position: absolute;
    top: 46%;
    left: 49%;
}
.loading-spinner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa3 !important;
    z-index: 9;
    backdrop-filter: blur(3px);
}
.name-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    height: 3em;
}
.card-container:hover .name-truncate {
    height: fit-content;
}

.social-icon .copy-message {
    position: absolute;
    right: -23px;
    top: 27px;
    color: green;
    font-weight: bold;
}
.social-share-link .copy-message {
    position: absolute;
    right: -7px;
    top: 36px;
    color: green;
    font-weight: bold;
}
/* whats app icon */
.whatsapp-widget {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 19px;
    left: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.filter-wrapper {
    flex-direction: row-reverse;
}
.whatsapp-widget:hover {
    color: #fff;
}
.dz-bnr-inr {
    background-position: bottom;
}
.login-area {
    padding: 60px;
}

.product-content h5 {
    font-size: 16px !important;
}
.meta-content .price {
    font-size: 20px !important;
}
.cf-turnstile {
    margin-bottom: 1em;
}
.form-spacing {
    padding-bottom: 18em;
}
@media only screen and (max-width: 1480px) {
    .filter-tag {
        display: flex;
    }
}
@media (min-width: 800px) and (max-width: 990px) {
    .main-slider-wrapper .slider-inner {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .main-slider-wrapper .slider-inner {
        padding-top: 46px;
    }
    .header-nav.w3menu .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media only screen and (max-width: 1680px) {
    .product-box.style-4 .sale-box {
        transform: translate(41%, -50%);
    }
    .cart-link-btn {
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 999px) {
    .form-spacing {
        padding-bottom: 7em;
    }
}
@media only screen and (max-width: 767px) {
    .filter-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        margin-left: 10px;
    }
    .cart-link-btn {
        padding-right: 15px !important;
    }
    .inquiry-modal .modal-dialog {
        max-width: 321px;
        margin: 0 auto;
    }
    .price-content {
        justify-content: start !important;
    }
    .product-info {
        flex-direction: column-reverse;
        padding: 4px;
    }
    .login-area {
        padding: 20px;
    }
    .product-info .price {
        font-size: 17px;
    }
    .product-info .title a {
        flex-direction: column;
        height: 3.8em;
    }
    .site-header .extra-nav.bottom-end {
        bottom: 0px;
    }
    .name-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        width: 100%;
        height: 5em;
    }
    .swiper-five .pagination-align {
        bottom: 0px;
        right: 0px;
    }
    .swiper-five .slider-pagination {
        bottom: 16px;
        right: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .pagination.style-1 li .page-numbers,
    .pagination.style-1 li .page-link {
        margin: 0 10px;
        min-width: fit-content;
        width: fit-content;
        max-width: fit-content;
    }
    .main-slider-wrapper .slider-inner {
        padding-top: 30px;
    }
    .cart-link-btn {
        margin-bottom: 14px;
    }
    .logo-header img {
        height: 47px;
    }
    .product-box.style-4 .sale-box .sale-name {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 1.2;
    }
    .sale-box {
        padding: 2em !important;
    }
    .product-box.style-4 .sale-box {
        position: absolute;
        top: 50%;
        right: 25%;
        transform: translate(33%, -50%);
    }
}
.btn-paypal {
    background-color: #ffc439;
    color: #fff;
    border: none;
    outline: 1px solid #ffc439;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
}
.btn-paypal:hover {
    background-color: #faba26;
    color: #000;
    outline: 3px solid #ffc439;
}

.white-space-nowrap {
    white-space: nowrap;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    color: #fff;
    font-size: 30px;
}

.shop-card .product-tag .badge {
    background-color: #d00a0a;
    color: #ffffff;
}
.social-login {
    display: flex;
    padding: 0.5rem 1.4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    gap: 0.75rem;
    color: rgb(65, 63, 63);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
    width: 100%;
    justify-content: center;
}

.social-login img {
    height: 24px;
}

.social-login:hover {
    transform: scale(1.02);
}
.digit-group {
    input {
        width: 55px;
        height: 55px;
        background-color: #f5f5f5;
        border: 2px solid #7d2b6d;
        border-radius: 12px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 200;
        margin: 0 2px;
    }

    .splitter {
        padding: 0 5px;
        font-size: 24px;
    }
}
