p {
    font-size: 16px;
    color: var(--accent-color);
    line-height: 1.74;
    font-family: "Open Sans", sans-serif;
}

.text-primary {
    color: var(--theme-color) !important;
}

.text-secondary {
    color: var(--accent-color) !important;
}

.home-slider .slick-slide img {
    width: 100%;
}

/*order dashboard*/
.user-dashboard-section.dashboard-section .dashboard-table .table thead th {
    font-size: 14px;
}

.unique-bu-cu span {
    float: initial;
    background-color: var(--theme-color);
    color: #fff;
    padding: 2px 20px;
    font-size: 70%;
    border-radius: 0;
}

/*other css below*/
section, .section-t-space {
    padding-top: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.section-b-space {
    padding-bottom: calc(15px + (35 - 15) * ((100vw - 320px) / (1920 - 320)));
}

/*waste management page css*/
.waste-table th {
    background-color: var(--accent-color);
    color: #fff;
    font-family: inherit;
}

.waste-table td {
    background-color: #f8f8f8
}

/*download page css*/
.download-table thead {
    background-color: #f8f8f8;
    text-transform: uppercase;
    border-bottom: 3px solid var(--theme-color);
}

.download-table th, .download-table td {
    vertical-align: middle;
    text-align: center;
}

/*network page css*/
.states-table-network td {
    border-bottom: 1px solid #f8f8f8;
    padding: 5px 0px;
    color: var(--accent-color);
    font-weight: 500;
}

.states-table-network p {
    color: var(--theme-color);
    font-size: 13px;
}

/*contact page css*/
.contact-info p, .contact-info li {
    font-size: calc(14px + .00125 * (100vw - 320px)) !important;
    line-height: 1.7;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-left ul li {
    color: var(--accent-color);
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 10px; /* Space between icon and text */
}

.contact-left ul li a {
    color: var(--accent-color);
}

.contact-left ul li i {
    padding-right: 10px;
    margin-top: 10px;
}

.contact-left ul li a:hover {
    color: var(--theme-color);
}

.contact-table {
    background-color: #f8f8f8;
    padding: calc(20px + (20 - 20) * ((100vw - 320px) / (1920 - 320))) calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 0;
    border: 1px solid #eee;
    margin-top: 20px;
}

.contact-column {
    display: flex;
    flex-direction: column;
}

.contact-column li:nth-child(n+2) {
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
}

.contact-column li {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid #f8f8f8;
    color: var(--accent-color);
}

.contact-column b {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-column a {
    color: var(--accent-color);
}

.contact-column a:hover {
    color: var(--theme-color);
}

.contact-column i {
    margin-right: 10px;
}


/*service center page css*/

.table_message table {
    width: 100%;
    border: 1px solid #ddd;
}

.table_message th,
.table_message td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table_message th {
    background: #f8f8f8;
    color: #000;
    font-weight: bold;
    width: 30%;
}

.table_message td {
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.table_message i {
    margin-right: 8px;
    color: #007bff;
}

/*refund policy page csc*/
.ordered-lists-only li {
    display: list-item;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
    font-family: "Open Sans", sans-serif;
    padding: 5px;
}

/* .h3-policy{
    font-weight:700;
    font-size: 20px;
    color: #000
} */

/* Common CSS */
.menu-title h5 > a {
    letter-spacing: unset;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222;
    position: relative;
    text-transform: capitalize;
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    padding-right: 45px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-transform: uppercase;
    padding-top: 42px;
    padding-bottom: 42px;
}

.service-w-bg.tools-service {
    padding: 15px 0;
    background: #f2f2f2;
}

.basic-product.theme-product-1 {
    border-radius: 10px;
}

.basic-product .product-title {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.45;
}


.basic-product .addtocart_btn .add-button {
    width: 100% !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    z-index: 1;
}

.basic-product .addtocart_btn {
    border-bottom: none !important;
    padding: 0px !important;

}

.basic-product .rating-label i {
    color: #ffa200;
    margin-top: -2px;
}

.basic-product .rating-label {
    padding: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320))) calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    gap: 5px;
    color: #595959;
    font-weight: 500;
    height: auto;
    background: #f2f4de;
    border-radius: 25px;
}

.basic-product .price {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 31px;
}

.basic-product.theme-product-1 .product-detail > div {
    padding: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320))) 0;
    border-bottom: 1px solid #eee;
}

.sku {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #3b4f5efc;
    color: #fff;
    padding: 2px 0;
    font-size: 12px;
}

.basic-product.theme-product-1 .brand-w-color {
    margin-bottom: 0;
}

.best-product-slider .slick-slide {
    margin: 0 5px; /* Adds spacing between slides */
}

.theme-tab .tab-title .current a, .theme-tab .tab-title2 .current a {
    color: #000 !important;
    font-weight: 500;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 25px;
}

.video-slider .video-block {
    padding: 10px; /* Add spacing between items */
}

.video-block video {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.theme-tab .tab-title {
    line-height: 2.2;
}

.best-product-slider {
    margin-right: -50px; /* Ensures partial visibility of the next slide */
    overflow: visible;
}


.top-logo-block img {
    max-width: 100%;
    width: 150px;
    margin: auto;
}

.top-logo-block img {
    max-width: 100%;
    width: 150px;
    aspect-ratio: 4/3;
    object-fit: contain;
    /* border: 1px solid grey; */
    margin: auto;
}

.top-logo-block {
    /*border: 1px solid #ced4da;*/
}

.footer-light {
    background-color: #B1C90433;
}

.footer-light .footer-theme .sub-title .contact-list li {
    color: #000 !important;
}

footer .footer-light p {
    color: #000;
}

.footer-light .sub-title li a {
    position: relative;
    color: #000;
}

.play-store-icon {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.play-store-icon img {
    width: 150px;
}

.ssl-box {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.ssl-box p {
    color: #446979 !important;
    font-weight: 600;
}

.social-title h4 {
    padding-right: 10px;
    font-weight: 600;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
}

.popular-search-section ul li a {
    color: #000 !important;
}

.subscribe-col-footer {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.subscribe-col-footer h4 {
    color: #446979 !important;
    padding: 10px 0px;
}

.select2-results__options li {
    display: block !important;
}

/*cart css*/

/* Ads Banner */
.collection-banner img {
    border-radius: 25px;
}

/* Product Grid CSS */
.basic-product .img-wrapper img {
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.basic-product .addtocart_btn .add-button:hover::before, .basic-product .addtocart_btn .add-button:focus::before {
    border-radius: 30px;
}

/* Search Bar */
#quickSearchResult .basic-product .img-wrapper {
    background-color: #ffffff;
}

#quickSearchResult .basic-product .img-wrapper img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

#quickSearchResult
.basic-product .product-title {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}

/* Add To Cart */
.offcanvas.cart-offcanvas .offcanvas-body .cart-product .media .media-body a h4 {
    letter-spacing: unset;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-product .media p {
    font-weight: 700;
    color: #333;
}

.offcanvas.cart-offcanvas .offcanvas-body .cart-product .media .media-body .quantity {
    color: #436777;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.3;
    font-size: 14px;
}

/* Order Page */
.order-confirm h1 {
    font-size: 32px;
    margin: 10px 0 15px;
}

.order-confirm h1 span {
    font-size: 32px;
}

.order-confirm p {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-color);
}

label.error {
    color: #ff1c1c;
    font-size: 12px;
}

/* Blog CSS*/
.blog-detail-contain ul li {
    display: flex;
}

.blog-detail-contain ul li::marker {
    color: red;
}

.variant-highlight {
    font-size: 12px;
}

/* Select 2 CSS */
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    height: auto !important;
    padding: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320))) calc(13px + (19 - 13) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-right: 2.25rem !important;
    font-weight: 500 !important;
    border: 1px solid #eee !important;
    font-size: calc(
        14px + (14 - 14) * ((100vw - 320px) / (1920 - 320))
    ) !important;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 2!important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    line-height: 46px!important;
    height: 46px!important;
    border-radius: 0!important;
    border: 1px solid #eee!important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 21px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 9px !important;
}



@media only screen and (min-width: 578px) {

    .main-menu .menu-right .icon-nav li.mobile-search {
        width: 250px;
        border: 1px solid #6a6a6a;
        padding: 0 10px;
        text-align: right;
        cursor: pointer;
        border-radius: 25px;
    }
}

@media only screen and (max-width: 577px) {
    .brand-logo {
        position: absolute;
        left: 20% !important;
        top: 0% !important;
        padding: 10px !important;
    }

    .main-menu .brand-logo img {
        height: calc(50px + (75 - 25) * ((100vw - 320px) / (1920 - 320)));
    }

    .service-w-bg.tools-service {
        padding: 10px 0;
    }

    .service-w-bg .service-block svg {
        width: 35px;
        height: 35px;
    }

    .service .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .service .service-block {
        flex: 0 0 calc(33% - 10px); /* Two items per view */
        scroll-snap-align: start;
        margin-right: 10px; /* Space between items */
        margin-bottom: 30px;
    }

    .service-w-bg .service-block h4 {
        font-size: 12px;
        line-height: 1.35;
        font-weight: 600;
    }

    .service::-webkit-scrollbar {
        display: none; /* Hides scrollbar */
    }

    .service-w-bg .service-block .media {
        padding: 5px !important;
    }

    .tab-mobile-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .tab-mobile-scroll::-webkit-scrollbar {
        display: none;
    }

    .basic-product .addtocart_btn .add-button {
        font-size: 13px;
    }

    .img-category .img-sec {
        width: 70%;
    }

    .footer-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-title h4 {
        margin-bottom: 10px;
    }

    .subscribe-col-footer {
        margin-top: 10px;
    }

    h2 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1300px) {
    /*.basic-product.theme-product-1 {
        min-height: 500px;
    }*/
    .basic-product .product-title {
        min-height: 50px;
    }

    .basic-product .brand-w-color .product-title {
        min-height: auto;
    }
}

@media only screen and (max-width: 580px) {
    .top-header {
        height: auto;
    }

    .sticky-whatsapp {
      position: fixed;
      bottom: 55px!important;
      right: 0px;
      margin: 0!important;
      left: 0!important;
    }

    .basic-product .img-wrapper img {
        height: auto;
    }
}

/* @media only screen and (max-width: 375px){
    .home-slider .home {
        height: 27vh !important;
    }
}
@media only screen and (max-width: 320px){
    .home-slider .home {
        height: 24vh !important;
    }
} */
