
/**global css*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

:root {
    --primary-color: #5d2f17;
    --secondary-color: #9a5e26;
    --tertiary-color: #1c3448;
    --sub-textcolor: #555555;
    --white: #fff;
    --black: #000;
    --paragraph-color: #000;
    --main-font: "Work Sans", sans-serif;
}

.row-padding {
    padding: 0px 50px;
}

.main-heading h2 {
    font-family: var(--main-font);
    font-size: 35px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.main-category h2 {
    font-family: var(--main-font);
    font-size: 20px;
    color: var(--paragraph-color);
    font-weight: 400;
}




/**back to top*/
.back-to-top {
    background-color: var(--tertiary-color);
    text-decoration: none;
    cursor: pointer;
    padding: 7px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

    .back-to-top:hover {
        background-color: var(--secondary-color);
    }

    .back-to-top:active {
        box-shadow: none;
        background-color: #1c3448;
    }

    .back-to-top svg.icon__arrow-up {
        fill: white;
        width: 20px;
        position: relative;
    }




.mobile-sidebar {
    display: none;
}


/**header start*/

/**header-top*/


.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px
}

.logo img {
    height: 80px;
    margin-top: 13px;
    width: 252px;
}

.custom_select {
    position: relative;
}

    .custom_select .first_null {
        height: 50px;
    }

    .custom_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #ced4da;
        padding: 8px 35px 8px 15px;
        width: 100%;
        height: 50px;
    }

.search_btn {
    position: absolute;
    right: 2px;
    background-color: #00000000;
    border: 0;
    padding: 0px 9px;
    font-size: 20px;
    top: 0px;
    bottom: 1px;
    z-index: 9;
    border-radius: 4px !important;
}

    .search_btn i {
        color: var(--black);
    }

.top-inner {
    height: 100px;
    background: rgb(255, 255, 255);
    background: linear-gradient(102deg, rgba(255, 255, 255, 1) 0%, rgba(205, 205, 205, 1) 100%);
}


.simple-menu {
    /*width: 100%;*/
    margin: auto;
}

.tor-box-span {
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.tor ul li .sample-menu .simple-menu-list {
    margin-top: 0px;
}

.top-w {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--black);
}

.tor-box-span i {
    color: var(--primary-color);
    font-size: 30px;
    margin-right: 8px;
}

.tor-box-span img {
    width: 70px;
}

simple-menu-list {
    color: var(--black);
    clear: both;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px !important;
    height: 38px;
    line-height: 18px;
    padding-left: 0px;
}

ul.simple-menu-list > li {
    padding-left: 10px;
    position: relative;
}

    ul.simple-menu-list > li a {
        color: var(--black);
    }

.simple-menu-list li a i {
    font-size: 30px;
}

.simple-menu-container {
    /* background:; */
    padding: 20px;
}

ul.simple-menu-list li a img {
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

.sub-menu {
    display: none;
    background: #9a5e26;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 999;
    width: 150px;
    color: var(--white);
    float: none !important;
    margin-top: 0px !important;
}

ul.simple-menu-list .sub-menu li {
    color: var(--white);
    padding: 0;
    margin-left: 0px;
    border-bottom: 0.5px solid var(--white);
}

    ul.simple-menu-list .sub-menu li a {
        color: var(--white);
        padding: 10px;
        display: block;
        text-align: left;
        width: 149px;
        margin-top: 0px;
        height: 40px;
    }

        ul.simple-menu-list .sub-menu li a:hover {
            color: var(--black);
            background: #b6b1ae;
        }

.topscr input[placeholder] {
    font-family: var(--main-font);
}

.tor {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .tor .tor-box a {
        font-size: 20px;
        color: var(--black);
        width: 100%;
        line-height: 30px;
        text-align: center;
        transition: all 0.5s ease;
    }

.cart-qty {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border: solid 1px #ff0000;
    background-color: #ffed89;
    /* padding: 1px 4px 2px; */
    border-radius: 20px;
    position: relative;
    top: -13px;
    left: 41px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-inner {
    background: #2c0e0e;
    height: 60px;
}

.nav {
    background: var(--primary-color);
}



/** pureveg start**/
.pureveg-sec {
    display: none;
}
/**banner start*/
.banner {
    position: relative;
    height: 450px;
    width: 100%;
    z-index: -1;
}

.banner-new-box {
    position: relative;
    width: 100%;
    height: auto;
}

.banner-pagination {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 99999;
}

    .banner-pagination ul {
        display: flex;
        grid-gap: 10px;
    }

        .banner-pagination ul li button {
            border: none;
            padding: 1px 10px;
            color: var(--black);
            background: var(--white);
        }

.swiper-slide {
    text-align: center;
}

.banner-new-img img {
    width: 100%;
    height: auto;
    display: block;
}

/**top-products1 start*/
.top-products1 {
    padding: 20px 0px 0px 0px;
}



/**about-us start*/
.aboutus {
    height: 570px;
    width: 100%;
}

.abimg img {
    height: 450px;
    width: 90%;
    margin-top: 40px;
    /* border-radius: 21% 15% 18% 21% / 10% 14% 19% 30%; */
    border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
}

.abcon h4 {
    font-size: 20px;
    color: #830e0e;
    margin-top: 30px;
    padding: 20px;
}

.abcon h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    margin-top: -19px;
    text-align: justify;
    color: var(--black);
}

.abp p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #486052;
    padding: 2px;
}

.abcon a {
    margin-top: 20px;
    margin-left: 23px;
    background: #9a5e26;
    color: var(--white);
    text-decoration: none;
    padding: 0px 43px 1px 30px;
    font-size: 15px;
    display: block;
    width: 160px;
    height: 52px;
    line-height: 52px;
    transition: all 0.5s ease;
}

    .abcon a:hover {
        background: #411b1b;
        color: var(--white);
    }




/** feature start*/

.feature {
    height: 700px;
    width: 100%;
}

.featu {
    position: relative;
}

    .featu h5 {
        font-size: 20px;
        color: #dead01;
        margin-top: 20px;
        padding: 20px;
    }

    .featu h2 {
        font-size: 48px;
        font-family: "Rubik", sans-serif;
        text-align: justify;
        margin-top: -20px;
    }

    .featu p {
        font-size: 16px;
        margin-top: -20px;
        padding: 15px;
        font-family: "Inter", sans-serif;
    }

.feat ul {
    float: left;
    margin-bottom: 20px;
}

    .feat ul li {
        float: left;
        margin-right: 10px;
    }

        .feat ul li img {
            height: 70px;
            width: 70px;
        }

        .feat ul li h3 {
            font-size: 22px;
            margin-top: 10px;
            font-family: "Rubik", sans-serif;
        }

.featurea {
    float: right;
    margin-top: -66px;
    margin-right: 19px;
    background: #408858;
    color: var(--white);
    text-decoration: none;
    padding: 0px 43px 1px 30px;
    font-size: 15px;
    display: block;
    width: 186px;
    height: 47px;
    line-height: 47px;
    transition: all 0.5s ease;
}



/**testimonial start*/

.testimonial {
    background: url(../images/testimonial.jpg) no-repeat left top rgba(0,0,0,0.8);
    background-blend-mode: multiply;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.testim h3 {
    font-size: 30px;
    color: var(--white);
    font-family: "Rubik", sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}

.teline img {
    width: 127px;
    height: 7px;
}

.test {
    background: #519e0f !important;
    margin-top: 10px !important;
    height: 350px;
    width: 29% !important;
    margin-right: 41px;
}

    .test p {
        font-size: 15px;
        font-family: "Inter", sans-serif;
        color: #f5f5f5;
        text-align: justify;
        padding: 30px;
        margin-top: 21px;
        position: relative;
    }

.teimg ul {
    float: left;
}

    .teimg ul li {
        float: left;
    }

        .teimg ul li img {
            height: 70px;
            margin-left: -24px;
            margin-top: -30px;
            width: 70px;
            border: 0px solid var(--black);
            box-shadow: 0 0 12px var(--black);
            border-radius: 50%;
        }

        .teimg ul li h5 {
            font-size: 14px;
            padding: 10px;
            margin-left: 6px;
            margin-top: -28px;
            color: var(--white);
            font-family: "Rubik", sans-serif;
        }

        .teimg ul li h6 {
            font-size: 14px;
            padding: 15px;
            margin-top: -19px;
            margin-left: 2px;
            color: var(--white);
            font-family: "Rubik", sans-serif;
        }

.te1 {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(0,0,0,50%);
}

.feaimg {
    position: relative;
}

.feature1 {
    margin-top: 46px;
    margin-left: 100px;
    position: absolute;
    height: 400px;
    border-radius: 8px;
    width: 672px;
    z-index: 9;
}

.feature2 {
    position: absolute;
    height: 226px;
    width: 265px;
    z-index: 999;
    border: 10px solid var(--white);
    margin-top: 334px;
    margin-left: 16px;
    border-radius: 14px;
}







.product_search_form {
    position: relative;
    min-width: 400px;
    width: 100%;
}

    .product_search_form input {
        height: 41px;
        padding-right: 60px !important;
        margin-top: 3px;
    }

    .product_search_form input {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

.search_form_btn .form-control {
    padding-right: 120px !important;
}

.ss {
    transition: all 0.5s ease;
}
/* .search_btn { */
/* position: absolute; */
/* right: 1px; */
/* width:70px; */
/* background: #9a5e26; */
/* color: #fffcfc; */
/* border: 0; */
/* padding: 0px 15px; */
/* font-size: 20px; */
/* top: 1px; */
/* bottom: 1px; */
/* z-index: 9; */
/* font-weight: 600; */

/* } */

/* .search_btn:hover { */
/* color: #ffffff; */
/* background: #411B1B; */
/* } */

.product_search_form select {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_search_form.rounded_input select {
    border-radius: 30px 0 0 30px;
    padding: 8px 35px 8px 15px;
}

.product_search_form.rounded_input input {
    border-radius: 0 30px 30px 0 !important;
}

.product_search_form.radius_input {
    border-radius: 4px;
    overflow: hidden;
}

    .product_search_form.radius_input select {
        border-radius: 4px 0 0 4px;
    }

    .product_search_form.radius_input input {
        border-radius: 0 4px 4px 0 !important;
    }




.amazing {
    background: url(../images/amazing.jpg) no-repeat left top rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    height: 500px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.amazing-col {
    position: relative;
}

    .amazing-col h4 {
        font-size: 20px;
        color: var(--white);
        margin-top: 30px;
        padding: 20px;
        text-align: center;
    }

    .amazing-col h2 {
        font-family: "Courgette", cursive;
        font-size: 55px;
        font-weight: 400;
        margin-top: -19px;
        text-align: justify;
        color: var(--white);
        text-align: center;
    }

    .amazing-col p {
        font-size: 15px;
        font-family: "Inter", sans-serif;
        color: var(--white);
        padding: 2px;
        text-align: center;
    }

    .amazing-col a {
        position: absolute;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        color: var(--white);
        padding: 15px 30px 15px 30px;
        border: 1px solid var(--white);
        text-decoration: none;
        transition: all 0.3s ease 0s;
        left: 44%;
    }

        .amazing-col a:hover {
            background: #9a5e26;
            color: var(--white);
            border: none;
            border: 1px solid var(--white);
        }




.amazing-foot {
    position: absolute;
    background-color: rgba(33, 33, 33, 0.68);
    height: 80px;
    width: 100%;
    margin-top: -80px;
}

.call-to-action-02-meta-item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .call-to-action-02-meta-item a {
        height: 40px;
        line-height: 32px;
        color: var(--white);
        text-decoration: none;
        font-size: 18px;
        padding: 5px 35px 5px 35px;
        transition: all 0.5s ease;
    }

        .call-to-action-02-meta-item a:hover {
            background: var(--white);
            color: #ff0000;
        }

        .call-to-action-02-meta-item a i {
            margin-right: 10px;
            color: #9a5e26;
        }



.premium-top h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    margin-top: 30px;
}

.premium-con {
    border: 2px dotted #9a5e26;
    border-width: 0px 2px 0px 0px;
    margin-bottom: 30px;
}

    .premium-con .premium-details {
        background: #fbdede;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 5px;
        transition: all 0.5s ease;
    }

        .premium-con .premium-details ul {
            float: left;
        }

            .premium-con .premium-details ul li {
                float: left;
            }

                .premium-con .premium-details ul li img {
                    height: 80px;
                    width: 80px;
                    margin-right: 25px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                .premium-con .premium-details ul li h5 {
                    width: 400px;
                    padding-top: 10px;
                    font-size: 20px;
                }

        .premium-con .premium-details:hover ul li h5 {
            color: var(--white);
        }

        .premium-con .premium-details:hover {
            background: #9a5e26;
        }

        .premium-con .premium-details ul li p {
            width: 400px;
        }

        .premium-con .premium-details:hover ul li p {
            color: var(--white);
        }

        .premium-con .premium-details ul li h6 {
            padding: 5px;
            text-align: center;
            margin-top: 30px;
        }

        .premium-con .premium-details:hover ul li h6 {
            color: var(--white);
        }

.premium-con2 {
    margin-bottom: 30px;
}

    .premium-con2 .premium-details {
        background: #fbdede;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 5px;
        transition: all 0.5s ease;
    }

        .premium-con2 .premium-details ul {
            float: left;
        }

            .premium-con2 .premium-details ul li {
                float: left;
            }

                .premium-con2 .premium-details ul li img {
                    height: 80px;
                    width: 80px;
                    margin-right: 25px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                .premium-con2 .premium-details ul li h5 {
                    width: 400px;
                    padding-top: 10px;
                    font-size: 20px;
                }

        .premium-con2 .premium-details:hover ul li h5 {
            color: var(--white);
        }

        .premium-con2 .premium-details:hover {
            background: #9a5e26;
        }

        .premium-con2 .premium-details ul li p {
            width: 400px;
        }

        .premium-con2 .premium-details:hover ul li p {
            color: var(--white);
        }

        .premium-con2 .premium-details ul li h6 {
            padding: 5px;
            text-align: center;
            margin-top: 30px;
        }

        .premium-con2 .premium-details:hover ul li h6 {
            color: var(--white);
        }


.premium-foot {
    margin-bottom: 30px;
}

    .premium-foot a {
        background: #9a5e26;
        color: var(--white);
        margin: 0 auto;
        text-decoration: none;
        padding: 0px 17px 1px 40px;
        font-size: 15px;
        display: block;
        width: 204px;
        border-radius: 5px;
        height: 52px;
        line-height: 52px;
        transition: all 0.5s ease;
    }

        .premium-foot a:hover {
            background: #411b1b;
            color: var(--white);
        }



/**product*/

.product {
    padding: 20px 0px;
}

.prod-btns {
    display: flex;
    justify-content: flex-end;
}

.product-detail {
    border: 1px solid var(--black);
    width: 23% !important;
    margin-right: 26px !important;
}

.btn-cat {
    margin-left: 17px;
    font-size: 14px !important;
    font-family: var(--main-font);
    text-align: center;
    background: var(--tertiary-color);
    color: var(--white);
    padding: 4px 16px;
    border-radius: 2px;
    border: none;
}

.product-image {
    position: relative;
}

    .product-image .veg {
        position: absolute;
        height: 15px;
        width: 15px;
        right: 2%;
        top: -1%;
    }

        .product-image .veg img {
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

.dealproduct {
    position: absolute;
    left: 2%;
    top: 2%;
}

    .dealproduct p {
        color: var(--white);
        padding: 0px 10px;
        background: red;
        font-family: var(--main-font);
        font-size: 12px;
        font-weight: 500;
        margin: 0;
    }

.product-content h5 {
    font-size: 17px;
    color: var(--primary-color);
    padding: 5px 0px;
    font-family: var(--main-font);
    margin: 0;
}

.product-content p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    font-family: var(--main-font);
    margin: 0;
    text-align: justify;
}

    .product-content p span {
        font-size: 15px;
        color: var(--paragraph-color);
        font-family: var(--main-font);
    }


.top-portfolio-block {
    transition: all 0.5s ease;
}


.top-product-detail:hover .action-button {
    visibility: visible;
}

.top-product-detail:hover .action-button2 {
    visibility: visible;
}

.top-product-detail2:hover .action-button {
    visibility: visible;
}

.top-product-detail2:hover .action-button2 {
    visibility: visible;
}

.action-button ul li a:hover {
    background: #411b1b;
    color: var(--white);
}

.action-button ul {
    float: left;
    margin-top: 10px;
    margin-left: 26px;
}

.action-button2 ul {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.action-button ul li {
    float: left;
    margin-right: 20px;
}

.action-button2 ul li {
    float: left;
    margin-right: 20px;
}

.action-button ul li a {
    font-size: 21px;
    color: var(--white);
    padding: 5px 11px 5px 11px;
    border-radius: 5px;
    background: #9a5e26;
}

.action-button2 ul li a {
    font-size: 21px;
    color: var(--white);
    padding: 5px 11px 5px 11px;
    border-radius: 5px;
    background: #9a5e26;
}




/**facavl start**/
.facavl {
    padding: 10px 0px 20px 0px;
}

.facavl-col-12 a {
    width: 100%;
}

.facavl-con {
    /*border: 1px solid #000;*/
    border-radius: 4px;
    padding: 30px 10px;
    background: #4a8d3e;
}

.facavl-box {
    display: flex;
    align-items: center;
    padding: 0px 3px;
}

.facavl-icon i {
    font-size: 30px;
    color: var(--white);
    margin-right: 10px;
}

.facavl-head h5 {
    font-family: var(--main-font);
    font-size: 17px;
    color: var(--white);
    font-weight: 500;
    margin: 0;
}

.facavl-head p {
    font-family: var(--main-font);
    font-size: 13px;
    color: var(--white);
    font-weight: 400;
    margin: 0;
}




.btn-address {
}

.action-button-slider {
    position: relative;
    margin-top: -52px;
    margin-left: 7px;
    margin-right: 7px;
    width: 95%;
    height: 50px;
    background: #9a5e26;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 99999;
}

    .action-button-slider a {
        width: 100%;
        color: var(--white);
        height: 50px;
        line-height: 47px;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
    }

        .action-button-slider a:hover {
            background: #830e0e;
            color: var(--white);
        }

    .action-button-slider ul li a:hover {
        background: #411b1b;
        color: var(--white);
    }

    .action-button-slider ul {
        float: left;
        margin-top: -30px;
        margin-left: 26px;
    }

        .action-button-slider ul li {
            float: left;
            margin-right: 20px;
        }

            .action-button-slider ul li a {
                font-size: 21px;
                color: var(--white);
                padding: 5px 11px 5px 11px;
                border-radius: 5px;
                background: #9a5e26;
            }



.action-button-soap a {
    color: var(--white);
    font-size: 15px;
    font-family: var(--main-font);
    background: Var(--secondary-color);
    text-align: center;
    font-weight: 400;
    border-radius: 2px;
    padding: 4px 20px;
    width: 100%;
    transition: all 0.3s ease;
}

    .action-button-soap a i {
        margin-right: 5px;
    }

    .action-button-soap a:hover {
        background: var(--tertiary-color);
        color: var(--white);
    }


.product-item:hover .action-button-soap {
    visibility: visible;
}

.product-col {
    margin-bottom: 20px;
}



.top-product-top p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #486052;
    padding: 2px;
    text-align: center;
}

.top-product-detail {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

    .top-product-detail a {
        width: 100%;
    }

    .top-product-detail .product-image {
        width: 100%;
    }

.top-product-detail2 .product-image {
    width: 100%;
}

.product-image img {
    width: 100%;
    height: 200px;
    border: 1px solid #d4d4d4;
    border-width: 0px 0px 1px 0px;
    border-radius: 5px 5px 0px 0px;
}





figcaption h3 {
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    font-size: 30px;
}

.imghvr-shutter-in-out-horiz a {
    font-size: 15px;
}



.counter {
    background: url(../images/counter1.jpg) no-repeat left top rgba(0,0,0,0.3);
    background-blend-mode: multiply;
    height: 250px;
    background-size: cover;
    background-attachment: fixed;
}

.counter-col .counter-i {
    margin-left: 98px;
    margin-top: 20px;
}

.counter-col i {
    font-size: 57px;
    color: var(--white);
    padding: 30px;
    margin-top: 5px;
    text-align: center;
}

.counter-col h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: -19px;
    color: var(--white);
    text-align: center;
    margin-top: -22px;
}

.counter-col h4 {
    font-family: "Courgette", cursive;
    font-size: 24px;
    font-weight: 400;
    margin-top: -19px;
    color: var(--white);
    text-align: center;
    margin-top: 0px;
}



.gallery {
    padding: 23px 0;
}

.galine h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    margin-top: -19px;
    text-align: justify;
    color: var(--black);
    text-align: center;
}

.galine img {
    margin-left: 574px;
    margin-top: -39px;
}

.gaimg img {
    width: 200px;
    height: 200px;
    border: 4px solid #411b1b;
}

.gaimg a {
    float: left;
    margin: 28px;
}
/* .g .example-image-link img { */
/* --g: 4px;     /* the gap */ */
/* --b: 12px;    /* border thickness*/ */
/* --c: #9a5e26; /* the color */ */
/* padding: calc(var(--g) + var(--b)); */
/* --_c: #0000 0 25%, var(--c) 0 50%; */
/* --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x; */
/* --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y; */
/* background: */
/* var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%), */
/* var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%); */
/* background-size: 200% var(--b),var(--b) 200%; */
/* cursor: pointer; */
/* filter: grayscale(50%); */
/* transition: .3s; */
/* } */
/* .g .example-image-link img:hover { */
/* --_p: 75%; */
/* filter: grayscale(0%); */
/* } */
/* body { */
/* margin: 0; */
/* min-height: 100vh; */
/* display: grid; */
/* place-content: center; */
/* grid-auto-flow: column; */
/* gap: 30px; */
/* background: pink; */
/* } */
.contact-left {
    margin-top: 30px;
}

.contact-info {
    width: 100%;
    text-align: center;
}

.contact-left .contact-info ul {
    margin-top: 30px;
}

    .contact-left .contact-info ul li {
        float: left;
        margin-right: 30px;
    }

        .contact-left .contact-info ul li .contact-img img {
            height: 30px;
            width: 30px;
            margin-top: 20px;
        }

        .contact-left .contact-info ul li p {
            margin-top: 10px;
        }


.contact-info .contact-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid var(--black);
}

.contact-left h2 {
    font-family: 'open_sansregular';
    font-size: 40px;
    font-weight: 400;
    text-align: justify;
    color: var(--black);
    margin-top: 30px;
}

.contact-left p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #486052;
    padding-left: 10px;
}


.contact-form {
    width: 100%;
    margin-top: 30px;
    height: 553px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
}

    .contact-form h3 {
        font-family: 'open_sansregular';
        font-size: 27px;
        padding: 27px 0px 0px 10px;
        font-weight: 400;
        color: var(--black);
        margin-top: 30px;
        margin-left: 20px;
    }

.contact-name {
    padding: 10px;
}

    .contact-name label {
        padding: 10px;
    }

    .contact-name input {
        padding: 15px;
        margin-left: 10px;
        width: 96%;
    }

    .contact-name textarea {
        margin-left: 10px;
        width: 96%;
    }

.contact-submit {
    text-align: center;
}

    .contact-submit a {
        height: 44px;
        line-height: 44px;
        width: 200px;
        font-size: 15px;
        display: block;
        color: var(--white);
        margin-left: 20px;
        font-weight: 600;
        border-radius: 5px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        border-color: #350c0c;
        transition: all 0.5s ease;
    }

        .contact-submit a:hover {
            background: #411b1b;
            color: var(--white);
        }

.gmap-top h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    color: var(--black);
    margin-top: 30px;
}

.gmap-con {
    margin-bottom: 30px;
}






.product2 {
    background: url(../images/product2-bg2.jpg) no-repeat left top rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    background-size: cover;
    background-attachment: fixed;
}

.product2-top h2 {
    font-family: var(--main-font);
    font-size: 45px;
    font-weight: 500;
    margin-top: -19px;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
}

.MS-left i {
    color: var(--white);
}

.MS-right i {
    color: var(--white);
}





.part-top h2 {
    font-family: "Courgette", cursive;
    font-size: 50px;
    font-weight: 400;
    text-align: justify;
    color: var(--black);
    text-align: center;
}

.part-col {
    margin-top: 25px !important;
    margin-bottom: 25px;
}




/**category section*/

.categories {
    padding: 20px 0px;
    /*background: url(../images/category.jpg) no-repeat left top rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: cover;
    height: auto;*/
}

.category-con {
    margin-bottom: 30px;
    height: auto;
    border-radius: 5px;
    text-align: center;
    padding: 0px 6px;
}

.category-img {
    border: 1px solid #e5e4e4;
    border-radius: 4px;
    margin-bottom: 10px;
}

.category-con h3 {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
    font-family: var(--main-font);
    margin: 0;
}

.category-con p {
    color: var(--paragraph-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    margin: 0;
}

.category-slider {
    position: relative;
}

.category-pagination {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 30%;
}

    .category-pagination ul {
        display: flex;
        justify-content: space-between;
    }

        .category-pagination ul li button {
            border: none;
            padding: 1px 10px;
            color: var(--black);
            background: var(--white);
            border: 1px solid var(--black);
        }
/*@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}*/
/*.category-con:hover .category-img img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 1;
    transition: all .5s;
}

.category-con:hover .category-img img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.4;
}*/
/**add1**/
.add1-box {
    position: relative;
}

.add1-image {
    height: 150px;
    margin-bottom: 15px;
}

    .add1-image img {
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }

.add1-box2 {
    display: none;
}

.add-a {
    position: absolute;
    right: 2%;
    top: 40%;
}

    .add-a a {
        background: var(--white);
        color: var(--black);
        font-family: var(--main-font);
        font-size: 13px;
        padding: 4px 20px;
    }

        .add-a a i {
            margin-left: 8px;
        }


/**footer**/

.footer {
    padding: 50px 0px 30px 0px;
    background: #f7f7f7;
}

.footer-logo a img {
    width: 60%;
}

.foot-col h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--main-font);
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot-col p {
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--main-font);
    font-weight: 400;
}

.foot-col ul li a {
    font-size: 17px;
    color: var(--primary-color);
    text-decoration: none;
    padding: 4px 10px 4px 8px;
}

tfoot tr .gtotal {
    font-size: 18px;
    font-weight: 700;
}

.foot-col ul li {
    margin-top: 5px;
    color: var(--primary-color);
}

    .foot-col ul li i {
        margin-right: 10px;
    }

.f-icon {
    display: flex;
    gap: 10px;
}

.foot-col ul li:hover a {
    color: var(--tertiary-color);
}


.footer-bottom {
    padding: 20px 0px;
    background: var(--primary-color);
}

.footer-bottom-left p {
    margin: 0;
    font-size: 14px;
    color: var(--white);
    font-family: var(--main-font);
}

.footer-bottom-right {
    text-align: right;
}

    .footer-bottom-right a img {
        width: 60%;
    }


/**product page**/
.shop-product-section {
    padding: 30px 0px;
}




.inner-banner {
    position: relative;
    height: 320px;
}

    .inner-banner img {
        height: 320px;
        width: 100%;
    }




.inner-heading {
    position: absolute;
    z-index: 99;
    margin-top: -203px;
    margin-left: 126px;
}

    .inner-heading h1 {
        color: var(--white);
        font-size: 50px;
        font-family: 'Arial';
        letter-spacing: 2px;
        font-weight: 700;
    }




* {
    box-sizing: border-box;
}

.sidebar-left .sidebars {
    padding: 75px 0px 53px 174%;
    margin-right: 84px;
    margin-left: -205%;
    min-width: calc((100vw) / 2 - 100%);
}

.sidebars {
    min-width: calc((100vw) / 2 + 100%);
    background-color: #F9F9F9;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
}

.sidebars_inner {
    max-width: 300px;
    width: 300px;
}

.sidebars_search {
    margin-bottom: 20px;
    position: relative;
}

.sidebars_search__input {
    background-color: #FBDEDE;
    padding: 15px 40px 15px 20px;
    font-size: 14px;
    border: 1px solid #dedede;
    width: 100%;
    margin-top: -2px;
    height: 44px;
}

.sidebars_search__btn {
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

    .sidebars_search__btn i {
        color: #6f6d6d;
    }

.sidebars_widget:last-child {
    margin-bottom: 0px;
}

.sidebars_widget {
    margin-bottom: 60px;
    position: relative;
}

.sidebars_widget__title {
    font-size: 28px;
    font-weight: 400;
    background: #9a5e26;
    padding: 5px 20px 5px 20px;
    font-family: "Courgette", serif;
    margin-bottom: 20px;
    color: var(--white);
}

.sidebars_widget__category li {
    margin-bottom: 10px;
}

    .sidebars_widget__category li a {
        font-size: 15px;
        text-decoration: none;
        color: #555555;
        width: 100%;
        padding: 5px 20px 5px 20px;
        margin-left: -30px;
        transition: all 0.5s ease;
        border-radius: 5px;
    }

        .sidebars_widget__category li a:hover {
            background: #9a5e26;
            color: var(--white);
        }

.shop-topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.shop-topbar-item {
    margin-right: 30px;
}

    .shop-topbar-item p {
        font-size: 17px;
        color: #6f6d6d;
        background: #fbdede;
        padding: 8px 15px 8px 15px;
        margin-top: 7px;
        z-index: 9;
        height: 44px;
    }

.shop-topbar-right {
    display: flex;
    align-items: center;
}


select {
    word-wrap: normal;
}

.shop-topbar-item:last-child {
    margin-right: 0px;
    margin-top: -13px;
}

.shop-topbar-item select {
    font-size: 16px;
    padding-right: 15px;
    border: none;
    background-color: transparent;
    color: #555555;
}

.shop-topbar-item select {
    font-size: 16px;
    padding: 8px 15px 8px 15px;
    border: none;
    margin-top: 10px;
    background-color: #fbdede;
    color: #555555;
    height: 44px;
}

.product-item__image img {
    width: 350px;
    height: 350px;
}



.product-item {
    position: relative;
    border: 1px solid #e5e4e4;
    transition: all 0.3s ease;
    border-radius: 3px;
    min-height: 280px;
}

    .product-item:hover .action-button-slider {
        visibility: visible;
    }

.product-item__image a {
    width: 100%;
}

.product-item__image .veg {
    position: absolute;
    height: 15px;
    width: 15px;
    right: 1%;
    top: 1%;
}

    .product-item__image .veg img {
        width: 100%;
        height: 100%;
    }

.product-item__image img {
    width: 100%;
    height: 200px;
    -o-object-position: center;
    object-position: center;
}

.product-item__image-slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

img {
    max-width: 100%;
    height: auto;
}


.product-item__meta {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.product-item__meta-action {
    transform: translateY(100%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 100ms;
}

    .product-item__meta-action a.shadow-1 {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }

    .product-item__meta-action a {
        width: 44px;
        height: 44px;
        line-height: 42px;
        font-size: 16px;
        color: #212121;
        background-color: var(--white);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }

a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.product-item__price {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--main-font);
    text-transform: uppercase;
    display: block;
    line-height: 1.4;
    padding-bottom: 5px;
}

.product-item__content {
    transition: all 0.5s ease;
    border: 1px solid #e5e4e4;
    border-width: 1px 0px 0px 0px;
    padding: 10px 5px;
}

/*.product-item:hover .product-item__content {
    background: #fbdede;
}*/

.shop-bottombar {
    margin-top: 15px;
}

    .shop-bottombar .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

        .shop-bottombar .pagination li {
            margin-right: 20px;
        }

            .shop-bottombar .pagination li a {
                padding: 10px;
                transition: all 0.5s ease;
                padding: 5px 15px 5px 15px;
            }

                .shop-bottombar .pagination li a:hover {
                    background: #9a5e26;
                    color: fff;
                }












.add-to_cart {
    width: 174px;
    margin-bottom: 15px;
}

    .add-to_cart .btn {
        height: 51px;
        line-height: 38px;
        width: 100%;
        display: block;
        font-weight: 600;
        border-radius: 30px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        border-color: #350c0c;
    }

        .add-to_cart .btn:hover {
            background: #830e0e;
            color: var(--white);
        }

.btn-dark {
    background-color: #333333;
    border-color: #333333;
    color: var(--white);
}

.btn {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    padding: 5px 20px;
    border: 0px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}





thead tr {
}

.table-condensed thead tr th {
    background: #9a5e26;
    padding: 13px;
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    font-family: 'open_sansregular';
}

.div_calender_box input {
    border: none !important;
}

.dev-dt {
    margin: 5px 10px 0px 10px;
}


.div_calender_box {
    padding: 0.22rem 0.75rem 0.0rem;
}

.input_calender_box {
    width: 85%;
    border: none;
    background-color: transparent;
    padding-top: 0px;
    outline: none;
}

.icon_calender_box {
    float: right;
}





thead tr th {
    background: #9a5e26;
    padding: 20px;
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    font-family: 'open_sansregular';
}

tbody tr td {
    padding-left: 20px;
}

tbody .cart-items {
    padding-top: 20px;
    padding-bottom: 20px;
}

    tbody .cart-items .cart-item-product {
        width: 40%;
    }

        tbody .cart-items .cart-item-product img {
            height: 80px;
            width: 80px;
            margin-top: 4px;
            float: left;
        }

        tbody .cart-items .cart-item-product h5 {
            padding-left: 100px;
            padding-top: 22px;
            font-size: 18px;
            font-family: 'Arial';
            font-weight: 600;
        }

        tbody .cart-items .cart-item-product p {
            padding-left: 100px;
            margin-bottom: 1rem;
            margin-top: -6px;
        }

    tbody .cart-items .cart-item-price {
        width: 15%;
    }

    tbody .cart-items .cart-item-quantity {
        width: 15%;
    }

    tbody .cart-items .cart-item-tamount {
        width: 20%;
    }

    tbody .cart-items .cart-item-remove {
        padding-left: 30px;
        width: 10%;
    }

    tbody .cart-items:nth-child(even) {
        background: #fff2f2;
    }

    tbody .cart-items:nth-child(odd) {
        background: var(--white);
    }

    tbody .cart-items:hover {
        background: #ffdfdf;
    }




.inner-home-row .inner-home ul {
    float: left;
    margin-left: -30px;
}

    .inner-home-row .inner-home ul li {
        float: left;
    }

        .inner-home-row .inner-home ul li p {
            padding-top: 2px;
            color: var(--white);
        }

        .inner-home-row .inner-home ul li a {
            color: var(--white);
            margin-right: 10px;
            padding: 2px 5px 2px 5px;
        }

            .inner-home-row .inner-home ul li a:hover {
                color: #9a5e26;
                background: var(--white);
            }

            .inner-home-row .inner-home ul li a i {
                margin-right: 10px;
            }





.cart-foot .buy-now {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    /* margin:0 auto; */
}





.cart-foot .continue-shopping a {
    height: 51px;
    line-height: 50px;
    width: 89%;
    display: block;
    padding: 1px 17px 0px 13%;
    font-weight: 600;
    color: var(--white);
    font-size: 18px;
    border-radius: 28px;
    background-color: #9a5e26;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.cart-foot .continue-shopping {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    /* margin: 0 auto; */
}

    .cart-foot .continue-shopping a:hover {
        background: #512C14;
        color: var(--white);
    }

.sub-total .total-amount {
    float: right;
}

    .sub-total .total-amount ul li h3 {
        font-family: 'open_sansregular';
        font-size: 25px;
        font-weight: 400;
        margin-top: -3px;
        text-align: justify;
        color: var(--black);
        margin-right: 20px;
    }

    .sub-total .total-amount ul li {
        float: left;
    }

        .sub-total .total-amount ul li p {
            color: var(--black);
            font-size: 26px;
            width: 100px;
            font-weight: bold;
            margin-top: -4px;
        }





/**checkout**/

.checkout {
    padding: 30px 0px;
}

.checkout-summary-table {
    margin: 10px;
    width: 95% !important;
}

.checkout-thead tr th {
    padding: 20px 10px 20px 10px;
    color: #b52626;
    font-size: 20px;
    font-weight: bold;
    font-family: 'open_sansregular';
}

.checkout-left h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    margin-top: -0px;
    text-align: center;
    color: var(--black);
}

.checkout-input {
    padding: 12px !important;
}

.checkout-cart {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-radius: 3px;
}

.checkout-cart2 {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 4px;
    min-height: 500px;
    border-radius: 3px;
}

    .checkout-cart2 h4 {
        font-family: var(--main-font);
        font-size: 18px;
        font-weight: 600;
        text-align: justify;
        color: var(--black);
        padding: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

        .checkout-cart2 h4 i {
            margin-right: 10px;
        }

    .checkout-cart2 h5 {
        font-size: 20px;
        text-align: justify;
        color: #413030;
        padding: 10px;
        font-weight: 700;
        margin-left: 20px;
        margin-bottom: -10px;
    }

.checkout-address2 {
    min-height: 500px;
    ;
}
/* .checkout-address{ */
/* padding:5px; */
/* } */
/* .payment-mode{ */
/* padding:5px; */
/* } */
.checkout-cart h4 {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    color: var(--black);
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

    .checkout-cart h4 i {
        margin-right: 10px;
    }

.checkout-cart h5 {
    font-size: 20px;
    text-align: justify;
    color: #413030;
    padding: 10px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: -10px;
}

.address-details2 h6 {
    font-size: 18px;
    text-align: justify;
    color: #413030;
    padding: 10px;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: -10px;
}

.checkout-table {
    margin-left: 30px;
}

.checkout-address p {
    font-size: 14px;
    margin: 0px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #787171;
}

.checkout-address2 p {
    font-size: 14px;
    margin: 0px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #787171;
}

.address-details-row {
    margin-bottom: 5px;
}

.profile-user-name input {
    padding: 5px;
    font-size: 13px;
    font-family: var(--main-font);
}

.address-details2 p {
    padding-left: 25px;
    font-size: 13px;
    margin: 5px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #787171;
}

.address-details {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0px 20px 5px 20px;
    padding: 8px 30px;
}

.profile-address-delete button {
    font-size: 18px;
    background: none;
    font-weight: 500;
    color: var(--black);
    transition: all 0.5s ease;
    border: none;
}

.profile-address-Default button {
    font-size: 12px;
    background: none;
    font-weight: 500;
    color: var(--black);
    transition: all 0.5s ease;
}

.profile-addnew-address {
    text-align: right;
    padding: 5px 20px;
}

    .profile-addnew-address button {
        color: var(--white);
        padding: 3px 20px;
        font-weight: 500;
        font-size: 14px;
        margin: 6px auto;
        border-radius: 3px;
        background: var(--secondary-color);
        border: none;
        transition: all 0.5s ease;
    }

        .profile-addnew-address button:hover {
            background: var(--tertiary-color);
        }

        .profile-addnew-address button i {
            margin-right: 3px;
        }

.address-details2 {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0px 20px 5px 20px;
    padding: 8px;
}

.payment-details {
    border: 1px solid var(--black);
    border-radius: 10px;
    margin: 0px 20px 0px 20px;
}

.form-check3 {
    margin: 0 0 20px 20px;
}

    .form-check3 .form-check-label {
        margin-bottom: 20px;
    }

.form-check2 {
    padding: 5px 0px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    /*font-weight: 600;*/
    border-radius: 4px;
    margin: 0px 20px 10px 20px;
}

    .form-check2 .form-check-input {
        margin-left: 10px;
    }

.checkout-cart a {
    color: var(--white);
    /*width: 90%;*/
    /*display: block;*/
    padding: 3px 20px;
    font-weight: 500;
    font-size: 15px;
    margin: 6px auto;
    border-radius: 3px;
    background: var(--secondary-color);
    /*text-align: center;*/
    transition: all 0.5s ease;
}

    .checkout-cart a:hover {
        /*background: var(--tertiary-color);*/
        color: var(--white);
    }

.checkout-cart2 a {
    color: var(--white);
    /*width: 90%;*/
    /*display: block;*/
    padding: 3px 20px;
    font-weight: 500;
    font-size: 15px;
    margin: 6px auto;
    border-radius: 3px;
    background: var(--secondary-color);
    /*text-align: center;*/
    transition: all 0.5s ease;
}

    .checkout-cart2 a:hover {
        background: var(--tertiary-color);
        color: var(--white);
    }



/**profile page**/
.profile-menu {
    padding: 0px 10px;
}

    .profile-menu ul li a {
        font-size: 14px;
        font-family: var(--main-font);
        color: var(--secondary-color) !important;
        font-weight: 500;
        background: none;
        text-align: left;
        margin: 0px auto;
    }

        .profile-menu ul li a:hover {
            font-size: 14px;
            font-family: var(--main-font);
            color: var(--secondary-color) !important;
            font-weight: 300;
            background: none;
            text-align: left;
        }

.profile-user-name p {
    font-weight: 500;
}

    .profile-user-name p i {
        margin-left: 20px;
        color: blue;
        cursor: pointer;
    }

.order-details {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0px 20px 5px 20px;
    padding: 8px 30px;
}

.order-name h6 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 0px 2px 0px;
    color: var(--black);
    font-weight: 600;
    cursor: pointer;
}

    .order-name h6:hover {
        color: var(--secondary-color);
    }

.order-status h6 i {
    color: green;
    margin-right: 5px;
}

.order-detail-para p {
    font-weight: 300;
    font-size: 13px;
    color: var(--paragraph-color);
}

.order-status h6 {
    font-size: 13px;
    color: var(--paragraph-color);
    font-weight: 500;
    font-family: var(--main-font);
    margin: 0;
}

.trace-order-details a {
    font-weight: 300;
    font-size: 13px;
    color: blue;
    background: none;
    padding: 0;
    margin: 0;
}

    .trace-order-details a:hover {
        font-weight: 300;
        font-size: 13px;
        color: blue;
        background: none;
        padding: 0;
        margin: 0;
    }

    .trace-order-details a i {
        margin-left: 5px;
    }

.order-price h3 {
    font-size: 20px;
    font-weight: 600;
}

.cart-order-details {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0px 20px 5px 20px;
    padding: 8px 30px;
    cursor: pointer;
}

.cart-order-name h6 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 0px 2px 0px;
    color: var(--black);
    font-weight: 600;
}

.cart-order-price h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.cart-order-status h6 {
    font-size: 13px;
    color: var(--paragraph-color);
    font-weight: 500;
    font-family: var(--main-font);
    margin: 0;
}

    .cart-order-status h6 i {
        color: green;
        margin-right: 5px;
    }

.cart-trace-order-details a {
    font-weight: 300;
    font-size: 13px;
    color: blue;
    background: none;
    padding: 0;
    margin: 0;
}

    .cart-trace-order-details a:hover {
        font-weight: 300;
        font-size: 13px;
        color: blue;
        background: none;
        padding: 0;
        margin: 0;
    }

    .cart-trace-order-details a i {
        margin-left: 5px;
    }

.order-detail-price {
    padding: 10px 20px;
}

.order-detail-price-left h6 {
    font-size: 14px;
    color: var(--paragraph-color);
}

    .order-detail-price-left h6 span {
        font-size: 17px;
        /*color: var(--secondary-color);*/
        color: var(--black);
        /*font-weight: 400;*/
    }

.order-detail-price-right {
    text-align: right;
}

    .order-detail-price-right h6 {
        font-size: 14px;
        color: var(--paragraph-color);
    }

        .order-detail-price-right h6 span {
            font-size: 17px;
            /*color: var(--secondary-color);*/
            color: var(--black);
            /*font-weight: 400;*/
        }
/**checkout page**/
.checkout-cart .address-details2 {
    position: relative;
}

.address-details2 a {
    position: absolute;
    font-size: 12px;
    right: -1%;
    top: 2%;
    width: 175px;
    background: none;
    margin-bottom: 20px;
    color: var(--black) !important;
    transition: all 0.5s ease;
}

.payment-close p {
    font-size: 13px;
    margin-left: 30px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #a57f7f;
    padding: 15px;
}

.proceed-to-pay a {
    color: var(--white);
    display: block;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    background: var(--secondary-color);
    text-align: center;
    transition: all 0.5s ease;
}

    .proceed-to-pay a:hover {
        background: var(--tertiary-color);
        color: var(--white);
    }






.place-order a {
    height: 51px;
    line-height: 50px;
    width: 19%;
    display: block;
    padding: 1px 17px 0px 6%;
    font-weight: 600;
    color: var(--white);
    font-size: 18px;
    margin: 0 auto;
    border-radius: 28px;
    background-color: #9a5e26;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

    .place-order a:hover {
        background: #512C14;
        color: var(--white);
    }


/**user-profile section**/
.user-profile {
    padding: 30px 0px;
}
/**facility section**/
.facility-top h2 {
    font-family: 'open_sansregular';
    font-size: 50px;
    font-weight: 400;
    margin-top: -19px;
    margin-top: 15px;
    text-align: justify;
    color: var(--white);
    text-align: center;
}

.facility-con {
    text-align: center;
    width: 80%;
    transition: all 0.5s ease;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .facility-con h4 {
        font-size: 25px;
        color: var(--white);
        text-align: center;
        font-family: 'open_sansregular';
        padding: 20px 0px 20px 0px;
    }

    .facility-con p {
        font-size: 15px;
        text-align: center;
        font-family: "Inter", sans-serif;
        color: #a4aca7;
        padding: 2px;
        margin-bottom: 20px;
    }

.facility-img {
    width: 60%;
    border-radius: 50%;
    margin-left: 68px;
    height: 175px;
    border: 1px solid var(--white);
    margin-top: 15px;
}

.falility-row2 :hover.facility-con {
    background: var(--white);
}

    .falility-row2 :hover.facility-con .facility-img {
        background: #fbdede;
    }

    .falility-row2 :hover.facility-con h4 {
        color: #9a5e26;
    }

.facility-img img {
    height: 80px;
    width: 80px;
    margin-top: 42px;
}





.facility {
    background: var(--black);
}




.popup-head {
    background: var(--primary-color);
    color: var(--white);
    font-family: var(--main-font);
}

.popup-submit {
    text-align: center;
}

    .popup-submit .popup-btn {
        height: 51px;
        line-height: 38px;
        width: 100%;
        display: block;
        font-weight: 600;
        border-radius: 30px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        margin-top: 20px;
    }

.form-tag2 .popup-btn {
    line-height: 38px;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    background: var(--secondary-color);
}

    .form-tag2 .popup-btn:hover {
        background: #512c14;
        color: var(--white);
    }

.popup-submit .popup-btn:hover {
    background: #512c14;
    color: var(--white);
}

.popup-head .popup-close {
    color: var(--white);
}

.form-tag2 ul {
    float: left;
    margin: 16px auto;
}

    .form-tag2 ul li {
        float: left;
        margin-right: 30px;
    }





/*
 * @package   Responsive Menu
 * @author    @asiermusa
 * @license   MIT
 */
.menu1 {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
    line-height: 70px;
    font-size: 14px;
    background: rgba(0, 229, 226, 0.8);
}

@media screen and (min-width: 992px) {
    .menu1 {
        background: rgba(0, 229, 226, 0.8);
        height: 70px;
        min-height: auto;
        position: fixed;
    }
}

.menu1 a.active-parent {
    background: #004c4b;
    color: white;
}

@media screen and (min-width: 992px) {
    .menu1 > ul > .menu__item.to-left > ul {
        right: 0;
    }

    .menu1 ul > .menu__sub-menu__item.to-left > ul {
        left: -300px;
    }

    .menu1 .menu__sub-menu.to-left-ul > li > a {
        text-align: right;
    }

        .menu1 .menu__sub-menu.to-left-ul > li > a .arrow {
            text-align: right;
            transform: rotate(135deg);
            right: auto;
            left: 0;
        }
}

.menu1 > ul {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .menu1 > ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

.menu1 > ul > li > a {
    padding: 0 30px;
}

.menu__item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 50px;
    position: relative;
    list-style: none;
}

@media screen and (min-width: 992px) {
    .menu__item {
        border-bottom: none;
        line-height: 70px;
    }
}

.menu__item a .arrow {
    transform: rotate(-45deg);
    width: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    display: inline-block;
    transition: transform 0.3s;
}

@media screen and (min-width: 992px) {
    .menu__item a .arrow {
        width: auto;
        margin: 0 10px;
    }
}

.menu__item a .arrow:before {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    content: '';
}

.menu__item a .arrow.open {
    transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
    .menu__item > a .arrow {
        transform: rotate(45deg);
    }
}

.menu__item a {
    font-family: "Slabo+27px", sans-serif;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    position: relative;
    font-weight: 300 !important;
    transform: translate(0, 0) !important;
    background: #00e5e2;
    color: white;
}

    .menu__item a:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #00b2b0;
    }

        .menu__item a:hover .arrow:before {
            border: solid #00b2b0;
            border-width: 0 2px 2px 0;
        }

.menu__link {
    font-weight: 300 !important;
    transform: translate(0, 0) !important;
}

.menu__sub-menu {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #00b2b0;
    pointer-events: none;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}

@media screen and (min-width: 992px) {
    .menu__sub-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 70px;
        pointer-events: none;
        transition: all 0.3s;
        transform: translate(0, 60px);
        z-index: 999;
    }
}

.menu__sub-menu a .arrow {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
}

    .menu__sub-menu a .arrow:before {
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        content: '';
    }

.menu__sub-menu.open {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto;
    transform: translate(0, 0);
}

.menu__sub-menu__item {
    display: block;
    width: 300px;
    position: relative;
    min-width: 100%;
}

@media screen and (min-width: 992px) {
    .menu__sub-menu__item {
        line-height: 50px;
        height: 50px;
        padding-right: 0;
    }
}

.menu__sub-menu__item a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background: #00b2b0;
    color: white;
}

    .menu__sub-menu__item a:hover {
        background: #00e5e2;
        color: white;
        font-weight: normal;
    }

        .menu__sub-menu__item a:hover .arrow:before {
            border: solid white;
            border-width: 0 2px 2px 0;
        }

.menu__sub-menu .menu__sub-menu {
    top: 0;
    left: 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .menu__sub-menu .menu__sub-menu {
        top: 0;
        left: 300px;
        transition: all 0.3s;
        transform: translate(-60px, 0);
        position: absolute;
    }
}

.menu__sub-menu .menu__sub-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu__sub-menu > li > a {
    padding-left: 2em;
}

.menu__sub-menu li ul a {
    padding-left: 3em;
}

.menu__sub-menu li ul li ul a {
    padding-left: 4em;
}

.menu__sub-menu li ul li ul li ul a {
    padding-left: 5em;
}

@media screen and (min-width: 992px) {
    .menu__sub-menu li a {
        padding: 0 1em !important;
    }
}

.menu-button {
    padding: 10px;
    background: linear-gradient(-90deg, #00e5e2, #00b2b0);
    border: none;
    cursor: pointer;
    transition: 0s;
    border-radius: 2px;
    width: auto;
    top: 10px;
    right: 10px;
}

@media screen and (min-width: 992px) {
    .menu-button.visible-xs {
        display: none;
    }
}

.burger-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .burger-icon, .burger-icon::before, .burger-icon::after {
        display: block;
        width: 30px;
        height: 4px;
        background-color: white;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .burger-icon::before, .burger-icon::after {
            position: absolute;
            content: "";
        }

        .burger-icon::before {
            top: -10px;
        }

        .burger-icon::after {
            top: 10px;
        }

.menu1 .open .burger-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .menu1 .open .burger-icon, .menu1 .open .burger-icon::before, .menu1 .open .burger-icon::after {
        display: block;
        width: 30px;
        height: 4px;
        background-color: #222;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .menu1.open .burger-icon::before, .menu1.open .burger-icon::after {
            position: absolute;
            content: "";
        }

        .menu1.open .burger-icon::before {
            top: -10px;
        }

        .menu1.open .burger-icon::after {
            top: 10px;
        }

.menu-button.is-active .burger-icon {
    background-color: transparent;
}

    .menu-button.is-active .burger-icon::before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .menu-button.is-active .burger-icon::after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    font-family: "Slabo+27px", sans-serif;
    font-weight: 300;
}

body {
    background: url("../../background.jpg");
}

.menu-content {
    position: fixed;
    height: 100%;
    transform: translate(-100%, 0);
    width: 0;
    overflow: hidden;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .menu-content {
        width: 100%;
        transform: translate(0, 0);
        height: 70px;
        overflow: visible;
    }
}

.menu-content.open {
    transform: translate(0, 0);
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
    width: 60%;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
    min-height: 100% !important;
}

@media screen and (min-width: 992px) {
    .menu-content.open {
        width: 100%;
    }
}

.menu-content.close {
    transform: translate(-100%, 0);
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.62, 0.04, 0.82, 0.13);
    text-shadow: none;
    width: 0;
}

@media screen and (min-width: 992px) {
    .menu-content.close {
        width: 100%;
    }
}

.page-content {
    position: relative;
    width: 80%;
    padding: 25% 10%;
}

@media screen and (min-width: 992px) {
    .page-content {
        width: 70%;
        padding: 15%;
    }
}

.page-content__text {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    background: linear-gradient(-90deg, rgba(0, 229, 226, 0.2), #00b2b0);
}

    .page-content__text h1 {
        font-size: 30px;
        line-height: 30px;
        color: white;
    }

@media screen and (min-width: 992px) {
    .page-content__text h1 {
        font-size: 50px;
        line-height: 50px;
    }
}


.mnu-brd {
    background-color: #ea116d;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    font-weight: 600;
    margin-right: 19px;
    font-size: 17px;
}

    .mnu-brd::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 100%;
        border-top: solid 15px transparent;
        border-right: solid 15px transparent;
        border-bottom: solid 15px transparent;
        border-left: solid 15px #ea116d;
    }

.main-category {
    margin-bottom: 20px;
}




@media only screen and (min-width:320px) and (max-width:767px) {
    .mnu-brd {
        display: block;
        margin-bottom: 10px;
        margin-right: 19px;
        font-size: 14px;
    }

        .mnu-brd::after {
            top: -4px;
        }
    /** global css mobile**/
    .row-padding {
        padding: 0px 10px;
    }


    /**header-top mobile**/
    .top {
        display: none;
    }
    /**profile mobile**/
    .order-image img {
        width: 35%;
    }
    /**pureveg mobile**/
    .pureveg-sec {
        display: block;
        background: var(--primary-color);
    }

    .pureveg-flex {
        display: flex;
        justify-content: space-between;
    }

    .pureveg-left p {
        margin: 0;
        font-family: var(--main-font);
        color: var(--white);
        font-size: 12px;
    }

    .pureveg-right p {
        margin: 0;
        font-family: var(--main-font);
        color: var(--white);
        font-size: 12px;
    }

    /**top-products1 mobile**/
    .main-heading h2 {
        font-family: var(--main-font);
        font-size: 24px;
        font-weight: 500;
        color: var(--primary-color);
        margin-bottom: 10px;
    }
    /**add-box mobile**/
    .add1-box2 {
        display: block;
        position: relative;
    }

    .add2-image {
        height: 150px;
    }

        .add2-image img {
            height: 100%;
            width: 100%;
            border-radius: 5px;
        }

    .add1-box {
        display: none;
    }

    /***/
    .product-left {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .place-order a {
        height: 51px;
        line-height: 50px;
        width: 100%;
        display: block;
        padding: 1px 17px 0px 36%;
        font-weight: 600;
        color: var(--white);
        font-size: 18px;
        margin: 0 auto;
        border-radius: 28px;
        background-color: #9a5e26;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }

    .checkout-cart h4 {
        font-size: 18px;
        padding: 14px;
    }

    .cart-order-details {
        padding: 8px 10px;
    }

    .form-check2 label {
        font-size: 13px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
        margin: -30px 0px 0px 25px;
        padding: 0px 11px;
    }

    .form-check2 .form-check-input {
        margin-left: 10px;
        margin-top: -3px;
    }

    .form-check3 label {
        font-size: 11px;
        font-weight: 300;
        width: 100%;
        margin: -18px 0px 0px 17px;
        display: inline-block;
        color: #151414;
        float: left;
        padding: 0px 11px;
    }

    .sub-total .total-amount ul li p {
        color: var(--black);
        font-size: 20px;
        width: 100px;
        font-weight: bold;
        margin-top: -9px;
    }

    .sub-total .total-amount ul li h3 {
        font-family: 'open_sansregular';
        font-size: 21px;
        font-weight: 400;
        margin-top: -3px;
        text-align: justify;
        color: var(--black);
        margin-right: 20px;
    }

    .cart-foot .continue-shopping a {
        height: 51px;
        line-height: 50px;
        width: 89%;
        display: block;
        padding: 1px 17px 0px 13%;
        font-weight: 600;
        color: var(--white);
        font-size: 18px;
        margin: 0 auto;
        border-radius: 28px;
        background-color: #9a5e26;
        margin-bottom: 20px;
        transition: all 0.5s ease;
    }



    /*.back-to-top {
        visibility: hidden;
    }*/
    /**back to top**/
    .back-to-top {
        right: 15px;
        bottom: 15px;
    }



    .sidebars {
        display: none;
    }

    .mobile-sidebar {
        display: block;
        position: relative;
    }

    .shop-topbar-item p {
        font-size: 13px;
        color: #6f6d6d;
        background: #fbdede;
        padding: 12px 15px 8px 15px;
        margin-top: 16px;
        height: 44px;
    }

    .shop-topbar-item select {
        font-size: 14px;
        padding: 8px 15px 8px 15px;
        border: none;
        margin-top: -10px;
        background-color: #fbdede;
        color: #555555;
        height: 44px;
    }

    .action-button-soap ul {
        float: left;
        margin-top: 15px;
        margin-left: -5px;
    }

        .action-button-soap ul li {
            float: left;
            margin-right: 9px;
        }

            .action-button-soap ul li a {
                font-size: 13px;
                color: var(--white);
                padding: 5px 11px 5px 11px;
                border-radius: 5px;
                background: #9a5e26;
            }

    .logo img {
        height: 60px;
        margin-top: 13px;
        width: 204px;
    }

    .input-group {
        margin-top: 0px;
    }

    .product_search_form input {
        height: 40px;
        padding-right: 47px !important;
    }

    .search_btn i {
        color: var(--black);
        font-size: 17px;
    }

    .top {
        position: relative;
        z-index: 999;
        height: auto;
        width: 100%;
    }

    .logo {
        text-align: center;
    }

    .top .tor {
        width: 100%;
        margin-bottom: 15px;
    }

    .menu ul {
        float: none;
        margin-top: 10px;
    }

        .menu ul li {
            float: none;
            text-align: center;
            width: 100%;
        }

            .menu ul li a {
                font-family: 'open_sansregular';
                text-decoration: none;
                color: var(--white);
                font-size: 18px;
                width: 100%;
                background: #9a5e26;
                padding: 16px 26px 20px 20px;
                height: 20px;
                line-height: 4px;
                transition: all 0.5s ease;
            }

    .menui {
        width: 100%;
        text-align: center;
        float: none;
    }

        .menui ul {
            float: none;
            margin-top: 17px;
            margin-left: 0px;
            width: 100%;
            text-align: center;
        }

    .banner {
        height: 200px;
        width: 100%;
        z-index: -1;
    }

    .bx-wrapper {
        height: 200px !important;
    }

    .bxslider li img {
        height: 200px;
        width: 100%;
    }

    .bancon {
        position: relative;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        z-index: -1;
    }

    .content {
        width: 100%;
        text-align: center;
        float: none;
    }

        .content h1 {
            width: 100%;
            font-size: 25px;
            font-family: 'open_sansregular';
            letter-spacing: 2px;
            color: #131010;
        }

        .content p {
            font-size: 13px;
            width: 86%;
            font-family: "Inter", sans-serif;
            color: #382d2d;
            padding: 2px;
            margin-left: 22px;
        }

        .content ul {
            float: none;
            margin-top: 20px;
            margin-left: 30px;
            text-align: center;
            width: 100%;
        }

            .content ul li {
                float: left;
                margin-right: 27px;
            }

                .content ul li a {
                    background: #9a5e26;
                    color: var(--white);
                    text-decoration: none;
                    padding: 1px 20px 2px 18px;
                    font-size: 11px;
                    display: block;
                    height: 39px;
                    line-height: 39px;
                    transition: all 0.5s ease;
                }


    .top-product-top p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding: 2px;
        text-align: center;
    }


    .top-products1 {
        padding: 30px 0px;
    }

    .top-product-detail {
        border: 1px solid var(--black);
        width: 45% !important;
        margin-right: 4px !important;
        border-radius: 10px;
        height: 230px;
        margin-bottom: 7px;
        margin-left: 10px !important;
    }

    .product-image img {
        margin-top: 10px;
        width: 100%;
        height: 145px;
        border: 1px solid black;
        border-width: 0px 0px 1px 0px;
    }

    .action-button {
        position: relative;
        margin-top: -46px;
        width: 100%;
        height: 41px;
        background: #9a5e26;
        visibility: hidden;
        transition: all 0.5s ease;
        z-index: 99999;
    }

        .action-button a {
            width: 100%;
            color: var(--white);
            height: 41px;
            line-height: 41px;
            font-size: 14px;
            text-align: center;
            border-radius: 5px;
        }

    .product-content h5 {
        text-align: center;
        font-size: 15px;
        color: var(--black);
        padding: 0px;
        margin-top: -30px;
        font-weight: 600;
        font-family: "Arial", cursive;
    }

    .product-content p {
        text-align: center;
        font-size: 14px;
        color: var(--black);
        font-family: "Courgette", cursive;
    }

    .action-button ul {
        float: left;
        margin-top: 10px;
        margin-left: -16px;
    }

    .top-product-detail .product-image a {
        width: 100%;
        height: 205px;
    }

    .action-button ul li {
        float: left;
        margin-right: 6px;
    }

        .action-button ul li a {
            font-size: 13px;
            color: var(--white);
            padding: 5px 11px 5px 11px;
            border-radius: 5px;
            background: #9a5e26;
        }











    .category-con {
        margin-bottom: 10px;
        border-radius: 5px;
    }



    .product2 {
        background: url(../images/product2-bg2.jpg) no-repeat left top rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        height: 290px;
        background-size: cover;
        background-attachment: fixed;
    }

    .product2-top h2 {
        font-family: var(--main-font);
        font-size: 26px;
        font-weight: 400;
        margin-top: -19px;
        color: var(--white);
        text-align: center;
        margin-top: 7px;
    }

    .action-button-slider ul {
        float: left;
        margin-top: 10px;
        margin-left: -10px;
    }

        .action-button-slider ul li {
            float: left;
            margin-right: 14px;
        }

            .action-button-slider ul li a {
                font-size: 10px;
                color: var(--white);
                padding: 5px 11px 5px 11px;
                border-radius: 5px;
                background: #9a5e26;
            }


    .product-top p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding: 2px;
        text-align: center;
    }

    .category-col {
        width: 100% !important;
        margin-bottom: 5px;
        text-align: center;
    }







    .footer {
        padding: 20px 0px;
    }

        .footer .foot-col {
            margin-top: 0px;
            text-align: center;
        }

            .footer .foot-col .f-icon {
                justify-content: center;
            }

    .footer-bottom-left {
        text-align: center;
    }

    .footer-bottom-right {
        text-align: center;
    }






    .inner-banner {
        position: relative;
        height: 200px;
    }

        .inner-banner img {
            height: 200px;
            width: 100%;
        }

    .inner-heading {
        position: absolute;
        z-index: 9;
        margin-top: -111px;
        margin-left: 57px;
    }

        .inner-heading .inner-col h1 {
            color: var(--white);
            font-size: 20px;
            font-family: 'Arial';
            letter-spacing: 1px;
            font-weight: 700;
            margin-left: -46px;
        }





    .contact-left h2 {
        font-family: 'open_sansregular';
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        color: var(--black);
        margin-top: 0px;
    }

    .contact-left p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding-left: 0px;
        text-align: center;
    }

    .contact-left .contact-info ul {
        margin-top: 10px;
    }

        .contact-left .contact-info ul li {
            float: left;
            margin-right: 19px;
        }

    .contact-info .contact-img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 1px solid var(--black);
    }

    .contact-left .contact-info ul li .contact-img img {
        height: 20px;
        width: 20px;
        margin-top: 14px;
    }

    .contact-form h3 {
        font-family: 'open_sansregular';
        font-size: 20px;
        padding: 12px 0px 0px 10px;
        font-weight: 400;
        color: var(--black);
        text-align: center;
        margin-top: 4px;
        margin-left: 0px;
    }

    .contact-name {
        padding: 0px;
    }

        .contact-name label {
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-weight: 300;
            width: 100%;
            display: inline-block;
            color: var(--black);
            float: left;
            padding: 0px 11px;
        }

    .contact-submit a {
        height: 40px;
        line-height: 40px;
        width: 200px;
        display: block;
        color: var(--white);
        margin-left: 0px;
        font-weight: 600;
        margin: 0 auto;
        border-radius: 30px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        border-color: #350c0c;
        transition: all 0.5s ease;
    }

    .contact-name input {
        padding: 8px;
        margin-left: 10px;
        width: 96%;
    }

    .contact-name textarea {
        margin-left: 10px;
        width: 96%;
        margin-bottom: 10px;
    }

    .contact-form {
        width: 100%;
        margin-top: 30px;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 6px;
        box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
    }

    .gmap-top h2 {
        font-family: 'open_sansregular';
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        color: var(--black);
        margin-top: 14px;
    }








    .sidebar-left .sidebars {
        padding: 2px 0px 64px 215%;
        margin-right: 0px;
        margin-left: -206%;
        min-width: calc((100vw) / 2 - 100%);
    }

    .sidebars_widget__title {
        font-size: 26px;
        font-weight: 400;
        background: #9a5e26;
        padding: 5px 20px 5px 20px;
        font-family: "Courgette", serif;
        margin-bottom: 20px;
        color: var(--white);
        text-align: center;
    }

    .sidebars_widget__category li a {
        font-size: 13px;
        text-decoration: none;
        color: #555555;
        width: 100%;
        text-align: center;
        padding: 5px 20px 5px 20px;
        margin-left: -13px;
        transition: all 0.5s ease;
        border-radius: 5px;
    }








    .aboutus {
        height: auto;
        width: 100%;
    }

    .abimg img {
        height: 250px;
        width: 100%;
        margin-top: 40px;
        /* border-radius: 21% 15% 18% 21% / 10% 14% 19% 30%; */
        border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
    }

    .abcon h4 {
        font-size: 13px;
        color: #830e0e;
        margin-top: 30px;
        text-align: center;
        padding: 20px;
    }

    .abcon h2 {
        font-family: 'open_sansregular';
        font-size: 25px;
        font-weight: 400;
        margin-top: -19px;
        text-align: center;
        color: var(--black);
    }

    .abp p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        text-align: justify;
        padding: 2px;
    }

    .abcon a {
        margin: 0 auto;
        background: #9a5e26;
        color: var(--white);
        text-decoration: none;
        padding: 0px 43px 1px 30px;
        font-size: 13px;
        display: block;
        width: 145px;
        height: 38px;
        text-align: center;
        line-height: 39px;
        transition: all 0.5s ease;
    }



    .facility-top h2 {
        font-family: 'open_sansregular';
        font-size: 25px;
        font-weight: 400;
        margin-top: -19px;
        margin-top: 15px;
        text-align: justify;
        color: var(--white);
        text-align: center;
    }

    .facility-img {
        width: 40%;
        border-radius: 50%;
        margin-left: 107px;
        height: 132px;
        border: 1px solid var(--white);
        margin-top: 15px;
    }

        .facility-img img {
            height: 66px;
            width: 66px;
            margin-top: 29px;
        }

    .facility-con h4 {
        font-size: 20px;
        color: var(--white);
        text-align: center;
        font-family: 'open_sansregular';
        padding: 20px 0px 20px 0px;
    }

    .facility-con p {
        font-size: 13px;
        text-align: center;
        font-family: "Inter", sans-serif;
        color: #a4aca7;
        padding: 2px;
        margin-bottom: 1px;
    }




    .premium-top h2 {
        font-family: 'open_sansregular';
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: var(--black);
        margin-top: 30px;
    }

    .premium-con {
        border: 0px;
        border-width: 0px;
        margin-bottom: 30px;
    }

        .premium-con .premium-details ul {
            float: left;
            padding-left: 0px;
        }

            .premium-con .premium-details ul li {
                float: none;
                text-align: center;
            }

                .premium-con .premium-details ul li img {
                    height: 80px;
                    width: 80px;
                    margin-right: 0px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

                .premium-con .premium-details ul li h5 {
                    width: 100%;
                    padding-top: 10px;
                    font-size: 20px;
                }

                .premium-con .premium-details ul li p {
                    width: 100%;
                }




    .premium-con2 .premium-details ul {
        float: left;
        padding-left: 0px;
        width: 100%;
    }

        .premium-con2 .premium-details ul li {
            float: none;
            text-align: center;
        }

            .premium-con2 .premium-details ul li img {
                height: 80px;
                width: 80px;
                margin-right: 0px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .premium-con2 .premium-details ul li h5 {
                width: 100%;
                padding-top: 10px;
                font-size: 20px;
            }

            .premium-con2 .premium-details ul li p {
                width: 100%;
            }










    .amazing {
        background: url(../images/amazing.jpg) no-repeat left top rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        height: auto;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
    }

    .amazing-col h4 {
        font-size: 14px;
        color: var(--white);
        margin-top: 10px;
        padding: 20px;
        text-align: center;
    }

    .amazing-col h2 {
        font-family: "Courgette", cursive;
        font-size: 30px;
        font-weight: 400;
        margin-top: -19px;
        text-align: justify;
        color: var(--white);
        text-align: center;
    }

    .amazing-col p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: var(--white);
        padding: 2px;
        text-align: center;
    }








    .amazing-foot {
        position: relative;
        background: url(../images/g5.jpg) no-repeat left top rgba(0, 0, 0, 0.9);
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgba(33, 33, 33, 0.68);
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .call-to-action-02-meta-item a {
        height: 28px;
        line-height: 15px;
        color: var(--white);
        text-decoration: none;
        font-size: 15px;
        padding: 5px 35px 5px 35px;
        transition: all 0.5s ease;
    }











    .sidebars_search {
        margin-bottom: 25px;
        position: relative;
        width: 100%;
        margin-top: -28px;
    }

    .shop-topbar-item .SortBy {
        font-size: 13px;
        padding: 8px 15px 8px 15px;
        border: none;
        width: 100%;
        margin-top: 19px;
        background-color: #fbdede;
        color: #555555;
        height: 44px;
    }

    .shop-topbar-right {
        display: block;
        align-items: center;
    }




    .top-product-detail2 {
        border: 1px solid var(--black);
        width: 42% !important;
        margin-left: 20px;
        margin-right: -4px !important;
        border-radius: 10px;
        height: auto;
        margin-bottom: 10px;
    }

        .top-product-detail2 .product-image a {
            width: 100%;
            height: 168px;
        }

        .top-product-detail2 .product-image img {
            margin-top: 10px;
            width: 100%;
            height: 145px;
            border: 1px solid black;
            border-width: 0px 0px 1px 0px;
        }

        .top-product-detail2 .product-content h5 {
            text-align: center;
            font-size: 14px;
            color: var(--black);
            padding: 5px;
            margin-top: -10px;
            font-weight: 600;
            font-family: "Arial", cursive;
        }

        .top-product-detail2 .product-content p {
            text-align: center;
            font-size: 13px;
            color: var(--black);
            font-family: "Courgette", cursive;
        }


    .shop-bottombar .pagination li {
        margin-right: 6px;
    }


    .action-button2 ul li a {
        font-size: 10px;
        color: var(--white);
        padding: 5px 11px 5px 11px;
        border-radius: 5px;
        background: #9a5e26;
    }

    .action-button2 ul {
        float: left;
        margin-top: 32px;
        margin-left: -38px;
    }

        .action-button2 ul li {
            float: left;
            margin-right: 3px;
        }





    .gaimg a {
        float: left;
        margin: 2px;
        width: 100%;
    }

    .gaimg img {
        width: 100%;
        height: 200px;
        border: 4px solid #411b1b;
    }

    .galine h2 {
        font-family: 'open_sansregular';
        font-size: 30px;
        font-weight: 400;
        margin-top: -19px;
        text-align: justify;
        color: var(--black);
        text-align: center;
    }

    .product-details-top h2 {
        font-family: 'open_sansregular';
        font-size: 25px;
        font-weight: 400;
        margin-top: -19px;
        color: var(--black);
        text-align: center;
        margin-top: 41px;
        margin-bottom: 0px;
    }

    .product-details-image {
        box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
        width: 100%;
        height: 200px;
        border-radius: 10px;
    }

        .product-details-image img {
            border: 2px solid #9a5e26;
            float: right;
            height: 100%;
            border-radius: 10px;
            width: 100%;
        }

    .product-con label {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
        padding: 0px 11px;
    }

    .cart-btn .add-to_cart {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .cart-btn .add-to_cart .btn {
            height: 43px;
            line-height: 32px;
            width: 100%;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            font-weight: 600;
            border-radius: 30px;
            background-color: #9a5e26;
            font-family: "Arial", cursive;
            border-color: #350c0c;
        }

    .footer .foot-col ul li i {
        margin-right: 5px;
    }
}





@media only screen and (min-width:768px) and (max-width:1024px) {

    /**global style tab*/
    .row-padding {
        padding: 0px 20px;
    }





    /**header tab*/
    .product_search_form {
        position: relative;
        min-width: 160px;
        width: 100%;
    }

    .product-details-top h2 {
        font-family: 'open_sansregular';
        font-size: 30px;
        font-weight: 400;
        margin-top: 35px;
        color: var(--black);
        text-align: center;
        margin-top: 40px;
        margin-bottom: -1px;
    }

    .product-details-image {
        box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
        width: 100%;
        height: 378px;
        border-radius: 10px;
    }

        .product-details-image img {
            border: 2px solid #9a5e26;
            float: right;
            height: 100%;
            border-radius: 10px;
            width: 100%;
        }

    .product-con label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
        padding: 2px 4px;
    }

    .product-details-size {
        font-size: 11px !important;
    }

    .product-details-text {
        height: 30px;
    }

    .cart-btn .add-to_cart .btn {
        height: 40px;
        line-height: 30px;
        width: 100%;
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin-left: 10px;
        margin: 0 auto;
        border-radius: 30px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        border-color: #350c0c;
    }








    .galine h2 {
        font-family: 'open_sansregular';
        font-size: 40px;
        font-weight: 400;
        margin-top: -19px;
        text-align: justify;
        color: var(--black);
        text-align: center;
    }

    .gaimg img {
        width: 176px;
        height: 180px;
        border: 4px solid #411b1b;
    }




    .gmap-top h2 {
        font-family: 'open_sansregular';
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        color: var(--black);
        margin-top: 14px;
    }

    .contact-submit a {
        height: 50px;
        line-height: 50px;
        width: 200px;
        display: block;
        color: var(--white);
        margin-left: 0px;
        font-weight: 600;
        margin: 0 auto;
        border-radius: 30px;
        background-color: #9a5e26;
        font-family: "Arial", cursive;
        border-color: #350c0c;
        transition: all 0.5s ease;
    }

    .contact-left h2 {
        font-family: 'open_sansregular';
        font-size: 40px;
        font-weight: 400;
        text-align: justify;
        color: var(--black);
        margin-top: 30px;
    }

    .contact-left p {
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding-left: 10px;
    }

    .contact-left .contact-info ul li {
        float: left;
        margin-right: 5px;
    }

    .contact-name label {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
        padding: 0px 11px;
    }

    .contact-form {
        width: 100%;
        margin-top: 30px;
        height: auto;
        margin-bottom: 30px;
        box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
        padding-bottom: 20px;
    }








    .top-product-detail2 .product-image a {
        width: 100%;
        height: 198px;
    }

        .top-product-detail2 .product-image a img {
            margin-top: 10px;
            width: 100%;
            height: 200px;
            border: 1px solid black;
            border-width: 0px 0px 1px 0px;
        }

    .top-product-detail2 {
        border: 1px solid var(--black);
        width: 23% !important;
        margin-right: 13px !important;
        border-radius: 10px;
        height: 300px;
        margin-bottom: 20px;
    }

    .action-button2 ul {
        float: left;
        margin-top: 20px;
        margin-left: -21px;
    }

        .action-button2 ul li {
            float: left;
            margin-right: 8px;
        }

            .action-button2 ul li a {
                font-size: 15px;
                color: var(--white);
                padding: 5px 11px 5px 11px;
                border-radius: 5px;
                background: #9a5e26;
            }


    .logo img {
        height: 52px;
        margin-top: 20px;
        width: 139px;
    }

    .custom_select .first_null {
        height: 40px;
    }

    .search-header {
        height: 40px !important;
    }

    .top-w {
        font-size: 13px;
        line-height: 17px;
        font-family: var(--main-font);
        color: var(--black);
    }

    .tor-box-span i {
        color: var(--primary-color);
        font-size: 22px;
        margin-right: 8px;
    }

    .tor-box-span {
        padding-left: 8px;
    }
    /**header tab*/
    .main-menu-wapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tor ul {
        float: right;
        margin-top: 33px;
        margin-left: -40px;
    }

        .tor ul li {
            float: left;
            margin-left: 5px;
        }

            .tor ul li a {
                font-size: 20px;
                height: 25px;
                color: var(--white);
                width: 31px;
                font-size: 17px;
                height: 35px;
                line-height: 30px;
                display: block;
                padding: 4px;
                text-align: center;
                transition: all 0.5s ease;
                background: #9a5e26;
            }



    .menu ul {
        float: left;
        margin-top: 14px;
    }

        .menu ul li {
            float: left;
            margin-right: 0px;
        }

            .menu ul li a {
                font-family: "Courgette", cursive;
                text-decoration: none;
                color: var(--white);
                font-size: 15px;
                padding: 16px 26px 20px 20px;
                height: 20px;
                line-height: 4px;
                transition: all 0.5s ease;
            }

    .menui {
        width: 23% !important;
        margin-right: -48px;
    }

        .menui ul {
            float: left;
            margin-top: 14px;
            margin-left: -25px;
        }

            .menui ul li {
                float: left;
                margin-left: 0px;
            }

                .menui ul li a {
                    color: var(--black);
                    background: var(--white);
                    width: 33px;
                    font-size: 14px;
                    height: 33px;
                    line-height: 30px;
                    display: block;
                    padding: 6px;
                    text-align: center;
                    border-radius: 50%;
                    transition: all 0.5s ease;
                }




    .banner {
        position: relative;
        height: 390px;
        width: 100%;
        z-index: -1;
    }

    .bx-viewport {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 390px !important;
    }




    .aboutus {
        height: 480px;
        width: 100%;
    }

    .abimg img {
        height: 380px;
        width: 90%;
        margin-top: 40px;
        /* border-radius: 21% 15% 18% 21% / 10% 14% 19% 30%; */
        border-radius: 18% 11% 3% 17% / 2% 2% 34% 4%;
    }

    .abcon h4 {
        font-size: 16px;
        color: #830e0e;
        margin-top: 30px;
        padding: 20px;
    }

    .abcon h2 {
        font-family: 'open_sansregular';
        font-size: 28px;
        font-weight: 400;
        margin-top: -19px;
        text-align: justify;
        color: var(--black);
    }

    .abp p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding: 1px;
    }

    .abcon a {
        margin-top: 20px;
        margin-left: 23px;
        background: #9a5e26;
        color: var(--white);
        text-decoration: none;
        padding: 0px 43px 1px 30px;
        font-size: 15px;
        display: block;
        width: 155px;
        height: 44px;
        line-height: 44px;
        transition: all 0.5s ease;
    }






    .amazing-col h4 {
        font-size: 17px;
        color: var(--white);
        margin-top: 30px;
        padding: 20px;
        text-align: center;
    }

    .amazing-col h2 {
        font-family: "Courgette", cursive;
        font-size: 41px;
        font-weight: 400;
        margin-top: -24px;
        text-align: justify;
        color: var(--white);
        text-align: center;
    }

    .amazing-col a {
        position: absolute;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
        color: var(--white);
        padding: 15px 30px 15px 30px;
        border: 1px solid var(--white);
        text-decoration: none;
        transition: all 0.3s ease 0s;
        left: 41%;
    }






    .amazing-foot {
        position: absolute;
        background-color: rgba(33, 33, 33, 0.68);
        height: 69px;
        width: 100%;
        margin-top: -70px;
    }

    .call-to-action-02-meta-item a {
        height: 32px;
        line-height: 10px;
        color: var(--white);
        text-decoration: none;
        font-size: 12px;
        padding: 5px 35px 5px 35px;
        transition: all 0.5s ease;
    }









    .product2 {
        background: url(../images/product2-bg2.jpg) no-repeat left top rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        height: 480px;
        background-size: cover;
        background-attachment: fixed;
    }

    .product2-top h2 {
        font-size: 35px;
        font-weight: 400;
        margin-top: -19px;
        text-align: center;
        margin-top: 0px;
    }



    .content h1 {
        font-size: 50px;
        font-family: 'Arial';
        letter-spacing: 2px;
        color: var(--white);
    }

    .content p {
        font-size: 15px;
        font-family: "Inter", sans-serif;
        color: var(--white);
        padding: 5px;
    }

    .content ul li a {
        background: #9a5e26;
        color: var(--white);
        text-decoration: none;
        padding: 2px 10px 2px 10px;
        font-size: 13px;
        display: block;
        height: 45px;
        line-height: 45px;
        transition: all 0.5s ease;
    }


    .category-top h2 {
        font-family: 'open_sansregular';
        font-size: 35px;
        font-weight: 700;
        margin-top: -19px;
        color: var(--white);
        text-align: center;
        margin-top: 10px;
    }

    .top-product-top p {
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding: 2px;
        text-align: center;
    }

    .top-product-detail {
        border: 1px solid var(--black);
        width: 22% !important;
        margin-right: 21px !important;
        border-radius: 10px;
        height: 300px;
    }

    .product-image img {
        margin-top: 10px;
        width: 100%;
        height: 200px;
        border: 1px solid black;
        border-width: 0px 0px 1px 0px;
    }

    .top-product-detail .product-image a {
        width: 100%;
        height: 200px;
    }

    .action-button ul {
        float: left;
        margin-top: 22px;
        margin-left: -20px;
    }

        .action-button ul li {
            float: left;
            margin-right: 10px;
        }

            .action-button ul li a {
                font-size: 16px;
                color: var(--white);
                padding: 5px 8px 5px 8px;
                border-radius: 5px;
                background: #9a5e26;
            }

    .action-button-slider ul {
        float: left;
        margin-top: -3px;
        margin-left: 0px;
    }

        .action-button-slider ul li {
            float: left;
            margin-right: 11px;
        }

            .action-button-slider ul li a {
                font-size: 19px;
                color: var(--white);
                padding: 5px 11px 5px 11px;
                border-radius: 5px;
                background: #9a5e26;
            }

    .product-top p {
        font-size: 13px;
        font-family: "Inter", sans-serif;
        color: #486052;
        padding: 2px;
        text-align: center;
    }

    .btn-cat {
        margin-left: 0px;
        width: 78px;
        font-size: 13px !important;
        height: 41px;
        color: var(--white);
        line-height: 39px;
        text-align: center;
        background: #9a5e26;
        color: var(--white)cfc;
        padding: 0px 15px;
        font-size: 20px;
        border: none;
    }






    .footer .foot-col h5 {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--white);
        text-transform: uppercase;
        font-family: var(--main-font);
        color: var(--primary-color);
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .footer .foot-col p {
        font-size: 13px;
        color: var(--primary-color);
    }

    .footer .foot-col ul li a {
        font-size: 13px;
        color: var(--primary-color);
        text-decoration: none;
        padding: 4px 10px 4px 8px;
    }

    .footer .foot-col ul li {
        margin-top: 5px;
        font-size: 13px;
    }

    .google-maps-link {
        height: 180px !important;
        width: 170px !important;
    }





    .shop-topbar-item:last-child {
        margin-right: 0px;
        margin-top: 7px;
    }

    .sidebars_search__input {
        background-color: #FBDEDE;
        padding: 15px 40px 15px 20px;
        font-size: 14px;
        border: 1px solid #dedede;
        width: 100%;
        margin-top: -2px;
        height: 44px;
    }







    .sidebar-left .sidebars {
        padding: 75px 0px 53px 174%;
        margin-right: 0px;
        margin-left: -215%;
        min-width: calc((100vw) / 2 - 100%);
    }

    .action-button-soap ul li a {
        font-size: 14px;
        color: var(--white);
        padding: 5px 11px 5px 11px;
        border-radius: 5px;
        background: #9a5e26;
    }

    .action-button-soap ul li {
        float: left;
        margin-right: 5px;
    }

    .action-button-soap ul {
        float: left;
        margin-top: 18px;
        margin-left: 0px;
    }
}


.alert_css {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #0da0cc;
    color: #ec7103;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 6px;
    padding-left: 5px;
    /*display: block !important;*/
    width: 100%;
}






.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .img-showcase img {
        min-width: 100%;
        padding: 5px;
        height: 300px;
        border-radius: 10px;
    }

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    border: 1px solid #c8c8c8;
}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
    }








.product-title h4 {
    font-weight: 600;
    font-size: 22px;
    font-family: var(--main-font);
}

.file-drop-area input[placeholder] {
    font-family: var(--main-font);
}

.procuct-dis {
    min-height: 60px;
}

    .procuct-dis p {
        color: #999999;
        width: 90%;
        font-size: 12px;
    }

.product-rate h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
    text-align: left;
    font-family: var(--main-font);
}

.product-weight {
    margin-bottom: 15px;
    margin-top: 0px;
}

    .product-weight h6 {
        color: var(--black);
    }

.product-shape h6 {
    color: var(--black);
}



.product-shape2 {
    margin: 14px 0px 1px 0px;
    ;
}

.shape2-select {
}

.product-weight-select {
    width: 21% !important;
}

.radio-title-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.input-container {
    position: relative;
    height: 27px;
    width: 100%;
}

    .input-container input {
        position: absolute;
        height: 100%;
        width: 100%;
        margin: 0;
        cursor: pointer;
        z-index: 2;
        opacity: 0;
    }

    .input-container .radio-tile {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        border: 1px solid var(--black);
        border-radius: 20px;
        transition: all 0.5s ease;
    }

    .input-container label {
    }

input:checked + .radio-tile {
    background: #9a5e26;
    color: var(--white);
}

    input:checked + .radio-tile label {
        color: var(--white);
    }

input:hover + .radio-tile {
    background: #9a5e26;
}

    input:hover + .radio-tile label {
        color: var(--white);
    }

.related-top h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}




.file-drop-area {
    position: relative;
    float: left;
    align-items: center;
    width: 80%;
    max-width: 100%;
    margin-top: 15px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 0px;
    transition: 0.2s;
}

.choose-file-button {
    background: var(--secondary-color);
    border-radius: 3px;
    padding: 5px 10px;
    float: right;
    color: var(--white);
    font-weight: 500;
    font-family: var(--main-font);
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

    .choose-file-button:hover {
        background: #1c3448 !important;
        color: var(--white);
    }

.file-message {
    font-size: 15px;
    padding: 7px;
    font-weight: 400;
    line-height: 2.4;
    white-space: nowrap;
    overflow: hidden;
    color: #756e6e;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.choose-para p {
    font-size: 10px;
    color: #959494;
    margin-left: 30px;
}






.input-container label {
    padding: 0px;
    font-size: 14px;
    color: var(--black);
}

.product-msg {
    margin-top: 3px;
    margin-bottom: 6px;
}

.product-details {
    margin: 25px 0px 25px 0px;
}

.add-to_cart .btn2 {
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    padding: 4px 20px;
    transition: all 0.5s ease;
    font-family: var(--main-font);
}

    .add-to_cart .btn2:hover {
        background: #1C3448;
        color: var(--white);
    }

.other-btn .btn2 {
    width: 150px;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--main-font);
    text-align: center;
    border-radius: 5px;
    background-color: var(--tertiary-color);
    text-transform: uppercase;
    padding: 4px 0px;
    transition: all 0.5s ease;
}

    .other-btn .btn2:hover {
        background: var(--secondary-color);
        color: var(--white);
    }

.product-right1 img {
    width: 68%;
    height: 50px;
    margin-bottom: 15px;
}

.product-right2 img {
    height: 125px;
    width: 100%;
    margin-bottom: 15px;
}

.product-right3 img {
    height: 125px;
    width: 100%;
    margin-bottom: 15px;
}

.product-right4 img {
    height: 125px;
    width: 100%;
    margin-bottom: 15px;
}







.product-form .post-content h4 {
    font-size: 25px;
    padding: 20px 0px 0px 0px;
}

.product-form .post-content h3 {
    font-size: 25px;
    padding: 0 0px 5px 0px;
}

.product-form .post-content p {
    color: #8e7d7d;
    font-size: 15px;
    text-align: justify;
}

.product-form .post-content form .select-product select {
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f0;
    color: #716c80;
    outline: none;
    z-index: 1;
    background: var(--white);
    padding-left: 20px;
    font-size: 14px;
}

.product-form .post-content form .select-product {
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
    float: left;
}

.post-content form .select-product {
    width: 100%;
    background: var(--white);
    margin-bottom: 20px;
}

.product-form {
    background: #ffdcdc;
    margin-bottom: 30px;
}

    .product-form input:hover {
        background: #f2f9fb;
        box-shadow: 0 0 10px #9a5e26;
    }

    .product-form select:hover {
        background: #f2f9fb;
        box-shadow: 0 0 10px #9a5e26;
    }

    .product-form textarea:hover {
        background: #f2f9fb;
        box-shadow: 0 0 10px #9a5e26;
    }

.form-label {
    padding-top: 5px;
}

.product-left {
    margin-bottom: 30px;
}

.product-details-image {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
    width: 400px;
    height: 480px;
    border-radius: 10px;
}

    .product-details-image img {
        border: 2px solid #9a5e26;
        float: right;
        height: 480px;
        border-radius: 10px;
        width: 400px;
    }

.qty-input {
    width: 100% !important;
    display: inline-block !important;
}

.ddlWeight {
    margin-left: 20px;
}

@media (min-width: 576px) {
    .product-form .post-content form .select-product {
        width: 48%;
    }
}


.go-back a {
    font-size: 15px;
    color: var(--white);
    background: #9a5e26;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
}

    .go-back a:hover {
        background: #512c14;
        color: var(--white);
    }

    .go-back a i {
        margin-right: 5px;
    }

@media only screen and (min-width:768px) and (max-width:1024px) {
    .go-back a {
        font-size: 12px;
        color: var(--white);
        background: #9a5e26;
        padding: 1px 1px 0px 3px;
        border-radius: 3px;
    }

        .go-back a i {
            margin-right: 3px;
        }
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .checkout-cart2 {
        min-height: 0px;
    }

    .checkout-cart a {
        font-size: 13px;
        border-radius: 3px;
        text-align: center;
    }

    checkout-cart2 a {
        font-size: 13px;
        border-radius: 3px;
        text-align: center;
    }

    .address-details {
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        padding: 8px;
    }

    .order-details {
        padding: 8px 10px;
    }

    .order-detail-price-right {
        text-align: left;
    }

    .address-details2 {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        margin: 0px 5px 0px 5px;
        padding: 8px;
    }

    .checkout-cart h5 {
        font-size: 17px;
        text-align: justify;
        color: #413030;
        padding: 10px;
        font-weight: 700;
        margin-left: 20px;
        margin-bottom: -10px;
    }

    .checkout-address p {
        padding-left: 25px;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 400;
        color: #787171;
    }

    .checkout-address2 {
        min-height: 0px;
        ;
    }

        .checkout-address2 p {
            padding-left: 25px;
            font-size: 12px;
            letter-spacing: 0.5px;
            font-weight: 400;
            color: #787171;
        }

    .profile-user-name p {
        font-weight: 500;
        border-bottom: 1px solid var(--paragraph-color);
    }

    .address-details2 a {
        position: relative;
        font-size: 12px;
        right: -1%;
        top: 2%;
        width: 175px;
        background: none;
        margin-bottom: 20px;
        color: var(--black) !important;
        transition: all 0.5s ease;
    }

    .form-check2 {
        padding: 12px 0px 0px 5px;
        height: 39px;
        border: 1px solid #e0e0e0;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        margin: 15px 5px 3px 5px;
    }

    .address-details2 h6 {
        font-size: 17px;
        text-align: justify;
        color: #413030;
        padding: 10px;
        font-weight: 700;
        margin-left: 20px;
        margin-bottom: -10px;
    }




    .product-form .post-content h4 {
        font-size: 24px;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .product-form .post-content p {
        color: #8e7d7d;
        font-size: 13px;
        text-align: center;
    }

    .cart-btn .add-to_cart .btn2 {
        display: block;
        font-weight: 600;
        border-radius: 5px;
        margin: 0 auto;
        text-align: center;
        background-color: var(--secondary-color);
        font-family: var(--main-font);
        border-color: #350c0c;
        text-transform: uppercase;
    }

    .other-btn .btn2 {
        height: 37px;
        line-height: 34px;
        width: 77%;
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin: 0 auto;
        margin-bottom: 6px;
        border-radius: 5px;
        text-align: center;
        background-color: #1C3448;
        text-transform: uppercase;
        padding: 0px 0px 0px 0px;
        transition: all 0.5s ease;
    }

    .product-left {
        margin-bottom: 16px;
    }

    .input-container {
        position: relative;
        height: 24px;
        width: 100%;
    }

    .radio-tile label {
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
        font-weight: 300;
        padding-left: 13px;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
    }

    .file-drop-area {
        position: relative;
        float: left;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
        border: 1px solid #ced4da;
        border-radius: 3px;
        padding: 0px;
        transition: 0.2s;
    }





    /**product page**/
    .shop-product-section {
        padding: 20px 0px;
    }

    .product-title h4 {
        font-weight: 600;
        font-size: 25px;
        text-align: center;
    }

    .choose-para p {
        font-size: 10px;
        color: #959494;
        margin-left: 30px;
        margin-bottom: 0px;
    }

    .product-right1 img {
        width: 64%;
        margin-left: 62px;
        height: 45px;
    }

    .product-right2 img {
        height: 125px;
        width: 100%;
        margin-bottom: 0px;
    }

    .product-right3 img {
        height: 125px;
        width: 100%;
        margin-bottom: 0px;
    }

    .product-right4 img {
        height: 125px;
        width: 100%;
        margin-bottom: 5px;
    }

    .product-item__image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .related-top h3 {
        font-weight: 600;
        text-align: center;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .procuct-dis p {
        color: #999999;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .product-rate h2 {
        font-size: 30px;
        font-weight: 600;
        color: var(--black);
        text-align: center;
    }

    .product-textarea textarea {
        height: 30px;
    }

    .file-drop-area .file-message {
        font-size: 14px !important;
        padding: 4px;
        font-weight: 400;
        line-height: 2.4;
        white-space: nowrap;
        overflow: hidden;
        color: #756e6e;
        text-overflow: ellipsis;
    }

    .file-drop-area .choose-file-button {
        background: var(--secondary-color);
        border-radius: 3px;
        padding: 4px 5px;
        float: right;
        color: var(--white);
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    .product-weight {
        margin-bottom: 0px;
        margin-top: -10px;
        padding: 9px;
    }

    .product-shape {
        padding: 9px;
    }

    .product-item {
        position: relative;
        border: 1px solid #c6c6c6;
        transition: all 0.3s ease;
        border-radius: 5px;
        min-height: 275px;
    }
}




@media only screen and (min-width:768px) and (max-width:1024px) {
    /**profile tab*/
    .checkout-cart h4 {
        font-size: 15px;
    }

    .profile-menu ul li a {
        font-size: 11px;
        padding: 00px 15px;
    }

    .checkout-address p {
        font-size: 12px;
    }

    .checkout-address2 {
        min-height: 0px;
    }

        .checkout-address2 p {
            font-size: 12px;
        }

    .cart-order-name h6 {
        font-size: 13px;
    }

    .cart-order-price h3 {
        font-size: 18px;
    }

    .cart-order-status h6 {
        font-size: 12px;
    }

    .cart-trace-order-details a {
        font-size: 12px;
    }

    .order-image img {
        width: 100%;
    }

    .order-price h3 {
        font-size: 18px;
    }

    .order-name h6 {
        font-size: 14px;
    }

    .order-status h6 {
        font-size: 12px;
    }

    .checkout-cart a {
        padding: 4px 7px;
        font-size: 12px;
    }

    .product-title h4 {
        font-weight: 600;
        font-size: 18px;
    }

    .product-content p span {
        font-size: 12px;
        color: var(--paragraph-color);
        font-family: var(--main-font);
    }

    .procuct-dis p {
        color: #999999;
        width: 96%;
        font-size: 11px;
    }

    .procuct-dis {
        height: 30px;
    }

    .product-rate h2 {
        font-size: 27px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 0px;
    }

    .product-weight h6 {
        color: var(--black);
        font-size: 12px;
    }

    .product-shape h6 {
        color: var(--black);
        font-size: 12px;
    }

    .product-weight {
        margin-bottom: 2px;
        margin-top: 0px;
    }

    .input-container label {
        padding: 5px;
        font-size: 9px;
        color: var(--black);
    }

    .input-container {
        position: relative;
        height: 23px;
        width: 100%;
    }

    .radio-tile label {
        font-weight: 300;
        width: 100%;
        display: inline-block;
        color: var(--black);
        float: left;
        padding: 4px 5px;
    }

    .file-drop-area {
        position: relative;
        float: left;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-top: 8px;
        border: 1px solid #ced4da;
        border-radius: 3px;
        padding: 0px;
        transition: 0.2s;
    }

    .file-message {
        font-size: 11px;
        padding: 3px;
        font-weight: 400;
        line-height: 2.4;
        white-space: nowrap;
        overflow: hidden;
        color: #756e6e;
        text-overflow: ellipsis;
    }

    .choose-file-button {
        padding: 2px 5px;
        font-size: 9px;
    }

    .choose-para p {
        font-size: 8px;
        color: #959494;
        margin-left: 28px;
        margin-bottom: 0px;
    }

    .add-to_cart {
        width: 100%;
        margin-bottom: 10px;
    }

        .add-to_cart .btn2 {
            height: 27px;
            line-height: 26px;
            width: 100%;
            display: block;
            font-size: 7px;
            font-weight: 600;
            border-radius: 5px;
            background-color: #9a5e26;
            text-transform: uppercase;
            text-align: center;
            padding: 0px 0px 0px 0px;
            transition: all 0.5s ease;
        }

    .other-btn .btn2 {
        height: 27px;
        line-height: 26px;
        width: 100%;
        display: block;
        font-size: 7px;
        font-weight: 600;
        border-radius: 5px;
        background-color: #1C3448;
        text-transform: uppercase;
        text-align: center;
        padding: 0px 0px 0px 0px;
        transition: all 0.5s ease;
    }

    .product-right1 img {
        width: 100%;
        height: 34px;
        margin-bottom: 15px;
    }

    .product-right2 img {
        height: 70px;
        width: 100%;
        margin-bottom: 5px;
    }

    .product-right3 img {
        height: 70px;
        width: 100%;
        margin-bottom: 5px;
    }

    .product-right4 img {
        height: 70px;
        width: 100%;
        margin-bottom: 5px;
    }
}









.product-item__content .product-item__title {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

    .product-item__content .product-item__title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        font-family: var(--main-font);
    }










/*cart*/

.left-cart h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    text-align: left;
    margin-bottom: 10px;
}

.cart {
    box-shadow: 0 0 10px rgb(107 64 64 / 20%);
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cart-table {
    padding: 8px 0px 8px 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    /* box-shadow: 0 0 10px rgb(107 64 64 / 41%); */
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.cart-discription h4 {
    font-size: 16px;
    margin: 0px 0px 2px 0px;
    color: var(--black);
    font-weight: 600;
}

.cart-discription h6 {
    font-size: 13px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 20px;
}

.cart-delivery {
    color: #9a5e26;
}

.cart-quantity p {
    margin-top: 3px;
    font-size: 13px;
    margin-bottom: 3px;
}

.quantity-select {
    padding: 3px 9px 3px 9px;
    align-items: center;
    font-weight: bold;
    color: var(--black);
    margin-left: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
}

.cart-veg-non {
    color: #9a5e26;
    padding-left: 10px;
}

.cart-veg p {
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-massege p {
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-massege-cake {
    color: #9a5e26;
    padding-left: 5px;
}

.cart-weight p {
    margin-top: 3px;
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-shape p {
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-weight-gm {
    color: #9a5e26;
    padding-left: 5px;
}

.cart-shape-name {
    color: #9a5e26;
    padding-left: 5px;
}

.cart-price {
    float: right;
    font-size: 40px;
}

    .cart-price h3 {
        font-size: 20px;
        font-weight: 600;
    }

.cart-pricepart {
    position: relative;
}

.cart-edit {
    position: absolute;
    bottom: 3%;
    left: 0%;
}

    .cart-edit a {
        color: var(--black);
        font-size: 13px;
        transition: all 0.5s ease;
    }

        .cart-edit a:hover {
            color: #9a5e26;
        }

        .cart-edit a i {
            margin-right: 5px;
        }

.cart-remove {
    position: absolute;
    bottom: 3%;
    right: 5%;
}

    .cart-remove a {
        color: var(--black);
        font-size: 13px;
        transition: all 0.5s ease;
    }

        .cart-remove a:hover {
            color: #9a5e26;
        }

        .cart-remove a i {
            margin-right: 5px;
        }
/*.right-cart{
	width: 30% !important;
    margin-left: 35px;
}*/
.right-cart h2 {
    font-size: 26px;
    margin-top: 20px;
}

.price-details-12 {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px !important;
    box-shadow: 0 0 10px rgb(107 64 64 / 20%);
    border-radius: 5px;
}

.price-details {
}

    .price-details h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--black);
        padding: 0px 10px 10px 10px;
        border-bottom: 1px solid #e0e0e0;
    }
/* .mrp-total h6{ */
/* color:var(--black); */
/* font-size:16px; */
/* padding-left:30px; */
/* } */

.mrp-total-span1 {
    float: left;
    width: 60%;
    padding: 10px;
}

.mrp-total-span2 {
    float: left;
    width: 40%;
    padding: 10px;
}

.mrp-discount {
    position: relative;
}

.mrp-discount-span1 {
    float: left;
    width: 60%;
    padding: 10px;
}

.mrp-discount-span2 {
    float: left;
    width: 40%;
    padding: 10px;
}

.total-amount-span1 {
    float: left;
    width: 60%;
    color: #9a5e26;
    padding: 10px;
    font-size: 23px;
    font-weight: 600;
    border-top: 1px solid #e0e0e0;
}

.total-amount-span2 {
    float: left;
    width: 40%;
    color: #9a5e26;
    padding: 10px;
    font-size: 23px;
    font-weight: 600;
    border-top: 1px dashed #e0e0e0;
}

.cart-foot .buy-now a {
    width: 100%;
    padding: 5px 0px;
    font-weight: 600;
    font-family: var(--main-font);
    color: var(--white);
    font-size: 15px;
    align-items: center;
    text-align: center;
    background-color: var(--secondary-color);
    transition: all 0.5s ease;
    border-radius: 3px;
}

    .cart-foot .buy-now a:hover {
        background: #512C14;
        color: var(--white);
    }







@media only screen and (min-width: 320px) and (max-width: 767px) {
    ul.simple-menu-list {
        color: var(--black);
        clear: both;
        display: block;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0;
        height: 38px;
        line-height: 18px;
        padding-left: 0px;
    }

    .right-cart {
        width: 94% !important;
        margin-left: 10px;
    }
    /*cart*/

    .cart-price {
        float: none;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .cart-image img {
        width: 35%;
    }

    .right-cart {
        width: 94% !important;
        margin-left: 10px;
    }

    .mrp-total {
        height: 40px;
    }

    .mrp-discount {
        height: 40px;
    }

    .total-amount {
        height: 40px;
    }

    .cart-foot .buy-now a {
        width: 100%;
        padding: 3px 0px;
        font-weight: 500;
        color: var(--white);
        font-size: 14px;
        margin: 0;
        align-items: center;
        text-align: center;
        background-color: var(--secondary-color);
        transition: all 0.5s ease;
        border-radius: 3px;
    }

    .total-amount-span1 {
        float: left;
        width: 60%;
        color: #9a5e26;
        padding: 7px;
        font-size: 18px;
        font-weight: bold;
        border-top: 1px dashed #e0e0e0;
    }

    .total-amount-span2 {
        float: left;
        width: 40%;
        color: #9a5e26;
        padding: 7px;
        font-size: 18px;
        font-weight: bold;
        border-top: 1px dashed #e0e0e0;
    }

    .cart-edit {
        position: absolute;
        bottom: 3%;
        left: 5%;
    }

    .left-cart h2 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    .cart-discription h4 {
        font-size: 18px;
        margin: 0px 0px 2px 0px;
        color: var(--black);
        font-weight: 500;
    }

    .cart-quantity p {
        margin-top: 3px;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .cart-veg p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .cart-massege p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .cart-weight p {
        margin-top: 3px;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .cart-shape p {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .cart-price h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cart-edit a {
        color: var(--black);
        font-size: 11px;
        transition: all 0.5s ease;
    }

    .cart-remove a {
        color: var(--black);
        font-size: 11px;
        transition: all 0.5s ease;
    }




    .price-details h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 15px 10px 15px 10px;
        border-bottom: 1px dashed #e0e0e0;
    }

    .mrp-total-span1 {
        float: left;
        width: 60%;
        font-size: 13px;
        padding: 10px;
    }

    .mrp-total-span2 {
        float: left;
        width: 40%;
        font-size: 13px;
        padding: 10px;
    }

    .mrp-discount-span1 {
        float: left;
        width: 60%;
        padding: 10px;
        font-size: 13px;
    }

    .mrp-discount-span2 {
        float: left;
        width: 40%;
        font-size: 13px;
        padding: 10px;
    }
}


@media only screen and (min-width:768px) and (max-width:990px) {
    .left-cart h2 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 9px;
    }

    .cart-image img {
        height: 60px;
        width: 100%;
    }

    .cart-discription h4 {
        font-size: 18px;
        margin: 0px 0px 2px 0px;
        color: var(--black);
        font-weight: 500;
    }

    .quantity-select {
        padding: 3px 5px 3px 5px;
        align-items: center;
        font-weight: bold;
        color: var(--black);
        margin-left: 5px;
        border: 1px solid #e9e9e9;
        border-radius: 2px;
    }

    .cart-quantity p {
        margin-top: 3px;
        font-size: 12px;
        margin-bottom: 3px;
    }

    .cart-veg p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .cart-massege p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .cart-weight p {
        margin-top: 3px;
        font-size: 12px;
        margin-bottom: 3px;
    }

    .cart-shape p {
        font-size: 12px;
        margin-bottom: 3px;
    }



    .cart-edit {
        position: absolute;
        bottom: 3%;
        left: -21%;
    }

        .cart-edit a {
            color: var(--black);
            font-size: 11px;
            transition: all 0.5s ease;
        }

    .cart-remove {
        position: absolute;
        bottom: 3%;
        right: 7%;
    }

    .cart-edit a {
        color: var(--black);
        font-size: 11px;
        transition: all 0.5s ease;
    }

    .cart-price h3 {
        font-size: 25px;
    }

    .right-cart {
        width: 32% !important;
        margin-left: -1px;
    }




    .price-details-12 {
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 39px !important;
        box-shadow: 0 0 10px rgb(107 64 64 / 20%);
        border-radius: 5px;
    }

    .price-details h5 {
        font-size: 17px;
        font-weight: bold;
        padding: 4px 10px 5px 10px;
        border-bottom: 1px dashed #e0e0e0;
    }

    .mrp-total-span1 {
        float: left;
        font-size: 14px;
        width: 60%;
        padding: 10px;
    }

    .mrp-total-span2 {
        float: left;
        width: 40%;
        font-size: 14px;
        padding: 10px;
    }

    .mrp-discount-span1 {
        float: left;
        width: 60%;
        font-size: 14px;
        padding: 10px;
    }

    .mrp-discount-span2 {
        float: left;
        width: 40%;
        font-size: 14px;
        padding: 10px;
    }

    .total-amount-span1 {
        float: left;
        width: 60%;
        color: #9a5e26;
        padding: 1px;
        font-size: 16px;
        font-weight: bold;
        border-top: 1px dashed #e0e0e0;
        margin-bottom: 10px;
    }

    .total-amount-span2 {
        float: left;
        width: 40%;
        color: #9a5e26;
        padding: 1px;
        font-size: 18px;
        font-weight: bold;
        border-top: 1px dashed #e0e0e0;
        margin-bottom: 10px;
    }

    .cart-foot .buy-now a {
        height: 37px;
        line-height: 37px;
        width: 100%;
        padding: 0px;
        font-weight: 600;
        color: var(--white);
        font-size: 14px;
        margin: 0;
        align-items: center;
        text-align: center;
        background-color: #9a5e26;
        transition: all 0.5s ease;
        border-radius: 3px;
    }
}




/*Icon progressbar*/
#progressbar {
    overflow: hidden;
    padding-left: 0px;
}

    #progressbar li {
        list-style-type: none;
        font-size: 3px !important;
        width: 19%;
        padding: 0;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar .step0:before {
        font-family: FontAwesome;
        content: "\f10c";
        color: #fff;
    }

    #progressbar li:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        display: block;
        font-size: 20px;
        background: #C5CAE9;
        border-radius: 50%;
        margin: auto;
        padding: 0px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #C5CAE9;
        position: absolute;
        left: 0;
        top: 7px;
        z-index: -1;
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%;
    }

    #progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
        left: -50%;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%;
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: green;
    }

    #progressbar li.active:before {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 8px;
        padding: 0px;
    }

/*----------Privacy Policy-----------*/
.privacy-policy-content-box {
    margin: 30px 0 60px;
}

    .privacy-policy-content-box .privacy-policy-title {
        border-bottom: solid 1px #ccc;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .privacy-policy-content-box h5 {
        font-weight: 600;
        font-size: 21px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .privacy-policy-content-box p {
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .privacy-policy-content-box ul.list-num {
        margin-left: 15px;
    }

        .privacy-policy-content-box ul.list-num li {
            list-style: decimal;
        }

    .privacy-policy-content-box ul.list-alp {
        margin-left: 35px;
    }

        .privacy-policy-content-box ul.list-alp li {
            list-style: lower-alpha;
        }
