/*change the color of scroll bar*/

/* WebKit Browsers (Chrome, Edge, Safari) */
.custom-scrollbar::-webkit-scrollbar {
    height: 8px;
    /* For horizontal scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Track background */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #00748d;
    /* Thumb color */
    border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Hover color */
}

/* Firefox */
.custom-scrollbar {
    scrollbar-color: #888 #f1f1f1;
    /* Thumb color, Track color */
    scrollbar-width: thin;
    /* Optional: thin or auto */
}

/*end of scroll bar*/


.home-section-inner .home-slider-wrap {
    width: 100% !important;
}

.home-section-inner {
    width: 100% !important;
}

.ltr .home-section-inner {
    margin-left: 0 !important;
}

/* .home-slider .swiper-slide .slider-bg-image {
    background-size: contain !important;
    background-repeat: no-repeat;
} */

/*slider ends*/


/*device condition style*/

.popup-tab {
    background-color: #d6f4e6;
    padding: 10px;
    border-radius: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: 0 0 0 1px #a2f8cc;
    border-color: #a2f8cc;
    background: #2ddfaf0f;
    color: #2ddfaf;
    border: 1px solid #33cf7f !important;
}

.modal-dialog {
    margin: 0px auto !important;
}


/*device condition style end */




.top-header {
    background-color: #797ef6;
}

.navigation-inner {
    border: none;
}

.navigation-inner .navigation-text {
    color: #ffb136;
}

a.nav-link.menu-item {
    color: white !important;
}

.primary-menu:after {
    background: none;
}

.primary-menu:before {
    content: none;
}

.navigation-inner:after,
.navigation-inner:before {
    content: none;
}

.navigation-wrap {
    background-color: #000;
    padding: 1px 20px;
}

.product-details-info .details-info-top {
    padding-bottom: 0 !important;
}

.product-details-info .product-variants .custom-selection>li {
    border-radius: 5px !important;
}

.product-details-info .product-variants .custom-selection>li.active {
    /* color: white !important;
    box-shadow: 0 0 0 2px #0095b6 !important;
    background-color: #0095b6 !important; */

    color: #0095b6 !important;
    box-shadow: 0 0 0 2px #0095b6 !important;
    border-color: #0095b6 !important;
}

.product-details-info .product-variants .custom-selection>li.variation-color>div {
    height: 46px !important;
    width: 46px !important;
}

.product-details-info.position-relative.flex-grow-1 {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding: 20px;
}

.product-gallery-preview .gallery-preview-item {
    background-color: #f4f4f417 !important;
}

.product-gallery-preview-wrap {
    border: 2px solid #0095b669 !important;
}

/* .product-details-info {
    border: 2px solid #0095b669;
    border-radius: 8px;
} */


.address {
    margin-top: 10px;
    /* background-color: #7ed7f640; */
    border-radius: 10px;
    padding: 14px 0;

    /* font-weight: bold; */
    color: #3f3f3f;
}

.address li {
    list-style-type: none;
    /* line-height: 40px; */
    margin-bottom: 15px;
}

.address li strong {
    font-size: 18px;
}

/* .address li a strong {
    font-size: 20px;
} */


p.title {
    line-height: 2;
    color: #000000bf;
}

a.title:hover {
    text-decoration: underline;
    color: black;
}

.product-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Smooth transition for background */
}

.product-box-black {
    position: relative;
    background-color: #3cceef !important;
    color: white !important;
    border-radius: 5px;
}

.product-box-black:hover {
    background-color: #f0f0f0 !important;
}

.product-box-black .product-badge {
    position: absolute;
    top: -15px;
    left: -7px;
    width: 120px;
    height: 120px;
    pointer-events: none;
}

.product-box-black .product-badge .badge-danger {
    position: absolute;
    top: 20px;
    left: -35px;
    /* adjust to center text */
    transform: rotate(-45deg);
    /* diagonal angle */
    transform-origin: center;

    background: #dc3545;
    /* your .badge-danger color */
    color: #fff;
    padding: 6px 0;
    width: 150px;
    /* width of ribbon strip */
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.product-box-black h3,
.product-box-black h5,
.product-box-black h6 {
    /* color: #f0f0f0 !important; */
}

.product-box:hover {
    background-color: #f0f0f0 !important;
    /* Change background color on hover */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
    /* Slightly darker shadow on hover */
}

.product-box-black:hover h3,
.product-box-black:hover h5,
.product-box-black:hover h6 {
    color: #3cceef !important;
    background-color: transparent !important;
}

.top-brands {
    border: none !important;
    border-radius: none !important;
}

.top-brands:before,
.top-brands:after {
    background: none !important;
}

.top-brands .top-brand-item {
    background-color: white !important;
    margin: 0 2px !important;
    padding: 5px !important;
}

/* Container to limit the zoom effect */
.image-container {
    overflow: hidden;
}

/* Image styles and transition for zoom effect */
.product-image {
    transition: transform 0.3s ease-in-out;
}

.image-container:hover .product-image {
    transform: scale(1.1);
    /* Zoom effect */
}

.condition {
    text-decoration: underline;
    text-decoration-color: #000000;
    color: #000000;
    cursor: pointer;
}

.payment-method-image {
    margin-left: 20px;
}

.product-gallery.position-relative.align-self-start {
    width: 100% !important;
}

.box {
    /* border: 1px solid #0095b669; */
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popup-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.popup-img {
    height: 100px;
    width: 100px;
}

.close {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #04737e;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.ltr .close {
    float: right;
}


.whatsapp {
    position: fixed;
    bottom: 20% !important;
    left: 2% !important;
    width: fit-content !important;
    z-index: 1000;
}

.facebook {
    position: fixed;
    bottom: 9%;
    left: 2%;
    z-index: 1000;
}


.free-delivery {
    position: absolute;
    z-index: 10;
    left: 1%;
    top: 1%;
}

.img-free-delivery {
    width: 50%;
}

h1.title {
    font-weight: 700;
    font-size: 3.6em;
    line-height: 1.3;
}


@media (min-width: 576px) {
    .modal-dialog {
        /*max-width: 650px !important;*/
        margin-right: auto;
        margin-left: auto;
    }
}

.landscape-tab-products-wrap {
    display: block;
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .img-free-delivery {
        width: 25%;
    }

    #top-bar {
        display: none;
    }

    .repair-image {
        width: 100%;
    }

    h1.title {
        color: rgb(0, 46, 91);
        font-weight: 700;
        font-size: 2.6em;
        line-height: 1.3;
    }


    .modal.show .modal-dialog {
        max-width: 90%;
    }

    .popup-title {
        font-size: 10px;
        line-height: 12px;
    }

    .btn.btn-primary.btn-add-to-cart.custom-cart-btn {
        font-size: 10px;
        line-height: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .text-center.main-title {
        font-size: 18px;
    }

    #carouselExampleIndicators {
        display: none;
    }


}

@media only screen and (max-width: 430px) {
    .text-title {
        font-size: 12px !important;
        /* Adjust as needed */
    }
}


/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .img-free-delivery {
        width: 25%;
    }

    .landscape-tab-products-wrap {
        display: block;
    }

    #top-bar {
        display: none;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .img-free-delivery {
        width: 25%;
    }

    .landscape-tab-products-wrap {
        display: block;
    }

    #carouselExampleIndicatorsMobile {
        display: none;
    }

}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .product-gallery.position-relative.align-self-start {
        /* width: 50% !important; */
    }

    .landscape-tab-products-wrap {
        display: none;
    }

    #carouselExampleIndicatorsMobile {
        display: none;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {

    .product-gallery.position-relative.align-self-start {
        /* width: 50% !important; */
    }

    .landscape-tab-products-wrap {
        display: none;
    }

    #carouselExampleIndicatorsMobile {
        display: none;
    }
}


.wa_image_product {
    width: 45%;
    border-radius: 10px;
}

footer.footer-wrap {
    background-color: black;
}

.footer-linksul.list-inline>li {
    color: white;
}

.footer-text {
    color: white;
}

.footer-top .title {
    color: white;
}

.footer-links:not(.footer-tags) .list-inline li a {
    color: white;
}

.footer-tags li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-tags .list-inline li a {
    color: white;
}


.vertical-products .vertical-products-slider .swiper-wrapper {
    margin-bottom: 50px;
}

.footer-wrap {
    /* margin-top: 50px; */
}

@font-face {
    font-family: "Kaleko 105 Bold";
    src: url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.eot");
    src: url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/5dc2ec7e229b282183d62bd1fe75ee06.svg#Kaleko 105 Bold")format("svg");
}

.product-section-heading,
.before_two_column_custom_banner .hero-content h2,
.review-section-heading {
    color: #3f3f3f;
    font-size: if(media(width > 770px) : 42px;
            media(width > 430px) : 35px;
            else: 20px);
    font-weight: 600;
    line-height: if(media(width > 430px) : 50px;
            else : 35px);
    font-family: 'Kaleko 105 Bold', sans-serif;
}

.before_two_column_custom_banner .hero-content p {
    font-size: if(media(width > 430px) : 20px;
            else : 15px);
}

.review-section-heading {
    position: relative;
}

.review-section-heading::after {
    content: "";
    position: absolute;
    left: if(media(width > 770px) : 43vw;
            media(width > 430px) : 41vw;
            else: 40vw);
    bottom: -2px;
    transform: translateX(-50%);
    width: if(media(width > 770px) : 25%;
            else: 35%);
    height: 22px;
    border-bottom: 4px solid #4a4a4a;
    border-radius: 0 0 100% 100%;
}

.product-section-heading span {
    background: #121FCF;
    background: linear-gradient(to top, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: if(media(width > 430px) : xxx-large;
            else : xx-large);
}

.banner-wrap.two-column-banner .banner {
    height: 50vw;
}

.before_two_column_custom_banner {
    background-color: #dceef7;
    border-radius: 30px;
    min-height: if(media(width > 430px) : 250px;
            else : 170px);
    padding: 40px;
    position: relative;
}

.before_two_column_custom_banner img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: if(media(width > 430px) : 75%;
            else : 100%);
    height: if(media(width > 430px) : auto;
            media(width > 770px) : 100%;
            else : auto);
    transform: if(media(width > 430px) : translate(-30%, -26%);
            media(width > 770px) : translate(-34%, -11%);
            else : translate(-65%, -26%)) !important;
}

.scroll-to-top.active {
    bottom: 45px !important;
}

.wa-image {
    background-color: #44c554;
    /* width: if(media(width <=450px) : 100%;
            else : 50%); */
    width: 100%;
}

.wa-image img {
    width: 35px;
}

.wa-image p span {
    font-size: x-large;
    font-weight: 500;
}