@import url(./variables.css);

body,
input,
textarea,
button,
select {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Arapey';
    color: #1f2021;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: all .4s ease;
    color: var(--primary-color);
}

label {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.decoration-unset {
    text-decoration: revert;
}

input:focus {
    box-shadow: 0 0 0 !important;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfbfbf;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfbfbf;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfbfbf;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #bfbfbf;
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

a.text-dark:hover {
    color: var(--text-gold) !important;
}

.toastify {
    font-family: var(--font-montserrat) !important;
}

.mobile_only {
    display: none;
}

.btn-secondary {
    background-color: var(--red-color) !important;
    color: white !important;
    border: 0 !important;
}

.btn-secondary:hover {
    background-color: #cb3d26 !important;
}

/* ------------------------------- Header Area ------------------------------ */
/* .nl_header_top_area.homepage {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 10px;
} */

.nl_header {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: space-between;
    align-items: center;
}

.nl_header_meta {
    text-align: right;
    margin-top: 1px;
}

.nl_header_top p {
    margin: 0;
    font-size: 0.875rem;
    font-family: var(--font-hass-roman);
}

.nl_header_area {
    padding: 1rem 0;
    z-index: 9;
}

.nl_offcanvas a[data-bs-toggle="offcanvas"] {
    display: flex;
}



.nl_header_area.homepage {
    /* position: absolute;
    top: 40px;
    width: 100%; */
}

.nl_logo img {
    margin: auto;
    width: 150px;
}

.nl_header_area.homepage .logo-black {
    display: none;
}

.nl_header_area.homepage .logo-white {
    display: block;
}

.nl_header_area .logo-white {
    display: none;
}

.nl_header_area.homepage i {
    color: #000;
}

.nl_header_area i {
    font-size: 25px;
    color: #000;
}

.nl_user_meta a {
    display: inline-flex;
    margin: 0px 5px;
}

.nl_user_meta a i {
    font-size: 20px;
}

.nl_user_meta a {
    position: relative;
}

.nl_user_meta a span {
    position: absolute;
    background: var(--red-color);
    /* width: 20px; */
    /* height: 20px; */
    line-height: 15px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    top: -12px;
    right: -18px;
    font-family: var(--font-montserrat);
    font-weight: bold;
}


i {
    transition: all .4s ease;
}




/* -------------------------------- Full Area ------------------------------- */

.nl_full_content h2 {
    font-family: var(--font-castoro);
    font-weight: normal;
    font-size: 2.81rem;
    line-height: 1;
    letter-spacing: 4.5px;
    margin-bottom: 1.95rem;
}

.nl_full_content h1 {
    font-family: var(--font-castoro);
    font-size: 8rem;
    font-weight: normal;
    line-height: .85;
    margin-bottom: 3rem;
    letter-spacing: -1px;
}

.nl_full_content a {}

.nl_full_content {
    margin-top: 15rem;
}

/* ------------------------------ Slick Slider ------------------------------ */
/* .slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
} */
.product-mini-slider {
    height: max-content;
}


.product-mini-slider .slick-prev,
.product-mini-slider .slick-next {
    top: -1.5rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.product-mini-slider .slick-next {
    top: auto;
    bottom: -1.5rem;
}

img.slick-slide.slick-current.slick-active {
    border: 2px solid #000;
}

.slick-vertical img.slick-slide {
    margin-top: 1rem;
    width: 100px;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1;
}

.product-mini-slider img.slick-slide {
    border: 2px solid transparent;
    cursor: pointer;
}

.product-main-slider {
    width: -webkit-fill-available;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    color: #000;
}

.slick-prev:before {
    content: '\f106';
}

.slick-next:before {
    content: '\f107';
}

.nl_full_area .slick-prev,
.nl_full_area .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 3%;
    display: block;
    top: auto;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

button.slick-custom-arrow.slick-arrow {
    bottom: 0;
    position: absolute;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    z-index: 9;
}

button.slick-custom-arrow.slick-arrow i:hover {
    color: var(--red-color);
}

button.slick-custom-prev.slick-custom-arrow.slick-arrow {
    left: 35%;
}

button.slick-custom-next.slick-custom-arrow.slick-arrow {
    right: 35%;
    left: auto;
}

ul.slick-dots {
    bottom: 1%;
}

section.nl_full_area.h-screen.slick-slider.slick-dotted {
    margin: 0;
}

.slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 0;
    opacity: 1;
    text-align: center;
    border: 2px solid transparent;
}

.slick-dots li.slick-active button:before {
    background: #000;
    border-color: #fff;
}

/* --------------------------------- Footer --------------------------------- */
.devider {
    width: 3%;
    height: 2px;
    background-color: var(--primary-color);
    margin: 80px auto;
    margin-bottom: 0;
}



.nl_footer_meta {
    text-align: right;
}

.nl_footer_meta select {
    margin-bottom: 20px;
}

.nl_footer_meta p {
    margin: 0;
    font-size: 14px;
}

.payment_methods {
    font-size: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.payment_methods i:hover {
    color: var(--red-color);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.nl_footer_area ul li,
ul.heart_bullet li {
    background-image: url(../img/heart-icon.png);
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0;
    padding-left: 27px;
}

ul li a {
    color: var(--primary-color);
}

/* ul li a:hover {
    color: var(--red-color);
} */



/* ---------------------------------- Page ---------------------------------- */
.nl_content {
    margin-top: 50px;
}

.nl_page_title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.nl_page_title h2,
.nl_content.page_content h2 {
    font-weight: 400;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    font-family: var(--font-old-standard);
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}

.nl_page_title::after,
.nl_content.page_content h2:after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    background-color: var(--primary-color);
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
}

.nl_page_title h3 {
    text-transform: uppercase;
    font-family: var(--font-neue-light);
    letter-spacing: 3px;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.nl_page_title p {
    font-family: var(--font-hass-roman);
    letter-spacing: 2px;
    font-size: 1.25rem;
    width: 100%;
    max-width: 28rem;
    margin: auto;
}

.nl_content.page_content h2 {
    margin-bottom: 2em;
    margin-top: 2em;
}

.nl_content.page_banner h2 {
    margin-bottom: unset;
    margin-top: unset;
}

.nl_content table {
    margin-bottom: 20px;
}

.nl_content table td {
    border: 1px solid;
    padding: 10px;
}

.nl_content h3 {
    font-weight: bold;
    font-size: 22px;
}

.nl_content table tr:first-child td {
    background: #cdcdcd;
    color: #000;
    font-weight: bold;
}

/* ------------------------------- Login Page ------------------------------- */
.nl_auth_box {
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 0 5px var(--text-gold);
    padding: 36px;
    margin: auto;
    border-radius: 5px;
    padding-bottom: 20px;
}


.nl_auth_box form {}

.nl_auth_box form input {
    margin-bottom: 15px;
}

.nl_auth_box form button {
    width: 100%;
    border: none;
    transition: all .4s ease;
}

/* -------------------------------- Cart Page ------------------------------- */
.nl_cart_box {
    width: 80%;
    margin: auto;
}

.nl_cart_header,
.nl_cart_item {
    display: grid;
    grid-template-columns: 10% 15% 45% 10% 20%;
    border-bottom: 1px solid var(--primary-color);
}

.nl_cart_header span,
.nl_cart_item .item_cell {
    padding: 5px 15px;
}

.nl_cart_header span {
    text-transform: uppercase;
    font-family: var(--font-montserrat);
    font-weight: 600;
    padding: 10px 15px
}

.cart_head_quantity {
    text-align: center;
}

.cart_head_total {
    text-align: right;
}

.nl_cart_item {
    align-items: center;
}

.item_action button {
    border: none;
    background: transparent;
    color: red;
    font-size: 25px;
}

.item_title h2 {
    font-family: var(--font-montserrat);
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.item_total {
    text-align: right;
}

.item_total h4 {
    font-size: 20px;
    font-family: var(--font-montserrat);
}


.nl_cart_additional_box {
    margin-top: 20px;
}

.nl_cart_additional_box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 55% 35%;
    gap: 10%;
}

.special_message label {
    font-style: italic;
    font-family: var(--font-arapey);
    margin-bottom: 5px;
}

.special_message textarea {
    background-color: #f2eeee;
}

.special_message textarea:focus {
    background-color: #f2eeee;
    border-color: unset;
    box-shadow: 0 0 0;
}

.nl_cart_meta {
    text-align: right;
}

p.cart_subtotal {
    display: grid;
    grid-template-columns: auto auto;
    font-weight: 600;
    color: #000;
    font-family: var(--font-montserrat);
}

.nl_cart_meta_actions {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.nl_cart_meta_actions a {
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: var(--font-montserrat);
    color: #fff;
    font-size: 14px;
}

a.update_cart,
a.cart_checkout:hover {
    background: var(--red-color);
}

a.cart_checkout,
a.update_cart:hover {
    background: var(--primary-color);
}


/* ------------------------------ Checkout Page ----------------------------- */
.nl_checkout_area {
    background-color: #f5f5f5;
}

.nl_checkout_fields {
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    padding-right: 30px;
}

.nl_checkout_fields::before {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #fff;
}

.area_title {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    justify-content: space-between;
    align-items: center;
}

.checkout_footer_menu {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #bfbfbf;
    position: relative;
}

.checkout_footer_menu::before {
    position: absolute;
    content: "";
    width: 1000%;
    right: 100%;
    height: 1px;
    background-color: #bfbfbf;
    top: -1px;
}

.checkout_footer_menu ul li {
    display: inline-block;
}

.checkout_footer_menu ul li a {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    text-decoration: underline;
    color: var(--text-gold);
}

/* .checkout_footer_menu ul li a:hover {
    color: var(--primary-color);
} */

.nl_cart_details {
    padding-left: 50px;
    padding-top: 20px;
}

.single_item {
    display: grid;
    grid-template-columns: 20% 60% 15%;
    align-items: center;
    /* margin-bottom: 10px; */
    gap: 10px;
    border-bottom: 1px solid #ede;
    justify-content: space-between;
}

.single_item:last-child {
    border: 0;
}

.thumb {
    height: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.thumb span {
    position: absolute;
    right: 10px;
    background: var(--red-color);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    top: 5px;
}

.single_item h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-family: var(--font-montserrat);
}

.single_item h4 {
    text-align: right;
    font-size: 20px;
    font-family: var(--font-montserrat);
}

.nl_discount_box {
    display: grid;
    grid-template-columns: 80% auto;
    gap: 10px;
}

.nl_iscount_box button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.cart_details_meta {
    margin-top: 15px;
    width: 60%;
    margin-left: auto;
}

.cart_details_meta ul li {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 10px;
    justify-content: space-between;
    padding: 6px 0;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 14px;
}


/* ----------------------------- Collection Page ---------------------------- */
.nl_sort_by_area {
    gap: 30px;
}

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

.nl_sort_by_field label {
    font-style: italic;
    font-family: var(--font-montserrat);
    font-size: 13px;
    opacity: .6;
    font-weight: 600;
}

/* Collection Nav/Tag Menu */
.nl_collection_nav_box {
    margin: 30px 0;
    margin-bottom: 60px;
}

.nl_collection_nav_box ul li {
    display: inline-block;
    padding-left: 25px;
}

.nl_collection_nav_box ul li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: var(--font-montserrat);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.nl_collection_nav_box ul li a.active {
    color: #c91210;
}

/* Products */
.nl_products_box {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    gap: 30px;
}

.nl_single_product_item {
    box-shadow: 0 0 5px #ddd;
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.view_count {
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 1;
    background: #cb3d26;
    text-align: center;
    border-radius: 0 10px 10px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 2px 20px;
    font-size: 14px;
    pointer-events: none;
}

.nl_single_product_item:hover {
    box-shadow: 0 0 3px var(--text-gold);
}

/*  Rollover image styles  */
.nl_product_thumb {
    position: relative;
    width: 360px;
    max-width: 100%;
}

.nl_product_thumb img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity .2s;
    height: 100%;
}

.nl_product_thumb:hover img.Sirv.image-hover {
    opacity: 1;
}

.nl_product_summery {
    padding: 30px 20px;
    text-align: center;

}

.nl_product_summery .nl_title {
    font-size: 1.25em;
    color: var(--text-default);
    font-weight: 400;
    transition: all .4s ease;
    margin-bottom: 20px;
    font-style: italic;
}

.nl_product_summery .nl_title:hover {
    opacity: 1;
}

.nl_product_summery .nl_price {
    font-size: 14px;
    font-family: var(--font-montserrat);
    font-weight: 600;
    opacity: .7;
    margin-bottom: 10px;
    color: var(--text-default);
}

.nl_product_summery .nl_price del {
    margin-right: 8px;
    color: var(--red-color);
}

.nl_product_summery .nl_vendor {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: .5;
    margin: 0;
    text-transform: uppercase;
    color: var(--text-default);
}


/* --------------------------- Single Product Page -------------------------- */

.single_product_box {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 50px;
    margin-bottom: 40px;
}

.product-mini-slider {}



.product_gallery {
    display: grid;
    grid-template-columns: 14% 82%;
    gap: 2rem;
}

.product-main-slider img {
    object-fit: cover;
}

/* .product-main-slider .slick-track {
    width: 100% !important;
} */



/*
.product-main-slider img {
    background-color: #f6f6f6;
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.product-main-slider:hover a {
    cursor: zoom-in;
}

.product-mini-slider {
    margin-top: 30px;
}

.product-mini-slider .slick-slide {
    margin: 15px;
    border: 1px solid transparent;
}

.product-mini-slider img {
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

img.slick-slide.slick-cloned,
.product-mini-slider .slick-track::before {
    display: none;
}

.product-mini-slider .slick-track {
    display: grid;
    grid-template-columns: repeat(1, auto);
    width: 100% !important;
    transform: unset !important;

}

.product-mini-slider img.slick-slide.slick-current.slick-active {
    background: #ebeaea;
    border-color: var(--text-gold);
}

*/
.product_descriptions {
    margin-top: 30px;
    overflow: hidden;
}

.product_summery_head {
    text-align: left;
}

.product_summery_head .nl_vendor {
    font-family: var(--font-hass-roman);
    font-size: 14px;
    letter-spacing: 1px;
}

.product_summery_head .nl_title {
    font-family: var(--font-hass-roman);
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 15px;
}

.product_summery_head .nl_price {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

hr.nl_devider {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--primary-color);
    opacity: 1;
}

.product_summery_head p small a {
    text-decoration: underline;
}

.product_variations {
    text-align: center;
    font-family: var(--font-hass-roman);
    margin: 1rem 0 0;
}

.product_variations h4 {
    font-size: 16px;
    margin: 20px 0;
    background-color: #cccc;
    padding: 7px 0;
    border-radius: 30px;
    font-weight: 700;
    font-family: var(--font-hass-roman);
}

.product_variations .product_variation_values span {
    display: inline;
    margin: 0px 3px;
}

.product_variations span label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: var(--font-montserrat);
    border: 1px solid transparent;
    padding: 7px 12px;
    font-weight: 600;
    transition: all .4s ease;
}

.product_variations span input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.product_variations span input[type="radio"]:checked~label {
    border-color: var(--primary-color);
}


.nl_quantity {
    margin: unset;
    width: 60%;

}

.nl_quantity h5 {
    font-size: 1rem;
    color: #000;
    letter-spacing: 1.2px;
    font-family: var(--font-hass-roman);
}

.add_to_cart {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
}

.nl_description {
    font-family: var(--font-hass-roman);
    margin-bottom: 1rem;
    letter-spacing: 1.2px;
}

#product_meta_accordion {
    margin-top: 50px;
}

.single_collapse .collapse_title {
    font-weight: 600;
    border: none;
    width: 100%;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
    color: #444;
    font-family: var(--font-montserrat);
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all .4s ease;
    background: #eeeeee;
}

.collapse_title[aria-expanded="true"],
.collapse_title:hover {
    background: #ccc;
}

.collapse_title.collapsed span i,
.collapse_title span i {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    font-size: 12px;
}

.collapse_title.collapsed span i.icofont-minus {
    opacity: 0;
}

.collapse_title[aria-expanded="true"] span i.icofont-plus {
    opacity: 0;
}

.collapse_title[aria-expanded="true"] span i.icofont-minus {
    opacity: 1;
}

.collapse_title {
    background: #cccccc;
}

.single_collapse .collapse_content {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #cccccc;
    border-top: 0;
}

.nl_social_share {
    text-align: center;

}

.nl_social_share a {
    color: var(--primary-color);
    padding: 2px 5px;
    font-size: 14px;
    font-family: var(--font-arapey);
}

/* .nl_social_share a:hover {
    color: var(--text-gold);
} */

/* Related Products */
.nl_related_product_area {
    margin-top: 80px;
}

.nl_related_product_area .nl_page_title h2 {
    font-family: var(--font-hass-roman);
    letter-spacing: 1.4px;
}

.nl_related_product_area .collection_products_box.product_columns_2 img {
    height: auto;
    aspect-ratio: 4/3;
}

.nl_related_products_box {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
}

.nl_related_products_box .nl_product_thumb {
    text-align: center;
}

.nl_related_products_box .nl_product_thumb img {
    height: 300px;
    object-fit: cover;
    margin: auto;
}

/* Pop up */
.mfp-image-holder .mfp-content {
    /* width: 80%;
    max-width: 850px; */
}

.mfp-figure figure {
    background: #fff;
    text-align: center;
}

.mfp-content img.mfp-img {
    /* background: #fff; */
    /* margin: 38px 0; */
    margin: 0;
    padding: 0;
    width: auto;
    margin: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    position: fixed;
    right: 2rem;
    width: fit-content;
    height: fit-content;
}

.mfp-container.mfp-s-ready.mfp-image-holder:hover {
    cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto;
}



/* Collections */

.single_collection {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    background-size: cover;
    background-blend-mode: overlay;
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: center;
}

.single_collection:hover {
    background-color: #00000079 !important;
    transform: scale(1.05);
}

.single_collection h2 {
    font-family: var(--font-arapery);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}

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

.nl_page_banner img {
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

.single_variation_box h5 span {
    margin-left: auto;
    transition: all .5s ease;
}

.single_variation_box.active h5 span {
    margin-left: auto;
    transform: rotate(180deg);
}

.single_variation_box {
    margin-bottom: 0.8rem;
    text-align: left;
    overflow: hidden;
}

.product_variation_area {
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: grid;
}

.single_variation_box .product_variation_area.active {
    grid-template-rows: 1fr;
}

.single_variation_box input[type="radio"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.single_variation_box label {
    border: 1px solid;
    padding: 4px 12px;
    margin: 4px;
    font-size: 14px;
    font-family: var(--font-montserrat);
    font-weight: 600;
}


.single_variation_box input[type="radio"]:checked+label {
    background: #000;
    border-color: #000;
    color: #fff;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-body ul li {
    list-style: disc inside;
    padding: 2px 0;
}

.accordion-button {
    background: transparent;
    font-family: 'Montserrat, sans-serif';
    font-weight: 600;
    letter-spacing: 1px;
}

.nl_description ul,
.accordion-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nl_description ul li {
    background: url('../img/heart-icon.png');
    background-size: 23px;
    background-position: left 12px;
    background-repeat: no-repeat;
    padding: 6px 0 6px 30px;
    list-style: none;
}

.accordion-body table tbody,
.accordion-body table td,
.accordion-body table tfoot,
.accordion-body table th,
.accordion-body table thead,
.accordion-body table tr {
    border-width: 1px;
    padding: 5px 10px;
}

.accordion-body table tbody tr:first-child td {
    font-weight: bold;
}

.page_banner_area {
    background-position: center;
    position: relative;
    z-index: 1;
}

.page_banner_area::after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .5;
}

.page_banner_content {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_banner_content h1 {
    color: #fff;
}

.page_banner_content nav ul {
    margin: 0;
}

.page_banner_content nav ul li,
.page_banner_content nav ul li::before,
.page_banner_content nav ul li a {
    color: #fff !important;
}

.page_banner_content nav ul li a {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.page_padding {
    padding: 70px 0;
}



.product-item-quantity button:focus,
.product-item-quantity button:active {
    outline: none !important;
    border: none !important;
}


.product-item-quantity input {
    border-radius: 0 !important
}

/* Account */

.sticky-top.account-sidebar-wrapper {
    margin-top: -70px;
}

.account-sidebar {
    background: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
    .account-sidebar {
        position: fixed;
        z-index: 999999;
        top: 0;
        margin: 0;
        left: 0;
        border-radius: 0;
        height: 100vh !important;
        overflow: scroll;
        width: 280px;
    }

    .account-sidebar:not(.show) {
        left: -300px;
    }
}

.account-sidebar .profile-head {
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.account-sidebar .profile-head .user-thumb {
    width: 90px;
    height: 90px;
    position: relative;
    padding: 5px;
    border: 2px solid var(--red-color);
    border-radius: 50%;
    margin: 0 auto 10px;
}

.account-sidebar .profile-head .user-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.account-sidebar .profile-head .user-thumb .badge {
    position: absolute;
    top: 0;
    right: -15px;
}

.account-sidebar .account-nav .nav-title {
    padding: 5px 20px;
    margin-bottom: 0px;
    font-size: 80%;
    background-color: transparent !important;
    border-bottom: 1px solid var(--primary-color);
    font-weight: bold;
    z-index: -1;
    position: relative;
}

.account-sidebar .account-nav ul {
    padding-bottom: 10px;
}

.account-sidebar .account-nav ul li.active a {
    color: var(--red-color);
}

    {
    padding-bottom: 10px;
}

.account-sidebar .account-nav ul li a {
    padding: 8px 20px;
    display: block;
}

.account-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 12px;
    min-height: 250px;
}

@media only screen and (max-width: 575px) {
    .account-card {
        padding: 20px;
    }
}

.account-wrapper {
    padding: 70px 0;
    padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
    .account-wrapper {
        padding-left: 15px;
    }
}

.toggle-info {
    display: none;
    padding: 18px 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .toggle-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 575px) {
    .toggle-info {
        padding: 12px 15px;
    }
}

.toggle-btn {
    background-color: var(--red-color);
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff !important;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .toggle-btn {
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .toggle-btn:after {
        content: "";
        height: 100vh;
        width: 0;
        position: fixed;
        left: -20%;
        top: 0;
        background-color: var(--primary-color);
        opacity: 0.7;
        z-index: 99999;
        -webkit-transform: unset;
        transform: unset;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .toggle-btn.active:after {
        width: 100vw;
        left: 0;
    }
}


/*  */
.profile-edit {
    padding: 25px;
    margin: -30px -30px 0;
    border-radius: 8px 8px 0 0;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-edit .thumb {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 50%;
    margin-right: 15px;
}

.profile-edit .thumb img {
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .profile-edit {
        padding: 20px;
        margin: -20px -20px 25px;
    }
}

.profile-edit .thumb {
    position: relative;
}

.profile-edit .thumb .edit-img {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    padding: 5px;
    background-color: var(--text-gold);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-edit .thumb .edit-img i {
    color: #fff;
}

.avatar-upload .avatar-preview>div {
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.thumb-edit label {
    background: var(--red-color);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 0;
    left: -12px;
    line-height: 35px;
}

.account-wrapper .form-group {
    margin-bottom: 25px;
}

.account-wrapper label {
    margin-bottom: 7px
}

.account-wrapper .form-group input,
.account-wrapper .form-select {
    padding: 10px 15px;
    border: 1px solid var(--primary-color);
}


.searchItemList {
    height: auto;
    background: #f1f1f1;
    overflow-y: auto;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 200px;
    box-shadow: 0 0 5px #999;
    z-index: 99;
}

.singleSearchItem {
    padding: 7px 12px;
    border-bottom: 1px solid #00000014;
    cursor: pointer;
}

/* SIngle Order */

.order-details .order-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.order-details .order-head .head-thumb {
    width: 80px;
    height: auto;
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius: 8px;
}

.order-details .shiping-tracker-detail {
    margin-bottom: 15px;
}

.order-details .shiping-tracker-detail .title {
    font-weight: 500;
    font-size: 15px;
}

.dz-tabs.style-3 .nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dz-tabs.style-3 .nav-tabs .nav-link {
    display: inline-block;
    padding: 12px 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-right: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: transparent;
    width: auto !important;
}

.dz-tabs.style-3 .nav-tabs .nav-link:after {
    content: "";
    background-color: var(--text-gold);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tracking-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tracking-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    border: 1px solid;
    padding: 15px;
    margin-bottom: 0px;
}

.tracking-item .tracking-product {
    width: 175px;
    height: auto;
    border: 1.5px solid var(--border-color);
    padding: 10px;
    border-radius: 8px;
    margin-right: 20px;
}

.tracking-product-content .title,
.tracking-product-content p {
    margin-bottom: 5px;
    font-weight: 600;
}

.tracking-product-content small {
    font-size: 85%;
    font-weight: 400;
}

.tracking-product-content strong {
    color: #000;
}

.tracking-receiver li {
    margin-bottom: 5px;
    font-size: 14px;
}

.tracking-receiver strong {
    color: #000;
}

.confirmation-card {
    padding: 50px;
}

.confirmation-card .thumb {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 575px) {
    .confirmation-card {
        padding: 30px;
    }
}

.confirmed-request {
    padding: 50px;
}

.confirmed-request .cancel-btn {
    width: 100px;
    height: 100px;
    background: #46b95a;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.confirmed-request .cancel-btn i {
    color: #fff;
    font-size: 60px;
}

@media only screen and (max-width: 575px) {
    .confirmed-request {
        padding: 30px;
    }

    .confirmed-request .cancel-btn {
        width: 80px;
        height: 80px;
    }

    .confirmed-request .cancel-btn i {
        font-size: 35px;
    }
}


.total-contain {
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .total-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.total-contain .total-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
    .total-contain .total-icon {
        margin-bottom: 0;
    }
}

.total-contain .total-icon svg path {
    fill: var(--red-color);
}

.total-contain .total-detail .title {
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .total-contain .total-detail .title {
        text-align: end;
    }
}

.total-contain .total-detail .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
}

.total-contain:hover {
    background-color: var(--primary-color);
}

.total-contain:hover .total-detail .title,
.total-contain:hover .total-detail .text {
    color: #fff;
}

.dz-tabs.style-3 .nav-tabs .nav-link {
    display: inline-block;
    padding: 12px 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-right: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: transparent;
    width: auto !important;
    color: var(--primary-color);
}

.dz-tabs.style-3 .nav-tabs .nav-link:after {
    content: "";
    background-color: var(--text-gold);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dz-tabs.style-3 .nav-tabs .nav-link.active,
.dz-tabs.style-3 .nav-tabs .nav-link:hover {
    color: var(--text-gold);
}

.dz-tabs.style-3 .nav-tabs .nav-link.active:after,
.dz-tabs.style-3 .nav-tabs .nav-link:hover:after {
    width: 100%;
}

.widget-timeline .timeline {
    list-style: none;
    position: relative;
}

.widget-timeline .timeline:before {
    top: 1.25rem;
    bottom: 3rem;
    position: absolute;
    content: " ";
    width: 0.1275rem;
    left: 10px;
    border-right: 2px dashed rgba(0, 0, 0, 0.15);
}

.widget-timeline .timeline>li {
    margin-bottom: 0.9375rem;
    position: relative;
}

.widget-timeline .timeline>li:before {
    content: " ";
    display: table;
}

.widget-timeline .timeline>li:after {
    content: " ";
    display: table;
    clear: both;
}

.widget-timeline .timeline>li>.timeline-box {
    padding: 10px 10px 10px 15px;
    position: relative;
    display: block;
    margin-left: 2.5rem;
}

.widget-timeline .timeline>li>.timeline-box span {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.3125rem;
    letter-spacing: 0.0625rem;
}

.widget-timeline .timeline>li>.timeline-box p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #000;
}

.widget-timeline .timeline>li>.timeline-badge {
    border-radius: 50%;
    height: 1.375rem;
    left: 0;
    position: absolute;
    top: 0.625rem;
    width: 1.375rem;
    border-width: 0.125rem;
    border-style: solid;
    padding: 0.25rem;
    background-color: #fff;
    border-color: #cfcfcf;
}

.widget-timeline .timeline>li>.timeline-badge:after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 100%;
    display: block;
    background: #cfcfcf;
}

.widget-timeline .timeline>li>.timeline-badge.primary {
    border-color: var(--red-color);
}

.widget-timeline .timeline>li>.timeline-badge.primary:after {
    background: var(--red-color);
}

.widget-timeline .timeline>li>.timeline-badge.success {
    border-color: #31A56D;
}

.widget-timeline .timeline>li>.timeline-badge.success:after {
    background: #31A56D;
}

.tracking-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}


/*  */
.nl_contact_form {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

#searchModal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    font-size: 30px;
}


/* Newsletter */
#newsletterModal .btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9;
    opacity: 1;
    filter: invert(1) grayscale(100%) brightness(100%);
}

.newsletter_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #000;
}

.newsletter_image {
    background-size: cover;
    background-position: center;
}

.newsletter_content {
    padding: 50px 30px;
    color: #fff;
    font-family: 'Arial';
}

.newsletter_content h1 {
    font-family: 'Bebas Neue';
    font-size: 72px;
    font-weight: normal;
    margin: 0;
}

.newsletter_content .subtitle {
    margin: 15px 0;
    margin-bottom: 30px;
}

.newsletter_content .subtitle p {
    margin: 0;
}

.newsletter_content .form-group {
    margin-top: 15px;
}

.newsletter_content input {
    height: auto;
    padding: 15px;
    color: #000 !important;
    font-size: 18px;
    margin-top: 12px;
    border: none;
}

.newsletter_content button {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    border-radius: 0;
    transition: all .4s ease;
    border: none;
}

.newsletter_content button:hover {
    background: var(--red-color);
    color: #fff;
}

.newsletter_content small {
    text-align: center;
    display: block;
    margin-top: 8px;
}

.store_credit {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 5%;
    padding: 7px 30px;
    border: none;
    background: #fff;
    color: #000;
    font-family: "Bebas Neue";
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    z-index: -99;
    border: 2px solid;
}


/*  */
button.btn {
    font-family: 'Montserrat';
}

.add_to_cart button {
    padding: 12px 0;
    font-weight: 600;
}

.accordion-item {
    border: 0 !important;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

#product_meta_accordion .accordion-button {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 15px;
}



.btn {
    border-radius: 0;
}

/* Right canvas */
#offcanvasRight {
    padding: 15px;
    width: 500px;
}

.shop-sidebar-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 140px);
}

.sidebar-cart-list li {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.cart-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-widget .nl-media {
    width: 130px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    align-self: baseline;
}

.product-variation-list {
    font-weight: bold;
    font-family: var(--font-montserrat);
}

.cart-widget .cart-content {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


#offcanvasRight .quantity_box_area>div {
    display: flex;
}

#offcanvasRight .quantity_box_area>div button {
    border: 1px solid;
}

#offcanvasRight .quantity_box_area {
    width: 155px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8);
}

#offcanvasRight .nl-price {
    font-weight: 600;
}

#offcanvasRight .nl_product_summery .nl_vendor {
    display: none;
}

#offcanvasRight .nl_product_summery .nl_price {
    opacity: 1;
}

#offcanvasRight .quantity_box_area>div .quantity-field {
    padding: 5px !important;
    border-radius: 0;
}

.sidebar-cart-list h6.title a {
    color: var(--text-default);
    font-size: 18px;
}

.sidebar-cart-list .cart-widget>a {
    color: var(--text-default);
    font-size: 16px;
}

.sidebar-cart-list {
    padding-bottom: 20px;
}

#offcanvasRight .cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0;
    margin-bottom: 10px;
    border-top: 1px solid;
}

.cart-total h5,
.cart-total .h5 {
    font-weight: 700;
    font-family: var(--font-montserrat);
}

.shipping-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    font-family: var(--font-montserrat);
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.shipping-time .nl-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.shipping-time .nl-icon i {
    font-size: 35px;
}

.shipping-time .title {
    font-weight: 500;
}

.shipping-time .progress {
    border-radius: 0;
    height: 15px;
}

.shipping-time .progress .progress-bar {
    background-color: var(--red-color);
}

.action_btns a.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}


/* Hover effect */
.nl_product_thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-main {
    display: block;
    transition: opacity 0.3s ease-in-out;
    /* Smooth fade for main image */
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    /* Smooth fade for hover image */
    z-index: 1;
    /* Ensure it appears on top */
}

.nl_product_thumb:hover .image-main {
    opacity: 0;
    /* Hide the main image on hover */
}

.nl_product_thumb:hover .image-hover {
    opacity: 1;
    /* Show the hover image on hover */
}

/*  */
.single_cart_item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 20px;
    background: #fff;
    box-shadow: 0 0 5px #c6c6c6;
    padding: 15px;
    margin-bottom: 30px;
}

.single_cart_item .item_content {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr .5fr;
    align-items: center;
}

.single_cart_item .item_name>a {
    color: var(--text-default);
    font-size: 18px;
    font-family: var(--font-montserrat);
}

.item_name .product-variation-list {
    margin: 0 !important;
    gap: 10px;
    display: flex;
}

.single_cart_item .product-variation-list small {
    font-size: 12px;
    background: var(--autocomplete-popup-highlight-background);
    padding: 2px 10px;
    border-radius: 5px;
}

.single_cart_item .item_price span {
    color: #000;
    font-size: 18px;
}

.single_cart_item .item_price p {
    margin: 0;
    font-weight: bold;
    font-family: var(--font-montserrat);
}

.single_cart_item .item_quantity .quantity_box_area>div {
    display: flex;
}

.single_cart_item .item_quantity {
    text-align: center;
}

.single_cart_item .item_quantity input {
    border: none;
    font-size: 18px;
    padding: 5px 0 !important;
    font-family: var(--font-montserrat);
    font-weight: bold
}

.single_cart_item .item_quantity button {
    border: 1px solid;
}

.single_cart_item .item_total {
    text-align: center;
    font-family: var(--font-montserrat);
}

.single_cart_item .item_total p {
    font-weight: bold
}

.single_cart_item .item_action {
    text-align: center;
}

.single_cart_item .item_action i {
    font-size: 20px;
}

.checkout_btn {
    font-family: var(--font-montserrat);
}

.recommendSwiper {
    width: 90%;
    margin: auto;
}

.recommendSwiper .slick-prev::before,
.recommendSwiper .slick-next::before {
    font-size: 25px;
    opacity: .9;
    color: var(--primary-color);
}

.recommended-items h1,
.border_btn {
    font-weight: 600;
    font-size: 27px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.recommended-items h1::after,
.border_btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 25%;
    height: 2px;
}

#offcanvasRight .recommended-items .nl_product_summery .nl_title {
    font-size: 16px;
}

.single_variation_box h5 {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    letter-spacing: 1.4px;
    cursor: pointer;
    color: #000;
    font-family: var(--font-hass-roman);
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem;
    user-select: none;
}

.single_variation_box h5 a {
    font-size: 15px;
    border-bottom: 1px solid;
}

.swal2-html-container {
    font-family: var(--font-montserrat);
}


.nl_header_area.sticky-header {
    background: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    backdrop-filter: blur(20px);
    animation: slideDown 0.35s ease-out;
    z-index: 99;
}

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

.nl_header_area.homepage.sticky-header {
    background: #fff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}



/* -------------------------------------------------------------------------- */
/*                                   Sidebar                                  */
/* -------------------------------------------------------------------------- */
.lovette_sidebar#offcanvasMainMenu {
    background-color: var(--dark);
    padding: 40px 0;
    width: var(--sidebar-width);

    color: #fff;
}

.sidebar_nav_header {
    text-align: center;
    border-bottom: 1px solid #656262;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

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


/* -------------------------------- Offcanvas ------------------------------- */

button.canvas-close {
    margin-left: auto;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
}

button.canvas-close:hover i {
    color: var(--text-gold);
}

.offcanvas-body a {
    color: #fff;
    font-family: var(--font-helvetica);
    font-size: 1rem;
    display: block;
}

.offcanvas-body ul li {
    padding: 4px 0;
}

.nl_canvas_menu ul li {
    background-image: url(../img/icons/heart.png);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 40px;
    position: relative;
    margin-bottom: 2rem;
}

.nl_canvas_menu ul li a {
    text-transform: uppercase;
    line-height: 1.5;
}

/* .nl_canvas_menu ul li a:hover,
.nl_canvas_menu i:hover {
    color: #fff;
} */

.nl_canvas_menu ul li.has-submenu ul li {
    background-size: 18px;
    padding: 5px 0;
    padding-left: 30px;
}

.nl_canvas_menu ul li.has-submenu ul li a {
    font-size: 98%;
}

li.has-submenu a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nl_canvas_menu ul li.has-submenu ul {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    z-index: 9;
    transform: translateX(-150%);
    background: var(--dark);
    height: 100%;
    padding: 1rem;
}

.nl_canvas_menu ul li.has-submenu ul.open {
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    align-items: center;
    margin-bottom: 2rem;
}

span.submenu__header--back {
    flex: 1;
}

span.submenu__header--close {
    flex: 1;
    text-align: right;
    line-height: 1;
}

span.submenu__header--title {
    font-family: var(--font-helvetica);
    text-transform: uppercase;
    font-weight: bold;
    flex: 1;
}

span.submenu__header--close i {
    font-size: 20px !important;
}

.nl_canvas_menu i.fa {
    font-size: 15px;
}

.nl_canvas_menu a.dropdown-trigger.active {}

.nl_canvas_footer_menu {
    padding: 30px;
}

.nl_canvas_footer_menu a {
    font-size: 16px;
    color: #bfbfbf;
}

.lovette_sidebar_footer {
    border-top: 1px solid #656262;
    padding: 1rem;
    padding-top: 1.5rem;
}

.lovette_sidebar_footer a {
    font-size: 14px;
}

.offcanvas-body {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-body::selection,
.offcanvas-body *::selection {
    background-color: transparent;
    color: white;
}

/* .offcanvas-body a:hover {
    color: unset;
} */

.nl_canvas_menu,
.lovette_sidebar_auth {
    padding: 0px 1rem;
}

.lovette_sidebar_footer ul li,
.lovette_sidebar_auth ul li {
    padding: 0;
    margin-bottom: 1rem;
}

.lovette_sidebar_auth ul li a {
    display: flex;
    gap: 1rem;
    font-size: 14px;
    align-items: center;
}

.lovette_sidebar_auth {
    margin-bottom: 1.5rem;
}

.lovette_sidebar_auth ul li a img {}

/* Promo */
section.nl_promo_area {
    margin-block: 100px;
}

.promo_box {
    display: grid;
    grid-template-columns: 550px 670px;
    align-items: center;
    justify-content: space-between;
}

.single_promo {
    position: relative;
    z-index: 1;
}

.single_promo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.single_promo::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.15;
}

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

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

.promo_content {
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

.promo_content h3 {
    font-family: var(--font-neue-medium);
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.promo_content h1 {
    font-family: var(--font-castoro);
    font-size: 6rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10rem;
}

.promo_men.single_promo .promo_content {
    top: 40%;
}

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

/* Collections */
section.nl_collections_area {
    margin-block-end: 100px;
    overflow-x: hidden;
}

.collections_box {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 480px 480px 480px;
    margin-left: -150px;
    max-width: calc(100% + 300px);
    width: calc(100% + 300px);
}

.single_collection_item {
    text-align: center;
}

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

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

.collection_item_content {
    margin-top: 25px;
}

.collection_item_content a {
    font-family: var(--font-gt-america-bd);
    font-size: 1.1rem;
    margin: 0;
}

/* Featured Product SLider */
.nl_product_slider_area {
    margin-block-end: 100px;
}

.single_slide_item img,
.mini_slide_item img {
    float: none;
    text-align: center;
    margin: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.mini_slide_item.slick-slide {
    position: relative;
    transition: all .4s ease-in-out;
    margin: 0px 2rem;
}

.mini_slide_item.slick-slide.slick-current:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 45%;
    height: 1.5px;
    background: #000;
    transform: translateX(-50%);
}

/* Services */
.nl_services {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    justify-content: space-between;
}

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

.single_service_item img {
    height: 465px;
    object-fit: cover;
    margin-bottom: 1.6rem;
}

.service_item_content h2 {
    font-size: 1rem;
    font-family: var(--font-neue-medium);
    line-height: 1;
    margin-bottom: 1.3rem;
    letter-spacing: 2.1px;
}

.service_item_content p {
    font-size: 0.875rem;
    font-family: var(--font-old-standard);
    line-height: 1.3;
    margin-bottom: 1.3rem;
    font-weight: normal;
    width: 91%;
}

.single_service_item a {
    margin-top: auto;
    font-family: var(--font-tafel-sans);
    text-transform: capitalize;
    font-size: 1rem;
    letter-spacing: 1.4px;
    color: #000;
    position: relative;
    padding-bottom: .4rem;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
}

.single_service_item a:after {
    position: absolute;
    content: "";
    left: 0;
    width: min(5rem, 25%);
    height: 1.5px;
    background-color: #000;
    bottom: 0;
}

/* Footer */
div[data-lastpass-icon-root] {
    display: none !important;
    opacity: 0;
}

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

.nl_footer_box {
    display: grid;
    grid-template-columns: 64% auto;
    gap: 2rem;
}

.single_footer_widget h2 {
    font-family: var(--font-neue-medium);
    letter-spacing: -0.1px;
    font-size: 0.875rem;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

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

.footer_logo img {
    width: min(150px, 100%);
}

.single_footer_widget ul {
    margin-block-start: 1.25rem;
}

.single_footer_widget ul li {
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: .875rem;
}

.single_footer_widget ul li a {
    display: inline-block;
    font-family: var(--font-hass-roman);
    letter-spacing: -0.1px;
    text-transform: capitalize;
}

.footer_right .nl_content.page_banner {
    margin-top: 0;
    transform: scale(.8);
}

.footer_right .nl_content .nl_page_title {
    margin-bottom: 1.4rem;
}

.footer_right {
    text-align: center;
}

.footer_right h4 {
    margin: 0;
    line-height: 1;
}

.footer_right h4 a {
    margin-bottom: 1.6rem;
    font-size: .875rem;
    font-family: var(--font-neue-medium);
    display: block;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.footer_right p {
    font-family: var(--font-hass-roman);
    font-size: 1rem;
    line-height: 1.4;
}

.footer_right form input {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 2px solid #ededed;
    font-family: var(--font-tafel-sans);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    font-size: 0.875rem;
}

.form_action {
    display: grid;
    justify-content: space-between;
    margin-top: 2rem;
    align-items: center;
    grid-template-columns: auto auto;
}

.form_action .options {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 2rem;
}

.form_action .options label {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 2rem auto;
    text-align: left;
    font-family: var(--font-tafel-sans);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    font-size: 0.75rem;
}

.form_action button {
    background: #000;
    color: #fff;
    text-align: center;
    width: auto;
    font-family: var(--font-tafel-sans);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 5px 2rem;
    border: none;
}

.footer_top_divider {
    border-top: 3px solid #ededed;
    padding-top: 1.25rem;
    padding-bottom: 4rem;
}

.divider {
    background-image: url('../../v2/assets/img/pattern.png');
    height: 35px;
    background-repeat: repeat-x;
    background-size: contain;
}

.footer_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.footer_social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer_social_media a {
    display: flex;
}

.footer_social_media i {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
}

.copyright {
    font-family: var(--font-hass-roman);
    letter-spacing: 1px;
    font-size: .9rem;
    text-align: right;
}

.copyright p {
    margin: 0;
}

.footer_bottom_area {
    padding: 2rem 2rem;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.nl_header_area.homepage {
    box-shadow: 0 0 5px #ededed;
}

.breadcrumb_content {
    font-family: var(--font-castoro);
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    grid-template-columns: 2fr 1fr 2fr;
    margin-bottom: 2rem;
}

.breadcrumb_content h4 {
    font-family: var(--font-tafel-sans);
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    -webkit-text-stroke: 1px;
}

.breadcrumb_content ul {
    display: flex;
    gap: 10px;
    line-height: 1;
    justify-content: center;
}

.breadcrumb_content ul li {
    line-height: 1;
}

.breadcrumb_content p {
    margin: 0;
    text-align: right;
}

.collection_product_info_box {
    font-family: var(--font-hass-roman);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.collection_product_info_box p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.collection_product_info_box a {
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    padding: .875rem 2rem;
    color: #000;
    line-height: 1;

}

.collection_product_filter_box {
    font-family: var(--font-neue-medium);
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}

.collection_product_filter_box p {
    font-family: var(--font-neue-light);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.collection_product_filter_box ul {
    display: flex;
    gap: .7rem;
}

.collection_product_filter_box li {
    border-right: 2px solid #000;
    line-height: 1;
    padding-right: .7rem;
    font-size: 1rem;
}

.collection_product_filter_box li:last-child {
    border: 0;
    padding-right: 0;
}

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

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

.single_collection_product_item {
    font-family: var(--font-neue-medium);
}

.single_collection_product_item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 1rem;
}

.collection_products_box.product_columns_2 img {
    height: 555px;
}

.single_collection_product_item h2 {
    text-align: right;
    font-size: 1.25rem;
}

.single_collection_product_item h4 {
    text-align: right;
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
}

.footer_meta h5 {
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
}

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

section.footer_metadata_area {
    margin: 3rem 0;
}

.footer_meta_data ul {
    display: flex;
    gap: 1rem;
    flex: 1;
}

.footer_meta_data ul li i {
    font-size: 2rem;
}

.footer_meta_data .footer_currency {
    display: flex;
    gap: 1rem;
    flex: 1;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    font-family: var(--font-neue-medium);
    text-transform: uppercase;
    font-size: .875rem;
}

.footer_currency img {
    max-width: 1.25rem;
    background: none;
    object-fit: contain;
    margin-left: 1rem;
}

.footer_currency a {
    color: #000;
}

/* Refine */

.refine_offset_header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ededed;
}

.refine_offset_header *::selection,
.refine_single_item *::selection {
    background-color: #000;
}

.refine_offset_header img {
    width: 3rem;
}

.refine_offset_header h2 {
    text-transform: uppercase;
    font-family: var(--font-hass-roman);
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 3px;
    font-weight: normal;
    user-select: none;
}

.refine_offset_header a {
    color: #777;
    text-align: right;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 2.3px;
    font-family: var(--font-hass-roman);
}

div#refinePanelOffcanvas {
    height: 100vh;
    overflow: hidden;
}

.refine_items_accordion {
    overflow-y: auto;
    scroll-behavior: smooth;
}

.refine_single_item {
    border-bottom: 1px solid #ededed;
    font-family: var(--font-hass-roman);
    user-select: none;
}

.refine_single_item_header {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #000;
    align-items: center;
    font-family: var(--font-hass-roman);
    letter-spacing: 2px;
    user-select: none;
    line-height: normal;
    font-weight: 400;
    padding: 1rem;
}

.refine_single_item_header.collapsed i {
    transform: rotate(180deg);
}

.refine_single_item .accordion-collapse {
    border-top: 1px solid #ededed;
    /* margin-top: 1rem; */
    padding: 1rem;
    transition-duration: 250ms;
}

.refine_item_options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.refine_checkbox {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.refine_checkbox input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.refine_checkbox input[type="checkbox"] {
    display: none;
}

.refine_checkbox input[type="checkbox"]+label:before {
    content: "\f096";
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-weight: normal;
    width: 1em;
}

.refine_checkbox input[type="checkbox"]:checked+label:before {
    content: "\f14a";
    color: #000;
}

.refine_checkbox label {
    letter-spacing: 1.4px;
    font-size: .95rem;
    flex: auto;
    text-transform: capitalize;
}

.offset_bottom_area {
    margin: 1rem;
    border-top: 1px solid #ededed;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.offset_bottom_area .apply_filter_btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .875rem;
    font-family: var(--font-hass-roman);
    padding: .875rem;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    text-align: center;
}

a.refine_close_btn.apply_filter_btn {
    background: gray;
}

.offset_bottom_area .apply_filter_btn:hover {
    color: #fff;
}

/*  */
.page_banner_area {
    margin-bottom: 100px;
}

.page_banner_area img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.collection_featured_banner>img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.collection_featured_banner .nl_page_title {
    position: absolute;
}

.collection_related_products {
    margin-top: 100px;
}

.similar_product_slider {
    width: 100%;
}