
@media (min-width : 1281px) and (max-width :1366px) {
    header #navigation li a {
        font-size: 13px;
        padding: 8px 5px;
    }
}


@media (max-width: 1280px) {
    header .logo-sec {
        position: relative;
        flex: 0 0 100%;
        top: 0;
        z-index: 999999999;
        padding: 0 15px;
        max-width: 135px;
        margin: auto 0 auto 50px;
    }
    header .logo-sec img {
        max-width: 115px;
    }
    header #navigation {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }


    header .menu-part {
        padding: 15px 0;
        height: 55px;
        display: block;
    }
    header .slim-container a.slimNav_sk78-reveal span {
        background: #222 !important;
        height: 3px;
        margin-bottom: 5px;
        border-radius: 10px;
    }
    header .slim-container a.slimNav_sk78-reveal {
        right: auto !important;
        left: 0;
        top: 18px;
        width: 28px;
    }
    header a.slimNav_sk78-reveal.slimclose {
        background: none;
        font-size: 23px !important;
        line-height: 1 !important;
        color: #333;
    }
    .slim-container .slim-bar {
        background: none !important;
    }
    .slim-container .slim-nav {
        background: #cb9488 !important;
        overflow: hidden;
        margin-top: 78px;
    }

    header .menu-sec div#navigation ul li a {
        display: table;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-left: 0;
        border-color: #ac7d73;
        box-sizing: border-box;
        width: 100%;
    }
    header #navigation li a::before, header #navigation li a::after {
        display: none !important;
    }

    header div#navigation li {
        margin-left: 0;
    }
    header  .slim-container .slim-nav ul li a.slim-expand {
        width: 42px !important;
        height: 42px !important;
        position: absolute !important;
        line-height: 1.2 !important;
        padding: 2px !important;
        border: 1px solid #ac7d73 !important;
        border-top: transparent !important;
        border-bottom: transparent !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        font-size: 30px !important;
    }
    header  .slim-container .slim-nav ul li a.slim-expand:hover {
        background: #c69489;
    }
    header .menu-sec div#navigation ul li.dropdown a::after {
        display: none;
    }
    header div#navigation li.current-menu-item a {
        color: #fff !important;
        background: #16afe3;
    }
    header #navigation .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: inherit;
        overflow: hidden;
        background: #b68479;
        padding: 0;
        transition: inherit;
        box-shadow: none;
        transform-origin: inherit;
    }
    header #navigation .submenu li .submenu {
        background: #ab7c72;
    }   
    header #navigation .submenu > li > a:not(.slim-expand) {
        padding-left: 25px;
    }
    header #navigation .submenu li .submenu li a {
        padding-left: 40px;
        border-color: #996e64;
    }
    header #navigation .submenu li .fa-angle-right {
        display: none;
    }
    header .cart-sec {
        position: relative;
        z-index: 99999999;
    }
}


@media (max-width: 1200px) {
    header .dsk-menu li:not(:last-child) {
        margin-right: 40px;
    }
    div.banner-part .banner_text h1 {
        font-size: 50px;
        line-height: 70px;
    }
    section.body-cont1 h2 {
        font-size: 42px;
    }
    section.body-cont2 h3 {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    
}


@media (max-width: 991px) {
    .video-sec .owl-nav .owl-prev, .testimonial .owl-nav .owl-prev {
        left: 10px;
    }
    .video-sec .owl-nav .owl-next, .testimonial .owl-nav .owl-next {
        right: 10px;
    }
    .about-sec .image-wrap1 img.img_shape1 {
        max-width: 200px;
    }
    .ship-part .ship h3 {
        font-size: 20px;
    }
    div.banner-part .owl-dots {
        bottom: 10px;
    }
    .testimonial .sharee-trp {
        max-width: 150px;
    }

    .address_area .adr_box {
        width: 60px;
        height: 60px;
    }
    .address_area .adr_box i {
        font-size: 25px;
    }
}


@media (max-width: 900px) {
    .container {
        max-width: 100%;
    }

    



}

@media (max-width: 768px) {
    header .slim-container a.slimNav_sk78-reveal {
        top: 10px;
    }
    header .logo-sec img {
        max-width: 85px;
    }
    .slim-container .slim-nav {
        margin-top: 61px;
    }


}


@media (max-width: 767px) {
    
    section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .title h2 {
        font-size: 18px;
    }
    .btn {
        padding: 12px 30px;
        font-size: 15px;
        line-height: 1.5;
    }
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    .title img.line-shape {
        max-width: 180px;
    }

    /* start pages css */
    div.banner-part {
        background: #dca497;
        padding: 0 0 15px;
    }
    div.banner-part .banner_text {
        position: static;
        background: #dca497;
    }
    div.banner-part .banner_text h1 {
        font-size: 25px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    div.banner-part .banner_text h4 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 4px;
    }
    div.banner-part .banner_text a.btn {
        margin: 10px 0 0;
        border: 1px solid #4e000a;
    }
    div.banner-part .banner_text .bounce-5 {
        display: none;
    }
    div.banner-part .owl-dots {
        position: static;
        margin-top: 20px;
    }
    div.banner-part .owl-dots button {
        width: 20px;
        height: 20px;
        margin-left: 3px;
    }
    div.banner-part .owl-dots button span {
        width: 10px;
        height: 10px;
    }

    .ship-part {
        padding-bottom: 0;
    }
    .ship-part .ship {
        height: 175px;
        padding: 15px 5px;
        border-radius: 10px;
        max-width: 250px;
        margin: 0 auto 15px;
    }
    .ship-part .ship h3 {
        font-size: 18px;
    }
    .ship-part .ship i {
        font-size: 30px;
    }

    .about-sec h2 {
        font-size: 30px;
    }
    .about-sec h2 span {
        font-size: 30px;
        line-height: 1.2;
    }
    .about-sec .m-title {
        margin-bottom: 15px;
    }
    .about-sec .text-wrap1 {
        padding-right: 0;
    }
    .about-sec .image-wrap1 img.img_shape1, .about-sec .bg_shape {
        display: none;
    }
    .about-sec::after {
        height: 100%;
    }
    .about-sec .text-wrap1 h3 {
        font-size: 30px;
        margin: 10px 0 10px;
    }
    .testimonial .sharee-trp {
        max-width: 60px;
        top: -10px;
    }
    .testimonial .title .line-shape {
        max-width: 190px;
    }
    .video-sec .video-box a.play {
        width: 55px;
        height: 55px;
    }
    .video-sec .video-box a.play i {
        font-size: 25px;
    }
    .address_area .address-list {
        padding: 30px 0 0;
        margin: 0;
    }
    /*.address_area .address-list li {
        display: block;
        text-align: center;
    }*/
    .address_area .adr_box {
        width: 40px;
        height: 40px;
    }
    .address_area .adr_box i {
        font-size: 15px;
    }
    .address_area .address-list li {
        gap: 10px;
    }
    .address_area .address-list li:last-child {
        margin-bottom: 0;
    }
    .address_area a, .address_area address {
        font-size: 13px;
    }

    /**** woocommerce ****/
    .single-product .woocommerce-notices-wrapper {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .single-product  .float-start {
        width: 100%;
    }
    .single-product .summary {
        padding: 0;
    }
    .single-product .summary h1.product_title.entry-title {
        font-size: 20px;
        overflow: hidden;
        clear: both;
    }
    .single-product .woocommerce-product-gallery {
        margin: 0 0 15px !important;
    }
    .single-product form.cart {
        flex-wrap: wrap;
    }
    .single-product form.cart button.single_add_to_cart_button {
        order: 3;
        margin: 15px 0 0 !important;
        width: 100%;
    }
    .single-product .summary .woocommerce-product-rating {
        margin-bottom: 5px !important;
    }
    .single-product form.cart .tinv-wishlist {
        margin-left: auto;
    }
    .single-product .row span.onsale {
        width: 35px;
        height: 35px;
        padding: 2px;
        line-height: 2.6;
        left: 20px;
        top: 10px;
        font-size: 12px;
    }
    .woo_asps .woocommerce-tabs h2.woocommerce-Reviews-title {
        font-size: 20px;
    }
    .woo_asps section.related.products h2 {
            font-size: 22px;
    margin-bottom: 15px;
    }
    .woo_asps #review_form_wrapper form p.comment-form-author, .woo_asps #review_form_wrapper form p.comment-form-email {
        width: 100%;
    }
    .woo_asps .woocommerce-tabs .panel p.comment-form-cookies-consent label {
        width: 90%;
        vertical-align: top;
    }
    #review_form_wrapper {
        border-top: 4px solid #e0e0e0;
        border-bottom: 4px solid #e0e0e0;
        margin: 5px -12px;
        padding: 15px;
    }
    .woo_asps #review_form_wrapper form {
        border: transparent;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 5px 0 0;
    }
    .woo_asps #review_form_wrapper form > * {
        padding: 0;
    }
    .woo_asps #review_form_wrapper #reply-title {
        margin: 0 0 15px;
        font-size: 22px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 15px;
    }
    .woo_asps section.related.products {
        padding-top: 0;
    }
    .woocommerce ul.products {
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product .pro-box {
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product {
        margin-bottom: 15px !important;
    }
    .pro-box {
        padding: 5px;
        border-radius: 6px;
    }
    .pro-box span.price {
        text-align: left;
    }
    .woocommerce ul.products .tinv-wishlist {
        width: 30px;
        height: 30px;
    }
    header.entry-header {
        padding: 20px 0 0;
    }
    header.entry-header h1.entry-title {
        font-size: 25px;
    }
    .woocommerce-cart .woocommerce .cart_totals h2 {
        font-size: 22px;
        line-height: normal;
    }
    .woocommerce-cart .woocommerce .cart_totals {
        width: 50%;
    }
    .woocommerce-cart .woocommerce form.woocommerce-cart-form table.shop_table tbody td .qib-container {
        display: inline-block !important;
    }
    .woocommerce-cart .woocommerce .cart_totals a.checkout-button {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
        max-width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button {
        padding: 12px 15px;
        font-size: 13px;
        letter-spacing: 0;
    }
    form.checkout.woocommerce-checkout {
        margin: 0;
    }
    form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout .review_heading_sidebar {
        padding: 0;
        width: 100%;
    }
    .woocommerce-checkout .product-page1 .container {
        padding: 0;
    }
    form.checkout.woocommerce-checkout #ship-to-different-address {
        margin: 10px 0 15px;
        padding: 8px 10px;
        font-size: 16px;
        border-radius: 4px;
    }
    form.checkout.woocommerce-checkout #ship-to-different-address span::after {
        width: 18px;
        height: 18px;
    }
    form.checkout.woocommerce-checkout #ship-to-different-address span::before {
        border-width: 3px;
        left: 6px;
        top: 2px;
    }
    form.checkout.woocommerce-checkout .place-order button#place_order {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 0; 
    }
    .woocommerce-order-received article {
        padding: 15px 0;
        min-height: auto;
    }
    .woocommerce-order p.woocommerce-thankyou-order-received {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .woocommerce-order ul.order_details {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px 0 !important;
    }
    .woocommerce-order ul.order_details li {
        width: 50%;
        margin: 0 0 25px !important;
        padding: 0 12px !important;
    }
    .woocommerce-order ul.order_details li:nth-child(even) {
        border: none;
    }
    .woocommerce-order h2 {
        font-size: 22px;
        line-height: normal;
        font-weight: 600;
    }
    .woocommerce-order address {
        margin: 0 0 15px !important;
    }
    .woocommerce-order section.woocommerce-order-details, .woocommerce-order section.woocommerce-customer-details {
        margin: 15px 0 0;
    }
    .page-id-119 article {
        padding: 15px 0;
        min-height: auto;
    }
    .tinv-wishlist .tinv-header {
        margin-bottom: 15px;
    }
    .tinv-wishlist h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .tinv-wishlist table {
        margin: 0 !important;
    }
    .woocommerce .woocommerce-MyAccount-navigation {
        padding: 0;
    }
    /**** woocommerce ****/

    footer {
        padding: 30px 0 0;
    }
    /*footer ul.f-links li a {
        font-size: 14px;
        margin: 0 15px;
    }
    footer a.f-logo {
        margin: 0 0 20px;
    }
    footer ul.f-links li {
        margin-bottom: 5px;
    }*/
    footer ul.sicial-list {
        margin: 10px 0 30px;
    }
    
    footer .privacy {
        margin-top: 0;
        padding: 15px 0;
        text-align: center;
    }
    .paygetway {
        text-align: center;
        padding: 10px 0 0;
    }
}

@media (max-width: 568px) {
    /*.woo_asps #review_form_wrapper form {
        border: transparent;
        padding: 0;
        box-shadow: none;
    }*/
    .woo_asps #review_form_wrapper form .form-submit input#submit {
        width: 100%;
    }
    
}
