@import url(./variables.css);

@media only screen and (max-width: 1199px) {
    .nl_full_content h2 {
        font-size: 2rem;
        letter-spacing: 2.5px;
    }

    .nl_full_content h1 {
        font-size: 6.5rem;
    }

    .nl_full_content a {
        font-size: 1.25rem;
    }

    .promo_box {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .promo_women.single_promo {
        height: 650px;
        width: min(100%, 560px);
    }

    .promo_content h3 {
        font-size: 1rem;
    }

    .promo_content h1 {
        font-size: 4rem;
        margin-bottom: 8rem;
    }

    .primary-btn.outline {
        font-size: 1rem;
    }

    .promo_men.single_promo {
        height: 750px;
        width: min(100%, 670px);
    }

    .collections_box {
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: 0;
        max-width: 100%;
    }

    .single_collection_item img {
        height: 350px;
    }

    .single_collection_item:nth-child(2) img {
        height: 400px;
    }

    .nl_services {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        gap: 2rem;
    }


    .single_service_item img {
        height: auto;
    }

    .service_item_content,
    .single_service_item a {
        margin-left: 1rem;
    }

    .nl_services ul.slick-dots {
        bottom: -5%;
    }

    .nl_footer_area .container {
        max-width: 100%;
        padding: 0;
    }

    .nl_footer_box {
        grid-template-columns: 55% 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .footer_left {
        padding: 0 1rem;
    }

    .footer_right {
        text-align: center;
        padding: 0 1rem;
    }

    .nl_content_area {
        overflow-x: hidden;
    }

    .footer_right h4 a {
        font-size: 1.25rem;
    }

    .footer_right p {
        font-size: 1rem;
        margin: auto;
        margin-bottom: 1rem;
    }

    .form_action .options {
        margin-left: 0;
    }

    .single_footer_widget ul li a {
        text-transform: capitalize;
    }

    .mini_slide_item.slick-slide {
        margin: 0px 1rem;
    }


}



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



    .nl_services {
        grid-template-columns: 90%;
    }

    .nl_services .slick-list {
        overflow: unset;
    }

    .nl_services_area .container {
        padding: 0;
    }

    .service_item_content,
    .single_service_item a {
        margin-left: 1.6rem;
    }

    .nl_services ul.slick-dots {
        background: #e9e9e9;
        display: flex !important;
    }

    .nl_services .slick-dots li {
        position: relative;
        display: inline-block;
        width: 50%;
        height: 3px;
        padding: 0;
        cursor: pointer;
        background: #ededed;
        margin: 0;
        transition: all .4s ease-in-out;
    }

    .nl_services .slick-dots li.slick-active {
        background: #000;
    }

    .nl_services .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 100%;
        height: 2px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .nl_services .slick-dots li button::before {
        opacity: 0;
        visibility: hidden;
    }


    .footer_left {
        order: 2;
        padding: 0 1rem;
        display: block;
    }

    .single_footer_widget {
        padding: 0 1rem;
        border-top: 1px solid #ededed;
        position: relative;
        padding-top: 1.5rem;
    }

    .single_footer_widget h2 {
        display: flex;
        justify-content: space-between;
    }

    .single_footer_widget h2 i {
        font-size: 1rem;
    }

    .single_footer_widget h2.current i {
        transform: rotate(180deg);
    }

    .single_footer_widget ul {
        -ms-overflow-style: none;
        max-height: 0;
        overflow-y: auto;
        scrollbar-width: none;
        transition-duration: .5s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(0, 0, .2, 1);
        margin-block-start: 1.5rem;
    }

    .single_footer_widget ul li a {
        text-transform: capitalize;
    }

    .single_footer_widget ul.show {
        max-height: 24rem;
        transition-duration: .5s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    }

}

@media (min-width: 576px and max-width: 767px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    .nl_full_content h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .promo_content h1 {
        font-size: 5.2rem;
        margin-bottom: 12rem;
    }

    .promo_content h3 {
        font-size: 1.5rem;
    }

    .primary-btn.outline {
        font-size: 1.25rem;
    }

    .promo_content h1 {
        font-size: 5.2rem;
        margin-bottom: 14rem;
    }

    .nl_page_title h2 {
        font-size: 2.25rem;
    }

    .promo_box {
        gap: 0;
    }

    .promo_women.single_promo,
    .promo_men.single_promo {
        height: auto;
        width: auto;
    }

    .single_collection_item:nth-child(2) img {
        height: auto;
    }

    .service_item_content h2 {
        font-size: 1.5rem;
    }

    .service_item_content p {
        font-size: 1.25rem;
    }

    .service_item_content,
    .single_service_item a {
        margin-left: 1.6rem;
        font-size: 1.25rem;
    }

    .footer_right {
        width: 80%;
        margin: auto;
    }

    .footer_right p {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .form_action .options label {
        font-size: 1rem;
    }

    .single_footer_widget h2 {
        font-size: 1rem;
    }

    .footer_bottom {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer_logo {
        margin-bottom: 0;
    }

    .copyright {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .nl_header_area {
        padding: 10px 0;
    }

    .nl_header {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0px;
        margin: 0px 12px;
        align-items: center;
    }



    /* .nl_header_menu {
        grid-column: 1;
        grid-row: 2;
    }

    .nl_header_logo {
        width: 100%;
        grid-row: 1;
        grid-column: 1/-1;
    } */

    .nl_logo img.logo-black {
        max-width: 75%;
    }

    /* .nl_header_meta {
        grid-column: 2;
        grid-row: 2;
    } */

    .nl_user_meta a {
        margin: 0 2px;
    }

    .nl_user_meta a i {
        font-size: 1rem;
    }

    .nl_user_meta {
        display: flex;
        gap: 10px;
        justify-content: right;
    }

    /* section#slider-home {
        height: calc(100vh - 85px);
    } */

    .nl_collection_nav_box ul li {
        padding-left: 14px;
    }

    .nl_footer_area ul li,
    ul.heart_bullet li {
        background-size: 16px;
    }

    .nl_collection_nav_box ul li a {
        font-size: 12px;
    }

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

    .nl_products_box {
        grid-template-columns: repeat(2, auto);
        gap: 15px;
    }


    .nl_product_thumb {
        width: 100%;
    }

    .nl_product_summery {
        padding: 15px;
    }

    .nl_product_summery .nl_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .nl_product_summery .nl_vendor {
        font-size: 10px;
    }

    #sort_by {
        font-size: 13px !important;
    }

    .single_product_box {
        display: block;
        margin-bottom: 20px;
        padding: 0px 12px;
    }

    .product-mini-slider img {
        height: 60px;
        border-radius: 5px;
        margin: 5px !important;
    }

    .product-mini-slider .slick-slide {
        border: 0;
    }

    .product-mini-slider .slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        transform: unset !important;
    }

    .product-main-slider img {
        background-color: transparent;
        object-fit: contain;
        height: 350px;
        width: 100%;
    }

    .product_summery_head .nl_title {
        font-size: 25px;
    }

    .mobile_only {
        display: block;
    }

    .nl_related_product_area {
        margin-top: 25px;
    }

    .nl_page_title h2 {
        font-size: 30px;
    }

    .nl_related_products_box {
        margin-top: 60px;
    }

    .nl_related_products_box {
        gap: 15px;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .nl_related_products_box .nl_single_product_item {
        grid-template-columns: 1fr 2fr;
    }

    .nl_related_products_box .nl_product_thumb img {
        height: 200px;
    }

    .nl_social_share {
        margin-top: 15px;
    }

    .accordion-button {
        padding: 12px;
        font-size: 13px;
    }

    .nl_content_area {
        border-top: 1px solid #d8d8d8;
    }

    .nl_content {
        margin-top: 30px;
    }

    .nl_page_banner {
        margin-top: 20px;
    }

    .nl_collection_nav_box {
        margin: 20px 0;
        margin-bottom: 15px;
    }

    .devider {
        margin: 50px auto;
    }

    .nl_single_widget ul li a {
        font-size: 15px;
    }

    .nl_single_widget ul li {
        padding-left: 25px;
    }

    .nl_widgets .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto auto;
    }

    .nl_widgets .row .col-md-4:last-child {
        grid-column: 1/-1;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .nl_widgets .row .col-md-4:last-child ul {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        justify-content: center;
    }

    .nl_footer_meta {
        text-align: center;
    }

    /* newsletter */
    .newsletter_image {
        display: none;
    }

    .newsletter_box {
        grid-template-columns: 1fr;
    }

    .newsletter_content {
        padding: 50px 18px;
    }

    .newsletter_content input {
        padding: 12px;
        font-size: 16px;
    }

    .newsletter_content button {
        padding: 12px;
        font-size: 20px;
    }

    /* Single Product page */
    .product-mini-slider {
        display: none;
    }

    .slick-dotted.slick-slider {
        padding-bottom: 50px;
        margin: 0;
    }

    .product_gallery .slick-dots {
        bottom: -2px;
        max-width: 84%;
        left: 8%;
    }

    .product_gallery .slick-dots li {
        border: 1px solid #000;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

    .product_gallery .slick-dots li.slick-active {
        background-color: #000;
    }

    .product_gallery .slick-dots li button {
        display: none;
    }

    .product_gallery .slick-arrow {
        position: absolute;
        top: 97%;
        z-index: 999;
        width: 30px;
        height: 30px;
    }

    .product_gallery .slick-prev.slick-arrow {
        left: 0;
        transform: rotate(180deg);
        top: 93%;
    }

    .product_gallery .slick-next.slick-arrow {
        right: 0;
    }

    .product_gallery .slick-arrow::before {
        content: '→';
        background: #000;
        border-radius: 50%;
        font-size: 24px;
    }

    .product_gallery .slick-list {
        margin-bottom: 30px;
    }

    .nl_related_products_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .single_collection {

        background-color: #000000a3;
    }

    .single_collection h2 {
        opacity: 1;
        visibility: visible;
    }

    #offcanvasRight {
        padding: 15px;
        width: auto;
    }

    /* Cart */
    .single_cart_item {
        grid-template-columns: 1fr;
    }

    .single_cart_item .item_content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 11px;
        align-items: center;
    }

    .single_cart_item .item_name {
        grid-column: span 2;
    }

    .single_cart_item .item_total {
        text-align: left;
    }

    .item_image img {
        height: 200px;
        object-fit: scale-down;
        width: 100%;
    }

    .nl_full_content h2 {
        font-size: 25px;
        margin-bottom: 1.25rem;
    }

    .nl_full_content h1 {
        font-size: 72px;
        margin-bottom: 2.5rem;
    }

    .primary-btn {
        font-size: .87em;
        padding-top: .9em;
    }

    .offcanvas-body a {
        font-size: 17px;
    }

    .nl_canvas_menu ul li {
        padding: 7px 0;
        padding-left: 40px;
    }

    .nl_canvas_footer_menu {
        padding: 10px;
    }

    .nl_header_top p {
        font-size: 14px;
    }

    .nl_sort_by_field {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .nl_sort_by_area {
        flex-direction: column;
    }

    .lovette_sidebar#offcanvasMainMenu,
    .nl_canvas_menu ul li.has-submenu ul {
        width: 100%;
    }

    .sidebar_nav_header img {
        max-width: 80px;
    }


    /* new */
    section.nl_promo_area {
        margin-block: 0;
    }

    .promo_box {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .collections_box {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 1fr;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        gap: 2rem;
    }

    .single_collection_item img {
        height: auto;
        object-fit: cover;
    }

    .single_collection_item:nth-child(2) img {
        height: auto;
    }

    .nl_footer_area .container {
        padding: 0;
    }

    /* .nl_services {
        display: grid;
        grid-template-columns: 80% 80% 80%;
        justify-content: space-between;
        padding-bottom: 2rem;
    } */

    .nl_footer_box {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 0px;
    }

    .footer_left {
        display: block;
        order: 2;
    }

    .form_action .options {
        margin-left: 0;
    }


    .footer_right {
        text-align: center;
        padding: 0px 1rem;
    }

    .footer_right p {
        font-size: .875rem;
        line-height: 1.4;
    }

    .single_service_item img {
        height: auto;
        object-fit: cover;
        margin-bottom: 1.6rem;
        aspect-ratio: 1/1;
    }

    .nl_content_area {
        overflow-x: hidden;
    }



    .featured_products_mini_slider {
        margin-top: 2rem;
    }

    .mini_slide_item.slick-slide {
        margin: 0px .5rem;
    }

    .footer_top_divider {
        padding-bottom: 3.5rem;
    }

    .nl_footer_area {
        margin-block-start: 70px;
    }

    .nl_page_title {
        margin-bottom: 50px;
    }

    .nl_page_title img {
        width: 60px;
    }

    .nl_page_title h2 {
        font-size: 1.25rem;
    }

    .footer_logo {
        /* display: none; */
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer_bottom {
        grid-template-columns: 1fr;
        border-top: 1px solid #ededed;
        padding-top: 2rem;
    }

    .copyright {
        margin-top: 1rem;
        text-align: center;
    }

    .nl_header_area.sticky-header .nl_logo img {
        width: auto;
    }

    .promo_content h3 {
        font-size: .875rem;
        margin-bottom: 1rem;
    }

    .promo_content h1 {
        font-size: 3.2rem;
        margin-bottom: 14rem;
    }

    .primary-btn.outline {
        font-size: .87rem;
    }

    .promo_men.single_promo .promo_content h3 {
        margin-bottom: 1.25rem;
    }

    .promo_men.single_promo .promo_content h1 {
        margin-bottom: 6rem;
    }

    .breadcrumb_content {
        justify-content: center;
        grid-template-columns: 1fr;
        margin-bottom: 1rem;
        gap: .8rem;
    }

    .breadcrumb_content h4,
    .breadcrumb_content p {
        text-align: center;
        line-height: 1;
        margin: 0;
    }

    .nl_page_title h3 {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    .nl_page_title p {
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .collection_product_info_box {
        justify-content: center;
        font-size: .8rem;
    }

    .collection_product_info_box a {
        padding: .575rem 1.3rem;
    }

    .collection_product_filter_box {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }

    .collection_product_filter_box p {
        text-align: center;
    }

    .collection_products_box.product_columns_2 img {
        height: auto;
    }

    .single_collection_product_item h2 {
        text-align: center;
        font-size: 1rem;
    }

    .single_collection_product_item h4 {
        text-align: center;
        font-size: .8rem;

    }

    .collection_products_box {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2rem;
        row-gap: 2rem;
        column-gap: 2rem;
    }

    .single_collection_product_item img {
        height: auto;
        margin-bottom: 1rem;
    }

    .footer_meta h5 {
        font-size: .875rem;
    }

    .footer_meta_data {
        flex-direction: column;
        gap: 1rem;
    }

    .footer_meta_data ul {
        justify-content: center;
    }

    .footer_meta_data .footer_currency {
        justify-content: center;
    }

    div#refinePanelOffcanvas {
        width: 100%;
    }

    .refine_offset_header img {
        width: 2.5rem;
    }

    .refine_offset_header h2 {
        font-size: 1.2rem;
    }

    .refine_offset_header a {
        font-size: .8rem;
    }
}