@media (min-width:992px){
    .header .mega-menu {
        position: absolute;
        width: 1100px;
        background: var(--white);
        border-top: 2px solid var(--lime);
        z-index: 9;
        border-radius: 2px;
        left: -250px;
        top: 120px;
        display: grid;
        grid-template-columns: repeat(5 , 1fr);
        gap: 30px;
        display: none;
        transition: all 0.5s;
    }
    .header .menu-item:hover > .mega-menu{
        display: grid;
    }
    .header .menu-title svg{
        display: none;
    }
    .header .mega-menu .menu-item{
        padding: 0;
        margin-bottom: 10px;
    }
    .header .menu-item {
        position: relative;
    }
    .header .menu-item{
        padding: 50px 0;
    }
}
@media (min-width:992px) and (max-width:1400px){
    .header .menu-item {
        position: static;
    }
    .header .mega-menu {
        top: 155px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:1400px){
    /* header */
    .header .menu-wrapper {
        gap: 15px;
    }
    .header .header-menu-main {
        gap: 20px;
    }

    /* header */


}
@media (max-width:1200px){
    h1, .h1 {
        font-size: 70px;
        line-height: 80px;
    }
    h2, .h2 {
        font-size: 42px;
        line-height: 46px;
    }
    .lime-btn{
        padding: 15px 30px;
    }
    .black-btn{
        padding: 15px 30px;
    }
    /* header */
    .header .header-icon {
        gap: 15px;
    }
    .header .header-menu-main {
        gap: 20px;
    }
    .header .search-block {
        width: 220px;
    }
    .header .nav-menu {
        gap: 20px;
    }
    /* header */

    /* banner */
    .banner .banner-text {
        font-size: 26px;
    }
    .banner .banner-slide{
        max-height: 550px;
        min-height: 550px;
    }
    /* banner */

    /* categories */
    .categories .categories-slide:hover .categories-name {
        font-size: 34px;
    }
    .categories .categories-name{
        bottom: 30px;
        left: 30px;
    }
    /* categories */

    /* product-tabs-slider */
    .product-tabs-slider .tabs-btn{
        width: 120px;
        margin: 0 5px;
    }
    /* product-tabs-slider */

    /* product-cards */
    .product-cards .pro-card{
        padding: 50px;
    }
    .product-cards {
        padding: 0 12px;
    }
    /* product-cards */

    /* best-collection-card */
    .best-collection-card .best-collection-card-text {
        padding-left: 50px;
    }
    /* best-collection-card */

    /* blog-details page */
    .blog-sidebar .sidebar-block {
        padding: 15px;
    }
    .blog-sidebar{
        padding-left: 20px;
    }
    /* blog-details page */

    /* conatct us */
    .contact-sec .conatct-details{
        padding-left: 30px;
    }
    .contact-sec .conatct-form .lime-btn {
        padding: 15px 30px;
    }
    /* conatct us */

    /* my account */
    /* dashboard */
    .woocommerce-MyAccount-content .navigation-block{
        padding: 40px 20px;
    }
    /* dashboard */
    .woocommerce #customer_login .tabs-main .tab-button{
        padding: 15px 30px;
    }
    /* my account */

    /* my order */
    .order-menu .menu-item-header{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .order-menu .menu-item .menu-item-details {
        max-width: calc(100% - 220px);
    }
    .order-menu .menu-item {
        gap: 15px;
    }
    .order-menu .menu-item .product-details .pro-buttons a{
        padding: 7px 10px;
        font-size: 14px;
        margin-right: 10px;
    }
    .order-menu .menu-item .product-details {
        gap: 15px;
    }
    .order-menu .menu-item-header .menu-item-header-left{
        justify-content: space-between;
        width: 100%;
    }
    /* my order */

    /* checkout */
    .checkout-content #order_review{
        padding-left: 20px;
    }
    .checkout-content #customer_details{
        padding-right: 20px;
    }
    /* checkout */

    /* shop */
    .product-list-wrapper .ndr_woocommer_shop_sidebar {
        width: 250px;
    }
    .product-list-wrapper .nd_woocommerce_product_list{
        width: calc(100% - 250px);
        padding-left: 20px;
    }
    /* shop */

    /* single product */
    .woocommerce .single-product .entry-summary .single_add_to_cart_button{
        width: 100%;
    }
    .woocommerce div.single-product div.entry-summary{
        padding-left: 30px;
    }
    .single-product .product-title {
        font-size: 32px;
        line-height: 32px;
    }
    body.woocommerce.single-product .entry-summary .single_add_to_cart_button{
        width: 100%;
    }
    /* single product */

    /* wishlist */
    .MyAccount-wrapper.wishlist-wrapper{
        flex-wrap: wrap;
    }
    .MyAccount-wrapper.wishlist-wrapper .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .MyAccount-wrapper.wishlist-wrapper:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-content {
        width: 100%;
    }
    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        width: 100%;
    }
    .tinv-wishlist tfoot .tinvwl-to-right {
        width: 100%;
    }
    /* wishlist */
}
@media (max-width:991px){
    h3, .h3{
        font-size: 20px;
        line-height: 20px;
    }
    .slider-arrow button{
        width: 35px;
    height: 35px;
    }
    /* header */
    .header {
        padding: 15px 0;
    }
    .header .toggle-menu-icon {
        display: block;
        font-size: 22px;
        color: var(--black);
    }
    .header .nav-menu{
        display: none;
        gap: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 145px;
        background: var(--white);
        z-index: 9;
        flex-direction: column;
        text-align: left;
        padding: 30px;
        max-height: calc(100vh - 145px);
        overflow-y: auto;
    }
    .header .menu-item{
        margin-bottom: 15px;
    }

    .mega-menu .sub-menu{
        display: none;
    }
    .mega-menu .show .sub-menu{
        display: block;
    }
    .header .mega-menu {
        padding: 20px 20px 5px 20px;
    }
    .header .mega-menu .menu-title{
        color: var(--black);
        font-size: 16px;
        display: flex;
    }
    .header .menu-item a{
        display: flex;
        justify-content: space-between;
    }
    .header .mega-menu{
        display: none;
    }
    /* header */

    /* banner */
    .banner .banner-text{
        margin: 10px 0 30px 0;
    }

    /* banner */

    /* categories */
    .categories {
        margin: 50px 0;
    }
    .categories .categories-heading {
        margin-bottom: 30px;
    }
    .categories .categories-slide:hover .categories-name {
        font-size: 30px;
    }
    .categories .categories-name{
        font-size: 20px;
        line-height: 20px;
    }
    /* categories */

    /* pro-slider */
    .product-tabs-slider .tabs-btn{
        font-size: 13px;
    }

    .product-tabs-slider {
        margin-bottom: 50px;
    }
    /* pro-slider */

    /* product-cards */
    .product-cards .pro-card {
        padding: 30px;
    }
    .product-cards .pro-card {
        height: 450px;
    }
    .product-cards{
        margin-bottom: 50px;
    }
    /* product-cards */

    /* best-collection-card */
    .best-collection-card .best-collection-card-text {
        padding-left: 0;
    }
    .best-collection-card{
        height: 450px;
    }
    /* best-collection-card */

    /* key-features */
    .key-features .features-title {
        font-size: 20px;
    }
    .key-features p {
        font-size: 16px;
        line-height: 22px;
    }
    .key-features {
        margin-bottom: 50px;
    }
    /* key-features */

    /* newsletter */
    .newsletter {
        padding: 80px 120px;
    }
    .newsletter .newsletter-wrapper .submit-btn{
        width: 44px;
        height: 44px;
        right: 3px;
    }
    .newsletter .newsletter-block input{
        padding: 15px;
    }
    /* newsletter */

    /* footer  */
    .footer .footer-wrapper{
        flex-direction: column;
        gap: 30px;
    }
    .footer .footer-wrapper .social-link {
        order: 1;
    }
    .footer .footer-wrapper .quick-links{
        order: 2;
    }
    .footer .footer-wrapper .other-links{
        order: 3;
    }
    .footer .footer-wrapper .address{
        order: 4;
    }
    .footer .footer-wrapper {
        padding: 50px 0;
    }
    /* footer  */

    /* about us */
    .about-details{
        margin: 50px 0;
    }
    .about-details .about-details-text {
        padding-left: 12px;
    }
    /* about us */

    /* blog-deatils */
    .blog-details-sec {
        margin: 50px 0;
    }
    .blog-sidebar {
        width: 100%;
    }
    .blog-details-wrapper {
        width: 100%;
    }
    .blog-datils-main{
        flex-direction: column;
    }
    .blog-sidebar {
        padding-left: 0;
        padding-top: 50px;
    }
    /* blog-deatils */

    /* blog-list */
    .bloglist-sec {
        margin: 50px 0;
    }
    .bloglist-sec .bloglist-card p{
        font-size: 16px;
    line-height: 24px;
    }
    .bloglist-sec .bloglist-card .blog-readmore{
        font-size: 16px;
    }
    .pagination{
        margin-top: 20px;
    }
    /* blog-list */

    /* conatct us */
    .contact-sec {
        margin: 50px 0;
    }
    .map-sec .map-iframe{
        height: 450px;
    }
    /* conatct us */

    /* faq */
    .faq-sec {
        margin: 50px 0;
    }
    .faq-sec .accordion-item button.accordion-button{
        font-size: 20px;
        line-height: 22px;
    }
    .faq-sec h2 {
        margin-bottom: 0px;
    }
    /* faq */
    /* cencellation-Policy-sec */
    .cencellation-Policy-sec p {
        font-size: 16px;
        line-height: 24px;
    }
    .cencellation-Policy-sec {
        margin: 50px 0;
    }

    /* cencellation-Policy-sec */

    /* return-exchange-sec */
    .return-exchange-sec {
        margin: 50px 0;
    }
    .return-exchange-sec p {
        font-size: 16px;
        line-height: 24px;
    }
    .return-exchange-sec li {
        font-size: 16px;
        line-height: 24px;
    }
    .return-exchange-sec ul {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    /* return-exchange-sec */

    /* terms-condition-sec */
    .terms-condition-sec h3{
        margin-top: 20px;
    }
    .terms-condition-sec{
        margin: 50px 0;
    }
    .terms-condition-sec p {
        font-size: 16px;
        line-height: 24px;
    }
    .terms-condition-sec hr {
        margin: 40px 0;
    }
    .terms-condition-sec ul li{
        font-size: 16px;
    line-height: 24px;
    }
    .terms-condition-sec ul {
        padding-left: 20px;
    }
    /* terms-condition-sec */

    /* my account */
     /* dashboard */
    .woocommerce-MyAccount-content .navigation-block{
        width: calc(50% - 15px);
    }
    .woocommerce-MyAccount-content .ec-profile-section{
        flex-direction: column-reverse;
    }
    .woocommerce-MyAccount-content .ec-profile-section .user-image{
        min-width: unset;
        width: 80px;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        margin: 50px 0;
    }
    .MyAccount-wrapper {
        gap: 15px;
    }
    .MyAccount-wrapper .woocommerce-MyAccount-navigation{
        width: 200px;
    }
    .MyAccount-wrapper:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-content{
        width: calc(100% - 215px);
    }
    .MyAccount-wrapper .woocommerce-MyAccount-navigation li a{
        font-size: 14px;
        padding: 10px;
    }
    .MyAccount-wrapper .woocommerce-MyAccount-navigation li img {
        margin-right: 5px;
    }
    .MyAccount-wrapper:has(.woocommerce-MyAccount-navigation) {
        margin: 50px 0;
    }
    /* dashboard */
    .woocommerce #customer_login {
        margin: 50px 0;
    }
    .woocommerce .MyAccount-wrapper form h3, .woocommerce .woocommerce-Addresses .woocommerce-Address-title h3, .woocommerce .woocommerce-order-details__title, .woocommerce-customer-details h2{
        font-size: 24px;
        line-height: 24px;
    }
     /* my account */

     /* my order */
     .order-menu .menu-item .menu-item-details {
        max-width: 100%;
    }
    .order-menu .menu-item{
        flex-direction: column;
    }
    .order-menu .menu-item .order-buttons {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }
    .order-menu .menu-item .order-buttons .menu-item-button{
        width: auto;
        font-size: 12px;
        padding: 5px 8px;
    }
    .order-menu .menu-item-header .menu-item-header-left{
        gap: 15px;
    }

     /* my order */
    /* cart */
    .cart-content table.woocommerce-cart-form__contents .product-name a{
        font-size: 18px;
        line-height: 20px;

    }
    .cart-content .cart-collaterals .cart_totals{
        width: 60%;
        margin-left: auto;
    }
    .cart-content .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page  .cart-content table.shop_table_responsive tr td::before{
        color: var(--black);
    }
    .cart-content .cart-header .cart-continue-shipping{
        font-size: 14px;
        padding: 8px 25px;
    }
    .cart-content .cart-header {
        margin-bottom: 20px;
    }
    .cart-content {
        margin: 50px 0;
    }
    /* cart */

    /* checkout */
    .checkout-content .woocommerce-checkout .form-field_list{
        flex-direction: column;
        border: 0;
    }
    .checkout-content #order_review{
        width: 100%;
        padding: 0 12px;
    }
    .checkout-content #customer_details{
        width: 100%;
        margin: 0;
        padding: 20px 12px;
        border: 0;
    }
    /* checkout */
    /* shop */
    .product-list-wrapper .filter-toggle {
        display: block;
        width: 20px;
    }
    .product-list-wrapper .ndr_woocommer_shop_sidebar .filter-close{
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 18px;
    }
    .product-list-wrapper .ndr_woocommer_shop_sidebar{
        position: fixed;
        width: 300px;
        background: #fff;
        z-index: 9;
        padding: 50px 30px;
        height: 100vh;
        top: 0;
        left: 0;
        overflow: scroll;
        transition: all 0.5s;
        transform: translateX(-100%);
    }
    .product-list-wrapper .ndr_woocommer_shop_sidebar.show{
        transform: translateX(0%);
    }
    .product-list-wrapper .nd_woocommerce_product_list{
        width: 100%;
        padding: 0;
    }
    .product-list-wrapper ul.products li.product .Product-block h3{
        font-size: 20px;
        line-height: 20px;
    }
    /* shop */

    /* single product */
    .woocommerce div.single-product div.entry-summary{
        width: 100%;
        padding: 0;
    }
    .single-product div.product div.woocommerce-product-gallery{
        width: 100%;
    }
    .single-product-review{
        padding: 50px 0;
    }
    /* single product */
}

@media (max-width:767px){
    h1, .h1 {
        font-size: 40px;
        line-height: 42px;
    }
    h2, .h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .title-top {
        font-size: 18px;
        line-height: 20px;
    }
    .black-btn {
        padding: 10px 15px;
        font-size: 16px;
    }
    .lime-btn {
        padding: 10px 15px;
        font-size: 16px;
    }

    /* banner */
    .banner .banner-slide {
        max-height: 500px;
        min-height: 500px;
    }
    .banner .banner-text {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-text::after{
        width: 10px;
        right: -15px;
    }
    .banner-text::before{
        width: 10px;
        left: -15px;
    }
    .banner-details {
        background-image: none !important;
    }

    .banner-details[data-mobile-bg] {
        background-image: var(--mobile-bg) !important;
    }
    /* banner */

    /* categories */
    .categories .categories-heading {
        margin-bottom: 15px;
    }
    /* categories */

    /* product-tabs-slider */
    .product-tabs-slider .tabs-wrapper{
        flex-direction: column;
        margin: 20px 0;
    }
    .product-tabs-slider {
        position: relative;
        padding-bottom: 60px;
    }
    .product-tabs-slider .slider-arrow {
        gap: 20px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .size-chart-popup.show {
        width: 95%;
        max-width: calc(100% - 20px);
        padding: 10px;
    }
    /* product-tabs-slider */

    /* product-cards */
    .product-cards{
        flex-direction: column;
    }
    .product-cards .pro-card{
        width: 100%;
        margin-bottom: 5px;
    }
    /* product-cards */

    /* best-collection-card */
    .best-collection-card .best-collection-card-text{
        padding: 0 12px;
    }
    .best-collection-card .best-collection-card-text a.black-btn {
        margin-top: 30px;
    }
     /* best-collection-card */

     /* footer */
     .footer .footer-bottom{
        flex-direction: column;
        gap:10px;
     }
     .footer .footer-bottom .copy-right{
        text-align: center;
     }
     .footer .footer-logo {
        width: 150px;
    }
    .footer .social-wrapper {
        margin-top: 25px;
    }
      /* footer */
    .inner-banner {
        height: 250px;
    }
    /* about-us */
    .about-details-img{
        margin-bottom: 10px;
    }
    .top-heading {
        max-width: 800px;
        margin: 0 auto;
    }
    /* about-us */

    /* blog-deatils */
    .post-cooments-main {
        padding: 15px;
    }
    .blog-details-wrapper .blog-details-main{
        padding: 0 10px;
    }
    .blog-details-wrapper ul, .blog-details-wrapper ol {
        padding-left: 25px;
    }
    .blog-details-wrapper .blog-details-heading > * {
        padding: 0 10px;
    }
    .blog-details-wrapper .blog-two-image-block img{
        margin-bottom: 10px;
    }
    .blog-details-wrapper .blog-details-main{
        font-size: 16px;
        line-height: 24px;
    }
    .post-cooments-main .comment-block p{
        font-size: 16px;
        line-height: 24px;
    }
    .like-share-tags {
        margin: 30px 0;
    }
    /* blog-deatils */

    /* conatct us */
    .contact-sec .conatct-details{
        width: 100%;
    }
    .contact-sec .conatct-form{
        width: 100%;
    }
    .conatct-wrapper{
        flex-direction: column;
        gap: 30px;
    }
    .contact-sec .conatct-details {
        padding-left: 0;
    }
    .contact-sec .top-heading {
        margin-bottom: 30px;
    }
    .contact-sec .conatct-wrapper h2 {
        margin-bottom: 10px;
    }
    /* conatct us */

    /* faq */
    .faq-sec .accordion-item button.accordion-button{
        padding: 20px 0;
        font-size: 18px;
        line-height: 20px;
    }
    .faq-sec .accordion-item .accordion-body{
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    /* faq */

    /* my account */
     /* dashboard */
    .navigation-block-icon{
        width: 60px;
        height: 60px;

    }
    .navigation-block-icon img{
    width: 30px;
    }
    .woocommerce-MyAccount-content .navigation-block{
        padding: 20px;
    }
    .woocommerce-MyAccount-content .navigation-links{
        gap: 15px;
    }
    .woocommerce-MyAccount-content .navigation-block{
        width: calc(50% - 8px);
    }
    .woocommerce-MyAccount-content .navigation-block .navigation-block-title p{
        font-size: 20px;
        line-height: 22px;
    }
    .woocommerce-MyAccount-content .navigation-block .navigation-block-text p{
        font-size: 16px;
        line-height: 20px;
    }
    .woocommerce-MyAccount-content .ec-profile-section{
        padding: 20px 15px;
    }
    .woocommerce-MyAccount-content .ec-profile-section .welcome-text p {
        font-size: 16px;
        line-height: 26px;
    }
    .woocommerce-MyAccount-content .ec-profile-section .welcome-text h3{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    /* dashboard */
    .woocommerce #customer_login .form-wrapper h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .woocommerce #customer_login .tabs-main .tab-button{
        font-size: 16px;
    }
    .woocommerce form button[type="submit"]{
        padding: 18px 45px;
        font-size: 16px;
    }
    .woocommerce form .form-row input.input-text{
        padding: 10px;
    }
    .woocommerce form .form-row {
        margin-bottom: 15px;
    }
    /* my account */
    /* my order */
    .MyAccount-wrapper{
        flex-direction: column;
    }
    .MyAccount-wrapper .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .MyAccount-wrapper:has(.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-content {
        width: 100%;
    }
     /* my order */
     /* cart */
    .cart-content .cart-collaterals .cart_totals{
        width: 100%;
        padding: 20px;
    }
    .cart-content .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-totals td{
        background-color: var(--white);
        border-left: 1px solid var(--grey);
        padding: 10px;
    }
    .cart-content table.woocommerce-cart-form__contents td.product-quantity {
        display: flex;
        justify-content: space-between;
    }
    .cart-content table.woocommerce-cart-form__contents tr{
        margin: 20px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: transparent;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions .coupon{
        padding-bottom: 0;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions .coupon input#coupon_code{
        width: calc(100% - 186px);
    }
    .cart-content table.woocommerce-cart-form__contents td.actions > .button{
        margin: 20px auto 0 auto;
        float: unset;
    }
    .cart-content .cart-collaterals .cart_totals h2{
        font-size: 24px;
        line-height: 30px;
    }
    .cart-content .cart-collaterals .cart_totals table.shop_table td{
        font-size: 18px;
        line-height: 20px;
    }
     /* cart */

    /* checkout */
    .woocommerce form .select2-container .select2-selection--single{
        padding: 6px;
    }
    .checkout-content h3{
        font-size: 18px;
    }
    .checkout-content #customer_details #billing_country_field label{
        font-size: 11px;
    }
    .checkout-content h1 {
        margin-bottom: 20px;
    }
    /* checkout */

    /* shop */
    .product-list-wrapper ul.products li.product{
        width: calc(50% - 8px);
    }
    /* shop */
    /* single-product */
    .single-product .product-title {
        font-size: 24px;
        line-height: 24px;
    }
    .single-product-review .review-wrapper{
        flex-direction: column;
        gap:20px;
        margin: 20px 0;
    }
    .single-product-review .review-wrapper .stars{
        justify-content: center;
    }
    .single-product div.product  div.woocommerce-product-gallery {
        width: 100%;
    }
    body.woocommerce.single-product div.entry-summary{
        width: 100%;
        padding-left: 0;
    }
    .thumbnail-slider-active .swiper-wrapper{
        display: flex !important;
        gap: 10px !important;
        justify-content: center;
    }
    .thumbnail-slider-active .swiper-wrapper .rtwpvg-thumbnail-image{
        width: 10px;
        height: 10px;
        background-color: #7e7e7e;
        border-radius: 8px;
    }
    .thumbnail-slider-active .swiper-wrapper .rtwpvg-thumbnail-image img{
        display: none;
    }
    .rtwpvg-slider-wrapper  .rtwpvg-gallery-image .zoomImg{
        display: none !important;
    }
    /* single-product */
    /* wishlist */
    .tinv-wishlist form .product-thumbnail{
        margin: 0 auto;
    }
    .tinv-wishlist form .product-thumbnail img{
        max-width: 150px;
    }
    .tinv-wishlist .product-cb:before{
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .wishlist_item:has( input[type=checkbox]:checked) .product-cb::after, .tinv-wishlist thead tr:has( input[type=checkbox]:checked) .product-cb::after{
        left: 49.3%;
        transform: rotate(45deg) translate(-50% , -50%);
        top: 45%;
    }
    .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
        width: 100%;
    }
    .tinv-wishlist tfoot .tinvwl-to-right {
        width: 100%;
    }
    .tinv-wishlist form .tinvwl-to-left .tinvwl-input-group-btn button {
        padding: 12px 30px;
    }
     /* wishlist */
}




@media (max-width:575px){

    .announcementbar-slide{
        margin: 0 10px;
    }

    /* banner */
    .banner .header-top {
        font-size: 16px;
        line-height: 18px;
    }
    .banner .banner-details{
        background-image: url(../images/banner-img-mobile..png);
        padding: 0 10px;
    }
    /* banner */

     /* categories */
     .categories{
        position: relative;
        padding-bottom: 50px;
    }
    .slider-arrow {
        gap: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .categories .categories-slide-img{
        height: 350px;
        object-fit: cover;
    }
    .categories .categories-slider{
        max-width: 300px;
    margin: 0 auto;
    }
    .categories .categories-heading h2{
        width: 100%;
        text-align: center;
    }
     /* categories */

    /* product-tabs-slider  */
    .Product-block {
        max-width: 300px;
        margin: 0 auto;
    }
    .product-tabs-slider .tabs-wrapper ul{
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }
    .product-tabs-slider .tabs-btn{
        width: auto;
        padding: 7px 14px;
    }
    /* product-tabs-slider  */

    /* product-cards  */
    .product-cards .pro-card {
        height: 300px;
    }
     /* product-cards  */

     /* best-collection-card */
     .best-collection-card {
        height: 350px;
    }
     /* best-collection-card */

     /* newsletter */
    .newsletter {
        padding: 80px 12px;
    }
    .newsletter .newsletter-wrapper {
        max-width: 370px;
    }
    .newsletter {
        padding: 40px 12px;
    }
     /* newsletter */

    /* blog-details */
    .like-share-tags{
    flex-direction: column;
    gap: 20px;
    }
    .post-cooments-main .comment-header a{
    font-size: 15px;
    }
    .blog-details-wrapper .date_tag{
    flex-direction: column;
    gap: 10px;
    }
    .blog-details-wrapper ul, .blog-details-wrapper ol {
    padding-left: 20px;
    }
    /* blog-details */

    /* conatct us */
    .contact-sec .conatct-form .w-half {
        width: 100%;
    }
    .map-sec .map-iframe {
        height: 350px;
    }
    /* conatct us */
        /* my account */
     /* dashboard */
    .woocommerce-MyAccount-content .navigation-block{
    width: 100%;
    }
    /* dashboard */
    .woocommerce #customer_login .form-wrapper{
        padding: 20px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last{
        width: 100%;
    }
    /* my account */
    /* my order */
    .order-menu .menu-item .product-details{
        flex-direction: column;
    }
    .order-menu .menu-item-header .menu-item-header-left{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .order-menu .menu-item{
        padding: 15px;
    }
    .order-menu .menu-item .order-delivery-details{
        gap: 10px;
    }
     /* my order */
     /* cart */
     .cart-content table.woocommerce-cart-form__contents tr {
        margin: 5px;
    }
    .cart-content table.woocommerce-cart-form__contents .product-name a
    {
        width: calc(100% - 70px);
        display: inline-block;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions .coupon{
        flex-direction: column;
        border: 0;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions .coupon input#coupon_code{
        width: 100%;
        border: 1px solid var(--grey);
        padding: 10px;
        border-radius: 30px;
        margin: 0;
        margin-bottom: 10px;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions .coupon button.button{
        padding: 12px 15px;
    }
    .cart-content table.woocommerce-cart-form__contents td.actions > .button{
        padding: 12px 20px;
    }
    .cart-content .cart-collaterals .cart_totals a.checkout-button{
        padding: 12px 15px;
        font-size: 16px;
    }
    .cart-content table.woocommerce-cart-form__contents .product-quantity .quantity{
        padding: 7px 10px;
    }
    .cart-content .cart-header{
        flex-direction: column;
    }
     /* cart */

    /* checkout */
    .checkout-content #customer_details .form-row-small-three{
        width: 100%;
    }
    input#payment_method_cod, input#payment_method_payumbolt{
        margin: 0 !important;
    }
    .checkout-content .woocommerce-checkout #payment ul.payment_methods{
        padding: 8px;
    }
    /* checkout */

    /* shop */
    .product-list-wrapper ul.products li.product{
        width: 100%;
    }
    .product-list-wrapper .ndr_woocommer_shop_sidebar{
        padding: 40px 20px;
        width: 270px;
    }
    .prod-list-info .select-wrapper select#custom-orderby{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .prod-list-info .select-wrapper{
        width: 100%;
    }
    /* shop */
    /* comment-form */
    .comments-area .comment.depth-2{
        margin-left: 30px;
    }
    /* comment-form */

    /* product deatils */
    .single-product div.product .product-attributes-inner{
        flex-direction: column;
    }
    .single-product div.product .product-attributes-item{
        width: 100%;
        border: 0;
    }
    .single-product div.product .product-attributes-item .product-attributes-item__label{
        border-radius: 10px 10px 0 0;
    }
    /* product deatils */

     /* wishlist */
     .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-cb{
        width: 24px !important;
        margin: 0 auto;
     }
     .wishlist_item:has( input[type=checkbox]:checked) .product-cb::after, .tinv-wishlist thead tr:has( input[type=checkbox]:checked) .product-cb::after {
        left: 33%;
    }
      /* wishlist */
}