 
        div#carouselExampleControls {
            height: 300px !important;
        }

        .slidder_banner_img {
            height: 300px !important;
        }

        .cntr_row {
            width: 134px !important;
            text-align: center;
            /* margin: 0 auto; */
            margin: 0 50px !important;

        }

        .swiper-backface-hidden .swiper-slide {
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            width: 150px !important;
            margin-left: 40px !important;
        }

        .swiper {

            /*width: 100%;*/
            /*max-width: 1280px;*/
            /*height: 300px;*/
            /*margin-top: 40px;*/
        }

        .swiper-slide {
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: center;*/
            /*background: #EEE;*/
        }



        .shop-card {
            padding: 5px !important;
            border: 1px solid #00000045 !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        }

        .shop-card .star-rating {
            margin-bottom: 5px !important;
        }

        /*====start=menu-button======*/
        ul.menu_button li a {
            border-radius: 5px !important;
        }

        ul.menu_button li a:hover {
            background-color: #000 !important;
            color: #fff !important;
        }

        /*====end=menu-button======*/
        .all_products_box {
            overflow-y: auto;
        }

        .all_products_box ul {
            display: flex;
        }

        .all_products_box ul li {
            box-shadow: 0px 0px 4px -3px #000;
            margin: 8px;
            border: 1px solid #f1f1f1;
            text-align: center;
        }

        .all_products_box ul li a img {
            width: 204px !important;
            height: 132px;
            max-width: inherit;
        }

        .all_products_box ul li p {
            margin: 0;
            padding: 5px;
            font-size: 16px;
            text-transform: capitalize;
            color: #000;
        }

        /* hide scrollbar but allow scrolling */
        .all_products_box {
            -ms-overflow-style: none;
            /* for Internet Explorer, Edge */
            scrollbar-width: none;
            /* for Firefox */
            overflow-y: scroll;
        }

        .all_products_box::-webkit-scrollbar {
            display: none;
        }

        /* for Chrome, Safari, and Opera */

        .all_produst_heading h3 {
            text-transform: capitalize;
        }

        .category-card {
            border: 1px solid #ddd;
            box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
            margin-bottom: 24px;
            background-color: #fff;
        }

        .category-card a {
            text-decoration: none;
        }

        .category-card .category-card-img {
            max-height: 260px;
            overflow: hidden;
            border-bottom: 1px solid #ccc;
        }

        .category-card .category-card-body {
            padding: 10px 16px;
        }

        .category-card .category-card-body h5 {
            margin-bottom: 0px;
            font-size: 18px;
            font-weight: 600;
            color: #000;
            text-align: center;
        }

        /* Category End */

        /*===Start category===*/
        .category_side_row {
            background: white;
            padding: 20px;
        }

        h1.category_title {
            font-size: 16px;
            color: #000;
            text-transform: capitalize;
            padding: 10px 0 10px;
            border-bottom: 1px solid #f1eeee;
        }

        li.ctgr_left_pdng {
            padding-left: 20px !important;
        }

        .category_side_row ul li a {
            font-size: 15px;
            color: #000;
            font-weight: 400;
            text-transform: capitalize;
        }

        .category_side_row ul li {
            padding: 3px 0 0;
        }

        .active {
            font-size: 15px !important;
            font-weight: 600 !important;
            color: #000;
        }

        li.pdng_lft {
            padding-left: 12px !important;
        }

        ul.category_checkbox_row li input {
            margin-right: 8px;
        }

        ul.category_checkbox_row li span {
            font-size: 15px;
            color: #000;
            font-weight: 400;
            text-transform: capitalize;
        }

        .ctgry_ads {
            padding: 30px 0;
        }

        h2.ctgry_title {
            text-transform: capitalize;
            font-size: 25px;
            font-weight: 600;
        }

        .slider_on_content {
            position: relative !important;
        }

        .breadcurm_content {
            position: absolute;
            bottom: 0;
            vertical-align: middle;
            /*display: table-cell;*/
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 50%;
            transform: translate(-50%, -50%);
            left: 50%;
        }

        /*===End category===*/

        /*===slider-one===*/
        section.ctgry_section_one {
            padding: 30px 0;
        }

        section.ctgry_section_two {
            /*border-radius: 5%;*/
            background: #ffe6e9 !important;
            padding: 20px 10px !important;
            margin-bottom: 20px;
        }

        .ctgry_slider_one_row {
            text-align: center;
        }

        .ctgry_slider_one_row img {
            width: 130px !important;
            display: block;
            height: 130px;
            border-radius: 50% !important;
            margin: auto;
        }

        .ctgry_slider_one_row h5 {
            font-size: 17px;
            margin: 0;
            padding-top: 10px;
            color: #000 !important;
            text-transform: capitalize;
        }

        .swiper-button-next1:after,
        .swiper-button-prev1:after {
            font-size: 18px;
            color: black !important;
        }

        .swiper-button-prev_button {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: aliceblue;
        }

        .swiper-button-prev_button1 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: aliceblue;
            position: absolute;
            left: -22px;
            top: 38%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000;
            z-index: 99;
        }


        .swiper-button-next_button1:after,
        .swiper-button-prev_button1:after {
            font-family: swiper-icons;
            font-size: var(--swiper-navigation-size);
            text-transform: none !important;
            letter-spacing: 0;
            font-variant: initial;
            line-height: 1;
        }


        .swiper-button-next_button1 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: aliceblue;
            position: absolute;
            right: -22px;
            top: 38%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000;
            z-index: 99;
        }

        /*===slider-two===*/
        .ctgry_slider_one_row_three img {
            border-radius: 0px 0px 15px 15px;
        }

        .swiper-slide.cntr_row.swiper-slide-active {
            display: flex;
            justify-content: center;
            width: 100%;
            align-items: center;
        }
        .dz-content {
    padding: 20px 20px;
}

        @media (max-width: 575.98px) {

            h2.ctgry_title {
                text-transform: capitalize;
                font-size: 25px;
                font-weight: 600;
                text-align: center;
            }

            .ctgry_slider_one_row_three {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .ctgry_slider_one_row {
                text-align: center;
                /*background: antiquewhite;*/
                padding: 30px 0;
            }

            .swiper-button-prev_button1 {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: aliceblue;
                position: absolute;
                left: 3px;
                top: 38%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #000;
                z-index: 99;
            }

            .swiper-button-next_button1 {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: aliceblue;
                position: absolute;
                right: 3px;
                top: 38%;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #000;
                z-index: 99;
            }

            .cntr_row {
                width: 130px !important;
                text-align: center;
                /* margin: 0 auto; */
                margin: 0 99px !important;
            }

            .ctgry_ads img {
                width: 100%;
                height: 50px;
            }

            .sticky-header.main-bar-wraper.navbar-expand-lg {
                width: 100% ! Important;
                display: inline !important;
            }

            div#carouselExampleControls {
                height: 150px !important;
            }

            .slidder_banner_img {
                height: 150px !important;
            }

            .dz-bnr-inr-entry h1 {
                font-size: 20px;
            }
            .dz-shop-card.style-2 .dz-media {
        margin-right: 0;
        width: 100% !important;
    }

        }

        /* @media (max-width: 1399.98px) { */

        /*       .cntr_row {*/
        /*    width: auto !important;*/
        /*    text-align: center;*/
        /*    margin: auto;*/
        /*    margin: 0 !important;*/
        /*}*/
        /* }*/


        /* @media (max-width: 991.98px) { */

        /*     .cntr_row {*/
        /*    width: auto !important;*/
        /*    text-align: center;*/
        /*    margin: auto;*/
        /*    margin: 0 !important;*/
        /*}*/

        /* }*/
  
        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled {
            display: block;
        }

        .first_slider {
            position: relative;
        }

        .first_slider .owl-prev {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            left: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }

        .first_slider .owl-next {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            right: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }

        .ctgry_slider_one_row_three1 img {
            border-radius: 0px 0px 15px 15px;
        }

        /*===second-slider===*/
        .second_slider {
            position: relative;
        }

        .second_slider .owl-prev {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            left: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }

        .second_slider .owl-next {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            right: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }

        .ctgry_slider_one_row1 img {
            width: 130px !important;
            display: block;
            height: 130px;
            border-radius: 50% !important;
            margin: auto;
        }

        .cntr_row1 h5 {
            font-size: 17px;
            padding-top: 10px !important;
            color: #000 !important;
            text-transform: capitalize;
            text-align: center;
        }

        /*===second-slider===*/
        .third_sliderthird_slider {
            position: relative;
        }

        .third_slider .owl-prev {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            left: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }

        .third_slider .owl-next {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: aliceblue !important;
            position: absolute;
            right: -22px;
            top: 38%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            color: #000 !important;
        }
