/** Shopify CDN: Minification failed

Line 1372:0 Unexpected "@media"

**/
.header .header_left .header_left_inner span.line-toggle {
    display: none;
}
.header .header_left .header_left_inner #burger {
    position: relative;
}
.header .header_left .header_left_inner #burger:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/2515/7154/files/Menu_Burger_1.svg?v=1690378109);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.header .header_left .header_left_inner #burger.activate:after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/2515/7154/files/X_Close_1.svg?v=1690378107);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0%;
    transform: scale(1.3);
}
.image-with-text .image-with-text__grid .image-with-text__media-item .desktop-image{
  min-height: 40vw;
}
.image-with-text-direction-main .image-with-text__grid .desktop-image.image-with-text__media {
    min-height: 40vw;
}
#order-delivery-form-wrapper .footer_text_mar {
    margin-bottom: 24px;
}
#order-delivery-form-wrapper #datepicker {
    margin-bottom: 48px;
}
.over_hide {
     overflow: hidden;
}
.big_hide {
display: none;
}
.m_0 {
margin: 0;
}
.header {
max-width: 100%;
padding-left: inherit;
padding-right: inherit;
background: #fff;
}
.custum_header .header_left {
padding: 0 24px;
}

.custum_header .header_right {
padding: 0 24px;
}
.custum_header .header_right .header_right_inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 8px 0;
}
.custum_header .header_right .header_right_inner .toggle_btn a {
color: rgb(var(--color-foreground));
}
.custum_header .header_right .header_right_inner .header_box {
width: 50%;
line-height: normal;
}

.custum_header .header_right .header__icon {
width: 5.4em;
justify-content: flex-start;
color: rgb(var(--color-foreground));
height: 4rem;
}
.custum_header .header_right .header-menu header-drawer .header__icon span {
justify-content: flex-end;
}

.custum_header .header_right .header-menu header-drawer .header__icon {
margin-left: auto;
}


.login-drawer .login-drawer_inner a {
color: rgba(var(--color-link), var(--alpha-link));
}
.custum_header .header_right .header_search .modal__content .search-modal__form input:focus {
box-shadow: inherit;
}
.custum_header .header_right .header_search .header__search {
justify-content: flex-end;
width: 100%;
}

.custum_header .header_right .header_search .header__search .header__icon {
width: auto;
}
.custum_header .header_right .header_right_inner .toggle_btn {
text-align: right;
}

.custum_header .header_right .header-menu .menu {
    position: absolute;
    top: -1000%;
    width: 100%;
    height: 100vh;
    left: 0;
    /* opacity: 0; */
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: -1;
}
.custum_header .header_right .header-menu .menu.menu_active {
    left: 0;
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header-wrapper {
z-index: 10;
}
.custum_header .header_right .header__icon .icon-cart {
display: none;
}

.custum_header .header_right .header__icon .cart-count-bubble {
display: none;
}

.custum_header .header_right .header__icon.header__icon--cart span {
width: auto;
position: inherit !important;
overflow: visible;
}
.custum_header .header_right .header-menu .menu > ul {
display: inline-flex;
width: 100%;
padding: 0;
margin: 0;
flex-wrap: wrap;
}

.custum_header .header_right .header-menu .menu > ul > li {
width: 50%;
padding: 24px;
list-style: none;
}

.custum_header .header_right .header-menu .menu > ul > li ul {
    margin: 0;
    padding: 100px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    height: 230px;
}
.custum_header .header_right .header-menu .menu > ul > li {
    width: 50%;
    padding: 24px;
    list-style: none;
    height: calc( ( 100vh / 2 ) - 48px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.header-menu .sub-menu {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.custum_header .header_right .header-menu .menu > ul > li ul li {
    width: 50%;
    padding: 0;
    flex-basis: calc(25% - 10px);
}

.custum_header .header_right .header_right_inner .toggle_btn .icon-close {
width: 1.7rem;
height: 1.7rem;
opacity: 0;
visibility: hidden;
position: absolute;
cursor: pointer;
right:2rem;
}
.custum_header .header_right .header_right_inner .toggle_btn.menu_open a {
opacity: 0;
visibility: hidden;
display: none;
}

.custum_header .header_right .header_right_inner .toggle_btn.menu_open .icon-close {
opacity: 1;
visibility: visible;
position: inherit;
display: inline-block;
vertical-align: middle;
}

.custum_header .header_right .header_search .modal__content {
width: 0;
left: auto;
right: -768px;
height: 100vh;
}

.custum_header .header_right .header_search .modal__content .modal__close-button {
position: absolute;
top: 0;
right: 24px;
justify-content: flex-end;
}

.custum_header .header_right .header_search .modal__content .search-modal__form {
max-width: 100%;
}

.custum_header .header_right .header_search .modal__content .search-modal__content {
padding: 50px 24px 0;
align-items: flex-start;
}

.custum_header .header_right .header_search .modal__content .search-modal__form .field:after {
box-shadow: inherit;
border: none;
border-bottom: 2px solid #ccc;
}

.custum_header .header_right .header_search .modal__content .search-modal__form input {
padding-left: 0;
padding-right: 0;
}

.custum_header .header_right .header_search .modal__content .search-modal__form .field__label {
left: 0;
  display: none;
}
.custum_header .search #predictive-search-results-list{
  margin-top: 15px;
}

.custum_header .header_right .header_search .modal__content .search-modal__form .search__button {
right: 0;
justify-content: flex-end;
}
.custum_header .header_right .header_search .modal__content .search-modal__form .field:focus-visible {
outline: none;
}
.custum_header .header_right .header_search .modal__content .search-modal__form:focus-visible {
outline: none;
}
.custum_header .header_right .header_search .modal__content .search-modal__form .field:before {
box-shadow: none !important;
}
.custum_header .header_right details[open] > .search-modal {
right: 0;
width: 960px;
}
.header_search .predictive-search {
border: none;
}

.header_search .predictive-search .predictive-search__heading {
  margin: 0;
  border: none;
  padding-bottom: 2rem;
  display: none;
}

.header_search .predictive-search .predictive-search__results-list li {
margin-bottom: 24px;
border: none;
}

.header_search .predictive-search .predictive-search__results-list li a {
background: transparent;
padding: 0;
}

.header_search .predictive-search .predictive-search__results-list li a {
grid-template-columns: 14rem 1fr;
}

.header_search .predictive-search .predictive-search__results-list li a img {
width: 100%;
max-width: 100%;
height: auto;
}
.header_search .predictive-search .predictive-search__results-list li:hover button {
background: transparent;
}
.login-drawer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: -100%;
width: auto;
height: 100vh;
z-index: 999;
transition: left 0.4s linear;
opacity: 0;
visibility: hidden;
padding: 24px;
}

.login-drawer .login-drawer_inner {
margin: 0 auto;
max-width: 100%;
padding: 36px 1.5rem;
text-align: center;
width: 100%;

}
.login-drawer.drawer_open {
left: auto;
opacity: 1;
visibility: visible;
}
.login-drawer .login-drawer_inner svg {
width: 2.2rem;
height: 2.2rem;
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.login-drawer .customer.login .form__message {
position: relative;
}

.login-drawer .customer.login .form__message svg {
left: -30px;
top: 0;
}
.header {
padding: 0;
}
.login-drawer .login-drawer_inner .customer a svg {
    display: none;
}
@media screen and (min-width: 990px) {
.custum_header {
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
}
.custum_header .header_right .header-menu header-drawer {
    display: block;
}
}


/* Fotter */
.footer {
display: flex;
flex-wrap: wrap;
}
.footer .footer_left .footer-block .footer-block__details-content {
    color: rgb(var(--color-foreground));
}
.footer .footer_left .footer-block .footer-block__details-content a{
    color: rgb(var(--color-foreground));
}
.footer .footer_left .footer-block__heading {
    font-family: 'suisse_intl_medium' !important;
}
.footer .footer_left .footer-block .footer-block__details-content a:hover {
    color: rgba(var(--color-link),var(--alpha-link));
}
.footer .footer_left .footer-block .footer__list-social li a:hover {
    color: rgba(var(--color-link),var(--alpha-link));   
}
.footer .footer_right .footer-block__details-content li ul li a.menu-drawer__menu-item--active {
text-decoration: underline;
background: transparent;
}
.footer .footer_left {
width: 50%;
}

.footer .footer_right {
width: 50%;
}
.footer .footer_left .footer-block {
max-width: 100% !important;
text-align: left !important;
display: flex;
flex-wrap: wrap;
}

.footer .footer_left .footer-block .footer__list-social {
justify-content: flex-start;
flex-direction: column;
width: 50%;
margin-bottom: 1.8rem !important;
}
.footer .footer_left .footer-block .footer__list-social li a svg {
    width: 3rem;
    height: 3rem;
}
.footer .footer_left .footer-block .footer-block__heading {
width: 100%;
margin-bottom: 48px;
}

.footer .footer_left .footer-block .footer-block__details-content {
width: 50%;
}
.footer .footer_left .footer-block.no_social .footer-block__details-content {
    width: 100%;
}
.footer .footer_left .footer-block--newsletter {
justify-content: flex-start;
margin-bottom: 3rem;
}

.footer .footer_left .footer-block--newsletter .footer-block__newsletter {
text-align: left;
}

.footer .footer_left .footer-block--newsletter .newsletter-form {
justify-content: flex-start;
max-width: 100%;
}

.footer .footer_left .footer-block--newsletter .newsletter-form .newsletter-form__field-wrapper {
max-width: 100%;
}
.footer .footer_left .footer__payment .list-payment {
justify-content: flex-start;
}
.footer .footer_left .footer-block .footer__list-social li a {
padding: 5px;
}
.footer .footer_right .footer__copyright {
text-align: left;
font-size: 2.4rem !important;
}
.footer .footer_right .footer__copyright .copyright__content {
    font-size: 2.4rem;
    color: rgba(var(--color-foreground));
}
.footer .footer_right .footer-block__details-content li {
margin: 0;
}
.footer .footer__copyright {
    line-height: 1.3;
}
.footer .footer_right .footer-block__details-content li ul li a {
position: relative;
transition: all 0.3s linear;
padding: 4px 3.2rem;
text-transform: lowercase;
}
.footer .footer_right .footer-block__details-content>li span, .footer .footer_right .footer-block__details-content>li a {
    text-transform: capitalize;
}
footer .footer__content-top .footer__blocks-wrapper {
    justify-content: space-between;
}
.footer .footer_right .footer-block__details-content li ul li a svg {
left: 0;
width: 2rem;
}

.footer .footer_right .footer-block__details-content li ul li a:hover, .footer .footer_right .footer-block__details-content li ul li a:focus {
background: transparent;
transform: translateX(10px);
}
.footer .footer_right .footer-block__details-content > li {
padding-bottom: 24px;
}

footer .footer__content-top {
padding-bottom: 0;
}
.footer .footer_right .footer__copyright .footer-Copyright a {
color: rgba(var(--color-foreground));

/* transition: all 0.3s linear; */
}

.footer .footer_right .footer__copyright .footer-Copyright a:hover {
/* letter-spacing: 0.1rem; */
}
.footer .footer_left .footer__payment {
margin-top: 5rem;
}

/* collection filter template */

.y-tow {
padding: 70px 0;
}
.filter_template .collection-hero__title {
text-align: center;
margin: 3rem 0;
}

.filter_template .collection_filter .filter-list {
display: flex;
justify-content: center;
margin: 0;
list-style: none;
padding: 0;
}

.filter_template .collection_filter .filter-list li {
padding: 5px;
text-align: center;
width: 40.7rem;
}

.filter_template .collection_filter .filter-list li a {
text-transform: uppercase;
position: relative;
text-decoration: none;
background: transparent;
transition: all 0.2s linear;
}

.filter_template .collection_filter .filter-list li a:hover {
letter-spacing: 0.56rem;
}
.filter_template .collection_filter .filter-list li a.current:after {
content: "";
width: 100%;
height: 2px;
background-color: #000;
position: absolute;
bottom: -7px;
left: 0;
}
.filter_template .collection_filter .filter-list li a:hover:after {
content: "";
width: 100%;
height: 2px;
background-color: #000;
position: absolute;
bottom: -7px;
left: 0;
}
.filter_template .collection.page-width {
padding: 0;
max-width: 100%;
}
/*  blog */
.main-blog .load_more_btn {
line-height: normal;
margin: 2rem 0;
}
.main-blog .load_more_btn .load_more {
cursor: pointer;
border-bottom: 4px solid black;
transition: all 0.3s linear;
}

.main-blog .load_more_btn .load_more:hover {
letter-spacing: 0.2rem;
}

/* article */

.article-template_new.article_half {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
column-gap: 10px;
}
.article-template_new.article_full {
display: block;
gap: 0;
}
.article-template_new.article_half .article_left {
width: 75%;
}
.article-template_new.article_full .article_left {
width: 100%;
}
.article-template_new.article_half .article_right {
width: 20%;
margin-top: 10rem;
}
.article-template_new.article_full .article_right {
width: 100%;
margin-top: 5rem;
}
.article-template_new.article_half .article_right .recent_posts_new a {
display: block;
}
.article-template_new.article_half .article_right .recent_posts_new img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.article-template_new.article_half .article_right .recent_posts_new a img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
.article-template_new .article_right .recent_posts_new .recent_posts_title {
margin: 2rem 0;
}

.article-template_new .article_right .recent_post_main_ul {
margin: 0;
padding: 0;
list-style: none;
}

.article-template_new .article_right .recent_post_main_ul li a {
text-decoration: none;
}

.article-template_new .article_right .recent_post_main_ul li {
border-bottom: 2px solid;
padding: 1rem 0;
}
.article-template_new .article-template__back {
width: 100%;
}
.article-template_new .article_right.sticky {
position: fixed;
right: 2.4rem;
top: 0;
margin: 0;
}
.article-template_new .article_right .article_categories {
margin-top: 2rem;
}
/* media */

@media(max-width:1900px) {
.custum_header .header_right details[open] > .search-modal {
    width: 840px;
}
.custum_header .header_right .header-menu .menu>ul>li ul {
    padding: 50px 0 0;
}
.custum_header .header_right .header_search .modal__content {
    right: -840px;
}
.login-drawer {
    width: auto;
}
.y-tow {
    padding: 40px 0;
}
.header_search .predictive-search .predictive-search__results-list li {
    margin-bottom: 1.5rem;
}
.footer .footer_left .footer-block {
    width: 100%;
}
}

@media(max-width:1679px) {
.article-template_new.article_half {
    column-gap: 5px;
}

.article-template_new.article_half .article_left {
    width: 75%;
}

.article-template_new.article_half .article_right {
    width: 22%;
}
}

@media(max-width:1599px) {
.y-tow {
    padding: 35px 0;
}
.custum_header .header_right .header-menu .menu>ul>li> a {
    font-size: 40px;
}

.custum_header .header_right .header-menu .menu>ul>li ul li a {
/*     font-size: 23px; */
    word-break: break-word;
}

.custum_header .header_right .header-menu .menu>ul>li ul {
    padding: 40px 0 0;
}
.filter_template .collection_filter .filter-list li {
    width: 32.5rem;
}
.filter_template .collection-hero__title {

    margin: 2rem 0;
}
.article-template_new .article_right .recent_posts_new .recent_posts_title {
    margin: 1rem 0;
}

.article-template_new.article_half .article_right .recent_posts_new a {
    line-height: 3.6rem;
}

.article-template_new .article_right .recent_post_main_ul li {
    padding: 0.5rem 0;
}
}

@media(max-width:1439px) {
.y-tow {
    padding: 30px 0;
}
.custum_header .header_right .header-menu .menu>ul>li>a {
    font-size: 40px;
}

/* .custum_header .header_right .header-menu .menu>ul>li ul li a {
    font-size: 22px;
} */
}

@media(max-width:1365px) {
.custum_header .header_right .header-menu .menu>ul>li>span, .custum_header .header_right .header-menu .menu>ul>li>a {
    font-size: 30px;
}
.custum_header .header_right .header-menu .menu>ul>li ul {
    padding: 35px 0 0;
}
.custum_header .header_right .header-menu .menu>ul>li ul li a {
    max-width: 220px;
    display: block;
    font-size: 21px;
}
}

@media(max-width:1279px) {
.header .header_left .header_left_inner .header__heading-link span {
/*     font-size: 50px; */
}
.footer .footer_left .footer-block .footer-block__details-content p {
    font-size: 18px;
}
.custum_header .header_right .header_search .modal__content .search-modal__content {
    padding: 35px 24px;
}
.y-tow {
    padding: 20px 0;
}

.filter_template .collection_filter .filter-list li {
    width: 25rem;
}

.filter_template .collection_filter .filter-list li a {
    font-size: 2rem;
}
}

@media(max-width:1023px) {}

@media(max-width:991px) {

.header {
    grid-template-columns: 1fr 1fr;
}
.header .header_left .header_left_inner .header__heading-link span {
/*     font-size: 3rem; */
}
.custum_header .header_right .header-menu .menu>ul>li ul {
    padding: 100px 0 0;
    width: 100%;
}
.header_search .predictive-search .predictive-search__results-list li a {
    grid-template-columns: 10rem 1fr;
}
.header .header_left .header__heading {
    text-align: left;
}
.custum_header .header_right .header__icon {
    height: 2.8rem;
    width: auto;
}
.custum_header .header_right .header_right_inner .header_box .header_search .header__search {
    display: inline-flex;
    line-height: inherit;
}
.login-drawer.drawer_open {
    padding: 16px;
}
.custum_header .header_right .header-menu .menu > ul > li {
    padding: 16px;
    height: calc( ( 100vh / 2 ) - 36px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.header-menu .sub-menu {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.custum_header .header_right .header-menu .menu>ul>li>span{
  width: 100%;
}
.custum_header .header_right .header-menu .menu > ul > li ul li a {
    display: block;
    padding: 5px;
    overflow-wrap: break-word;
}
.footer .footer_right .footer__copyright {
    font-size: 1.7rem !important;
}
.footer .footer_right .footer-block__details-content > li {
    padding-bottom: 16px;
}
.footer .footer_right .footer__copyright .copyright__content {
    font-size: 1.7rem;
}
.footer .footer_right .footer-block__details-content > li:last-child {
    padding-bottom: 0;
}
.filter_template .collection_filter .filter-list li a {
    font-size: 1.4rem;
}

.filter_template .collection_filter .filter-list li a:hover {
    letter-spacing: 0.28rem;
}
.article-template_new.article_half .article_left {
    width: 100%;
}

.article-template_new.article_half .article_right {
    width: 100%;
}

.article-template_new.article_half {
    column-gap: 0;
}

.article-template_new .article_right.sticky {
    position: inherit;
    top: 0 !important;
}

.article-template_new .article_right .recent_post_main_ul h4 {
    margin: 1rem 0;
}

.article-template_new .article_right .recent_post_main_ul {
    margin-bottom: 2rem;
}
}

@media(max-width:767px) {
.M_show {
    display: block;
}
.M_hide {
    display: none !important;
}
.header {
    display: block;
}
.remove_position {
    position: inherit;
}

.mobile_outer.menu_open.remove_top {
    top: 0;
    overflow-y: hidden !important;
}
.custum_header .header_right .header_right_inner .header_box {
    width: 100%;
}
.custum_header .header_right .header_right_inner .toggle_btn {
    text-align: left;
}
.header .mobile_outer .mobile_menu > ul > li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .mobile_outer .mobile_menu > ul > li:first-child{
  padding-top: 10px;
}

.custum_header .header_right .header_search .header__search .predictive-search {
    position: inherit;
}
.custum_header .header_right .header_right_inner .header_box .header_search .header__search {
    justify-content: flex-start;
}
.custum_header .header_right .header_right_inner .header_box .header_login .small-hide {
    display: flex !important;
    height: 3.3rem;
}
.custum_header .header_right .mobile_last {
    order: 1;
}
.custum_header .header_right .header_right_inner .toggle_btn {
    display: none;
}
.header .header_left .header_left_inner .header__heading span {
/*     font-size: 2.7rem; */
}

.header .header_left .header_left_inner .header__heading {
    padding: 1px 0;
}
.custum_header .header_right .header-menu .menu {
    position: inherit;
    opacity: 1;
    visibility: visible;
}
.custum_header .header_right .link span {
    font-size: 26px !important;
    line-height: 34px;
}
.custum_header .header_right .header_right_inner {
    padding: 10px 0;
}
/* mobile design */
.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-toggle {
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: #000;
    transition: all 0.6s;
}

.line-toggle:first-child {
    transform: translateY(-10px) translateX(0px);
    width: 30px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0px);
    width: 30px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
    background: #000;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 2px;
    transition-delay: 0.1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
    background: #000;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 2px;
    transition-delay: 0.1s;
}
.header .mobile_outer .mobile_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header_left .header_left_inner .h2 {
    font-size: 2.7rem;
}
.header .mobile_outer .mobile_menu > ul > li span {
    font-size: 31px;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    line-height: 39px;
    text-decoration: none;
}
.header .mobile_outer .mobile_menu > ul > li span span {
    margin: 0;
    display: inline-block;
    user-select: none;
    pointer-events: none;
    transition: all 0.5s linear;
}
.header .mobile_outer .mobile_menu > ul > li span span svg {
    width: 2.1rem;
    height: 2.1rem;
}
.header .mobile_outer.menu_open .mobile_menu > ul > li.active .menu_span span {
    transform: rotate(180deg);
}
.header .mobile_outer {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-600px);
    z-index: -1;
    /* opacity: 0; */
    visibility: hidden;
    transition: all 0.5s linear;
}
.field__input:focus {
    box-shadow: inherit !important;
}
.header .mobile_outer.menu_open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow-y: hidden;
}
.header .header_left .header_left_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header .header_left .header__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header .header_left #burger {
    display: flex;
    cursor: pointer;
    line-height: normal;
}

.header .header_left #burger svg {
    width: 2rem;
    height: 2rem;
}
.header .mobile_outer .mobile_menu > ul > li .sub_menu_inner li {
    display: block;
/*     margin-bottom: 20px; */
}
.header .mobile_outer .mobile_menu > ul > li .sub-menu.sub_open {
    opacity: 1;
    visibility: visible;
    position: inherit;
}
.header .mobile_outer .mobile_menu > ul > li .sub_menu_inner li:last-child {
    margin-bottom: 0;
}

.header .mobile_outer .mobile_menu > ul > li .sub_menu_inner li a {
    font-size: 26px;
    line-height: 34px;
}

.header .mobile_outer .mobile_menu > ul > li > a {
    font-size: 2.7rem;
    margin-bottom: 75px;
    display: inline-block;
}
.header .mobile_outer .mobile_menu > ul > li .sub_menu_inner li {
    display: block;
/*     margin-bottom: 20px; */
}

.header .mobile_outer .mobile_menu > ul > li .sub_menu_inner li:last-child {
    margin-bottom: 0;
}

.header .mobile_outer .mobile_menu > ul > li > a {
    font-size: 2.7rem;
    margin-bottom: 75px;
    display: inline-block;
}

.header .mobile_outer .mobile_menu > ul > li .sub-menu {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}
.header .mobile_outer .mobile_menu > ul > li {
    position: relative;
}

.custum_header .header_right .header-menu .menu > ul > li {
    padding: 15px;
    width: 100%;
    position: relative;
}

.custum_header .header_right .header-menu .menu > ul > li ul li {
    width: 100%;
    padding-bottom: 20px;
}

.custum_header .header_right .header-menu .menu > ul > li ul li:last-child {
    padding-bottom: 0;
}
.custum_header .header_right .header_right_inner .menu {
    display: none;
}
.footer .footer_left,
.footer .footer_right {
    width: 100%;
}
localization-form {
    display: block;
    width: 100%;
    max-width: 100%;
}

.footer__localization h2 {
    margin: 1rem 0 !important;
}

.footer__localization {
    width: 100% !important;
    padding: 0 !important;
    z-index: 9999 ;
}
.footer__localization #FooterCountryForm {
    max-width: 100%;
    width: 100%;
}
.localization-selector+.disclosure__list-wrapper {
    width: 100%;
 
}



.disclosure__list-wrapper #FooterCountryList li a {

    cursor: pointer;
}

.disclosure__list-wrapper {
    z-index: 99999;
}


.localization-form:only-child .localization-form__select {
    margin: 1rem 0 !important;
}


.disclosure__list-wrapper #FooterCountryList {
    min-width: 100%;
    max-width: 100%;
}
.footer .footer_left .footer__content-top {
    padding: 0;
    margin-bottom: 0px;
}

.footer .footer_left .footer-block .footer-block__heading {
    margin-bottom: 1.1rem;
    font-size: calc(var(--font-heading-scale) * 1.5rem);
}

.footer .footer_left .footer-block .footer-block__details-content {
    margin-bottom: 1rem;
}

.footer .footer_left .footer-block--newsletter {
    margin: 1rem 0;
}

.footer .footer_left .footer__payment {
    margin: 2rem 0;
}

.footer .footer_right .footer__content-top {
    padding: 0;
     margin-bottom: 0px;
}

.footer .footer_right .footer-block__details-content > li {
    padding-bottom: 0;
    width: 50%;
}

.footer .footer_right .footer__content-top ul {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer_right .footer-block__details-content li ul li a {
    font-size: 15px;
    padding: 1rem 2.4rem;
    word-break: break-all;
}
.footer .footer_right .footer__content-top ul li ul li {width: 100%;}
.fotter_mobile .footer__copyright .copyright__content {
    font-size: 1.5rem!important;
}
.footer .footer_right .footer__copyright {
    font-size: 1.5rem !important;
}
.fotter_mobile .footer-block--newsletter {
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 3rem;
    margin-top: 0rem;
}

.fotter_mobile .footer-block--newsletter .newsletter-form__field-wrapper {
    max-width: 100% !important;
}

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

.fotter_mobile .footer-block--newsletter .footer-block__heading {
    text-align: left;
}

.fotter_mobile .footer__payment {
    margin: 2rem 0;
}

.fotter_mobile .footer__payment .list-payment {
    justify-content: flex-start;
}

.fotter_mobile .footer__copyright {
    font-size: 1.5rem !important;
    text-align: left;
    margin: 2rem 0;
}

.fotter_mobile .footer__payment .list-payment li:first-child {
    padding-left: 0;
}
/* Collection filter */
.collection_filter .respo-filter-first {
    flex-direction: column;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.collection_filter .respo-filter-first a {
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.collection_filter .respo-filter-first a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.filter_template .collection_filter .filter-list {
    display: none;
    text-align: center;
}

.filter_template .collection_filter .filter-list li {
    width: 100%;
}



.collection_filter .active_c {
    display: block;
    text-align: center;
    padding: 18px 0 0;
}

.collection_filter .active_c span {
    text-transform: uppercase;
    position: relative;

    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

.collection_filter .active_c span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.filter_template .collection-hero__title {
    margin-bottom: 1rem;
}

.y-tow {
    padding-top: 1rem;
}

.collection_filter .active_c span:hover {
    letter-spacing: 0.24rem;
}
.filter_template .collection_filter .filter-list.show_filter {
    display: block;
}

.collection_filter .active_c.hide_active {
    display: none;
}
.article-template_new.article_half .article_left, .article-template_new.article_half .article_right {
    margin-top: 1rem;
}
}

@media(max-width:424px) {}

@media(max-width:374px) {}



Use this CSS for the iPhone
@media (max-widht:767px) {
@media not all and (min-resolution:.001dpcm){
@supports (-webkit-appearance:none) and (stroke-color:transparent) { 
body.overflow-hidden {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  width:100%;
  height:100%;
}
}
}
}
