@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');

:root {
    --head_font: 'Inter', sans-serif;
    --sub_font: "poppins", sans-serif !important;
    --primary_gradient: linear-gradient(180deg, #7F6000, #603D00);
    --light_base-color: #F4EEDB;
    --drak_base_color: #603D00;
    --main_color: #7F6000;
    --yellow_lemon: #F9F2DF;
    --tab_color: #F3F3F3;
    --whychoose: #F9F4E5;
    --lightgray: #c6c6c6;
    --text-gray: #6f6f6f;
}


html,
body {
    width: 100%;
}

p,
.address_align select {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    line-height: 28px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--drak_base_color);
}

.edit:focus,
.btn-outline-mode {
    background: #F2F2F2 !important;
}

/* Header start */
.search_mobile,
.Mobile_login {
    display: none;
}

/* header {
    padding: 0px 0px 0px 20px;
    overflow: hidden;
} */
header .top_strip {
    padding-left: 10px;
}

.top_strip .left_side {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 15px 30px;
    align-items: center;
}

.top_strip .logo_img,
footer .logo_img {
    width: 150px;
}

.address_align {
    display: flex;
    align-content: center;
    align-items: flex-end;
}

.location_icon {
    padding: 10px 12px;
    background: var(--light_base-color);
    border-radius: 10px;
    margin-right: 10px;
}

.location_icon i {
    font-size: 20px;
    line-height: 0;
    color: #7F6000;
}

.address_align p {
    line-height: 0;
    color: #7F6000;
    margin-bottom: 10px;
}

.address_align select {
    border: none;
    padding: 0px;
    border-radius: 5px;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address_align select:focus {
    outline: none;
}

.top_strip .right_side {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 15px 20px;
    background-color: var(--light_base-color);
    border-radius: 100px 0px 0px 100px;
}

.search {
    display: inline;
    border-radius: 100px;
    padding: 5px 15px;
    transition: background-color 0.5 ease-in-out;
    float: inline-end;
    background: #fff;
    align-content: center;
    height: 40px;
}

.search input {
    outline: none;
    border: 0 !important;
    background-color: transparent;
    width: 350px;
}

.search button,
.search i {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 0px;
    color: #603D00;
}

.dark_button {
    background: var(--primary_gradient);
    color: #ffffff;
    font-size: 16px;
    /* line-height: 0; */
    padding: 0px 25px 0 10px;
    border-radius: 100px;

    align-content: center;
    display: flex;
    justify-content: center !important;
    align-items: center;
    /* width: 100%; */
    text-align: center !important;
}

.header_menu_item .dark_button {
    padding: 0px 15px 0 15px !important;
    height: 40px;
}

.dark_button img {
    width: auto;
    margin-right: 15px;
}

.dark_button i {
    font-size: 20px;
    margin-right: 15px;
}

.main_navigation .dark_button {
    padding: 15px 30px;
    border-radius: 0px 100px 100px 0px;
    width: fit-content;
}

.Navigation {
    box-shadow: 0 0 10px #ececec;
}

.main_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0 !important;
    position: relative;
    height: 50px;
}

.main_nav ul,
.social-media ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 10px;
}

.main_nav li {
    position: relative;
}

.homesliderSlick .slick-dots li.slick-active button {
    background: var(--drak_base_color) !important;
}

.main_nav a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 10px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.main_nav a:hover {
    color: #603D00;
    font-weight: 500;
}

.main_nav a:active {
    color: #603D00;
    font-weight: 500;
}

.main_nav .dropdown ul {
    margin: 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 99;
    width: max-content;
    padding: 15px 10px 0px;
    box-shadow: 0 0 10px #ececec;
}

.text_area span {
    color: #fff;
}

.main_nav .dropdown ul li {
    margin-bottom: 16px;
}

.main_nav .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main_nav .dropdown ul li a {
    border: 0;
    box-shadow: none;
    padding: 7px 20px;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: var(--light_base-color);
    width: max-content;
    border-radius: 10px;
}

.main_nav .dropdown ul li a:hover {
    color: #ffffff;
    background: var(--drak_base_color);
}

.main_nav .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.icons {
    margin-right: 40px;
}

.cart_icon img {
    height: 22px;
    position: relative;
    left: 9%;
}

a.cart_icon {
    position: relative;
}

.cart_icon span {
    background: antiquewhite;
    padding: 2px 6px;
    border-radius: 100px;
    font-weight: 600;
    color: var(--drak_base_color);
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -80%;
    
}

.selected span {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    width: 200px;
    border-radius: 5px;
    color: #131313;
}

.selected span {
    cursor: pointer;
    display: flex;
    padding: 10px 15px;
    margin: 0;
}

.drop-content {
    position: relative;
}

.drop-content ul {
    margin: 0 !important;
    padding-left: 0 !important;
    position: absolute;
    left: 10px;
    top: 10px;
    display: none;
    list-style: none;
    width: 200px;
    background: var(--light_base-color);
    border-top: 0;
    border-radius: 10px;
    z-index: 9999;
}

.drop-content ul li a,
.sidebarclicktoggle {
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: #131313;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid var(--drak_base_color);
}

.drop-content ul li a:hover {
    background: var(--primary_gradient);
    color: #fff !important;
    border-left: 5px solid var(--drak_base_color);
}

p.sidebarclicktoggle:hover {
    background: var(--primary_gradient);
    color: #fff !important;
    border-left: 5px solid var(--drak_base_color);
    border-radius: 10px 10px 0px 0px;
}

.drop-content ul li:last-child a:hover {
    border-radius: 0px 0px 10px 10px;
}

.search_mobile {
    color: var(--drak_base_color);
    font-size: 22px;
}

.search_mobile .ion-navicon,
.search_mobile #toggle-search {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-right: 8px;
}

.search_mobile .ion-navicon:hover,
.search_mobile #toggle-search:hover {
    color: var(--main_color);
}

.search_mobile .ion-navicon {
    float: left;
}

.search_mobile span {
    font-weight: 100;
    margin-left: 0;
}

.search_mobile input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    right: 10px;
    top: 150px;
}

.dropdown_Option .Inner-content {
    display: none;
}

.dropdown_Option.active .sub-selected {

    color: #000000;

}

a.dark_button:hover {
    color: #eee;
}

.dropdown_Option.active .Inner-content {
    display: block;
}

.Inner-content ul {
    margin: 10px !important;
    position: static;
    width: auto;
    background: #fff;
}

.Inner-content ul li a {
    padding: 7 px 15px;
    color: #131313;
}

.slick-prev:hover {
    background: var(--main_color) !important;
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff !important;
}

/* Header End */
/* footer start */
footer {
    background: #313131;
    padding: 40px 20px 0;
}

footer .logo_img {
    margin-bottom: 20px;
}

footer .dropdown-tree p,
.Social p,
.newsletter p {
    color: #fff;
    margin: 0;
}

.dropdown-tree hr,
.Social hr,
.newsletter hr {
    border: 1px solid #6f6f6f;
    width: 50%;
    margin: 10px 0;
}

.dropdown-tree ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-tree ul li {
    padding: 5px 0px 0px;
}

.dropdown-tree ul li a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
}

.dropdown-tree ul li a i {
    margin-right: 10px;
}

.Social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.Social ul li a i {
    color: #fff;
}

.Social ul li a {
    text-decoration: none;
}

footer .Social ul li {
    transition: transform 2s;
}

footer .Social ul li:hover {
    transform: rotate(360deg);
}

footer .Social ul li:hover a i {
    color: var(--main_color);
}

footer .newsletter {
    float: inline-end;
    padding-left: 30px;
    width: 100%;
}

footer .newsletter input {

    width: 90%;
    padding: 8px 10px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background: #454545;
}

footer .newsletter::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #6f6f6f;
}

footer .newsletter a {
    padding: 8px 20px;
    border: 2px solid #ffffff9e;
    border-radius: 10px;
    color: #ffffff9e;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.last-strip hr {
    border: 1px solid #6f6f6f;
    width: 100%;
    margin: 30px auto 10px;
}

.last-strip .text_area {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
}

.last-strip .text_area p,
.last-strip .text_area a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.dropdown-tree .dropdown-tree-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* footer End */
/* homepage banner css  */
.hero,
.mid_banner {
    padding: 20px 30px;
}

.hero .swiper-creative .swiper-slide {
    background: #ffffff;
}

.hero .banner_img {
    position: relative;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    min-height: 450px !important;
    max-height: 500px;
    border-radius: 10px;
}

.web_home_banner {
    display: block !important;
}

.mobile_home_banner {
    display: none !important;
}

.Home_banner_text {
    position: absolute;
    z-index: 9999;
    top: 20%;
}

.Home_banner_text .textallign {
    position: relative;
    left: 14%;
}

.slick-next,
.slick-prev {
    padding: 20px;
    border-radius: 100px;
    background: #ffffff !important;
    box-shadow: 0 0 10px #cecece;

}

.homesliderSlick i,
.categories_slider i,
.list_slider i {
    z-index: 999;
}

.homesliderSlick .slick-next:before,
.homesliderSlick .slick-prev:before,
.categories_slider .slick-next:before,
.categories_slider .slick-prev:before,
.list_slider .slick-next:before,
.list_sliderrr .slick-prev:before,
.list_sliderrr .slick-next:before,
.list_slider .slick-prev:before,
.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
    font-family: "Font Awesome 6 Free";
    position: absolute;
    /* top: 10px;
    right: 13px; */
    color: black;
    z-index: 999;
    font-size: 20px;
}

.homesliderSlick .slick-next:hover:before,
.homesliderSlick .slick-prev:hover:before .categories_slider .slick-next:hover:before,
.categories_slider .slick-prev:hover:before .list_slider.slick-next:hover:before,
.list_slider .slick-prev:hover:before,
.testimonial-sec .slick-prev:hover:before,
.testimonial-sec .slick-next:hover:before {
    color: #ffffff !important;
}

.homesliderSlick .slick-prev:hover,
.homesliderSlick .slick-next:hover .categories_slider .slick-prev:hover,
.categories_slider .slick-next:hover .list_slider .slick-prev:hover,
.list_slider .slick-next:hover,
.testimonial-sec .slick-next:hover {
    background-color: #7F6000 !important;
    opacity: 1;
}

.categories_slider .slick-next:hover {
    background: var(--main_color) !important;
}

.list_sliderrr .slick-next:hover {
    background: var(--main_color) !important;
}

.homesliderSlick .slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px;
    line-height: 20px;
    width: 10px;
    height: 20px;
    opacity: 1;
    color: #ffffff;
}

.homesliderSlick .slick-dots {
    bottom: 20px;
}

.homesliderSlick .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--drak_base_color);
}

.homesliderSlick .slick-dots li {
    width: 10px;
}

.homesliderSlick .slick-next {
    right: 20px;
}

.homesliderSlick .slick-prev {
    left: 15px;
}

.Home_banner_text .upper_text img {
    height: 120px !important;
    width: auto;
}

.Home_banner_text .upper_text {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}

.Home_banner_text .upper_text h2 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    color: #000;
    font-weight: 400;
    line-height: 43px;
    text-transform: capitalize;
    text-align: right;
    margin-right: 15px;
}

.Home_banner_text .upper_text h2 span {
    font-weight: 700;
    color: var(--drak_base_color);
}

.Home_banner_text h1 {
    font-family: "Inter", sans-serif;
    font-size: 75px;
    font-weight: 700;
    background: linear-gradient(180deg, #7F6000, #603D00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Home_banner_text p {
    margin-right: 10%;
    font-size: 14px;
    /* width: 40%; */
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px;
}

.Home_banner_text a {
    margin: 0px 0px 0px 25% !important;
}

.shop_btn,
.cart_btn,
.view_all {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: var(--drak_base_color);
    font-weight: 400;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 100px;
}

.shop_btn i,
.cart_btn i {
    padding-right: 10px;
}

.shop_btn:hover,
.cart_btn:hover,
.view_all:hover {
    color: #ffffff;
    background: var(--drak_base_color);
}

/* homepage banner css end */
/* homepage category slider css start */
.hero,
.categories {
    padding: 0px 30px;
}

.categories_slider .slide:hover img {
    border: 4px solid #7F6000;
}

.categories_slider .slide img {
    border: 4px solid transparent;
}

.categories_slider .slide:hover h3 {
    color: #7F6000;
    font-weight: 600;
}

.categories_slider img {
    height: 160px;
    width: auto;
    border-radius: 1000px;
    margin: 0 auto;
}

.categories_slider h3 {
    margin: 15px 0px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.categories_slider .slick-dots,
.list_slider .slick-dots {
    display: none !important;
}

.categories_slider .slick-next,
.list_slider .slick-next {
    right: 10px;
}

.categories_slider .slick-prev,
.list_slider .slick-prev {
    left: 10px;
}

/* homepage category slider css end */
/* homepage Kakul Recommends slider css start */
.heading {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.heading span {
    font-weight: 700;
    color: var(--main_color);
}

.recommend_list .text {
    display: flex;
    justify-content: space-between;
}

.recommend_list .text hr {
    width: 35%;
    border: 3px solid #c5c5c5;
    border-radius: 20px;
}

.product_card {
    margin: 10px;
    border: 2px solid #ececec;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.product_card:hover {
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ececec;
}

.product_card img {
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.product_card .details {
    padding: 10px;
}

.product_card .details .head {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    color: #000000;
}

.product_card .details .price span {
    color: red;
    text-decoration: line-through;
}

.cart_btn,
.view_all {
    font-size: 15px;
    color: var(--drak_base_color);
    background: #F2F2F2;
}

.buttons .heart {
    border: 2px solid #ececec;
    border-radius: 20px;
    background: #fff;
    padding: 10px 13px;
}

/* .far {
    color: rgb(228, 228, 228);
} */

/* .fas {
    color: red;
} */

.heart {
    cursor: pointer;
}

.pulse {
    animation: pulse .5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* homepage Kakul Recommends slider css end */
/* mid banner homepage start */
.mid_banner {
    position: relative;
}

.mid_banner img {
    width: 100%;
    height: auto;
}

.coupon_detail h2,
.coupon_detail h3 {
    font-family: "Boogaloo", sans-serif;
    font-size: 25px;
    font-weight: 500;
    background: linear-gradient(180deg, #7F6000, #603D00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
}

.coupon_detail p {
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
}

.coupon_detail h2 {
    font-size: 90px !important;
    color: var(--main_color) !important;
    line-height: 70px;
}

.coupon_detail {
    position: absolute;
    bottom: 14%;
    left: 44%;
}

.discount_detail {
    position: absolute;
    bottom: 20%;
    right: 6%;
    text-align: center;
}

.discount_detail p {
    text-transform: uppercase;
}

.discount_detail p.saveup {
    text-align: left;
}

.discount_detail h2 {
    margin-top: 20px;
    color: var(--main_color);
    font-size: 80px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #ffffff;
}

.discount_detail .code {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.discount_detail .code p {
    line-height: 20px;
    margin: 40px 0 0;
}

/* mid banner homepage end */
.products_list {
    padding: 10px 0px;
}

.products_list .text_head,
.recommend_list .text_head {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.products_list .text_head .left h1 {
    margin-bottom: 10px;
}

.products_list .text_head .left p {
    margin: 0;
}

.homesliderSlick {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 24px;
}

.product_card .details .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.homesliderSlick .slick-arrow:hover:before {
    color: #fff;
}

.homesliderSlick .slick-arrow:hover {
    background-color: #7F6000 !important;
}


/* manjeet css start from here  */

/* .far {
    background-color: red;
    color: red;
} */

.center {
    text-align: center;
}

.handloom_picture img {
    width: 100%;
}

.productList {
    padding: 0 !important;
}

.handloom_pictureText {
    position: relative;
}

.handloom_text {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    background: #0000006b;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.handloom_text p {
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif;
}

#Handloom_Products h1.heading {
    margin-bottom: 10px;
}

/* Testimonial section start from here  */
.Reviews_section {
    background: var(--yellow_lemon);
    padding: 4rem 0;
    position: relative;
    padding-bottom: 0;
}

.testimonial_box {
    background: #fff;
    padding: 33px;
    border-radius: 20px;
}

.testimonial-sec .slick-slide {
    margin: 0 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    opacity: 0.6;
}

.testimonial-sec p {
    font-size: 16px;
    color: #3D3D3D;
}

.testimonial-sec .slick-slide,
.testimonial-sec .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.testimonial-sec .slick-center,
.testimonial-sec .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    /* background-color: #ffffff; */
}

.testimonial-sec .slick-current.slick-active {
    transform: scale(1);
    /* background-color: #ffffff; */
    opacity: 1 !important;
}

.testimonial-sec .slick-next,
.slick-prev {
    z-index: 5;
}

.testimonial-sec .slick-next {
    right: 15px;
}

.testimonial-sec .slick-prev {
    left: 15px;
}

.testimonial-sec .slick-next:before,
.slick-prev:before {
    color: #000;
    /* font-size: 26px; */
}

.testimonial-sec .slick-slider {
    margin-bottom: 0px !important;
}

.testimonial-sec .slick-slider {
    margin-bottom: 0;
}

.more {
    display: none;
}


.readmore {
    color: #7F6000;
    font-size: 18px;
}

.testimonial_box .comma img {
    width: 22px;
}

.testimonial_para h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.testimonial-sec {
    padding-bottom: 7rem;
}

.testimonial-sec .slick-prev {
    left: 46%;
    transform: translatex(-50%);
    top: 84% !important;
}

.testimonial-sec .slick-next {
    right: 46%;
    transform: translatex(-50%);
    top: 84% !important;
}

.btns-icons i.fa-solid.fa-heart {
    color: red;
}

.Reviews_section .container-fluid {
    padding: 0px !important;
    overflow: hidden;
}

/* Product-detail page start from here   */

.Product_detailbanner .banner_img {
    max-height: unset;
    min-height: unset;
}

.product_detailinfo h4 {
    font-size: 19px;
}

.product_detailinfo ul {
    list-style: none;
    padding: 0;
}

.hero .Product_detailbanner {
    margin: 2rem 0;
}

.category_search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabProduct_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: var(--tab_color);
    padding: 10px;
    border-radius: 15px;
}

.tabProduct_detail {
    background: var(--tab_color);
}

.tab-Bg p {
    margin: 0;
    font-size: 15px;
}

.tab-Bg p a {
    color: #000;
    white-space: nowrap;
}

.tabProduct_detail .tab-Bg {
    background: #fff;
    padding: 10px 22px;
    border-radius: 49px;
    text-align: center;
    margin: 0 10px;
    width: fit-content !important;
}

.tabProduct_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background: var(--tab_color);
    padding: 10px;
    border-radius: 12px;
}

.tabProduct_details select option {
    font-size: 15px;
}

.tabProduct_details select {
    font-size: 16px;
    width: 200px;
    border: none;
    padding: 8px 12px;
    border-radius: 24px;
}

.product_detalLeft {
    display: flex;
    align-items: center;
    gap: 20px;
}



.addforminput select {
    width: 100%;
}

.addforminput select {
    width: 100%;
    border: 2px solid rgb(245, 245, 245);
    padding: 10px 12px;
    border-radius: 10px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    font-size: 16px;
    color: #616161;
    cursor: pointer;
}

.custom-select select:focus {
    outline: none;
    border-color: none;
}

.custom-select i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--Black);
}

.product-tabs {
    margin-bottom: 1.7rem;
}



/* product detail page start from here */

.product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-content {
    padding-top: 0;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.img-select .img-item img {
    border-radius: 12px;
    filter: grayscale(1);
    border: 3px solid transparent;
    opacity: 0.6;
}

.img-select .img-item .active img {
    border: 3px solid var(--main_color);
    filter: none;
    opacity: 1;
}

.product_detailinfo .product_desc {
    list-style: disc;
    padding-left: 32px;
}

section#product-detail {
    margin-top: 2.5rem;
}

.product-ListLeft {
    margin-top: 1rem;
    margin-left: 30px;
}

.itemCode p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
}

.itemCode p span {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    font-weight: 700;
    color: #000000;
}

h2.product-head {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    font-family: "Inter", sans-serif;
}

.star-rating i {
    color: var(--lightgray);
}

.price_tax p {
    display: inline;
    margin: 0;
}

.price_tax p:last-child {
    display: block;
}

.price_tax p:first-child {
    color: var(--main_color);
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.price_tax span {
    font-size: 20px;
    text-decoration: line-through;
    color: red;
    font-weight: 200;
    margin-left: 8px;
    font-family: "Poppins", sans-serif;
}

.price_tax {
    margin: 20px 0;
}

.para {
    font-size: 16px;
    color: var(--text-gray);
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.cart-wishlist .buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.cart-wishlist {
    margin-bottom: 20px;
}

.product_detailinfo ul li p {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
}

.product_detailinfo ul li span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
    color: var(--text-gray);
}

.whyChhoseBG {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 2.5rem;
}

.sectioncnter {
    display: flex;
    justify-content: end;
    align-items: center;
    background: var(--whychoose);
    width: fit-content;
    padding: 30px;
    padding-left: 19%;
    position: relative;
    gap: 35px;
    border-radius: 15px;
}

.whychooseItem img {
    width: 115px;
}

.sectioncnter .WhyChooseBox {
    position: absolute;
    left: -19%;
    background: var(--main_color);
    text-align: center;
    padding: 22px;
    width: 28%;
    border-radius: 15px;
}

.whychooseItem {
    text-align: center;
}

.WhyChooseBox p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}

.WhyChooseBox h3 {
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

#product-detail .products_list {
    margin-top: 3rem;
}

.WhyChooseBoxoter {
    display: none;
}

.dropdown-tree .dropdown-tree-a span {
    display: none;
}


.hidden {
    display: none !important;
}

/* product detail page ends from here  */



.handloom_picture {
    position: relative;
}

.handloom_picture:before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #5d5d5d, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.handloom_picture:hover:before {
    background: linear-gradient(45deg, #00000000, transparent);
    transition: all 0.3s ease-in-out;
}

.handloom_pictureText {
    position: relative;
    overflow: hidden;
}

.handloom_picture {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.handloom_picture:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.handloom_pictureText:hover .handloom_text {
    bottom: 3%;
}



.list_sliderrr {
    display: flex;
}


.list_sliderrr .slick-next {
    right: -6px;
}

.list_sliderrr .slick-prev {
    left: -6px;
}

.handloom_section {
    padding: 0;
}


.testimonial-sec .slick-center {
    transform: unset !important;
}

.Reviews_section .container-fluid {
    padding: 0px !important;
    overflow: hidden;
}



/* Active center slide (You can change anything here for cenetr slide)*/
.testimonial-sec .slick-center,
.testimonial-sec .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    / background-color: #ffffff;/
}

/* Manjeet stying start from here  */

ul#ui-id-1 {
    left: 50% !important;
    top: 70px !important;
    transform: translate(-50%);
    padding: 12px;
    border-radius: 18px;
}


.ui-menu .ui-menu-item-wrapper {
    border-radius: 12px;
}

.product_card img {
    height: 330px;
    object-fit: cover;
}


.product_card:hover .product_cardcover img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.product_card .product_cardcover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.product_card .product_cardcover {
    overflow: hidden;
}

.product_card .quickview {
    position: absolute;
    top: -100px;
    right: 18px;
    z-index: 999;
    padding: 10px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.product_card:hover .quickview {
    top: 14px;
    right: 18px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.product_card .quickview span {
    border: 1px solid var(--dark_base_color);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    cursor: pointer;
}

.product_card .quickview span:hover {
    background: #623c0f;
}

.product_card .quickview span:hover i {
    color: #fff;
}

.quickview span i {
    position: relative;
    color: #623c0f;
}

.quickview p {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
    color: #623c0f;
}

a:hover,
.header_nav_sub a:hover {
    font-weight: unset;
}

.Home_banner_text h1 {
    margin-top: 9px;
}

.homesliderSlick {
    margin-top: 10px !important;
}

.text_head h1.heading {
    text-align: start;
}

.newsletter {
    display: block !important;
    background-color: unset !important;
    border: unset;
    padding: unset !important;
}

.btns-icons a.btn.wishlist-heart i {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 50px;
}

.offcanvas {
    z-index: 1060;
}

.offcanvas-backdrop {
    z-index: 1030;
}

.modal-backdrop {
    z-index: 1025;
}

/* the chain system of menu  */


.dd-box-shadow li .dropdown_contenthead ul {
    visibility: hidden;
    opacity: 0;
    left: 100%;
}

.dd-box-shadow li:hover .dropdown_contenthead ul {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 100%;
}

.dd-box-shadow li .dropdown_contenthead ul .dropdown_contenthird ul {
    visibility: hidden;
    opacity: 0;
    left: 100%;
}

.dd-box-shadow li .dropdown_contenthead ul li:hover .dropdown_contenthird ul {
    opacity: 1;
    visibility: visible;
}



/* the last menu of header  */
.dd-box-shadow li .dropdown_contentheadlast ul {
    visibility: hidden;
    opacity: 0;
    left: -110%;
}

.dd-box-shadow li:hover .dropdown_contentheadlast ul {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: -110%;
}

.dd-box-shadow li .dropdown_contentheadlast ul .dropdown_contenthirdlast ul {
    visibility: hidden;
    opacity: 0;
    left: -110%;
}

.dd-box-shadow li .dropdown_contentheadlast ul li:hover .dropdown_contenthirdlast ul {
    opacity: 1;
    visibility: visible;
}



#sidebartoggle {
    display: none;
}


.innnerslidebar ul {
    margin: 0 !important;
}

.sidebarclicktoggle {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;
}









/* xhopfront pages styling start from here */
td {
    font-family: "Poppins", sans-serif;
}

.product-thumbnail img {
    display: unset !important;
    width: 100px;
}

.product-remove a {
    border-radius: 33px;
}

.remove,
.edit,
.webkey-btn {
    font-size: 15px !important;
    color: var(--drak_base_color) !important;
    background: #F2F2F2 !important;
    background-color: #F2F2F2 !important;
    border: none !important;
    outline: none !important;
    border-radius: 40px !important;
    font-family: "Rubik", sans-serif !important;
    padding: 10px 20px !important;
    width: fit-content !important;
    cursor: pointer;
}

.remove:hover,
.edit:hover,
.webkey-btn:hover {
    color: #ffffff !important;
    background: var(--drak_base_color) !important;
}


/* xhopfront pages styling ends from here  */




/* openmedicines css  */

/* .col.small_uploadpres {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9%;
    z-index: 9999;
    background: none !important;
    width: 95%;
} */

.small_uploadpres button {
    width: 100%;
    background: none !important;
}

.small_uploadpres button a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    padding: 10px !important;
    font-size: 15px;
}

.small_uploadpres button a span {
    margin-right: 5px;
}


/* cart page start from here  */

.cart-qty {
    width: 100px;
    height: 40px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #eee;
}

.cart-qty .qty-btn {
    width: 35px;
    height: 35px;
    font-size: 20px;
    overflow: hidden;
    border-radius: 26px;
}

input.cart-qty-input.form-control {
    border: none !important;
}

.top-pararadio {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

.top-pararadio p.radio-para {
    margin: 0;
}

.radiowithaddres {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.card {
    border-radius: 12px;
}

.addressloaction p {
    margin: 0;
}

#dramaticbro {
    accent-color: var(--drak_base_color);
    width: 16px;
    height: 16px;
}

/* cart page ends from here  */

/* checkout page start from here  */

.breadcrumb-item+.breadcrumb-item::before {
    content: none !important;
}

.userinfo1 p {
    margin: 0;
}

.userinfo1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginuser_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userinfo1 span {
    margin-right: 12px;
}

a#ProceedPay {
    width: 100%;
    margin-top: 1rem;
}

.btn:active,
.btn:focus {
    background: var(--drak_base_color);
}

.mainformchekout {
    display: none;
    padding: 22px;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 2rem;
    box-shadow: 2px 2px 8px 3px #eee;
    position: relative;
}

.showformcheckout {
    display: block;
}

.form-control,
.form-select {
    border-radius: 20px !important;
    padding: 9px !important;
}

label.form-label {
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
    color: var(--drak_base_color);
    margin-bottom: 2px;
}

span.closethecheckoutform {
    position: absolute;
    top: -10%;
    left: 93%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

h5.border-bottom {
    color: #7e5c1b;
}

.checkoutadd_check {
    align-items: start;
    padding-top: 30px;
}

.checkoutadd_check input#dramaticbro {
    margin-top: 6px;
}

.checkoutadd_check .edit {
    position: absolute;
    top: 8px;
    right: 0;
    background: #fff;
}

/* checkout page ends from here  */




/* Style for the pop-up */
.popupcheck {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Style for the pop-up content */
.popup-contentcheck {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 650px;
    margin: 20px;
    text-align: center;
    position: relative;
}

/* Close button style */
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* Responsive styling */
@media (max-width: 600px) {
    .popup-content {
        width: 90%;
        padding: 15px;
    }
}



.pop-upformcheckout label.form-label {
    width: 100%;
    text-align: left;
}

.popup-contentcheck span.closecheck {
    right: 42px;
    position: absolute;
    top: 8px;
    font-size: 22px;
    font-weight: 600;
}

.addressUpdate_btn {
    width: 50%;
}

.editTrash {
    position: absolute;
    top: 0px;
    right: 0px;
}

.addaddress {
    padding: 0 16px;
}

p.revieworder {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 3px 9px;
    border-radius: 26px;
    background: #f2f2f2;
}

p.revieworder:hover {
    background: var(--drak_base_color);
}

p.revieworder a {
    color: #000;
}

p.revieworder:hover a {
    color: #fff;
}

.itemsDelivery {
    display: none !important;
}

.showdeliveryitm {
    display: block !important;
}


/* accpont pages start from here  */

.account-sidebar {
    border-radius: 12px;
    padding: 12px;
    background: #eee;
}

a.sidebar-anchor {
    display: flex;
    gap: 20px;
    border: 3px solid transparent;
    margin-bottom: 6px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

a.sidebar-anchor:hover {
    border: 3px solid var(--main_color);
    transition: all 0.3s ease-in-out;
}

.sidebar-anchor i {
    position: relative;
    z-index: 999;
}

.sidebar-anchor i:after {
    position: absolute;
    content: "";
    background: #eee;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20px;
}

a.sidebar-anchor:hover i {
    color: var(--drak_base_color);
}

.account-sidebar small a {
    color: #000;

}

a.sidebar-anchor:hover {
    color: #623c0f;
}

.form-select {
    border-radius: 20px;
}

.edit-addheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.edit-addheader .edit {
    padding-top: 5px;
    padding-bottom: 5px;
}

.accountprofileupdate {
    display: none;
}

.active>.page-link,
.page-link.active {
    background-color: var(--drak_base_color) !important;
    border-color: var(--drak_base_color) !important;
}

.page-link {
    color: var(--drak_base_color);
}

/* manjeet new changes */
.Navigation .container-fluid {
    padding-left: 0;
}

a#wishlist-heart:active {
    border: 1px solid transparent !important;
}

.btns-icons .btn:active {
    background: none !important;
}

.btns-icons .btn:active,
.btns-icons .btn:focus {
    background: none !important;
}


/* manjeet new css start from here copy from staging server  */
.modal-header {
    background: var(--light_base-color);
}

.modal-header .modal-title {
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.modal-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 5px !important;
}

.categories_slider .slick-next:hover {
    background: var(--main_color) !important;
}

.btn:first-child:active {
    border: none !important;
}

.btns-icons .btn:active {
    background: none !important;
}

.btns-icons .btn:active,
.btns-icons .btn:focus {
    background: none !important;
}

.Navigation .container-fluid {
    padding-left: 0;
}



/* .main_navigation{
    position: relative;
} */

.search_mobile input {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: inherit;
    position: unset;
    background: #fff;
    outline: none;
    border: 2px solid var(--light_base-color);
    border-radius: 10px;
    padding: 7px 10px;
    width: 96%;
}

.product-detail-actions {
    display: flex;
    justify-content: start;
    align-items: center;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: var(--drak_base_color) !important;
}

.form_label {
    color: var(--drak_base_color);
}

.code h3 {
    color: #fff;
}

a {
    color: var(--drak_base_color);
}

.offcanvas {
    color: var(--drak_base_color);
}

cite {
    color: var(--drak_base_color);
}

.pop-up-form-b {
    border: none !important;
}

.form-check-input:checked {
    background-color: var(--drak_base_color);
    border-color: var(--drak_base_color);
}

.color-primary {
    color: var(--drak_base_color) !important;
}

.form_label {
    color: var(--drak_base_color);
}

.nav_item .dropdown-menu {
    opacity: 0;
    visiblity: hidden !important;
}

.nav_item .dropdown-menu.show {
    /* transform: translate3d(35%, 29px, 0px) !important; */
    opacity: 1;
    visiblity: visible !important;
}

/* 3 sept  */

.Inner-content p.sidebarclicktoggle:hover a {
    color: #fff;
}

.Inner-content p.sidebarclicktoggle a {
    border-left: none;
}

.Inner-content p.sidebarclicktoggle a:hover {
    border-left: none;
}

.Inner-content .Inner-content>ul {
    background: #f7ecdc;
    margin: 0 !important;
    border-radius: 0px !important;
}

.Inner-content .Inner-content>ul li a {
    font-size: 14px;
}

.Inner-content .Inner-content>ul li {
    border-bottom: 1px solid #76531880;
}



.Inner-content p.sidebarclicktoggle a {
    padding: 0;
}

.card {
    border-radius: 14px !important;
    overflow: hidden;
}

.form-control:focus {
    border-color: unset !important;
    box-shadow: none !important;
}

.email_checkout input.form-control {
    border: none;
}

.email_checkout .input-group-text {
    border: none;
    padding: 12px;
    border-radius: 13px 0px 0px 13px;
}

textarea.form-control {
    resize: none;
}

/* 5 sept manjeet */

.slider-testimonials .slick-dots li.slick-active button {
    background: #603D00;
}

.info-heading {
    color: #603D00;
}

.header_menu_item .dropdown-menu a.dropdown-item:hover {
    background: var(--primary_gradient);
    color: #fff;
}

.dropdown-menu hr.dropdown-divider {
    margin: 0;
}

.each-info-container .whycompon-para {
    font-size: 22px;
}

.account-table thead tr th {
    color: #674312;
    text-align: center;
}


.aspect-ratio_object {
    object-fit: cover;
    border-radius: 12px;
}

.product-attribute label {
    font-size: 22px;
    font-weight: 400;
    color: #623c0f;
}

.product-attribute>label {
    font-size: 22px;
    font-weight: 400;
    color: #623c0f;
}

.product-price span {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #623c0f;
}

.product-price .text-primary {
    color: #623c0f !important;
}

/* .homesliderSlick .slick-dots li.slick-active button {
    background: var(--primary_gradient);
} */
.shop-single_price {
    margin-top: 7px;
}

.shop-single_price .text-muted {
    color: #e64848 !important;
}

.shop-single_meta_item_title {
    color: #623c0f !important;
}

.shop-single_title h2 {
    font-size: 25px !important;
}

.header_menu_item .dark_button i {
    font-size: 14px;
    margin-right: 0px;
}

.products-brand span {
    color: #555;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.products-title h1.h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.proceedShop {
    display: flex;
}

.marginleft-auto {
    margin-left: auto;
}

.hentry .table-responsive tr th {
    text-align: center;
    color: var(--drak_base_color) !important;
    min-width: 155px;
    font-weight: 500;
}

.cart-table-content .product-name {
    min-width: 350px;
}

.product-box a.cart_btn.add-to-cart-page {
    white-space: nowrap;
}

.page-item a.page-link:hover {
    color: #fff;
    background: #623c0f;
}



.dropdown .dropdown-menu {
    padding: 0rem;
}

.dropdown-divider {
    border-top: 0px;
}

.dropdown-menu hr {
    margin: 0;
}

.add_pr_btn>div {
    width: 48%;
}

.add_pr_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add_pr_btn>div .webkey-btn {
    font-size: 12px !important;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.checkout-card .input-group span,
.checkout-card .input-group input {
    border: 1px solid transparent;
}
.popup-close {
    position: relative;
    height: 35px;
}
.popup-close button.btn-close {
    position: absolute;
    right: 0;
    font-size: 15px;
}
.checkout-form-list input, .checkout-form-list textarea.pop-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #797979;
}
button#enquiry-form {
    background:  var(--drak_base_color);
    border: none;
    color: #fff;
    font-size: small;
    letter-spacing: 0.15em;
    margin-top: 12px;
    padding: 7px 22px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    line-height: 25px;
    position: fixed;
    top: 50%;
    z-index: 1;
    right: -7.7rem;
    rotate: 270deg !important;
}
.shortby-dropdown .dropdown-toggle:focus {
    background: none !important;
}
.back-top.is-active{
    z-index: 1000;
}
.back-top {
    border: 1px solid var(--drak_base_color) !important;
    border-radius: 30px;
}
.back-top:hover {
    background-color: var(--drak_base_color); 
}

.back-top_icon.icon.is-arrow-up {
    color: var(--drak_base_color); 
}

.back-top:hover .back-top_icon.icon.is-arrow-up {
    color: #fff; 
}
.back-top{
    width: 45px !important;
    height: 50px !important;
}
.float {
    z-index: 1000;
    box-shadow: 2px 2px 3px #606060;
}
.hidden {
    display: none;
}
/* 14 sept */
.handloom_pictureText{
    padding-left: calc(var(--bs-gutter-x) * 0.5);   
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.each-info-container:hover {
    background-color: #b9c674;
transition: all 0.5s ease;
}

.discount_detail p.saveup{
    text-align: center !important;
}

.shop-sidebar-list ul {
    max-height: 250px;
    overflow: auto;
    background: #ececec85;
    padding: 10px;
    border-radius: 10px;
    overflow-x: hidden !important;
}

.shop-sidebar-list li {
    padding: 5px 10px;
    padding-bottom: 5px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.custom-checkbox .custom-control-label:before{
    border-radius: 6px;
}

/* .shop-sidebar-list li label.custom-control-label {
    white-space: nowrap;
} */

.shop-sidebar-list ul::-webkit-scrollbar {
    display: none;
}
.shortby-dropdown .dropdown a {
    border-radius: 8px;
}

.shop-category-list .nav-item .s-icon{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    padding-right: 2rem;
}

.shop-category-list .nav-link, .custom-checkbox .custom-control-label {

    color: #4e5a6b;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

 .shop-category-list ul.nav {
    overflow: auto;
    background: #ececec85;
    padding: 10px;
    border-radius: 10px;
    overflow-x: hidden !important;
}

 .shop-category-list ul.nav li {
    padding: 5px 10px;
    padding-bottom: 5px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
}

 .custom-checkbox .custom-control-label {
    color: #4e5a6b;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.shop-category-list .nav-link{
    padding: 1px 0;
    padding-left: 0rem;
    color: #4f5c6b;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.shop-category-list .nav-link.active, .shop-category-list .nav-link:hover {
    color: #623c0f;
}

.shop-category-list .nav-item:hover .s-icon:before, .shop-category-list .nav-item:hover .s-icon:after {
    background: #4f5c6b;
}


.slick-prev, .slick-next{
    width: 45px !important;
    height: 45px !important;
} 

.info-section{
    min-height: 60vh;
}

.info-icon i {
    font-size: 45px;
}
.each-info-container:hover{
    transition: all 0.5s ease;
    box-shadow: 0px 0px 7px 1px #b3b3b3;    
}
.details p.price {
    margin: 0;
}
ul#ui-id-1{
    width: 500px !important;
}
.main_navigation .selected {
    display: none;
}
.loading{
    z-index: 9999999;
}
.checkout-card .input-group input:focus {
    border: 1px solid transparent !important;
}
.shop-category-list .nav-item .s-icon:before, .shop-category-list .nav-item .s-icon:after{
    background: #623c0f;
}
.dd-box-shadow li:hover .dropdown_contenthead ul{
  top: 0;
}
.main_nav .dropdown ul li {
    margin-bottom: 9px;
}

.main_nav .dropdown ul li a{
    padding: 4px 20px;
    display: block;
    width: 100%;
}
.shortby-dropdown .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: 0;
}

.shortby-dropdown .dropdown .dropdown-menu{
  display: none;
}

.shortby-dropdown .dropdown .dropdown-menu.show {
    display: block;
}
.last-strip .text_area{
  position: relative;
}

.text_area p.powered {
    position: absolute;
    right: 0;
    top: 0%;
}
@media only screen and (max-width: 768px){
.text_area p.powered{
  position: unset;
}
}
a {
    cursor: pointer;
}