﻿
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 👈 Fast rendering */
}

html, body {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 14px;
}

.theme-color-1 {
    --theme-color: #000;
}

b {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, div, span, label, ul, li, a, b, i, ol, strong {
    font-family: "Open Sans", sans-serif;
}


.shipping-info-header {
    position: relative;
    background-color: #000;
    padding: 10px 20px;
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #f1f1f1;
    transition: 0.5s;
    border-bottom: 1px solid #f1f1f1;
}

.offer-banner {
    width: 100%;
    overflow: hidden;
}

.offer-text {
    display: inline-block;
    white-space: nowrap;
    padding-left: 0;
    animation: scrollText 30s linear infinite;
    font-size: 14px;
    font-weight: 500;
}

    .offer-text ul li {
        color: #fff;
        white-space: nowrap;
        font-size: 14px;
        position: relative;
        padding-left: 25px;
        padding-right: 15px;
    }

        .offer-text ul li::before {
            font-family: FontAwesome;
            content: "\f111";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px;
            color: #fff;
        }

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* Close button style */
.close_shipping_bar {
    color: #f1f1f1;
    border: none;
    padding: 0px 20px;
    cursor: pointer;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
    line-height: 18px;
    cursor: pointer;
}

.close-btn:hover {
}

.top-header {
    background-color: #f7f7f7;
}

/* Padding for content so it doesn't go under the header */
.content {
    margin-top: 60px;
    padding: 20px;
}

.main-menu .brand-logo img {
    height: 25px;
}

.main-menu .brand-logo {
    padding: 0px 0px;
    padding-right: 0px;
}

.slide-content {
    padding: 20px 30px;
    background: rgba(255,255,255,0.825);
}

.footer-theme .footer-logo img {
    height: 70px;
}

.home-slider .p-left .slider-contain {
    max-width: 600px;
}

.category-details {
    display: block;
}

    .category-details a img {
        display: block;
        width: 100%;
    }

    .category-details a h4 {
        font-size: 19px;
        color: #111;
        padding: 15px 5px;
        text-align: center;
    }

.basic-product {
    border: 1px solid #f8f8f8;
}

    .basic-product img {
        width: 100%;
        height: 100%;
    }

.prdviewfullimage div img {
    width: 100%;
}

.product-page-details .main-title {
    font-size: 21px;
    font-weight: 500;
}

.product-page-details .price-text h3 {
    font-size: 18px;
}

.basic-product.theme-product-6 .product-detail {
    text-align: center;
    padding-bottom: 10px;
}

    .basic-product.theme-product-6 .product-detail a {
        padding-bottom: 10px;
        color: #111;
        text-align: center;
        display: block;
    }

    .basic-product.theme-product-6 .product-detail .price del i {
        margin-left: 5px;
    }


.vector-category .category-slide .img-category {
    padding: 0 10px;
}

    .vector-category .category-slide .img-category .img-sec {
        width: 100%;
        height: auto;
    }

        .vector-category .category-slide .img-category .img-sec img, .vector-category .category-slide .img-category .img-sec svg {
            width: 100%;
        }

.cart-section tbody tr td {
    color: #222;
}

    .cart-section tbody tr td .prdname {
        font-weight: 500;
        font-size: 15px;
        color: #111;
    }

    .cart-section tbody tr td b {
        font-weight: 500;
        color: #111;
    }

.toggle-nav span {
    vertical-align: top;
    font-weight: 500;
    padding: 5px 0px 0px 10px;
    top: 2px;
    position: relative;
}

.slide-4 .slick-prev:before {
    content: "\f104"
}

.slide-4 .slick-next:before {
    content: "\f105"
}

.slide-4 .slick-prev, .slide-4 .slick-next {
    z-index: 1;
    background: #fff;
    padding: 0px 8px 2px 10px;
    height: auto;
    width: auto;
    line-height: 1;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd
}

    .slide-4 .slick-prev:before, .slide-4 .slick-next:before {
        color: black;
        font: normal normal normal 28px/1 FontAwesome
    }

.collection-collapse-block .collection-accordion .accordion-item .accordion-body.price-body {
    padding: 10px 7px 0 7px;
}

.about-page h1 {
    font-size: 27px;
    line-height: 1.4;
}

.about-page h2 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.about-page h3 {
    font-size: 21px;
    color: #111;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-page h4 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-page ul li p {
    color: #555;
    margin-bottom: 10px;
}

.about-page p {
    color: #555;
    margin-bottom: 20px;
}

.about-page ul {
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

    .about-page ul li {
        list-style-type: disc;
        color: #555;
        font-weight: 500;
        margin-bottom: 10px;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
        font-size: 14px;
        padding-left: 0px;
        text-align: left;
        position: relative;
        line-height: 20px;
        display: list-item;
    }


.order-box .sub-total li .count i {
    font-size: 14px;
    margin-right: 1px;
}

.form-control {
    font-size: 14px;
}

.fade-in-out {
    animation: fadeInOut 5s ease-in-out forwards;
}

.cart-product .media .media-body p {
    margin-bottom: 0px;
    color: #222;
}

    .cart-product .media .media-body p b {
        margin-bottom: 0px;
        font-weight: 500;
    }

.cart-product .media .media-body .quantity {
    margin-top: 10px;
}

.blog-detail-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-image {
    width: 100px;
    height: auto;
    margin: 0;
}

.blog-detail-page .blog-sidebar .theme-card .recent-blog li .media .media-body {
    padding-left: 20px;
}

.tracking-page .tacking-table tr td h6 {
    font-size: 14px !important;
}
.order-box .title-box span {
   text-align: left; 
    
}
.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.add-button.add_cart[title="Out Of Stock"] {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.product_image_sticky {
    position: sticky;
    top: 120px;
    left: 0;
}
.offcanvas.cart-offcanvas .offcanvas-body .cart-product .media {
  text-align:left;
}
header.sticky {
    width: 100%;
}

    @media (max-width: 577px) {
        .alert {
            max-width: 100% !important;
        }

        .form-control {
            padding: 11px 15px;
            border-radius: 4px;
        }
		html, body {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 13px;
}

        .img-category .img-sec {
            border-radius: 0px;
        }
		.product-page-details .main-title {
    font-size: 16px;
    font-weight: 500;
}
    }

    @keyframes fadeInOut {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }

        10% {
            opacity: 1;
            transform: translateY(0);
        }

        90% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            transform: translateY(-20px);
        }
    }



    @media (min-width: 1200px) {
        .pixelstrap a .sub-arrow::before {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
        }
    }


    @media (max-width: 767px) {
        .main-menu .brand-logo img {
            height: 25px;
        }

        .slick-slider {
            padding: 0 0px; /* Prevent overflow on mobile devices */
        }

        .slick-slide {
            width: 100%; /* Ensure each slide takes full width */
        }

        .slick-prev {
            left: 0px;
        }

        .slick-next {
            right: 0px;
        }

        .theme-breadcrumb {
            display: none;
        }

        .breadcrumb-section h2 {
            font-size: 14px;
            line-height: 1.5;
        }

        .product-page-details .quantity-variant {
            text-align: center;
        }

        .footer-content {
            margin-bottom: 10px;
        }
    }



    @media (max-width: 577px) {
        .category-slide .img-category h4 {
            font-size: 14px;
        }

        .hidden-mobile {
            display: none !important;
        }
    }

    @media (min-width: 577px) {
        .hidden-desktop {
            display: none !important;
        }
    }

    @media (max-width: 1199px) {
        .pixelstrap li span {
            font-size: 14px;
            line-height: 1.7;
            color: #111;
        }

        .pixelstrap li .btn-solid {
            color: #fff;
            text-align: center;
            display: block;
        }

            .pixelstrap li .btn-solid:focus {
                color: #fff;
                background-color: var(--theme-color);
            }

            .pixelstrap li .btn-solid:hover {
                padding: 9px 16px;
                color: #111;
                background-color: #fff;
            }
    }
/* Hidden by default */
.fixed-mobile-icons {
    display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
    .fixed-mobile-icons {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #ffffff;
        border-top: 1px solid #ddd;
        justify-content: space-around;
        align-items: center;
        z-index: 9999;
    }

    .fixed-mobile-icons a {
        text-decoration: none;
        font-size: 26px;
        color: #444;
    }

    .fixed-mobile-icons .fa-whatsapp {
        color: #444;
    }

    /* Avoid content getting hidden behind icons */
    body {
        padding-bottom: 70px;
    }
}