﻿
/* Ensure the table container scrolls horizontally on small screens */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

    /* Basic table styles */
    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-responsive th, .table-responsive td {
        padding: 8px 12px;
        text-align: left;
        border: 1px solid #ddd;
    }

@media (max-width: 768px) {
    .table-responsive thead {
        display: none;
    }

    .table-responsive tr {
        display: block;
        margin-bottom: 15px;
    }

    .table-responsive td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

        .table-responsive td::before {
            content: attr(data-label);
            position: absolute;
            left: 0;
            width: 50%;
            padding-left: 15px;
            text-align: left;
            font-weight: bold;
        }
}
/* Ensure the table container scrolls horizontally on small screens */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}

    /* Basic table styles */
    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-responsive th, .table-responsive td {
        padding: 8px 12px;
        text-align: left;
        border: 1px solid #ddd;
    }

/* Remove inner borders on mobile view */
@media (max-width: 768px) {
    .table-responsive thead {
        display: none;
    }

    .table-responsive tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd; /* Outer border for the entire row */
    }

    .table-responsive td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none; /* Remove inner borders */
    }

        .table-responsive td::before {
            content: attr(data-label);
            position: absolute;
            left: 0;
            width: 50%;
            padding-left: 15px;
            text-align: left;
            font-weight: bold;
        }
}
.sticky-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #383839;
    z-index: 1100;
    animation: fixedTop 0.4s;
}

.menu > li.active > a, .menu > li:hover > a {
    background-color: #39383800;
}

.sticky-header.fixed {
    top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #393838d4;
    z-index: 1100;
    animation: fixedTop 0.4s;
}

.intro-slide1 .banner-content {
    margin-top: -3.4rem;
}

.btn-white.btn-outline {
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
    border-radius: 30px;
}


.owl-carousel {
    margin-bottom: 10px; /* Adjust the value to control the gap size */
}

.intro-banner1, .intro-banner2 {
    background-color: #ffffff;
}


    .intro-banner1 .banner-title, .intro-banner2 .banner-title {
        font-size: 6em;
    }

@media (max-width: 971px) {
    .intro-banner1 .banner-title,
    .intro-banner2 .banner-title {
        font-size: 3em;
    }
}

.banner-btn1 {
    border-style: solid;
    border-width: 1px;
    min-width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 980px;
    background: #0071e3;
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.banner-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: Oswald, sans-serif !important;
    text-align: center;
    color: white;
}

    .banner-text.top {
        top: 30px;
    }

    .banner-text.bottom {
        bottom: 30px;
    }

.banner-btn1 {
    cursor: pointer;
}

@media (max-width: 767px) {
    .banner-text h3 {
        font-size: 1.5rem;
    }

    .banner-text h5 {
        font-size: 1rem;
    }

    .banner-btn1 {
        padding: 8px 16px;
    }

    .banner-text.top {
        top: 10px;
    }
}

@media (max-width: 767px) {



    .banner-text.bottom {
        bottom: 10px; /* Remove the bottom positioning for mobile view */
    }
}

.page-header {
    height: 27.4rem;
    padding-top: 12.4rem;
}

.category-media:before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 4rem;
    font-size: 9.984rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    line-height: 1;
    color: rgba(34, 34, 34, 0.08);
    font-family: "Oswald", sans-serif;
}

@media (min-width: 992px) {
    .dropdown-expanded:before {
        position: UNSET;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: -2.1rem;
        width: 1px;
        height: 2.5rem;
        background-color: #e1e1e1;
    }

}

.header {
    font-family: "Oswald",sans-serif;
    
}

@media (max-width: 767px) {
    .header-top .delimiter, .header-top .divider, .header-top .login-link, .header-top .register-link {
        display: block ;
    }
}

@media (max-width: 991px)
{.header-top .call, .header-top .contact, .header-top .social-links {
    display: block;
}

}

.megamenu {
    display: flex;
    padding: 1rem;
    min-width: 69rem;
    background: #ffffffe8;
}

. /*menu .menu-title {
    color: #fff;
}

.menu .menu-title {
    color: #fff;
    
}*/
.menu ul {
  background: transparent;
   
}

/*.menu ul {
   
    color: #fff;
   
}
*/

@media (min-width: 991px) {
    .mobile-View-Banner {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-View-Banner-box {
        display: none;
    }
}
/* Dark overlay background */
.custom-popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999; /* Lower than the popup but higher than the rest */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
    ; /* Dark background with opacity */
}
/* Popup content */
.custom-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Ensure it's on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Center the popup */
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%; /* Adjust as needed */
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-height: 90vh; /* Make sure the popup doesn't exceed screen height */
    overflow-y: auto; /* Enable scrolling within the popup if content is long */
}

/* Close button */
.close-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close-popup:hover,
    .close-popup:focus {
        color: black;
        text-decoration: none;
    }

/* Prevent body scrolling when popup is active */
body.no-scroll {
    overflow: hidden;
}
/* Popup content */
.custom-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Ensure it's on top */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Center the popup */
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%; /* Increased the width to 90% */
    max-width: 800px; /* Adjusting maximum width to 800px */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-height: 90vh; /* Make sure the popup doesn't exceed screen height */
    overflow-y: auto; /* Enable scrolling within the popup if content is long */
}

.custom-popup {
    max-width: 98.8rem;
    margin: auto;
}
@media (min-width: 768px) {
    .custom-popup .row {
        margin: 0 -1.5rem;
    }
}

.contact-us .grey-section {
    background-color: #f7f7f9;
}

.grey-section1 {
    padding: 2.5rem 3.2rem 1.4rem;
}

.contact-us .breadcrumb {
    padding: 1.2rem 0 1.1rem
}

    .contact-us .breadcrumb li:last-child {
        color: #666
    }

    .contact-us .breadcrumb li:not(:last-child) a, .contact-us .breadcrumb li:not(:last-child)::after {
        opacity: .7
    }

.contact-us .page-header {
    height: 30.2rem
}

.contact-us .page-title {
    font-size: 5rem
}

.contact-us .grey-section {
    background-color: #f7f7f9
}

.contact-us .store-section .title {
    font-size: 3rem
}

.grey-section1 {
    padding: 2.5rem 3.2rem 1.4rem
}

    .grey-section1 h4 {
        font-size: 2rem;
        line-height: 1.1
    }

    .grey-section1 p {
        margin-bottom: 3.2rem;
        line-height: 1.72
    }

.contact-section form h4 {
    margin-bottom: .3rem
}

.contact-section form p {
    margin-bottom: 2.4rem;
    font-size: 1.3rem
}

.contact-section .form-control {
    border-radius: .3rem
}

    .contact-section .form-control::placeholder {
        color: #999
    }

.contact-section textarea {
    min-height: 15rem;
    padding: 1rem 2rem
}

.contact-section .btn i {
    font-size: 1.6rem;
    margin-left: 1rem;
    margin-bottom: .2rem
}

    .contact-section .btn i::before {
        font-weight: 600
    }

.intxt {
    margin: 0rem;
}

.grey-section1 {
    background: #f5f5f5;
}

.out-of-stock {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #767472;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}

.product-label-group {
    position: absolute;
    top: 10px;
    left: 10px;
}

.label-new {
    background-color: orange;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.label-sale {
    background-color: orange;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.label-outofstock {
    background-color: orange;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.label-top {
    background-color: orange;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.product:hover .product-action .btn-cart {
    color: #fff;
    background-color: #0071e3;
    border-color: #0071e3;
}

owl-theme .owl-dots .owl-dot.active span {
    background-color: #0071e3;
    border-color: #0071e3;
}

.cart-dropdown.type2 .cart-count {
    
    background-color: #0071e3;
  
}

.text-primary {
    color: #0071e3 !important;
}

.product-details .btn-product-icon:hover, .product-hide-details .btn-product-icon:hover {
    color: #0071e3;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0071e3;
    border-color: #0071e3;
}

.product-single .product-price {
    color: #0071e3;
}

.product-form .btn-cart, .product-form .btn-external {
    border: 0;
    flex: 1;
    min-width: 13rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    background-color: #0071e3;
    transition: background-color 0.3s;
    color: #fff;
    cursor: pointer;
    max-width: 20.7rem;
    height: 4.5rem;
}

.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    color: #0071e3;
}

single .btn-wishlist:hover {
    color: #0071e3;
}

.btn-white.btn-outline:active, .btn-white.btn-outline:focus, .btn-white.btn-outline:hover {
    color: #0071e3;
    background-color: #fff;
}

.product-label.label-new {
    background: #0071e3;
}

.cart-dropdown .cart-action .btn.btn-link {
  
    border-bottom: 2px solid #0071e3;
   
}

.btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
    background-color: #0071e3;
    color: #fff;
    
}

.btn-primary.btn-outline {
    color: #0071e3;
    border-color: #0071e3;
    background-color: transparent;
}

.shop-sidebar .btn-outline:not(:hover) {
    color: #0071e3;
}

.filter-items a:hover {
    color: #0071e3;
}

.label-outofstock {
    background-color: #7d7c7a;
    color: white;
    padding: 3px 5px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
}

.product-form .btn-cart:hover:not(:disabled), .product-form .btn-external:hover:not(:disabled) {
    background-color: #024a93;
}

.tab-nav-simple .nav-item .nav-link.active, .tab-nav-simple .nav-item.show .nav-link, .tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: #0071e3;
}

.product-thumb.active:before {
    border-color: #0071e3;
}

.product-list-sm .product-name:hover {
    color: #0071e3;
}

contact-us .grey-section {
    background-color: #f7f7f9;
}

.grey-section1 {
    padding: 2.5rem 3.2rem 1.4rem;
}

.contact-us .breadcrumb {
    padding: 1.2rem 0 1.1rem
}

    .contact-us .breadcrumb li:last-child {
        color: #666
    }

    .contact-us .breadcrumb li:not(:last-child) a, .contact-us .breadcrumb li:not(:last-child)::after {
        opacity: .7
    }

.contact-us .page-header {
    height: 30.2rem
}

.contact-us .page-title {
    font-size: 5rem
}

.contact-us .grey-section {
    background-color: #f7f7f9
}

.contact-us .store-section .title {
    font-size: 3rem
}

.grey-section1 {
    padding: 2.5rem 3.2rem 1.4rem
}

    .grey-section1 h4 {
        font-size: 2rem;
        line-height: 1.1
    }

    .grey-section1 p {
        margin-bottom: 3.2rem;
        line-height: 1.72
    }

.contact-section form h4 {
    margin-bottom: .3rem
}

.contact-section form p {
    margin-bottom: 2.4rem;
    font-size: 1.3rem
}

.contact-section .form-control {
    border-radius: .3rem
}

    .contact-section .form-control::placeholder {
        color: #999
    }

.contact-section textarea {
    min-height: 15rem;
    padding: 1rem 2rem
}

.contact-section .btn i {
    font-size: 1.6rem;
    margin-left: 1rem;
    margin-bottom: .2rem
}

    .contact-section .btn i::before {
        font-weight: 600
    }

.intxt {
    margin: 0rem;
}

.grey-section1 {
    background: #f5f5f5;
}
a:hover {
    color: #0071e3;
}
.product-name a:hover {
    color: #0071e3;
}

.product-cat a:hover {
    color: #0071e3;
}

.custom-border {
    border: 2px solid #333; /* Dark border color */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Inner padding */
}

.btn-primary {
    color: #fff;
    border-color: #0071e3;
    background-color: #0071e3;
}

primary:hover {
    color: #fff;
    border-color: #0071e3;
    background-color: #0071e3;
}

.alert-warning {
    background-color: #a7372b;
    border-color: #a7372b;
    color: #ffffff;
}

 

.text-danger{
    color: red;
}

.banner-cta.parallax {
    position: relative;
    background-image: url('/images/demos/demo10/parallax.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
   
    margin-top: 5.7rem;
    padding: 8.5rem 1.5rem;
}
.about-images img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.mission-icon, .employees-icon, .customers-icon {
    font-size: 2rem;
    margin-top: 10px;
}

.about-images {
    text-align: center; /* Center-align the image */
    margin-bottom: 30px; /* Space below the image */
}

.about-img {
    max-width: 100%; /* Ensure the image fits within its container */
    width: 80%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Optional: rounded corners */
}

@media (min-width: 768px) {
    .about-img {
        width: 70%; /* Adjust width for larger screens */
    }
}


/* Add this CSS to your stylesheet */
.specification-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse; /* Changed to collapse borders */
    border-spacing: 0;
}

.specification-header {
    background-color: #e9ecef; /* Slightly darker background for headers */
    font-weight: bold;
    text-align: left;
    padding: 12px; /* Increased padding for better spacing */
}

.specification-detail {
    background-color: #ffffff;
    text-align: left;
    padding: 12px; /* Increased padding for better spacing */
}

.tblbdy {
    border-top: 2px solid #dee2e6; /* Slightly thicker border for better visibility */
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7; /* Slightly lighter color for striped rows */
}

.tblbdy {
    border-top: 1px solid #e1e1e1;
    vertical-align: middle;
}

.specification-header {
    background-color: #ffffff;
    /* font-weight: bold; */
    text-align: left;
    padding: 12px;
}

@media (max-width: 768px) {
    .custom-popup {
        top: 60%; /* Adjust this value as needed for mobile */
    }
}

