/*responsive*/


@media only screen and (max-width:425px) {
    .ApplicationLink {
        display: flex;
        gap: 8px;
        margin-top: 20px;
    }

    .footer_middel_menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .product_style1 .cart-hover {
        opacity: 1;
        visibility: visible;
    }

    .product_style1 .button-group a {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .product_style1 .btn.btn-cart {
        margin-bottom: 0;
    }



    .product_style1 .product-item:hover .btn.btn-cart {
        margin-bottom: -10px;
    }
    .shop_toolbar {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        /*gap: 10px;*/
        align-items: center !important;
        justify-content: center !important;
    }

    .orderby_wrapper h3 {
        display: none;
    }

    .product-view-mode {
        margin-top: 10px;
    }

        .product-view-mode .page_amount {
            margin: 0;
        }

    section.Catelog_grid .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .image-Banner_offer {
        height: 100% !important;
    }

    .our_product-style4 .product-grid .product-image {
        background-color: #ccd1e5;
    }

        .our_product-style4 .product-grid .product-image img {
            width: 100%;
            height: 350px !important;
            object-fit: contain;
        }

    .slick-dot-style ul.slick-dots {
        bottom: 15px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        /* transform: translateX(-50%); */
        bottom: -3px;
    }

    .sidebar-Filter_Close_icon {
        display: block;
        top: 0;
        left: 100%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        background-color: #c29958;
    }

    .sidebar-Filter {
        /* display: none; */
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

        .sidebar-Filter.Mobile_Filter_sidebar {
            opacity: 1;
            visibility: visible;
        }


            .sidebar-Filter.Mobile_Filter_sidebar .sidebar_widget {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

    .sidebar_widget {
        background-color: #fff;
        width: 300px;
        padding: 20px;
        height: 100%;
        position: relative;
        margin-left: -16px;
        -webkit-transform: translateX(calc(-100% - 50px));
        -ms-transform: translateX(calc(-100% - 50px));
        transform: translateX(calc(-100% - 50px));
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }


    .mobile-filter-open {
        display: block;
        background-color: #c29958;
        width: 140px;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
    }

        .mobile-filter-open:hover {
            color: #fff
        }

    ul.pagination {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ApplicationLink {
        display: flex;
        gap: 8px;
        margin-top: 20px;
    }

    .footer_middel_menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    /*.sidebar_widget {
        background: #2b2b2b;
        padding: 17px;
        border-radius: 10px;*/
    /* position: absolute; */
    /* top: 0; */
    /*width: 97%;
        z-index: 999;
        display: none;
    }*/

    .product-grid.catalog-image-grid .product-image img {
        width: 100%;
        height: auto;
        height: auto;
    }

    section.Catelog_grid .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .image-Banner_offer {
        height: 100% !important;
    }

    .our_product-style4 .product-grid .product-image {
        background-color: #ccd1e5;
    }

        .our_product-style4 .product-grid .product-image img {
            width: 100%;
            height: 350px !important;
            object-fit: contain;
        }

    .categori-style1 .img-hover_effect {
        position: relative;
        display: block;
        height: 100%;
    }

        .categori-style1 .img-hover_effect a {
            overflow: hidden;
            display: block;
            height: auto;
        }


    .features_details-style4 .services a {
        display: flex;
        align-items: center;
        justify-content: unset;
        margin: auto;
        width: 100%;
    }
    /*mobile_menu*/
    .mobile_header {
        display: block;
        box-shadow: none;
        position: fixed;
        right: 0;
        overflow: hidden;
        z-index: 10;
        margin: 5px 10px 0 0;
        -webkit-box-shadow: 0 3px 10px 4px rgba(0,0,0,0.04);
        box-shadow: 0 3px 10px 4px rgba(0,0,0,0.04);
        border-radius: 50%;
    }

    .customer_login {
        padding-bottom: 60px;
    }

    .account_form.register {
        margin-top: 57px;
    }

    .account_form h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .login_submit a {
        float: none;
        line-height: 18px;
        display: block;
        margin-bottom: 20px;
    }

    .blog_content h3 {
        font-size: 14px;
    }

    .details_icn ul li.mobile_menu {
        display: block;
    }

    .mobile_main {
        margin: 0 auto;
        display: block;
        height: 100%;
        margin-top: 60px;
    }

    .mainInner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }

        .mainInner div {
            display: table-cell;
            vertical-align: middle;
            font-size: 3em;
            font-weight: bold;
            letter-spacing: 1.25px;
        }

    #sidebarMenu {
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        transition: transform 250ms ease-in-out;
        background: #08080852;
        z-index: 111;
    }

    .sidebarMenuInner {
        height: 100%;
        width: 100%;
        top: 10%;
        position: absolute;
        padding: 0;
        border-top: 1px solid rgb(12 12 12 / 10%);
    }

    ul.sidebarMenuInner li {
        border: none;
        display: block;
        width: 100% !important;
    }

    .sidebarMenu_overlay {
        width: 300px;
        background: #fff;
        margin-left: auto;
        height: 100%;
    }

    .sidebarMenuInner li {
        list-style: none;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        padding: 20px;
        cursor: pointer;
        border-bottom: 1px solid rgb(16 16 16 / 10%);
    }

        .sidebarMenuInner li span {
            display: block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.50);
        }

        .sidebarMenuInner li a {
            color: #000;
            text-transform: uppercase;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }

    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        /*display: none;*/
    }

    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99999;
        top: 3px;
        right: 19px;
        width: 20px;
    }

    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #a17b39;
    }

    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }

    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }

    .all_contains nav.navbar.navbar-expand-lg {
        padding: 0 10px !important;
    }

    .mail_text {
        text-align: left;
    }

    .shop_toolbar {
        flex-direction: column;
        padding: 12px 10px 0px;
    }

    .orderby_wrapper {
        flex-direction: column;
    }

        .orderby_wrapper h3 {
            margin-bottom: 8px;
            margin-right: 0;
        }

    .page_amount {
        margin-bottom: 12px;
        margin-left: 0;
    }

        .page_amount p {
            padding-left: 0;
            margin-left: 0;
            border-left: 0;
        }

    .single_slider .row {
        height: 100%;
    }

    .top_header {
        font-size: 12px;
        display: none;
    }

    .search_bar {
        display: none;
    }

    .brand-logo img.logo {
        width: 120px;
    }

    .details_icn ul li {
        width: 20px;
        height: 20px;
    }

    .details_icn a {
        font-size: 10px;
    }

    .slider_content p {
        font-size: 12px;
    }

    .slider_content h1 {
        font-size: 24px;
    }

    .slider_content p.slider_price {
        font-size: 14px;
        margin-bottom: 22px;
        margin-top: 10px;
    }

        .slider_content p.slider_price span {
            font-size: 20px;
        }

    .slider_content a {
        padding: 6px 10px;
        font-size: 10px;
    }

    .slider_content {
        margin: 20px;
    }

    a.wish_icn .notification, a.minicart-btn .notification {
        height: 10px;
        width: 10px;
        top: -8px;
        right: -9px;
        line-height: 12px;
        font-size: 8px;
    }

    .details_icn ul li.mobile_menu {
        border: none !important;
    }

    .header_bottom {
        display: none;
    }

    .dropdown-menu.dropdown_menu-6.show {
        position: absolute !important;
        right: 0;
        left: -120px !important;
        top: 20px !important;
    }

    .dropdown-menu.cart_menu.dropdown_menu-6 {
        width: 100%;
    }

    .cart_menu .cart-content {
        padding: 4px 6px;
    }

    .cart_menu .subtotal {
        font-size: 14px;
    }

    .action button.btn {
        background: #000;
        color: #fff;
        line-height: 20px;
        font-size: 12px;
    }

    .new_banner_fullwidth {
        margin-bottom: 20px;
    }

        .new_banner_fullwidth .row {
            height: 100%;
        }

    .new_banner_fullwidth {
        background-size: cover;
    }

    .banner_content h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .new_banner_text {
        margin: 10px;
    }

    .banner_text > span {
        font-size: 15px;
    }

    .banner_text h2 {
        font-size: 22px;
        line-height: 42px;
    }

    .single_banner {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .banner_section {
        margin-bottom: 20px;
    }

    .new_banner_text P {
        font-size: 12px;
    }

    .banner_text P {
        font-size: 15px;
    }

    .new_banner_text h2 {
        font-size: 22px;
        line-height: 42px;
    }

    .banner_fullwidth {
        margin-bottom: 55px;
    }

    .new_banner_text > span {
        font-size: 15px;
    }

    .new_banner_text a {
        padding: 0 17px;
        margin-top: 20px;
        line-height: 34px;
        font-size: 12px;
    }

    .modal-content button.close {
        left: 83%;
        width: 29px;
        height: 32px;
        top: 4px;
        margin-bottom: 14px;
    }

    .modal_body {
        padding: 0 6px 38px;
    }

        .modal_body .modal_tab {
            margin-bottom: 60px;
        }

    .modal-dialog.modal-dialog-centered {
        min-width: 90%;
    }

    .banner_text a {
        padding: 0 17px;
        margin-top: 20px;
        line-height: 34px;
        font-size: 12px;
    }

    .banner_fullwidth .row {
        height: 310px;
    }

    .ml2, .ml3, .ml4, .ml5, .ml6 {
        font-size: 26px;
    }

    .testimonial {
        border-left: 3px solid #c29958;
        padding: 250px 0 70px 0px;
        text-align: justify;
    }

        .testimonial:before, .testimonial:after {
            content: "";
            width: 100%;
            height: 100%;
        }

    .testimonial-content {
        width: 100%;
        padding: 20px;
    }

    .testimonial .pic {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .bestselling-product_txt .banner_thumb img {
        height: auto !important;
    }

    .bestselling-product_txt .banner_content {
        position: absolute;
        top: 40%;
        margin: 0 auto;
        left: 0;
        text-align: center;
        right: 0;
    }

    .footer_contains h6 {
        margin: 20px 0;
    }

    .footer_contains ul li {
        font-size: 12px;
    }

    .footer_contains h6:after {
        bottom: -9px;
    }

    .footer_all {
        margin: 20px 0 0 0;
    }

    .header_shop .header_middel {
        padding: 21px 0 18px;
    }

    .breadcrumbs_area {
        padding: 0 0 37px;
    }

    .breadcrumb_content {
        border-bottom: 0;
        padding-bottom: 0;
        border-top: 1px solid #ebebeb;
        padding-top: 37px;
    }

    .product_list_item .product_desc p {
        width: 100%;
    }

    .pagination {
        margin-top: 19px;
    }

    .shop_toolbar.t_bottom {
        padding: 15px 10px 15px;
        margin-top: 23px;
        margin-bottom: 50px;
    }

        .shop_toolbar.t_bottom .pagination {
            margin-top: 0;
        }

/*    .shop_reverse .row {
        flex-direction: column-reverse;
    }*/

    .shop_reverse .tab-content .row {
        flex-direction: row;
    }

    .shop_area {
        padding-bottom: 46px;
    }

    .shop_fullwidth {
        padding-bottom: 60px;
    }

    .product_details {
        margin-bottom: 55px;
    }

    .product_d_right h1 {
        font-size: 20px;
    }

    .product_d_right .product_price {
        margin-bottom: 16px;
    }

    .product_d_right .product_desc {
        margin-bottom: 30px;
        padding-bottom: 22px;
    }

        .product_d_right .product_desc p {
            width: 100%;
        }

    .product_d_right .priduct_social ul li a {
        line-height: 34px;
        width: 35px;
        height: 35px;
    }

    .product_variant.quantity {
        margin-bottom: 16px;
    }

        .product_variant.quantity input {
            width: 65px;
            margin-left: 10px;
        }

        .product_variant.quantity button {
            min-width: inherit;
            margin-left: 10px;
        }

    .product_variant.color {
        margin-bottom: 18px;
    }

        .product_variant.color .niceselect_option {
            width: 160px;
        }

    .product_info_button ul li a {
        margin-right: 25px;
        font-size: 18px;
    }

    .product_d_info {
        margin-bottom: 47px;
    }

    .product-details-tab {
        margin-bottom: 55px;
    }

    .single-zoom-thumb {
        width: 101%;
    }

    .related_product {
        padding-bottom: 47px;
    }

    .product_page .footer_top {
        padding-bottom: 34px;
    }

    .table_desc {
        margin-bottom: 60px;
    }

    .coupon_inner input {
        margin-bottom: 24px;
        width: 100%;
    }

    .coupon_code.left {
        margin-bottom: 59px;
    }

    .coupon_code h3 {
        line-height: 28px;
        padding: 5px 15px;
        font-size: 15px;
    }

    .cart_subtotal p.cart_amount {
        font-size: 14px;
    }

    .coupon_area {
        margin-bottom: 60px;
    }

    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 35px;
    }

    .wishlist_area {
        padding-bottom: 60px;
    }

    .Checkout_section {
        padding-bottom: 60px;
    }

    .order-notes {
        margin-bottom: 56px;
    }

    .checkout_form label.righ_0 {
        font-size: 13px;
        line-height: 25px;
        padding: 3px 10px;
    }

    #checkout_coupon button {
        margin-top: 20px;
    }

    .form_group input {
        width: 100%;
    }

    .checkout_info {
        padding: 20px 20px;
    }

    .contact_area {
        margin-bottom: 60px;
    }

    .contact_message h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact_message.content {
        margin-bottom: 52px;
    }

    .contact_map {
        margin-bottom: 57px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .sidebar-Filter_Close_icon {
        display: block;
        top: 0;
        left: 100%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        background-color: #c29958;
    }

    .sidebar-Filter {
        /* display: none; */
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

        .sidebar-Filter.Mobile_Filter_sidebar {
            opacity: 1;
            visibility: visible;
        }


            .sidebar-Filter.Mobile_Filter_sidebar .sidebar_widget {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

    .sidebar_widget {
        background-color: #fff;
        width: 300px;
        padding: 20px;
        height: 100%;
        position: relative;
        margin-left: -16px;
        -webkit-transform: translateX(calc(-100% - 50px));
        -ms-transform: translateX(calc(-100% - 50px));
        transform: translateX(calc(-100% - 50px));
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }


    .mobile-filter-open {
        display: block;
        background-color: #c29958;
        width: 140px;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        color: #fff
    }

        .mobile-filter-open:hover {
            color: #fff
        }
    /*.sidebar_widget {
        background: #2b2b2b;
        padding: 17px;
        border-radius: 10px;*/
    /* position: absolute; */
    /* top: 0; */
    /*width: 97%;
        z-index: 999;*/
    /* display: none; */
    /*position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        opacity: 1;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 9999;
    }*/
    .new_banner_fullwidth .row {
        height: 400px;
    }

    .contact_message.content {
        margin-bottom: 62px;
    }

    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 40px;
    }

    .coupon_inner input {
        margin-bottom: 24px;
        width: 100%;
    }

    .product_page .footer_top {
        padding-bottom: 40px;
    }

    .single-zoom-thumb {
        width: 85%;
    }

    .shop_area {
        padding-bottom: 34px;
    }

    .shop_reverse .tab-content .row {
        flex-direction: row;
    }

    /*.shop_reverse .row {
        flex-direction: column-reverse;
    }*/

    .shop_toolbar.t_bottom {
        margin-bottom: 59px;
        margin-top: 0;
    }

    .product_list_item .product_desc p {
        width: 100%;
    }

    .breadcrumbs_area {
        padding: 0 0 37px;
    }

    .breadcrumb_content {
        border-bottom: 0;
        padding-bottom: 0;
        border-top: 1px solid #ebebeb;
        padding-top: 37px;
    }

    .banner_text a {
        padding: 0 40px;
        margin-top: 50px;
        line-height: 44px;
    }

    .banner_fullwidth .row {
        height: 400px;
    }

    .banner_text h2 {
        font-size: 38px;
        line-height: 55px;
    }

    .new_banner_text h2 {
        font-size: 38px;
        line-height: 55px;
    }

    .new_banner_text a {
        padding: 0 40px;
        margin-top: 50px;
        line-height: 44px;
    }

    .modal-dialog.modal-dialog-centered {
        min-width: 730px;
    }

    .shop_area .list_view.active {
        padding-bottom: 36px;
    }

    .product_d_right .product_desc p {
        width: 100%;
    }

    .product_variant.quantity input {
        width: 80px;
    }

    .product_variant.quantity button {
        min-width: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tag_widget ul li a {
        padding: 0 13px;
    }

    .footer_widgets.other_widgets .footer_top_inner {
        padding: 55px 0 59px;
    }

    .product_list_item .product_desc p {
        width: 100%;
    }

    .shop_area .list_view.active {
        padding-bottom: 36px;
    }

    .product_d_right .product_desc p {
        width: 100%;
    }

    .product_variant.quantity input {
        width: 110px;
    }

    .product_variant.quantity button {
        min-width: 240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .new_banner_text {
        width: 90%;
        margin: 0 auto;
    }

    .banner_text {
        width: 90%;
        margin: 0 auto;
    }
}
