@charset "utf-8";

@media (max-width: 1200px) {
    .home-slider_nav {
        width: 550px;
    }

    .banner-section {
        height: 675px;
    }

    .woocommerce-MyAccount-content .u-columns.addresses {
        gap: 25px;
    }
}

@media screen and (max-width: 1140px) {
    footer h3 {
        font-size: 16px;
    }

    .footer-top-sec ul li a,
    footer p,
    .footer-middle-sec a,
    .footer-bottom-sec {
        font-size: 14px;
    }

    .home-benefit-box-number h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .home-benefit-box-number p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-benefit-box-text-bottom p {
        font-size: 14px;
    }

    .home-benefit-box-img {
        height: 460px;
    }

    .home-benefit-box-img img {
        width: 100%;
        height: auto;
    }

    .home-benefit-box-text {
        bottom: -30px;
    }

    .home-benefit-box-img:before {
        left: -50px;
    }

    .home-banner-bottom-sec {
        margin-top: -50px;
    }

    /*.................../ banner section css /...................*/
    .content-carousel .owl-item.active img {
        width: 500px;
    }

    .content-carousel .owl-item.active::before {
        width: 500px;
    }

    .content-carousel {
        top: 20%;
        width: 98%;
    }

    .content-carousel .owl-carousel.owl-loaded {
        width: 98%;
    }

    /*.................../ banner section css /...................*/

    .c-shop_featured {
        margin: 0;
    }

    .c-product_DetailsSection,
    .c-related_productsBlock,
    .c-review_block {
        padding: 40px 0;
    }

    .c-product_description,
    .c-form_section,
    .c-about_section {
        padding-bottom: 40px;
    }

    .c-address_section,
    .c-hero_section,
    .nexus-woo_wrapper,
    .c-shipping-addresses .c-shipping_form,
    .c-myAccount_block {
        padding: 40px 0;
    }

    .page-wishlist .content-area .single-content,
    .account-wishlist .content-area .single-content {
        padding: 40px 25px;
    }

    .cart-empty {
        margin-top: 40px !important;
    }

    .return-to-shop {
        padding: 0px 0 40px 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer-top-sec {
        flex-wrap: wrap;
    }

    .footer-story {
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .footer-menu {
        width: 33%;
    }

    .footer-product {
        width: 33%;
    }

    .footer-newsletter {
        width: 33%;
    }

    .home-arrival-txt p a {
        font-size: 15px;
        line-height: 20px;
    }

    .home-arrival-txt h4 {
        font-size: 20px;
        padding: 5px 0 0 0;
    }

    .home-arrival-txt {
        padding-top: 10px;
    }

    .home-arrival-carousel .owl-prev,
    .home-arrival-carousel .owl-next {
        top: 120px;
    }

    /*.................../ banner section css /...................*/
    .content-carousel {
        top: 20%;
    }

    .content-carousel .owl-item.active img {
        width: 470px;
    }

    .content-carousel .owl-item.active::before {
        width: 470px;
    }

    /*.................../ banner section css /...................*/
    #payment #place_order {
        width: auto;
    }

    #customer_details {
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .nav-links .has-submenu {
        position: relative;
    }

    ul.slimmenu li .sub-toggle {
        position: absolute;
    }

    ul.slimmenu li .sub-toggle::before {
        height: 100%;
    }

    .nav-links .has-submenu ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 991px) {
    /* 28.12.23 menu css */
    nav .navbar .links li.nav-item {
        position: relative;
        display: block;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    nav .navbar {
        max-width: 100%;
    }

    nav .navbar .links li {
        white-space: nowrap;
    }

    nav .navbar .links li a {
        display: inline-block;
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-items {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        background: #000;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 999;
    }

    .navbar .nav-items .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 40px;
    }

    .sidebar-logo .logo-name {
        font-size: 10px;
        color: #fff;
    }

    .sidebar-logo i {
        width: 15px;
    }

    .navbar .bx-menu {
        width: 32px;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    /* .navbar .nav-items.show1 .links .htmlCss-sub-menu, */
    .htmlCss-sub-menu.show1,
    .navbar .nav-items.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-items.show1 .links .htmlcss-arrow,
    .navbar .nav-items.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-items.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    /* 28.12.23 menu css end */
    .c-title_secondary,
    .c-main_title,
    .page-hero-section .hero-container header .entry-title {
        font-size: 38px;
        line-height: 42px;
    }

    .wrapper .btn {
        display: block;
        height: 32px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 90px 10px 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 9;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3b3c;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links .drop-menu li a {
        color: #fff;
    }

    .nav-links li {
        margin: 0;
    }

    .nav-links li a {
        padding: 0;
        display: block;
        font-size: 16px;
        color: #fff;
    }

    .nav-links .drop-menu {
        position: relative;
        opacity: 1;
        top: 0;
        visibility: visible;
        padding: 10px;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: none;
        background-color: #fff;
        margin: 0;
    }

    .nav-links .drop-menu li a {
        color: #242526;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding-left: 0;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3a3b3c;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    .header-menu-sec {
        width: 10%;
        order: 3;
        padding-left: 30px;
    }

    .header-social-sec {
        width: 70%;
        order: 2;
        padding-right: 30px;
    }

    .header-social-sec:before {
        right: 0;
        left: inherit;
    }

    .menu-collapser .collapse-button:after {
        background-position: center right;
    }

    .menu-collapser .collapse-button {
        right: 0;
    }

    .menu-collapser {
        padding: 0;
    }

    .woo-multi-currency.wmc-sidebar.wmc-right {
        z-index: 1 !important;
    }

    nav .wrapper {
        padding-right: 30px;
    }

    .home-insta-sec h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .testimonial-content-sec {
        margin-right: 10px;
        max-width: 350px;
    }

    h2 {
        font-size: 38px;
        line-height: 42px;
    }

    .testimonial-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .common-btn {
        font-size: 15px;
    }

    .home-testimonial-sec p {
        padding-bottom: 30px;
    }

    .testimonial-box p {
        padding: 0;
    }

    .home-benefit-content {
        max-width: 250px;
        margin-right: 50px;
    }

    .home-benefit-carousel {
        width: calc(100% - 400px);
    }

    .home-benefit-box-text {
        max-width: 100%;
        width: 100%;
        bottom: -15px;
    }

    .home-benefit-box-bottom-txt ul li:first-child,
    .home-benefit-box-bottom-txt ul li:last-child,
    .home-benefit-box-text span {
        font-size: 14px;
    }

    .home-benefit-box-number h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .home-banner-bottom-sec ul li {
        width: calc(50% - 24px);
    }

    .home-banner-bottom-sec ul {
        flex-wrap: wrap;
    }

    .home-occasions-sec h3 a {
        font-size: 18px;
    }

    .home-occasions-sec h3 {
        line-height: 22px;
    }

    /*.................../ banner section css /...................*/
    .banner-section {
        height: auto;
    }

    .banner-headlines {
        width: 100%;
    }

    .content-carousel {
        position: relative;
        margin-top: 40px;
    }

    .content-carousel .owl-carousel div {
        width: 75%;
    }

    .content-carousel .owl-nav {
        bottom: 0;
    }

    .content-carousel .owl-carousel .owl-dots {
        width: 25%;
        flex-direction: column;
    }

    .content-carousel .owl-item.active img {
        width: 528px;
        height: 614px;
    }

    .content-carousel .owl-carousel .owl-nav {
        width: fit-content !important;
    }

    /*.................../ banner section css /...................*/
    .home-banner-bottom-sec {
        margin-top: 40px;
        padding-top: 100px;
    }

    .c-productBoxes_col {
        width: 50%;
    }

    .c-shop_featured {
        padding-top: 40px;
        margin-top: 0;
    }

    .slider-single .c-slider_item {
        height: 300px !important;
    }

    .slider-nav .c-slider_item,
    .c-product_DetailsSection .wcgs-thumb {
        height: 110px;
    }

    .slick-arrow,
    .c-product_DetailsSection .woocommerce-product-gallery .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .slick-prev::before,
    .slick-next::before,
    .c-product_DetailsSection
        .woocommerce-product-gallery
        .slick-arrow::before {
        background-size: 13px;
    }

    .c-address_icon {
        width: 50px;
    }

    .nav-links:not(.drop-menu) .current-menu a:before {
        opacity: 0;
    }

    .nav-links li:hover .drop-menu,
    .nav-links li:hover .mega-box {
        top: 0;
    }

    .c-product_DetailsSection .cart {
        gap: 12px;
    }

    .woocommerce-wish-icon-over-img {
        left: 43%;
    }

    /* 06.12.2023 */

    .home-slider_single {
        flex: 0 0 auto;
        width: 70%;
        order: 2;
    }

    .home-slider_nav {
        position: relative;
        flex: 0 0 auto;
        width: 30%;
        order: 1;
        top: 0;
    }

    .home-slider_nav .slick-track {
        display: block;
    }

    .c-banner_slider {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .home-slider_nav .c-slider_item {
        height: 130px;
        border-radius: 20px;
    }

    .home-slider_nav .slick-prev {
        top: 0;
        transform: translate(0, -50%) rotate(90deg);
        left: 50%;
    }

    .home-slider_nav .slick-next {
        top: -17px;
        transform: rotate(90deg);
        left: 70%;
        right: 0px;
        z-index: 1;
    }

    .nav-links.slimmenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
    }

    ul.slimmenu li .sub-toggle {
        right: 20px;
    }

    .sub-toggle.expanded {
        transform: rotate(180deg);
    }

    .nav-links.slimmenu li a {
        border-bottom: 1px solid #6e6e6e !important;
    }

    .nav-links .has-submenu ul {
        background-color: #000;
    }

    nav .navbar .links li .sub-menu li {
        border: none;
    }

    .nav-links .has-submenu ul li {
        background-color: #000;
    }

    .nav-links .has-submenu ul li a {
        color: #fff;
    }

    .nav-links .has-submenu ul li a i {
        display: none;
    }

    nav .navbar .links li .sub-menu {
        animation: none;
    }

    .page-wishlist .woosw-list table.woosw-items tr td,
    .account-wishlist .woosw-list table.woosw-items tr td {
        display: block;
        width: 100% !important;
    }

    .page-wishlist .woosw-list table.woosw-items tr,
    .account-wishlist .woosw-list table.woosw-items tr {
        padding: 15px;
        display: block;
    }

    .page-wishlist .woosw-list table.woosw-items tr:last-child,
    .account-wishlist .woosw-list table.woosw-items tr:last-child {
        margin-bottom: 0;
    }

    .page-wishlist
        .woosw-list
        table.woosw-items
        .woosw-item
        .woosw-item--remove
        span,
    .account-wishlist
        .woosw-list
        table.woosw-items
        .woosw-item
        .woosw-item--remove
        span {
        height: 30px;
        background: #edc9af;
        border-radius: 50%;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .woocommerce .cart-form_wrapper table.shop_table tr:last-child td {
        text-align: left;
    }

    .woocommerce
        .cart-form_wrapper
        table.shop_table
        tr:last-child
        td
        .button[name="update_cart"] {
        margin-top: 15px;
    }

    .woocommerce
        .cart_totals
        table.shop_table
        .shipping-calculator-form
        .button,
    .woocommerce .nexus-woo_wrapper .wc-proceed-to-checkout .checkout-button {
        padding: 9px 20px;
        font-size: 14px;
    }

    .cart-form_wrapper,
    .nexus-woo_wrapper .cart-collaterals {
        width: 50%;
    }

    .c-cart_imgCol {
        width: 150px;
    }

    .c-cart_textCol {
        width: calc(100% - 150px);
    }

    .c-product_Removewrapper .quantity {
        width: 40px;
        padding: 3px;
    }

    .woocommerce .c-product_Removewrapper .quantity .qty {
        height: 25px;
    }

    .nexus-checkout h3 {
        font-size: 23px;
        line-height: 29px;
        padding: 0 0 20px 0;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    #customer_details .woocommerce-shipping-fields p .button + .button {
        margin-top: 10px;
    }

    .c-shipping-addresses .address-container .address-block {
        width: 48%;
        padding-bottom: 0px;
    }

    .c-shipping-addresses .c-shipping_form .address-block .buttons {
        position: relative;
        text-align: left;
    }

    .c-myAccount_row .account-navigation-wrap {
        width: 40%;
    }

    .c-myAccount_row .woocommerce-MyAccount-content {
        width: 55% !important;
    }

    .woocommerce .c-myAccount_row table.shop_table_responsive thead,
    .woocommerce-page .c-myAccount_row table.shop_table_responsive thead {
        display: none;
    }

    .woocommerce .c-myAccount_row table.shop_table_responsive tr,
    .woocommerce-page .c-myAccount_row table.shop_table_responsive tr {
        display: block;
    }

    .woocommerce .c-myAccount_row table.shop_table_responsive tr td,
    .woocommerce-page .c-myAccount_row table.shop_table_responsive tr td {
        display: block;
        text-align: right;
    }

    .woocommerce .c-myAccount_row table.shop_table_responsive tr td::before,
    .woocommerce-page
        .c-myAccount_row
        table.shop_table_responsive
        tr
        td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .woocommerce-MyAccount-content .woocommerce-Address {
        width: 100% !important;
    }

    .c-myAccount_row
        .woocommerce-MyAccount-content
        .woocommerce-address-fields__field-wrapper
        .form-row,
    .c-event_formCol {
        width: 100%;
    }

    .c-myAccount_row
        .woocommerce-customer-details
        .woocommerce-columns
        .woocommerce-column {
        width: 100%;
    }

    .c-myAccount_row
        .woocommerce-customer-details
        .woocommerce-columns
        .woocommerce-column
        + .woocommerce-column {
        padding-top: 30px;
        margin-top: 0;
    }

    .c-seller_formWrapper .c-form_row .c-form_group textarea {
        height: 100px;
    }
}

@media (max-width: 800px) {
    .wcgs-slider-image {
        height: 300px !important;
    }
}

@media screen and (max-width: 767px) {
    .site-branding a.brand img.svg-logo-image,
    .site-branding a.brand img {
        width: 100%;
        max-width: 150px;
    }

    .header-logo-sec {
        width: 30%;
    }

    .header-social-sec {
        width: 50%;
        padding-right: 10px;
    }

    .header-social-sec ul li {
        padding: 0 0 0 10px;
    }

    .header-menu-sec {
        width: 20%;
        padding-left: 10px;
    }

    .header-logo-sec a {
        height: auto;
    }

    .brand.has-logo-image {
        height: 60px;
    }

    .header-logo-sec a img {
        height: 100%;
        width: auto !important;
    }

    .header-social-sec ul img,
    .header-social-sec ul li,
    .header-social-sec ul li a {
        height: 20px;
        display: block;
    }

    .header-social-sec .menu ul img,
    .header-social-sec .menu ul li,
    .header-social-sec .menu ul li a {
        height: auto;
        display: flex;
    }

    .header-social-sec .menu ul li {
        padding-left: 0;
    }

    footer h3 {
        font-size: 15px;
    }

    footer,
    .home-insta-sec {
        padding-top: 40px;
    }

    .footer-logo {
        width: 80px;
        /* padding-bottom: 15px; */
    }

    .footer-phone {
        width: 52%;
    }

    .footer-email {
        width: 34%;
    }

    .footer-social-icon {
        width: 14%;
    }

    .footer-middle-sec {
        flex-wrap: wrap;
    }

    .footer-phone:before,
    .footer-email:before {
        width: 16px;
        height: 16px;
        background-size: 100%;
    }

    .footer-middle-sec a {
        font-size: 12px;
    }

    .footer-social-icon ul li {
        padding: 0 0 0 8px;
    }

    .footer-social-icon ul li img {
        width: 70%;
    }

    .footer-phone:before {
        top: 7px;
    }

    .footer-email:before {
        top: 8px;
    }

    .footer-logo img {
        display: block;
        margin: 0 auto;
    }

    .home-insta-sec h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 30px;
    }

    .home-testimonial-sec .container {
        flex-wrap: wrap;
    }

    .testimonial-content-sec {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .home-testimonial-sec {
        padding: 40px 0;
    }

    .testimonial-box {
        max-width: 100%;
    }

    .testimonial-review-sec .testimonial-box:nth-child(2n) {
        margin-left: 0;
    }

    .home-benefit-wrap {
        flex-wrap: wrap;
    }

    .home-benefit-content {
        max-width: 100%;
        margin: 0 0 50px 0;
    }

    .home-benefit-carousel {
        width: 100%;
    }

    .home-benefit-sec {
        padding: 40px 0;
    }

    .home-benefit-box-img {
        height: auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .home-benefit-box-img img {
        width: 350px;
    }

    .home-benefit-box-number {
        left: auto;
        top: auto;
        position: relative;
        width: 48%;
    }

    .home-benefit-box-text {
        max-width: 350px;
        bottom: auto;
        left: auto;
        top: auto;
        position: relative;
        width: 48%;
    }

    .home-benefit-box-img:before {
        left: 0;
    }

    .home-benefit-carousel {
        display: block;
    }

    .home-benefit-carousel-bar {
        margin: 40px 0 0 0;
        max-width: 100%;
    }

    .home-benefit-carousel-bar ul li {
        padding: 0 50px 0 0;
    }

    .home-benefit-carousel-bar ul {
        display: flex;
        justify-content: center;
    }

    .home-benefit-carousel-bar ul li:before {
        width: calc(100% - 50px);
        height: 2px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 0;
    }

    .home-benefit-carousel-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home-arrival-sec {
        padding: 40px 0;
    }

    .home-banner-bottom-sec {
        padding: 40px 0 40px 0;
        /* margin-top: 80px; */
    }

    .home-featured-sec {
        padding-bottom: 50px;
    }

    .home-occasions-box {
        flex-wrap: wrap;
    }

    .home-occasions-r-top-l h3,
    .home-occasions-r-bottom h3 {
        text-align: left;
        right: auto;
        left: 30px;
    }

    .home-occasions-r-top-r h3 {
        top: auto;
        bottom: 30px;
    }

    /*.................../ banner section css /...................*/
    .banner-section {
        padding: 30px 0px;
    }

    .banner-headlines h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .banner-headlines h4 {
        font-size: 17px;
    }

    .content-carousel {
        top: 80%;
        margin-top: 0;
    }

    .content-carousel .owl-carousel div {
        width: 75%;
    }

    .content-carousel .owl-carousel.owl-loaded {
        width: 98%;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .content-carousel .owl-carousel .owl-dots {
        position: relative;
        width: 100%;
        flex-direction: row;
        gap: 12px;
    }

    .content-carousel .owl-carousel button.owl-dot {
        width: 100%;
        height: 100px !important;
        border-radius: 30px;
    }

    .content-carousel .owl-item.active img {
        height: auto;
        min-height: 410px;
    }

    .content-carousel .owl-item.active::before {
        display: none;
    }

    .content-carousel .owl-carousel .owl-nav {
        bottom: -15%;
        left: 30%;
    }

    /*.................../ banner section css /...................*/
    .section-padding {
        padding: 0;
    }

    .our-collection {
        padding: 40px 0;
    }

    .screenshot_slider .owl-dots {
        display: none;
    }

    .c-sideBar,
    .c-productBoxes,
    .c-productBoxes_col {
        width: 100%;
    }

    .c-sideBar img {
        width: 100%;
    }

    .c-shop_featured {
        margin: 0;
    }

    .c-product_list {
        row-gap: 30px;
    }

    .c-inner_banner,
    .page-hero-section {
        padding: 50px 0 50px 0;
    }

    .c-main_title {
        margin-bottom: 15px;
    }

    .c-product_DetailsSection {
        padding: 40px 0;
    }

    .c-product_leftCol,
    .c-product_rightCol {
        width: 100%;
    }

    .slider-single .c-slider_item {
        height: 250px !important;
    }

    .slider-nav .c-slider_item,
    .c-product_DetailsSection .wcgs-thumb {
        height: 130px;
    }

    .slick-prev {
        left: -5px;
    }

    .c-product_DetailsSection
        .sp_wgs_thumb_nav.sp_wgs-icon-left-open.slick-arrow {
        left: -5px;
    }

    .c-product_DetailsSection
        .sp_wgs_thumb_nav.sp_wgs-icon-right-open.slick-arrow {
        right: -5px;
    }

    .c-form_block,
    .c-form_imgBlock {
        width: 100%;
    }

    .c-address_col {
        width: 50%;
    }

    .c-related_productsSlider .home-arrival-img-hv {
        top: 10px;
        transform: translateY(0);
        right: 10px;
        justify-content: flex-end;
        flex-direction: row;
        opacity: 1;
        gap: 10px;
    }

    .c-related_productsSlider .home-arrival-img-hv span {
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .woocommerce-wish-icon-over-img {
        left: inherit;
        right: 35px;
    }

    /* --------        --------- */
    .home-slider_single,
    .home-slider_nav {
        width: 100%;
    }

    .home-slider_single {
        order: 1;
        margin-bottom: 20px;
    }

    .home-slider_nav {
        order: 2;
    }

    .home-slider_nav .slick-prev {
        top: 50%;
        transform: translate(-50%, -50%) rotate(0);
        left: 17px;
    }

    .home-slider_nav .slick-next {
        top: 50%;
        transform: translate(-50%, -50%) rotate(0);
        left: 94%;
    }

    .home-slider_single .c-slider_item {
        height: 350px;
    }

    .home-slider_nav .c-slider_item {
        height: 100px;
    }

    .home-banner-bottom-sec {
        margin-top: 0;
        /* New css */
    }

    .c-banner_slider {
        padding-top: 30px;
    }

    .home-slider_single .c-slider_item::after {
        top: 0;
        left: 0;
    }

    .home-arrival-img-hv {
        flex-direction: row;
        top: 0;
        transform: none;
        right: 20px;
        justify-content: flex-end;
        gap: 10px;
        opacity: 1;
    }

    .home-arrival-img-hv span {
        width: 40px;
        height: 40px;
    }

    .home-arrival-img-hv span a {
        display: flex;
    }

    .home-arrival-img-hv span img {
        width: 20px;
        height: 20px;
    }

    .c-related_productsBlock .arrival-heart .woosw-btn .woosw-btn-icon::before,
    .woosw-btn-icon::before {
        font-size: 20px;
    }

    .woocommerce .cart-wrapper table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page
        .cart-wrapper
        table.shop_table_responsive
        tr:nth-child(2n)
        td {
        background-color: transparent;
    }

    .nexus-woo_wrapper h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 0 0 15px 0;
        margin-bottom: 10px !important;
    }

    .woocommerce .cart-wrapper table.shop_table_responsive tr td::before,
    .woocommerce-page .cart-wrapper table.shop_table_responsive tr td::before {
        display: none;
    }

    .cart-form_wrapper,
    .nexus-woo_wrapper .cart-collaterals {
        width: 100%;
    }

    .content-style-boxed .content-bg:not(.loop-entry) {
        margin: 0 !important;
    }

    .woocommerce form .form-row.form-row-first,
    .woocommerce form .form-row.form-row-last {
        width: 100%;
        float: none;
    }

    .c-shipping-addresses .address-container .address-block {
        width: 100%;
    }

    .c-shipping_form form.wcms-address-form .address-column .form-row {
        width: 100%;
    }

    .c-myAccount_row .account-navigation-wrap,
    .c-myAccount_row .woocommerce-MyAccount-content {
        width: 100% !important;
        margin-bottom: 0;
    }

    .c-myAccount_row .woocommerce-MyAccount-navigation ul li.is-active a,
    .c-myAccount_row .woocommerce-MyAccount-navigation ul li:hover a {
        border-left: 0;
        border-right: 3px solid;
    }

    .c-productBoxes .error {
        margin-top: 0;
    }

    .woocommerce-MyAccount-content .woocommerce-Address {
        margin-top: 0 !important;
    }

    .c-seller_formWrapper .c-form_row .c-form_group {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .screenshot_slider.owl-carousel .owl-nav button.owl-prev {
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
    }

    .screenshot_slider.owl-carousel .owl-nav button.owl-next {
        margin-right: 0;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 0;
        position: absolute;
    }

    .screenshot_slider .owl-item .item {
        padding: 0;
        margin: 0;
    }

    .c-product_DetailsSection .summary {
        padding-top: 30px;
    }

    .woocommerce .product .c-product_DetailsSection .woocommerce-tabs {
        border: 0;
        margin-bottom: 0;
        padding-top: 40px;
    }

    .wcgs-slider-image {
        height: 250px !important;
    }

    #payment #place_order {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .c-title_secondary,
    .c-main_title,
    .page-hero-section .hero-container header .entry-title {
        font-size: 30px;
        line-height: 34px;
    }

    .header-social-sec:before {
        top: -5px;
    }

    .header-social-sec button[data-toggle="modal"] {
        vertical-align: top;
    }

    .footer-menu {
        width: 100%;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .footer-product {
        width: 100%;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .footer-newsletter {
        width: 100%;
        padding-right: 0;
    }

    footer h3 {
        font-size: 18px;
    }

    footer form button,
    footer form input {
        font-size: 15px;
    }

    .footer-logo img {
        display: block;
        margin: 0;
    }

    .footer-phone {
        width: 100%;
        padding-bottom: 5px;
    }

    .footer-email {
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-social-icon {
        width: 100%;
    }

    .footer-social-icon ul li:first-child {
        padding-left: 0;
    }

    .footer-social-icon ul li {
        padding: 0 0 0 15px;
    }

    .footer-social-icon ul li img {
        width: 100%;
    }

    .footer-bottom-sec {
        text-align: left;
        font-size: 12px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
        max-width: 100%;
        padding: 0 0 15px 0;
    }

    .testimonial-box {
        flex-wrap: wrap;
        gap: 0px;
    }

    .testimonial-box-img {
        width: 100%;
    }

    .testimonial-box-txt {
        width: 100%;
        margin-top: 15px;
    }

    .testimonial-box ul {
        padding: 0;
    }

    .home-benefit-box-number {
        width: 100%;
        padding: 20px;
    }

    .home-benefit-box-text {
        width: 100%;
        margin-top: 30px;
    }

    .home-arrival-carousel .owl-prev,
    .home-arrival-carousel .owl-next {
        top: 200px;
    }

    .home-banner-bottom-sec ul li {
        width: 100%;
        justify-content: start;
    }

    .home-occasions-r-top {
        flex-wrap: wrap;
    }

    .home-occasions-sec img {
        width: 100%;
    }

    /*.................../ banner section css /...................*/
    .content-carousel .owl-item.active img {
        height: auto;
        min-height: 360px;
    }

    /*...................../ our collection css /.........................*/

    .section-padding {
        padding: 0px;
    }

    .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        box-shadow: none;
    }

    .screenshot_slider .owl-nav {
        position: absolute;
        bottom: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .brown-btn-link {
        bottom: 20px;
    }

    .brown-btn {
        font-size: 16px;
        width: auto;
    }

    /*...................../ our collection css /.........................*/
    /* Responsive tab with accordian */
    .c-description-tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: transparent;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.4px;
        border-bottom: 3px solid #b96415;
        margin: 0 0 10px 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
    }

    .tab_drawer_heading:before {
        position: absolute;
        top: 50%;
        right: 20px;
        content: "";
        background: url(../images/breadcrumb-arrow.svg) no-repeat center center;
        width: 24px;
        height: 24px;
        transform: rotate(90deg) translateX(-38%);
    }

    .d_active {
        background-color: #b96415;
        color: #fff;
    }

    .tab_drawer_heading.d_active:before {
        filter: brightness(100);
    }

    .tab_content {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    /* Responsive tab with accordian */
    .c-product_reviews .testimonial-box-img {
        margin-bottom: 10px;
    }

    .c-address_col {
        width: 100%;
    }

    .c-product_DetailsSection .woocommerce-tabs .wc-tabs li a {
        font-size: 17px !important;
    }

    .woocommerce .product .c-product_DetailsSection .woocommerce-tabs .panel {
        padding: 0;
    }

    .nexus-woo_wrapper .checkout_coupon .form-row.form-row-first {
        width: 100%;
        margin-bottom: 0;
    }

    .nexus-woo_wrapper .checkout_coupon .button {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        height: auto;
    }

    .nexus-woo_wrapper .checkout_coupon #coupon_code {
        border-right: 1px solid !important;
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }
}

@media screen and (max-width: 390px) {
    /*.................../ banner section css /...................*/
    .content-carousel .owl-item.active img {
        height: auto;
        min-height: 260px;
    }

    .content-carousel .owl-carousel div {
        width: 70%;
    }

    .content-carousel .owl-carousel button.owl-dot {
        height: 80px !important;
        border-radius: 15px;
    }

    .woocommerce .c-product_DetailsSection .woocommerce-tabs .tabs.wc-tabs {
        flex-direction: column;
    }

    .woocommerce .c-product_DetailsSection .woocommerce-tabs .wc-tabs li + li {
        margin-left: 0 !important;
    }

    .c-product_DetailsSection .woocommerce-tabs .wc-tabs li {
        padding-bottom: 5px !important;
        margin-bottom: 15px !important;
    }

    #coupon_code {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce .cart-form_wrapper table.shop_table tr:last-child td .button {
        width: 100%;
    }
}

@media screen and (max-width: 280px) {
    /*.................../ banner section css /...................*/
    .banner-headlines h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .banner-headlines h4 {
        font-size: 15px;
    }

    .content-carousel .owl-carousel div {
        width: 69%;
    }

    .content-carousel .owl-item.active img {
        height: auto;
        min-height: 190px;
    }
}

/**/
