@media only screen and (max-width: 991px) {

    .logo {
        width: 150px;
    }

    .nav-menu {
        display: none;
    }

    .hamburger-menu {
        display: block;
    }

    .shopping_icon {
        display: block;
    }

    .hamburger-menu.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
    }

    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .search-box {
        order: -1;
        padding: 2px 3px;
        border: 1px solid #f3f3f3;
        background-color: #f3f3f3;
        border-radius: 30px !important;
        padding-right: 0px;
        padding-left: 12px;
        width: 85%;
    }

    .search-icon {
        right: 20px;
    }

    .search-input {
        padding-left: 16px;
    }

    .nav-menu.active li {
        margin-right: 0;
        margin: 10px;
        font-size: 16px;
        margin-left: 29px;
        margin-bottom: 7px;

    }

    .nav-menu li a {
        font-size: 16px;
        color: #333;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
    }

    #top_header {
        display: none !important;
    }

    .contact_1,
    .contact_2 {
        display: flex;
    }

    .nav-container {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .nav-menu.active {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        background: white;
        position: absolute;
        top: 67px;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        border-top: 1px solid #e7e7e7;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .nav-menu.active {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        background: white;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
        border-top: 1px solid #e7e7e7;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 140px !important;
    }

    .nav-menu li {
        margin-left: 12px;
    }

    .search-input {
        width: 150px;
    }

    .nav-menu li a {
        font-size: 15px;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .nav-menu li a {
        font-size: 15px;
    }

    .nav-menu li {
        margin-left: 20px;
    }
}

@media (min-width :992px) {
    .mobile_nav {
        display: none !important;
    }

    .contact_1,
    .contact_2 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .footer p {
        font-size: 14px !important;
    }

    .slider_1_desktop [class^="swiper-button-"]::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .swiper-slide-active+.border_slide {
        border-left: 2px solid #ededed !important;
        border-right: 2px solid #ededed !important;
    }
}

@media (max-width: 546px) {
    .testinomials .card-body p {
        font-size: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero_banner1_card_content .structure {
        margin-top: 20px !important;
    }

    .hero_banner1_card_content .structure {
        margin-left: 25px !important;
    }

    .hero_banner2_card .hero_banner2_card_content {
        max-width: 354px !important;
    }
}

@media (max-width: 575px) {
    .desktop_slider {
        display: none !important;
    }

    .mobile_slider {
        display: flex !important;
    }

    .shop_now_btn {
        font-size: 16px !important;
        padding: 18px 32px !important;
        background-color: black !important;
        border: black 1px solid !important;
    }

    .hero_banner1_mobile {
        display: flex !important;
    }

    .hero_banner1_desktop {
        display: none;
    }

    .hero_banner1_card .hero_banner1_card_content {
        max-width: 220px !important;
    }

    .hero_banner1_mobile .hero_banner1_card .hero_banner1_card_content p {
        font-size: 14px !important;
    }

    .hero_banner1_mobile .hero_banner1_card .hero_banner1_card_content p {
        font-size: 14px !important;
    }

    .products_card .products_card_content p {
        font-size: 16px !important;
    }

    .best_catagories .products_card_content h1 {
        font-size: 27px !important;
    }

    .best_catagories .products_card_content p {
        margin-right: 25px !important;
    }

    .hero_banner_2_mobile {
        display: flex !important;
    }

    .hero_banner_2_desktop {
        display: none !important;
    }

    .hero_banner2_card_content .structure {
        margin-left: 25px !important;
        /* margin-top: 20px !important; */
    }

    .hero_banner2_card .hero_banner2_card_content {
        max-width: 230px;
    }

    .hero_banner2_card_content h2 {
        font-size: 22px !important;
    }

    .hero_banner2_card_content h6 {
        font-size: 16px !important;
    }

    .hero_banner2_card_content p {
        font-size: 15px !important;
    }

    .hero_banner2_card .adjusment {
        display: flex !important;
        align-items: start !important;
    }

    .hero_banner2_card .adjusment .structure {
        margin-top: 45px !important;
    }

    .hero_banner2_card .adjusment .structure h3 {
        font-size: 26px !important;
        margin-bottom: 21px !important;
    }

    .hero_banner2_card .adjusment .structure h6 {
        font-size: 15px !important;
        margin-bottom: 21px !important;
    }

    .hero_banner2_card .adjusment .structure p {
        font-size: 14px !important;
        margin-bottom: 110px;
    }

    .hero_banner_main_desktop {
        display: none !important;
    }

    .hero_banner_main_mobile {
        display: flex !important;
    }
}

@media (min-width: 576px) {
    .desktop_slider {
        display: flex !important;
    }

    .mobile_slider {
        display: none !important;
    }

    .hero_banner1_desktop {
        display: flex;
    }

    .hero_banner1_mobile {
        display: none !important;
    }

    .hero_banner_2_mobile {
        display: none !important;
    }

    .hero_banner_2_desktop {
        display: flex !important;
    }

    .hero_banner_main_desktop {
        display: flex !important;
    }

    .hero_banner_main_mobile {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero_banner_2_desktop .col-lg-4 {
        display: flex !important;
        justify-content: center !important;
    }
}


@media (min-width: 768px) {
    .hero_banner_main_content h1 {
        font-size: 100px;
    }
}

@media (max-width: 460px) {
    .hero_banner_main_content h1 {
        font-size: 50px;
    }
}

@media (min-width: 461px) and (max-width: 767px) {
    .hero_banner_main_content h1 {
        font-size: 70px !important;
    }
}

@media (min-width: 992px) {

    .hero_slider,
    .hero_banner_main {
        margin-top: 123px !important;
    }
}

@media (max-width: 991px) {

    .hero_slider,
    .hero_banner_main {
        margin-top: 80px !important;
    }

    .size_guide,
    .terms_conditions,
    .shopping_return {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .contact_form {
        position: relative !important;
        margin-top: -200px !important;
    }

    .size_guide,
    .terms_conditions,
    .shopping_return {
        padding-top: 180px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .products_detail_card {
        margin-top: 67px;
    }
}

.products_slider {
    width: 80% !important;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail_slider {
    width: calc(20% - 23px);
    height: 490px;
    float: left;
}

.thumbnail_slider .swiper-slide {
    cursor: pointer;
}

@media (min-width:1200px) {
    .thumbnail_slider {
        width: calc(20% - 23px);
        height: 490px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .thumbnail_slider {
        width: calc(20% - 10px);
        height: 419px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .thumbnail_slider {
        width: calc(20% - 10px);
        height: 630px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .thumbnail_slider {
        width: calc(20% - 10px);
        height: 471px;
    }
}

@media (max-width:575px) {
    .products_slider {
        width: 100% !important;
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .thumbnail_slider {
        width: 100%;
        height: auto;
        float: none;
    }

    .thumbnail_slider .swiper-slide {
        margin-right: 5px !important;
    }
}

@media (min-width: 992px) {
    .blog_detail {
        margin-top: 125px;
    }

    #add_cart {
        margin-top: 125px;
    }
}

@media (max-width: 992px) {
    .blog_detail {
        margin-top: 68px;
    }

    #add_cart {
        margin-top: 68px;
    }
}

@media (max-width: 574px) {
    #add_to_cart .quantity-input {
        width: 20px !important;
    }

    #add_to_cart .minus-btn,
    #add_to_cart .plus-btn {
        width: 20px;
        height: 20px;
    }

    #add_to_cart i {
        font-size: 12px !important;
        font-weight: bolder !important;
    }

    .cart_header h6{
        font-size: 14px !important;
    }

    .cart_body svg{
        width: 14px !important;
        height: 14px !important;
    }

    .cart_body h6{
        font-size: 13px !important;
    }
    

    .shop_now_btn {
        font-size: 18px !important;
        padding: 14px 28px !important;
        background-color: black !important;
        border: black 1px solid !important;
    }
}

@media (min-width: 575px) {
    #add_to_cart .quantity-input {
        width: 38px !important;
    }
}