﻿@media screen and (min-width: 320px) and (max-width: 767px) {


    .offcanvas-start {
        width: 250px !important;
    }

    .ceo-message {
        padding: 10px 20px !important;
    }

    .logo {
        width: 40px !important;
    }
    img.website-logo{
        width:35px;
        margin-left:35px;
    }
    .header-right-menu a i {
        font-size: 25px;
    }

    .collection-production-bg {
        height: 450px !important;
        min-height: 480px !important;
    }

    .btn-light {
        font-size: 12px;
    }

    .product-card {
        height: 320px !important;
        max-height: 320px !important;
    }

    .product-name {
        font-size: 12px !important;
        height: 50px;
    }

    .header-right-menu a {
        margin-left: 0px;
    }

    .subheading {
        font-size: 20px !important;
    }

    .leaves {
        position: absolute;
        left: -56px;
        z-index: -99;
        top: -190px;
        transform: rotate(97deg);
    }

    .login-section h3 {
        font-size: 26px !important;
    }

    .category-badge {
        font-size: 11px !important;
    }

    .login-section p {
        font-size: 18px !important;
    }

    .ceo-message .btn-secondary {
        display: flex;
        margin: 0 auto;
    }

    img.CEO-imgs {
        margin: 0 auto;
        display: flex;
    }

    .login-section {
        width: 96%;
    }
    /* -----product page mobile styles----*/

    .Categories {
        background-color: rgba(0, 152, 70, 1);
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
        color: #fff;
        z-index: 10000;
    }

    .side-filter {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background-color: white;
        z-index: 99999;
        transition: left 0.5s ease;
        overflow-y: auto;
        height: 100vh;
    }

        .side-filter.left-0 {
            left: 0;
        }

    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99998;
    }

    .add-to-cart-button {
        font-size: 12px !important;
        padding: 3px 10px !important;
    }

    .side-filter-btn {
        position: absolute;
        right: -5px;
        font-size: 22px;
        display: block;
        z-index: 999;
        top: 6px;
    }

    .side-btn-close {
        background: green;
        color: #fff;
        border-style: none;
    }
    /* -----testimonials---- */
    .interstitial-wrapper {
        box-sizing: border-box;
        margin: 7vh auto 12px;
        padding: 0 24px;
        position: relative;
    }

    .footer h6 strong {
        font-size: 18px !important;
    }

    .app-buttons img {
        width: 62px !important;
    }
   
}
img.GooglePlayStore {
    width: 137px;
}
/*tabs responsive css*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .collection-production-bg {
        height: 450px !important;
        min-height: 670px !important;
    }

    .ceo-message {
        padding: 10px 0px !important;
    }

    img.CEO-imgs {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
}

/*---- media query for laptops screens ----*/
@media only screen and (min-width: 1200px) {
    .contact-info {
        font-size: 14px;
    }

    .app-buttons img {
        width: 100px;
    }
    img.GooglePlayStore {
        width: 137px;
    }
    ul.app-buttons li img {
        width: 100px;
    }
   
}
/*----extra large screen devices-----*/

@media only screen and (min-width: 1440px) {
    .login-section h3 {
        font-size: 30px;
    }

    p {
        font-size: 16px !important;
    }

    body {
        font-size: 18px;
    }

    .text-primary {
        font-size: 24px !important;
    }

    .product-name {
        font-size: 14px !important;
    }

    .add-to-cart-button {
        font-size: 14px !important;
    }

    .app-buttons {
        width: 120px;
    }

    .persong-info {
        line-height: 40px;
    }

    .quick-list {
        line-height: 40px;
    }

    .policies-list {
        line-height: 40px;
    }

    .contact-info p {
        font-size: 18px;
        font-weight: 700;
    }
}
