@media (max-width: 1440px) {
    a.navbar-brand img {
        height: 70px;
    }
    .navbar .nav-item .nav-link {
        font-size: 16px;
        padding: 30px 10px;
    }
    .navbar .nav-item:last-child .nav-link {
        padding-right: 0;
    }
    .container {
        max-width: 1140px;
    }
    h1 {
        color: var(--bg_color);
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        color: var(--bg_color);
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 16px;
        line-height: 26px;
    }
    p{
        font-size: 14px;
    }
    a {
        font-size: 15px;
    }
    #stayUpdate .header h3 {
        font-size: 28px;
    }
    .shopByCategory_item img {
    height: 250px;
}
}

@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
    .category_item .text {
        padding: 10px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    h1 {
        font-size: 30px;
        line-height: 45px;
    }
    #shopByCategory .header h1 {
        width: 45%;
    }
    .header h2 {
        width: 34%;
    }
    .category_item .add_to_cart {
        display: block;
        text-align: center;
    }
    .category_item .add_to_cart a{
        margin-bottom: 10px;
        display: block;
    }
    .category_item .add_to_cart a:last-child{
        margin-bottom: 0;
    }
    .shopByCategory_item img {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 90%;
    }
    .mobileMenu{
        display: block;
    }
    .mobileMenu .offcanvas-body a.nav-link {
        padding: 10px 0;
        font-size: 18px;
        color: #000;
        background: none;
    }
    .mobileMenu .offcanvas-body ul.dropdown-menu.show {
        padding: 0;
        border: none;
        margin-left: 10px;
    }
    .mobileMenu .offcanvas-body ul.dropdown-menu a{
        padding: 10px 0;
        background: none;
        padding: 10px 0;
        color: var(--text_color);
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
    .mobileMenu .offcanvas-body ul.dropdown-menu a:active{
        
        color: #000;
    }
    .mobileMenu .offcanvas-body ul.dropdown-menu a:hover{
        
        color: #000;
    }
    #shopByCategory .header h1 {
        width: 35%;
    }
    .header h2 {
        width: 30%;
    }
    .navbar {
        padding: 5px 0;
    }
    .product_description {
        margin-top: 30px;
    }
    .header h2:after {
        width: 170px;
    }
    .header h2::before {
        width: 170px;
    }
    .video_part_content .video iframe{
        height: 400px !important;
    }
}

@media (max-width: 780px) {
    #shopByCategory .header h1 {
        width: 40%;
    }
    #shopByCategory .header h1::before {
        width: 170px;
    }
    #shopByCategory .header h1::after    {
        width: 170px;
    }

    #countdown ul {
        display: flex;
    }
    #countdown ul li span {
        font-size: 1rem;
    }

    .category_page #banner .banner_overlay {
        top: 60%;
    }

    .category_page #banner .banner_overlay .wh {
       font-size: 20px;
    }
    .category_slider button.owl-dot {
        width: 20px;
        background: #ddd !important;
    }
    #banner .owl-dots {
        bottom: 10px;
    }
    .category_slider button.owl-dot.active {
        width: 30px;
        background: var(--bg_color2) !important;
    }
    .shopByCategory_item {
        border: none;
        border-radius: 0px;
    }
    .shopByCategory_item h3.center {
        padding: 0;
    }
    .shopByCategory_item img {
        height: 100px;
    }
    h3 {
        line-height: 20px;
    }
    .video_part_content .video iframe{
        height: 300px !important;
    }
}

@media (max-width: 575.98px) {
    .header h2 {
        width: 100%;
    }
    .header h2::after{
        display: none;
    }
    .header h2::before{
        display: none;
    }
    #shopByCategory .header h1 {
        width: 100%;
    }
    #shopByCategory .header h1::before{
        display: none;
    }
    #shopByCategory .header h1::after   {
        display: none;
    }
    .singUp_content .custome_input {
        width: 100%;
    }
    .sign_in {
        margin-left: 10px;
    }
    #singUp a svg {
        margin-right: 5px;
    }
    .DesktopHeader{
        display: none;
    }
    .MobileHeader{
        display: block;
    }
    .singUp_content.d_flex {
        margin-top: 15px;
        width: 100%;
    }
    .singUp_content  form {
        width: 100%;
    }
        
    
    
}



