.tranding_asp {
    aspect-ratio: 1;
}

/** Jiten **/

@media only screen and (min-width: 766px) {
    .product_display:hover .addToCartVariations{
        bottom: -2px;
    }
}

.addToCartVariations{
    width: 100%;
    overflow: auto;
    position: absolute;
    bottom: -100px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 1);
    transition: bottom ease 0.2s;
    -moz-transition: bottom ease 0.2s;
    -webkit-transition: bottom ease 0.2s;
    -ms-transition: bottom ease 0.2s;
    -o-transition: bottom ease 0.2s;
}


.addToCartVariations ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.addToCartVariations ul li{
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #fd7101;
    background-color: #fff;
    color: #fd7101;
    padding: 3px 10px;
    cursor: pointer;
}
.addToCartVariations ul li.active{
    background-color: #fd7101;
    color: #fff;
}

.product_list_img{
    position: relative;
}

 .sold-out-wrap .product_list_img{
    position: relative;
}
.sold-out-wrap .product_list_img img{
    opacity: 0.4;
}
.soldOutBadge{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    background-color: red;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0;
    font-size: 1rem;
}
.aboutcontenthome{
    text-align: center;
}
.sold-out-wrap .soldOutBadge{
    opacity: 1;
    visibility: visible;
}

.indiamall_masterpage{
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.indiamall_masterpage.fullShow{
    opacity: 1;
    visibility: visible;
}
.empty-cart-block{
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}

.cart_item_img{
    border-radius: 10px;
    background-color: #F9F9F9;
    overflow: hidden;
}


/* .swiper-wrapper{
    gap: 10px!important;
} */

.indiamall_main_page{
    min-height: 100vh;
}

.home_page_banner_section .slider_wrapper1{
    max-width: 1500px;
    margin: 0 auto;
}
.home_page_banner_section .swiper-slide a{
    display: block;
    min-width: 100%;
    max-width: 1800px;
}

.web_dyanmic_home_banner{
    aspect-ratio: 1500/650;
}

.swiper_heightautox{
    aspect-ratio: 595/800;
}
.swiper_heightautox a{
    display: block;
}

.product_list_img a{
    display: block;
}

.productBox{
    position: relative;
    width: 100%;
}

.coupon-code_abs{
    font-size: 14px;
}

.productDetailsPage{
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.4s;
}

.productDetailsPage.showFull{
    opacity: 1;
    visibility: visible;
}

/** Jiten **/


.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    width: 50%;
    margin: 0 auto;
}
.swiper-scrollbar-drag {
    height: 2px;
}

.slide_auto {
  
}

.header_for_logo {
    position: relative;
    height: 70px;
    
}

.header_for_logo h3 {
    text-transform: uppercase;
    line-height: 70px;
    margin-right: 50px;
    white-space: nowrap;
}

.categoriesSlider_bg:hover .cat_overlay {
    opacity: 1;

}

/* .cat_img {
    height: 800px;
} */

/* .radhawrapper .web_trendingcategories .cat_img img {
    height: 100%;
    object-fit: cover;
} */

.categoriesSlider_bg .cat_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(#ffffff00, #000000eb);
}

.categoriesSlider_bg .slider_cat_abs h2 {
    color: #fff;
}

.categoriesSlider_bg:hover .slider_cat_abs h2 {
    color: #fff;
}

.slider_cat_abs {
    position: absolute;
    bottom: 25px;
    left: 25px;

}

.ohidden {
    overflow: hidden;
}

.abs_white_btn {
    width: max-content;
    padding: 5px 20px;
    border: 1px solid #fff;
    margin-top: 15px;
    transition: all ease-in-out 0.3s;
    background-color: #fff;
}

.abs_white_btn p {
    color: #000;

}

.abs_white_btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #fff;
}

.abs_white_btn:hover p {
    color: #fff;

}

.web_dyanmic_home_banner {

    border-radius: 12px;
    overflow: hidden;
}

.web_dyanmic_home_banner {}

sup {
    top: 0;
    margin-right: 5px;
}

.home_list_img {
    background-color: #fff;
}

/*bottom_mobile_menu*/
.breadcrumb {
    background-color: transparent !important;

}

.bg_white_change {
    background-color: #fff !important;
}

.breadcrumb a:hover {
    color: #fd7101;
}

.web_nav {
    height: 89.5%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    /* bottom: -100%; */
    top: -100%;
    left: 50%;
    transition: all ease-in-out 0.3s;
    transform: translateX(-50%);
    z-index: 9;
    overflow: scroll;
}

.web_nav.active {
    /* bottom: 0; */
    top: 0;
}

.accordion-header.active .accordion-toggle-image img {
    transform: scaleY(-1);
}

.accordion-toggle-image {
    width: 1.25rem;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    cursor: pointer;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0;
    cursor: pointer;
}

.custom-accordion-card p {
    font-size: 2rem;
    padding-bottom: 15px;
}

.custom-accordion-card ul li a {
    font-size: 1.5rem;
    padding-left: 15px
}

.custom-accordion-card {
    padding: 100px 0px;
}

/*bottom_mobile_menu end */

.bg_transparent {
    background: transparent !important;
}

.accounts_container {
    width: 46%;
    margin: 0 auto;
}

.myaccountpage_acr .user_img img {
    /* width: 250px;
    height: auto !important; */
    object-fit: cover;
    /* border-radius: 90%; */
    /* border: 1px solid #ddd; */
    margin-bottom: 15px;
}

.myaccountpage_acr .user_contact a {
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.myaccountpage_acr .user_contact a {
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.myaccountpage_acr .user_detail {
    text-align: center;
}

.myaccountpage_acr .user_img {
    text-align: center;
}

.myaccountpage_acr .logout_btn {

    margin: 0 auto !important;
    border-radius:22px !important;
}

.myaccountpage_acr .acr_custome_start {
    padding: 0px 0;
    width: 100%;
}

.myaccountpage_acr .profileoption {
    padding-bottom: 0 !important;
}

.myaccountpage_acr .accordion-toggle-image {
    width: 1.5rem;
}

.myaccountpage_acr .accordion-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0rem 0;
    cursor: pointer;
    background: #000;
    padding: 25px 15px;
    border-radius: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent !important;
}

.myaccountpage_acr .acr_border {
    border: 1px solid #000 !important;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.myaccountpage_acr .accordion-header.active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000 !important;
}

.myaccountpage_acr .accordion-header h2 {
    color: #fff;
    font-weight: bold !important;

}

.myaccountpage_acr .accordion-header h2 span {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    display: block;
    padding-top: 10px;
}

.myaccountpage_acr .accordion-toggle-image img {
    filter: invert(1);
}

.acr_profile_flex {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
}

a {
    cursor: pointer;
}

.fwbold {
    font-weight: bold;
}

ul {
    margin: 0 !important;
}

:root {
    /* --minifont: 0.9rem; */
    /* --titlefont: 1.9rem;
    --mediumtitle: 1.5rem;
    --subtitle: 1.6rem; */
    --titlefont: 1rem;
    --mediumtitle: 1rem;
    --subtitle: 1.6rem;
    /**/
    --mainheading: 1.8rem;
    --navfont: 0.938rem;
    --minifont: 1rem;
    --font-primary: 1rem;

    --font-25-old: 1.563rem;
    --font-25: 1.4rem;
    --font-12: 0.75rem;
    --font_22: 1.375rem;
    --font_18: 1.125rem;
    --font_16: 1rem;
    --font_14: 0.875rem;
    --font_20: 1.25rem;
    --gradient-base-background-1: #ffffff;
}

.cart_page_data .font_18 {
    font-size: var(--font_18) !important;
}

.cart_page_data .font_16 {
    font-size: var(--font_16) !important;
}

.cart_page_data .font_14 {
    font-size: var(--font_14) !important;
}

.font_22 {
    font-size: var(--font_22) !important;
}

.table {
    margin-bottom: 0;
}

.order-status_btn span {
    border-radius: 10px;
    padding: 6px 14px;
    font-size: var(--font-primary);
    font-weight: normal;
    font-family: 'rubikregular';
}

/* .all_bg {
    background-color: #ddd;
    border-color: #fff;
    color: #fff;
} */

/* .received_bg {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    color: #000;
}

.accepted_bg {
    background-color: #beffee;
    border-color: #beffee;
    color: #13bd90;
}

.shipped_bg {
    background-color: #ffe0cc;
    border-color: #ffe0cc;
    color: #ffb380;
}

.delivered_bg {
    background-color: #e1ffd4;
    border-color: #e1ffd4;
    color: #3ac500;
}

.completed_bg {
    background-color: #e1ffd4;
    border-color: #e1ffd4;
    color: #3ac500;
}

.rejected_bg {
    background-color: #ffe6e7;
    color: #b8310e;
} */

.verifyotptbpadding {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}

body {
    /* overflow-x: hidden; */
    overflow: auto;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.webp0 {
    padding: 0;
}

.myorderimg {}

.myorderimg img {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 120px;
}

.order-detail img {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 0px;
    width: 120px;
}

.myorder_block_newdesign .myorder_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'one two three';
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 0rem 0 1rem 0;
    column-gap: 2rem;
    row-gap: 1rem;
    margin-bottom: 1rem;
}

.myorder_block_newdesign .order_numbers {
    border: unset !important;
    border-radius: 8px;
}

.myorder_block_newdesign .profileblock {
    background-color: transparent;
    max-width: 37%;
    margin: 0 auto;
}

.orderpage .order_numbers {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 30px;
}

.myorder_block p {
    font-size: var(--navfont) !important;
}

.myordergap {
    padding: 20px 20px 10px 20px;
}

.myorder_block>div:nth-child(1) {
    grid-area: one;
}

.myorder_block>div:nth-child(2) {
    grid-area: two;
}

.myorder_block>div:nth-child(3) {
    grid-area: three;
    text-align: right;
}

.set_swiper_div {
    position: relative;
}

.back_arrrow {
    width: 8%;
    margin-bottom: 15px;
}

.ad_padding {
    padding: 62px 0 !important;
}

.minitext p {
    font-size: var(--navfont) !important;
}

.pop_removetext {
    position: absolute;
    bottom: 15px;
    right: 1px;
}

@font-face {
    font-family: 'r4obotobold';
    src: url('../fonts/Roboto/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'r4obotomedium';
    src: url('../fonts/Roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/Roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/Roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikblack';
    src: url('../fonts/rubik-black-webfont.woff2') format('woff2'), url('../fonts/rubik-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikbold';
    src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'), url('../fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikmedium';
    src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'), url('../fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'), url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Light';
    src: url('../fonts/rubik-light-webfont.woff2') format('woff2'), url('../fonts/rubik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mr0 {
    margin: 0 !important;
}

.font-light {
    font-family: 'Rubik-Light';
}

body {
    font-family: 'rubikregular';
}

.overflow {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    color: #000;
}

.product_uptune_img2 {
    /* background-color: #ddd; */
    /* background-color: #F0F2F1 !important; */
    aspect-ratio: 1;
    width: calc(100% - 30px);
    float: right;
}

.product_uptune_img2 img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.divmaintitle h1 {
    font-size: var(--mainheading) !important;
}

.textright {
    text-align: right;
}

.pbl0 {
    padding-left: 0 !important;
}

.pbt0 {
    padding-top: 0 !important;
}

.pbr0 {
    padding-right: 0 !important;
}

.bggray {
    background-color: #fff;
}

.mrl0 {
    margin-left: 0 !important;
}

.mrr0 {
    margin-right: 0 !important;
}

.wlcomelogo {
    width: 150px;
    margin: 0 auto 50px auto;
    text-align: center;
    display: block;
}

.mb50 {
    margin-bottom: 50px !important;
}

.widthmaxcontent {
    width: max-content !important;
}

.bg_grayblock {
    background-color: #f9f9fb;
}

.margintop20 {
    margin-top: 30px;
}

p {
    font-size: var(--font-primary);
}

.bg_white_box {
    background-color: #fff;
    padding: 25px !important;
    border-radius: 8px;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
}

.cart_product_price p {
    text-align: center;
}

.radhatemplate .hoverdiv .product_list_wraper- {
    opacity: 0;
    visibility: hidden;
}

.fwnormal {
    font-weight: normal !important;
}

.radhatemplate .hoverdiv .product_list_wraper- {
    position: fixed;
    /*top: 100px;*/
    top: 115px;
    left: 0vw;
    /* padding: 15px !important; */
    background-color: #fff;
    text-align: center;
    width: 100%;
    z-index: 9;
    padding-left: 16vw !important;
}

/* .radhatemplate .hoverdiv:hover .product_list_wraper-:after {
    background-color: #000;
    left: 0;
    top: 0;
    border-top: 1px solid #000;

} */

.product_list_wraper- .dynamic_list {
    padding: 15px 0 !important;
    width: max-content;
    /* border-bottom: 2px solid #fff; */
    /* display: block;
    width: 100%; */
    display: inline-block;
    width: max-content;
    float: left;

}

.radhatemplate .dynamic_list:hover {
    /* border-bottom: 2px solid #fd7101; */
    color: #fd7101;
    /* display: block;
    width: 100%; */
    display: inline-block;
    width: max-content;

}

.radhatemplate .dynamic_list:hover .bg_padding {
    background-color: #fd7101;
    color: #fff !important;
}

.radhatemplate .dynamic_list:hover a {
    color: #fff;
}

.dynamic_list.active {}

.product_list_wraper- a {

    /* padding-left: 15px ;
    padding-right: 15px !important ; */
    border-radius: 8px;
}

.bg_padding {
    padding: 9px 11px !important;
    background-color: #efefef;
    margin: 5px;
}

.radhatemplate .hoverdiv:hover .product_list_wraper- {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    padding: 0px 0 0px 0 !important;
    z-index: 99999;
    width: 100%;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
    /* border-top: 1px solid #000; */
    background-color: #fff;
    box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
    padding-left: 16vw !important

}

.product_name_width {
    /* width: 64%; */
}

.swiper-slide {
    text-align: left !important;
}

.bordernone {
    border: none;
}

.radhawrapper .set_swiper_div .plusicon.web_plusicon {
    width: max-content;
}

.swiper_bottom_padding_new {
    padding: 16px;
    width: 100%;
}

.set_swiper_div {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 1.5rem;
}

/* .abs_add {
    position: absolute;
    right: 10px;
    top: 5px
} */

.pb0 {
    padding-bottom: 0 !important;
}

.pb0 label {
    margin-bottom: 0;
}

.location_img img {
    width: 15px;
    filter: invert(1);
}

/*first strip header start*/

.first_strip_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.sliderimg1 img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden;
}

.strip_bg {
    background-color: #000;
}

.menu_fixed_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
}

.first_strip_ul li a {
    font-size: 13px;
    padding: 0 8px;
}

.first_strip_ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 5px 0;
}

/*first strip header end*/

/*middel strip header start*/

.header-middle_wrapper {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding:00px 0 0px 0;
}

.header-middle_wrapper>div:nth-child(1) {
    flex-basis: 10%;
    z-index: 999999;
}

.header-middle_wrapper>div:nth-child(2) {
    flex-basis: 35%;
}

.header-middle_wrapper>div:nth-child(3) {
    flex-basis: 55%;
    margin-left: auto;
}

.header-middle .top_ul_web {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 0;
    color: #000;
    justify-content: flex-start;
}

.header-middle .top_ul_web li a {
    color: #000;
    padding: 19px 0 19px 0;
    /* font-family: 'Rubik-Light'; */
    font-family: 'rubikregular';
    font-size: var(--navfont);
    font-weight: bold;
}
.product_list_wraper- a {
    font-weight: normal !important;
}

.header-middle .top_ul_web .menu_inner_listing li a {
    padding: 8px 0;
}

.header-middle .top_ul_web li a:hover,
.header-middle .top_ul_web li a:focus,
.header-middle .top_ul_web li a.active {
    color: #fd7101 !important;
    /* border-bottom: 1px solid #fd7101; */
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.header-middle .top_ul_web li:hover a {
    border-bottom: 0px solid transparent;
}

.header-middle .top_ul_web li a:hover {
    border-bottom: 0px solid transparent;
}

/* .categoryList:hover a {
    transition: all ease-in-out 0.1s;
    border-bottom: 0px solid transparent;
} */

.addtocart_btn {
    display: flex;
    align-items: center;
}

.addtocart_btn img {
    width: auto !important;
    margin-right: 2px;
}
.header-middle .top_ul_web .hoverdiv a { 
    border-top: 0px solid transparent;
}
.header-middle .top_ul_web li a { 
    border-top: 0px solid transparent;
}
.header-middle .top_ul_web li a:hover  { 
    border-top: 0px solid #fd7101;
}
.header-middle .top_ul_web .hoverdiv a:hover {
    border-top: 0px solid #fd7101;
}

.header-middle .top_ul_web .hoverdiv a:hover  {

}

.header-middle .top_ul_web .menu_inner_listing li a:hover {
    color: #fd7101;
}

.cart_flex {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;

}

.favirite {
    width: 66%;
    margin-left: auto;
}

.search-header-icon {
    position: absolute;
    right: 5%;
    top: 15px;
}

.cart_flex ul li img {
    width: 22px;
}

.cart_flex ul {
    margin-bottom: 0;
    display: flex;
    gap: 2rem;
    align-items: center;

}

.cart_flex ul li a {
    display: flex;
    place-content: center;
    gap: 1rem;
}
/* .indialmall_header_content.webmenu_hidden{
    top:-100%
}
.indialmall_header_content.header_change {
    top:-100%
} */
.search-box {
    width: 100%;
    margin-left: auto;
    position: relative;
    /* z-index: 999; */
}

.cart_flex .input-search {
    height: 55px;
    width: 100%;
    border-style: none;
    padding: 10px;
    outline: none;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    background-color: #f5f5f5;
    padding-right: 40px;
    padding-left: 40px;
}

.cart_flex .input-search:focus {
    border-radius: 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #000;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
    color: #000;
}

.cart_flex .input-search:focus .cart_flex .btn-search {
    background-color: transparent;
}

.product_hover_text:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    z-index: 99999;
}

.social-links {
    padding-top: px;
    margin-bottom: 0;
}

.mega_menu ul {
    margin: 20px auto 50px auto;
}

.hoverstate .product_hover a {
    text-decoration: none;
    background-color: transparent;
    color: #000 !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    border-bottom: 3px solid #000 !important;
}

.product_hover {
    padding-bottom: 22px !important;
}

.mega_menu_li li a {
    color: #000;
    display: inline-block;
    margin: 0;
}

.mega_menu_li li a:hover {
    color: #000;
}

.mega_menu_li li {
    padding: 2px 0;
    margin-bottom: 5px;
}

.mega_menu_li {
    width: 65%;
    margin: 0 auto;
}

.mega_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.mega_menu_overlay.hoverstate {
    opacity: 1;
    visibility: visible;
}

.hoverstate .menu_heading li a {
    color: #000;
}

.hoverstate .display_none {
    display: inline-block;
}

.hoverstate .display_show {
    display: none;
}

.hoverstate .right_menu .btn_about {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
}

.mega_menu {
    position: fixed;
    top: 11%;
    left: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    /* background-color: #fff; */
    background-color: #ddd;
    z-index: 999;
}

.fixed.mega_menu {
    top: 7%;
}

/*middel strip header  end*/

/* footer start */

.padding_30_footer {
    margin: 18px 0;
}

.wbold ul li {
    font-weight: bold;
}

.wbold {
    font-weight: bold;
}

.color_white {
    color: #fff !important;
}

.width_footer_div {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.footer {
    background-color: #f6f7fa;
    padding: 50px 0 0px 0;
}

.footer_width hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #0000001f;
}

.footer ul li {

    /* font-size: var(--minifont); */
    font-size: var(--font-primary);
}

.fli_black {
    filter: invert(1);
}

.first_strip_ul li a {
    position: relative
}

.footer_first ul li {
    padding-bottom: 0.7rem;
}

.first_strip_ul li a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    background: #fff;
    right: -5px;
    top: 0;
}

.first_strip_ul li:last-child a:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    background-color: #000;
    background: #000;
    right: -15px;
    top: 0;
}

.footer ul li a {
    color: #000 !important;
}

.footer ul li a:hover {
    color: #fd7101 !important;
}

.footer_div2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0 1rem 0;
}

.footer_bottom {
    background-color: #000;
    width: 100%;
}

.footer_width {
    width: 73%;
    margin: 0 auto;
}

.footer_four {
    text-align: right;
}

.footer_brand_icon {
    width: 49%;
    float: right;
    margin: 0 0 12% 0;
}

.footer_third {
    float: right;
}

.footer_four ul li {
    display: inline-block;
    margin: 10px 9px;
}

.footer_second p img {
    position: absolute;
    top: 0;
    left: 0;
}

.footer_second p {
    padding-left: 40px;
}

.footer_second p:nth-child(3) {
    margin-top: 30px !important;
}

.footer_logo img {
    width: 70%;
}

.footer_second_margin_bottom {
    margin-bottom: 10px !important;
}

.footer_second p a:hover {
    color: #b24c50 !important;
}

.footer_width li a:hover {
    color: #b24c50 !important;
}

.footer_link p a:hover {
    color: #b24c50 !important;
}

.section_2_readmore .read_more:hover {
    color: #000 !important;
}

.social-link-icon {
    fill: #7e7e7e;
    transition: fill 0.2s;
}

.social-link-icon:hover {
    fill: #000;
}

.t-center {
    text-align: center;
    display: block !important;
}

.social-links li {
    display: inline-block;
    padding-left: 15px;
}

.footer_link {
    color: #fff !important;
    padding-bottom: 10px;
}

.address img {
    width: 20px;
    margin-right: 5px;
}

.address img {}

.address {
    display: inline-block;
}

.rights {
    display: inline-block;
    padding-left: 5%;
}

.terms ul {
    margin: 0;
}

.terms li {
    display: inline-block;
    padding-left: 15px;
    margin: 0 !important;
}

.footer_order_wrapper {
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: 'one two three four five';*/
    display: flex;
    justify-content: space-between;
}

.whitespace {
    background-color: #fff;
    padding: 15px;
}

/* footer end */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 26, 2020 */

.w100img {
    width: 100% !important;
}

.addtocartbtn button span {
    color: #fff;
}

.header_for_logo .headerlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.headerlogo img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

body{
    min-height: 100vh !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

button:focus-visible,
button:focus {
    outline: none;
}

:focus-visible {
    outline: none;
}

a:focus,
a:hover {
    color: unset !important;
}

.robotobold {
    /* font-family: 'rubikbold'; */
    font-family: 'rubikmedium';
}

.robotomedium {
    font-family: 'rubikmedium';
}

.set_swiper_div:first-child h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.accrodian_heading_h1 {
    font-weight: bold !important;
    text-transform: uppercase;
}

.fwbold {
    font-weight: bold !important;
}

.robotoregular {
    font-family: 'rubikregular';
}

.address p {
    /* font-size: var(--minifont); */
    font-size: var(--font-primary);
}

.footer_order_wrapper>div:nth-child(1) {
    grid-area: one;
}

.footer_order_wrapper>div:nth-child(2) {
    grid-area: two;
}

.footer_order_wrapper>div:nth-child(3) {
    grid-area: three;
}

.footer_order_wrapper>div:nth-child(4) {
    grid-area: four;
}

.footer_order_wrapper>div:nth-child(5) {
    grid-area: five;
}

.ac_padding_innner {
    padding: 15px 0;
}

.product_detail_block h2 {
    /* font-size: var(--mediumtitle); */
    font-size: var(--font-primary);
    font-weight: bold;
}

.tab_in h2 {
    /* font-size: var(--mediumtitle); */
    font-size: var(--font-primary);
}

.detail_li li {
    padding-bottom: 10px;
}

.detail_li {
    font-size: var(--font-primary);
}

.detail_li li a.active {
    font-weight: bold !important;
    color: #fd7101;
}

.detail_li li a:hover {
    font-weight: bold !important;
    color: #fd7101 !important;
}

.checkbox_padding div {
    font-size: var(--font-primary);
}

.font_23 {
    font-size: var(--font-primary);
}

.swiper_bottom_padding_new h6 {
    font-size: var(--minifont);
    font-weight: normal;
    margin: 0;
    padding-bottom: 2px;
}

.subtitle h2 {
    /* font-size: var(--mediumtitle) !important; */
    font-size: var(--font-primary);
}

.swiper_bottom_padding_new h1 {
    font-size: var(--subtitle);
    font-weight: normal;
    padding: 0px 0 1px 0;
    margin: 0;
    font-family: 'Rubik-Light';
}

.detailpage_h1 h1 {

    font-weight: normal;
    padding: 5px 0 10px 0;
    margin: 0;

}

.swiper_bottom_padding_new h2 {
    font-size: var(--font-primary) !important;
    font-weight: normal;
    padding-bottom: 1px;
    margin: 0;
}

.listing_title h2 {
    font-size: 1.2rem !important;
    font-weight: normal;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
    margin: 0;
}

.product_name_width h2 {
    font-weight: bold;
}

.jcunset {
    justify-content: unset !important;
}

html {
    font-size: 16px;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb0imp {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.lineheight15 {
    line-height: 15px;
}

.lineheight20 {
    line-height: 20px;
}

.lineheight16 {
    line-height: 16px;
}

.lineheight22 {
    line-height: 22px;
}

.black {
    color: #000;
}

.orange {
    color: #ee7316;
}

.green {
    color: #029f02;
}

.img {
    width: 100%;
}

.gray {
    color: #8b8b8b;
}

.red,
.red:focus {
    color: #fd7101;
}

.gray2 {
    color: #5f5f5f;
}

.graylight {
    color: #a09da4;
}

.blue {
    color: #413c49;
}

.blue2 {
    color: #3f3b47;
}

.white {
    color: #fff;
}

.yellow {
    color: #feed01;
}

.relative {
    position: relative;
}

.btmpadd {
    padding-bottom: 0px;
}

.btmpaddbtn {
    padding-bottom: 65px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -2px;
}

.load_wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-image: url("../images/1_Splash_bg.jpg");
    background-size: cover;
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
}

.homebg {
    height: 100vh;
}

.homebg img {
    height: 100%;
    width: 100%;
}

/* Web Part Css Start*/

.swiper_heightauto {
    /* height: auto !important; */
    align-items: start !important;
}

.height_unset {
    /* height: auto !important; */
    align-items: start !important;
}

.radhatemplate .web_header_main {
    /* background-color: #fd7101; */
    background-color: #fff;
}

.radhatemplate .web_header_main .web_header_left img {
    position: relative;
}

.radhatemplate .web_header_main.fixed-header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99999;
    /* box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 20%); */
}

.fixed-header_new {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: -37px;

}

.fixed-header_new .hoverdiv .product_list_wraper- {
    position: fixed;
    top: 47px;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0px 8px 10px -4px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 8px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
}

.radhatemplate .web_header_center ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.radhatemplate .web_header_center ul li {
    display: inline-block;
    padding: 0 40px;
}

.radhatemplate .product_list_wraper a.active {
    border-bottom: 2px solid #0092af !important;
    color: #0092af !important;
}

.radhatemplate .web_header_center ul li a.active {
    border-bottom: 2px solid #0092af !important;
    color: #0092af !important;
}

.radhatemplate .web_header_center ul li a {
    font-family: 'rubikregular';
    color: #000;
    padding: 20px 15px 20px 15px !important;
    display: block;
    border-bottom: 2px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.radhatemplate .web_header_center ul li a:hover {
    border-bottom: 2px solid#fd7101;
    color: #fd7101;
}

.radhatemplate .web_header_center ul li a .product_list_wraper a {
    color: #fd7101;
}

.product_list_wraper a {
     display: block;
    text-align: left;
    padding: 15px 0;
}

.radhatemplate .web_header_left {
    position: absolute;
    top: 50%;
    left: 0;
    width: 170px;
    transform: translateY(-50%);
}

.radhatemplate .web_header_right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.radhatemplate .web_header_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radhatemplate .web_header_right ul li {
    display: inline-block;
    padding: 0 0 0 15px;
}

.radhatemplate .web_header_right ul li a {
    display: inline-block;
    padding: 20px 0 20px 0;
}

.radhatemplate .web_header_right ul li a img {
    width: 20px;
}

.radhatemplate .product_list_wraper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 1px 3px;
    width: max-content;
    z-index: 9;
    box-shadow: 0px 0px 3px 0px #cacaca78;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(20px);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
}

.radhatemplate .product_list_wraper a {
    padding: 8px 0 !important;
    /*width: 100%;*/
    color: #000 !important;
}

.radhatemplate .product_list_wraper a:hover {
    border-color: #0092af !important;
}

.radhatemplate .web_header_center ul li:hover .product_list_wraper {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    padding: 20px 0 0px 0 !important;
    z-index: 999;
}

body {}

.radhatemplate .offers_strip {
    background: #413c49;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.radhawrapper .home_page_banner_section .swiper-pagination-bullet {
    background: #0000006b;
    opacity: 1;
    height: 6px;
    width: 38px;
    border-radius: 12px;
}

.radhawrapper .home_page_banner_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd7101;
    width: 38px;
    border-radius: 12px;
}

.radhawrapper .home_page_banner_section .sliderimg2 img {
    border-radius: 0;
}

.radhawrapper .home_page_banner_section .slidertextbas {
    left: 14%;
}

.radhawrapper .web_footer {
    padding: 50px 0;
    background: #f7f7f7;
}

.radhawrapper .web_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radhawrapper .web_footer .col-sm-3 p,
.radhawrapper .web_footer .col-sm-6 p {
    padding-bottom: 15px;
}

.radhawrapper .web_footer ul p {
    padding-top: 15px;
}

.radhawrapper .web_footer ul p,
.radhawrapper .web_footer ul a {
    color: #000;
}

.radhawrapper .web_footer ul a {
    padding: 15px 0 2px 0;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.radhawrapper .web_footer .hover_disable a {
    border-bottom: none;
    padding: 0;
}

.radhawrapper .web_footer .hover_disable a:hover {
    border-bottom: none;
}

.radhawrapper .web_footer ul a:hover {
    color: #00adef;
    border-bottom: 1px solid #f68525;
}

button,
html,
input,
select,
textarea {
    font-family: 'rubikregular';
}

::placeholder {
    font-family: 'rubikregular';
}

.radhawrapper .web_footer .footer_title {
    border-bottom: 1px solid 000;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.radhawrapper .web_footer .newsletter_footer input {
    padding: 10px 20px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #413c49;
}

.radhawrapper .web_footer .newsletter_footer button {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px 50px;
    background: #413c49;
    color: #fff;
    border: 1px solid #413c49;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.radhawrapper .web_footer .newsletter_footer button:hover {
    background: #fd7101;
    color: #ff2b00;
}

.radhawrapper .footer_copyrights {
    background: #f7f7f1;
    border-top: 1px solid 000;
    color: #000;
    padding: 15px 0;
}

.radhawrapper .footer_logo {
    width: 150px;
}

.footer_logo img {
    /* filter: invert(1); */
    width: 150px;
    margin: 0 auto 0 0;
    text-align: center;
    display: block;
    margin-right: auto;
}

.radhawrapper .best_seller {
    width: 100% !important;
    padding: 0 !important;
}

.radhawrapper .width_100 {
    display: flex;
    align-items: center;
}

.radhawrapper .v_center {
    display: flex;
    align-items: center;
}

.radhawrapper .dashboardwrapper .title_center_dashboard_width_100 {
    text-align: center;
    padding: 0px 0 30px 0;
    width: 100%;
}

.radhawrapper .dashboardwrapper .banner_title_padd {
    padding: 7px 0px;
}

.radhawrapper .dashboardwrapper .view_all_pro {
    border: 1px solid #fd7101;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-radius: 12px;
}

.radhawrapper .dashboardwrapper .view_all_pro:hover {
    border: 1px solid #fd7101;
    background: #fd7101;
    color: #fff;
}

.radhawrapper .dashboardwrapper .trending_bg {
    /* background-image: linear-gradient(#0092afb0, #0092AF); */
    background-color: #f7f7f7;
}

.radhawrapper .addtocart_w100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.radhawrapper .web_trendingcategories .sliderimg img {
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
}

.radhawrapper .web_trendingcategories .slider_wrapper {
    padding: 0;
    border-radius: 0;
    position: relative;
}

.radhawrapper .web_trendingcategories .swiper-slide {
    background: transparent !important;
}

.slider_categy_homepage .web_trendingcategories .swiper-slide a {
    width: 100% !important;
}

.radhawrapper .web_trendingcategories .swiper-slide a {
    width: 100% !important;
}

.radhawrapper .web_trendingcategories .sliderimg img{
    aspect-ratio: 600/750;
    object-fit: cover;
}

.radhawrapper .sliderimg3 {
    width: 60%;
    margin: 0 auto 15px auto;
}

.radhawrapper .slider_wrapper3 {
    width: 100%;
}

.radhawrapper .plusicon.web_plusicon {
    text-align: center;
    width: auto;
    margin-top: 18px;
    outline: none;
    border: 1px solid #000;
    padding: 10px 0;
    border-radius: 4px;
    background: transparent;
    color: #000;
    font-size: var(--font-primary);
}

/* .radhawrapper .plusicon.web_plusicon { */
.btn_full_width .fill_btn {
    background-color: #fd7101;
    border: 1px solid #fd7101;
    margin-bottom: 0 !important;
}

.radhawrapper .tras_btn {
    text-align: center;
    width: auto;
    margin-top: 18px;
    outline: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: var(--font-primary);
    background: transparent !important;
    border: 1px solid #fd7101 !important;
    color: #fd7101 !important;
}

.radhawrapper .tras_btn:hover {
    background: #fd7101d4 !important;
    border: 1px solid#fd7101d4 !important;
    color: #fff !important;
}

.radhawrapper .tras_btn_gray {
    text-align: center;
    width: auto;
    margin-top: 18px;
    outline: none;
    padding: 12px 0px;
    border-radius: 22px;
    font-size: var(--font-primary);
    background: #C7D0CF !important;
    border: 1px solid #C7D0CF !important;
    color: #000 !important;
    font-weight: bold;
}

.radhawrapper .tras_btn_gray:hover {
    background: #fd7101d4 !important;
    border: 1px solid#fd7101d4 !important;
    color: #fff !important;
}

.tras_btn {}

.address_page_btn {
    margin-top: 2rem;
    padding-bottom: 15px;
}

.btn-block .normal_btn a {
    text-align: center;
    padding: 15px 30px;
    border-radius: 12px;
    background: #fd7101;
    color: #fff;
    transition: all ease 0.4s;
}

.btn-block .normal_btn:hover a {
    background: #fd7101d4 !important;
    color: #fff !important;
}

.radhawrapper .fill_btn {
    border: 1px solid #fd7101 !important;
    border-radius: 12px;
    background: #fd7101 !important;
    color: #fff !important;
}

.radhawrapper .plusicon.web_plusicon {}

.radhawrapper .listing_images_detailpage .plistingblock {
    padding: 0 !important;
}

.radhawrapper .plistingblock .slidertext3 {
    padding: 0px 15px 0px 15px;
}

/* .radhawrapper .detailpage_ddtocart .plusicon.web_plusicon {
    width: 100%;
    padding: 20px 35px;
} */

.radhawrapper .detailpage_ddtocart .plusicon.web_plusicon {
    width: 100%;
    padding: 10px 20px;
    display: block;
}

/* .radhawrapper  .detailpage_ddtocart .plusicon.web_plusicon  */

.radhawrapper .detailpage_ddtocart .plusicon.web_plusicon:hover {
    background: #fd7101d4 !important;
}

.radhawrapper .plusicon.web_plusicon:hover {
    background: #fd7101d4 !important;
    color: #fff;
    border: 1px solid #fd7101;
}

.radhawrapper .plistingblock:hover .plusicon.web_plusicon {
    background: #fd7101d4;
    color: #fff;
    border: 1px solid#fd7101d4;
}

.radhawrapper .transition {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.radhawrapper .web_mouthfreshner .slider_wrapper4 {
    padding: 0;
}

.radhawrapper .web_mouthfreshner .brandswiper {
    margin: 0;
}

.radhawrapper .web_mouthfreshner.mouthfreshner {
    background-color: #F6F6F6;
}

.radhawrapper .tab_content_wraper .product-block-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

/* .radhawrapper .prolist_tab_content_grid {
    width: calc(100% / 3);
    float: left;
    padding: 0px 10px 1px 10px;
    height: 100%;
} */

.radhawrapper .categoey_filter_left_side {
    width: 20%;
    float: left;
    margin-top: 20px;
    padding-right: 25px;
}

.radhawrapper .product_sec_right_side {
    width: 80%;
    float: left;
}

.radhawrapper .categoey_filter_left_side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.radhawrapper .categoey_filter_left_side ul li a {
    padding: 14px 14px 14px 40px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    color: #000;
}

.radhawrapper .categoey_filter_left_side ul li.active a,
.radhawrapper .categoey_filter_left_side ul li a:hover {
    color: #fd7101;
}

.radhawrapper .categoey_filter_left_side ul li:last-child a {
    border-bottom: 0px solid #e0e0e0;
}

.radhawrapper .categories_filter_wrap {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}

.radhawrapper .categories_filter_wrap h2 {
    padding: 14px 14px 14px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.radhawrapper .categories_filter_wrap ul li a:after {
    content: '';
    background-image: url(../images/rightarw.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 16px;
}

.radhawrapper .cat_m_top_20 {
    margin-top: 20px;
}

.radhawrapper .cat_m_bottom_20 {
    margin-bottom: 20px;
}

.radhawrapper .availibility_wrap {
    padding: 20px 14px;
    border-bottom: 1px solid #e0e0e0;
}

.radhawrapper .availibility_wrap .selectbox,
.radhawrapper .availibility_wrap .selectbox label {
    margin-bottom: 0;
}

.radhawrapper .border_0 {
    border: 0;
}

.radhawrapper .category_banner {
    margin: 20px 0 10px 0;
    border-radius: 12px;
    overflow: hidden;
}

.radhawrapper #carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

.radhawrapper #carousel li {
    float: none !important;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 15px;
}

.radhawrapper #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.thumb_pro_wrap img{
    aspect-ratio: 1;
}

.radhawrapper .slider_thumb {
    width: 105px;
    float: left;
    height: 50vh;
    overflow: hidden;
}

.radhawrapper .slider_main {
    width: calc(100% - 105px);
    float: left;
}

.radhawrapper .slider_main {
    /* width: calc(100% - 30%); */
    margin: 0 auto;
    margin-left: 0%;
}

.radhawrapper.web_radhawrapper .wrappadd {
    border-bottom: 0px solid #DEDEDE;
}

.radhawrapper.web_radhawrapper .wrappadd .border_div {
    border-bottom: 1px solid #DEDEDE;
}

.radhawrapper .likesharebtns_details .pdtopbtn img {
    width: 15px;
}

.radhawrapper .likesharebtns.likesharebtns_details .pdtopbtn {
    margin-top: 0;
}

.radhawrapper .likesharebtns.likesharebtns_details {
    width: auto;
}

.radhawrapper .breadcrumb {
    padding: 15px;
    background: #fff;
    width: 100%;
    margin-bottom: 1rem !important;
    border-radius: 8px;

}

.shadownnone {
    box-shadow: unset !important;
}

.radhawrapper .breadcrumb a:hover {
    color: #F21100;
}

.product_title_detailpage {
    width: 70%;
}

.radhawrapper .pdtitle.web_pdtitle {
    margin-bottom: 0;
}

.radhawrapper .web_pdtitle h2 {
    padding-bottom: 8px;
}

.radhawrapper .web_pdtitle p {
    line-height: unset;
    padding-bottom: 7px;
}

.radhawrapper .mb5 {
    margin-bottom: 5px;
}

.radhawrapper .stikeOut {
    text-decoration: line-through;
}

.radhawrapper .pricedetail.web_pricedetail {
    margin-top: 0px;

}

.radhawrapper .pricedetail.web_pricedetail .web_plusicon {
    margin-bottom: 40px;

}

.radhawrapper .btn_full_width {

}

.radhawrapper .web_deliveryblock .locinput,
.radhawrapper .couponcode {
    border-radius: 0;
    padding: 6px 51px;
    background-color: transparent;
    height: 50px;
    border: 0;
    box-shadow: none;
    border: 1px solid #fd7101;
    margin-top: 10px;
    border-radius: 12px;
}

.radhawrapper .slider_main .flexslider {
    box-shadow: none;
}

.radhawrapper .wrappadd.border_div_complet {
    border-bottom: 2px solid #e1e1e1;
}

.radhawrapper .cart_list_section {
    width: 70%;
    float: left;
    padding-right: 10px;
}

.radhawrapper .cart_summary_section {
    width: 30%;
    float: left;
    padding-left: 10px;
}

.radhawrapper .checkout_list_section {
    width: 70%;
    float: left;
    padding-right: 10px;
}

.radhawrapper .checkout_summary_section {
    width: 30%;
    float: left;
    padding-left: 10px;
}

.radhawrapper .cart_block_wrapper:first-child {
    border-top: 1px solid #eeeeee;
}

.radhawrapper .cart_block_wrapper {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 15px;
}

.radhawrapper .btmborder {
    border-bottom: 1px solid #eeeeee;
}

.radhawrapper .cart_count_web {
    position: absolute;
    top: 16px;
    left: 13px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #f21200;
    color: #fff;
    border-radius: 15px;
}

.radhawrapper .cart_page_header {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    /* margin-bottom: 20px; */
}

.radhawrapper .cart_table>tbody>tr>td,
.radhawrapper .cart_table>tbody>tr>th,
.radhawrapper .cart_table>thead>tr>td,
.radhawrapper .cart_table>thead>tr>th {
    vertical-align: middle;
}

.radhawrapper .cart_table thead {
    background-color: #f1f1f1;
    font-weight: bold;
}

.radhawrapper .cart_table>tbody>tr>td {
    padding: 15px 8px;
}

.radhawrapper .cart_table>thead>tr>th {
    border-bottom: none;
    padding: 20px 8px;
}

.radhawrapper .cart_table {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.radhawrapper .cart_table>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.radhawrapper .cart_table>tbody>tr:nth-of-type(even) {
    background-color: #F6F6F6;
}

.radhawrapper .cart_product_img img {
    width: 100px;
}

.radhawrapper .remove_item img {
    width: 16px;
    filter: invert(1) brightness(0.5);
}

.radhawrapper .remove_item:hover img {
    width: 16px;
    filter: invert(0) brightness(1);
}

.radhawrapper .remove_item button {
    background-color: transparent;
    border: none;
    transition: 0.3s all ease;
    padding: 0;
}

.radhawrapper .cart_product_name a {
    color: #000;
}

.radhawrapper .category_balel {
    /* background: #f1f1f1; */
    background: transparent;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
}

.radhawrapper .category_balel:hover {
    background: #fd7101;
    color: #fff !important;
}

.radhawrapper .rzslider .rz-pointer {
    background-color: #fd7101;
}

.radhawrapper .rzslider .rz-selection {
    background: #fd7101;
}

.radhawrapper .rzslider .rz-pointer.rz-active:after {
    background: #fd7101;
}

.radhawrapper .cartwrapper {
    min-height: 60vh;
}

.radhawrapper .addrerss_form {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.radhawrapper .loc_radio {
    margin-right: 15px;
    cursor: pointer;
}

.radhawrapper .checkout_summary_list_wraper {
    padding-top: 20px;
}

.radhawrapper .checkout_summary_left {
    width: 60px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
}

.radhawrapper .checkout_summary_right {
    width: calc(100% - 60px);
    float: left;
    padding-left: 15px;
}

.radhawrapper .checkout_summary_right .width_title {
    width: 65%;
    float: left;
}

.radhawrapper .checkout_summary_right .width_price {
    width: 35%;
    float: right;
    text-align: right;
}

.radhawrapper .subtotal_block>div {
    /* font-size: var(--mediumtitle); */
    /* font-size: var(--subtitle); */
    font-size: var(--font-primary);
}

.radhawrapper .subtotal_block {
    padding: 20px 0;
    border-bottom: 1px solid transparent;
}

.radhawrapper .addrerss_form h2 {
    margin-bottom: 30px;
    font-weight: bold;
    /* color: #A5556A; */
}

.radhawrapper button.cancel,
.radhawrapper a.cancel {
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    transition: 0.3s all ease;
    background: #EFEFEF;
    color: #000;
}

.radhawrapper button.cancel:hover,
.radhawrapper a.cancel:hover {
    background-color: #ded9d9;
}

.radhawrapper .submitbtn .btn.btn_width_auto {
    width: auto;
    padding: 10px 20px;
}

.radhawrapper .manage_address.checkout_add_spacing {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 10px;
}

.radhawrapper .text_no_wrap {
    white-space: nowrap;
}

.radhawrapper .enter_number_screen_web {
    width: 600px;
    margin: 120px auto;
    border-radius: 12px;
    padding: 40px 20px;
    box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%);
    position: relative;
}

.radhawrapper .nextarrow.web_OTP_nextarrow {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 60px;
}

.radhawrapper .verifyotpwrapper,
.radhawrapper .loginwrapper {
    display: inline-block;
    width: 100%;
    float: left;
}

.radhawrapper .inline_block_block {
    display: inline-block;
    width: 100%;
}

.radhawrapper .enter_number_screen_web.enter_otp_screen_web {
    padding: 40px 20px 60px 20px;
}

.radhawrapper .enter_number_screen_web .verifyotptext {
    padding: 0px 27px 35px 27px;
}

.radhawrapper .my_profile_web {
    width: 600px;
    margin: 40px auto;
    border-radius: 12px;
    padding: 10px 20px 40px 20px;
    /* box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%); */
    position: relative;
}

.radhawrapper .address_listing_web {
    display: flex;
    flex-flow: row wrap;
    /* padding: 10px 10px;
        box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%);
    border-radius: 12px;
    margin-top: 30px; */
}

.radhawrapper .address_listing_web .addresslistblock {
    width: calc((100% / 2) - 20px);
    margin-bottom: 19px;
    place-content: center;
    display: grid;
}

.radhawrapper .product_list_web_full_wraper {
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
    float: left;
}

.radhawrapper .breadcrumb.accounts_page {
    padding: 18px 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 0;
}

.sortButton {
    transform: 0;
    text-align: right;
    font-size: var(--mediumtitle);
    position: relative;
    margin-top: 0px;
    display: inline-block;
    float: right;
    z-index: 5;
    margin-bottom: 15px;
}

.sortBtn {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.sortButton .dropdown {
    /*right: 30px;
    top: 45px;
    position: absolute;
    z-index: 999;*/
    min-width: 200px;
    /* border-top: 1px solid #000; */
    font-size: var(--font-primary);
    /* transition-delay: 1s; */
}

.sortButton .dropdown.open {
    transform: scale(1, 1);
    transform-origin: top right;
}

.sortButton .dropdown-menu>li>a {
    padding: 8px 20px;
}

.sortButton .dropdown-menu>li:first-child>a {
    margin-top: 5px;
}

.sortButton .dropdown-menu>li:last-child>a {
    margin-bottom: 5px;
}

.sortButton .dropdown-menu {
    transform: scale(0, 0);
    margin: 0;
    padding: 0;
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1);
    /* background: #f8f8f8; */
    box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.4);
    transform-origin: right top;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 185px;
    right: 0;
    left: auto;
    top: 35px;
}

.sortButton .dropdown.open .dropdown-menu {
    transform: scale(1, 1);
}

.sortButton .dropdown-menu li a:hover {
    background-color: #fd7101d4 !important;
    color: #fff !important;
}

.radhawrapper .thumb_pro_wrap {
    border: 1px solid #F0F2F1;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 1px;
    background-color: #F0F2F1;
}
.gallery-top {
    background-color: #F0F2F1;
    padding: 1px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
}

.radhawrapper .details_thumb_slider_wrap {
    padding-bottom: 20px;
}

.radhawrapper .details_content_wrap {
    padding-bottom: 30px;
}

.radhawrapper .description .descriptionblock .padd_left {
    padding-left: 30px;
    padding-top: 5px;
}

.radhawrapper .feature .featureblock .padd_left {
    padding-left: 30px;
    padding-top: 5px;
}

.radhawrapper .productinfo .padd_left {
    padding-left: 30px;
    padding-top: 5px;
}

.radhawrapper .desclaimer .desclaimertext.padd_left {
    padding-left: 30px;
    padding-top: 5px;
}

.radhawrapper .feature .featureblock .padd_left i {
    line-height: 40px;
}

.radhawrapper .search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.radhawrapper .input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #22a6b3;
    padding-right: 40px;
    color: #fff;
}

.radhawrapper .input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    letter-spacing: 2px;
    font-weight: 100;
}

.radhawrapper .btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.radhawrapper .btn-search.active~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.radhawrapper .input-search.active {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.detailpageislistingpage {
    padding-top: 50px;
}

/* Web Part Css End*/

/* Mobile Part Css Start*/

/*login*/

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.categorybtn.focus,
.categorybtn:focus,
.categorybtn:hover {
    color: #000;
    text-decoration: none;
}

.radhawrapper .container_width {
    width: 66%;
    margin: 0 auto;
}

.radhawrapper .pagebackground {
    background-image: url(../images/White_Bg.jpg);
    background-size: contain;
    height: calc(100vh - 50px);
    transition: height ease-in 10000000s;
    position: relative;
}

.cardshadow {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.radhawrapper .backarrow img {
    width: 18px;
}

.radhawrapper .backarrow {
    padding: 32px 0 0 0;
}

.radhawrapper .field {
    margin: 40px 0 28px 0;
}

.radhawrapper .inputfield {
    background-color: transparent;
    height: 54px;
    /* border: 1px solid #7c7c7c; */
    border-radius: 8px;
    padding: 6px 18px;
}

.radhawrapper .inputfield::placeholder {
    color: #000;
    font-weight: bold;
}

.radhawrapper .nextarrow {
    position: relative;
    bottom: initial;
    right: initial;
    width: 70px;
    margin: 25px auto 0 auto;
}

.radhawrapper .nextarrow img {
    filter: invert(1) brightness(10.5);
}

.radhawrapper .nextarrow:hover img {
    opacity: 0.9;
}

.radhawrapper .form label.error {
    color: red;
}

.btn_style_none {
    border: 0;
    background: transparent;
}

/*verify*/

.radhawrapper .verifyotptext {
    padding: 0px 27px 35px 0px;
}

.radhawrapper .verifyotptext a {
    color: #000;
    font-weight: bold;
}

.radhawrapper .verifydetail {}

.radhawrapper .otpblock {
    background-color: #fff;
    height: 62px;
    width: 62px;
    display: inline-block;
    border-radius: 8px;
    margin: 0 6px;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: center;
}

.radhawrapper .otpblock:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.radhawrapper .resendtime {
    padding: 38px 0;
}

.radhawrapper .otpblockwrapper {
    margin-top: 4px;
}

.radhawrapper .btmtext {
    position: absolute;
    bottom: 7%;
    left: 13%;
}

.radhawrapper .btmtext_right {
    position: absolute;
    bottom: 7%;
    right: 13%;
}

/*dashboard*/

.radhawrapper .headercontainer {
    width: 92%;
    margin: 0 auto;
}

.radhawrapper .container_width2 {
    width: 100%;
    margin: 0 auto;
}

.radhawrapper .checking_container .container_width2 {
    width: 72%;
    margin: 0 auto;
}

.radhawrapper .address {
    font-weight: bold;
}

.radhawrapper .address img {
    width: 6%;
    margin-right: 5px;
}

.radhawrapper .pagelogo img {
    width: 100%;
}

.radhawrapper .header {
    background-color: #fd7101;
    padding: 16px 0 6px 0;
}

.radhawrapper .headersearch {
    padding-top: 12px;
    padding-right: 15px;
}

.radhawrapper .searchinput {
    background-color: #fff;
    border: none;
    border-radius: 12px;
    height: 36px;
    padding: 6px 34px;
}

.radhawrapper .headersearch .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radhawrapper .searchinput::placeholder {
    color: #000;
}

.radhawrapper .categorybtn {
    background-color: #fff;
    border: none;
    border-radius: 12px;
    height: 36px;
    width: 100%;
    line-height: 22px;
    padding: 6px 2px;
}

.radhawrapper .trendingcategories,
.radhawrapper .offerblock {
    padding: 70px 0 75px 0;
    margin-bottom: 3px !important;
}

.offerblock {}

.radhawrapper .searchicon {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    z-index: 99;
    width: 6%;
}

.radhawrapper .slider_wrapper {
    padding: 12px 10px 30px 10px;
    border-radius: 20px;
}

.radhawrapper .sliderimg img {
    border-radius: 100%;
    box-shadow: 3px 3px 12px 1px rgb(0 0 0 / 10%);
}

.radhawrapper .categoryswiper {
    margin-top: 20px;
}

.radhawrapper .slidertext {
    padding-top: 20px;
}

.radhawrapper .slidertextbas {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    text-align: left;
}

.radhawrapper .sliderimg2 img {
    border-radius: 12px;
}

.radhawrapper .bannerswiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 6px;
    width: 6px;
}

.radhawrapper .bannerswiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 18px;
    border-radius: 12px;
}

.radhawrapper .bannerswiper .swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
}

.radhawrapper .bannertitle {
    margin-bottom: 5px;
}

.radhawrapper .slider_wrapper3 {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 15px;
    height: 100%;
}

.radhawrapper .offerswiper,
.radhawrapper .brandswiper {
    margin-top: 2px;
    margin-bottom: 1px;
    padding-left: 30px;
    padding-right: 30px;
}

.radhawrapper .offerblock .seeall a {
    color: #696969;
}

.radhawrapper .offerblock h1,
.radhawrapper .brand h1 {
    display: inline-block;
}

.radhawrapper .brand {
    padding: 70px 0 72px 0;
}

.radhawrapper .magicbrand {
    background-color: #741861;
}

.radhawrapper .mouthfreshner {
    background-color: #1b656e;
}
.swiper-slide{
    background-color: transparent!important;
}

.radhawrapper .brandswiper .swiper-slide {
    border-radius: 12px;
}

.radhawrapper .slider_wrapper4 {
    padding: 20px 0;
}

.radhawrapper .price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.radhawrapper .plusicon {
    text-align: center;
    width: 50px;
    border-radius: 12px;
    margin-top: 10px;
    outline: none;
}

.radhawrapper .additem {
    margin-top: 10px;
}

.radhawrapper .iconred {
    background-color: #fd7101;
}

.radhawrapper .iconwhite {
    background-color: #fe0002;
}

.radhawrapper .plusicon img {
    width: 30%;
    filter: invert(1);
}

.radhawrapper .detailpage_ddtocart .plusicon.web_plusicon:hover img {
    filter: invert(0);
}

/*category*/

.radhawrapper .listblock:first-child {
    border-top: 5px solid #eeeeee;
}

.radhawrapper .listblock {
    padding: 15px 15px;
    border-bottom: 5px solid #eeeeee;
}

.radhawrapper .listblock img {
    width: 80%;
}

.radhawrapper .listblock p {
    color: #999999;
}

.radhawrapper .listblock h1 {
    margin-bottom: 6px;
}

.radhawrapper .cartbtn img,
.radhawrapper .wishlist img {
    width: 25px;
}

.radhawrapper .wishlist img {
    margin-left: 10px;
}

/*product listing*/

.radhawrapper .headerlisting {
    padding: 25px 0 25px 0;
    position: relative;
}

.radhawrapper .likebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 16px;
    /* height: 100%; */
    z-index: 98;
}

.radhawrapper .overflow {
    overflow-y: hidden;
}

.radhawrapper .plistingblock {
    border: 0px solid #e0e0e0;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 1px !important;
    margin-top: 0px;
    /* height: 100%; */
}

.radhawrapper .plistingblock a {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
}

.radhawrapper .plistingblock:hover a {
    /* color: #fd7101 !important; */
}

.radhawrapper .plistingblock .slidertext3 {
    margin-top: auto;
    width: 100%;
    padding-bottom: 10px;
}

.radhawrapper .cateimg {
    width: 100%;
}

.radhawrapper .cateimg img {
    object-fit: cover;
}

.radhawrapper .img_issue img {
    width: 100%;
    object-fit: cover;
}

.cursor_pointer:hover {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.radhawrapper .cateimg {
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;

}

.radhawrapper .cateimg img {
    border-radius: 8px;
}

.radhawrapper .ratio100 {
    /* aspect-ratio: 10/10; */
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.cart_color_variation span:first-child {
    padding-top: 10px;
}

.cart_color_variation span {
    padding-bottom: 2px;
}

.radhawrapper .twobutton {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.radhawrapper .twobutton   .plusicon.web_plusicon {
    text-align: center;
    width: auto;
    margin-top: 18px;
    outline: none;
    border: 1px solid #000;
    padding: 12px 0;
    border-radius: 22px;
    background: transparent;
    color: #000;
    font-size: var(--font-primary);
}

.radhawrapper .btn_full_width {
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.radhawrapper .btn_full_width>div  {
    width: 50% !important;
    text-align: center !important;
    display: block;
}

.radhawrapper .btn_full_width>div {
    margin-right: 0 !important;
}

.radhawrapper .twobutton>div {
    margin-right: 15px;
    margin-bottom: 0;
}

.radhawrapper .cateimg img {
    object-fit: unset;
    width: 100%;
    /* height:450px !important; */
    transition: all ease-in-out 0.3s;
    background-color: #fff;

}

.radhawrapper .cateimg:hover img {
    /* transform: translateY(-5%); */
    transform: scale(1.1);
}

/* .detailpageislistingpage .radhawrapper .prolist_tab_content_grid {
    height: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
} */

.radhawrapper .margin:nth-child(odd) .plistingblock {
    margin-right: -7px;
}

.radhawrapper .margin:nth-child(even) .plistingblock {
    margin-left: -7px;
}

.radhawrapper .plistingbackarrow img {
    /*width: 18px;*/
    width: 20px;
}

.radhawrapper .filtericon img {
    width: 26px;
    margin: 0 5px;
}

.radhawrapper .productListingwrapper .tab_in {
    margin-top: 0px;
}

.radhawrapper .productListingwrapper .categorytab {
    width: 100%;
    margin: 0 auto;
}

.radhawrapper .productListingwrapper ul.tabs {
    margin: 0px;
    padding: 10px 0 10px 0;
    list-style: none;
}

.radhawrapper .productListingwrapper ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 12px;
    text-transform: capitalize;
}

.radhawrapper .productListingwrapper ul.tabs li a {
    background-color: #e6e6e6;
    border-radius: 12px;
    padding: 8px 12px;
    display: block;
    color: #222;
}

.radhawrapper .productListingwrapper ul.tabs li.current a {
    background-color: #fd7101;
    color: #fff;
}

.radhawrapper .productListingwrapper .tab_content {
    display: none;
    background: #fff;
}

.radhawrapper .productListingwrapper .tab_content.current {
    display: block;
}

.radhawrapper .quantity {
    width: 40px;
    height: 35px;
    text-align: center;
    border: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.radhawrapper .additembtn {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    background-color: #e2e0e0;
    color: #000;
    border: 1px solid #ddd;
}

.radhawrapper .additembtn:hover {
    opacity: 0.8;
}

.radhawrapper .sidebar .searchinput {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 28px;
}

.radhawrapper .close-btn img {
    width: 18px;
}

.radhawrapper .selectbox {
    margin-bottom: 8px;
}

.radhawrapper .categoryfilter {
    margin-top: 15px;
}

.radhawrapper .categoryfilter input[type=checkbox],
.radhawrapper .categoryfilter input[type=radio] {
    float: right;
}

.radhawrapper .productListingwrapper .filter_tab_in {
    margin-top: 10px;
}

.radhawrapper .productListingwrapper .filtertab {
    width: 100%;
    margin: 0 auto;
}

.radhawrapper .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    padding: 88px 0 0 0;
}

.radhawrapper .show-sidebar {
    transform: translate(0);
}

.radhawrapper .productListingwrapper ul.filtertabs {
    margin: 0px;
    padding: 10px 0 10px 0;
    list-style: none;
}

.radhawrapper .productListingwrapper ul.filtertabs li {
    background: none;
    color: #222;
    padding: 15px 12px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.radhawrapper .productListingwrapper ul.filtertabs li:first-child {
    border-top: 1px solid #e6e6e6;
}

.radhawrapper .filterbtns button {
    border: none;
    width: 30%;
    text-align: center;
    margin: 18px 2px;
    color: #222;
    padding: 8px 12px;
    background-color: #e6e6e6;
    cursor: pointer;
    border-radius: 12px;
}

.radhawrapper .productListingwrapper ul.filtertabs li.current {
    background-color: #e6e6e6;
    color: #000;
}

.radhawrapper .productListingwrapper .filtertab_content {
    display: none;
    background: #fff;
}

.radhawrapper .productListingwrapper .filtertab_content.current {
    display: block;
}

.radhawrapper .selectbox label,
.radhawrapper .selectqty label {
    font-weight: normal;
}

/*popup*/

.radhawrapper .popup,
.radhawrapper .popup2,
.radhawrapper .popup3 {
    position: fixed;
    width: 470px;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.radhawrapper .cat_title {
    padding: 15px 0px;
    border-bottom: 0px solid #ccc;
}

.radhawrapper .selectqty {
    padding: 15px 0;
}

.radhawrapper .selectqty input[type=radio] {
    float: right;
}

.radhawrapper .selectqty label {
    display: block;
    margin-bottom: 8px;
}

.radhawrapper .selectqty h2 {
    margin-bottom: 12px;
}

.radhawrapper .btmoverlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
}

.radhawrapper .addtocartbtn img {
    width: 14px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.radhawrapper .addtocartbtn button {
    /* width: 80%; */
    padding: 15px 35px;
    border-radius: 12px;
    border: none;
    margin: 15px 0;
    background-color: #fd7101;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.radhawrapper .addtocartbtn:hover button {
    opacity: 0.5;
}

.radhawrapper .popup.active,
.radhawrapper .popup2.active,
.radhawrapper .popup3.active {
    transform: translateX(0);
}

.radhawrapper .popup,
.radhawrapper .popup2,
.radhawrapper .popup3 {
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}

.radhawrapper .btmoverlay {
    display: none;
}

.radhawrapper .btmoverlay.active {
    display: block;
}

/**/

/*review_popup*/

.radhawrapper .r_popuptitle {
    padding: 15px 0;
}

.radhawrapper .ratingicon {
    color: #ccc;
}

.radhawrapper .rforminputfield {
    background-color: transparent;
    height: 45px;
    /* border: 1px solid #7c7c7c; */
    border-radius: 8px;
    padding: 6px 12px;
}

.radhawrapper .rsubmitbtn {
    margin: 15px 0;
}

.radhawrapper .rsubmitbtn .btn {
    width: 80% !important;
}

.radhawrapper .removeitem_popup .quantity {
    width: 30px;
}

.radhawrapper .reviewform textarea {
    resize: none;
}

.radhawrapper .rclose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    outline: none;
}

/*product detail*/

.radhawrapper .deliveryblock a:hover,
.radhawrapper .deliveryblocka a:focus,
.radhawrapper .apply:hover,
.radhawrapper .apply:focus {
    color: #000;
}

.radhawrapper .pdtitle {
    margin-bottom: 12px;
}

.radhawrapper .pricedetail {
    margin-top: 20px;
}

.radhawrapper .wrappadd {
    padding: 25px 0;
    border-bottom: 6px solid #eeeeee;
    display: block;
}

.radhawrapper .pdqty {
    width: 30px;
}

.radhawrapper .locicon,
.radhawrapper .couponicon {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 19px;
}

.radhawrapper .locinput,
.radhawrapper .couponcode {
    border-radius: 12px;
    padding: 6px 35px;
    background-color: transparent;
    height: 40px;
    /* border: 1px solid #7c7c7c; */
    margin-top: 10px;
}

.radhawrapper .couponcode {
    margin-top: 15px;
}

.radhawrapper .pdsliderimg img {
    width: 75%;
}

.radhawrapper .check,
.radhawrapper .apply {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.radhawrapper .stocktitle p {
    margin-bottom: 5px;
}

.radhawrapper .checkline {
    margin-top: 6px;
}

.radhawrapper .pdtitledecs {
    margin: 8px 0;
}

.radhawrapper .readmore_button {
    background-color: #fff;
    border: none;
}

.radhawrapper .pddesc a:hover {
    color: #e31e25;
    text-decoration: none;
}

.radhawrapper .featureblock i {
    line-height: 20px;
}

.radhawrapper .features p {
    padding-left: 15px;
    margin: 10px 0;
}

.radhawrapper .productinfotable tr td {
    width: 50%;
    padding: 8px 0;
    font-size: var(--font-primary);
}

.radhawrapper .productinfotable {
    margin-top: 10px;
    width: 100%;
}

.radhawrapper .productinfotable tr {
    border-bottom: 1px solid #e0e0e0;
}

.radhawrapper .productinfotable tr:last-child {
    border-bottom: none;
}

.radhawrapper .desclaimertext,
.radhawrapper .ratingblock {
    margin-top: 10px;
}

.radhawrapper .pdswiper .swiper-pagination-bullet {
    background: #000;
    /*opacity: 1;*/
    height: 6px;
    width: 6px;
}

.radhawrapper .pdswiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    width: 18px;
    border-radius: 12px;
}

.radhawrapper .pdswiper .swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}

.radhawrapper .pdswiper .swiper-wrapper {
    padding-bottom: 15px;
}

.radhawrapper .ratingblock p {
    display: inline-block;
}

.radhawrapper .review_btn a {
    /*background-color: #eff2f7;*/
    background-color: #fd7101;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 15px;
}

.radhawrapper .review_btn a:hover,
.radhawrapper .review_btn a:focus {
    color: #5f5f5f;
}

.radhawrapper .likesharebtns {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 9;
    width: 12%;
}

.radhawrapper .pdtopbtn {
    background-color: #eeeeee;
    margin: 10px 0;
    border-radius: 12px;
    padding: 12px 16px;
}

.radhawrapper .catelink {
    display: inline-block;
}

.radhawrapper .catelink a:hover,
.radhawrapper .catelink a:focus {
    color: #5f5f5f;
}

.radhawrapper .fixeddetailbtm {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
    padding: 15px 0 15px 0;
    z-index: 99;
}

.radhawrapper .productDetailwrapper {
    padding-bottom: 0px;
}

.radhawrapper .similarproductblock h1 {
    
}

.radhawrapper .smslider_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 15px;
}

/*profile*/

.radhawrapper .profilepagewrapper {
    background-color: #F6F6F6;
    padding-bottom: 50px;
    padding-top: 100px;
}

.radhawrapper .notification img {
    width: 24px;
}

.radhawrapper .profile_name {
    padding-top: 12px;
}

.radhawrapper .userimg img {
    width: 30%;
    border-radius: 115px;
    border: 1px solid #e0e0e0;
}

.radhawrapper .userdetail {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.radhawrapper .profilewrapper a:hover,
.radhawrapper .profilewrapper a:focus {
    color: #000;
}

.radhawrapper .userdetail h1 {
    margin-bottom: 5px;
}

.radhawrapper .editbtn {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 8%;
}

.radhawrapper .block_padd {
    padding: 0 5px;
}

.radhawrapper .profilewrapper {
    background-color: #fff;
    margin: 55px 15px;
    border-radius: 12px;
    width: 600px;
    margin: 0 auto;
}

.radhawrapper .userimg {
    transform: translateY(-40%);
}

/* .radhawrapper .profileoption img {
    width: 18px;
    margin-right: 15px;
} */
.radhawrapper .profileoption img {
    width: 18px;
    margin-right: 15px;
    display: none;
}

.radhawrapper .profileoption p {
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;

}

.myaccountpage_acr .profileoption p {
    padding-left: 15px;
}

.radhawrapper .profileoption p:last-child {
    border: none;
}

.radhawrapper .profileoption {
    padding-bottom: 20px;
}

.radhawrapper .notification .cartbtn {
    margin-right: 10px;
}

.radhawrapper .profile_ptoa p {
    padding: 0 !important;
}

.radhawrapper .profile_ptoa a {
    padding: 15px !important;
    display: block;
    transition: all 0.5s;
}

.radhawrapper .profile_ptoa a:hover span {
    color: #fd7101;

}

/*signup*/

.radhawrapper .signupbtns .btn {
    border-radius: 12px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}

.radhawrapper .signupbtns img {
    width: 20px;
    margin-right: 12px;
}

.radhawrapper .googlebtn {
    background-color: #d4dbe5;
}

.radhawrapper .googlebtn:hover,
.radhawrapper .googlebtn:focus {
    color: #5f5f5f;
}

.radhawrapper .facebookbtn:hover {}

.radhawrapper .facebookbtn {
    background-color: #3b5998;
}

.radhawrapper .facebookbtn:hover,
.radhawrapper .facebookbtn:focus,
.radhawrapper .mobileconnect:hover,
.radhawrapper .mobileconnect:focus {
    color: #fff !important;
    opacity: 0.8;
}

.radhawrapper .mobileconnect {
    background-color: #fb012b;
}

.radhawrapper .mobileconnect:hover {
    opacity: 0.8;
}

.radhawrapper .wlcmtext {
    padding: 11% 0 11% 0;
}

.radhawrapper .policystatement a {
    color: #fb012b;
}

.radhawrapper .signupbtns {
    margin-bottom: 40px;
}

/*cart*/

.radhawrapper .removebtn {
    position: absolute;
    bottom: 11%;
    right: 8%;
    width: 20px;
    outline: none;
}

.radhawrapper .cart_title {
    /* padding: 25px 0 15px 0; */
    padding: 0px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.radhawrapper .cart_title h1 {
    /* font-size: var(--subtitle); */
    font-size: var(--font-primary);
}

.radhawrapper .cart_charges {
    padding: 5px 0;
}

.radhawrapper .total_block {
    padding: 15px 0;
    font-size: var(--font-primary);
}

.radhawrapper .checkout_btn {
    border-radius: 22px;
    padding: 10px 0px;
    transition: 0.3s all ease;
    display: inline-block;
    width: 100%;
    background-color: #fd7101;
    border: 1px solid #fd7101;
}

.radhawrapper .cart_btn a:hover,
.radhawrapper .cart_btn a:focus,
.radhawrapper .popupbtn a:hover,
.radhawrapper .popupbtn a:focus,
.radhawrapper .statusbtn a:hover,
.radhawrapper .statusbtn a:focus,
.radhawrapper .checkout_btn:hover,
.radhawrapper .checkout_btn:focus,
.radhawrapper .placeorder:hover,
.radhawrapper .placeorder:focus {
    color: #fff;
}

.radhawrapper .statusbtn:hover a {
    background-color: transparent;
    color: #fd7101;
}

.radhawrapper .couponblock p {
    display: inline-block;
}

.radhawrapper .cartsection .quantity {
    width: 35px;
}

/*cart popup*/

.radhawrapper .removeitem_model {
    position: fixed;
    top: 30%;
    left: 5%;
    background-color: #fff;
    width: 90%;
    border-radius: 12px;
    padding: 20px 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.radhawrapper .removeitem_model.active {
    transform: scale(1);
}

.radhawrapper .popupimg img {
    width: 40%;
}

.radhawrapper .popupimg {
    background: #eeeeee;
    text-align: center;
    padding: 11px 0;
    border-radius: 12px;
}

.radhawrapper .rmitemdetail {
    padding-bottom: 20px;
}

.radhawrapper .rmitemdetail:after {
    content: "";
    background-color: #eeeeee;
    width: 92%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radhawrapper .popupbtn a {
    background-color: #fd7101;
    border-radius: 12px;
    width: 45%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    margin: 0 5px;
}

.radhawrapper .confirmation {
    padding-top: 15px;
}

.radhawrapper .closebtn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    outline: none;
}

.contanier-color {
    background-color: #F6F6F6;
    padding: 100px 0;
}

/*add address*/

.radhawrapper .form_col:nth-child(odd) .form_field {
    margin-right: 7px;
}

.radhawrapper .form_col:nth-child(even) .form_field {
    margin-left: 7px;
}

.radhawrapper .addresstitle {
    margin-left: 10px;
}

.radhawrapper .dropdown_select select {
    -webkit-appearance: none;
    color: #000;
}

.radhawrapper .down_arrow {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.radhawrapper .addressform {
    padding: 25px 0px;
}

.radhawrapper .forminputfield {
    background-color: transparent;
    height: 54px;
    /* border: 1px solid #7c7c7c; */
    border-radius: 8px;
    padding: 6px 18px;
}

.radhawrapper .forminputfield::placeholder {
    color: #8b8b8b;
}

.radhawrapper .form_field p {
    margin-top: 3px;
}

.radhawrapper .addresstype {
    /* background-color: #F6F6F6; */
    padding: 20px;
    border-radius: 12px;
    padding-left: 0;
}

.addresstype label {
    color: gray;
}

.radhawrapper .addresstype .radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.radhawrapper .addresstype .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radhawrapper .addresstype .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radhawrapper .addresstype .radio:hover input~.checkmark {
    background-color: #ccc;
}

.radhawrapper .addresstype .radio input:checked~.checkmark {
    background-color: #fd7101;
}

.radhawrapper .addresstype .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radhawrapper .addresstype .radio input:checked~.checkmark:after {
    display: block;
}

.radhawrapper .addresstype .radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radhawrapper .submitbtn {
    margin-top: 18px;
    display: flex;
    gap: 1rem;
}

.radhawrapper .submitbtn .btn {
    width: 100%;
    background-color: #fd7101;
    padding: 10px 0;
    border-radius: 22px;
    color: #fff;
    transition: all ease 0.4s;
}

.radhawrapper .submitbtn .btn:hover {
    background-color: #fd7101d4 !important;
}

/*address listing*/

.radhawrapper .default_address {
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #000000;
}

.radhawrapper .default_address:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 62px;
    border: 0px solid #000000;
}

.radhawrapper .default_address.active:after {
    background: #000;
}

.radhawrapper .addresslistblock {
    padding: 15px 20px 15px 25px;
    border: 1px solid #eeeeee;
    width: calc((100% / 2) - 20px);
    float: left;
    border-radius: 12px;
    margin: 0px 10px;
    cursor: pointer;
    margin-bottom: 15px;
    overflow: scroll;
}

.radhawrapper .addimg {
    width: 6%;
}

.radhawrapper .addtext {
    padding-left: 5px;
}

.radhawrapper .addtext h1 {
    text-transform: capitalize;
}

.radhawrapper .text-cap {
    text-transform: capitalize;
}

.text-cap {
    text-transform: capitalize;
}

.radhawrapper .addresslistblock label {
    font-weight: normal;
}

.radhawrapper .addtype {
    background-color: #eeeeee;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
}

.radhawrapper .fixedbtn a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-radius: 12px;
    background-color: #fd7101;
}

.addtext .labelp {
    margin-top: -5px;
    font-size: var(--font-primary);
}

.checking_container {
    padding-top: 50px;
}

.addtext h2 {
    margin-bottom: 5px;
}

.radhawrapper .fixedbtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
}

.radhawrapper .addresseditbtn img {
    width: 19px;
}

.radhawrapper .addtext a:hover,
.radhawrapper .addtext a:focus {
    color: #000;
}

.radhawrapper .addresslistblock .radio {
    margin: 0;
}

.radhawrapper .plistingbackarrow .cartbtn img,
.radhawrapper .plistingbackarrow .searchbtn img {
    width: 24px;
    margin-left: 10px;
}

/*order_success*/

.radhawrapper .statusbtn a {
    display: inline-block;
    background-color: #fd7101;
    padding: 10px 35px;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid #fd7101;
    color: #fff !important;
    transition: all ease 0.4s;
}

.radhawrapper .statusbtn:hover a {
    background-color: #fd7101d4 !important;
}

.radhawrapper .orderimg {
    margin: 55px auto;
    width: 25%;
}

.radhawrapper .emptycartwrapper .statusbtn a:hover,
.radhawrapper .emptycartwrapper .statusbtn a:focus,
.radhawrapper .ordersuccesswrapper .statusbtn a:hover,
.radhawrapper .ordersuccesswrapper .statusbtn a:focus {
    color: #fff;
    background: transparent;
}

/*checkout*/

.radhawrapper .addresstext,
.radhawrapper .cardtext {
    display: inline-block;
    padding-left: 15px;
}

.radhawrapper .addressblock img,
.radhawrapper .paymentblock img {
    width: 18px;
}

.radhawrapper .addressblock,
.radhawrapper .paymentblock,
.radhawrapper .productblock,
.radhawrapper .promocode,
.radhawrapper .checkoutpricedetail {
    padding: 15px 0;
}

.radhawrapper .productblockimg {
    padding: 0 25px;
}

.radhawrapper .checkoutpricedetail h1 {
    display: inline-block;
}

.radhawrapper .placeorder a {}

.radhawrapper .addtopbtn {
    margin-left: 10px;
}

/*my_orders*/

.radhawrapper .orderlistblock {
    padding: 15px;
}

.radhawrapper .orderlistblock:first-child {
    border-top: 5px solid #eeeeee;
}

.radhawrapper .myorderimg {
    background: #eeeeee;
    text-align: center;
    padding: 11px 0;
    border-radius: 12px;
}

.radhawrapper .myorderimg img {
    width: 40%;
}

.radhawrapper .orderdetail a:hover,
.radhawrapper .orderdetail a:focus {
    color: #ff181f;
}

/*notification*/

.radhawrapper .notifyicon img {
    width: 75%;
}

.radhawrapper .notify {
    padding: 15px 0;
}

.radhawrapper .notify:first-child {
    border-top: 5px solid #eeeeee;
}

.radhawrapper .notifytext {
    padding-left: 40px;
}

.radhawrapper .notifytext a {
    color: #000;
    text-decoration: underline;
}

/*order detail*/

.radhawrapper .orderpadd {
    padding: 15px 5px;
}

.radhawrapper .timeline {
    height: 100%;
}

.radhawrapper .timeline-container {
    display: block;
    position: relative;
}

.radhawrapper .timeline-container ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.radhawrapper .timeline-container ul li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px dashed #000;
    padding: 0 0 25px 25px;
    position: relative;
}

.radhawrapper .timeline-container ul li:last-child {
    border-left: 0;
}

.radhawrapper .timeline-container ul li::before {
    position: absolute;
    left: -6px;
    top: 0;
    content: "";
    border-radius: 500%;
    background: #029f02;
    height: 12px;
    width: 12px;
    transition: all 0.3s ease-in-out;
}

.radhawrapper .timeline-container ul li:last-child {
    padding-bottom: 0;
}

.radhawrapper .timeline-container ul li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

.radhawrapper ul li .timestamp {
    position: relative;
    /*width: 100px;*/
}

.radhawrapper .callbtn a {
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.radhawrapper .callbtn a:hover,
.radhawrapper .callbtn a:focus {
    color: #000;
}

.radhawrapper .twobtns a {
    display: inline-block;
    width: 49%;
    padding: 10px 0;
}

.radhawrapper .twobtns {
    border-top: 1px solid #e6e6e6;
}

.radhawrapper .rightbrdr {
    border-right: 1px solid #e6e6e6;
}

.radhawrapper .shareblock img {
    width: 18px;
    margin-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.radhawrapper .shareicon span {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.radhawrapper .sharetext {
    display: inline-block;
    padding-left: 15px;
}

.radhawrapper .borderbtm2 {
    border-bottom: 1px solid #e6e6e6;
}

.radhawrapper .odtotal_block {
    padding: 15px 0 0px 0;
    border-top: 1px solid #e6e6e6;
}

.radhawrapper .odpriceblock {
    padding-bottom: 15px;
}

.radhawrapper .otheritemdetail p {
    padding-left: 15px;
}

.radhawrapper .otheritemdetail i {
    line-height: 20px;
    /*margin-right: 8px!important;*/
}

.radhawrapper .shareicon a {
    display: inline-block;
    width: 49%;
    padding: 15px 0;
}

/*wishlist*/

.radhawrapper .wishlistblock {
    margin-top: 15px;
}

.radhawrapper .wishlistingblock {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.radhawrapper .menubtn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #ccc;
    z-index: 99;
    border-radius: 12px;
    width: 18%;
    outline: none;
}

.radhawrapper .margin:nth-child(odd) .wishlistingblock {
    margin-right: -7px;
}

.radhawrapper .margin:nth-child(even) .wishlistingblock {
    margin-left: -7px;
}

/*wishlist popup*/

.radhawrapper .wishlistpopup {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    padding: 15px 0;
}

.radhawrapper .wishlistpopup button {
    background-color: #fff;
    width: 100%;
    border: none;
}

.radhawrapper .wishlistpopup img {
    width: 15px;
    margin-right: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.radhawrapper .wishlistpopup span {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.radhawrapper .wishlistpopup.active {
    transform: translateY(0);
}

/*change password*/

.radhawrapper .otpinput {
    background-color: transparent;
    height: 54px;
    /* border: 1px solid #7c7c7c; */
    border-radius: 8px;
    padding: 6px 18px;
    margin-top: 10px;
}

.radhawrapper .otpresend {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.radhawrapper .otpresend:hover,
.radhawrapper .otpresend:focus {
    color: #ff181f;
}

.radhawrapper .chnagepwddetail {
    padding: 15px 0 25px 0;
}

/*profile*/

.radhawrapper .profileform .form_col:nth-child(even) .form_field {
    margin-left: 7px;
    margin-right: 0;
}

.radhawrapper .profileform .form_col:nth-child(odd) .form_field {
    margin-right: 7px;
    margin-left: 0;
}

.radhawrapper .profileform {
    padding: 15px 0;
}

.radhawrapper .pro_edit_img {
    width: 110px;
    margin: 0 auto 20px auto;
    position: relative;
    border-radius: 50%;
}

.radhawrapper .image-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
}

.radhawrapper .image-upload>input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.radhawrapper .pro_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

/*become supplier start*/

.supplierFormsWrapper {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.formWrapper {
    padding: 25px 15px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px 0px #ddd;
    box-shadow: 0px 0px 9px 0px #ddd;
}

.form-group input,
.form-group select,
.form-group textarea {
    background-color: #fff;
    padding: 10px 8px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
}

button,
html,
input,
select,
textarea {
    font-family: 'rubikregular';
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    -moz-box-shadow: #000000 !important;
    -webkit-box-shadow: #000000 !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    outline-width: 0;

    font-family: 'rubikregular';
}

.formInputWrapper {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formInputWrapper .form-group {
    position: relative;
    margin-bottom: 0;
}

.formInputWrapper label.error {
    display: none !important;
}

.formInputWrapper input.error {
    border-color: red;
}

.form-control-placeholder {
    margin: 0;
    color: #ababab;
    font-family: 'rubikregular';
    line-height: 1;
    font-size: 1rem;
    font-weight: unset;
}

.img_prev {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
    padding: 5px;
    float: left;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}

.img_prev input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.flex_center {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-gradient {
    background: rgba(0, 146, 175, 1);
    color: #fff;
    border: 0;
    transition: all ease-in-out 0.3s;
    background: linear-gradient(90deg, rgba(177, 242, 255, 1) 0%, rgba(0, 146, 175, 1) 45%);
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
    background: linear-gradient(90deg, rgba(0, 146, 175, 1) 0%, rgba(177, 242, 255, 1) 150%);
}

.supplierDetailsTab {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}

.supplierDetailsTab>li>a {
    width: 100%;
    padding: 15px 0;
    float: left;
    color: #999;
    background: #f3f3f3;
}

.supplierDetailsTab>li>a.active {
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 146, 175, 1) 0%, rgba(177, 242, 255, 1) 150%);
}

.supplierDetailsTab>li>a>i {
    margin: 0 0 10px 0;
    display: inline-block;
}

.supplierDetailsTab>li {
    width: calc(100% / 2);
    float: left;
    list-style-type: none;
    text-align: center;
}

/*become supplier end*/

/*mayur start*/

.emptyCartWrapper {
    min-height: 450px;
    float: left;
}

.emptyCartWrapperInner {
    position: absolute;
    top: 39%;
    width: 450px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
}

.cartEmptyImage {
    width: 100px;
    margin: 0 auto 15px auto;
}

.prodcuctVariationWrapper {
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
}

.prodcuctVariationWrapper>ul>li.active a.variationButton,
.prodcuctVariationWrapper>ul>li.active a.variationButton .gray2,
.prodcuctVariationWrapper>ul>li:hover a.variationButton,
.prodcuctVariationWrapper>ul>li:focus a.variationButton,
.prodcuctVariationWrapper>ul>li:active a.variationButton,
.prodcuctVariationWrapper>ul>li a.variationButton:hover,
.prodcuctVariationWrapper>ul>li a.variationButton:focus,
.prodcuctVariationWrapper>ul>li a.variationButton:active,
.prodcuctVariationWrapper>ul>li a.variationButton .gray2:hover,
.prodcuctVariationWrapper>ul>li a.variationButton .gray2:focus,
.prodcuctVariationWrapper>ul>li a.variationButton .gray2:active {
    background-color: #fd7101;
    color: white !important;
}

.prodcuctVariationWrapper>ul>li {
    padding: 0;
}

.variationButton {
    padding: 5px 10px;
    display: inline-block;
    margin: 0px 5px 0 0;
    /* border: solid 1px #fd7101; */
    border-radius: 5px;
    line-height: 1.3;
}

.prodcuctVariationWrapper .variationButton p {
    padding: 0;
}

.variationtitle {
    width: 100px;
    display: inline-block;
    max-width: 40px;
}

.minifont {
    font-size: var(--minifont);
}

.navfont {
    font-size: var(--navfont);
}

.profileOrderListPage .profileflex_wrapper {
    justify-content: center;
    display: block;
    width: 600px;
    margin: 0 auto;
    min-width: 360px;
}

.orderpage .order_numbers {
    background-color: #fff;
}

.orderpage .order_img {
    flex-basis: 80%;
    text-align: center;
    background: #fff;
}

.orderdetailpage_maindiv {
    max-width: 100%;
    margin: 0 auto;
}

.no_data_found {
    padding: 100px 0;
    display: block;
    text-align: center;
}

.searchSuggestionsInner {
    position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    padding: 10px 0px;
    background: #fff;
    border: 1px solid #ccc;
}

.searchSuggestionsInner>ul {
    max-height: 300px;
    width: 100%;
    float: left;
    overflow: auto;
    display: block;
}

.searchSuggestionsInner>ul>li {
    display: block;
    width: 100%;
    float: left;
    height: unset;
    text-align: left;
}

.searchSuggestionsInner>ul>li>a:hover {
    background: #ddd;
}

.searchSuggestionsInner>ul>li>a {
    padding: 8px 15px !important;
    border-bottom: #ddd 1px solid;
    float: left;
    width: 100%;
}

.searchSuggestionsInner>ul>li:last-child a {
    border: 0;
}

.searchProductLink,
.searchSuggestionsInner>ul>li:hover .searchProductLink,
.searchSuggestionsInner>ul>li:active .searchProductLink,
.searchSuggestionsInner>ul>li:focus .searchProductLink {
    color: #fd7101;
}

/*mayur end*/

md-toast {
    position: fixed !important;
}

/*Jignesh new css*/

.new_listingpage_indiamall .product-block-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
}

.new_listingpage_indiamall .product_list_in {
    height: 100%;
    /* background-color: #f5f5f5; */
    /* border-radius: 10px; */
    position: relative;
    width: 100%;
    overflow: hidden;
}

.new_listingpage_indiamall .product_list_in .product_list_img{
    border-radius: 10px;
    overflow: hidden;
    background-color: #F0F2F1;
}

.mobile_active {
    color: #FD7101 !important;
}

/* .coupon-code_abs {
    border: 1px solid #2398C9;
    border-top-left-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0.3rem 1rem;
    background-color: #2398C9;
} */
.coupon-code_abs {
    border: 1px solid #2398C9;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: 15px;
    left: 0px;
    padding: 0.3rem 1rem;
    background-color: #2398C9;
    z-index: 1;
}

.new_listingpage_indiamall .product_display {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.new_listingpage_indiamall .product_list_img img {
    width: 100%;
    /* border-radius: 22px; */
    background-color: #F0F2F1;
}

.new_listingpage_indiamall .product_detail_view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0px 0px 0px;
    height: 100%;
    border-radius: 0 0 0px 0px;
}

.new_listingpage_indiamall .card_type {
    width: fit-content;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #fd7101;
    font-size: 12px !important;
}

.new_listingpage_indiamall .card_type p {
    font-size: 12px !important;
}

.new_listingpage_indiamall .product_price_flex {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0px;
    
}

.size_15fixed p, .size_15fixed p sup {
    font-size: 16px !important;
    /* line-height: 18px; */
}

.new_listingpage_indiamall .product_price_flex h1 {
    /* font-size: var(--font-25); */
    font-size: 16px;
    line-height: 18px;
}

.new_listingpage_indiamall .product_more_info {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block;
    float: right;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    margin-top: 0px;
    cursor: pointer;
    margin-right: 2px;
}

.swiper_height_set:hover .product_more_info {
    background-color: #fd7101;
    border: 1px solid #fd7101;
    color: #fff;
}

.product_list_in:hover .product_more_info {
    background-color: #fd7101;
    border: 1px solid #fd7101;
    color: #fff;
}

/* .new_listingpage_indiamall .product_more_info p {
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
} */

.new_listingpage_indiamall .ellips_3 {
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new_listingpage_indiamall .h1_m_10 {
    margin: 0 0 10px 0;
}

.new_listingpage_indiamall .font_15 {
    font-size: 15px;
    line-height: 24px;
}

.new_listingpage_indiamall .add_product_cart {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #fd7101;
    padding: 15px 10px;
    cursor: pointer;
}

/* 
.new_listingpage_indiamall .product_heightlight {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}
.new_listingpage_indiamall .product_heightlight>div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.new_listingpage_indiamall .product_heightlight_img {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #cccccc;
} */

.oragne {
    color: #fd7101;
}

.breadcrumb_custome li {
    display: inline-block;
    line-height: 1;

}

.breadcrumb_custome li p {
    display: inline-block;

}

/*detail page start*/
.product_detail_page_wraper {
    display: flex;
}

.product_detail_page_wraper>div {
    flex-basis: 50%;
    background-color: #F0F4FA;
}

.product_detail_info {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 50%;
    margin-left: 35%;
}

.address_listing_breadcrumb {
    padding-bottom: 1rem;
}

.product_detail_card_type {
    color: #fd7101;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

.breadcrumb_custome li:hover {
    color: #fd7101;
}

.active_breadcrum {
    color: #fd7101;

}

.product_detail_product_name {
    font-weight: 600;
}

.product_rating {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 24px;
    padding: 10px 0;
}

.product_detail_product_description {
    padding: 10px 0;
}

.product_detail_list_image img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/* .product_detail_list_image {
    background-color: #fd7101 !important;
    height: 100vh;
} */

.product_detail_info_list {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 0;
}

.product_detail_info_list>div {
    width: calc(100% / 1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0px;
    padding-bottom: 1px;
}

.product_detail_info_list_img {
    width: 18px;
    height: 18px;
    background-color: #fd7101;
    border-radius: 50px;
}

.product_detail_checkout {
    background-color: #fd7101;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}

.product_detail_offer {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px dashed #fd7101;
    margin-top: 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.product_detail_offer_img {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: #000;
    border: 1px solid #ffffff;
}

.product_cuppon_discount {
    background-color: #ffffff;
    border-radius: 15px;
}

.apply_code_img {
    width: 35px;
}

.apply_code {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.apply_code>div:nth-child(1) {
    flex-basis: 10%;
}

.apply_code>div:nth-child(2) {
    flex-basis: 90%;
}

.coupon_unlock_text {
    background-color: #ffcda4;
    border-top: 1px solid #cccccc;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    color: #000000 !important
}

.add_discount {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.orange {
    color: #ee7316;
}
.applyCoupon_form {
    width: 100%;
}
.applyCoupon_form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apply_code_input {
    display: none;
}

.apply_code_input {
    width: 100%;
}
.apply_code_input input {
    width: 100%;
    font-size: 18px;
    border: unset;
    border-radius: unset;
    background-color: unset;
}
.add_plus_cart {
    display: none;
    padding: unset;
    border: unset;
    border-radius: unset;
    background-color: unset;
}

.coupon_unlock_text {
    display: none;
}

.checkout_product_name_flex {
    width: 75%;
}

.add_plus_cart.active {
    display: block;
}
.apply_code_input.active {
    display: block;
}
.coupon_unlock_text.active {
    display: block;
}
.add_discount.active {
    display: none;
}
.got_cuppon.active {
    display: none;
}

.font_24 {
    font-size: 24px;
}

/*detail page end */

.product_detail_list_image img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.label_div {
    margin-top: 1.5rem;
}

.gray_bg .variationButton {
    background-color: #ddd !important;
    border-color: 1px solid #ddd !important;
}

.gray_bg .gray2 {
    background-color: #ddd !important;
    border-color: 1px solid #ddd !important;
}

.gray_bg .navfont {
    color: #000;
}

.gray_box {
    background-color: #F9F9F9;
}

.product_cart_details {
    display: flex;
    padding: 60px 0;
}

.product_cart_details>div:nth-child(2) {
    flex-basis: 35%;
    position: sticky;
}

.product_cart_details>div:nth-child(1) {
    flex-basis: 65%;
    padding-right: 100px;
}

.cart_item_repeat_detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart_item_block>div {
    padding: 20px;
    border-bottom: 1px solid #cccccc;
}

.cart_item_block>div:last-child {
    border-bottom: unset;
}

.cart_item_qty {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    justify-content: space-between;
    width: fit-content;
    margin-top: 10px;
}

.cart_item_qty>button {
    font-size: 16px;
    padding: 1px 10px;
    color: #000000;
}

.remove_item {
    padding-top: 10px;
}

.cart_item_price_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_item_repeat_detail>div:nth-child(1) {
    flex-basis: 20%;
}

.cart_item_repeat_detail>div:nth-child(2) {
    flex-basis: 80%;
}

.product_checkout_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_checkout_block>div {
    padding: 30px;
    background-color: #f9f9f9;
}

.checkout_btn {
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
}

.checkout_click {
    background-color: #fd7101;
}

.cont_shop {
    border: 1px solid #000000;
}

.checkout_btn_flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
}

.charge_info {
    text-align: center;
    padding-top: 20px;
}

.product_checkout_block_info .cart_subtotal_prices {
    padding-bottom: 15px;
}

.product_checkout_block_info .product_checkout_price {
    padding-top: 15px;
    border-top: 1px solid #cccccc;
}

.cart_subtotal_prices>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_subtotal_prices {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chect_out_grandtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrum_flex ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.breadcrum_flex ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart_item_qty {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    justify-content: space-between;
    width: fit-content;
    margin-top: 10px;
}

.cart_item_qty>button {
    font-size: 16px;
    padding: 1px 10px;
    color: #000000;
}

.cart_product_qty>button, .cart_item_qty>button {
    border: none;
    border-radius: unset;
    background-color: transparent;
}

.cart_item_block>div {
    padding: 20px;
    border-bottom: 1px solid #cccccc;
}

/* Other Profile page  start*/
.bg_yellow {
    background-color: #ffffff;
}

.login_page_wrapper .page_tb_spacing {
    padding: 8rem 0;
}

.login_page_wrapper .form_container {

    max-width: 400px;
    margin: 0 auto;
}

.login_page_wrapper .loginInput {
    background-color: transparent;
    border-radius: 3px;
    height: 57px;
    border: unset;
    padding: 10px 10px 10px 20px;
    color: #000000;
    background: #f1f1f1;
}

.login_page_wrapper .loginform_mrbottom {
    margin-bottom: 6px;
    text-align: left;
}

.login_page_wrapper .dflex {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

.login_page_wrapper .form_title_new h1 {
    letter-spacing: -.7px;
    color: #29292b;
    line-height: 1.4;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
}

.login_page_wrapper .message {
    padding: 1rem 0 3rem 0;
}

.font_3rem {
    font-size: 3rem;
}

.jic {
    justify-content: center;
}

.mrt0 {
    margin-top: 0 !important;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.login_page_wrapper .center_3 {
    display: flex;
    align-items: center;
}

.login_page_wrapper .login_btn_wrapper {
    width: 100%;
    height: 50px;
    border-radius: 22px;
    background-color: transparent;
    margin: 30px auto 0 auto;
    padding: 10 0px;
    box-shadow: none;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    transition: all ease-in-out 0.3s;
}

.login_page_wrapper .login_btn_wrapper p {
    color: #000;
    transition: all ease-in-out 0.3s;

}

.login_page_wrapper .login_btn_wrapper:hover {
    border: 1px solid #fd7101;
    background-color: #fd7101;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.login_page_wrapper .login_btn_wrapper:hover p {
    color: #fff;

    transition: all ease-in-out 0.3s;
}

.timeLeftHtml__,
.timeLeftHtml_1 {
    display: none;
}

.timeLeftHtml__.timeLeftHtml,
.timeLeftHtml_1.timeLeftHtml1 {
    display: inline-block;
}

/*Address Listing start*/
.address_listing_wrapper .paddbtm80 {
    padding: 5rem 0;
}

.address_listing_wrapper .containerWidth {
    width: 79%;
    margin: 0 auto;
}

.address_listing_wrapper .cpheader li p {
    display: inline-block;
    padding: 0 8px;
}

.address_listing_wrapper .cpheader {
    border-bottom: 1px solid #292929;
    padding-bottom: 20px;
    z-index: 9999;
}

.address_listing_wrapper .cpheader li {
    display: inline-block;
}

.address_listing_wrapper .contactTitle {
    margin: 25px 0 40px 0;
}

.address_listing_wrapper .addresslist .address_blockfull_wraper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.address_listing_wrapper .addresslist .addressWrapper {
    padding: 40px 40px 40px 40px;
    margin-bottom: 30px;
    /* width: calc((100% / 3) - 30px); */
    background-color: #F0F2F1;
    border-radius: 22px;
}

.address_listing_wrapper .addresslist .address_detail {
    padding: 10px 0;
}

.address_listing_wrapper .addresslist .add_delete {
    position: absolute;
    top: 15px;
    right: 15px;
}

.address_listing_wrapper .vertical_center {
    display: flex;
    justify-content: center;
    align-self: center;
    height: 100%;
    align-items: center;
    width: 100%;
}

.address_listing_wrapper .addresslist .address_icon {
    width: 20px;
    vertical-align: text-bottom;
}

.address_listing_wrapper .addressblock .font_18 {
    font-size: var(--font_18);
}

.address_listing_wrapper .addressblock .font_20 {
    font-size: var(--font_20);
    margin-top: 0.5rem;
}

.address_listing_wrapper .addressblock .font_16 {
    font-size: var(--font_16);
}

/*Address Listing end */

/* checkout page */

.checkout_information {
    display: flex;
}

.checkout_information>div:nth-child(1) {
    flex-basis: 58%;
    padding-right: 60px;
    border-right: 1px solid #dddddd;
}

.checkout_information>div:nth-child(2) {
    flex-basis: 42%;
    padding-left: 50px;
}

.checkout_header {
    text-align: center;
}

.checkout_header.mobile {
    display: none;
}

.checkout_breadcrums {
    padding-top: 15px;
}

.checkout_product_infomation_flex,
.complete_order_form form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.complete_order_form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.checkout_info_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.checkout_input {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.custom_checkbox {
    padding-left: 25px;
    padding-top: 5px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.custom_checkbox .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom_checkbox input~.checkmark {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.custom_checkbox input:checked~.checkmark {
    background-color: #fd7101;
    border: 1px solid #fd7101;
}

.custom_checkbox input:checked~.checkmark::after {
    display: block;
}

.custom_checkbox .checkmark::after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.inline_input {
    display: flex;
    gap: 15px;
}

.inline_input>div {
    width: 100%;
}

.checkout_input_fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkout_button {
    margin-top: 20px;
}

.checkout_button button {
    border: unset;
    border-radius: 12px;
    padding: 10px 20px;
    background-color: #fd7101;
    color: #ffffff;
    font-size: 18px;
    width: fit-content;
    margin-left: auto;
    display: flex;
    font-family: 'rubikregular';
}

.submit_button {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    width: fit-content;
}

.submit_button>div {
    width: 100%;
}

.submit_button button {
    width: 100%;
    border: unset;
    border-radius: 12px;
    padding: 10px 20px;
    background-color: #fd7101;
    font-size: 18px;
    margin-left: auto;
    font-family: 'rubikregular';
}

.submit_button button p {
    color: #ffffff;
}

.checkout_product_list_detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkout_product_flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout_product_name_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_product_flex>div:nth-child(1) {
    /* flex-basis: 15%; */
    background: #F0F2F1;
    border-radius: 10px;
}

.checkout_product_flex>div:nth-child(2) {
    flex-basis: 85%;
}

.checkout_card_qty {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    background-color: rgba(114, 114, 114, 0.9);
    padding: 5px;
    border-radius: 50px;
    display: grid;
    height: 20px;
    width: 20px;
    place-content: center;
    color: #ffffff;
}

.checkout_product_list_info>div {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.checkout_product_list_info>div:last-child {
    border: unset;
}

.shopping_icon {
    width: 2rem;
}

.order_summary {
    display: flex;
    align-items: center;
    gap: 10px;
}

#accordion {
    display: block;
}

.order_total_title {
    display: none;
}

.checkout_cart_coupon form>div {
    display: flex;
    gap: 15px;
}

.checkout_cart_coupon_remove .apply_coupon_button {
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #fd7101;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'rubikregular';
    text-align: center;
}

.checkout_cart_coupon_remove {
    border: dashed 2px rgb(193, 41, 44);
    padding: 5px;
    border-radius: 10px;
}

.subtotal_minus {
    text-decoration: line-through;
    color: #a7a7a7;
}

.checkout_cart_coupon form>div>div:nth-child(1) {
    flex-basis: 75%;
}

.checkout_cart_coupon form>div>div:nth-child(2) {
    flex-basis: 25%;
}

.checkout_cart_coupon_apply button {
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #fd7101;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'rubikregular';
}

.cart_subtotal_prices>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_subtotal_prices {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chect_out_grandtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_product_data {
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.checkout_border_padding {
    padding: 0 15px;
}

.checkout_product_data label {
    width: 100%;
    cursor: pointer;
}

label {
    cursor: pointer;
}

a {
    cursor: pointer;
}

.checkout_product_data label>div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
    justify-content: space-between;
}

.checkout_product_data label>div:last-child {
    border: unset;
}

.checkout_product_data_title_radio {
    display: flex;
    gap: 15px;
}

.checkout_product_data label>div>div:nth-child(1) {
    display: flex;
    flex-basis: 80%;
    gap: 15px;
}

.checkout_product_data label>div>div:nth-child(2) {
    flex-basis: 20%;
    text-align: right;
}

.checkout_product_data_title>div:nth-child(1) {
    flex-basis: 15%;
}

.checkout_product_data_title>div:nth-child(2) {
    flex-basis: 85%;
}

.checkout_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_product_data_title_radio.payment_option_data {
    flex-basis: 100%;
}

.checkout_product_infomation_flex>div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.indiamall_header.checkout_header {
    display: none;
}

.indiamall_footer.checkout_footer {
    display: none;
}

#accordion {
    display: block;
}

.checkout_product_infomation>div {
    padding-top: 50px;
}

.add_new_address {
    position: absolute;
    top: 25px;
    right: 0;
}

.cart_count {
    position: absolute;
    top: -10px;
    right: -3px;
    font-size: 11px;
    color: #fff;
    background: #ee7316;
    width: 15px;
    text-align: center;
    border-radius: 15px;
    line-height: 15px;
}

/* popup up */

/* popup cart */

.add_to_cart_popup,
.empty_cart_popup {
    position: fixed;
    top: -100%;
    right: 0;
    background-color: #EDEFF2;
    z-index: 9999;
    width: 450px;
    border-radius: 0 0 0 5px;
    transition: all ease 0.5s;
}

.add_to_cart_popup.active,
.empty_cart_popup.active {
    top: 130px;
}

.indialmall_header_content.fixed-header_new .add_to_cart_popup.active {
    top: 70px;
}

.indialmall_header_content{
    position: relative;
    transition:  all ease-in-out 0.3s;
    top: 0;
    width: 100%;
}

.indialmall_header_content.webmenu_hidden  {
    top: -100% !important;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.indialmall_header_content.header_change {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.indialmall_header_content.header_down {
    top: 0 !important;
}

.add_to_cart_popup_overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    z-index: -999;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
}

.add_to_cart_popup_overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999 !important;
}

.add_to_cart_popup>div {
    padding: 20px;
}

.product_cart_detail {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}

.product_cart_detail_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_cart_detail_text span {
    color: #a7a7a7;
    font-size: 14px;
}

.product_cart_price_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_cart_detail>div:nth-child(1) {
    flex-basis: 25%;
}

.product_cart_detail>div:nth-child(2) {
    flex-basis: 75%;
}

.cart_checkout {
    background-color: #fd7101;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 0 0 5px;
}

.card_total_items.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.add_to_cart_popup>div {
    padding: 20px;
}

.card_total_items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 45vh;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    transition: all ease 1s;
}

.cart_product_qty>button:nth-child(1) {
    border-right: 1px solid #dddddd !important;
}

.cart_product_qty>button:nth-child(3) {
    border-left: 1px solid #dddddd !important;
}

.cart_product_qty>button {
    font-size: 16px;
    padding: 1px 12px;
    color: #000000;
}

.cart_product_qty>button,
.cart_item_qty>button {
    border: none;
    border-radius: unset;
    background-color: transparent;
}

.cart_qty {
    font-size: 20px !important;
    color: #fd7101 !important;
}

.cart_product_qty {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #dddddd;
    justify-content: space-between;
}

.header_card_logo .cart_logo {
    transition: all ease 0.4s;
}

.header_card_logo .cross_logo {
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.header_card_logo.active .cart_logo {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
}

.header_card_logo.active .cross_logo {
    opacity: 1;
    visibility: visible;
    transform: rotate(-90deg);
}

.header_card_logo .cart_count.active {
    opacity: 0;
    visibility: hidden;
}

.menu_navbar {
    z-index: 999999;
}

.webmenu.active {
    position: relative;
    z-index: 999999;
}

body.no_scroll {
    overflow: hidden;
}

.indiamall_main_page {
    transition: all ease 0.4s;
}

.indiamall_main_page.active_cart {
    filter: blur(20px) !important;
}

.blue_color_readmore {
    color: #fd7101;
    text-transform: uppercase;
    text-decoration: underline;
}

.dropdown_select .loginInput {
    -webkit-appearance: none;
}

/* my order */

.ordered_details_wrapper {
    max-width: 700px;
    margin: 0 auto;
    background-color: #EDEFF2;
    border-radius: 10px;
}

.ordered_block {
    padding: 30px 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.order_title p {
    font-size: 1.5rem;
    font-weight: 600;
}

.order_tabs_title ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0 0 0;
    overflow: scroll;
}

.order_tabs_title ul li.active {
    background-color: #fd7101;
    color: #ffffff;
}

.order_tabs_title ul li {
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #000000;
    border: 1px solid #fd7101;
}

.order_tabs_title li p {
    font-size: 1rem;
}

.ordered_id p {
    color: #000000;
    font-size: 1rem;
}

.ordered_id a {
    color: #fd7101;
}

.ordered_details_info>div {
    padding: 10px 0;
}

.ordered_id {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #dddddd;
}

.order_status {
    padding: 5px 10px;
    border-radius: 50px;
}

.order_status p {
    font-size: 1rem
}

.ordered_details_info {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 15px;
}

.order_status.received_bg {
    background-color: #dddddd;
    color: #707070;
}

.order_status.accepted_bg {
    background-color: rgb(219 225 255);
    color: rgb(137 156 255);
}

.order_status.shipped_bg {
    background-color: #ffe0c8;
    color: #fd7101;
}

.order_status.rejected_bg {
    background-color: rgb(255 175 156);
    color: rgb(177 35 0);
}

.order_status.completed_bg {
    background-color: rgb(209 255 237);
    color: #00a358;
}

.order_status.delivered_bg {
    background-color: rgb(207 247 207);
    color: #029f02;
}

.order_history_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bunch_order_details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bunch_order_details>div:nth-child(1) {
    flex-basis: 20%;
}

.bunch_order_details>div:nth-child(2) {
    flex-basis: 80%;
}

.bunch_order_details>div:nth-child(1) img {
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.bunch_order_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bunch_order_items>div {
    padding: 0 10px;
}

.bunch_order_text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bunch_order_text p {
    font-size: 1rem;
}

.ordered_time_block {
    background-color: #EAEFEE;
    color: #7A7F7F;
    border-radius: 50px;
    padding: 10px 15px !important;
    margin-top: 10px;
}

.ordered_time_block {
    display: flex;
    justify-content: space-between;
}

.ordered_time_block p {
    font-size: 1rem;
}

.ordered_product_info p {
    font-size: 1rem;
    text-transform: capitalize;
}

.ordered_product_info {
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
}

.ordered_product_detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
}

.ordered_product_detail>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ordered_product_detail>div>div:nth-child(1) {
    flex-basis: 20%;
}

.ordered_product_detail>div>div:nth-child(2) {
    flex-basis: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ordered_product_img img {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.ordered_product_text span {
    padding: 5px 10px;
    border: 1px solid #fd7101;
    height: 15px;
    width: 15px;
}

.ordered_product_text>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order_prices_details>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_prices_details {
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order_prices_details p {
    font-weight: 600;
}

.order_prices_details_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.order_prices_details_total p {
    font-size: 1.3rem !important;
    font-weight: 600;
}

.ordered_person_details {
    padding-top: 20px;
}

.product_person_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_person_details>div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.order_title {
    padding-bottom: 5px;
}

.product_person_details p {
    color: #000000;
    text-transform: capitalize;
}

.account-header_bg {
    background-color: #ccc;
    line-height: 32px;
}

.account-header p {
    padding-bottom: 0;
}

.account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ccc;
    line-height: 32px;

}

.account_icon img {
    height: 32px !important;
    width: 32px !important;
    padding: 6px;
    background-color: #fff;
    border: solid 1px #fd7101;
    border-radius: 50%;
}

.SectionHeader__ButtonWrapper {}

.min-height-home_div {
    min-height: 300px;
}

.tranding_spacing {
    padding: 0 50px;
}

.categories_width {
    width: 95%;
    margin: 0 auto;
}

.pdl0_listing {
    padding-left: 0 !important;
}

.list_wrapper {
    display: flex;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
    width: 22%;

}

.list_wrapper>div {
    padding-left: 25px;

}

.product_rating_star .checked {
    color: orange;

}

.product_rating_star span {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;

}

.float-whatapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}

.my-float_whatapp {
    margin-top: 16px;
}

.discount_block {
    font-size: 14px;
    background-color: transparent;
    color: #ee7316;
    border-radius: 4rem;
    line-height: 1;
    padding: 0.4rem 1.1rem;
    border: 1px solid #ee7316;
    font-weight: bold;
}

.box-shadow-header {

    /* -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.37); */

    /* --gradient-background: var(--gradient-base-background-1);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25)); */
    box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
-webkit-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
-moz-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 8%);
}

/* root {
    --gradient-base-background-1: #ffffff;
} */

.home_page_banner_section {
    padding-top: 12px;
}
.breadcrumb_custome {
    padding-bottom: 20px;
}

/**/
.list-border {
    border-top: 1px solid #D3D7D9;
    border-bottom: 1px solid #D3D7D9;
    
}
.bread_crumb_padding  {
    padding: 20px;
}

.pdb0 {
    padding-bottom: 0 ;
}

.final_listing_container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;

}

.final_price h4  , .final_price h4 sup strike {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 18px;
    padding: 2px 0;
}
.final_price h4 {
    color :#5E6261;
    white-space: nowrap;
    
}

.final_price h4 sup {
    color :#9CA19F;
}
.final_price h4 sup {
 
}
.main_accordian .content_accordian {
    display: none;
}

.main_accordian {
    padding-bottom: 10px;
}

.main_accordian a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.main_div .acr_arrow {
    transition: all ease-in-out 0.3s;
}

.main_div.active .acr_arrow .img1{
    display: block;
}

.main_div .acr_arrow .img2{ 
    display: none;
}
.main_div.active .acr_arrow .img1{ 
    display: none;
}
.main_div.active .acr_arrow .img2{
    /* transform: rotate(180deg); */
    transition: all ease-in-out 0.3s; 
    display: block;
}
.main_div .acr_arrow {
    transition: all ease-in-out 0.3s;
}
.acr_arrow {
    width: 2.5rem;
}
.acr .content_accordian {
    display: none;
}
.acr_arrow {
    width: 2.5rem;
}

.uperclick h2 {
    font-size: 16px ;
    text-transform: uppercase;
    font-weight: bold;
}

.main_accordian .main_div {
    padding: 15px 0;
    border-bottom: 1px solid #D2D4D3;
}

.acr_hide_div_padding  {
    padding: 25px 0;
}
.gray_acr {
    color: #909291;
}
.gray_acr a {
    color: #909291;
    font-weight: bold;
}
.list_new_flex {
    padding: 0;
    display: flex;
    gap: 0px;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; 
}

.main_accordian .main_div:hover h4 {
    color :#fd7101;
}
/* .main_accordian .main_div:hover .acr_arrow img {
    background-color: #000;
    border-radius: 22px;
} */

.price_listing {
    padding: 1rem 0 1rem 0;
}

/*Detail.css start and merge*/
.size_flex .trending_li {
    margin-bottom: 9px;
}

ul {
    padding-left: 0;
}

.mrbottom10 {
    margin-bottom: 20px !important;
}

ul li {
    list-style: none;
}

.clearfix {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.comon_container {
    width: 73%;
    margin: 0 auto;
}

.detail_part2 .size_flex .trending_ul {
    display: flex;
    padding-top: 10px;
}

.detail_part2 .size_flex .trending_ul {
    display: flex !important;
    padding-top: 10px !important;
    gap: 0.5rem;
    justify-content: flex-start;
}

.listing_page_comonpage .product_detail_spacing {
    padding-top: 3rem;
}

.listing_page_comonpage .hover_div img {
    width: 100%;
}

.listing_page_comonpage .width70_detailblock {
    width: 60%;
    float: left;
}

.listing_page_comonpage .width30_detailblock {
    width: 40%;
    float: right;
}

.listing_page_comonpage .webdetails {
    display: block;
    position: sticky;
    top: 30px;
}

.listing_page_comonpage .trending_ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.listing_page_comonpage .mrb50 {
    margin-bottom: 50px;
}

.listing_page_comonpage .product_detail .trending_li {
    padding-bottom: 10px;
}

.listing_page_comonpage .trending_li {
    width: calc(100% / 2 - 7.5px);
}

.listing_page_comonpage .left_30_block {
    padding-left: 10%;
    padding-top: 10px;
}

.listing_page_comonpage .pdt10 {
    padding-top: 10px;
}

.listing_page_comonpage .featured-product-info {
    padding: 25px 10px 0 0px;
    text-align: left;
}

.listing_page_comonpage .color_gray {
    color: #757575 !important;
}

.listing_page_comonpage .sectionpadingtop50 {
    padding-top: 50px;
}

.listing_page_comonpage .mobiledetails {
    display: none;
}

.listing_page_comonpage .swiper {
    width: 100%;
    height: 100%;
}

.listing_page_comonpage .thumbnail-grid {
    margin-top: 1%;
    margin-left: 5%;
}

.listing_page_comonpage .slider-one,
.slider-two {
    width: 25%;
    margin-right: 2%;
    border-radius: 5px;
    border: 1px solid #000;
    margin-top: 5%;
}

.listing_page_comonpage .divcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -1.5px;
}

.listing_page_comonpage .sectionpadingtop50 {
    padding-top: 50px;
}

.listing_page_comonpage .mobiledetails {
    display: none;
}

.listing_page_comonpage .detail_part2 {
    padding-top: 5px !important;
}

.listing_page_comonpage .black {}

.listing_page_comonpage .color_gray {
    color: #757575 !important;
}

.listing_page_comonpage .size_flex .trending_ul {
    display: flex;
    padding-top: 10px;
}

.listing_page_comonpage .size_flex .trending_ul {
    display: flex;
    padding-top: 10px;
}

.listing_page_comonpage .size_flex .trending_li {
    width: calc(100% / 3 - 15px);
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    padding: 5px 10px!important;
    transition: all ease-in-out 0.3s;
    text-transform: capitalize;
    background: #ccc;
}

.listing_page_comonpage .comon_bn_nike {
    margin-top: 5px;
}

.listing_page_comonpage .detail_btn .nikebutton {
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 24px;
}

.listing_page_comonpage .detail_btn .nikebutton:hover {}

.listing_page_comonpage .detail_btn .nikebutton_css_whitebg {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e5e5e5;
    display: block;
}

.listing_page_comonpage .detail_btn .nikebutton_css_whitebg:hover {
    border: 1px solid #000;
}

.listing_page_comonpage .fav_heart {
    margin-left: 5px;
}

.listing_page_comonpage .detail_btn_description {
    padding: 60px 0 40px 0;
}

.listing_page_comonpage .lh4 {
    line-height: 1.7;
}

.listing_page_comonpage .detail_blockright ul {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.listing_page_comonpage .detail_blockright ul li {
    list-style: disc;
}

.listing_page_comonpage .view_prdt {
    border-bottom: 1px solid #757575;
    width: fit-content;
}

.listing_page_comonpage .size_flex .trending_li:hover,.size_flex .trending_li.active {
    border: 1px solid #fd7101;
    color: #fff !important;
    background-color: #fd7101;
}

.listing_page_comonpage .main_accordian {
    padding-bottom: 0px;
}

.listing_page_comonpage .main_accordian .panel,
.listing_page_comonpage .main_accordian .panel-body {
    box-shadow: none;
}

.listing_page_comonpage .main_accordian .panel-group .panel-heading {
    padding: 0;
}

.listing_page_comonpage .main_accordian .panel-group .panel-heading a {
    display: block;
    text-decoration: none;
    position: relative;
}

.listing_page_comonpage .main_accordian .panel-group .panel-heading a:after {
    content: "";
    float: right;
    position: absolute;
    top: 30px;
    right: 0;
    height: 25px;
    width: 20px;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 75% 35%;
}

.listing_page_comonpage .main_accordian .panel-group .panel-heading.active a:after {
    content: "";
    background-image: url(../images/arrow-up.png);
    background-repeat: no-repeat;
    background-size: 75% 35%;
    top: 26px;
}

.listing_page_comonpage .main_accordian .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.listing_page_comonpage .main_accordian .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}

.listing_page_comonpage .main_accordian .panel-default {
    border-color: #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
}

.listing_page_comonpage .main_accordian .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding-bottom: 15px;
}

.listing_page_comonpage .main_accordian .panel-body {
    padding: 0 15px;
}

.listing_page_comonpage .main_accordian .accrodian_heading_h1 {
    padding: 20px 0 20px 0;
}

.listing_page_comonpage .main_accordian .titleBorder {
    width: 78px;
    margin: 0 0 25px 0;
    display: inline-block;
    height: 2px;
    opacity: 0.8;
}

.radha_padding {
    padding: 80px 0;
}

.listing_page_comonpage .radhawrapper .wrappadd {
    padding: 25px 0;
    border-bottom: 0px solid transparent !important;
    display: block;
}

/*listing page like zenior start*/

.comon_top_spacing {
    padding-top: 50px;
}

.sticky_div_top {
    position: relative;
    top: 0px;
    background-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    /* font-size: 20px; */
    z-index: 50;
    padding-bottom: 1rem;
}

.sticky_div_top .left_div {
    float: left;
    padding: 20px 0;
}

.detail_page_width30_detail {
    /* width: 22%; */
}

/*NEW WW*/

.detail_page_width70_detail {
    width: 100%;
    /* padding-left: 0.5%; */
    padding-left: 15px;
}

.flexbox {
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.view_thumbnil {
    display: none;
    transition: all ease-in-out 0.3s;
    padding-bottom: 12.7px;
    padding-top: 12.7px;
    transition: all ease-in-out 0.3s;
}

.detail_padding_block {
    padding-top: 10px;
    transition: all ease-in-out 0.3s;
}

.hover_div_detailpage:hover .view_thumbnil {
    display: block;
    transition: all ease-in-out 0.3s;
}

.hover_div_detailpage:hover .view_thumbnil {}

.hover_div_detailpage:hover .bg_radius_whitebg img {}

.detailingpara p {
    padding: 15px 0;
}

.hover_div_detailpage .divhide {
    transition: all ease-in-out 0.3s;
    padding-top: 0;
}

.hover_div_detailpage .detailingpara p {
    font-size: var(--content-font-size);
    font-family: var(--semibold-font-family);
}

.hover_div_detailpage:hover .detailingpara p {
    padding: 4px 0;
}

.hover_div_detailpage:hover .divhide {
    display: none;
}

.hover_div_detailpage .bg_radius_whitebg img {
    transition: all ease-in-out 0.3s;
}

.hover_div_detailpage:hover .bg_radius_whitebg img {
    transform: scale(1.1);
}

.detailingpara .hide_text {
    display: block;
    transition: all ease-in-out 0.3s;
}

.hover_div_detailpage:hover .detailingpara .hide_text {
    display: none;
    transition: all ease-in-out 0.3s;
}

.hover_div_detailpage:hover .detailingpara .price_pad {
    padding-top: 1%;
}

.view_thumbnil img {
    float: left;
    padding-right: 0px;
    transition: all ease-in-out 0.3s;
    width: 60px;
    /* background: #fff; */
    margin-right: 15px;
    border: 1px solid #100101bd;
    border-radius: 15px;
}

.detail_page_width70_ .trending_li {
    padding-bottom: 50px;
    transition: all ease-in-out 0.3s;
}

.detail_page_width30_ {
    width: 11%;
    float: left;
    transform: scale(1);
    transform-origin: left;
}

.detail_page_width70_ {
    width: 89%;
    float: left;
    padding-left: 3.5%;
}

.flexbox {
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.flexli {
    /* flex-basis: 32.73%; */
}

html {
    scrollbar-color: #128612 #004e00;
}

.sticky_div {
    position: -webkit-sticky;
    background-color: rgb(255, 255, 255);
    background: #F0F2F1;
    overflow-y: scroll;
    margin-top: 40px;
    padding: 25px 25px 50px 25px;
    border-radius: 22px;
    margin-bottom: 40px;
 
}

.sticky_div_top {
    position: relative;
    top: 0px;
    background-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    /* font-size: 20px; */
    z-index: 50;
    padding-bottom: 1rem;
}

.detial_height_div {
    /* height: 95vh; */
    /* padding-top: 11PX; */
}

.sticky_div_top .left_div {
    float: left;
}

.sticky_div_top .left_div p {
    font-family: var(--bold-font-family);
    font-size: var(--content-font-size);
    font-weight: bold;
}

.sticky_div_top .right_div {
    float: right;
    padding: 15px 0;
    position: relative;
    right: 0;
    top: 6px;
}

.color_flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    column-gap: 1rem;
    row-gap: 2rem;
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 30px;
}

.colorli {
    flex-basis: 22.73%;
    text-align: center;
}

.color_radius {
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 14px;
    display: block;
}

.red_color {
    display: inline-block;
    background-color: red;
}

.black_color {
    display: inline-block;
    background-color: #000;
}

.brown_color {
    display: inline-block;
    background-color: rgb(130, 93, 65);
}

.blue_color {
    display: inline-block;
    background-color: rgb(23, 144, 200);
}

.green_color {
    display: inline-block;
    background-color: rgb(123, 186, 60);
}

.grey_color {
    display: inline-block;
    background-color: rgb(128, 128, 128);
}

.purple_color {
    display: inline-block;
    background-color: rgb(141, 66, 159);
}

.white_color {
    display: inline-block;
    background-color: rgb(141, 66, 159);
}

.yellow_color {
    display: inline-block;
    background-color: #fed533;
}

.gray_btn {
    font-size: var(--smalltitle-font-size);
    font-family: var(--bold-font-family);
    color: var(--primary-color);
    background-color: var(--bglighblue-color);
    outline: none;
    border: none;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.gray_btn a {
    color: var(--primary-color)
}

.gray_btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.pd0 {
    padding: 0 !important;
}

.field_wrapper_zenior_drdown select.select_menu:focus {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.addtocart {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 20px 8px 20px;
    position: absolute;
    bottom: 15px;
    font-weight: bold;
    right: 23px;
    border: 1px solid #000;
}

.swiper_starrating .start_rating {
    padding: 5px 15px;
    background-color: #fff;
    position: absolute;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
    width: max-content;
    float: right;
    top: 0;
    right: 0;
    border: 1px solid;
}

.start_rating:hover {
    background-color: red;
}

.music_card {
    width: 100%;
}

.relative {
    position: relative;
}

.sticky_div_top .left_div {
    float: left;
}

.sticky_div_top .left_div p {
    font-family: var(--bold-font-family);
    font-size: var(--content-font-size);
    font-weight: bold;
}

.sticky_div_top .right_div {
    float: right;
    padding: 15px 0;
    position: relative;
    right: 0;
    top: 6px;
}

.comon_side_padding {
    padding: 0 30px;
}

.comon_side_padding_detailpage {
    padding: 0 48px;
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

.checkbox_padding {
    padding: 15px 0 30px 0;
}

.checkbox_custom_detail {
    position: relative;
    left: 5%;
    width: 100%;
}

/* Hide the browser's default checkbox */

.checkbox_custom_detail .checkbox_custom_detail input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkbox_custom_detail .checkmark {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 18px;
    width: 18px;
    background-color: #eee;
}
.brandFilterWrapper .checkbox_custom_detail .checkmark {
    left: 0;
}
.brandFilterWrapper .checkbox_custom_detail label {
    padding-left: 25px;
}
.detail_para.detail_page_firstlisting{
    margin:0 0 30px 0;
} 

/* On mouse-over, add a grey background color */

.checkbox_custom_detail .checkbox_custom_detail:hover input~.checkmark {
    /* background-color: #ccc;*/
}

.checkbox_custom_detail .checkbox_custom_detail input~.checkmark {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */

.checkbox_custom_detail .checkbox_custom_detail input:checked~.checkmark {
    background-color: #000000;
    border: 1px solid #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox_custom_detail .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox_custom_detail .checkbox_custom_detail input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox_custom_detail .checkbox_custom_detail .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox_custom_div {
    padding-top: 50px;
}

.checkbox_custom_detail {
    position: relative;
    left: 0%;
    width: 100%;
    padding-bottom: 5px;
}

.checkbox_padding {
    padding: 15px 0 30px 0;
}

.checkbox_custom_detail {
    position: relative;
    left: 5%;
    width: 100%;
}

/* Hide the browser's default checkbox */

.checkbox_custom_detail .checkbox_custom_detail input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkbox_custom_detail .checkmark {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.checkbox_custom_detail .checkbox_custom_detail:hover input~.checkmark {
    /* background-color: #ccc;*/
}

.checkbox_custom_detail .checkbox_custom_detail input~.checkmark {
    background-color: transparent;
    border: 1px solid #909291;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */

.checkbox_custom_detail .checkbox_custom_detail input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #909291;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox_custom_detail .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox_custom_detail .checkbox_custom_detail input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox_custom_detail .checkbox_custom_detail .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fd7101;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox_custom_div {
    padding-top: 50px;
}

.checkbox_custom_detail {
    position: relative;
    left: 0%;
    width: 100%;
    padding-bottom: 5px;
}

/* check box end */

.checkbox_custom_detail label {
    padding-left: 40px;
    margin: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 0px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background: transparent;
    position: absolute;
    width: 1px !important;
    left: -5%;
}

.cat_m_bottom_20 h2 {
    padding-bottom: 50px;
}

.cat_m_bottom_20 {
    padding-bottom: 50px;
}

.detailpageislistingpage .radhawrapper .product_sec_right_side {
    width: 100%;
    float: left;
}

.detail_li li a:hover {
    color: #fd7101;
    font-weight: bold;
}

.font_16_li {
    padding-bottom: 10px;
}

.detailpageislistingpage label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
}

/*cart*/

/*cart page start*/

.cart_padding_status {
    padding: 20px 20px 0px 20px;
}

.color_gray {
    color: #757575 !important;
}

#add-to-bag .modal-title {
    display: inline-block;
}

#add-to-bag .modal-dialog {
    width: 22%;
    margin-left: auto;
    margin-right: 15px;
    top: calc(6.5% - 0px);
}

.fixed #add-to-bag .modal-dialog {
    width: 22%;
    margin-left: auto;
    margin-right: 15px;
    top: calc(3.5% - 0px);
}

#add-to-bag .modal-header {
    border-bottom: none;
}

#add-to-bag .modal-footer {
    border-top: none;
}

.divtop {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 -1.5px;
}

.divcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -1.5px;
}

.approved-bag-icon {
    width: 16px;
    margin-right: 10px;
    line-height: 1;
}

.add-to-bag-product-img {
    width: 100px;
}

#add-to-bag .modal-footer {
    text-align: left;
}

.add-to-bag-view-bag-btn {
    background: white;
    border: 1px solid #000;
    color: #000;
    width: 49%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px 15px;
    line-height: 1.2;
}

.add-to-bag-checkout-btn {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    width: 49%;
    margin-left: auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px 15px;
    line-height: 1.2;
}

.add-to-bag-checkout-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.show-hide-filters-div {
    margin-right: 5px;
    cursor: pointer;
}

.show-hide-image {
    width: 24px;
    margin-right: 15px;
}

.detail_page_width30_,
.detail_page_width70_ {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.detail_page_width30_.hide-filter {
    width: 0%;
}

.detail_page_width70_.hide-filter {
    width: 100%;
    padding: 0;
}

.select_drop_down_toggle {
    cursor: pointer;
}

.sticky-div-ptop {
    padding-top: 3%;
}

.sticky_div_top .select_drop_down_toggle #dropdownul {
    position: absolute;
    top: 100%;
    background: white;
    padding: 15px;
    width: 100%;
    display: none;
}

.checkoutpage-container {
    width: 50%;
    margin: 0 auto;
}

.checkoutpage-radio-select {
    margin-top: 20px;
}

.checkoutpage-radio-select .delivery-select-button button img {
    margin-right: 10px;
}

.checkoutpage-radio-select .delivery-select-button button {
    width: 100%;
    padding: 25px;
    border: 1px solid #dedede;
    text-align: left;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.checkoutpage-radio-select .delivery-select-button button.active {
    border: 1px solid #000;
}

#checkout-form1 .form-group {
    margin: 15px 0;
}

#checkout-form1 .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
}

.select-form-c {
    padding-left: 0;
    color: #ddd;
}

option {
    color: #555;
}

select {
    color: #555;
}

.privacy-from-statement {
    width: 90%;
    margin-left: 15px;
}

.small-font-form-help {
    padding: 5px 0 0 15px;
}

.span_ul {
    text-decoration: underline;
}

.read_padding {
    padding: 15px 0;
}

.submit-continue-form-btn {
    width: 100%;
    background: #dedede;
    color: #000;
    border: 1px solid #dedede;
    padding: 15px;
}

#checkout-form1 {
    margin-bottom: 50px;
}

.checkout-page-spacing {
    padding-top: 145px;
}

#checkout-accordions .panel-group .panel {
    border: none;
}

#checkout-accordions .panel-body {
    padding: 15px 0;
}

#checkout-accordions .panel-default>.panel-heading {
    background: transparent;
    padding: 15px 0;
}

#checkout-accordions {
    margin-bottom: 100px;
}

.subtotal-count {
    margin-left: auto;
}

.o-s-50w {
    width: 50%;
}

.order-summary-calculation-div {
    margin: 20px 0;
}

.divheight15 {
    height: 15px;
}

.checkout-summary-total {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.checkout-order-summary {
    margin: 20px 0;
}

.summary_m0 {
    margin-top: 0 !important;
}

.fa-question-circle {
    padding-left: 5px;
}

.order-summary-image {
    width: 50%;
}

.order-summary-details {
    margin-top: 50px;
}

.order-summary-description {
    padding-left: 10px;
}

.slider-one,
.slider-two {
    width: 25%;
    margin-right: 1%;
}

.sumamry-flex {
    display: flex;
    justify-content: space-between;
}

.sumamry-item-details {
    padding-right: 10px;
}

.thumbnail-grid {
    margin-top: 1%;
}

#add-to-bag {
    backdrop-filter: blur(0.5px);
}

#add-to-bag .modal-backdrop {
    z-index: -1;
}

.menu-zindex-plus {
    /* position: fixed;
    top: 0;
    width: 100%; */
}

.cart-product-p-size {
    margin-right: 15px;
    margin-left: 1px;
}

.size-div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-product-p-size select,
.cart-product-p-quantity select {
    background: transparent;
    border: none;
    font-weight: 500;
    padding: 0 10px 0 10px;
    appearance: none;
    position: relative;
    color: #757575;
    font-size: var(--font-extra-small);
}

.underline-cart {
    padding-bottom: 5px;
    border-bottom: 1px solid #757575;
}

.other-options-cart {
    margin-top: 25px;
}

.checkout-button-cart {
    margin: 18px auto;
}

.checkout-button-cart button {
    padding: 15px;
    width: 100%;
    font-weight: 500;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    outline: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.cart-product-div {
    padding-bottom: 15px;
    border-bottom: 0px solid #dedede;
}

.view-favourite {
    padding-top: 50px;
}

.left_container_cart_page {}

.cart_strip .strip_slider_content {
    text-align: left;
    padding-left: 15px;
}

.checkout-button-cart .nikebutton {
    padding: 13px 18.5px;
    border: 1.5px solid transparent;
    background: #111;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}

.checkout-button-cart .nikebutton a {
    display: block;
    width: 100%;
    float: unset;
}

.checkout-button-cart .nikebutton_css:hover {
    background-color: #757575;
    color: #fff;
}

.cart_page_container {
    width: 61%;
    margin: 0 auto;
}

.cart_value {
    padding: 0px 0;
}

.cart-product-total p {
    text-align: right;
}

.cart_page_right_spacing {
    padding-left: 0px;
    padding-top: 0px;
}

.price_pad {
    padding-top: 3%;
}

.pd_pad {
    padding-top: 2px;
}

.detail_btn .nikebutton {
    background-color: #fd7101;
    color: #fff;
    width: 100%;
    padding: 15px 35px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #fd7101;
    font-size: var(--font-primary);
}

.detail_btn .nikebutton:hover {
    color: #fd7101;
    border-color: #fd7101;
    background-color: transparent;
}

.detail_btn .nikebutton a {
    color: #fff;
}

.detail_btn .nikebutton:hover a {
    color: #fd7101;
}

.checkout-order-summary {
    margin: 0 0 20px 0;
}

.field_wrapper_zenior_drdown {
    display: flex;
    gap: 1rem;
}

.field_wrapper_zenior_drdown select {
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
    background-color: transparent;
}

.field_wrapper_zenior_drdown select.select_menu {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/home/down_Arrow.png) no-repeat;
    background-size: 18% 20%;
    background-position: 68% 48%;
    border: none;
    box-shadow: none;
}

.field_wrapper_zenior_drdown select.select_menu2 {
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/home/down_Arrow.png) no-repeat;
    background-size: 15% 20%;
    background-position: 92% 48%;
    border: none;
    box-shadow: none;
}

.field_wrapper_zenior_drdown select.select_menu:focus {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.comon_bn_nike {
    margin-top: 5px;
}

.paypal_btn:hover {
    background-color: #fff;
}

.paypal_btn {
    width: 100%;
    padding: 18px 24px;
    border-radius: 30px;
    box-shadow: rgb(229 229 229) 0px 1px 0px 0px inset, rgb(229 229 229) -1px 0px 0px 0px inset, rgb(229 229 229) 0px -1px 0px 0px inset, rgb(229 229 229) 1px 0px 0px 0px inset;
    background: rgb(245, 245, 245);
    text-align: center;
}

.checkout-page-spacing {
    padding-top: 50px !important;
}

/*order detail page */

.repeat_table-order {
    display: grid;
    /* justify-content: space-between; */
    padding: 28px 0;
    align-items: center;

    grid-template-columns: repeat(4, 1fr);
    /* grid-template-areas: 'one two three four five '; */
    grid-template-areas: 'one two three four five ';
    border-bottom: 1px solid #ddd;
}

.repeat_table-order>div:nth-child(1) {
    grid-area: one;
}

.repeat_table-order>div:nth-child(2) {
    grid-area: two;
}

.repeat_table-order>div:nth-child(3) {
    grid-area: three;
}

.repeat_table-order>div:nth-child(4) {
    grid-area: four;
}

.repeat_table-order>div:nth-child(5) {
    grid-area: five;
}

/*cart page end */

.repeat_table {
    display: grid;
    /* justify-content: space-between; */
    padding: 28px 0;
    align-items: center;
    text-align: center;
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: 'one two two three four five six''. seven seven . . . .';
    border-bottom: 1px solid #ddd;
}

.repeat_table>div:nth-child(1) {
    grid-area: one;
    margin-right: 8px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 8px;
}

.repeat_table>div:nth-child(2) {
    grid-area: two;
    text-align: left;
}

.repeat_table>div:nth-child(3) {
    grid-area: three;
}

.repeat_table>div:nth-child(4) {
    grid-area: four;
    padding-top: 15px;
    text-align: center;
}

.repeat_table>div:nth-child(5) {
    grid-area: five;
    padding-top: 15px;
}

.repeat_table>div:nth-child(6) {
    grid-area: six;
}

.repeat_table>div:nth-child(7) {
    grid-area: seven;
    padding-top: 15px;
    text-align: left;
}

.cart_product_img {
    text-align: left !important;
    padding-right: 1px;
}

.title_table {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-areas: '. one . two three four .';
    text-align: center;
    font-weight: bold;
}

.title_table>div {
    /* font-size: var(--mediumtitle) !important; */
    font-size: var(--font-primary) !important;
}

.title_table>div:nth-child(1) {
    grid-area: one;
}

.title_table>div:nth-child(2) {
    grid-area: two;
}

.title_table>div:nth-child(3) {
    grid-area: three;
}

.title_table>div:nth-child(4) {
    grid-area: four;
}

.cart_page_container.orderlisting {
    width: 72%;
    margin: 0 auto;
}

.heading_bottom_20 {
    padding-bottom: 20px;
}
.heading_bottom_10 {
    padding-bottom: 10px;
}
.checkbox_padding.brandFilterWrapper{
    padding: 0;
}

/*cart end */

.checkoutmain_wrapperpage .checkout-page-spacing {
    padding-top: 50px !important;
}

.checkoutmain_wrapperpage .checkoutpage-container {
    width: 50%;
    margin: 0 auto;
}

.checkoutmain_wrapperpage .dflex {
    display: flex;
    justify-content: flex-start;
    column-gap: 5rem;
    justify-content: left;
}

.checkoutmain_wrapperpage .dflex .dflexli:first-child {
    flex-basis: 63%;
}

.checkoutmain_wrapperpage .dflex .dflexli:last-child {
    flex-basis: 47%;
}

.checkoutmain_wrapperpage .checkout_grid_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 1rem;
    margin-bottom: 15px;
}

.checkoutmain_wrapperpage .checkout_summary_left {
    width: 22%;
}

.checkoutmain_wrapperpage .checkout_summary_left img {
    padding-right: 15px;
}

.checkoutmain_wrapperpage .title_padding_pb20 {
    padding-bottom: 20px;
}

.checkoutmain_wrapperpage .checkout_grid_section:nth-of-type(even) {
    background-color: #f9f9f9;
    padding: 15px;
}

.checkoutmain_wrapperpage .checkout_grid_section:nth-of-type(odd) {
    background-color: #f4f4f4;
    padding: 15px;
}

.customepopup .checkoutmain_wrapperpage .checkout_grid_section:nth-of-type(odd) {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    padding: 15px 0;
}

.customepopup .checkoutmain_wrapperpage .checkout_grid_section:nth-of-type(even) {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    padding: 15px 0;
}

.radhawrapper .customepopup .additembtn {
    width: unset;
    height: unset;
    text-align: center;
    border-radius: 10px;
    background-color: #e2e0e0;
    color: #000;
    padding: 3px 10px;
}

.radhawrapper .customepopup .quantity {
    width: 46px;
    height: unset;
    text-align: center;
    border: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px 10px;
}

.customepopup {
    background-color: #f9f9fb !important;
    padding: 15px;
    min-height: 100vh;
    overflow-y: auto;
}

.customepopup .checkoutmain_wrapperpage .checkout_summary_left img {
    padding-right: 0px;
}

.radhawrapper .plistingblock {
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    background-color: transparent;
}

.customecolwidth {
    width: 40%;
}

.dnone {
    display: none;
}

.orderpage .profile_flex_orderpage:nth-child(2) {
    flex-basis: 80% !important;
}

.profileflex_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 11.5rem;
    justify-content: left;
    padding-bottom: 150px;
}

.orderpage .order_numbers {
    border: 1px solid #ccc;
    border-radius: 8px;
}

.orderpage .order_dateprice1 {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    /* background-image: linear-gradient(to right, #0066cc, #3161d1, #4d5bd3, #6553d4, #7c48d2, #a33ac6, #c226b7, #db00a5, #f80083, #ff065f, #ff403a, #ff6600); */
    color: #000;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: center;
}

.orderpage .order_dateprice1 a {
    color: #000;
}

.orderpage .order_padding {
    padding: 30px 30px 0;
}

.orderpage .order_details {
    display: flex;
    padding: 20px 20px;
    /* background-color: #d9d1d136; */
    margin-bottom: 14px;
    border-radius: 8px;
}

.orderpage .order_textimg {
    display: flex;
    flex-basis: 40%;
    gap: 1rem;
}

/*.orderpage .order_img {
    flex-basis: 20%;
}*/

.orderpage .order_img img {
    border-radius: 8px;
}

.orderpage .color_grey {
    color: #757575 !important;
}

.orderpage .order_price {
    flex-basis: 30%;
}

.orderpage .green {
    color: #00B78A;
}

.orderpage .order_payment_status {
    flex-basis: 30%;
}

.orderpage .highlightcolor {
    color: #ff0000;
}

.orderpage .order_dateprice {
    border-top: 1px solid #ccc;
    display: flex;
    padding: 10px 30px;
    margin: 25px -30px 0 -30px;
}

.orderpage .order_date {
    flex-basis: 50%;
}

.orderpage .order_total_price {
    flex-basis: 50%;
    text-align: end;
}

.orderpage .order_marg30 {
    margin-top: 30px;
}

.side_ul_profilepage ul {
    margin: 0;
}

.side_ul_profilepage li {
    padding: 0.4rem 0;
    line-height: 1;
}

.side_ul_profilepage li a {
    display: flex;
    align-items: center;
    font-size: var(--mediumtitle)
}

.side_ul_profilepage li a svg {
    width: 28px;
    height: 28px;
    margin-right: 20px;
}

.profile_padding {
    padding-bottom: 50px;
}

.experience-wrapper {
    padding: 80px 40px 50px 50px;
    background-color: #F6F6F6;
}

.width30_profile_page {
    width: 17%;
}

.pdb10 {
    padding-bottom: 10px;
}

.orderdetailpage_maindiv p,
li {
    font-size: var(--font-primary);
}

.orderdetailpage_maindiv li {}

.orderdetailpage_maindiv .billing-adderss ul li {
    padding-bottom: 5px;
}

.orderdetailpage_maindiv .orderdetail {
    padding: 5% 0;
}

.orderdetailpage_maindiv .order_number {
    text-align: center;
}

.orderdetailpage_maindiv .order-pad {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 20px 0;
}

.orderdetailpage_maindiv .orderdetailpage_maindiv .customer-order {
    border-radius: 5px;
    display: flex;
    background-color: #fff;
}

.orderdetailpage_maindiv .detail-pad {
    padding: 10px 50px 10px 10px;
}

.orderdetailpage_maindiv .customer-order {
    display: grid;
    /* grid-template-areas: "one two three""four five six"; */
    grid-template-columns: repeat(1, 1fr);
}

/* .orderdetailpage_maindiv .customer-order>div:nth-child(1) {
    grid-area: one;
} */

.orderdetailpage_maindiv .customer-order>div:nth-child(2) {
    /* grid-area: two; */
    border: 1px solid #e5e5e5;
}

/* .orderdetailpage_maindiv .customer-order>div:nth-child(3) {
    grid-area: three;
} */

.orderdetailpage_maindiv .customer-order>div:nth-child(4) {
    /* grid-area: four; */
    border: 1px solid #e5e5e5;
}

/* .orderdetailpage_maindiv .customer-order>div:nth-child(5) {
    grid-area: five;
    border: 1px solid #e5e5e5;
} */

.orderdetailpage_maindiv .customer-order>div:nth-child(6) {
    /* grid-area: six; */
    border: 1px solid #e5e5e5;
}

.orderdetailpage_maindiv .customer-product {
    display: grid;
    grid-template-areas: "one one one one one two three""four five five five five six seven""eight eight eight eight nine nine nine";
    grid-template-columns: repeat(7, 1fr);
    background-color: #fff;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(1) {
    grid-area: one;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(2) {
    grid-area: two;
    display: flex;
    justify-content: center;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(3) {
    grid-area: three;
    display: flex;
    justify-content: end;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(5) {
    grid-area: five;
    border-left: none !important;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(6) {
    grid-area: six;
    border-left: none !important;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(7) {
    grid-area: seven;
    border-left: none !important;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: end;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(8) {
    grid-area: eight;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(4) {
    grid-area: four;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.orderdetailpage_maindiv .customer-product>div:nth-child(9) {
    grid-area: nine;
    display: flex;
    align-items: center;
    justify-content: end;
}

.orderdetailpage_maindiv .order-rpad {
    padding-right: 15px;
}

.orderdetailpage_maindiv .billing-adderss ul li {
    padding-bottom: 5px;
}

.orderdetailpage_maindiv .billing-adderss ul li:nth-child(odd) {
    float: left;
    width: 50%;
}

.orderdetailpage_maindiv .billing-adderss ul li:nth-child(even) {
    float: right;
    width: 50%;
    text-align: left;
}

.orderdetailpage_maindiv .order_payment {
    background-color: #fff;
}

.orderdetailpage_maindiv .payment_block {
    max-width: 400px;
    margin-left: auto;
}

.orderdetailpage_maindiv .payment_block ul li {
    padding: 5px;
}

.orderdetailpage_maindiv .payment_block ul li:nth-child(odd) {
    float: left;
    width: 50%;
    border: 1px solid #ccc;
}

.orderdetailpage_maindiv .payment_block ul li:nth-child(even) {
    float: right;
    width: 50%;
    text-align: right;
    border: 1px solid #ccc;
}

.orderdetailpage_maindiv .order_payment .btop0 {
    border-top: none !important;
}

.orderdetailpage_maindiv .order_payment .bleft0 {
    border-left: none !important;
}

.orderdetailpage_maindiv .order_status {
    background-color: #fff;
}

.orderdetailpage_maindiv .order_status .status {
    text-align: center;
}

.orderdetailpage_maindiv .status_block {
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.orderdetailpage_maindiv .order_status .timeline {
    counter-reset: test 0;
    position: relative;
}

.orderdetailpage_maindiv .order_status .timeline li {
    list-style: none;
    float: left;
    width: 33.3333%;
    position: relative;
    text-align: center;
}

.orderdetailpage_maindiv .order_status ul:nth-child(1) {
    color: #757575;
}

.orderdetailpage_maindiv .order_status .timeline li:before {
    counter-increment: test;
    content: counter(test);
    width: 50px;
    height: 50px;
    border: 0px solid #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #afafad;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.orderdetailpage_maindiv .order_status .timeline li.active:before {
    background-color: #02AEEF !important;
}

.orderdetailpage_maindiv .order_status .timeline li:after {
    content: "";
    position: absolute;
    width: 82%;
    height: 2px;
    background-color: #ccc;
    top: 25px;
    left: 0%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition: all ease-in-out 0.3s;
}

.orderdetailpage_maindiv .order_status .timeline li:first-child:after {
    content: none;
}

.orderdetailpage_maindiv .order_status .timeline li.active-tl {
    color: #555555;
}

.orderdetailpage_maindiv .order_status .timeline li.active-tl:before {
    background: #afafaf;
    color: #fff;
}

.order_status .timeline li.active-tl+li:after {
    background: #ddd;
}

.orderdetailpage_maindiv .pdb5 {
    padding-bottom: 5px;
}

.orderdetailpage_maindiv .pdt10 {
    padding-top: 10px;
}

.color_grey {
    color: #757575 !important;
}

.divheight15 {
    height: 15px;
}

.pb10 {
    padding-bottom: 10px;
}

/* .profile_flex:nth-child(2) {
    flex-basis: 32%;
} */

.address_block {
    display: flex;
}

.address_area {
    width: 100%;
}

.edit_option {
    width: 50%;
    text-align: right;
}

.profile_mini_title_padding {
    padding-bottom: 30px;
    margin-top: 15px;
}

.radio_inner_spacing [type="radio"]:checked,
.radio_inner_spacing [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio_inner_spacing [type="radio"]:checked+label,
.radio_inner_spacing [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 24px;
    display: block;
    color: #000;
}

:focus {
    outline: none;
}

.radio_inner_spacing [type="radio"]:checked+label:before,
.radio_inner_spacing [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #757575;
    border-radius: 100%;
    background: #fff;
}

label {
    font-weight: normal !important;
    color: #ff0000;
}

.radio_inner_spacing [type="radio"]:checked+label:after,
.radio_inner_spacing [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_inner_spacing [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio_inner_spacing [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio_spacing_profile {
    margin-bottom: 12px;
    padding: 20px 0 0 20px;
}

.radio_inner_spacing {
    padding-top: 10px;
}

.form_dropdown_dashboard .view_dropdown_arrow {
    position: absolute;
    top: 12px;
    right: 7px;
    transform: translateY(10px);
}

#checkout-form1 .form-control {
    width: 100%;
    height: 60px;
    padding: 0 25px;
}

.form_dropdown_dashboard .view_dropdown select {
    background: transparent;
    float: right;
    border: none;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #bebec0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
}

.main_fav {
    padding-bottom: 2rem;
}

.fav-title {
    float: left;
}

.pb30 {
    padding-bottom: 30px;
}

.move_right {
    float: right;
}

/* yash */

.favorite_section .fav-title {
    float: unset;
}

.favorite_section .move_right {
    float: unset;
}

.favorite_section .plusicon.web_plusicon {
    margin-top: 0;
}

.favorite_section .main_fav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorite_section .similarproductblock {
    border-bottom: none;
}

.favorite_section .favorite-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2rem;
    column-gap: 1.5rem;
}

.favorite_section a {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
}

.address-block .breadcrumb {
    padding: 18px 0;
    background: #fff;
    width: 100%;
}

.address-block .my_profile_web {
    margin: 0;
}

.address-block .addressform {
    padding: 0;
}

/* .container_chng-pwd {
    max-width: 600px;
    margin: 0 auto;
} */

.radhawrapper .btn-block button {
    background-color: #fd7101;
    padding: 10px 20px;
    border-radius: 12px;
    color: #fff;
    transition: all ease 0.4s;
    border: none;
}

.radhawrapper .btn-block button:hover {
    background-color: #0090c9 !important;
}

.profileblock {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}

.radhawrapper .tab_content_wraper .wishilisht_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
}

.swiper_div100 {
    /* width: 100% !important; */
}
.sw100_new {
    width: 100%;
}
/* .swiper_height_set .product_list_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    background-color: #f5f5f5;
} */
.product_list_img {
    aspect-ratio: 1;
    width: 100%;
}

.final_bg_color {
    width: 100%;
    border-radius: 22px;
    background-color: #F0F2F1;
}
.btn_25 {
    font-size: 15px;
    
}
.tu {
    text-transform: uppercase;
}
.tc {
    text-transform: capitalize;
}
.text_20{
    font-size: 20px;
}
.text_18{
    font-size: 18px;
}
.rregular
 {
    font-family: 'rubikregular';
}
/* .content_accordian {
    display: none ;
} */

.categoriesSlider_bg .sliderimg img  {
    /* margin: 5px 0; */
    width: 100%;
}
.categoriesSlider_bg .sliderimg {
    /* margin: 5px; */
    border-radius: 10px;
    overflow: hidden;
}
.categoriesSlider_bg .sliderimg a{ 
    width: 100%;
}

.categoriesSlider_bg .sliderimg img  {
/* box-shadow: 3px 3px 12px 1px rgb(0 0 0 / 10%) !important; */
border-radius: 12px;
}

/*.categoryswiper .swiper-slide {
    margin-right: 0 !important;
}*/

.categoryswiper .swiper-slide:hover .slidertext h2{
    color: #fd7101;

}

/*Detail.css end merge*/

/*Responsive css start*/
@media only screen and (max-width: 1680px) {

    .myorder_block_newdesign .profileblock {
        background-color: transparent;
        max-width: 45% !important;
        margin: 0 auto;
    }

    /* .cat_img {
        height: 563px;
    } */

    /* .radhawrapper .cateimg img {
        height: 395px !important;
     
    } */
    .radhatemplate .web_header_center ul li {
        display: inline-block;
        padding: 0 15px;
    }

    .mega_menu {
        top: 10.3%;
    }

    .fixed .mega_menu {
        top: 6%;
    }

    /* html {
        font-size: 14px;
    } */
    .radhawrapper .additembtn {
        width: 30px;
        height: 30px;
    }

    .radhawrapper .quantity {
        width: 30px;
        height: 30px;
    }

    .radhawrapper .checking_container .container_width2 {
        width: 80%;
        margin: 0 auto;
    }

    .add_to_cart_popup.active, .empty_cart_popup.active {

    }
    .header-middle_wrapper>div:nth-child(2) {
        flex-basis: 28%;
    }
    .header-middle_wrapper>div:nth-child(3) {
        flex-basis: 62%;
        margin-left: auto;
    }

    .orderdetailpage_maindiv .order_status .timeline li:after {
        content: "";
        position: absolute;
        width: 79%;
    }
}

@media only screen and (max-width:1600px) {
    .login_page_wrapper .page_tb_spacing {
        padding: 7rem 0;
    }

    /* .radhawrapper .cateimg img {
        height: 375px !important;
    } */
    .footer_width {
        width: 88%;
        margin: 0 auto;
    }

    .footer ul li {
        margin-bottom: 5px;
    }

    .mega_menu {
        top: 12%;
    }

    .fixed .mega_menu {
        top: 7%;
    }

    .favirite {
        width: 60%;
        margin-left: auto;
    }

    .comon_container {
        width: 90%;
        margin: 0 auto;
    }

    .radha_padding {
        padding: 50px 0;
    }
}
@media only screen and (max-width:1500px) {
    .cart_page_container.orderlisting {
        width: 85%;
        margin: 0 auto;
    }

    .checkoutmain_wrapperpage .checkoutpage-container {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1440px) {
    .address_listing_wrapper .containerWidth {
        width: 76%;
        margin: 0 auto;
    }

    .myorder_block_newdesign .profileblock {
        max-width: 50% !important;
    }

    /* .radhawrapper .cateimg img {
        height: 335px !important;
    } */
    .radhatemplate .hoverdiv .product_list_wraper- {
        /*top: 90px;*/
    }

    .fixed-header_new .hoverdiv .product_list_wraper- {
        top: 46px;
        left: 0;
    }

    .radhawrapper .plusicon.web_plusicon {
        padding: 10px 30px;
    }

    html {
        font-size: 14.5px;
    }

    .swiper_bottom_padding_new {
        width: 100%;
    }

    .header-middle .top_ul_web li a {
        font-size: 1rem;
    }

    .detail_page_width70_detail {
        width: 100%;
        /* padding-left: 2.5%; */
    }

    .radhawrapper .slider_thumb {
        width: 100px;
    }

    .radhawrapper .slider_main {
        /* width: calc(100% - 30%); */
    }

    .radhatemplate .web_header_center ul li {
        display: inline-block;
        padding: 0 7px;
    }

    .fixed .mega_menu {
        top: 7%;
    }

    .listing_page_comonpage .detail_part2 {
        padding-top: 10px !important;
    }

    /* .new_listingpage_indiamall .product_price_flex h1 {
        font-size: 18px;
    } */

    .header-middle .top_ul_web li a {
        color: #000;
        padding: 15px 0 19px 0;
    }
    .list_new_flex {
        width: 96%;
     
    }

    .customecolwidth {
        width: 60% !important;
    }

    .orderpage .profileflex_wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 1rem;
        justify-content: left;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 1400px) {

    .radhawrapper .cateimg img {
        height: 430px !important;

    }

    .mega_menu {
        top: 10%;
    }

    .fixed .mega_menu {
        top: 6%;
    }
    
}

@media only screen and (max-width: 1366px) {

    /* .cat_img {
        height: 600px;
    }
     */
    .address_listing_wrapper .addresslist .addressWrapper {
        padding: 40px 30px 40px 30px;
    }

    .list_wrapper{
        width: 30%;
    }
    .uperclick h2{
        font-size: 14px;
    }
    
    .accounts_container {
        width: 60%;
        margin: 0 auto;
    }

    .radhawrapper .cateimg img {
        height: auto !important;
    }

    .radhawrapper .tab_content_wraper .product-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* .header-middle_wrapper>div:nth-child(1) {
        flex-basis: 15%;
    }
    .header-middle_wrapper>div:nth-child(3) {
        flex-basis: 15%;
        margin-left: auto;
    }
    .header-middle_wrapper>div:nth-child(2) {
        flex-basis: 70%;
    } */
    .radhatemplate .hoverdiv .product_list_wraper- {

    }

    .fixed-header_new .hoverdiv .product_list_wraper- {

    }

    .cart_flex ul {
        margin-bottom: 0;
        display: flex;
        gap: 1rem;
    }

    .header-middle .top_ul_web li a {
        font-size: 1.1rem;
    }

    .mega_menu {
        top: 14%;
    }

    .fixed .mega_menu {
        top: 8.7%;
    }

    .radhawrapper .plusicon.web_plusicon {
        margin-top: 20px;
    }

    .radhawrapper .dashboardwrapper .view_all_pro {
        border: 1px solid #0092AF;
        padding: 10px 25px;
    }

    .radhawrapper .cart_list_section {
        width: 65%;
    }

    .radhawrapper .cart_summary_section {
        width: 35%;
    }

    .radhawrapper .slider_thumb {
        width: 78px;
    }

    .radhawrapper .container_width2 {
        width: 90%;
        margin: 0 auto;
    }

    .header-middle .top_ul_web li a {
        color: #000;
        /* font-size: 16px; */
        
    }

    .header-middle .top_ul_web {
        gap: 3rem;
    }

    .menu_fixed_container {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    .orderdetailpage_maindiv .detail-pad {
        padding: 10px 21px 10px 10px;
    }
    .radhawrapper .tab_content_wraper .wishilisht_grid {
        grid-template-columns: repeat(4, 1fr);
     
    }
   
}

@media only screen and (max-width: 1280px) {

    .address_listing_wrapper .containerWidth {
        width: 73%;
        margin: 0 auto;
    }

    .product_cart_details>div:nth-child(1) {
        padding-right: 50px;
    }

    .checkout_information>div:nth-child(1) {
        padding-right: 40px;
    }

    .checkout_information>div:nth-child(2) {
        padding-left: 40px;
    }
    .size_15fixed p, .size_15fixed p sup {
        font-size: 15px !important;
        
    }

    .radhawrapper .tab_content_wraper .product-block-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .detail_page_width30_detail {

    }

    .header-middle .top_ul_web li a {
        font-size: 1.1rem !important;
    }

    .radhawrapper .checking_container .container_width2 {
        width: 92%;
        margin: 0 auto;
    }

    .radhawrapper .cart_page_header {
        padding: 0 30px 20px 30px;
    }

    .mega_menu {
        top: 13.5%;
    }

    .fixed .mega_menu {
        top: 8.4%;
    }

    .radhawrapper .plusicon.web_plusicon {
        padding: 7px 14px;
    }

    .checkout_detail .container_width2 {
        width: 92%;
    }

    .myorder_block_newdesign .profileblock {
        max-width: 60% !important;
    }

    .header-middle_wrapper>div:nth-child(1) {
        flex-basis: 12%;
        z-index: 999999;
    }

    .cart_page_container.orderlisting {
        width: 100%;
        margin: 0 auto;
    }

    .width30_profile_page {
        width: 22%;
    }

    .favorite_section .favorite-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .radhawrapper .tab_content_wraper .wishilisht_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1rem;
        row-gap: 2rem;
    }
}

@media only screen and (max-width: 1152px) {
    .myorder_block_newdesign .profileblock {
        max-width: 70% !important;
    }

    .list_wrapper {
        width: 25%;
    }

    .accounts_container {
        width: 80%;
        margin: 0 auto;
    }

    .listing_page_comonpage .left_30_block {
        padding-left: 7% !important;
        padding-top: 1rem;
    }

    .header-middle_wrapper>div:nth-child(3) {
        /* flex-basis: 24%;
        margin-left: auto; */
    }

    .header-middle_wrapper>div:nth-child(1) {
        /* flex-basis: 24%; */
        
    }

    .header-middle_wrapper>div:nth-child(2) {
        flex-basis: 26%;
    }

    .radhawrapper .container_width2 {
        width: 90%;
    }
    .header-middle .top_ul_web li a {
        font-size: 1rem !important;
    }

    .radhawrapper .container_width {
        width: 85%;
    }

    .radhawrapper .home_page_banner_section .slidertextbas {
        left: 5%;
    }

    .mega_menu {
        top: 12.5%;
    }

    .fixed .mega_menu {
        top: 7.8%;
    }

    .menu_fixed_container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .radhawrapper .addresseditbtn img {
        width: 20px;
    }

    .width30_profile_page {
        width: 23%;
    }

    .profile_flex:nth-child(2) {
        flex-basis: 42%;
    }

    .comon_container {
        width: 98%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {

    .list_wrapper {
        width: 30%;
    }
    .address_listing_wrapper .containerWidth {
        width: 90%;
        margin: 0 auto;
    }

    .header-middle .top_ul_web li a {
        font-size: 0.9rem !important;
    }

    .myorder_block_newdesign .profileblock {
        max-width: 100% !important;
    }

    .radhawrapper .cart_page_header {
        padding: 0 10px 20px 10px;

    }

    .radhawrapper .addresslistblock {
        padding: 15px 10px 15px 10px;
    }

    .header-middle .top_ul_web li a {
        font-size: 1rem;
    }

    .headerlogo img {
        width: 100px;
    }

    .footer_width {
        width: 95%;
        margin: 0 auto;
    }

    .radhawrapper .additembtn {
        width: 25px;
        height: 25px;
    }

    .radhawrapper .quantity {
        width: 25px;
        height: 25px;
    }

    .listing_page_comonpage .width70_detailblock {
        width: 55%;
        float: left;
    }

    .listing_page_comonpage .width30_detailblock {
        width: 45%;
        float: right;
    }

    .listing_page_comonpage .left_30_block {
        padding-left: 0 !important;
        padding-top: 1rem;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {

    .indialmall_header_content{
        position: fixed;
        z-index: 9999;
    }

    .indiamall_masterpage{
        padding-top: 75px;
    }

    .offerblock .viewAllButton.new_listingpage_indiamall .product_more_info{
        display: block;
    }
    .viewAllButton.new_listingpage_indiamall{
        margin:20px 0 0 0;
    }
    .viewAllButton.new_listingpage_indiamall .product_price_flex{
        display: inline-block;
    }
    .offerblock .new_listingpage_indiamall .product_price_flex h1 {
        font-size: 12px;
    }
    .radhawrapper .offerswiper, .radhawrapper .brandswiper {
        width: calc(100% - 20px) !important;
        margin: 0 auto;
    }
    .new_listingpage_indiamall .product_price_flex{
        gap: 10px;
    }
    .new_listingpage_indiamall .product_detail_view {
        
    }
    .offerblock .new_listingpage_indiamall .font_15 {
        font-size: 10px;
        line-height: 15px;
    }
    .offerblock .new_listingpage_indiamall .add_product_cart {

        margin:10px 0;
    }

    .serchhide.serch_main .img1 {
        display: none ;
    }
    .serch_main .img2 {
        display: none;
    }
    .serchhide.serch_main .img2 {
        display: block;
        width: 40px ;
        height: 40px;
        padding-left: 5%;
    }

    .mobile_search {
        display: none;
    }
    .mobilemenu_flex_wrapper.barnone .hum_nav_menu {
        display: none;

    }
    .mobilemenu_flex_wrapper.barnone .logocenter {
        display: none;

    }

    .mobilemenu_flex_wrapper.barnone .mobile_search {
        display: block;
    }
    .mobilemenu_flex_wrapper.barnone {
        grid-template-areas: 'four four three';
    }
    
    .mobile_search input {
        border-bottom: 1px solid #000;
        width: 100%;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .mobilemenu_flex_wrapper  .hum_nav_menu {
        display: block;

    }
    .mobilemenu_flex_wrapper  .logocenter {
        display: block;

    }

    .ordered_block {
        margin-top: 0px;
    }

    .listing_page_comonpage .width70_detailblock {
        width: 100% !important;
    }

    .address_listing_wrapper .addresslist .address_blockfull_wraper {
        
        grid-template-columns: repeat(2,1fr);
        
    }
    .address_listing_wrapper .addresslist .addressWrapper {
        margin-bottom: 0;
    }

    .checkout_information {
        flex-direction: column;
        padding: 50px 0;
        padding-top: 30px;
    }

    .checkout_information>div:nth-child(1) {
        flex-basis: 100%;
        padding-right: 0;
        border-right: unset;
        order: 2;
    }

    .checkout_information>div:nth-child(2) {
        flex-basis: 100%;
        padding-left: 0;
        order: 1;
    }

    .order_total_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 15px;
        border-bottom: 1px solid #cccccc !important;
        border-top: 1px solid #cccccc !important;
    }

    .order_summary {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .order_total_title .show_summary {
        display: block;
    }

    .order_total_title .hide_summary {
        display: none;
    }

    .order_total_title.active .show_summary {
        display: none;
    }

    .order_total_title.active .hide_summary {
        display: block;
    }

    .checkout_product_list_info {
        display: none;
    }

    .subtotal_minus {
        text-decoration: line-through;
        color: #a7a7a7;
    }

    .product_cart_details>div:nth-child(1) {
        padding-right: 0;
    }

    .cart_item_block>div {
        padding: 15px 0;
    }

    .product_checkout_block>div {
        padding: 0;
    }

    .gray_bg .navfont {
        font-size: 1.2rem;
    }

    .radhawrapper .tab_content_wraper .product-block-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-toggle {
        cursor: pointer;
        display: block;
        transition: all ease-in-out 0.3s;
    }

    .bar.top {
        margin-top: 0 !important;
        margin-bottom: 8px;
    }

    .bar {
        display: block;
        height: 2px;
        width: 28px;
        background-color: #000;
        transition: all ease-in-out 0.3s;
    }

    .nav-toggle.active .bar.top {
        -webkit-transform: translateY(10px) rotateZ(45deg);
        -moz-transform: translateY(10px) rotateZ(45deg);
        -ms-transform: translateY(10px) rotateZ(45deg);
        -o-transform: translateY(10px) rotateZ(45deg);
        transform: translateY(10px) rotateZ(45deg);
    }

    .nav-toggle.active .bar.bottom {
        -webkit-transform: translateY(0) rotateZ(-45deg);
        -moz-transform: translateY(0) rotateZ(-45deg);
        -ms-transform: translateY(0) rotateZ(-45deg);
        -o-transform: translateY(0) rotateZ(-45deg);
        margin-bottom: 8px !important;
        transform: translateY(0) rotateZ(-45deg);
    }

    .web_nav {
        /* height: 94.1%; */
        height: 100%;
    }

    .experience-wrapper_myorder {
        padding: 80px 10px 50px 10px !important;

    }

    .experience-wrapper_myorder .profileblock {
        padding: 30px 10px 30px 10px !important;
    }

    .radhawrapper .checkout_list_section {
        width: 100%;
        float: unset;
        padding-right: 0px;
    }

    .radhawrapper .checkout_summary_section {
        width: 100%;
        float: unset;
        padding-left: 0px;
    }

    .textright {
        text-align: center;
    }

    .header-middle .top_ul_web li a {
        font-size: 1.1rem;
    }

    .sliderimg2 {
        width: 350%;
    }

    /* html {
        font-size: 8px;
    } */
    .footer_logo img {
        width: 85px;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }

    .footer_link {
        color: #fff !important;
        padding-bottom: 10px;
        text-align: center;
    }

    .terms ul {
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
    }

    .subul {
        padding-top: 20px !important;
    }

    .radhawrapper .my_profile_page .form_col:nth-child(even) .form_field {
        margin-left: 0;
        margin-right: 0;
    }

    .radhawrapper .my_profile_page .form_col:nth-child(odd) .form_field {
        margin-right: 0;
        margin-left: 0;
    }

    .set_swiper_div:first-child h2 {
        height: 29px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .jcunset h2 {
        height: unset !important;
    }

    .home_page_banner_section {
        padding-top: 20px;
    }

    /* .radhawrapper .cateimg img {
            height: 350px !important;
    } */

    .product_cart_details {
        display: flex;
        padding: 60px 0;
        flex-direction: column;
        gap: 50px;
    }

    .checkout_product_flex>div:nth-child(1) {
        flex-basis: 10%;
    }

    .checkout_product_flex>div:nth-child(2) {
        flex-basis: 90%;
    }

    .add_to_cart_popup {
        width: 100%;
    }

    .fixed-header_new {
        z-index: 999999;
        top: 0;
    }

    .add_to_cart_popup.active{
        top: 60px;
    }

    .cart_checkout p{
        font-size: 18px !important;
    }
    .mob_header_left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 2rem;
    }
    .mobilemenu_flex_wrapper {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-areas: 'one two three';
        padding: 0 15px;
        align-items: center;
        height: 80px;
    }
    .headerlogo img {
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
        display: block;
        object-fit: contain;
        max-height: 75px;
    }
    .mobilemenu_flex_wrapper>div:nth-child(1) {
        grid-area: one;
    }
    .mobilemenu_flex_wrapper>div:nth-child(2) {
        grid-area: two;
    }
    .mobilemenu_flex_wrapper>div:nth-child(3) {
        grid-area: three;
    }
    .mobilemenu_flex_wrapper>div:nth-child(4) {
        grid-area: four;
        display: none;
    }
    .detail_page_width30_detail {

    }
    .list_wrapper {
        width: 51%;
    }

    .radhawrapper .tab_content_wraper .wishilisht_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 2rem;
    }

    .favorite_section .favorite-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .comon_side_padding_detailpage {
        padding: 0 20px;
    }

    .orderdetailpage_maindiv .order_status .timeline li:after {
        content: "";
        position: absolute;
        width: 61%;
    }

    .listing_page_comonpage .width30_detailblock {
        width: 100%;
        float: left;
    }

    .listing_page_comonpage .left_30_block {
        padding-left: 0;
        padding-top: 1rem;
    }

    .profile_flex:nth-child(2) {
        flex-basis: 100%;
    }

    .zenior_mobile_spacing {
        padding-top: 0px;
    }

    .checkout-page-spacing {
        padding-top: 0;
    }

    /*signage menu*/
    .width30_profile_page {
        width: 30%;
        display: none;
    }

    .orderpage .profile_flex_orderpage {
        flex-basis: 100%;
        width: 100%;
        padding: 0 !important;
    }

    .orderpage .profileflex_wrapper {
        display: block;
    }

    .orderpage .back_click {
        margin-bottom: 50px;
    }

    .divvcenter {
        display: inline-block;
        float: none !important;
        vertical-align: middle;
        margin: 0 -2px;
    }

    .address_click {
        padding-left: 10px;
    }

    .checkoutmain_wrapperpage .checkoutpage-container {
        width: 90%;
        margin: 0 auto;
    }

    .checkoutmain_wrapperpage #checkout-form1 .form-control {
        width: 100%;
        height: 60px;
        padding: 0 25px;
        margin-bottom: 9px;
    }

    .checkoutmain_wrapperpage #checkout-form1 .form-group {
        margin: 3px 0;
    }

    .mob_logo {
        width: 100px;
    }

    .swierslidemenumobile {
        /* box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 20%); */
        z-index: 99999;
        position: relative;
        background-color: #fff;
    }

    .zeynep {
        bottom: 0;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        top: 0;
        transform: translateX(100%) translateZ(0);
        /* z-index: 1011; */
    }

    .zeynep .submenu:not(.no-transition),
    .zeynep:not(.no-transition) {
        transition: all 250ms;
    }

    .zeynep-overlay {
        background-color: rgba(0, 0, 0, 0.42);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .close-menu-icon {
        z-index: 99999999;
    }

    .close-svg {
        position: absolute;
        z-index: 999;
        right: 25px;
        top: 30px;
        background-color: #ddd;
        padding: 15px;
    }

    /* .zeynep-opened .zeynep-overlay {
        display: block;
    }
    .zeynep.opened {
        pointer-events: auto;
        transform: translateX(0) translateZ(0);
    }
    .zeynep.submenu-opened {
        overflow: hidden;
    } */
    .zeynep .submenu {
        bottom: 0;
        min-height: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .zeynep .submenu.opened {
        left: 0;
        pointer-events: auto;
    }

    .zeynep .submenu.opened:not(.current) {
        overflow: hidden;
    }

    .btn-open:active {
        /* box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1); */
        backdrop-filter: blur(10px);
    }

    /* zeynepjs menu styles */
    .zeynep {
        background-color: #ffffff;
        color: #404143;
        width: 295px;
    }

    .zeynep .submenu.opened ul {
        padding-top: 0;
    }

    .zeynep ul {
        list-style-type: none;
        padding: 39px;
        padding-left: 20px;
        -webkit-overflow-scrolling: touch;
    }

    .zeynep ul>li {
        display: block;
    }

    .zeynep ul>li>a {
        color: inherit;
        display: block;
        /* font-weight: bold; */
        padding: 9px 0px 9px 10px;
        text-decoration: none;
        transition: all 150ms;
        color: #000 !important;
        font-size: 1.5rem;
    }

    .zeynep .submenu.opened ul>li>a {
        font-size: 1.5rem !important;
        font-weight: normal;
        color: #000 !important;
    }

    .zeynep .submenu.opened ul>li>a {
        padding: 7px 10px;
    }

    .zeynep ul>li>a:hover {
        background-color: transparent;
        border-radius: 3px;
    }

    .zeynep ul>li:not(:last-child)>a {
        border-bottom: 0px solid transparent;
    }

    .zeynep ul>li:first-child>a {
        border-bottom: 0px solid transparent;
        font-size: 1.375rem;
    }

    .zeynep ul>li.has-submenu>a {
        background-image: url("../images/home/submenu-arrow.svg");
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 8px 14px;
    }

    .zeynep ul>li.has-submenu>a:hover {
        background-image: url("../images/home/submenu-arrow-active.svg");
    }

    /* zeynepjs submenu styles */
    .zeynep .submenu {
        background-color: #ffffff;
        left: 295px;
    }

    .zeynep .submenu-header {
        background-image: url("../images/home/menu-back.svg");
        background-position: left 20px center;
        background-repeat: no-repeat;
        background-size: 8px 14px;
        border-bottom: solid 1px #efefef;
        cursor: pointer;
        position: relative;
    }

    .zeynep .submenu-header>a {
        color: inherit;
        display: block;
        font-size: 0.875rem;
        font-weight: bold;
        padding: 18px 20px;
        padding-left: 40px;
        text-decoration: none;
        color: #000 !important;
        font-size: 1.3rem;
    }

    .zeynep .submenu-header>a:before {
        background-image: url("../images/submenu-arrow.svg");
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 8px 14px;
        content: "";
        height: 100%;
        left: 26px;
        position: absolute;
        top: 0;
        transform: rotate(-180deg);
        width: 20px;
    }

    .zeynep .submenu>label {
        color: #000;
        display: block;
        font-size: var(--font-heading);
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 19px;
        padding-left: 30px;
        width: 100%;
    }

    .rotate_icon {
        transform: rotate(180deg);
    }

    /* .zeynep-opened body {
        overflow: hidden;
    } */
    /* .zeynep {
        left: auto;
        right: 0;
        z-index: 99999;
    } */
    .zeynep {
        left: unset;
        right: unset;
        z-index: 99999;
        width: 100%;
    }

    .fwnormal {
        font-weight: normal !important;
    }

    .mobilenava {
        display: flex !important;
        align-items: center;
    }

    .mobilenava svg {
        margin-right: 10px;
    }

    #mobilemenu #main {
        padding: 10px 0 10px 10px;
        display: flex;
        align-items: center;
    }

    .mob_vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0 -1.5px;
    }

    .bars {
        width: 50px;
        cursor: pointer;
        vertical-align: middle;
        transform: scale(1) translateX(-0px);
    }

    .bars .line {
        fill: none;
        stroke: #000;
        stroke-width: 4;
        stroke-linecap: square;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    }

    .bars .line.top {
        stroke-dasharray: 40 172;
    }

    .bars .line.middle {
        stroke-dasharray: 40 111;
    }

    .bars .line.bottom {
        stroke-dasharray: 40 172;
    }

    .bars.active .top {
        stroke-dashoffset: -132px;
    }

    .bars.active .middle {
        stroke-dashoffset: -71px;
    }

    .bars.active .bottom {
        stroke-dashoffset: -132px;
    }

    .mob_cart {
        padding-right: 20px;
        width: 45px;
    }

    .mob_search {
        padding-right: 15px;
    }

    .mob_header_left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /*signage menu */
    .orderdetailpage_maindiv .customer-order {
        grid-template-areas: 'one''four''two''five''three''six';
        grid-template-columns: repeat(1, 1fr);
    }

    .orderdetailpage_maindiv .customer-order>div:nth-child(4) {
        border-right: 1px solid #e5e5e5;
    }

    .orderdetailpage_maindiv .customer-order>div:nth-child(6) {
        border-left: 1px solid #e5e5e5;
    }

    .orderdetailpage_maindiv .customer-order>div:nth-child(2) {
        padding-top: 20px;
    }

    .orderdetailpage_maindiv .customer-order>div:nth-child(3) {
        padding-top: 20px;
    }

    .orderdetailpage_maindiv .customer-product {
        display: grid;
        grid-template-areas: 'one one one one one two three''four five five five five six seven''eight eight eight eight nine nine nine';
        grid-template-columns: repeat(7, 1fr);
        background-color: #fff;
    }

    .orderdetailpage_maindiv .customer-product {
        display: grid;
        grid-template-areas: 'one one''four five''two six''three seven''eight eight''nine nine';
        grid-template-columns: repeat(2, 1fr);
        background-color: #fff;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(2) {
        justify-content: left;
        border: 1px solid #e5e5e5;
        align-items: center;
        padding: 10px 0;
        padding-left: 10px !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(3) {
        justify-content: start;
        align-items: center;
        border: 1px solid #e5e5e5;
        padding: 10px 0;
        padding-left: 10px !important;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(7) {
        justify-content: center;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(5) {
        justify-content: center;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(8) {
        grid-area: eight;
        padding: 10px 0;
        border: 1px solid #e5e5e5;
        padding-left: 10px !important;
        border-top: none !important;
        border-bottom: none !important;
        text-align: center;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(9) {
        justify-content: center;
        border: 1px solid #e5e5e5;
        padding: 10px 0;
    }

    .orderdetailpage_maindiv .customer-product>div:nth-child(6) {
        border-bottom: none !important;
        border-top: none !important;
        border-left: none !important;
    }

    .account-header_bg {
        background-color: #ccc;
    }
    .account-header_bg {
        background-color: #ccc;
        line-height: 32px;
    }
    .inner_padding {
        padding: 20px 20px;
        border-bottom: 1px solid #ccc;
    }
    .account-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ccc;
        line-height: 32px;
    }
    .mobile_acrinnter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .custom-accordion-card ul li {
        padding: 8px 50px 8px 40px;
    }
}

@media only screen and (max-width: 767px) {


    /** Jiten **/

    .relatedMaster{
        width: 100%!important;
    }

    .addToCartVariations{
        position: fixed;
        left: 0;
        bottom: -100px;
        width: 100%;
        z-index: 9999;
    }
    .addToCartVariations.active{
        bottom: 0;
    }

    .addToCartVariations ul li{
        font-size: 14px;

    }

    .aboutcontenthome{
        text-align: justify;
    }

    .likebtn_web{
        width: 2.5rem!important;
    }

    .radhawrapper .cat_title{
        padding-bottom: 0!important;
    }
    .radhawrapper .selectqty{
        padding-top: 0!important;
    }

    .slider_main .swiper-pagination-bullet-active{
        background-color: #fd7101;
    }

    .final_detailpage h1{
        font-size: 28px!important;
    }
    .listing_page_comonpage .webdetails{
        position: relative;
    }
    .breadcrumb_custome{
        padding: 5px 0;
    }

    .radhawrapper .slider_main{
        width: 100%;
        margin: 0 auto;
    }
    .gallery-top{
        margin-left: 0;
        padding: 0;
        background-color: transparent;
        margin-bottom: 25px;
    }

    .product_uptune_img2{
        width: 100%;
    }

    .web_dyanmic_home_banner{
        aspect-ratio: 600/750;
    }

    .radhawrapper .tras_btn_gray{
        padding: 8px 20px!important;
    }
    .successtext h1{
        font-size: 20px;
    }

    .menu_fixed_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /** Jiten **/

    .mobiledetails .swiper-slide  img {
        background-color:#F0F2F1;
        border-radius: 22px;
    }

    .mobile_swiper_spacing, .categoryswiper {
        padding-left: 15px  !important;
        padding-right: 15px !important;
    }

    .font-detail-25 {
        font-size: 20px !important;
    }
    .radhawrapper .tab_content_wraper .product-block-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
    }

    .radhawrapper .offerswiper, .radhawrapper .brandswiper {
        width: calc(100% - 0px) !important;
        margin: 0 auto;
    }

    .float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
    .my-float_whatapp {
        margin-top: 14px;
    }

    .new_listingpage_indiamall .product_more_info {
        margin-top: 0 ;
        padding: 8px 10px;
    }
    
    .min-height-home_div {
        min-height: auto;
    }

    .size_15fixed p, .size_15fixed p sup {
        font-size: 13.5px !important;
        display: block;
    }
    .size_15fixed p sup  strike{ 
        width: 100%;
        display: block;
        line-height: 1;
    }
    .size_15fixed p { 
        width: 100%;
    }

    /* .mobile_height_img img {
        height: 42.5vh !important;
    } */

    /* .swiper-slide {
        width: 100% !important;
    } */

    .mobile_p_16  p {
        font-size: 16px !important;
    }
    .mobile_p_16  sup strike {
        font-size: 16px !important;
    }
    .mobile_top_padding {
        padding-top:5rem !important;
    }
    .mobile_p_16 h1 {
        font-size: 22px !important;
    }
    .offerblock .new_listingpage_indiamall .product_price_flex h1 {
        font-size: 16px;
    }
    .offerblock .new_listingpage_indiamall .font_15 {
        font-size: 12px;
        line-height: 15px;
    }

    .abs_white_btn {
        width: max-content;
        padding: 10px 10px;
        border: 1px solid #000;
        border-radius: 4px;
        margin-top: 5px;
        transition: all ease-in-out 0.3s;
        margin: 19px auto 0 auto;
    }
    .abs_white_btn p{ 
        color: #000 !important;

    }
    .abs_white_btn:hover p{
        color: #fff !important;
    }

    .categoriesSlider_bg .sliderimg {
        /* padding: 5px;
        background: transparent !important;
        height: 300px;
        object-fit: cover;
        place-items: center; */
    }
    .radhawrapper .web_trendingcategories .sliderimg img {
        /* border-radius: 12px;
        background: #fff !important;
        box-shadow: none;
        height: 300px;
        object-fit: cover;
        margin: 0; */
    }

    .add_to_cart_popup, .empty_cart_popup {
        z-index: 9999 !important        ;
    }
    .add_to_cart_popup.active {
        top: 76px;
    }
    .new_listingpage_indiamall .product_list_img img {
     
        height:autoss;
     
    }
    .slide_auto {
        /* width: unset !important; */
        /* margin: 0 5px; */
    }

    .m_slidefull .slide_auto {
        /* width: unset !important; */
        margin-left: 0 !important;
    }

    .m_slidefull .swiper_height_set .product_list_img img {
        /* width: auto; */
        /* object-fit: contain; */
        
    }

    .m_slidefull .swiper_div100 {
        /* width: unset !important; */
    }

    .new_listingpage_indiamall .product_price_flex h1 {
        font-size: 17px;
        line-height: 1;
    }
    .new_listingpage_indiamall .font_15 {
        font-size: 10.5px;
        line-height: 15px;
    }

    .inline_input {
        display: block;
        gap: 15px;
     
    }
    .mobile_login_link {
        padding-left: 20px ;
        padding-top: 5px;
        padding-bottom: 25px !important;
    }
    .product_checkout_block>div {
        padding: 15px;
    }
    .mob_cart {
        padding-right: 0 !important;
        width: 28px !important;
        margin-top: -4px;
    }
        .checkout_input_fields {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .checkout_input_fields .inline_input input {
        margin-bottom: 10px;
    }
    .checkout_input_fields .inline_input select {
        margin-bottom: 10px;
    }
    .checkout_input_fields .inline_input select {
        margin-bottom: 10px;
    }

    .checkout_input_fields .select2 , .input2 {
        margin-bottom: 0 !important;
    }
    .checkout_input_fields .inline_input:last-child input {
        
    }

    .searchSuggestionsInner {
        position: absolute;
        top: 84%;
        right: unset;
        width: 360px;
        padding: 10px 0px;
        background: #fff;
        border: 1px solid #ccc;
    }

    .mob_header_left {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .custom-accordion-card ul li a {
        font-size: 15px;
        padding-left: 0;
    }
    .custom-accordion-card ul li {
        padding: 8px 50px 8px 40px;
    }
    .submenu_padding {
        border-bottom: 1px solid #ccc;
        padding: 0px 0 0px 0;
    }

    .mobile_acrinnter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .custom-accordion-card ul li a {
        text-transform: uppercase !important;
    }
    .custom-accordion-card p {
        font-size: 16px !important;
        padding-bottom: 15px;
    }

    .mobile_menu_new .content_accordian {
        display: none;
    }

    .mobile_menu_new>div{
        padding: 0 0px ;
    }
    .inner_padding {
        padding:20px  20px ;
        border-bottom: 1px solid #ccc;
    }
    .mobile_menu_new p {
        padding-bottom: 0;
        text-transform: uppercase;
        width: 100%;
    }
    .mobile_menu_new a {
        padding-bottom: 0;
        text-transform: uppercase;
    }
    .account-header_bg {
        background-color: #ccc;;
    }

    .categoriesSlider_bg .sliderimg img {
        box-shadow: none !important;
        border-radius: 0px;
    }

    .detailpage_h1 h1 {
        font-size: 2rem;
        text-transform: capitalize;
    }

    .checkout_button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        flex-flow: column-reverse;
        display: flex;
        gap: 2rem;
    }
    .checkout_button button {
        border: unset;
        border-radius: 5px;
        padding: 20px;
        background-color: #fd7101;
        color: #ffffff;
        font-size: 18px;
        width: 100%;
        margin-left: auto;
        display: flex;
        font-family: 'rubikregular';
        justify-content: center;
    }

    .address_listing_wrapper .addresslist .address_blockfull_wraper {
        grid-template-columns: repeat(1,1fr);
    }
    .footer ul li {
        font-size: 1.2rem;
    }

    .breadcrumb_custome li {
        font-size: 1.4rem;
    }
    .breadcrumb_custome li p {
        font-size: 1.4rem;
    }

    .address_listing_wrapper .addressblock .font_16 {
        font-size: 1.3rem;
    }
    .address_listing_wrapper .addressblock .font_20 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .address_listing_wrapperxx{
        padding-bottom: 15px;
    }

    .detail_product_price span {
        font-size: 13px !important;
    }

    .product_detail_info_list_text p{
        font-size: 15px !important;
        line-height: 1.4!important;
    }
    
    /* .new_listingpage_indiamall .product_more_info p {
        font-size: 12px !important;
    } */

    .login_page_wrapper .form_container {
        max-width: 90%;
        margin: 0 auto;
    }

    .checkout_product_data .checkout_title_text {
        flex-direction: column !important;
        gap: 5px !important;
    }

    .myorder_block_newdesign .order_numbers {
        border: unset !important;
        border-radius: 8px;
        margin-bottom: 0 !important;
    }

    .myorder_block_newdesign .myordergap {
        margin-bottom: 2rem !important;
    }

    .myaccountpage_acr .user_img img {
        width: 150px;

    }

    .acr_profile_flex {
        display: flex;
        align-items: flex-start;
        gap: 5rem;
        flex-direction: column;
    }

    .accounts_container {
        width: 96%;
        margin: 0 auto;
    }

    .myaccountpage_acr .acr_profile_flex .user_profile {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .logbtn {
        text-align: center !important;
    }

    .logbtn .logout_btn {
        width: max-content !important;
        padding: 10px 25px !important;
    }

    .emptyCartWrapperInner {
        background: #fff;
        padding: 50px;
        border-radius: 8px;
        top: 0;
        width: 90%;
        left: 0;
        margin: 0 auto;
        position: relative;
        transform: unset;
    }

    .ad_padding {
        padding: 20px 0 !important;
        margin: 0 !important;
        text-align: right;
    }

    .radhawrapper .address_listing_web .addresslistblock {
        place-content: right;
        display: block;
        padding-bottom: 0;
    }

    .mp0imp {
        padding: 0 !important;
    }

    .mobilep15 {
        padding: 15px !important;
    }

    .pdt0 {
        padding-top: 0;
    }

    .mobile_filter .drop_arrow {
        position: absolute;
        top: 10px;
        right: 25px;
        width: 1.2rem;
    }

    .mobile_filter select {
        -webkit-appearance: none;
    }

    .home_page_banner_section {
        padding-top: 0;
    }

    .pdl0_mobile {
        padding-left: 0 !important;
    }

    .pdl00 {
        padding-left: 0 !important;
    }

    .checking_container {
        padding-top: 10px;
    }

    .mobile_lr15 {
        padding: 0 15px !important;
    }

    .radhawrapper .mobile_xs6 .form_col:nth-child(even) .form_field {
        margin-left: 0;
    }

    .radhawrapper .mobile_xs6 .form_col:nth-child(odd) .form_field {
        margin-right: 0;
    }

    .checkout-page-spacing {
        padding-top: 20px !important;
    }

    .mobile_xs6 .col-xs-6 {
        width: 100%;
    }

    .detailpageislistingpage {
        padding-top: 10px;
    }

    .set_swiper_div:first-child h2 {
        height: 29px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .jcunset h2 {
        height: unset !important;
    }

    .mobilemrpd0 h2 {
        margin: 0;
        padding: 0;
        padding-left: 15px;
    }

    .mobilemrpd0 p {
        padding-left: 15px;
    }

    .myorder_block_newdesign .mobilemrpd0 p {
        padding-left: 0 !important;
    }

    .myorderimg img {
        padding: 5px;
        margin-bottom: 0;

    }

    .radhawrapper .cateimg:hover img {

        transform: scale(1);
    }

    .radhawrapper .otpblock {
        height: 50px;
        width: 50px;
    }

    .radhawrapper .cart_title {
        padding: 10px 0 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .listing_page_comonpage .left_30_block {
        padding-left: 0% !important;
    }

    .addtocart_btn {
        width: auto !important;
        padding: 10px 20px !important
    }

    .radhawrapper .breadcrumb {
        margin-bottom: 1rem !important;
    }

    /* .myorder_block {
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: 'one one two two' 'three three three three';
        align-items: center;
        border-bottom: 1px solid #ddd;
    } */
    .myorder_block {
        grid-template-columns: repeat(6, 1fr);
        grid-template-areas: 'one two two two three three';
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .myorder_block_newdesign .myorder_block {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* grid-template-areas:'one one two two''four four five five''three three three three '; */
        grid-template-areas: 'one one three three''two two two two''four four four four''five five five five';
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0rem 0 1rem 0;
        column-gap: 2rem;
        row-gap: 1rem;
        margin-bottom: 1rem;
    }

    .myorder_block>div:nth-child(1) {
        padding-bottom: 0;

    }

    .myorder_block>div:nth-child(2) {
        padding-bottom: 10px;
    }

    .myorder_block_newdesign .myorder_block>div:nth-child(2) {
        padding-bottom: 0;
    }

    .myorder_block>div:nth-child(3) {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .radhawrapper .home_page_banner_section .swiper-pagination-bullet {
        height: 3px;
    }

    .radhawrapper .cateimg {
        min-height: auto;
        width: 100%;
    }

    .radhawrapper .cart_table {
        margin-top: 0;
    }

    .bg_white_box {
        padding: 3px !important;
    }

    .margintop20 {
        margin-top: 0;
    }

    html {
        overflow-x: hidden;
    }
    body
     {
        overflow-x:unset;
    }

    /*.mobile_lr_spacing {
        width: 98% !important;
    }*/

    .radhawrapper .plusicon.web_plusicon {
        padding: 7px 11px;
    }

    #checkout-form1 {
        margin-bottom: 0px !important;
    }

    .radhawrapper .best_seller {
        height: 100%;
    }

    .profileblock {
        padding: 30px 15px !important;
    }

    .contanier-color {
        padding: 10px 5px;
    }

    .radhawrapper .checking_container .container_width2 {
        width: 90%;
        margin: 0 auto;
    }

    .abs_add {
        position: unset;
        right: unset;
        top: unset;
    }

    .set_swiper_div {
        position: unset;
    }

    .footer_order_wrapper {
        display: grid;
        /* grid-template-areas: '. . one one one . .' '. two two two three three .' '. four four four five five .'; */
        grid-template-areas: '. one one one one one .''two two two two three three three''four four four four five five five';
        grid-template-columns: repeat(7, 1fr);
        column-gap: 1rem;
        padding: 0;
    }

    .footer_order_wrapper>div:nth-child(1) {
        grid-area: one;
    }

    .footer_order_wrapper>div:nth-child(2) {
        grid-area: two;
    }

    .footer_order_wrapper>div:nth-child(3) {
        grid-area: three;
    }

    .footer_order_wrapper>div:nth-child(4) {
        grid-area: four;
    }

    .footer_order_wrapper>div:nth-child(5) {
        grid-area: five;
    }

    .checkout-order-summary {
        margin: 0;
    }

    .radhawrapper .categoryswiper {
        margin-top: 0;
        margin: 0 -10px;
    }

    /*fontmobile*/
    .addfontmobile {
        font-size: 15px !important;
    }

    .mobileminitext {
        font-size: 15px !important;
    }

    .myorder_block p {
        font-size: unset !important;
    }

    .mobilemedium h2 {
        font-size: 15.5px !important;
    }

    .ac_padding_innner p {
        font-size: 15px;
    }

    .radhawrapper .productinfotable tr td {
        font-size: 15px;
    }

    .swiper_bottom_padding_new h2 {
        font-size: 13px !important;
    }

    .tab_in h2 {
        font-size: 13px;
    }

    .sortButton .dropdown {
        font-size: 13px;
    }

    .subtitle h2 {
        font-size: 14px;
    }

    .mobileh2 h2 {
        font-size: 16px;
    }

    .detail_btn .nikebutton {
        font-size: 15px !important;
    }

    .total_price_block span {
        font-size: 15px;
    }

    .product_detail_block h2 {
        font-size: 16px;
    }

    /*mobilefonts end*/
    /*mobilefonts end*/
    .slider_wrapper1 {
        /* padding-top: 20px; */
    }

    .footer_div2 {
        padding: 1rem 0 1rem 0;
    }

    .footer_div2 {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        /* filter: invert(1); */
        width: 85px;
        margin: 0px auto 30px auto;
    }

    .address {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .radhawrapper .web_pdtitle p {
        line-height: 1.2;
        padding-bottom: 2px;
    }

    .size_flex .trending_li {
        margin-bottom: 9px;
    }

    .radhawrapper .normal_btn {
        padding: 10px 20px;
        margin-right: 10px;
    }

    .for_mobile_view_hide h2 {
        padding-left: 15px;
    }

    .radhawrapper .home_page_banner_section .slidertextbas {
        left: 2%;
    }

    .radhawrapper .plistingblock {
        height: 100%;
    }

    .textright {
        text-align: center;
    }

    .social-links li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer_order_wrapper {
        padding-bottom: 10px;
    }

    .swiper_bottom_padding_new {
        padding: 14px 5px 0px 5px;
        width: 100%;
    }

    .product_name_width {
        width: 100%;
    }

    .product_name_width h2 {
        text-transform: uppercase;
    }

    .mobile_footer_spacing {
        margin-top: 30px;
    }

    .radhawrapper .set_swiper_div .plusicon.web_plusicon {
        width: auto;
    }

    .fixed-header_new {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
        top: 0;
    }

    .radhawrapper .productListingwrapper .tab_content {
        display: none;
        background: #fff;
        margin-bottom: 50px;
    }

    .sortButton .dropdown {
        min-width: 180px;
    }

    .sliderimg2 {
        width: 350%;
    }

    .radhawrapper .detailpage_ddtocart .plusicon.web_plusicon {
        width: 100%;
        padding: 18px 12px;
        position: relative;
        font-size: 1.23rem !important;
    }

    .swiper_heightauto {
        height: unset !important;
        align-items: start !important;
    }

    .padd_bottom_mo_0 {
        padding-bottom: 0 !important;
    }

    .btmpadd {
        padding-bottom: 90px;
    }

    .radhawrapper {
        margin: 0 auto;
        width: 100%;
    }

    html {
        overflow-x: hidden;
    }

    .radhawrapper .container_width2 {
        width: 91%;
    }

    .radhawrapper .slider_wrapper {
        border-radius: 80px;
    }

    .radhawrapper .trendingcategories,
    .radhawrapper .offerblock {
        padding: 30px 0 30px 0;
    }

    .radhawrapper .offerblock {
        padding: 30px 0 30px 0;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .radhawrapper .offerswiper,
    .radhawrapper .brandswiper {
        margin-top: 0;
        padding-left: 0px;
        padding-right: 0px;
    }

    .radhawrapper .brand {
        padding: 30px 0 32px 0;
    }

    .radhawrapper .dashboardwrapper .title_center_dashboard_width_100 {
        text-align: center;
    }

    .radhawrapper .sliderimg3 {
        width: 40%;
        margin: 0 auto 15px auto;
    }

    .radhawrapper .popup,
    .radhawrapper .popup2 {
        position: fixed;
        width: 100%;
        height: auto;
        min-height: 60vh;
        bottom: 0;
        right: initial;
        left: 0;
        background-color: #fff;
        z-index: 999;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .radhawrapper .popup.active,
    .radhawrapper .popup2.active {
        transform: translateY(0);
    }

    .radhawrapper .popup,
    .radhawrapper .popup2 {
        transition: all 0.3s ease-in-out;
        transform: translateY(100%);
    }

    .radhawrapper .productDetailwrapper {
        padding-bottom: 80px;
    }

    .radhawrapper .cart_block_wrapper {
        border-bottom: 5px solid #eeeeee;
        padding: 15px 15px;
    }

    .radhawrapper .cart_block_wrapper:first-child {
        border-top: 5px solid #eeeeee;
    }

    .radhawrapper .btmborder {
        border-bottom: 5px solid #eeeeee;
    }

    .radhawrapper .orderimg {
        margin: 55px 0;
        width: 100%;
    }

    .radhawrapper .statusbtn a {
        width: 100%;
    }

    .radhawrapper .addresslistblock:first-child,
    .topbrdr {
        border-top: none;
    }

    .radhawrapper .addresslistblock {
        padding: 15px 20px 15px 25px;
        border: 0;
        border-top: 1px solid #eeeeee;
        width: 100%;
        float: left;
        border-radius: 0;
        margin: 0;
    }

    .radhawrapper .cart_page_header {
        padding: 0 15px 20px 15px;
    }

    .checkout_list_section .cart_page_header {
        padding: 15px !important;
        margin-bottom: 15px;
    }

    .radhawrapper .cart_title h1 {
        font-size: 15px;
    }

    .radhawrapper .addresstype {
        border-radius: 12px;
    }

    .radhawrapper .profilewrapper {
        background-color: #fff;
        margin: initial;
        margin: 55px 15px;
        border-radius: 12px;
        width: calc(100% - 30px);
    }

    .radhawrapper .profilepagewrapper {
        background-color: #f9f9f9;
        padding-bottom: 20px;
        padding-top: 0px;
    }

    /* .radhawrapper .wlcmtext {
        padding: 45% 0 68% 0;
    } */
    .radhawrapper .product_sec_right_side {
        width: 100%;
    }

    .radhawrapper .tab_content_wraper .product-block-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .radhawrapper .plistingblock {
        padding: 5px 5px;
    }

    html {
        font-size: 11px;
    }

    .radhawrapper .plistingblock {
        border: 1px solid #fff;
        padding: 0;
    }

    .radhawrapper .cateimg {
        width: 100%;
        height: auto;
    }

    .radhawrapper .plistingblock .slidertext3 {
        padding: 0px 0px 0px 0px;
    }

    .radhawrapper .fixedbtn {
        z-index: 111;
    }

    .radhawrapper .addresstext,
    .radhawrapper .cardtext {
        width: 88%;
    }

    .radhawrapper .plusicon.web_plusicon {
        margin-top: 22px;
    }

    .radhawrapper .nextarrow {
        position: absolute;
        bottom: 6%;
        right: 11%;
        width: 15%;
    }

    .radhawrapper .profileform .container_width2,
    .radhawrapper .addresslist .container_width2,
    .radhawrapper .addressform .container_width2 {
        width: 100%;
    }

    .radhawrapper .my_profile_web {
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
        padding: 10px 10px;
        box-shadow: none;
    }

    .radhawrapper .address_listing_web .addresslistblock {
        width: 100%;
    }

    .radhawrapper .address_listing_web {
        box-shadow: none;
        display: flex;
        flex-flow: row wrap;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
    }

    .radhawrapper .addressform .my_profile_web {
        padding: 0px 15px;
    }

    .radhawrapper .wrappadd {
        padding: 15px 0;
    }

    .radhawrapper .cateimg img {
        height: unset !important;
    }

    .radhawrapper .cateimg img {
        height: auto;
    }

    .detailpageislistingpage .radhawrapper .productListingwrapper ul.tabs {
        overflow-x: auto;
        /* display: flex; */
        width: 100%;
        white-space: nowrap;
    }

    .radhawrapper .pricedetail.web_pricedetail .web_plusicon {
        margin-bottom: 0;
    }

    .btn-block .normal_btn a {
        padding: 10px 15px;
    }

    .radhawrapper .addrerss_form {
        padding: 0;
    }

    .cart_page_data .font_18 {
        font-size: 1.3rem !important;
    }

    .cart_page_data .font_16 {
        font-size: 1.3rem !important;
    }

    .cart_page_data .font_14 {
        font-size: 1.2rem !important;
    }

    .checkout_page_data .font_18 {
        font-size: 1.3rem !important;
    }

    .checkout_page_data .font_16 {
        font-size: 1.3rem !important;
    }

    .checkout_page_data .font_14 {
        font-size: 1.4rem !important;
    }

    .cart_checkout p {
        font-size: 16px !important;
    }

    .font_22 {
        font-size: 22px !important;
    }

    .ordered_block {
        padding: 20px 10px;
    }

    .order_history_block{
        margin-top: 15px;
    }

    .order_tabs_title li p{
        font-size: 1.1rem;
    }

    .order_history_block p{
        font-size: 1.1rem !important;
    }

    .ordered_product_info p {
        font-size: 1.1rem;
    }

    /*style-767*/
    
    .final_price h4 {
        color: #5E6261;
        white-space: unset;
    }
    .new_listingpage_indiamall .product_price_flex h1 {
        font-size: 16px;
    }
    .final_price h4, .final_price h4 sup strike {
        font-size: 15px;
        padding: 5px 0;
    }
    /* .new_listingpage_indiamall .product_more_info p {
        line-height: 14px;
        white-space: nowrap;
    } */
    .new_listingpage_indiamall .product_price_flex {
        padding-top: 0px;
    }
    .mobile_newfont_wrapper  .final_price h4, .final_price h4 sup strike {
        font-size: 13px;
        padding: 5px 0;
    }
    .coupon-code_abs{
        font-size: 12px;
    }

    .mobile_newfont_wrapper .product_price_flex h1 {
        font-size: 14px !important;
        line-height: 1;
    }

        /*style-767 end*/

        /*detail start*/
        .radhawrapper .tab_content_wraper .wishilisht_grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 1rem;
            row-gap: 2rem;
        }
    
        .listing_page_comonpage .size_flex .trending_li {
            padding: 9px 5px;
    
        }
    
        .radhawrapper .wishlistwrapper {
            padding: 0 15px;
        }
    
        .trm p {
            text-align: right;
        }
    
        .radhawrapper .trm {
            justify-content: right;
        }
    
        .orderpage .order_dateprice1 {
            padding: 10px 15px;
        }
    
        .myorder_block>div:nth-child(3) {
            text-align: right;
            padding-right: 10px;
        }
    
        .myorder_block>div:nth-child(4) {
            grid-area: four;
        }
    
        .myorder_block>div:nth-child(5) {
            grid-area: five;
        }
    
        .orderdetailpage_maindiv .billing-adderss ul li:nth-child(odd) {
            float: left;
            width: 100%;
        }
    
        .orderdetailpage_maindiv .billing-adderss ul li:nth-child(even) {
            float: left;
            width: 100%;
            text-align: left;
        }
    
        .orderdetailpage_maindiv .order-pad {
            padding: 0;
            border: 0px solid #e5e5e5;
            border-radius: 7px;
            margin: 20px 0;
        }
    
        .orderdetailpage_maindiv .customer-order>div:nth-child(2) {
            padding-top: 0;
        }
    
        .orderdetailpage_maindiv .detail-pad {
            padding: 10px 0px 10px 0px;
        }
    
        .orderdetailpage_maindiv .customer-order>div:nth-child(2) {
            border-top: transparent;
            border-left: transparent;
            border-right: transparent;
            border-bottom: 1px solid #e5e5e5;
        }
    
        .orderdetailpage_maindiv .customer-order>div:nth-child(4) {
            border-top: transparent;
            border-left: transparent;
            border-right: transparent;
            border-bottom: 1px solid #e5e5e5;
    
        }
    
        .orderdetailpage_maindiv .customer-order>div:nth-child(6) {
    
            border-top: transparent;
            border-left: transparent;
            border-right: transparent;
            border-bottom: 1px solid #e5e5e5;
        }
    
        .orderdetailpage_maindiv .pdt10 {
            padding-top: 20px;
        }
    
        .mobile_grid_od .repeat_table-order {
            grid-template-columns: repeat(5, 1fr);
            grid-template-areas: 'one two two two four';
        }
    
        .mobile_grid_od .cart_product_price p {
            text-align: right !important;
            white-space: nowrap;
        }
    
        .order-detail {
            text-align: left !important;
            padding-right: 0;
            margin-right: auto !important;
            width: 100px !important;
        }
    
        .mobile_grid_od .repeat_table-order>div:nth-child(2) {
            grid-area: two;
            text-align: left;
            padding-left: 5px;
            padding-right: 5px;
        }
    
        .mobile_grid_od .repeat_table-order>div:nth-child(3) {
            text-align: left;
            display: none;
    
        }
    
        .mobile_grid_od .repeat_table-order>div:nth-child(4) {
            text-align: left;
        }
    
        .fwbold {
            font-weight: bold;
        }
    
        .repeat_table-order {
            display: grid;
            /* justify-content: space-between; */
            padding: 12px 0;
        }
    
        .repeat_table>div:nth-child(7) {
            text-align: right;
        }
    
        /* yash */
    
        .repeat_table>div:nth-child(1) {
            grid-area: one;
            width: 70px;
            margin-right: auto;
        }
    
        .bg_white_box {
            padding: 15px !important;
            margin-bottom: 15px;
        }
    
        .bg_white_box_cart {
    
            padding: 0px !important;
            margin-bottom: 15px !important;
            box-shadow: none;
        }
    
        .mpr0 {
            padding-right: 0;
        }
    
        .listing_page_comonpage {
            padding-top: 10px;
        }
    
        .comon_top_spacing {
            padding-top: 25px !important;
        }
    
        .favorite_section .favorite-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    
        .mobile_show {
            padding-top: 1rem !important;
        }
    
        .back_click p {
            font-size: 1.3rem;
        }
    
        .address-block .pdb10 {
            padding-bottom: 1rem;
        }
    
        .mini_title h2 {
            font-size: 1.5rem;
        }
    
        .radhawrapper .favorite_section .plusicon.web_plusicon {
            margin-top: 0;
        }
    
        /*  */
        .edit_option {
            width: 34%;
            text-align: left;
        }
    
        .address_page_btn .plusicon.web_plusicon {
            right: 40px !important;
        }
    
        .listing_page_comonpage .size_flex .trending_ul {
            display: flex;
            padding-top: 10px;
            flex-flow: row wrap;
            column-gap: 0.5rem;
            justify-content: unset;
        }
    
        .listing_page_comonpage .product_detail_spacing {
            padding-top: 0;
            margin-top: 0.1rem;
        }
    
        .listing_page_comonpage .size_flex .trending_li {
            /* width: calc(100% / 3 - 7.5px); */
            flex-basis: calc(25% - 3.8rem);
            white-space: nowrap;
        }
    
        .experience-wrapper {
            padding: 0px 0px 50px 0px;
        }
    
        .mobile_top_padding_reqired {
            padding: 0px 10px 50px 10px !important;
        }
    
        .address_area {
            width: 100%;
        }
    
        .orderdetailpage_maindiv .order_status .timeline li:after {
            content: "";
            position: absolute;
            width: 40%;
        }
    
        .orderpage .back_click {
            margin-bottom: 10px;
            margin-top: 1px;
        }
    
        .checkoutmain_wrapperpage .checkoutpage-container {
            width: 94%;
            margin: 0 auto;
        }
    
        .checkoutmain_wrapperpage .dflex {
            display: block;
        }
    
        .checkoutmain_wrapperpage .main_accordian {
            padding-bottom: 30px;
        }
    
        .last_div_padding_bottom {
            padding-bottom: 110px;
        }
    
        .listing_page_comonpage .main_accordian {
            padding-bottom: 0;
        }
    
        .listing_page_comonpage .main_accordian {
            padding-bottom: 0;
        }
    
        .radhawrapper .detailpage_bottom_swiper .cateimg {
            /* width: 47%; */
            margin: 0 auto 0px auto !important;
        }
    
        .radhawrapper .detailpage_bottom_swiper .slider_wrapper3 {
            border: 1px solid transparent;
            border-radius: 12px;
        }
    
        .cartpage_tablet .radhawrapper {
            max-width: 90%;
            margin: 0 auto;
        }
    
        .title_table {
            display: none;
        }
    
        .cart_page_right_spacing {
            padding-left: 0;
            padding-top: 20px;
        }
    
        .pdl0 {
            padding-left: 0 !important;
        }
    
        .repeat_table>div:nth-child(6) {
            text-align: right;
            padding-top: 0;
        }
    
        .remove_padtop {
            padding-top: 20px;
        }
    
        .cart-product-div {
            padding-bottom: 15px;
            margin-bottom: 10px;
        }
    
        /* .repeat_table {
            grid-template-columns: repeat(4, 1fr) !important;
            grid-template-areas: 'six six six six''one one two two' 'three three four four' 'seven seven seven seven';
            padding: 0 0 25px 0;
        } */
        .repeat_table {
            grid-template-columns: repeat(6, 1fr) !important;
            /* grid-template-areas: 'one two two two two two''three three three three four four' 'seven seven seven six . .';         */
            grid-template-areas: 'one two two two four four''. three three three three three''seven seven seven seven seven six ';
            /* grid-template-areas: 'one two two two four four''three three seven seven seven six';         */
            padding: 15px;
            margin-bottom: 0px;
            background: #ffff;
            border-radius: 8px;
            border-bottom: none;
            align-items: flex-start;
        }
    
        .repeat_table .underline-cart {
            padding-bottom: 5px;
            border-bottom: 1px solid #757575;
            font-size: 12px !important;
        }
    
        .repeat_table>div:nth-child(2) {
            grid-area: two;
            text-align: left;
            margin-bottom: 0px;
            padding-left: 12px;
        }
    
        .cart_product_img {
            text-align: left !important;
            padding-right: 0;
            margin-right: auto !important;
            width: 70px;
        }
    
        .repeat_table>div:nth-child(1) {
            grid-area: one;
            margin-right: 0px;
            border: 0px solid #ddd;
            padding: 0px;
            border-radius: 0px;
        }
    
        .repeat_table>div:nth-child(3) {
            grid-area: three;
            text-align: left;
            padding-top: 0px;
            padding-left: 10px;
        }
    
        .radhawrapper .additem {
            margin-top: 0;
        }
    
        .repeat_table>div:nth-child(4) {
            grid-area: four;
            padding-top: 0px;
            font-weight: bold;
        }
    
        .repeat_table>div:nth-child(5) {
            display: none;
            padding-top: 5px !important;
        }
    
        .repeat_table>div:nth-child(6) {
            padding-top: 15px !important;
        }
    
        .radhawrapper .cart_product_img img {
            /* width: 50%; */
            object-fit: cover;
            margin: 0 auto;
    
            display: block;
            padding: 8px;
            border-radius: 8px;
            border: 1px solid #e1dddd;
        }
    
        /* .radhawrapper .cart_product_img img {
            width: 50%;
            object-fit: cover;
            margin: 0 auto;
            text-align: center;
            display: block;
        } */
        .radhawrapper .cart_table {
            display: block;
        }
    
        .radhawrapper .cart_table tr {
            display: flex;
            flex-direction: column;
        }
    
        .radhawrapper .cart_table td {
            display: flex;
            width: 100vw;
        }
    
        .cart_page_container {
            width: 100%;
            margin: 0 auto;
        }
    
        .listing_page_comonpage .width70_detailblock {
            width: 100% !important;
            float: left;
        }
    
        .listing_page_comonpage .width30_detailblock {
            width: 100% !important;
            float: left;
        }
    
        .listing_page_comonpage .left_30_block {
            padding-left: 0;
            padding-top: 1rem;
        }
    
        .listing_page_comonpage .section-border-bottom {
            padding-bottom: 50px;
        }
    
        .comon_container {
            width: 90%;
            margin: 0 auto;
        }
    
        .listing_page_comonpage .mobiledetails {
            display: block;
        }
    
        .listing_page_comonpage .swhidden {
            overflow: hidden;
            margin-top: 18px;
        }
    
        .radha_padding {
            padding: 30px 0 150px 0;
        }
    
        .detail_page_width70_detail {
            width: 100%;
            padding-right: 0;
            padding-left: 0;
        }
    
        .detail_page_width30_detail {
            /* width: 22%; */
            display: none;
        }
    
        .comon_side_padding_detailpage {
            display: flex;
            gap: 0;
            justify-content: space-between;
        }
    
        .listing_mobile_padding {
            padding: 0 3px !important
        }
    
        /* .sortButton .dropdown {
         
            display: none;
        } */
        .swiper_starrating .start_rating {
            margin: 0 !important;
            position: absolute;
            top: unset;
            bottom: 36px;
        }
    
        .comon_side_padding {
            padding: 0;
        }
    
        .listing_page_comonpage .sectionpadingtop50 {
            padding-top: 0;
        }
    
        .home_page_slideimg img {
            margin: 0 auto;
            text-align: center;
            display: block;
            width: 90%;
        }
    
        .listing_page_comonpage .detail_btn_description {
            padding: 20px 0 40px 0;
        }
    
        .radhawrapper .plusicon.web_plusicon {
            text-align: center;
            height: auto;
            width: auto;
            line-height: initial;
            margin-top: 18px;
            outline: none;
            /* position: absolute;
            bottom: 6px;
            right: 6px; */
        }
    
        .radhawrapper .listing_images_detailpage .start_rating {
            text-align: center;
            height: auto;
            width: auto;
            line-height: initial;
            border-radius: 8px;
            margin-top: 18px;
            outline: none;
            border: 1px solid #000000;
            color: #000000;
            padding: 6px 12px;
            background: transparent;
            position: absolute !important;
            bottom: 25px !important;
            right: 12px !important;
        }
    
        .listing_images_detailpage .only_addtocart {
            position: absolute !important;
            bottom: -7px !important;
            right: 2px !important;
        }
    
        /*order page mobile view end */
        .profileflex_wrapper {
            display: flex;
            justify-content: flex-start;
            gap: 1rem;
            justify-content: left;
            height: auto;
            flex-direction: column;
            padding-bottom: 0;
        }
    
        .mobile_show {
            position: relative;
            background: #fff;
            left: 0;
            padding: 50px 10px 50px 10px;
            top: 0;
            background: #fff;
            height: auto;
            width: 100vw;
        }
    
        .profile_padding {
            padding-bottom: 20px;
        }
    
        .pdb10 {
            padding-bottom: 10px;
        }
    
        .divvcenter {
            display: inline-block;
            float: none !important;
            vertical-align: middle;
            margin: 0 -2px;
        }
    
        svg:not(:root) {
            overflow: hidden;
        }
    
        .address_click {
            padding-left: 5px;
        }
    
        .orderpage .order_numbers {
            border: 1px solid #ccc;
            border-radius: 8px;
        }
    
        /* .orderpage .order_dateprice1 {
            display: flex;
            padding: 10px 30px;
            border-bottom: 1px solid #000;
            background-color: #000 !important;
            color: #fff;
            overflow: hidden;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        } */
        .orderpage .order_padding {
            padding: 10px 15px 0 10px;
        }
    
        .orderpage .order_details {
            flex-direction: column;
            gap: 1rem;
        }
    
        .orderpage .order_textimg {
            align-items: center;
        }
    
        .orderpage .order_textimg {
            display: flex;
            flex-basis: 40%;
            gap: 1rem;
        }
    
        .orderpage .order_img {
            flex-basis: 45%;
        }
    
        .orderpage .order_img img {
            border-radius: 8px;
        }
    
        .orderpage .order_price {
            flex-basis: 30%;
        }
    
        .orderpage .order_payment_status {
            flex-basis: 30%;
        }
    
        .orderpage .order_dateprice {
            padding: 10px 15px;
            display: block;
            margin: 0px 0px 10px 0px;
        }
    
        .orderpage .profile_flex_orderpage:nth-child(2) {
            margin-bottom: 350px;
        }
    
        .orderpage .order_date {
            flex-basis: 50%;
        }
    
        .orderpage .order_total_price {
            text-align: left;
            padding-top: 5px;
        }
    
        .orderpage .order_marg30 {
            margin-top: 30px;
        }
    
        .mlr0_w100 {
            width: 100% !important;
        }
    
        .padding_topsize {
            padding-top: 30px;
        }
    
        .radhawrapper .listing_images_detailpage .plistingblock {
            padding: 0;
        }
    
        .detailpageislistingpage .radhawrapper .prolist_tab_content_grid {
            margin-bottom: 0;
        }
        /*detail end*/

        .float-whatapp {
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;         
        }

}

@media only screen and (max-width: 500px) {
    /* .radhawrapper .tab_content_wraper .product-block-grid {
        grid-template-columns: repeat(1, 1fr);
    } */

    .checkout_product_flex>div:nth-child(1) {
        flex-basis: 20%;
    }

    .checkout_product_flex>div:nth-child(2) {
        flex-basis: 80%;
    }

}

@media only screen and (max-width: 420px) { 
    .radhawrapper .detailpage_bottom_swiper .slider_wrapper3 {
        border-radius: 12px;
    }

    .radhawrapper .listing_images_detailpage .plistingblock {
        padding: 15px 15px 15px 15px;
    }
}
@media only screen and (max-width: 400px) {
    .radhawrapper .additembtn {
        width: 24px;
        height: 26px;
    }
    /* .mobile_height_img img {
        height: 49vh !important;
    } */

    .radhawrapper .pdtopbtn {
        padding: 12px 14px;
    }

    .cart_item_repeat_detail>div:nth-child(1) {
        flex-basis: 25%;
    }

    .cart_item_repeat_detail>div:nth-child(2) {
        flex-basis: 75%;
    }

    .nav-toggle {
        cursor: pointer;
        display: block;
        transition: all ease-in-out 0.3s;
    }

    .bar.top {
        margin-top: 0 !important;
        margin-bottom: 8px;
    }

    .bar {
        display: block;
        height: 2px;
        width: 28px;
        background-color: #000;
        transition: all ease-in-out 0.3s;
    }

    .nav-toggle.active .bar.top {
        -webkit-transform: translateY(10px) rotateZ(45deg);
        -moz-transform: translateY(10px) rotateZ(45deg);
        -ms-transform: translateY(10px) rotateZ(45deg);
        -o-transform: translateY(10px) rotateZ(45deg);
        transform: translateY(10px) rotateZ(45deg);
    }

    .nav-toggle.active .bar.bottom {
        -webkit-transform: translateY(0) rotateZ(-45deg);
        -moz-transform: translateY(0) rotateZ(-45deg);
        -ms-transform: translateY(0) rotateZ(-45deg);
        -o-transform: translateY(0) rotateZ(-45deg);
        margin-bottom: 8px !important;
        transform: translateY(0) rotateZ(-45deg);
    }

}

@media only screen and (max-width: 360px) {
    .radhawrapper .nextarrow {
        width: 16%;
    }

    .sortButton .dropdown {
        min-width: 160px;
    }

    .radhawrapper .otpblock {
        margin: 0 4px;
    }

    .radhawrapper .searchicon {
        width: 7%;
    }

    .radhawrapper .verifyotptext {
        padding: 35px 18px;
    }

    .radhawrapper .plusicon {
        height: 46px;
        width: 46px;
        line-height: 43px;
    }

    .radhawrapper .wlcmtext {
        padding: 30% 0 17% 0;
    }

    .radhawrapper .btmtext {
        left: 11%;
    }

    .radhawrapper .nextarrow {
        right: 11%;
    }

    .radhawrapper .headercontainer {
        width: 90%;
        margin: 0 auto;
    }

    .radhawrapper .pdtopbtn {
        padding: 10px 14px;
    }

    .radhawrapper .orderlistblock {
        padding: 10px;
    }

    .radhawrapper .orderimg {
        margin: 45px auto;
        width: 70%;
    }

    .radhawrapper .detailpage_bottom_swiper .slider_wrapper3 {
        border-radius: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .minheight {
        min-height: 42px;
    }

    .radhawrapper .otpblock {
        margin: 0 3px;
    }

    .radhawrapper .otpblock {
        height: 54px;
        width: 54px;
    }

    .radhawrapper .plusicon {
        height: 42px;
        width: 42px;
        line-height: 38px;
    }

    .radhawrapper .popupimg img {
        width: 50%;
    }

    .radhawrapper .removeitem_model {
        top: 25%;
    }

    .radhawrapper .listingadditem,
    .radhawrapper .listingplus {
        float: none !important;
    }

    .radhawrapper .plistingblock {
        padding: 15px 10px 15px 10px;
        min-height: 278px;
    }

    .radhawrapper .pdtopbtn {
        padding: 12px 14px;
    }

    .radhawrapper .likesharebtns {
        width: 14%;
    }

    .radhawrapper .orderimg {
        margin: 30px 0;
    }
}

.fav_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.fav_flex_border {}

.likebtn_web {
    width: 1.5rem;

}

.final_detailpage h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.final_detail_h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    column-gap: 10px;
    /* gap: 3rem;
    column-gap: 1.5rem; */
}

.price_listing .flex_one{
    gap:10px;
}

.flex_one {
    display: flex;
    gap: 1rem;
    align-items: center;

}

.font-detail-25 {
    font-size: 26px;
}

.separator-bar {
    color: #ddd;
}

.detail_lining {
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
}

.content-16 {
    font-size: 16px;
    color: A4A7A6;
}

.stocktitle {
    padding: 25px 0 20px 0;
}

.comon_info_div {
    padding-top: 35px;
}
/*Responsive css end*/

