.standard {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.inner_banner_mobile {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.inner_banner_mobile img {
    width: 100%;
}

.search_mobile {
    position: relative;
    left: 0%;
    top: 0;
    height: 45px;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    right: 0%;
    display: unset;
    bottom: -52px;
    background: #292e32;
    padding: 0 7px;
    padding-bottom: 5px;
}

.search_mobile form input {
    height: 48px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 35px;
    border-radius: 4px;
}

.search_mobile form .search_btn {
    position: absolute;
    right: unset;
    top: 13px;
    width: 9px;
    height: 7px;
    background: url(../webImages/search_new.png);
    background-size: contain;
    border: none;
    padding: 10px 10px;
    color: transparent;
    left: 9px;
}

.spinner-master2 label {
    margin-bottom: 0 !important;
}

.menu_ {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    /* margin-top: 0px; */
    /* display: none; */
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 23px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2fbb65;
    right: -3px;
    padding: 0;
    font-family: "montserratbold";
    font-weight: bolder;
    border: 1px solid black;
}

.header-1 a {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    position: relative;
}

.spinner-master2 .spinner2 {
    height: 1px;
    width: 23px;
}

.menu_area {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-1 {
    width: unset;
    display: inline-block;
    vertical-align: top;
    background: #292e32;
    text-align: center;
    position: relative;
    /* margin-left: -6px; */
    font-size: 16px;
    /*display: none; */
    font-weight: bold;
    color: #fff;
    top: 0;
    z-index: 9999;
    border-right: 0;
    border-top: 0;
    height: unset;
    margin-right: 2% !important;
    font-weight: normal !important;
    margin-left: 0px;
}

.col_menu {
    position: fixed;
    width: 85%;
    background: #1c1f24;
    top: 0;
    z-index: 99999;
    padding: 7px 0;
    height: 100%;
    overflow: auto;
}

.close_side_flex {
    position: fixed;
    width: inherit;
    height: 40px;
    font-size: 20px;
    text-align: left;
    padding: 7px 10px;
    background: #282828;
    margin-bottom: 6px;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display_here_fixed .display_tab {
    width: auto !important;
}

.display_here_fixed {
    flex-wrap: wrap;
}

.align {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.product_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cart_side_popup .col3_main:last-child .col3_box_detail {
    height: calc(100% - 200px);
    background: #ffffffbf;
}

.cart_side {
    width: 90% !important;
    height: 90vh;
    /* height: 90dvh; */
    transform: translate(-50%, -45%);
    overflow: auto;
}

.cart3 .sub_3 {
    width: 356px;
}

.cart3 .sub_3 {
    width: 356px;
}

.col3_all .col3_box .col3_box_img {
    min-height: 220px;
    max-height: 220px;
    margin-bottom: 185px;
}

.fashion_btn_side {
    width: calc(100% - 54px);
}

.col_payment_box {
    /* margin: 0% 1.5%; */
    width: 24.5%;
}

.pop_img1 {
    max-width: initial;
    max-height: initial;
    min-height: initial;
    text-align: center;
    line-height: normal;
}

/*menu styling*/

.menu_icn {
    display: block;
    padding-left: 10px;
}

.fixed_menu_ {
    transform: scaleY(1);
}

.fixed_menu {
    display: block;
    transform: scaleY(1);
    height: auto;
}

#page {
    display: block;
    position: relative;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.reset_btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 20px;
    margin: 10px 5px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 110px;
}

.reset_btn_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.reset_btn img {
    width: 100%;
    max-width: 24px;
}

/*New CSS Added here*/
.menu_area {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-1 {
    width: unset;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: center;
    position: relative;
    /* margin-left: -6px; */
    font-size: 16px;
    /* display: none; */
    font-weight: bold;
    color: #fff;
    top: 0;
    z-index: 9999;
    border-right: 0;
    border-top: 0;
    height: unset;
    margin-right: 2% !important;
    font-weight: normal !important;
    margin-left: 0px;
}

.header-1 a {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    position: relative;
}

.header_top {
    display: none;
}

.search_mobile {
    position: unset;
    left: 0%;
    top: unset;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    right: 0%;
    display: unset;
    bottom: -52px;
    background: #fff;
    padding: 0 7px;
    padding-bottom: 5px;
}

.search_mobile form input {
    height: 48px;
    width: 100%;
    padding: 0px 35px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #f5f5f5;
}

.search_mobile form .search_btn {
    position: absolute;
    right: unset;
    top: 13px;
    width: 9px;
    height: 7px;
    background: url(../webImages/search_new.png);
    background-size: contain;
    border: none;
    padding: 10px 10px;
    color: transparent;
    left: 9px;
}

.spinner-master2 .spinner2 {
    height: 2px;
    width: 30px;
}

.col_menu {
    /*position: absolute;*/
    /*width: 85%;*/
    /*background: #1c1f24;*/
    /*top: 0;*/
    /*z-index: 9999 !important;*/
    /*padding: 7px 0;*/
    position: fixed;
    width: 85%;
    background: #1c1f24;
    top: 0;
    z-index: 999;
    padding: 7px 0;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
}

/*Ended here*/
.col3 .col3_main .col3_box .col3_box_tag3 {
    bottom: 30px;
}

.main_mmenu {
    display: block;
}

.col1_right_main .col3_box a {
    width: 110px;
}

.header_top {
    width: 100%;
    text-align: center;
    display: none;
}

.logo_side {
    /*max-width: 200px;*/
    margin-right: 0;
}

.header_top_right_side {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}

.header_top_right_side {
    display: none;
}

.header_mid {
    display: none !important;
}

.side_menu_deskstop {
    display: none !important;
}

.col1_left {
    display: none !important;
}

.col1_right {
    width: 100%;
}

.index_content {
    padding: 20px 10px;
}

.scroll_header .header_top {
    display: none;
}

.scroll_header .search_side {
    display: none;
}

.col2_left {
    width: 48.7%;
    margin-right: 2%;
}

.col2_left_txt h4 {
    font-size: 22px;
    max-height: 47.5px;
}

.col2_left_txt {
    top: 25%;
}

.col2_left_txt_btn {
    margin-top: 10px;
}

/*.col3_box {
    width: 100%;
    max-width: 170px;
    margin-right: 1.5% !important;
}*/

.col3_box {
    width: 23%;
    max-width: 100%;
    margin-right: 1.5% !important;
}

.col3_box:nth-child(4n) {
    margin-right: 0% !important;
}

.col3_main {
    text-align: center;
}

.col3_box_detail {
    text-align: left;
}

.col4 {
    text-align: center;
}

.col4_left_main {
    text-align: left;
}

/*.col3_box_img {
    max-height: 258px;
    min-height: 258px;
}*/

.col3_box_img {
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 100px;
}

.col3_box_img img {
    max-height: 200px;
}

.col3_box_tag2 {
    margin-top: 10px;
}

.col3_box_tag {
    margin-top: -80px;
}

.post_box4 {
    width: 100%;
    margin-right: 0%;
}

.post_box_hed_side h3 {
    margin-top: 0px;
}

.inside_box4 {
    width: 100%;
    text-align: center;
}

.about_min_info {
    margin-top: 5px;
}

.contact_info_text {
    width: auto;
}

.contact_infomatiom_inside span {
    margin-right: 2%;
}

.main_contact_info {
    width: 100%;
    margin-top: 5px;
}

.contact_infomatiom_inside {
    margin-bottom: 5px;
}

.post_box4:last-child {
    margin-right: 0%;
    width: 100%;
}

.form_footer1 {
    margin-top: 10px;
}

.email_text_inside {
    margin-top: 10px;
}

.form6 form input {
    width: 100%;
}

.form6 {
    width: 65%;
    position: relative;
    margin: 0 auto;
}

.footer_last {
    width: 100%;
    text-align: center;
}

.imedia {
    position: relative;
    right: 0;
    top: 0px;
}

.m_text {
    padding-left: 4px;
    margin-top: 1px;
    text-align: left;
}

.col6 {
    display: none;
}

.col5 {
    display: none;
}

.col3_box_main_img {
    max-height: 300px;
    min-height: 300px;
}

.col3_box_main_img img {
    width: initial;
    position: absolute;
    /* height: 100%; */
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.col3_ .col3_box {
    width: 100% !important;
    max-width: 181px;
    margin-right: 1.5% !important;
}

/* .add_to_cart_main_pic_slide {
    display: block;
    width: 100%;
    height: unset;
    min-height: unset;
    max-height: unset;
    padding-bottom: 0;
} */

.inside_slide123 {
    display: none;
}

.main_top_sec {
    flex-wrap: wrap;
}

.add_to_cart_main_pic_slide {
    display: none;
}

.add_to_cart_main_pic_responsive {
    display: block;
}

.add_product_to_cart {
    width: 100%;
    margin-top: 20px;
    height: initial;
    min-height: initial;
    max-height: max-content;
}

.col1_right_main .col3_box {
    width: 48%;
}

.col1_right_main .col3_box .col3_box_detail_size {
    max-height: 48px !important;
}

.col1_right_main .col3_box .col3_box_tag {
    bottom: 40px !important;
    left: -43%;
}

.main_side_content_inner {
    display: none !important;
}

.align {
    width: 100% !important;
}

.content_2 {
    width: 100% !important;
}

.col1_right_main .col3_main {
    text-align: left;
}

.col1_right_main .col3_box .col3_box_detail {
    width: 66%;
}

.select_country {
    position: inherit;
    left: 0;
    top: 0;
    text-align: center;
}

.currency-main {
    position: inherit;
    top: 0;
    right: 0;
    text-align: center;
}

.foot_col_right {
    margin-top: 10px;
    margin-bottom: 10px;
}

.foot_columns {
    display: none;
}

.foot_line {
    display: none;
}

/*.foot_main_links_area {*/
/*    display: none;*/
/*}*/

.customers {
    display: none;
}

.footer {
    min-height: initial;
}

.i_media {
    text-align: center;
}

.imedia_tag {
    margin-top: 10px;
}

.center_logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tabs_main_side .ui-widget.ui-widget-content {
    width: 100%;
    margin-right: 0%;
}

.full_look {
    width: 100%;
    text-align: center;
}

.full_look .col3_box {
    width: 23%;
    margin-right: 3%;
    text-align: left;
}

.col3_box_main .col3_box_detail {
    bottom: 0px;
}

.scroll_header {
    position: fixed;
    z-index: 99999;
    top: 0px;
}

/* .scroll_header .logo_side { */
/*display: none;*/
/* } */

.scroll_header .select_country {
    display: none !important;
}

.scroll_header .header_top_right_btn2 {
    background: transparent !important;
    max-width: max-content;
}

.scroll_header .header_top_right_btn1 {
    margin-right: 0%;
}

.scroll_header .header_top_right_btn2_txt {
    display: none;
}

.scroll_header .search_side {
    padding: 0px 0px;
}

.scroll_header .header_top_right_btn1 a {
    padding: 5px 0px;
}

.main_mmenu_ {
    position: fixed;
    z-index: 3;
    height: 40px;
    top: 10px;
}

.info_hovering_area {
    top: 201px;
}

.info_hovering_area_ {
    top: 70px;
}

.fixed_menu {
    display: block;
}

.search_side {
    width: 70%;
}

.col1_right_main1 .col3_box {
    max-width: 100%;
    width: 48% !important;
}

.col1_right_main1 .col3_box .col3_box_detail {
    width: 60%;
}

.cat_side_main {
    display: block;
}

.inner_banner_mobile {
    display: none;
}

.col2_mobile {
    width: 100%;
    display: block;
}

.col2_mobile .owl-carousel {
    display: block !important;
}

.inner_banner_mobile img {
    width: 100%;
}

/*--------------------*/

.tabs_nav li a .imgHolder {
    height: 171px;
}

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

.check_out_box2 {
    width: 86%;
}

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

.col7 {
    display: none;
}

/*.header_side {*/
/*    display: none;*/
/*}*/

.index_content {
    padding: 0px 0px;
}

.col3 {
    margin: 10px 0px;
}

.menu_section {
    display: block;
}

/*.cart_side {*/
/*    width: 90%;*/
/*    top: 0px;*/
/*}*/

.col4_heading_side .col4_heading_side_txt,
.col4_heading_side .mobile_category_panel {
    display: block;
}

/*.menu_section {
    text-align: center;
}*/

.pop_info_cart h3 {
    font-size: 30px;
    margin: 0;
    /* text-align: center; */
}

.add_product_to_cart {
    padding: 45px 5px;
}

.tabs_main_side {
    padding: 10px 5px;
}

.col3_main {
    padding: 20px 5px;
}

.checkout_offer_right {
    width: 100%;
    margin-left: 0%;
}

.col7 {
    display: none !important;
}

.tabs_text_side {
    height: 300px;
}

.prduct-readmore {
    display: flex;
}

.storlek_main_side h3 {
    display: none;
}

.klarna-widget,
.social_icon {
    display: none;
}

.extra_products .dropdown_select dd ul {
    max-height: 70px;
}

.dropdown_select dd ul li a {
    font-size: 1.1rem;
    height: fit-content;
}

/*Neww CSS Here 27/03/2023 -- Arish*/
.singleprodFlex {
    max-height: fit-content;
    height: fit-content;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.flexRight {
    width: 100% !important;
}

.flexLeft {
    width: 45%;
}

.btn_sect .fashion_btn_side {
    width: 50% !important;
    margin: 0 auto;
}

.btn_sect {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.standard_tabs .tabsFlex {
    flex-wrap: wrap;
    justify-content: center;
}

.tabsFlex .rightSide {
    width: 100%;
    text-align: center;
}

.choose_size .select_box4 {
    max-width: 100%;
}

.owl-carousel-tabs {
    width: 100%;
}

.mytabs .ui-tabs-panel {
    max-height: fit-content;
}

.special_box {
    text-align: left;
}

.special_box .col3_box_main_txt_main h3,
.special_box .col3_box_main_txt_main_txt {
    font-size: 1.4rem;
}

.special_box h3 .currencysymbol {
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: inherit !important;
    margin-left: 3px;
}

.special_box h4 .currencysymbol {
    text-transform: uppercase;
    font-family: "montserratbold";
    font-size: inherit !important;
    margin-left: 3px;
}

/*New design css here ~Arish 06/12/2023*/
.all_f_links {
    justify-content: center;
    flex-wrap: wrap;
}

.col2_left_img img {
    width: 100%;
}

.banner_flex {
    height: auto;
}

.bestsellerBoxes {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 15px;
    padding-top: 30px;
    height: auto;
}

/* .bestsellerBoxes .special_box:nth-child(n + 3) {
    display: none;
} */

.bestsellerBoxes .special_box .col3_box_main_img {
    max-height: 350px;
    min-height: 350px;
    height: 350px;
}

.web_banners {
    display: none;
}

.top_nav {
    display: none;
}

/*New design css here ~Arsih*/

/*New Tablet Media Query*/
.display_here {
    flex-wrap: wrap;
}

.display_here .display_tab li {
    max-width: 140px;
}

.display_here .display_Add_to_cart_btn .fashion_btn_side.AddToCart_40 {
    width: fit-content !important;
    padding: 0 1rem;
}

.display_here_fixed .display_Add_to_cart_btn {
    width: 50% !important;
}

.check_out_offer_body {
    width: 100%;
}

.youWillLoveThisProduct_text h3 {
    font-size: 17px;
}

.youWillLoveThisProduct_text p {
    font-size: 40px !important;
}

.width_adjust {
    display: flex;
    width: 100%;
}

.storlek_main_side {
    margin-right: 1rem;
    margin-bottom: 0;
}

.inside_cart_inner .fashion_btn_side {
    margin-bottom: 0;
}

.col_payment {
    width: fit-content;
    padding: 2rem 4rem;
}

.add_product_to_cart {
    padding-top: 0;
    margin-top: 0;
}

.productDetails_slider {
    margin-top: 0;
    /* padding-top: 0; */
}