/* overlay */
.cc_overlay{
    touch-action: manipulation;
    outline: 0;
    display: none;
    background: #616c7deb;
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .14s,backdrop-filter .14s;
}

.form-search .form.minisearch .input-text ~ .search-autocomplete {
    display: none !important;
}

/* product page notify me button css changes */
.catalog-product-view .product-info-main a.action.alert.btn.a-button{
    position: static;
    margin-top: 25px;
    margin-right: 25px;
    float: left;
}
.catalog-product-view .product-detail-infomation-content .notify-wishlist{
    position: static;
    display: inline-block;
    margin-top: 25px;
}
.catalog-product-view .product-sub-infomation .product-info-stock-sku .stock.unavailable{
    margin-top: 0;
}
.price-box:has(.old-price:not([style*="display: none"])) .normal-price .price-wrapper > .price{
    color: red !important;
}

.price-box .old-price{
    display: inline;
    vertical-align: top;
}

.price-box .old-price.same:not([style]){
    display: none;
}

.price-box .price-label{
    display: none !important;
}

/* category product listing page changes */
@media only screen and (max-width: 767px){
    .catalog-category-view #amasty-shopby-product-list{
        display: flex;
        flex-direction: column;
    }
    .catalog-category-view #amasty-shopby-product-list > .category-product-actions{
        margin-top: 30px;
    }
    .catalog-category-view div#product-wrapper.products-grid .products{
        margin-top: 0 !important;
    }
    /* smartbanner issue */
    div#smartbanner.shown{
        z-index: 1;
    }
    div#smartbanner:not(.shown){
        display: none;
    }
}
/* opc progress bar color changed */
.opc-progress-bar .opc-progress-bar-item._active::before{
    background: #FFBF00;
}
.opc-progress-bar .opc-progress-bar-item._active > span::after{
    color: #FFBF00;
}
.opc-progress-bar .opc-progress-bar-item._active > span{
    color: #FFBF00;
}
.opc-progress-bar .opc-progress-bar-item._active > span::before{
    background: #FFBF00;
}
/* checkout shipping form changes */
@media(min-width:768px){
    .checkout-index-index:not(._has-modal) #shipping-new-address-form{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    /* .checkout-index-index #shipping-new-address-form > :not(.field[name^="shippingAddress.custom_attributes"]){
        grid-column: 1/3;
    } */
    .checkout-index-index #shipping-new-address-form >.field[name="shippingAddress.custom_attributes.notes"],
    .checkout-index-index #shipping-new-address-form >.field[name="shippingAddress.address_type_data"]{
        grid-column: 1/3;
    }
    /* .checkout-index-index #shipping-new-address-form > .field.street{
        grid-column: 2/3;
        grid-row: 7/8;
    } */
    .checkout-index-index #shipping-new-address-form > .field[name='shippingAddress.firstname'],
    .checkout-index-index #shipping-new-address-form > .field[name='shippingAddress.telephone']{
        grid-column: 1/2;
    }
    .checkout-index-index #shipping-new-address-form > .field[name='shippingAddress.lastname']{
        grid-column: 2/3;
    }
    /* .checkout-index-index #shipping-new-address-form:not(.block-field-show) > .field.street{
        grid-column: 1/3;
    } */
    .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field[name='shippingAddress.firstname'],
    .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field[name='shippingAddress.lastname']{
        position: relative;
        margin-top: 60px;
    }
    .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field[name='shippingAddress.firstname']::before{
        content: "How can we Contact you?";
        position: absolute;
        bottom: 85px;
        font-size: 24px;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        width: calc(100vw - 41vw);
    }
    /* .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field:not(.choice):not([name='shippingAddress.address_type_data']):not([name='shippingAddress.country_id']):not([name='shippingAddress.region_id']):not([name="shippingAddress.custom_attributes.notes"]) > .label{
        display: none;
    } */
    .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field:not(.choice){
        margin-bottom: 20px;
    }
}
.checkout-index-index:not(._has-modal) #shipping-new-address-form > .field:not(.choice) input,
.checkout-index-index:not(._has-modal) #shipping-new-address-form > .field select,
.checkout-index-index:not(._has-modal) #shipping-new-address-form > .field textarea{
    border-radius: 8px;
}
.checkout-index-index:not(._has-modal) #shipping-new-address-form ::placeholder{
    font-size: 14px;
    color: #000;
}
/* product page notice message color change */
.catalog-product-view .page.messages .message-notice.notice.message > div {
    color: red !important;
    text-align: center;
}
.catalog-product-view .product-info-main .swatch-option.selected{
    box-shadow: 0 0 0 3px #000;
}
.catalog-product-view .product-info-main .swatch-attribute.size .swatch-option{
    border-color: #000;
}
/* homepage choose us block */
.home-choose-us-block{
    margin: auto;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    background-color: rgb(242, 242, 242);
}
.home-choose-us-block > h2{
    text-transform: uppercase;
}
.home-choose-us-block .para-content{
    max-width: 80%;
    margin: 0 auto 10px auto;
}

.home-choose-us-block .para-content a{
    color: #737680;

    &:hover{
        color: #000;
    }
}

.home-choose-us-block > .learn-more {
    color: #737680;
    font-weight: 700;
    margin: 10px;
    padding: 5px 40px;
    border: 1px solid black;
    display: inline-block;
    text-transform: uppercase;
}

.home-choose-us-block > .learn-more:hover{
    color: #000000;
}


/* home mobile view home-choose-us whitespace issue */
.cms-index-index .featured-brands.mgs-brand.margin-bottom50.mobile{
    margin-bottom: 0;
}
.cms-index-index .read-more.container{
    padding: 0;
}
.cms-index-index  .mgz-element-text p:empty:first-child{
    margin-bottom: 0;
}
/* bottom description changes */
.catalog-category-view .page-bottom.active > .text-wrapper > div{
    display: inline !important;
    color: #4e4e4e;
}
.catalog-category-view .page-bottom:not(.active) > .text-wrapper > .full-text{
    display: none !important;
}

/* need help section of product page */
.Help.help-section {
    padding-top: 10px;
    /* padding-bottom: 100px; */
    display: flex;
    align-items: center;
}
.Help.help-section .Help-text {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px
}
.Help.help-section .Tooltip {
    position: relative;
    margin-right: 15px
}
.Help.help-section .Tooltip-trigger {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.header2-header-content .Help.help-section .Tooltip-trigger > span {
    text-decoration: underline;
}
.Help.help-section .Tooltip-trigger > span {
    color: #000;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
}
.Help.help-section .Tooltip .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
}
.Help.help-section .Tooltip-content {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #000;
    font-size: 12px;
    padding: 10px;
    transform: translate(calc(-50% + 10px));
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
}
.Help.help-section .Tooltip-content a {
    font-weight: 700;
    text-decoration: underline;
}
.help-section #Phone-tooltip-content,
.help-section #WhatsApp-tooltip-content {
    display: none;
}
.help-section #Phone-tooltip:hover #Phone-tooltip-content,
.help-section #WhatsApp-tooltip:hover #WhatsApp-tooltip-content {
    display: flex;
    flex-direction: column;
}
.help-section #WhatsApp-tooltip-content>p {
    margin-bottom: 0;
}
.help-section .Tooltip-content::after,
.help-section .Tooltip-content::before {
    content: "";
    border: solid;
    margin-left: -8px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
}
.help-section .Tooltip-content::after {
    border-color: transparent transparent #fff transparent;
    border-width: 6px;
    left: calc(50% + 2px);
}
.help-section .Tooltip-content::before {
    border-color: transparent transparent #9b9b9b transparent;
    border-width: 8px;
}
@media(max-width:767px){
    .help-section #Phone-tooltip:hover #Phone-tooltip-content,
    .help-section #WhatsApp-tooltip:hover #WhatsApp-tooltip-content {
        min-width: 200px;
        white-space: unset;
    }
}
/* share on option issue */
.catalog-product-view .mp_social_share_inline_under_cart{
    position: static !important;
    float: unset !important;
    padding-left: 0;
    padding-right: 0;
}
.catalog-product-view .product-info-main .product-sub-infomation .product-info-stock-sku:has(.stock.available){
    /* display: none; */
}
.CartEasyReturns{
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}
.CartEasyReturns img {
    width:30px;
}
.CartEasyReturns a{
    text-decoration: underline;
}
/* product usps section */
.product_usps_wrapper {
    margin: 24px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F8F8FA;
    border-radius: 8px;
    max-width: max-content;
}
.product_usps_wrapper .block-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 9px 15px;
    gap: 5px;
}
.product_usps_wrapper .block-content:not(:last-child){
    border-right: 1px solid #ccc;
}
/* .product_usps_wrapper .block-content .title{
    font-size: 12px;
    color: #6A6D75;
} */

/* product brand */
.product-brand > .brand-name a{
    color: #000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0em;
}

.cms-index-index .mgz-element .title{
    font-weight: 600;
}
/* hide single swatches from the listing page */
#amasty-shopby-product-list .product-items .swatch-attribute-options:not(:has(> .swatch-option + .swatch-option)) {
    display: none;
}
/* mobile view  header menu changes */
@media (max-width: 1199px){
    .nav-before-open #callbell-iframe {
        display: none;
    }
    .header:not(.header6):not(.header7) .nav-main-menu a .icon-next{
        display: none !important;
    }
    /* .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu{
        padding: 0;
        width: 100%;
        text-align: right;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a{
        position: static;
        padding: 0 !important;
        width: 100%;
        display: inline-block !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a{
        display: inline-block;
        position: relative;
        z-index: 3;
    } */
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu{
        padding: 0;
        width: 100% !important;
        top: 5px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a{
        position: static;
        display: inline-block;
        width: 100%;
        text-align: right;
        padding: 0 15px !important;
        flex-direction: row-reverse;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a span.fa.fa-plus{
        display: inline-block;
        font-size: 18px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a .fa::before{
        content: "\f107";
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a.active .fa::before{
        content: "\f106";
    }
}
/* home banner width */
.home-banner .mgz-element-content_slider .mgz-carousel img {
    min-width: 100%;
}

/* mobile view close icon added */
.mobile#close-filter {
    position: fixed;
    left: 320px;
    top: 0;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}
.mobile#close-filter {
    display: none;
}
@media (max-width: 991px){
    .filter-open .mobile#close-filter{
        display: block;
        z-index: 999999;
    }
}
/* category page bottom description */
.readmore-btn {
    display: block;
    color: #ffffff;
    padding: 8px;
    margin-top: 25px;
    min-width: 130px;
    max-width: 130px;
    border: 2px solid #000000;
    border-radius:8px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #000000;
}

body.wide.catalog-category-view .page-bottom .mgz-element-column > .mgz-element-inner {
    padding: 0;
}
@media (min-width: 1200px) {
    body.wide.catalog-category-view .page-bottom{
        padding: 0 15px;
    }
    body.wide.catalog-category-view .page-bottom .magezon-builder .mgz-container {
        width: 100%;
    }
}
/* header design changes */
.header .nav.nav-main-menu > li.sale > a > span{
    color: red;
}
.header-15 .top-content{
    display: flex;
    justify-content: space-around;
}
.header-15 .middle-content{
    display: flex;
    align-items: center;
}
.header .top-custom-link li.payment a:focus,
.header .top-custom-link li.payment a:active,
.header-15 .top-content #switcher-language .switcher-toggle > a:focus,
.header-15 .top-content #switcher-language .switcher-toggle > a:active{
    color: #fff;
}
.header-15 .top-custom-link .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 5px;
} 
.header-15 .top-custom-link .icon.payment{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/payment.svg);
}
.header-15 .top-custom-link span.payment + span{
    padding: 1px 0 0 4px
}
.header-15 .top-content span.divider-line {
    border-right: 2px solid #fff;
    padding: 5px 0px;
}
.header-15 .top-custom-link ul{
    display: flex;
    align-items: center;
}
.header-15 .top-custom-link ul > li{
    padding-bottom: 10px !important;
}
.header-15 .top-custom-link ul > li.shiptext{
    display: flex;
    align-items: center;
}
.header-15 .top-custom-link ul > li.shiptext > img{
    display: none;
}
.header-15 .top-custom-link ul > li:empty{
    display: none;
}
.header-15 .logo-header {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.header-15 .logo-header a{
    max-width: 200px;
    display: inline-block;
}
.header-15 .top-content{
    background-color: #000;
    color: #fff;
}
.header-15 .top-content a{
    color: #fff;
}
.header-15 .top-content a:hover{
    color: #fff !important;
}
.header-15 .top-content .dropdown-switcher .switcher-toggle{
    color: #fff;
}
.header-15 .top-content #switcher-language .switcher-toggle::before{
    content: "";
    position: absolute;
    top: 10px;
    border: 1px solid #fff;
    height: 25px;
    margin-left: -14px;
}
.header-15 .top-content #switcher-currency{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
/* header search */
html:not(.search-open) .header-15 .search-form > .actions-search .action-search .pe-7s-search::before{
    font-size: 28px;
}
.header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
    height: 40px;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
}
/* .search-open .header-15 .search-form .form-search .form.minisearch .button{
    opacity: 1;
    visibility: visible;
    display: block;
    right: unset;
    left: 0;
} */
html:not(.search-open) .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .reset{
    display: none;
}
.search-open .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .reset{
    position: absolute;
    top: 0;
    left: unset;
    right: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 50px;
    background: none;
    border: initial;
}
/* .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text::placeholder{
    color: #000;
    font-size: 14px;
    font-weight: 800;
} */
.header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text::placeholder{
    font-weight: 400;
    color: #737680;
}
.search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
    padding-left: 45px;
    border-bottom: 2px solid #000;
}
html:not(.search-open) .header-15 .search-form .form-search .form.minisearch .pe-7s-search::before{
    font-size: 28px;
}
html:not(.search-open) body:not(.minicart-active) .header.active-sticky .middle-header-content.header-15{
    display: none;
}
.search-open .header-15 .search-form .form-search .form.minisearch .button .pe-7s-search::before{
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search.png);
    background-size: contain;
    display: inline-block;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper{
    overflow-y: auto;
    max-height: calc(100vh - 220px);
}
@media (min-width: 1200px) {
    /* .header.header1:not(.active-sticky) > .middle-header-content.header-15{
        display: flex;
        align-items: center;
    } */
    .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text::placeholder{
        font-size: 12px;
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text::placeholder{
        font-size: 20px;
        font-weight: 500;
    }
    .search-open .header-15 .search-form .form-search .form.minisearch .button{
        opacity: 1;
        visibility: visible;
        display: block;
        right: unset;
        left: 0;
    }
    html:not(.search-open) .header-15 .search-form > .actions-search .action-search .pe-7s-search::before{
        content: "";
        width: 28px;
        height: 28px;
        background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search.png);
        background-size: contain;
        display: inline-block;
    }
    .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0 10px;
        border-bottom: 2px solid #000;
    }
    .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search{
        /* remove transition */
        transition: none;
    }
    html:not(.search-open) .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search{
        position: static;
        background: none;
        opacity: 1;
        visibility: visible;
        max-width: 240px;
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full{
        flex-direction: row;
        border-bottom: 0;
    }
    .search-open .header-15 .search-form > .actions-search .action-search .pe-7s-search::before{
        content: "\e680";
        display: inline-block;
        font-size: 45px;
        position: relative;
        top: 8px;
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search{
        max-width: 85vw;
        top: calc(100% + 55px);
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch{
        max-width: 40%;
        margin: 0 auto;
        top: 100%;
        left: 50px;
    }
    /* .search-open .header-15 .search-form .form-search .form.minisearch .button .pe-7s-search::before{
        content: "";
        width: 28px;
        height: 28px;
        background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search.png);
        background-size: contain;
        display: inline-block;
    } */
    .header-15 .search-form.not-full #mgs-instant-autocomplete-wrapper > div{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 50px;
        max-width: 1300px;
        margin: 0 auto;
    }
    .header-15 .search-form.not-full #mgs-instant-autocomplete-wrapper > div > div{
        position: relative;
        padding-bottom: 40px;
        height: max-content;
    }
    .header-15 .search-form.not-full #mgs-instant-autocomplete-wrapper{
        padding-top: 20px;
        width: 100vw;
        max-height: 45vh;
        position: fixed;
        left: 0;
    }
    html:not(.search-open) .header-15 .search-form.not-full #mgs-instant-autocomplete-wrapper{
        display: none;
    }
    .search-open .header .header-15 + .bottom-header-content{
        display: none;
    }
    .search-open .header > .sub-categories{
        display: none;
    }
    .search-open .header.header1{
        border-bottom: 0;
    }
    .search-open #placeholder-header{
        /* height: 45vh !important; */
    }
    .search-open #placeholder-header + .header.header1{
        height: calc(50vh + 70px);
    }
    #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title{
        font-size: 14px;
        background-color: #fff;
        margin-bottom: 15px;
    }
    #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title > span{
        color: #737680;
        font-weight: 800;
        text-transform: capitalize;
    }
    .header-15 #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all{
        color: #000;
        font-weight: 800;
        position: absolute;
        bottom: 0;
        left: 0;
        white-space: nowrap;
    }
    #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item{
        border-bottom: none;
    }
    #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .categories .category-item a{
        color: #000;
        font-size: 14px;
        font-weight: 800;
    }
    .mgs-instant-autocomplete-wrapper .no-result {
        font-size: 14px;
        font-weight: 800;
        color: #737680;
        font-style: normal;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mgs-instant-autocomplete-wrapper .no-result::before{
        content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/NoSearchResult2.png);
    }
    .header-15 #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items{
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px;
    }
    .header-15 #search_mini_form.loading::after{
        position: fixed;
        right: 50%;
        top: 55%;
    }
    .header-15 #mgs-instant-autocomplete-wrapper > div > div.brand-list .brand-item-link::before{
        content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search-brand-icon.png);
        display: inline-block;
        width: 28px;
        padding-top: 2px;
    }
    .header-15 #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details{
        display: flex;
        flex-direction: column;
    }
    .header-15 #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-details .product-item-brand{
        order: -1;
        font-weight: 900;
    }
    .header.header1 > .middle-header-content.header-15 .table-icon-menu{
        margin-top: 25px;
    }
}
@media (max-width: 1199px) {
    .header.header1{
        display: flex;
        flex-wrap: wrap;
    }
    .header.header1 > .top-header-content.header-15{
        width: 100%;
    }
    .header.header1 > .middle-header-content.header-15{
        flex: 1;
        order: 2;
    }
    .header.header1 > .middle-header-content.header-15 > .mobile-item-col.table-icon{
        float: right;
    }
    .header.header1 > .bottom-header-content{
        flex: 2;
    }
    .header.header1 > .bottom-header-content .logo-header.mobile-item-col{
        float: right;
        width: calc(100%/2);
    }
    .header-15 .search-form > .actions-search .action-search .pe-7s-search::before {
        content: "";
        width: 28px;
        height: 28px;
        background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search.png);
        background-size: contain;
        display: inline-block;
        position: relative;
        bottom: 2px;
    }
    .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
        font-size: 14px;
        height: 50px;
        border: 1px solid #888;
    }
    .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .reset{
        height: 50px !important;
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
        padding-left: 10px;
    }
}
/* header end */
/* footer design */
.footer-redesign .title,
.footer-redesign .margin-bottom30{
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.footer-redesign .bottom-footer .contact-us li{
    float: left;
    text-align: left;
}
.footer-redesign .bottom-footer .contact-us li a{
    color: #000;
    font-weight: 800;
    display: flex;
    align-items: center;
}
.footer-redesign .bottom-footer .contact-us li a .icon{
    font-size: 20px;
}
.footer-redesign .copyright{
    text-align: right;
    font-weight: 800;
    color: #000;
}
.footer-redesign .app-links{
    display: flex;
    gap: 10px;
}
.footer-redesign .payment-footer .payment-block{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.footer-redesign .left-block .menu a{
    font-weight: 800;
}
.footer-redesign .left-block > div:not(:first-child) > p {
    width: max-content;
}
.footer-redesign .block.newsletter{
    border: unset;
}
.footer-redesign #newsletter-validate-detail-footer{
    border: unset;
}
.footer-redesign .block.newsletter .form-group.newsletter{
    border-right: 20px solid #fff;
    border-collapse: separate;
}
.footer-redesign .block.newsletter #newsletter-footer{
    border: 1px solid #CCC;
    border-radius: 8px;
    height: 44px;
}
.footer-redesign .block.newsletter .action.subscribe{
    color: #000;
    border-radius: 8px;
    font-weight: 800;
    font-size: 16px;
    height: 44px;
    padding: 0 24px !important;
    background-color: #fff !important;
}
.footer-redesign .block.newsletter #newsletter-footer::placeholder {
    color: #000;
    font-size: 14px;
}
.footer-redesign .block.newsletter .form-group .control input + .mage-error{
    z-index: 3;
}
a.scroll-to-top{
    width: 54px;
    height: 54px;
    right: 20px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
}
a.scroll-to-top .fa-arrow-up::before {
   content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/arrow-up.png);
}
/* custom account create page */
.customer-account-login .login-container.row > div:first-child{
    display: grid;
    justify-content: center;
    border-right: 1px solid #CCCCCC
}
.customer-account-login .login-container.row .pull-right{
    max-width: 510px;
    margin: auto;
}
.customer-account-login .login-container.row .pull-right .block-new-customer #block-new-customer-heading{
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}
.customer-account-login .login-container.row .pull-right .block-new-customer .block-content{
    font-size: 16px;
    font-weight: 800;
}
.customer-account-login .login-container.row .pull-right .block-new-customer .block-content > p{
    margin: 25px 0;
}
.block.block-new-customer .action.create.btn.btn-secondary{
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    height: 51px;
    line-height: 51px;
}

.social-login-title .h2{
    margin: 0;
    padding-left: 40px;
    background-position: 12px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.block.account-social-login {
    padding: 0;
}
.block.account-social-login .block-content{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 15px;
}
.block.account-social-login .block-content .social-btn{
    margin: 0;
    width: unset;
}
.block.account-social-login .btn-social > :first-child{
    border-right: unset;
    position: static;
    line-height: unset;
}
.block.account-social-login .social-btn .btn-social{
    display: flex;
    justify-content: center;
    column-gap: 10px;
    font-size: 16px;
    height: 44px;
}
.block.account-social-login .btn-facebook{
    background-color: #0C82EE;
    border: 1px solid #307CC1;
}
.block.account-social-login .fa.fa-facebook::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/facebook.svg);
}
.block.account-social-login .btn-google{
    background-color: #fff;
    border: 1px solid #333333;
    color: #333333;
}
.block.account-social-login .fa.fa-google::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/google.svg);
}
.customer-account-login .block-customer-login .fieldset > .field.note:not(.choice){
    font-size: 16px;
    font-weight: 800;
    color: #000;
    max-width: 340px;
    margin-bottom: 20px;
    font-style: normal;
}
.customer-account-login .block-customer-login > .block-title{
    display: none;
}
.customer-account-login .block-customer-login #login-form .form-group{
    margin-bottom: 30px;
}
.customer-account-login .block-customer-login #login-form .form-group > .control{
    position: relative;
}
.customer-account-login .block-customer-login #login-form .form-group > label{
    display: none;
}
.customer-account-login .block-customer-login #login-form  .form-group input{
    border-radius: 8px;
}
.customer-account-login .block-customer-login #login-form  .form-group input::placeholder{
    color: #000;
    font-size: 14px;
}
.customer-account-login .block-customer-login #login-form .actions-toolbar{
    flex-direction: column-reverse;
    row-gap: 15px;
    padding-top: 0;
}
.customer-account-login .block-customer-login #login-form .actions-toolbar .action.remind{
    color: #333333;
    font-weight: 800;
}
.customer-account-login .block-customer-login .action.login.btn-primary{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    height: 51px;
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4;
}
.block-continue-as-guest{
    font-size: 16px;
    font-weight: 800;
    margin: 15px 0;
    text-align: center;
}
.block-continue-as-guest a{
    color: #000;
}
/* account create page */
.customer-account-create .column.main > .text-wrapper,
.customer-account-create .column.main > .block,
.customer-account-create .column.main > center > form{
    max-width: 475px;
}
/* .form-create-account .field:not(.choice) .label{
    display: none;
} */
.customer-account-create .form-create-account .field:not(.choice) input{
    border-radius: 8px;
}
.customer-account-create .form-create-account .field:not(.choice) input::placeholder{
    color: #737680;
    font-size: 14px;
}
.customer-account-create .block.account-social-login {
    padding: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.text-wrapper.customer-top-section{
    width: 50%;
    margin: auto;
}
.text-wrapper.customer-top-section .message{
    font-size: 32px;
    font-weight: 900;
    color: #333;
}
.text-wrapper.customer-top-section .text.create-account{
    font-size: 16px;
    font-weight: 800;
    color: #333;
}
.customer-account-create .fieldset.fieldset-fullname .field {
    width: 100%;
}
.customer-account-create .fieldset.fieldset-fullname .field .personal-name{
    color: #000;
}
.customer-account-create .field.choice.newsletter{
    margin-bottom: 15px;
}
.customer-account-create .field.choice > input{
    width: 16px;
}
.customer-account-create .field.choice > .label{
    margin: 0 5px;
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.customer-account-create .fieldset.create.account > h3.title{
    display: none;
}
.form-create-account .fieldset + .fieldset{
    margin-top: 0;
}
.form-create-account h2{
    display: none;
}
.customer-account-create .column.main > center > form .actions-toolbar > .row{
    margin: 0;
}
.customer-account-create .column.main > center > form .actions-toolbar .action.submit.btn-primary {
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    height: 51px;
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4;
    width: 100% !important;
}
.customer-account-create #password-strength-meter{
    font-size: 9px;
    font-weight: 500;
    color: #37393D;
}
.customer-account-create .Re-Enter-Password{
    width: unset !important;
    float: unset;
}
.customer-account-create .fieldset > .field:not(.choice) > .label{
    color: #000;
}
.customer-account-create .fieldset-fullname div.control > label::after{
    color: #ff0000;
    content: "*";
    font-size: 13px;
    margin: 0 0 0 3px;
}
/* cart page */
.checkout-cart-index .cart-summary >.title {
    display: block !important;
    font-size: 16px;
    font-weight: 800;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
}
.checkout-cart-index .cart-summary .cart-summary-middle{
    position: relative;
    margin-bottom: 25px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #F8F8FA;
    padding: 1px 25px 25px;
}
.checkout-cart-index .cart-summary .block.discount > .title{
    font-size: 16px;
    font-weight: 800;
}
.checkout-cart-index #block-gift-card-discount > .title,
.checkout-cart-index #block-discount > .title{
    position: relative;
}
.checkout-cart-index #block-gift-card-discount > .title::after,
.checkout-cart-index #block-discount > .title::after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.checkout-cart-index #block-gift-card-discount.active > .title::after,
.checkout-cart-index #block-discount.active > .title::after{
    content: "\f106";
}
.checkout-cart-index .cart-summary #block-gift-card-discount{
    margin-bottom: 15px;
}
.checkout-cart-index .cart-summary #block-gift-card-discount #gift-card-credit-input{
    border-radius: 8px;
}
.checkout-cart-index .cart-summary #block-discount{
    float: unset;
    margin-left: 0;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.checkout-cart-index .cart-summary-top .fieldset .field{
    flex-grow: 2;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon #coupon_code{
    min-width: 230px;
    border-radius: 8px;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon:has(.btn-secondary.cancel) #coupon_code{
    color: #000;
    font-weight: 800;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon #coupon_code::placeholder{
    color: #737680;
}
.checkout-cart-index .cart-summary #block-discount .fieldset.coupon .action.btn-primary.apply{
    border-radius: 8px;
    font-weight: 800;
    color: #AAAFBD;
    background-color: #fff !important;
    border: 1px solid #AAAFBD;
    min-width: 140px;
}
.checkout-cart-index .cart-totals {
    padding: 15px 25px;;
}
.checkout-cart-index .cart-totals tbody .grand.totals strong{
    font-weight: 800;
    color: #000;
}
.checkout-cart-index .cart-totals tbody .mark, .cart-totals tfoot .mark {
    border: 0;
    font-weight: 400;
    padding: 6px 0;
    color: #737680;
    background-color: #F8F8FA;
}
.checkout-cart-index .cart-totals tbody .amount{
    border: 0;
    font-weight: 400;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
    margin-top: 20px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout{
    font-weight: 500;
    font-size: 20px;
    border-radius: 8px;
    padding: 6px;
    background-color: #000;
    text-transform: capitalize;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout::after{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/arrow-up.png);
    display: inline-block;
    rotate: 90deg;
}
/* cart table */
.checkout-cart-index #shopping-cart-table .col.price {
    display: none;
}
.checkout-cart-index #shopping-cart-table thead tr th,
.checkout-cart-index #shopping-cart-table tbody tr td{
    border: 0;
}
.checkout-cart-index #shopping-cart-table tbody tr.item-actions td > .actions-toolbar{
    border: 0;
}
/* cart quantity */
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty{
    border: 0;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty > span{
    background-color: #F2F2F2;
    padding: 0 !important;
    text-align: center;
    width: 20px;
}
.checkout-cart-index #shopping-cart-table .col.item img.product-image-photo {
    height: auto;
}
.checkout-cart-index #shopping-cart-table .col.item .product-brand{
    margin-bottom: 10px;
}
.checkout-cart-index #shopping-cart-table .col.item .product-brand-name > a{
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.checkout-cart-index #shopping-cart-table .col.item .product-item-name{
    font-size: 12px;
    font-weight: 400;
}
.checkout-cart-index #shopping-cart-table .col.item .product-item-name + .item-actions {
    margin-top: 20px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-options{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-options > dt{
    margin-top: 0 !important;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
}
/* hide edit button */
.checkout-cart-index #shopping-cart-table .col.item .item-actions .action.action-edit{
    display: none;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a span.fa{
    font-size: 20px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a span.fa.fa-heart{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/heart.png);
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a span.fa.fa-trash{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/trash-2.png);
    width: 15px;
}
.checkout-cart-index #shopping-cart-table .col.item .item-actions > a > span:nth-child(2){
    font-size: 12px;
    font-weight: 800;
    color: #000;
}
.checkout-cart-index .breadcrumbs{
    margin-bottom: 10px;
}
.checkout-cart-index .cart-container .continue-url{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
}
.checkout-cart-index .cart-container .page-title.top .continue-url{
    margin-bottom: 15px;
}
.checkout-cart-index .cart-container .continue-url::before{
    font-family: "FontAwesome";
    content: "\f104";
    padding: 10px;
}
.checkout-cart-index .cart-container .continue-url-bottom{
    margin-top: 20px;
}
.checkout-cart-index .cart-container .continue-url + .title{
    font-size: 20px;
    font-weight: 500;
}
/* payment methods */
.checkout-cart-index .cart-summary .cart-summary-bottom > p{
    display: none;
}
.checkout-cart-index .cart-summary .cart-summary-bottom .payment-block{
    display: flex;
    flex-wrap: wrap;
    column-gap: 11px;
}
.checkout-cart-index .cart-summary .cart-summary-bottom .payment-block img{
    max-width: 42px;
}
/* checkout crosell section */
.checkout-cart-index .block.crosssell > .content-heading{
    text-align: left;
    text-transform: capitalize;
}
.checkout-cart-index .block.crosssell > .content-heading h3.title{
    text-transform: capitalize;
}
.checkout-cart-index .block.crosssell > .content-heading h3.title::before{
    content: none;
}
.checkout-cart-index .block.crosssell > .content-heading h3.title::after{
    content: none;
}
.checkout-cart-index .products-grid.products-crosssell{
    margin: 0;
}
.checkout-cart-index .products-grid #crosssell-owl-carousel  .product-item-info > .product-top > .action.tocart.btn-cart{
    position: static !important;
}
.checkout-cart-index .attribute-product-cat-block .products-grid .product-item-info .product-top a.photo{
    padding-bottom: 110% !important;
}
.checkout-cart-index .products-grid #crosssell-owl-carousel  .product-item-info > .product-top:has(> .sold-out-label){
    margin-bottom: 37px;
}
.checkout-cart-index .products-grid #crosssell-owl-carousel.owl-carousel .owl-nav > div.owl-prev{
    left: 0;
}
.checkout-cart-index .products-grid #crosssell-owl-carousel.owl-carousel .owl-nav > div.owl-next{
    right: 0;
}
/* cart gift section */
.gift-options-cart-block{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.gift-options-cart-block .control > .label{
    color: #000;
    margin: 0 10px;
}
.gift-options-cart-block .control > #gift-options-cart-checkbox:checked ~ #gift-options-cart .gift-item-block > .content{
    display: block !important;
}
.gift-options-cart-block .control > #gift-options-cart-checkbox:checked ~ #gift-options-cart{
    margin-top: 10px;
} 
.gift-options-cart-block .control > #gift-options-cart-checkbox:not(:checked) ~ #gift-options-cart .gift-item-block > .title{
    display: none;
}
.gift-options-cart-block:not(:has(.gift-options)) > .control > input,
.gift-options-cart-block:not(:has(.gift-options)) > .control > .label {
    display: none;
}
.gift-options-cart-block .gift-options-content .field{
    padding-bottom: 15px;
}
.gift-options-cart-block .gift-message .gift-options-title{
    display: none;
}
.gift-options-cart-block .actions-toolbar > .secondary {
    display: inline-flex;
    gap: 7px;
    justify-content: end;
    width: 100%;
}
/* owl arrow issue */
.owl-carousel .owl-nav > div i{
    line-height: 24px;
}
/* product details page */
.catalog-product-view  .product.media .gallery-horizontal{
    margin-bottom: 20px;
}
.catalog-product-view .product-detail-infomation .product-name{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.catalog-product-view .product-detail-infomation .product-brand{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.catalog-product-view .product-detail-infomation .product-brand .brand-name{
    font-size: 27px;
    font-weight: 800;
    color: #000;
}
/* .catalog-product-view .product-detail-infomation .product-brand .follow-product {
    border: 1px solid #000;
    border-radius: 40px;
    padding: 2px 15px;
    cursor: pointer;
} */
.catalog-product-view .product-detail-infomation .product-brand .follow-product button::before{
    content: "\e611";
    font-family: 'Pe-icon-7-stroke';
    font-size: 16px;
    color: #000;
    line-height: 19px;
    padding-right: 7px;
    font-weight: 900;
    position: relative;
    top: 1px;
    right: 2px;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product button{
    font-size: 14px;
    font-weight: 800;
    color: #000;
    background-color: unset;
    border: unset;
    border: 2px solid #000;
    border-radius: 40px;
    padding: 2px 18px;
    cursor: pointer;
    height: 30px;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .unfollowbtn{
    background-color: transparent;
    color: #000;
    display: flex;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .unfollowbtn::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/white-star.png);
    background-size: cover;
    filter: invert(1);
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product{
    position: relative;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .follow-message{
    display: none;
    position: absolute;
    top: -17px;
    /* left: 100%; */
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    margin: 0 15px;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .follow-message::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px; /* Half of caret height */
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #000 transparent transparent;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .followbtn:hover + .follow-message{
    display: inline-block;
}
.catalog-product-view .product-detail-infomation .product-sub-infomation .product-brand{
    display: none;
}
.catalog-product-view .product-detail-infomation .product-info-main > .product-brand ~ .product-brand{
    display: none;
}
.product.info.detailed.after-content .product-tab-title h4{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
/* product review */
.catalog-product-view .product-detail-infomation .product-reviews-summary{
    margin-top: 12px;
}
.catalog-product-view .product-detail-infomation .product-reviews-summary  .rating-summary .rating-result{
    width: 85px;
}
.catalog-product-view .product-detail-infomation .product-reviews-summary .rating-result::before,
.catalog-product-view .product-detail-infomation .product-reviews-summary .rating-result > span::before{
    font-size: 16.5px;
    height: 16px;
    line-height: 16px;
    color: #000;
}
.catalog-product-view .product-detail-infomation .product-reviews-summary .rating-stars{
    padding: 0 5px;
    font-weight: 800;
}
.catalog-product-view .product-detail-infomation .product-reviews-summary .rating-stars::after{
    content: " ";
    display: inline-block;
    border: 2px solid black;
    border-radius: 50%;
    margin: 3px 5px;
}
.catalog-product-view .product-detail-infomation .full-review.product-reviews-summary .reviews-actions a{
    font-weight: 800;
    color: #000;
}
.catalog-product-view .product-detail-infomation .product-reviews-summary .action.add{
    display: none;
}
.catalog-product-view .product-detail-infomation .product.attribute.overview {
    margin-top: 0;
}
/* quantity button */
.catalog-product-view  .product-info-main .product-add-form .box-tocart .field.qty{
    display: block;
    margin-bottom: 23px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty > label{
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.catalog-product-view .product-detail-infomation .field.qty > .control{
    border: 0;
    display: flex;
}
.catalog-product-view .product-detail-infomation .field.qty > .control > span{
    background-color: #F2F2F2;
    padding: 0 !important;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 34px;
    line-height: 36px;
    position: static;
    border-radius: 5px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty{
    max-width: 50px;
    font-weight: 500;
    font-size: 24px;
    height: 36px;
}
/* add to cart button */
.catalog-product-view .product-info-main #product-addtocart-button {
    border-radius: 8px;
    width: 350px;
    height: 48px;
    font-size: 14px;
    font-weight: 800;
    max-width: 90vw;
}
/* product tabs */
.product-data-items-menu .data.item.title .data.switch{
    color: #414348;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-right: 20px;
    border: 0;
    border-radius: 0;
}
.product-data-items-menu .data.item.title:first-child .data.switch {
    margin-left: 0;
}
.product-data-items-menu .data.item.title.active .data.switch{
    color: #222;
    border-bottom: 2px solid #000;
}
/* review section */
#customer-reviews .amreview-info-wrapper{
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.amreview-summary-info .amreview-summary > .total-stars::before{
    content: " / ";
}
.amreview-summary-info{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ACACAC;
}
.amreview-summary-info > .amreview-summary{
    font-size: 40px;
    margin-left: 10px;
}
.amreview-summary-info .amreview-rating-wrapper{
    display: flex;
    align-items: baseline;
    column-gap: 10px;

}
.amreview-summary-info .amreview-rating-wrapper .amreview-count{
    color: #000;
}
.amreview-info-wrapper .amreview-add-new > .amreview-label{
    display: none;
}
.amreview-info-wrapper .amreview-add-new .amreview-button.action{
    background-color: #fff;
    color: #000;
    font-weight: 800;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 24px;
    white-space: nowrap;
}
.amreview-info-wrapper .amreview-add-new{
    margin: 0 25px;
}
.amreview-info-wrapper .amreview-add-new .amreview-button.action::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/write-review.png);
    position: relative;
    top: 5px;
    padding-right: 5px;
}
.amrev-title-block.amreview-review-list.-am-line{
    display: none;
}
.amreview-review-wrapper.review-item{
    flex-direction: column-reverse;
    border-bottom: 1px solid #ccc;
    padding-right: 10px;
}
.amreview-author-details{
    margin: 20px 0 0 0;
}
.amrev-items-block .amreview-rating-label{
    display: none;
}
.amreview-description-wrap .amreview-description{
    margin-top: 10px;
    color: #000;
    max-width: 80%;
}
.amreview-toolbar-wrap.review-toolbar .limiter{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    align-items: center;
}
.amreview-toolbar-wrap select{
    background: #fff url('../../frontend/Mgs/claue_rtl/ar_SA/images/select-bg.svg') no-repeat 100% 45%;
    border: 1px solid #ccc;
    font-size: 14px;
    height: 32px;
    line-height: 1.43;
    padding: 4px 25px 5px 10px;
}
.amstars-rating-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.amstars-rating-block > .amreview-helpful-wrap{
    flex-basis: unset;
}
.amstars-rating-block > .amreview-helpful-wrap .amreview-helpful{
    display: none;
}
.amreview-helpful-wrap .amreview-options > div{
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/thumbs-up.png);
    width: 28px;
    height: 28px;
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/thumbs-down.png);
    width: 28px;
    height: 28px;
}
.amreview-helpful-wrap .amreview-options > div:hover > .amreview-icon{
    background-repeat: no-repeat;
    background-size: 28px;
}
.amrev-desc-title .amrev-voteqty{
    display: none;
}
.amrev-comment-toolbar{
    display: none;
}
.amreview-author-details .amreview-recommended{
    display: none;
}
#customer-reviews > .amrev-title-block{
    display: none;
}
.amreview-author-details .amreview-author{
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
}
.amreview-author-details .amreview-date{
    color: #000;
}
.amstars-rating-container.-small .amstars-stars{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/review-star.png);
    background-size: 22px 18px;
}
/* amreview empty section */
#customer-reviews > .amrev-title-block.amrev-empty{
    display: inline-block;
}
#customer-reviews .amrev-empty .am-strong{
    font-size: 20px;
    font-weight: 500;
}
#customer-reviews .amreview-info-wrapper .amreview-summary.amrev-empty + .amreview-summary-info{
    display: none;
}
#customer-reviews .amreview-summary.amrev-empty .message{
    font-weight: 800;
}
/* hide old no review section */
#customer-reviews .amreview-review-list.-empty{
    display: none;
}
.modal-popup.amreview-popup .action-close{
    position: static;
}
.modal-popup.amreview-popup .action-close::before{
    background-color: unset;
    color: #000;
    font-size: 30px;
}
.modal-popup.amreview-popup .modal-inner-wrap{
    max-width: 50%;
    max-height: 90%;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-header{
    /* padding: 15px !important; */
    min-height: 50px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-header .modal-title{
    text-align: left;
    font-weight: 800;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-content{
    padding: 20px;
    overflow-y: auto;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset.review-fieldset > .row > div{
    padding-bottom: 15px;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset.review-fieldset .review-field-image{
    flex-direction: column;
    align-items: flex-start;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset.review-fieldset > .row > div > div:not(.review-field-summary) {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.modal-popup.amreview-popup .modal-inner-wrap .control:has(.review-field-image):not(.review-field-image){
    display: none;
}
.modal-popup.amreview-popup  .product-item-name{
    line-height: 20px;
}
.modal-popup.amreview-popup .price-box.price-final_price .price{
    font-size: 14px !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset.review-fieldset .form-group label{
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-fieldset > h4{
    display: none;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-fieldset > .product-info{
    display: flex;
    column-gap: 20px;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-fieldset > .product-info img{
    max-width: 100px;
}
.modal-popup.amreview-popup .modal-inner-wrap .fieldset > .field.review-field-ratings{
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-field-rating {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-field-rating > .label{
    font-weight: 800;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-control-vote::before,
.modal-popup.amreview-popup .modal-inner-wrap .review-control-vote label::before{
    color: #000;
}
.modal-popup.amreview-popup .modal-inner-wrap .actions-toolbar.review-form-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
    column-gap: 10px;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-form-actions  button{
    width: 100%;
    border-radius: 8px;
    font-weight: 800;
}
.modal-popup.amreview-popup .modal-inner-wrap .review-form-actions .submit.btn.btn-primary{
    background-color: #AAAFBD !important;
    border-color: #AAAFBD;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-footer{
    display: none;
}
.modal-popup.amreview-popup .modal-inner-wrap{
    padding: 10px !important;
}
.modal-popup.amreview-popup .modal-inner-wrap .modal-header,
.modal-popup.amreview-popup .modal-inner-wrap .modal-content{
    padding: 15px !important;
}
/* checkout page */
/* checkout header */
/* .checkout-index-index header .top-header-content,
.checkout-index-index header .middle-header-content
{
    display: none;
} */
.checkout-index-index .page-title-wrapper{
    visibility: hidden;
    padding: 0;
}
body:not(.checkout-index-index) .header2-header-content{
    display: none;
}
.header2-header-content{
    display: flex;
    align-items: center;
}
.header2-header-content .back-url a{
    font-size: 16px;
    color: #000;
}
.header2-header-content .back-url a::before{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px 15px;
}
.header2-header-content .logo-header{
    display: flex;
    justify-content: center;
}
.header2-header-content .logo-header .logo{
    max-width: 200px;
}
.header2-header-content .Help.help-section .Tooltip-content{
    display: none !important;
}
.header2-header-content .Help.help-section{
    justify-content: flex-end;
}

/* PROGRESS BAR  */
.opc-progress-bar{
    width: 100%;
    display: flex;
}
.opc-progress-bar .opc-progress-bar-item._active > span{
    color: #000;
    font-weight: 800;
}
.opc-progress-bar .opc-progress-bar-item::before{
    left: 50%;
    height: 2px;
}
.opc-progress-bar .opc-progress-bar-item > span{
    font-size: 14px;
    font-weight: 800;
    padding-top: 30px;
}
.checkout-index-index .opc-progress-bar{
    background: linear-gradient(to bottom, transparent 25%, #f8f8fa 30%);
}
/* checkout progress bar icon images replaced */
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span > .checkout-step-icon{
    position: relative;
    width: 100%;
    display: inline-block;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span > .checkout-step-icon::before{
    content: "";
    width: 100%;
    height: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:nth-child(1) > span > .checkout-step-icon::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/progress-bar/Shipping-Details.png);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:nth-child(2) > span > .checkout-step-icon::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/progress-bar/Payment.png);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:nth-child(2):not(._active):not(._complete) > span > .checkout-step-icon::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/progress-bar/Payment-light.png);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:nth-child(3) > span > .checkout-step-icon::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/progress-bar/Thank-you-light.png);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:hover > span::before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:hover::before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:hover > span::before
{
    background: #000;
}
/* end */
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete) > span::before{
    background: #fff;
    border: 1px solid #c2c2c2;
}
.opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete) > span::after{
    background: #c2c2c2;
}
.opc-progress-bar .opc-progress-bar-item > span::before{
    margin-left: -10px;
    width: 18px;
    height: 18px;
    top: 10px;
}
.opc-progress-bar .opc-progress-bar-item._complete > span::after{
    content: "";
}
.opc-progress-bar .opc-progress-bar-item._complete > span{
    color: #000;
}
.opc-progress-bar .opc-progress-bar-item._active::before,
.opc-progress-bar .opc-progress-bar-item._complete::before{
    background: #000;
}
.opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active::before{
    background: #c2c2c2;
}
.opc-progress-bar .opc-progress-bar-item._active > span::before,
.opc-progress-bar .opc-progress-bar-item._complete > span::before
{
    background: #000;
}
.opc-progress-bar .opc-progress-bar-item > span::after{
    width: 6px;
    height: 6px;
    margin-left: -4px;
    margin-top: 10px;
    content: "";
}
.opc-progress-bar .opc-progress-bar-item:last-child::before{
    content: none;
}
.checkout.customer-details{
    display: flex;
    justify-content: space-between;
    padding: 11px 25px;
    max-width: 567px;
    border: 1px solid #000;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.checkout.customer-details > p{
    margin-bottom: 0;
}
.checkout.customer-details > p:nth-child(1){
    padding-left: 60px;
}
.checkout.customer-details > p > span:not(.customer-email){
    font-weight: 800;
}
.checkout.customer-details > p > span.customer-name{
    text-transform: capitalize;
}
.checkout.customer-details > p .check::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/check.png);
}
/* checkout address form */
.checkout-index-index .form.form-login #customer-email{
    border-radius: 8px;
}
/* .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field[name="shippingAddress.address_type_data"]{
    display: none;
}
.checkout-index-index._has-modal .opc-block-customer-address-type{
    display: none;
} */
.checkout-index-index #shipping-new-address-form > .field[name="shippingAddress.address_type_data"]{
    display: none;
}
.opc-block-customer-address-type{
    order: 1;
    margin-bottom: 20px;
}
#shipping-address-type-block .btn{
    box-shadow: unset;
    border: 1px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 27px;
    color: #000;
}
.checkout-index-index._has-modal #shipping-address-type-block .btn{
    padding: 0 13px;
}
#shipping-address-type-block .btn:hover{
    color: #fff;
}
#shipping-address-type-block .btn:not(.active):not(:hover):focus{
    background-color: #fff;
}
#shipping-address-type-block{
    display: flex;
    gap: 5px;
    padding-bottom: 15px;
    /* flex-wrap: wrap; */
}
#shipping-address-type-block::-webkit-scrollbar{
    height: 6px;
}
/* ins smart recommender */
.ins-web-smart-recommender-body .ins-product-discount{
    text-align: right;
}
@media only screen and (max-width: 767px){
    #shipping-address-type-block{
        height: 100%;
        overflow-x: auto;
    }
    #shipping-address-type-block::-webkit-scrollbar {
        width: 100%;
        height: 3px; 
        border-radius: 25px;
     }
  
     #shipping-address-type-block::-webkit-scrollbar-track {
      background-color: gray;
      height: 2px; 
      border-radius: 25px;
    }
  
    #shipping-address-type-block::-webkit-scrollbar-thumb {
      background: #4e4e4e;
      border-radius: 25px;
    }
    .header > .sub-categories{
        display: none;
    }
}

#shipping-address-type-block .btn .icon{
    padding-top: 2px;
    max-width: 28px;
}
#shipping-address-type-block .btn.active{
    background-color: #000;
    color: #fff;
}
#shipping-address-type-block .btn.home .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/home.png);
}
#shipping-address-type-block .btn.home:hover .icon::before,
#shipping-address-type-block .btn.active.home .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/home-active.png);
}
#shipping-address-type-block .btn.apartment .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/apartment.png);
}
#shipping-address-type-block .btn.apartment:hover .icon::before,
#shipping-address-type-block .btn.active.apartment .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/apartment-active.svg);
}
#shipping-address-type-block .btn.office .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/office.png);
}
#shipping-address-type-block .btn.office:hover .icon::before,
#shipping-address-type-block .btn.active.office .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/office-active.svg);
}
#shipping-address-type-block .btn.hotel .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/hotel.png);
}
#shipping-address-type-block .btn.hotel:hover .icon::before,
#shipping-address-type-block .btn.active.hotel .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/hotel-active.svg);
}
#shipping-address-type-block .btn.other .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/location.png);
}
#shipping-address-type-block .btn.other:hover .icon::before,
#shipping-address-type-block .btn.active.other .icon::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/location-active.svg);
}
.checkout-index-index #checkout-step-shipping{
    display: flex;
    flex-direction: column-reverse;
}
/* logged in customers */
.checkout-index-index .checkout-shipping-address > .step-title{
    border-bottom: none;
    visibility: visible;
}
.checkout-index-index .checkout-shipping-address:has(#checkout-step-shipping #opc-new-shipping-address) > .step-title{
    display: none;
}
.checkout-index-index .checkout-shipping-address:has(#checkout-step-shipping #opc-new-shipping-address) > #checkout-step-shipping{
    border-top: none;
    padding-top: 0;
}
.checkout-index-index #checkout-step-shipping .field.addresses{
    order: 1;
}
.checkout-index-index .shipping-address-items{
    flex-direction: column;
    gap: 15px;
}
.checkout-index-index .shipping-address-items .shipping-address-item{
    padding: 10px 15px;
    border-width: 1px;
    border-radius: 8px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-transform: capitalize;
}
.checkout-index-index .shipping-address-item .shipping-address-button{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: unset;
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon{
    width: 28px;
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.home{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/home.png);
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.office{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/office.png);
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.apartment{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/apartment.png);
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.hotel{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/hotel.png);
}
.checkout-index-index .shipping-address-item .shipping-address-button .icon.other{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/location.png);
}
.checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item > span{
    display: none;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button,
.checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item{
    min-width: 20px;
    padding: 0;
    border: 0;
    background: none;
    margin-bottom: 10px;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button::before,
.checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    border-color: #000;
    background-color: #fff;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}
.checkout-index-index .shipping-address-item .shipping-address-button > br{
    display: none;
}
.checkout-index-index #checkout-step-shipping .new-address-popup .action{
    width: 100%;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 8px 15px;
    margin-top: 0;
    text-align: left;
    border: 1px solid #ccc;
}
.checkout-index-index #checkout-step-shipping .new-address-popup .action::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px;
}
.checkout-index-index #checkout-step-shipping .new-address-popup .action span::before{
    content: "+";
    font-size: 28px;
    line-height: 20px;
    width: 28px;
    display: inline-block;
}
/* hide billing address on the checkout page */
.opc-wrapper #checkoutSteps .checkout-payment-method .payment-method-billing-address{
    display: none;
}
.opc-wrapper #checkoutSteps .checkout-payment-method .payment-method-billing-address + .step-title{
    display: none;
}
.opc-wrapper #checkoutSteps .checkout-payment-method .fieldset .step-title{
    visibility: visible;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
/* checkout payment method options */
.opc-payment .payment-methods .payment-method .payment-method-title{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.opc-payment .payment-methods .payment-method .payment-method-title > input{
    position: static;
}
.opc-payment .payment-methods .payment-method .payment-method-title .label{
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
}
.opc-payment .payment-methods .payment-method._active .payment-method-title .label{
    border-color: #000;
    color: #000;
    font-weight: 800 !important;
}
.opc-payment .payment-methods .payment-method:not(._active){
    margin-bottom: 5px;
    border-bottom: 0;
}
.opc-payment .payment-methods .payment-method:last-child{
    padding-bottom: 0;
}
/* .opc-payment .payment-methods .payment-method._active .payment-method-content{
    padding: 0 20px;
} */
.checkout-index-index .discount-code #discount-form .field > .label{
    display: none;
}
#co-payment-form .fieldset > br{
    display: none;
}
#co-payment-form > .fieldset > div{
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
#co-payment-form > .fieldset > div div[data-role="content"]{
    padding: 10px 15px;
}
#co-payment-form .fieldset #checkout-payment-method-load{
    border-bottom: 0;
}
.payment-option.discount-code .payment-option-title{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.opc-payment .payment-methods .payment-method._active .payment-method-content{
    padding: 10px 25px 0 25px;
}
.opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar{
    text-align: right;
}
.payment-method-content button.action.primary.checkout{
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 800;
    padding: 5px;
    margin: 10px 0;
}
/* recaptcha section space issue */
#co-payment-form > .fieldset > .cart-gift-item:not(:has(+ div div)) + div{
    display: none;
}
#co-payment-form > .fieldset > .cart-gift-item + div + hr{
    display: none;
}
/* payment method accordion */
.checkout-payment-method-accordion > .title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
}
/* payment block accordion arrow */
.checkout-payment-method-accordion.active > .title,
.checkout-index-index #block-gift-card-discount._active  > .payment-option-title{
    padding-bottom: 10px;
}
.checkout-payment-method-accordion > .title::after,
.checkout-index-index #block-gift-card-discount > .payment-option-title::after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
}
.checkout-payment-method-accordion.active > .title::after,
.checkout-index-index #block-gift-card-discount._active > .payment-option-title::after{
    content: "\f106";
}
.checkout-payment-method-accordion .payment-method .select-payment-method-text{
    display: none;
}
/* checkout use wallet section */
.gift-credit-apply-content{
    padding-top: 20px;
}
.irs-bar-edge{
    width: 8px;
    background-color: #000;
    background-image: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.irs-bar{
    background-image: unset;
}
.irs-single{
    top: -20px;
}
.irs-single::after{
    border-top-color: #000;
    border-width: 8px;
    bottom: -16px;
    left: 45%;
}
.irs-slider.single{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-image: unset;
    background-color: #fff;
    top: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
#block-gift-card-discount .gift-credit-balance{
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#block-gift-card-discount .gift-credit-balance .wallet-balance{
    font-weight: 800;
}
#block-gift-card-discount .gift-credit-summery{
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-end;
    text-align: right;
    gap: 10px;
}
#block-gift-card-discount .gift-credit-summery .title{
    text-align: right;
}
#block-gift-card-discount .gift-credit-summery .value{
    font-weight: 800;
    margin-left: 10px;
}
#block-gift-card-discount .gift-credit-summery .wallet-remaining-balance{
    font-size: 16px;
}
/* checkout shipping method */
#opc-shipping_method .checkout-shipping-method > .step-title{
    visibility: visible;
}
#checkout-step-shipping_method .table-checkout-shipping-method > thead{
    display: none;
}
#checkout-step-shipping_method .table-checkout-shipping-method > tbody tr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#checkout-step-shipping_method .table-checkout-shipping-method > tbody tr > td{
    border: none;
}
/* checkout cart page sidebar */
.checkout-index-index .opc-block-summary .product-item:last-child{
    border-bottom: none;
}
/* payment methods */
.opc-block-summary .table-totals tr th,
.opc-block-summary .table-totals tr td{
    padding: 5px 0;
}
.opc-block-payment-block > div > p{
    display: none;
}
.opc-block-payment-block div .payment-block{
    display: flex;
    flex-wrap: wrap;
    column-gap: 11px;
}
.opc-block-payment-block div .payment-block > p{
    margin: 0;
}
.opc-block-payment-block div .payment-block img{
    max-width: 42px;
}
/* checkout map */
#block-map{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#block-map > p{
    font-size: 24px;
}
@media only screen and (max-width: 767px){
    #block-map > p{
        font-size: 18px;
        font-weight: 600;
    }
}
#block-map > #open_map{
    padding: 0 15px;
    font-weight: 800;
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    text-transform: capitalize;
    height: 40px;
    display: flex;
    align-items: center;
}
#block-map > #open_map.snippet-added{
    position: relative;
    top: 90px;
    right: 20px;
}
#block-map > #open_map:not(.snippet-added)::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/location-pin-icon.png);
    padding: 5px 10px 0;
}
#block-map > .map-info{
    margin-top: 20px;
    width: 100%;
}
.map-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
#map-address-selector{
    width: unset !important;
    grid-column: 1/3;
}
.map-container .btn-default{
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #000;
    text-transform: capitalize;
    font-weight: 800;
}
.map-container #manual_address{
    background-color: #fff;
    color: #000;
}
.map-container #marker_location{
    opacity: 0.4;
    background-color: #000;
    color: #fff;
}
.location-snippet > img{
    width: 100%;
}
.customer-address-form .form-address-edit .fieldset .location-snippet{
   grid-column: 1/3;
}
/* checkout sidebar */
.opc-block-summary{
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}
.opc-block-summary > .title{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 800;
    order: 1;
    padding: 8px 25px;
    border-bottom: 1px solid #ccc;
}
.opc-block-summary > *{
    padding: 0 25px ;
    display: inline-block;
}
.opc-block-summary .items-in-cart > .title{
    display: none;
}
.opc-block-summary .items-in-cart > .content.minicart-items{
    display: block !important;
    max-height: 192px;
    overflow: auto;
}
.opc-block-summary .table-totals{
    margin-bottom: 0;
    background-color: #F8F8FA;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #ccc;
    padding: 10px 25px;
}
.opc-block-summary .table-totals tr.totals th,
.opc-block-summary .table-totals tr.totals td{
    border: 0;
}
.opc-block-summary .table-totals tr th{
    white-space: nowrap;
}
.opc-block-summary .table-totals tr td{
    width: unset;
}
.opc-block-shipping-information{
    padding: 0;
}
.opc-block-shipping-information .shipping-information{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0;
}
#opc-sidebar{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
#opc-sidebar .opc-block-shipping-information .shipping-information{
    visibility: visible;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title{
    padding: 7px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title{
    position: static;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title .action-edit{
    position: static;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title .action-edit::before{
    content: none;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title .action-edit > span{
    position: static;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 800;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-title > span{
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.opc-block-shipping-information .shipping-information .ship-to > .shipping-information-content{
    padding: 0 25px 15px;
}
.opc-block-shipping-information .shipping-information .ship-via{
    display: none;
}
#opc-sidebar .opc-block-payment-block{
    order: -1;
}
/* order confirmation page */
.checkout-success.block{
    border: 0;
    display: grid;
    justify-content: center;
    gap: 20px;
}
.checkout-success.block img{
    max-width: 92vw;
}
.checkout-success.block .top-container{
    position: relative;
}
.checkout-success.block .order-top-details{
    position: absolute;
    top: 30%;
    left: 12%;
    font-size: 24px;
    text-align: left;
}
.checkout-success.block .order-top-details > p{
    margin: 0;
}
.checkout-success.block .order-top-details .message{
    color: #000;
    font-weight: 800;
    font-size: 24px;
}
.checkout-success.block .middle-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    text-align: left;
}
.checkout-success.block .middle-container .product-image-container{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 10px;
}
.checkout-success.block .middle-container .left-container,
.checkout-success.block .right-container > div{
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.checkout-success.block .middle-container .left-container .order-id{
    font-size: 16px;
    font-weight: 800;
}
.checkout-success.block .btn.view-details{
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
}
.checkout-success.block .right-container .customer-email > p{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.checkout-success.block .right-container .customer-email > p i{
    font-size: 22px;
}
.checkout-success.block .right-container .customer-email .email{
    font-size: 16px;
    font-weight: 800;
}
.checkout-success.block .right-container .order-address{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.checkout-success.block .right-container .order-address > p.address{
    display: flex;
    gap: 10px;
}
.checkout-success.block .right-container .order-address > p:not(:first-child){
    margin-bottom: 0;
}
.checkout-success.block .right-container .order-address .title{
    font-size: 16px;
    font-weight: 800;
}
.checkout-success.block .right-container .order-address > p > span:first-child{
    opacity: 0.4;
}
.checkout-success.block .actions-toolbar{
    width: 100%;
}
.checkout-success.block .actions-toolbar .action.primary{
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    max-width: 340px;
    display: inline-block;
    margin: 15px 0;
}
/* checkout cart empty page */
.checkout-cart-index .cart-empty .box-image > img{
    max-width: 250px;
}
/* My Account */
/* icons */
.block.account-nav .greet.welcome h3::before,
.block.account-nav #account-nav > .items > .nav.item a::before,
.block.account-nav #account-nav > .items > .nav.item > strong:first-child::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: cover;
}
.block.account-nav #account-nav > .items > .nav.item:last-child > a::before {
    content: unset;
}
.block.account-nav .greet.welcome h3{
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    padding: 20px 25px;
    margin-bottom: 10px;
    background-color: #F4DAB1;
}
.block.account-nav .greet.welcome h3::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Hand-FourFinger-Swipe-Left.png);
    margin-right: 0;
    margin-left: 5px;
}
.block.account-nav #account-nav .nav.item.current > strong{
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid #000;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}
.block.account-nav #account-nav .nav.item > a{
    font-size: 16px;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.block.account-nav #account-nav .nav.item:not(:last-child) > a{
    padding: 10px 15px !important;
}
.block.account-nav #account-nav > .items > .nav.item > strong:first-child{
    display: flex;
}
/* my account */
.block.account-nav #account-nav > .items > .nav.item:first-child a[href*="customer/account/"]::before,
.customer-account-index .block.account-nav #account-nav > .items > .nav.item:first-child > strong::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Account.png);
}
/* my orders */
.block.account-nav #account-nav > .items > .nav.item a[href*="sales/order/history/"]::before,
.sales-order-history .block.account-nav #account-nav > .items > .nav.item strong::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Orders.png);
}
/* my wishlist */
.block.account-nav #account-nav > .items > .nav.item a[href*="wishlist/"]::before,
.wishlist-index-index .block.account-nav #account-nav > .items > .nav.item strong::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Wishlist.png);
}
/* my wallet */
.block.account-nav #account-nav > .items > .nav.item a[href*="mpgiftcard/"]::before,
.mpgiftcard-index-index .block.account-nav #account-nav > .items > .nav.item strong::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Wallet.png);
}
/* brand i follow */
.block.account-nav #account-nav > .items > .nav.item a[href*="brand/customer/follow/"]::before,
.brand-customer-follow .block.account-nav #account-nav > .items > .nav.item > strong::before{
    /* content: "\e611";
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    color: #000;
    line-height: 24px;
    padding-right: 10px;
    font-weight: 900; */
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Brands-I-Follow.png);
}
/* need help */
.block.account-nav #account-nav > .items > .nav.item a[href*="contact/"]::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Need-Help.png);
}
.block.account-nav #account-nav .nav.item:first-child.current > strong,
.block.account-nav #account-nav .nav.item:first-child.current + .current > strong,
.block.account-nav #account-nav.submenu-active .nav.item:nth-child(-n + 4) > strong{
    border-bottom: 0;
}
.block.account-nav #account-nav.submenu-active .nav.item:nth-child(-n + 4) > a{
    border-bottom: 0;
    color: #737680;
}
.block.account-nav #account-nav.submenu-active .nav.item:nth-child(5) > a{
    border-bottom: 1px solid #000;
    color: #737680;
}
.block.account-nav #account-nav.submenu-active .nav.item:first-child > a{
    color: #000;
}
.block.account-nav #account-nav > .items > .nav.item:last-child > a{
    border: 1px solid #000;
    justify-content: center;
    padding: 5px;
    margin: 15px 0;
    border-radius: 8px;
    font-weight: 500;
}
/* customer my account accordion */
.block.account-nav #account-nav .nav.item:first-child::after{
    content: "\f068";
    position: absolute;
    top: 16px;
    right: 13px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    -webkit-text-stroke: 2px white;
}
.block.account-nav #account-nav:not(.submenu-active) .nav.item:first-child::after{
    /* content: "\2b"; */
    content: "\f067";
}
.block.account-nav #account-nav:not(.submenu-active) .nav.item:not(:first-child):nth-child(-n + 5){
    display: none;
}

/* hide the defualt dashboard section */
.block.block-dashboard-info.my-account-main.top-block + .block-dashboard-info{
    display: none;
}
/* main content width of customer account page */
.block-dashboard-info.top-block .block-title,
.newsletter-manage-index .page-title-wrapper,
.block-dashboard-info.top-block ~ .block-dashboard-addresses .block-title--myac{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.block-dashboard-info.top-block .block-content .box{
    margin-bottom: 20px;
}
.block-dashboard-info.top-block .box-information .box-content{
    max-width: 420px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block-dashboard-info.top-block .box-information .box-content .box-actions .action.edit::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/Edit.png);
}
.block-dashboard-info.top-block .box-information .box-content .box-actions .action.edit{
    background: none;
    border: none;
    padding: 0;
}
.block-dashboard-info.top-block .box-information .box-content .box-actions .action.edit > span{
    display: none;
}
.block-dashboard-info.top-block .block-content .box.personal-info .box-content{
    gap: 15px;
    align-items: center;
}
.block-dashboard-info.top-block .block-content .box.personal-info > .box-content:not(:has(.customer-image))::before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-size: cover;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/personal-info-user.png);
}
.block-dashboard-info.top-block .block-content .box.personal-info > .box-content > p{
    flex-grow: 2;
    margin-bottom: 0;
}
.block-dashboard-info.top-block .box-information .box-content .customer-image img{
    border-radius: 50%;
    margin: 0 10px;
}
.block-dashboard-info.top-block .box-information .box-content .customer-name{
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
}
.block-dashboard-info.top-block .box-information .box-content .email{
    color: #505050;
    font-weight: 800;
    font-size: 16px;
}
.block-dashboard-info.top-block .account-information .box-content{
    padding-top: 20px;
}
.block-dashboard-info.top-block .account-information .label{
    color: #000;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    width: 100px;
}
.block-dashboard-info.top-block .account-information .label + span{
    color: #4F4F4F;
}
.block-dashboard-info.top-block .box-newsletter .block-title,
.block-dashboard-info.top-block .box-newsletter .box-actions{
    display: none;
}
.block-dashboard-info.top-block .box-newsletter p{
    font-weight: 800;
}
.block-dashboard-info.top-block .box-newsletter input{
    margin-right: 5px;
}
.block-dashboard-info.top-block ~ .block-dashboard-addresses{
    margin-top: 0;
    display: none;
}
.block-dashboard-info.top-block ~ .block-dashboard-addresses .block-title--myac{
    margin-top: 0 !important;
}
/* address book page */
.customer-address-index .page-title-wrapper{
    display: none;
}
.block-addresses-top-block{
    display: flex;
    margin-left: 15px;
    padding: 0 25px 15px 0;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.block-addresses-top-block .block-title h3{
    font-weight: 500;
    color: #000;
}
.block-addresses-top-block .btn-primary.add{
    border-radius: 8px;
    font-weight: 800;
    background: unset;
    border: unset;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.block-addresses-top-block .btn-primary.add::before{
    content: "\2b";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    line-height: 38px;
}
.block-addresses-top-block ~ .block-addresses-default .box-content,
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item{
    padding: 15px;
    border: 1px solid #000;
    border-radius: 8px;
    margin-top: 0;
    display: flex;
    gap: 15px;
    min-height: 170px;
}
.block-addresses-top-block ~ .block .block-title--myac > h3{
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}
.block-addresses-top-block ~ .block address{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 5px;
}
address > .full-name{
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}
.block-addresses-top-block ~ .block address > br{
    display: none;
}
.block-addresses-top-block ~ .block address + .item.actions{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.block-addresses-top-block ~ .block address + .item.actions .btn-secondary{
    margin-left: 0;
}
.block-addresses-top-block ~ .block-addresses-list{
    clear: left;
    display: block !important;
}
.block-addresses-top-block ~ .block-addresses-list .block-title--myac{
    padding-top: 20px;
    border-top: 1px solid #CCC;
}
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.block-addresses-top-block ~ .block-addresses-default .box-content .btn-secondary.edit, 
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.edit{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.block-addresses-top-block ~ .block-addresses-default .box-content .btn-secondary.edit span, 
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.edit span{
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.block-addresses-top-block ~ .block-addresses-default .box-content .btn-secondary.edit::before, 
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.edit::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/Edit.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.delete{
    background: none;
    border: none;
    text-align: right;
}
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.delete span{
    display: none;
}
.block-addresses-top-block ~ .block-addresses-list > .block-content .items.addresses > .item .action.delete::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/trash-2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.customer-address-index .column.main > .row + hr,
.customer-address-index .column.main > .row + hr + .actions-toolbar{
    display: none;
}
/* customer edit page */
.customer-account-edit .page-title-wrapper{
    display: none;
}
/* .customer-account-edit header .top-header-content,
.customer-account-edit header .middle-header-content
{
    display: none;
} */
/* hide footer on customer account edit page */
/* .customer-account-edit .footer .middle-footer{
    display: none;
}
.customer-account-edit .header.header1:not(.active-sticky)::after{
    content: "";
    position: absolute;
    background-color: #F8F8FA;
    width: 100%;
    height: 54px;
}
.customer-account-edit #maincontent{
    padding-top: 50px;
} */
.customer-account-edit .form-edit-account{
    max-width: 700px;
    margin: auto;
}
.customer-account-edit .fieldset.info .block-title--myac h3{
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.customer-account-edit .fieldset.password .block-title--myac{
    display: none;
}
/* .customer-account-edit .form-edit-account .fieldset-fullname .fields{
    display: flex;
    flex-direction: column;
}
.customer-account-edit .form-edit-account .fieldset-fullname .fields .field{
    width: 100%;
} */
.customer-account-edit .form-edit-account .field:not(.choice) > .label,
.customer-account-edit .form-edit-account .field:not(.choice)  label,
.customer-account-edit .form-edit-account .field:not(.choice) input{
    color: #000 !important;
    font-size: 14px !important;
    border-radius: 8px;
}
.customer-account-edit .fieldset.password + hr{
    display: none;
}
.customer-account-edit .form-edit-account .action.save.btn.btn-primary{
    width: 100%;
    max-width: 200px;
    height: 48px;
    border-radius: 8px;
    font-weight: 800;
    float: right;
}
/* .customer-account-edit .form-edit-account .btn.upload-label.btn-black{
    padding: 0 50px;
    color: #fff;
}
.customer-account-edit .form-edit-account .btn.upload-label.btn-black > i{
    margin-right: 5px;
} */
.customer-account-edit .form-edit-account .field:not(.choice)  label{
    margin-bottom: 0;
}
.customer-account-edit .form-edit-account .fieldset > .field:not(.choice):not(.customer_file_upload){
    margin-bottom: 15px !important;
}
.customer-account-edit .form-edit-account .actions-toolbar{
    margin-top: 20px;
}
.fieldset.profile-image{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 20px 0;
}
.fieldset.profile-image #profile_pic{
    border-radius: 50%;
}
.fieldset.profile-image .customer_file_upload{
    position: relative;
    /*right: 45px;*/
}
.fieldset.profile-image .customer_file_upload .upload-label.btn-black{
    background: none;
    padding: 0;
}
.fieldset.profile-image .customer_file_upload .upload-label.btn-black > i.fa-upload,
.fieldset.profile-image .customer_file_upload .upload-label.btn-black > span.text{
    display: none;
}
.fieldset.profile-image .customer_file_upload .upload-label.btn-black > i.pe-7s-camera{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50%;
}
.fieldset.profile-image .customer_file_upload .upload-label.btn-black > i.pe-7s-camera:hover{
    color: #fff;
    background-color: #000
}
/* password meter */
#password-strength-meter-container.password-weak #password-strength-meter-label{
    color: red;
}
#password-strength-meter-container.password-strong #password-strength-meter-label{
    color: blue;
}
#password-strength-meter-container.password-very-strong #password-strength-meter-label{
    color: green;
}
/* edit address */
.customer-address-form .form-address-edit > hr{
    display: none;
}
.customer-address-form .form-address-edit{
    display: flex;
    flex-direction: column-reverse;
}
.customer-address-form .form-address-edit .actions-toolbar{
    order: -1;
}
.customer-address-form .column.main > .block-title--myac h3{
    font-size: 24px;
    text-transform: capitalize;
}
.customer-address-form #block-map{
    justify-content: flex-end;
    margin: auto;
}
.customer-address-form:not(._has-modal) .form-address-edit .field:not(.choice) input, .customer-address-form:not(._has-modal) .form-address-edit .field select, .customer-address-form:not(._has-modal) .form-address-edit .field textarea{
    color: #000;
    font-size: 14px;
    border-radius: 8px;
}
.customer-address-form:not(._has-modal) .form-address-edit .field label{
    color: #000;
}
.edit-address-type-block #shipping-address-type-block{
    gap: 15px 8px;
    padding-bottom: 15px;
}
.field.edit-address-type-block{
    margin-bottom: 20px;
}
.field.edit-address-type-block > .label{
    margin-bottom: 15px;
}
.customer-address-form .form-address-edit .fieldset:nth-child(2) > .field.address_type_data{
    display: none;
}
.customer-address-form .form-address-edit .actions-toolbar{
    text-align: right;
}
.customer-address-form .form-address-edit .actions-toolbar .save.btn-primary{
    width: 100%;
    max-width: 200px;
    opacity: 0.3;
    border-radius: 8px;
}
.customer-address-form .form-address-edit .actions-toolbar .save.btn-primary + .action.btn.btn-secondary{
    display: none;
}
.customer-address-form .form-address-edit .fieldset > .block-title--myac{
    display: none;
}
address i.icon,
.icon.address-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
address i.icon.home,
.icon.address-icon.home {
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/home.png);
}
address i.icon.office,
.icon.address-icon.office {
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/office.png);
}
address i.icon.apartment,
.icon.address-icon.apartment {
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/apartment.png);
}
address i.icon.hotel,
.icon.address-icon.hotel {
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/hotel.png);
}
address i.icon.other,
.icon.address-icon.other {
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/location.png);
}
/* my orders page */
.orders-history #my-orders-table .col.shipping{
    display: none;
}
.orders-history #my-orders-table thead tr th{
    font-size: 14px;
    font-weight: 800;
    color: #000;
    white-space: nowrap;
    text-transform: capitalize;
}
.orders-history .table-order-items thead tr th:first-child{
    text-align: center;
}
.orders-history #my-orders-table > tbody > tr{
    position: relative;
}
.orders-history .table-order-items tbody tr td{
    vertical-align: middle;
}
.orders-history #my-orders-table > tbody > tr > td{
    font-weight: 800;
}
.orders-history #my-orders-table > tbody > tr > td.status.Canceled{
    color: red;
}
.orders-history #my-orders-table > tbody > tr > td.actions .action.view{
    position: absolute;
    top: 40%;
    right: 0;
}
/* .orders-history #my-orders-table > tbody > tr > td.actions .action.view::after{
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    line-height: 20px;
} */
.orders-history #my-orders-table > tbody > tr > td.actions .action.view::after{
    content: none;
}
.orders-history #my-orders-table > tbody > tr > td.actions .action.view > span{
    display: none;
}
.orders-history #my-orders-table > tbody > tr > td.actions .action.view{
    width: 100%;
    height: 100%;
    inset: 0;
}
.orders-history #my-orders-table > tbody > tr > td.actions .action.order{
    display: inline-block;
    margin-right: 15px;
    /* font-size: 12px; */
    color: #000;
    position: relative;
    z-index: 2;
}
.sales-order-history .message.empty .box-image > img{
    max-width: 250px;
}
.sales-order-history .message.empty .text{
    font-size: 16px;
    color: #505050 !important;
}
.sales-order-history .message.empty .bottom-image img{
    max-width: 100%;
}

/* contact us */
.form.contact .field-recaptcha{
    margin-top: 20px;
}

.g-recaptcha + .field{
    display: none;
}

/* page title */
body:not(.cms-index-index):not(.sales-order-view) .page-main{
    margin-top: 40px;
}
.page-title-wrapper > .container{
    width: unset;
    padding: 0;
}
.page-title-wrapper .page-header.h1{
    font-size: 24px;
    font-weight: 500;
    border: 0;
}
.brand-brand-view .page-title-wrapper,
.brand-index-index .page-title-wrapper,
.customer-account-index .page-title-wrapper{
    display: none;
}
/* brand i follow page */
.block.following-brand .brand-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.block.following-brand .brand-item .box-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.block.following-brand .brand-item .box-content a{
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.block.following-brand .brand-item img{
    transition: all 300ms;
    max-width: 150px;
}
.block.following-brand .brand-item .box-content .brand-image:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.brand-customer-follow .brand-item .box-action a > i{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/trash.png);
    width: 20px;
}
.brand-customer-follow .brand-item .box-action a > span{
    display: none;
}
.brand-customer-follow .action-toolbar {
    margin-top: 40px;
}
.brand-customer-follow .action-toolbar .btn.btn-primary{
    border-radius: 8px;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    max-width: 180px;
}
.block.following-brand-empty{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block.following-brand-empty .message{
    font-size: 16px;
    color: #505050;
}
/* featured brand on the brand follow page */
.brand-customer-follow .featured-brands.mgs-brand{
    margin-top: 30px;
}
.brand-customer-follow .featured-brands.mgs-brand .content-heading h3.title{
    font-weight: 500;
}
.brand-customer-follow .brand-page-list .owl-item {
    padding: 0 15px;
}
/* sales order view */
.sales-order-view #maincontent{
    margin-top: 40px;
}
.sales-order-view .column.main{
    float: unset !important;
    margin: 0 auto;
}
/* .sales-order-view #maincontent::before{
    content: "";
    height: 40px;
    width: 100vw;
    background: #000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
} */
.sales-order-view  .page-title-wrapper > .container{
    width: 100%;
    text-align: center;
}
/* order progress bar */
.order-progress-bar{
    margin-top: 15px;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item::before{
    height: 1px;
}
.opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete) > span{
    color: #72757E;
}
.order-progress-bar .opc-progress-bar-item:not(._active) > span::after{
    content: none;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item > span::before{
    background: #C6984B;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._complete::before{
    background: #C6984B;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._active > span::before{
    border: 1px solid #C6984B;
    background-color: #fff;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._active > span::after{
    background-color: #C6984B;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._complete > span::before,
.order-progress-bar .opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete) > span::before{
    width: 14px;
    height: 14px;
    top: 12px;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete) > span::before{
    background: #fff;
    border: 1px solid #000;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item:not(._active):not(._complete)::before{
    background: #000;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._complete > span{
    color: #C6984B;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._complete:hover > span::before{
    background-color: #C6984B;
}
.order-progress-bar .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active::before{
    background: #000;
}
/* cacelled order progessbar */
.order-progress-bar .opc-progress-bar.canceled .opc-progress-bar-item._complete::before{
    background: red;
}
.order-progress-bar .opc-progress-bar.canceled .opc-progress-bar-item._complete > span{
    color: red;
}
.order-progress-bar .opc-progress-bar.canceled .opc-progress-bar-item > span::before{
    background: red;
}
.sales-order-view-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.sales-order-view-container .left-container {
    max-width: 345px;
}
.sales-order-view-container .left-container .row > div > .box > .block-title h4{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.sales-order-view-container .left-container .box-order-shipping-address > .box-content,
.sales-order-view-container .left-container .box-order-payment-summery > .box
{
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #000;
}
.sales-order-view-container .box-content address{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.sales-order-view-container .box-content address > br{
    display: none;
}
.sales-order-view-container .left-container .box-order-payment-summery > .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
}
.sales-order-view-container .left-container .box-order-payment-summery > .box h4,
.sales-order-view-container .left-container .box-order-payment-summery > .box dl{
    margin-bottom: 0;
}
.sales-order-view-container .left-container .box-order-payment-summery > .box h4,
.sales-order-view-container .left-container .box-order-payment-summery .box-content,
.sales-order-view-container .left-container .box-order-payment-summery > .box dl dt{
    color: #000;
    font-size: 14px;
    font-weight: 800;
}
.sales-order-view-container .left-container .box-order-payment-summery > .box.box-order-billing-method{
    margin-bottom: 15px;
}
.sales-order-view-container .block-actions{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.sales-order-view-container .block-actions > a{
    font-size: 20px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    border-width: 1px;
    border-radius: 8px;
    max-width: 200px;
}
.sales-order-view-container .block-actions > a.action.order{
    flex-grow: 2;
}
.sales-order-view-container .block-actions > a.action.back{
    visibility: visible;
}
.sales-order-view-container .right-container > .block-title{
    padding-top: 40px;
    margin-bottom: 15px;
}
.sales-order-view-container .right-container > .block-title h4{
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.sales-order-view-container .table-wrapper.order-items{
    background-color: #F9FAFA;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
}
.sales-order-view-container .right-container #my-orders-table > thead{
    display: none;
}
.sales-order-view-container .right-container #my-orders-table > tbody .col.price{
    display: none;
}
.sales-order-view-container .right-container #my-orders-table > tbody .col.qty .title{
    font-weight: bold;
}
.sales-order-view-container .right-container #my-orders-table > tbody > tr > td{
    border-top: 0;
}
.sales-order-view-container .right-container #my-orders-table > tfoot > tr > th{
    background-color: #F9FAFA;
    border: 0;
    padding-bottom: 0;
}
.sales-order-view-container .right-container #my-orders-table tfoot tr td{
    white-space: nowrap;
    border: 0;
    padding-bottom: 0;
}
.sales-order-view-container .right-container #my-orders-table tr > th,
.sales-order-view-container .right-container #my-orders-table tr td{
    font-size: 16px;
    font-weight: 800;
}
.sales-order-view-container .right-container #my-orders-table > tbody:last-of-type{
    border-bottom: 2px solid #ddd;
}
.sales-order-view .column.main > .items.order-links,
.sales-order-view .column.main > .order-details-items.ordered,
.sales-order-view .column.main > .block.block-order-details-view
{
    display: none;
}
/* my wallet page */
.mpgiftcard-index-index .page-title-wrapper {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.mpgiftcard-index-index .block-gift-card{
    margin-bottom: 30px;
}
.mpgiftcard-index-index .block-gift-card > .block-title {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.mpgiftcard-index-index .block-gift-card .box-information{
    padding: 30px;
    background-color: #F8F8FA;
}
.mpgiftcard-index-index .block-gift-card .box-information > .box-title{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
.mpgiftcard-index-index .block-gift-card .box-information .box-content > p{
    font-size: 34px;
    font-weight: 500;
    margin-top: 5px;
}
#giftcardContainer .box-information .actions.mpgiftcard{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#giftcardContainer .box-information .actions.mpgiftcard > .action{
    width: 130px;
    height: 100px;
    border-radius: 8px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
}
#giftcardContainer .box-information .actions.mpgiftcard > .action.action-top-up::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/arrow-up.png);
}
#giftcardContainer .box-information .actions.mpgiftcard > .action.action-voucher::before{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/voucher.png);
    position: relative;
    top: 10px;
}
#giftcardContainer .block-gift-card > .block-content > .no-transaction{
    text-align: center;
    font-size: 16px;
}
#giftcardContainer .block-gift-card > .block-content > .no-transaction img{
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
/* giftcard popup */
.mpgiftcad-popup {
    pointer-events: none;
}

.mpgiftcad-popup .modal-inner-wrap {
   pointer-events: auto;
}
.mpgiftcad-popup .modal-inner-wrap{
    background-color: #fff;
    padding: 40px !important;
    max-width: 545px;
}
.mpgiftcad-popup .action-close{
    right: 20px;
    top: 20px;
}
.mpgiftcad-popup .action-close::before{
    background-color: #fff;
    color: #000;
    font-size: 26px;
    width: 26px;
    height: 26px;
    border: 0;
}
.mpgiftcad-popup .modal-footer{
    display: none;
}
.mpgiftcad-popup .modal-header .modal-title{
    color: #37393D;
    font-weight: 500;
    text-align: left;
}
.mpgiftcad-popup .box-content input[type="text"]{
    color: #000;
    font-size: 14px;
}
.mpgiftcad-popup .box-content input::placeholder{
    color: #737680;
    font-size: 14px;
    font-weight: 500;
}
.mpgiftcad-popup .box-redeem-voucher .box-title{
    color: #37393D;
    font-size: 16px;
    font-weight: 400;
}
.mpgiftcad-popup .box-redeem-voucher .box-content{
    margin-top: 20px;
    /* border-bottom: 1px solid #ccc; */
}
.mpgiftcad-popup .box-redeem-voucher #check-code-form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.mpgiftcad-popup .box-redeem-voucher .box-content #giftcode{
    border-radius: 8px;
}
.mpgiftcad-popup .box-redeem-voucher #check-code-form .check-code-field{
    flex-grow: 2;
}
.mpgiftcad-popup .box-redeem-voucher #check-code-form .actions .action-check{
    display: none;
}
.mpgiftcad-popup .box-redeem-voucher #check-code-form .actions .action-redeem{
    margin: 0;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 8px;
}
.mpgiftcad-popup .box-redeem-voucher #check-code-form .actions .action-redeem:hover{
    background: #000;
    color: #fff;
}
.mpgiftcad-popup .box-wallet .box-balance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #F8F8FA;
    padding: 17px;
    margin: 10px 0 30px;
}
.mpgiftcad-popup .box-wallet .box-balance .box-title{
    font-size: 16px;
    font-weight: 400;
}
.mpgiftcad-popup .box-wallet .box-balance p{
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}
.mpgiftcad-popup .box-wallet > .box-title,
.mpgiftcad-popup .box-wallet .box-content > .wallet-topup-field > .box-title{
    color: #37393D;
    font-weight: 400;
}
.mpgiftcad-popup .box-wallet .box-content:not(:has(> .wallet-topup-gateway)) .wallet-topup-field > .box-title{
    display: none;
}
.mpgiftcad-popup .box-wallet .box-content > .wallet-topup-field + br{
    display: none;
}
.mpgiftcad-popup .box-wallet .box-content > .wallet-topup-field > .box-title {
    margin: 10px 0;
    display: block;
}
.mpgiftcad-popup .box-wallet .box-content .actions{
    margin-top: 30px;
}
.mpgiftcad-popup .box-wallet #topupamount{
    border-radius: 8px;
}
.mpgiftcad-popup .box-wallet #topupamountclick{
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway li{
    margin-bottom: 15px;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway li > div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway li > div > label{
    flex-grow: 2;
    margin-bottom: 0;
    padding: 11px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway li > div > label > span{
    font-weight: 600;
    margin: 0 5px;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway input[type="radio"]{
    accent-color: #000;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway input[type="radio"]:checked+label{
    border-color: #000;
}
.mpgiftcad-popup.modal-popup .action-close::before {
    line-height: 24px !important;
    background-color: #EBECEF !important;
}
/* my Newsletter Subscription */
.newsletter-manage-index .top-message{
    /* font-size: 14px; */
    font-weight: 800;
}
.newsletter-manage-index .customer-email{
    max-width: max-content;
    padding: 15px 20px;
    margin: 20px 0;
    border: 1px solid #000;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
}
.newsletter-manage-index .customer-email span{
    font-size: 16px;
    font-weight: 800;
}
.newsletter-manage-index .customer-email span.email{
    border-bottom: 1px solid #000;
}
.newsletter-manage-index .block-content + .block-title--myac{
    display: none;
}
.newsletter-manage-index .form-newsletter-manage .field.choice > .label{
    color: #000;
    font-weight: 800 !important;
}
/* my account submenu */
.header-15 .dropdown-toplinks .dropdown-menu>.links > li:not(.my-account-submenu){
    display: none;
}

.header-15 .dropdown-toplinks .my-account-submenu {
    padding: 50px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.header-15 .dropdown-toplinks .my-account-submenu > .leftcontainer{
    min-width: 220px;
}
.header-15 .dropdown-toplinks .my-account-submenu > .leftcontainer a{
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #000;
}
.header .dropdown-toplinks .dropdown-menu li.my-account-submenu > .leftcontainer a:not(.no-display){
    border-bottom: 1px solid #000

}
.header-15 .dropdown-toplinks .my-account-submenu > .leftcontainer a.authorization-link{
    color: #fff;
    margin-bottom: 10px;
}
/* submenu icons */
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-size: cover;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a[href*="customer/account"]::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Account.png);
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a[href*="sales/order/history/"]::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Orders.png);
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a[href*="mpgiftcard"]::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/My-Wallet.png);
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a[href*="newsletter/manage/"]::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Newsletter-Subscriptions.png);
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a.need-help::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Need-Help.png);
}
.header .header-15 .dropdown-toplinks .my-account-submenu > .leftcontainer a:hover{
    color: #fff;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a{
    font-size: 16px;
    font-weight: 800;
    border: 0;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.header .header-15 .dropdown-toplinks .my-account-submenu .greet{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.428;
    letter-spacing: 0.5px;
}
.header .header-15 .dropdown-toplinks .my-account-submenu .not-logged-in{
    font-size: 16px;
    font-weight: 800;
}
.header .header-15 .dropdown-toplinks .my-account-submenu .not-logged-in span:first-child{
    display: block;
}
.header .header-15 .dropdown-toplinks .my-account-submenu .logged-in{
    margin-bottom: 15px;
    text-transform: capitalize;
}
.header:not(.header1) .top-links .link.my-account-submenu,
#main-Accountcontent > .top-links .link.my-account-submenu{
    display: none;
}
/* header icon */
.header .header-15 .dropdown-toplinks .dropdown-toggle .pe-7s-user::before,
.header .header-15 .header-wl .pe-7s-like::before,
.header .header-15 .minicart-wrapper .action.showcart::before
{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: cover;
}
.header .header-15 .dropdown-toplinks .dropdown-toggle .pe-7s-user::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/User1.png);
}
.header .header-15 .header-wl .pe-7s-like::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Heart1.png);
}
.header .header-15 .minicart-wrapper .action.showcart::before{
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/header/Bag2.png);
}
/* product listing page */
.products.wrapper ~ .bottom-pagination .toolbar.toolbar-products .pages{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.products.wrapper ~ .bottom-pagination .toolbar.toolbar-products .pages > .page-amount{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 900;
}
.products.wrapper ~ .bottom-pagination .toolbar.toolbar-products .pages > .pagination{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.products.wrapper ~ .bottom-pagination .toolbar.toolbar-products .pages > .pagination .item.last-prefix a{
    border: none !important;
}
.product.product-item span.product-label
{
    font-weight: 500;
    top: 10px !important;
    left: 10px;
    border-radius: 2px;
    margin: 0;
    border: 0;
    padding: 0 10px;
    max-width: max-content;
    line-height: 30px;
}
.product.product-item span.product-label.sold-out-label{
    max-width: max-content;
    background-color: #B8BDCC !important;
    border: 0;
    /* line-height: 30px; */
}
/* .product.product-item span.product-label.new-label */
.product.product-item span.product-label:not(.sale-label):not(.sold-out-label){
    color: #fff !important;
    background: #000 !important;
}
.product.product-item span.product-label.sale-label{
    background: #FFD328 !important;
    color: #000 !important;
}
.toolbar .sorter .sorter-options{
    outline: none;
}
/* custom sorter */
 /* Style for the custom select container */
 .custom-sorter {
    position: relative;
    display: inline-block;
    z-index: 9;
    min-width: 210px;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

/* Style for the selected item */
.custom-sorter .select-selected {
    padding: 8px 25px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

/* Style for the dropdown items */
.custom-sorter .select-items {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 100%;
    /* max-height: 100px; */
    overflow-y: auto;
}

/* Style for individual dropdown options */
.custom-sorter .select-items div {
    padding: 8px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

/* Show the dropdown items when the select is clicked */
.custom-sorter.active .select-items {
    display: block;
    border-color: #000;
}
.custom-sorter.active .select-selected{
    border-color: #000;
    border-radius: 8px 8px 0 0;
    border-bottom-color: #ccc;
}
.custom-sorter .select-items div.selected{
    background-color: #EBECEF;
}
.custom-sorter .select-items div:hover{
    background-color: #B8BDCC;
}
.custom-sorter .select-selected::after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.custom-sorter.active .select-selected::after{
    content: "\f106";
}
/* hide original sorter */
.custom-sorter + .form-item-select{
    display: none;
}
/* lisitng page add to cart button changes */
.products-grid .product-item-info .product-item-inner{
    position: static;
}
.products-grid .product-item-info .tocart.btn-cart .icon{
    display: inline-block;
    padding-bottom: 3px;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart{
    position: relative !important;
    left: unset !important;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart .progress{
    height: 100%;
    width: 0%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: #818590;
    z-index: -1;
    transition: width 1.5s ease-in-out;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart.active .progress{
    width: 100%;
}
.catalog-product-view .products-grid .product-item-info .notify-wishlist{
    display: none;
}
/* product details page add to cart button */
.catalog-product-view .product-info-main #product-addtocart-button{
    z-index: 2;
}
.catalog-product-view .product-info-main #product-addtocart-button > span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.catalog-product-view .product-info-main #product-addtocart-button > span::before{
    content: "\e615";
    font-size: 20px;
    font-family: 'Pe-icon-7-stroke';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
#product-addtocart-button .progress{
    background: #818590 !important;
    width: 0 !important;
    transition: width 2s ease-in-out;
    border-radius: 8px;
    z-index: -1 !important;
}
#product-addtocart-button.active .progress{
    width: 100%  !important;
}
/* filter */
body:not(.brand-brand-view) .amshopby-button.-clear.-remove::before{
    content: "\e680";
    font-family: 'Pe-icon-7-stroke';
    font-size: 30px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    color: #000;
}
/* show the active filter at top  */
#am-shopby-container-top{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
#am-shopby-container-top > .block-subtitle{
    display: none;
}
#am-shopby-container-top > .filter-actions .filter-clear{
    color: #000;
    font-weight: 800;
}
#am-shopby-container-top .items{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#am-shopby-container-top .items .item{
    background-color: #D3D4D8;
    border-radius: 2px;
    padding: 5px 8px;
}
#am-shopby-container-top .items .item .filter-label{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
#am-shopby-container-top .items .item .am-filter-value{
    font-size: 12px;
}
/* homepage banner */
.cms-index-index .homepage-banner .owl-dots{
    position: absolute;
    bottom: 25px;
    text-align: left;
    margin-left: 60px;
    display: flex;
    gap: 5px;
}
.cms-index-index .homepage-banner .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #C29248;
}
.cms-index-index .homepage-banner .owl-dots .owl-dot.active{
    width: 24px;
    height: 24px;
    border: 1px solid #C29248;
    border-radius: 50%;
}
.cms-index-index .homepage-banner .owl-dots .owl-dot.active span{
    background: #C29248;
    margin: auto;
}

.homepage-banner .owl-carousel {
    min-height: 400px;
    display: block;
    background: url(../../frontend/Mgs/claue_rtl/ar_SA/images/loader-1.gif) no-repeat center center;
}
.homepage-banner .owl-carousel .mgz-carousel-item {
    display: none;
}
.homepage-banner .owl-carousel.owl-loaded {
    background: none;
    min-height: auto;
}
.homepage-banner .owl-carousel.owl-loaded .mgz-carousel-item {
    display: block;
}

/* .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text::placeholder{
    font-size: 12px;
    font-weight: 400;
    color: #737680;
}
html:not(.search-open) .header-15 .search-form > .actions-search .action-search .pe-7s-search::before{
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/search.png);
    background-size: contain;
    display: inline-block;
} */
.custom-carousel-dots .owl-dots{
    display: flex;
    justify-content: space-evenly;
}
.custom-carousel-dots .owl-dots .owl-dot{
    width: 100%;
}
.custom-carousel-dots .owl-dots .owl-dot span{
    width: 100%;
    height: 4px;
    border-radius: 0;
    box-shadow: unset;
    margin: 0;
}
.custom-carousel-dots .owl-dots .owl-dot:not(.active) span{
    background: #DDDFE4;
}
.custom-carousel-dots .owl-dots .owl-dot.active span,
.custom-carousel-dots .owl-dots .owl-dot:hover span{
    background: #414348;
}
.custom-carousel-dots .owl-dots .owl-dot:first-child span{
    border-radius: 8px 0 0 8px;
}
.custom-carousel-dots .owl-dots .owl-dot:last-child span{
    border-radius: 0 8px 8px 0;
}
/* hide page title from  login / create pages */
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper{
    display: none;
}
/* product swatch css */
.swatch-attribute.size .swatch-option.text{
    padding: 2px 10px !important;
    box-sizing: content-box;
    max-height: 18px;
    line-height: unset;
}
.product-item-details .swatches-top{
    margin-bottom: 10px;
}

.products-grid:has(.swatches-top div) .product-item-info .product-item-details:not(:has( > .swatches-top div)) > .product-brand{
    margin-top: 35px;
}
.products-grid:has(.swatches-top div) .product-item-info .product-item-details:not(:has( > .swatches-top div)):not(:has(> .product-brand)) > .product-item-name{
    margin-top: 35px;
}
/* follow brand not loggin popup */
.modal-popup.brand-login-account .modal-inner-wrap{
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-popup.brand-login-account .modal-header .action-close::before{
    content: "\e680";
    font-family: 'Pe-icon-7-stroke';
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: relative;
    left: 10px;
}
.login-popup-block .block-customer-login .block-title,
.login-popup-block .block-customer-login .field.note,
.login-popup-block .block-customer-login .action.remind,
.login-popup-block .block-new-customer > .block-title,
.login-popup-block .block-new-customer > .block-content > p{
    display: none;
}
.login-popup-block > .block-title{
    color: #000;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
    max-width: 300px;
    text-align: center;
    margin-bottom: 20px;
}
#block-new-customer-heading,
.block-customer-login #block-customer-login-heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
}
.login-popup-block .block.account-social-login .social-btn .btn-social{
    font-weight: 800;
}
.login-popup-block .email-note-block{
    text-align: center;
    margin-bottom: 15px;
}
.login-popup-block .email-note-block span{
    font-size: 16px;
    font-weight: 800;
    position: relative;
}
.login-popup-block .email-note-block span:before,.login-popup-block .email-note-block span:after {
    position: absolute;
    content: "";
    width: 52px;
    height: 2px;
    background: #AAAFBD;
    top: 48%
}
.login-popup-block .email-note-block span:before {
    left: -65px
}
.login-popup-block .email-note-block span:after {
    right: -65px
}
.login-popup-block .form-group > label{
    color: #000 !important;
    font-weight: 800 !important;
}
.login-popup-block .form-group input.input-text{
    border-radius: 8px;
}
.login-popup-block .form-group ::placeholder{
    color: #737680;
    font-size: 14px;
    font-weight: 800;
}
.login-popup-block .login.btn{
    font-weight: 800;
    border-radius: 8px;
    width: 100%;
    opacity: 0.4;
}
.login-popup-block .block-new-customer .actions-toolbar > .primary{
    width: 100%;
}
.login-popup-block .dont-have-account{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 15px;
}
.login-popup-block .block.block-new-customer .action.create.btn.btn-secondary{
    color: #000;
    font-weight: 800;
    font-size: 14px;
    height: 40px;
    width: 100%;
    background: #fff;
    border-width: 1px;
    line-height: 40px !important;
}
.follow_data .following{
    color: #37393D;
    font-size: 24px;
    font-weight: 800;
}
/* homepage image hover effect */
.custom-animation .mgz-single-image-inner,
.custom-animation .owl-item .item-inner {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.custom-animation .mgz-single-image-inner::before,
.custom-animation .owl-item .item-inner::before {
    position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
    visibility: hidden;
}
.custom-animation .mgz-single-image-inner:hover::before,
.custom-animation .owl-item .item-inner:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
    animation-iteration-count: 1;
    z-index: 2;
    visibility: visible;
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 100%;
	}
}
/* minicart */
.minicart-wrapper.active::after{
    opacity: 0.6;
}
.block-minicart .close-minicart.minicart_top{
    display: none;
}
.block-minicart  .block-minicart-top{
    /* padding: 10px 20px; */
    padding: 10px 0;
    margin: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ccc;
}
.block-minicart  .block-minicart-top .block-title strong{
    color: #000;
    font-weight: 800;
    font-size: 24px;
}
.block-minicart  .block-minicart-top .block-title strong > .text{
    margin-right: 10px;
}
.block-minicart  .block-minicart-top .block-title strong > span:not(.text){
    font-size: 14px;
    vertical-align: middle;
}
.block-minicart .block-minicart-top .block-title strong > span.qty.empty{
    display: none;
}
.block-minicart  .block-minicart-top .action.close{
    display: block;
    float: left;
    opacity: 1;
    padding: 0 10px;
}
.block-minicart  .block-minicart-top .action.close > span{
    display: none;
}
.block-minicart  .block-minicart-top .action.close::before{
    content: "\f104";
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    position: relative;
    bottom: 2px;
}
.block-minicart .product-item-photo > .product.actions{
    display: none;
}
.block-minicart .minicart-items .product-item .product.actions{
    top: 0;
    right: 0;
    left: unset;
    transform: unset;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
}
.block-minicart .cart_delete_price > .product.actions > .primary{
    display: none;
}
.block-minicart .minicart-items .product-item .product.actions .action.delete{
    background-color: unset;
    border: unset;
}
.block-minicart .minicart-items .product-item .product.actions .action.delete::after{
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/trash-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.block-minicart .block-footer > .actions > .secondary .btn-secondary,
.block-minicart .block-footer > .actions > .primary .btn-primary{
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.block-minicart .block-footer > .actions > .secondary .btn-secondary::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/arrow-right.png);
    background-size: cover;
}
.block-minicart .minicart-items .product-item .details-qty.qty .icon .fa-angle-down{
    font-size: 18px;
}
.block-minicart .block-content dl.product.options.list dt{
    color: #737680 !important;
    line-height: 18px;
}
.block-minicart .block-content dl.product.options.list dd{
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 18px;
}
.block-minicart .minicart-items .product-item  dl.product.options.list{
    padding: 0;
    margin-bottom: 0;
}
.block-minicart .minicart-items .product-item .product-item-details > .product.options{
    padding: 0;
}
.block-minicart .minicart-items .product-item .product-item-details > .product.options > .toggle{
    display: none;
}
.block-minicart .minicart-items .product-item .product-item-details > .product.options > .content{
    display: block !important;
}
.block-minicart .block-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 20px;
    background-color: #F3F3F3;
    z-index: 1;
}
.block-minicart .block-footer.empty{
    display: none;
}
.block-minicart .block-footer > .items-total{
    position: absolute;
    left: 90px;
    top: 16px;
}
.minicart-wrapper .block-content .minicart-items-wrapper{
    height: calc(100vh - 180px) !important;
}
.minicart-active #callbell-iframe,
.minicart-active .scroll-to-top{
    display: none;
}
.minicart-wrapper .block-content .minicart.empty.text-message{
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}
.minicart-wrapper .block-content .minicart.empty.text-message::before{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../../frontend/Mgs/claue_rtl/ar_SA/images/NoItemsCart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.block-minicart.empty .block-content .subtitle.empty{
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
}
.block-minicart.empty .block-content:has( .subtitle.empty){
    height: calc(100vh - 165px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.block-minicart.empty .block-content .subtitle.empty ~ .actions{
    text-align: center;
    width: 100%;
}
.block-minicart.empty .block-content .actions .continue-shopping{
    color: #fff;
    font-weight: 800;
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
}
.block-minicart .minicart-items .product-item .details-qty.qty .cart-item-qty{
    max-width: 45px !important;
    line-height: 20px;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: none;
}
.block-minicart .minicart-items .product-item .details-qty.qty .cart-item-qty option{
    border: 1px solid #ccc;
    text-align: center;
}
.block-minicart .minicart-items .product-item .details-qty.qty .update-cart-item{
    margin: 0 3px;
    border-radius: 8px;
    font-weight: 700;
}
/* minicart container issue when not opened */
.minicart-wrapper.active .block-minicart {
    opacity: 1;
    transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
  }
.minicart-wrapper .block-minicart{
    right: -450px;
}
/*  fix minicart not showing while scrolling the page  */
.minicart-active .header.active-sticky .top-header-content.header-15,
.search-open .header.active-sticky .top-header-content.header-15{
    display: block !important;
}
/* wishlist page changes */
.wishlist-index-index .page-title-wrapper{
    margin-bottom: 15px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner > .product-item-actions .btn-remove{
    display: none;
}
.wishlist-index-index  .products-grid.wishlist .product-item-info .product-top{
    margin-bottom: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-brand{
    text-align: center;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-top a.btn-remove.action.delete{
    margin: unset;
    padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-top a.btn-remove.action.delete > span i{
    content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/trash.png);
    padding: 5px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-reviews-summary .rating-summary {
    display: flex;
    align-items: center;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-reviews-summary .rating-summary > a{
    margin: auto;
}
/* recommended for you slider */
body:not(.cms-index-index) .attribute-product-cat-block{
    margin-top: 20px;
}
.wishlist-index-index  .attribute-product-cat-block .products-grid .product-item-info .product-top a.photo{
    padding-bottom: 110% !important;
}
/* remove old product label */
.wishlist-index-index .products-grid .product-item-info .unavailable.stock{
    display: none;
}

.products-grid.wishlist .product-item-info{
    padding-top: 15px;
    margin-bottom: 20px !important;

    .product-top .actions-link{
        right: 15px;
    }
}

/* breadcrumbs */
.breadcrumbs .items > li + li::before{
    content: '/';
    color: #000;
    font-size: 18px;
}
.breadcrumbs .items{
    display: flex;
    align-items: center;
}
.breadcrumbs .items > li{
    display: flex;
    align-items: center;
}
/* category page */
/* filter */
.block.filter .block-content .togglecustom .customtoggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block.filter .block-content .togglecustom .customtoggle > span{
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
.block.filter .block-content .togglecustom .customtoggle .switchtoggle{
    width: 40px;
    height: 20px;
}
.block.filter .block-content .togglecustom .customtoggle .slidertoggle::before{
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
}
.block.filter .block-content .togglecustom .customtoggle .switchtoggle  input[type="checkbox"]:not(:checked) + .slidertoggle{
    background-color: #AAAFBD;
}
.block.filter .block-content .togglecustom .customtoggle .switchtoggle input:checked + .slidertoggle::before{
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.block.filter .filter-content .filter-options-item .filter-options-title::after{
    /* content: "\f107" !important; */
    content: "+" !important;
    font-size: 30px !important;
    line-height: 35px;
    color: #000 !important;
}
.block.filter .block-content.filter-content .filter-options-item.active .filter-options-title::after {
    /* content: "\f106" !important; */
    content: " " !important;
    border-top: 3px solid #000;
    width: 15px;
    height: 15px;
}
/* price filter tooltip */
.block.filter .block-content.filter-content .filter-options-item .am-filter-items-price{
    margin-top: 40px;
}
.block.filter .block-content .am-filter-items-price .ui-slider-handle .amshopby-slider-tooltip{
    color: white;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    bottom: calc(100% + 7px);
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .03em;
    line-height: 1;
    padding: 4px 10px;
    position: absolute;
    transition: none;
    z-index: 1;
    right: -35px;
    white-space: nowrap;
}
/* .amshopby-slider-container .ui-slider-handle .amshopby-slider-tooltip:before, */
.block.filter .block-content .amshopby-slider-container .ui-slider-handle .amshopby-slider-tooltip:after {
    border: 1px solid;
    border-color: inherit;
    box-sizing: content-box;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    top: 19px;
    background-color: #000;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item{
    border-bottom: none;
}
/* hide product variants hover image on the listing */
.custom-tooltip:hover .custom-tooltiptext {
    visibility: hidden;
}

/* confimation popup */
.modal-popup.confirm .modal-inner-wrap .modal-footer{
    display: flex;
}

/* customer push notification popup */
html:has( body.cms-index-index._has-modal){
    overflow: hidden;
}
.modal-popup.confirm.push-notification .modal-inner-wrap{
    width: 90% !important;
    max-width: 400px;
    padding: 15px !important;
}
.modal-popup.confirm.push-notification .modal-inner-wrap .modal-header{
    align-self: center;
    text-align: center;
}
.modal-popup.confirm.push-notification .modal-inner-wrap .modal-header .modal-title{
    max-width: 270px;
    font-size: 20px;
    padding: 0;
}
.modal-popup.confirm.push-notification .modal-inner-wrap .modal-content{
    font-style: normal;
    padding: 10px 0 !important;
}
.modal-popup.confirm.push-notification .modal-inner-wrap .modal-footer{
    gap: 15px;
    padding: 0 !important;
}
.modal-popup.confirm.push-notification .modal-footer .action-secondary{
    margin: 0;
}
.modal-popup.confirm.push-notification .action-close{
    background-color: #EBECEF;
}
.modal-popup.confirm.push-notification .action-close::before{
    color: #000 !important;
    font-weight: 900;
}
/* hide cookie notice message */
.cookie-status-message {
    display: none;
}
/* newsletter popup */
#newsletter-popup > .action-close{
    right: -35px !important;
    top: -20px !important;
    border-radius: 50%;
    color: #000;
    background-color: #EBECEF;
}
#newsletter-popup .pop-sletter-title{
    display: flex;
    align-items: center;
}
#newsletter-popup .pop-sletter-title h4{
    line-height: 1.428;
}

.sidebar-additional #widget-new-products-new_release_products li.product-item .product-item-info{
    display: flex;
    align-items: center;
    gap: 25px;
}
.sidebar-additional #widget-new-products-new_release_products li.product-item .product-item-info .product-item-name{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.content-heading .title,
.block.review-add .block-title .title {
    position: relative;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
/* remove line cross line(line-through) from the removed filter */
.am-item-removed {
    text-decoration: none;
}
/* tabby */
#tabbyPromo{
    margin-top: 20px;
}

.top-custom-link .tooltip-text {
    top: 36px;
    left: 140px;
    width: auto;
    z-index: 9999;
    padding: 16px;
    position: absolute;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 8%);
    border-radius: 2px;
    background-color: #FFFFFF;
    opacity: 0;
    transform: scale(0.75, 0.5625);
    transition: opacity 205ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 137ms cubic-bezier(0.4, 0, 0.2, 1) 68ms;
    visibility: hidden;
}    
.top-custom-link li:hover .tooltip-text {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: opacity 205ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 137ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.top-custom-link .tooltip-text::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 50px;
    margin-left: auto;
    border-color: #ecedeb;
    border-style: solid;
    border-width: 0 1px 1px 0;
    margin-right: auto;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.top-custom-link .shiptext .li_text{
    float: right;
    padding: 1px 0 0 4px;
    font-size:14px;
    font-weight:500;
}

/* small devices */
@media (max-width: 767px) {
    /* homepage banner */
    .homepage-banner .owl-carousel{
        min-height: 275px;
    }

    .cms-index-index .image-animation .product-details-new{
        text-align: center !important;
    }
    .text-wrapper.customer-top-section{
        width: 100%;
    }
    .customer-account-create .block.account-social-login{
        width: 100%;
    }
    .catalog-product-view .product-detail-infomation{
        padding-top: 20px;
    }
    .modal-popup.amreview-popup .modal-inner-wrap{
        max-width: 95%;
        margin: 0 auto;
    }
    .checkout-success.block .order-top-details{
        font-size: 12px;
        top: 26%;
    }
    .checkout-success.block .order-top-details .message{
        font-size: 14px;
    }
    .checkout-success.block .middle-container{
        grid-template-columns: 1fr;
    }
    .sales-order-view-container{
        /* grid-template-columns: 1fr; */
        grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
    }
    /* slider item buttons changes */
    .products-grid .product-item-info .product-item-inner .alert,
    .products-grid .product-item-info button.action.tocart.primary.btn-cart{
        color: #000 !important;
        font-weight: 800;
        font-size: 14px;
        min-width: 85%;
        border-radius: 8px;
        background: #fff !important;
    }
    .products-grid .product-item-info button.action.tocart.primary.btn-cart > span.text::after,
    .products-grid .product-item-info .product-item-inner .btn.a-button > span.text::after{
        content: url(../../frontend/Mgs/claue_rtl/ar_SA/images/arrow-black.png);
        display: inline-block;
        position: relative;
        top: 2px;
        left: 5px;
    }
    /* breadcrumbs changes for small devices */
    .breadcrumbs{
        background-color: #000 !important;
        color: #fff;
        padding: 0;
        margin-bottom: 20px;
        overflow-x: auto;
    }
    .breadcrumbs .items > li{
        white-space: nowrap;
    }
    .breadcrumbs .items li strong{
        color: #fff;
    }
    .breadcrumbs .items > li a{
        color: #fff !important;
    }
    .breadcrumbs .items > li + li::before{
        color: #fff;
    }
    .breadcrumbs::-webkit-scrollbar{
        display: none;
    }
    .checkout-cart-index .breadcrumbs{
        display: none;
    }
    body:not(.cms-index-index):not(.sales-order-view) .page-main{
        margin-top: 20px !important;
    }
    /* checkout second header */
    .header2-header-content{
        display: none;
    }
    .minicart-wrapper.active #btn-minicart-close::after{
        content: "\e680";
        font-family: 'Pe-icon-7-stroke';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;   
        line-height: 1;
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: -40px;
        top: 0;
    }
    /* show top header only for homepage */
    body:not(.cms-index-index) .header.header1 > .top-header-content.header-15{
        display: none;
    }
    /* cart page  */
    .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.item{
        padding: 10px !important;
    }
    .checkout-cart-index .cart-container{
        display: flex;
        flex-direction: column;
    }
    .checkout-cart-index  .cart-container .form-cart{
        order: -1;
    }
    /* add to cart sticky button */
    .catalog-product-view .actions.active-sticky #product-addtocart-button{
        position: fixed;
        bottom: 0;
        z-index: 9;
        /* max-width: calc(100% - 60px) !important; */
    }
    .catalog-product-view .actions.active-sticky + .actions{
        position: fixed;
        bottom: 0;
        right: 10px;
        z-index: 9;
    }
    .catalog-product-view .actions.active-sticky + .actions .action.towishlist{
        width: 40px !important;
        height: 40px !important;
        border: 1px solid #000 !important;
    }
    .catalog-product-view:has(div.actions.active-sticky) #callbell-iframe{
        display: none;
    }
    /* shop by brand */
    .shop-by-brand ul.characters-filter{
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        padding-bottom: 15px;
    }
    .shop-by-brand ul.characters-filter > li{
        flex: 0 0 36px;
    }
    /* shop by brand search bar icon */
    .shop-by-brand .brand-search .actions button.action{
        background: none;
        border: none;
        padding: 0 10px;
        cursor: pointer;
    }
    .shop-by-brand .brand-search .actions button.action > span{
        display: none;
    }
    .shop-by-brand .brand-search .actions button.action::before{
        font-family: 'Pe-icon-7-stroke';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 40px;
        color: #000;
        font-size: 25PX;
    }
    .shop-by-brand .brand-search .actions > button.action.btn-primary:first-child::before{
        content: "\e618";
    }
    .shop-by-brand .brand-search .actions button.action.reset::before{
        content: "\e61c";
    }
    /* checkout map */
    .checkout-index-index #checkout-step-shipping{
        padding-top: 0;
    }
    /* my order */
    .order-progress-bar .opc-progress-bar{
        gap: 5px;
    }
    .checkout-cart-index .cart-summary .cart-summary-bottom .payment-block{
        justify-content: center;
    }
    .catalogsearch-result-index .category-product-actions .filter-toggle ~ .block{
        display: none;
    }
    .catalogsearch-result-index .category-product-actions .block-mobile{
        margin-top: 30px;
    }
    .catalogsearch-result-index .category-product-actions .block-mobile > .block{
        margin-bottom: 0;
    }

    .show-view-bag #callbell-iframe{
        visibility: hidden;
    }
}
@media (min-width: 768px) {
    /* cart page */
    .checkout-cart-index .cart-summary{
        width: 32.5%;
        float: right;
    }
    .checkout-cart-index .cart-container .form-cart{
        width: 67.5%;
        float: left;
        padding-right: 4%;
        position: relative;
    }
    .checkout-cart-index #shopping-cart-table tbody {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc !important;
    }
    /* address edit page */
    .customer-address-form #block-map{
        max-width: 65%;
    }
    .customer-address-form .column.main > .block-title--myac{
        max-width: 65%;
        margin: 0 auto;
    }
    .customer-address-form .form-address-edit .fieldset:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    .customer-address-form .form-address-edit .fieldset > .block-title--myac,
    .customer-address-form .form-address-edit .fieldset > .field.edit-address-type-block,
    .customer-address-form .form-address-edit .fieldset > .field.notes,
    .customer-address-form .form-address-edit .fieldset > .field.choice,
    .customer-address-form .form-address-edit .fieldset > .message.info{
        grid-column: 1/3;
    }
    /* slider item buttons changes */
    .products-grid .product-item-info .product-item-details{
        position: relative;
    }
    .products-grid .product-item-info .product-item-inner > .product-item-actions{
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -86px;
        z-index: 4;
        width: 100%;
    }
    .products-grid .product-item-info:hover .product-item-inner > .product-item-actions,
    .products-grid .product-item-info:has(.action.tocart.primary.btn-cart.active) .product-item-inner > .product-item-actions{
        visibility: visible;
        opacity: 1;
    }
    .products-grid .product-item-info button.action.tocart.primary.btn-cart{
        font-weight: 500;
        font-size: 16px;
        height: 40px;
        min-width: 85%;
    }
    .products-grid .product-item-info .product-item-inner .alert,
    .products-grid .product-item-info .product-item-inner .btn.a-button{
        color: #fff !important;
        font-size: 16px;
        font-weight: 500;
        min-width: 85%;
        border-radius: 8px;
        background-color: #000;
    }
    /* wishlist page changes */
    .wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner{
        position: relative !important;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner > .box-tocart{
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -115px;
        z-index: 4;
        width: 100%;
        max-width: 75%;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-info:hover  .product-item-inner > .box-tocart {
        visibility: visible;
        opacity: 1;
    }
    .catalog-product-view .products-grid.wishlist .product-item-info .product-item-inner > .product-item-actions{
        top: -60px;
    }
    /* customer account edit page */
    .customer-account-edit .form-edit-account .fieldset.password{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
    }
    .customer-account-edit .form-edit-account .fieldset.password > .field.email,
    .customer-account-edit .form-edit-account .fieldset.password > .field.password.current{
        grid-column: 1/3;
    }
    /* checkout header */
    .checkout-index-index header .top-header-content,
    .checkout-index-index header .bottom-header-content
    {
        display: none;
    }
    .checkout-index-index header .middle-header-content.header-15{
        display: none !important;
    }
    /* catalog search */
    .catalogsearch-result-index .category-product-actions .toolbar-products + .block-mobile{
        display: none;
    }
}
/* desktop devices */
@media (min-width: 1200px) {
    .header-15 + .middle-header-content .table-icon-menu-mobile{
        display: none;
    }
    .header-15 .dropdown-toplinks .dropdown-menu{
        min-width: 80vw;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title{
        color: #000;
        font-weight: 800;
    }
    .header.header1{
        border-bottom: none !important;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu > li.hover_active:hover > a > span{
        border-bottom: 2px solid  #000000;
        padding-bottom: 3px;
    }

    body .header:not(.header6):not(.header7) .navigation .nav-main-menu > li:not(.hover_active) > .dropdown-menu{
        opacity: 0;
        visibility: hidden;
        display: none !important;
    }

    .header:not(.header6):not(.header7) #main-Menucontent .navigation #mainMenu{
        border-bottom: 2px solid #ccc;
    }
    
    .header:not(.header6):not(.header7) #main-Menucontent .navigation #mainMenu:has(> li.hover_active) {
        border-bottom-color: transparent;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu{
        box-shadow: none;
        border-top: 0;
        max-height: 90vh;
        overflow-y: auto;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li.shop-by-brand-menu #myInput{
        border-radius: 10px;
        border: 1px solid #ccc;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li.shop-by-brand-menu #myInput::placeholder{
        color: #737680;
        font-weight: 800;
        font-size: 14px;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li.shop-by-brand-menu > .dropdown-menu::-webkit-scrollbar-track{
        background-color: #fff;
    }
    /* overlay */
    .search-open .cc_overlay,
    .cc_overlay.hover_active
    {
        display: block !important;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: unset;
        z-index: 9;
        opacity: 1;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li a{
        color: #000 !important;
        padding: 10px 0 0 !important;
        margin: 0 15px;
        display: inline-block !important;
        font-weight: 800;
        border-bottom: 2px solid transparent !important;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li.level2 a{
        color: #575757 !important;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li a:hover{
        border-bottom: 2px solid #000 !important;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li a > .icon-next > i{
        position: absolute;
        right: 15px;
        padding-top: 5px;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu > li .dropdown-menu{
        padding-bottom: 10px;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu > li.hover_active > .dropdown-menu{
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
    /* push-notification */
    .modal-popup.confirm.push-notification .modal-inner-wrap{
        top: 60px;
        right: 30px;
        margin-right: 0;
        transform: unset;
    }
}
/* small devices */
@media (max-width: 1199px) {
    .header-15 .logo-header {
        display: none;
    }
    .header-15 .table-icon-menu-Desktop{
        height: 0;
    }
    .header-15 .table-icon-menu-Desktop .search-form.not-full,
    .header-15 .table-icon-menu-Desktop .minicart-wrapper .action.showcart{
        display: none !important;
    }
    .header > .sub-categories{
        order: 3;
    }
}
/* medium devices */
@media (max-width: 991px) {
    .footer-redesign .left-block > div.shipping-and-info{
        padding: 0;
        position: static;
    }
    .footer-redesign .copyright{
        margin-top: 20px;
    }
    .opc-estimated-wrapper{
        margin-top: 40px;
    }
    #am-shopby-container-top{
        display: none;
    }
    /* category filter */
    .catalog-category-view.page-layout-2columns-left .block.filter .block-content.filter-content{
        padding: 0;
    }
    .catalog-category-view .block-content .block-filter-content{
        padding: 15px;
    }
    .block-content.filter-content .close-filter-fixed{
        display: block !important;
        font-size: 16px;
        line-height: 50px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        position: relative;
        background: #000000;
    }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span{
        padding-top: 5px;
    }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span > .checkout-step-icon::before{
        content: unset !important;
    }
    .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header{
        background-color: white;
    }
    .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close{
        position: static;
    }
    .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content{
        padding: 20px;
    }
    .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .opc-block-payment-block .payment-block{
        justify-content: center;
    }
    .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .opc-block-payment-block{
        margin-bottom: 30px;
    }
    .block.filter .block-content .am-filter-items-price{
        padding: 0 15px;
    }
    .block.filter .block-content .am-filter-items-price .ui-slider-handle .amshopby-slider-tooltip{
        font-size: 12px;
        padding: 5px;
        right: -21px;
    }
    .block.filter .block-content .amshopby-slider-container .ui-slider-handle .amshopby-slider-tooltip::after{
        top: 17px;
    }
}
@media (min-width: 992px){
    .footer-redesign .left-block > div{
        padding: 0;
    }
    .footer-redesign .left-block div[id^='expand-content-']{
        display: block !important;
    }
    .checkout-index-index header:not(.active-sticky) ~ #maincontent{
        margin-top: 15px;
    }
    .checkout-index-index header:not(.active-sticky) ~ #maincontent .opc-progress-bar{
        position: relative;
        /* bottom: 60px;
        z-index: 999; */
        bottom: 40px;
        z-index: 99;
        margin-bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        /* width: 100vw; */
        /* background: linear-gradient(to bottom, transparent 25%, #f8f8fa 30%); */
    }
    /* My Account */
    .account-nav .block-title.title.account-nav-title{
        display: none;
    }
    /* main content width of customer account page */
    body.account:not(.sales-order-view) .column.main.pull-right{
        /* max-width: 800px; */
        padding-left: 120px;
    }
    #am-shopby-container,
    #am-shopby-container + .filter-actions{
        display: none   ;
    }
    /* checkcout wallet section */
    #block-gift-card-discount .gift-credit-apply-content{
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: center;
        gap: 20px;
    }
    .checkout-cart-index  #block-gift-card-discount > .content > .loading-mask{
        position: fixed !important;
        top: 50%;
        left: 50%;
    }
    .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span{
        color: transparent !important;
    }
    .attribute-product-cat-block .content-heading {
        height: 40px !important;
    }
    .catalog-category-view .category-view .category-title{
        float: right;
    }
}
/* responsive issue */
@media (max-width: 480px) {
    .header-15 .top-custom-link span.payment + span,
    .header-15 .top-custom-link .shiptext .li_text{
        font-size: 12px;
    }
    #block-map > #open_map.snippet-added{
        position: static;
        margin-bottom: 15px;
    }
}
@media (min-width: 481px) {
    /* show the total product count on the listing page */
    .category-product-actions .toolbar.toolbar-products .toolbar-amount{
        display: block;
        font-weight: 800;
        order: -1;
    }
}
@media (min-width: 361px) {
    .mgz-element-slider .homepage-banner.mobile .mgz-carousel-item{
        min-height: 280px;
    }
}
@media (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) { 
    .cms-index-index .homepage-banner .owl-dots{
        bottom: 50px;
    }
}
.mf-payment-methods-container{
    max-width: 44rem;
    background-color: #fff;
    border: 0.063rem solid #e2e5e8;
    border-radius: 0.5rem;
    box-shadow: 0.063rem 0.063rem 0.625rem 0 rgba(144,144,144,.5);
    padding: 0.5rem 2rem;
    margin: 0.5rem auto;
    display: flex;
    flex-direction: column;
}
.mf-divider {
    width: 100%;
    text-align: center;
    border-bottom: 0.063rem solid #c7c7c7;
    line-height: .1rem;
    margin: 1.25rem 0;
}
.mf-divider span {
    color: #888484;
    background: #fff;
    padding: 0 0.625rem;
}
.mf-card-container {
    border: 0.063rem solid #e3e3e8;
    border-radius: 0.5rem;
    box-shadow: 0 0.063rem 0.188rem 0 rgba(0,0,0,.1), 0 0.063rem 0.125rem 0 rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.3rem 0;
    padding: 0.3rem 1.95rem;
    cursor: pointer;
    background-color: #fff;
}
.mf-row-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline-end: 2rem;
    text-align: start;
}
.mf-payment-logo {
    margin-inline-end: 1rem;
    width: 3.5rem;
}
.mf-payment-text {
    color: #40a7cf;
    font-size: 1.125rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    margin: 1rem 0;
}
span#mf-or-cardsDivider {
    display: none;
}
#mf-gp-element{
    height: 2px !important;
}

.minicart-wrapper #minicart-content-wrapper .block-footer .actions .secondary a.action.btn.btn-secondary.btn-full.margin-bottom15.viewcart {
    background: white !important;
    color: black !important;
    border: 1px solid !important;
}.field.required > label:after,
.form-group.required > label:after,
.field._required > label:after,
.form-group._required > label:after,
.field.required > .label:after,
.form-group.required > .label:after,
.field._required > .label:after,
.form-group._required > .label:after {
    margin: 0 3px 0 0;
}

.customer-account-create .fieldset-fullname div.control > label::after{
    margin: 0 3px 0 0; 
}

.footer-redesign .social-link{
    display: flex;
    gap: 10px;
}
.footer-redesign .social-link li{
    margin: 0;
}
.footer-redesign .social-link li a img{
    max-width: 35px;
}
.footer-redesign .payment-footer .payment-block p img{
    max-width: 65px;
}
.footer-redesign .block.newsletter .form-group.newsletter{
    border-right: none;
    border-left: 20px solid #fff;
}
.footer-redesign .bottom-footer .contact-us li{
    float: right;
    text-align: right;
}
.footer-redesign .copyright{
    text-align: left;
}
.footer-redesign .title, .footer-redesign .margin-bottom30{
    line-height: 24px;
}
.footer-redesign  .information_margin {
    margin-top: 30px;
}

.header .action.nav-toggle img{
    transform: rotate(180deg);
}

.header2-header-content .back-url a::before{
    content: "\f105";
}
.header-15 .top-content #switcher-language .switcher-toggle::before{
    margin-left: unset;
    right: -14px;
}
.header-15 .top-content .dropdown-switcher{
    margin-left: 0;
    margin-right: 30px;
}
.header-15 .top-content #switcher-currency{
    margin-left: 0;
}
.header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full{
    padding: 10px 12px 0 0;
}
.header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
    text-align: right;
}
.search-open .header:not(.header5):not(.header8):not(.header9) .search-form.not-full .form-search .form.minisearch .reset{
    right: unset;
    left: 10px;
}
.search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch .input-text{
    padding-left: 0;
    padding-right: 45px;
}
.products-grid .product-item-info .product-item-inner .btn.a-button{
    display: inline-block !important;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart{
    border-radius: 8px;
}
.products-grid .product-item-info .tocart.btn-cart .icon{
    margin-right: 0;
    margin-left: 5px;
}
.footer-redesign p.expand a span.align{
    right: unset;
    left: 25px;
}
.block-minicart .block-minicart-top .action.close::before{
    content: "\f105";
}
.block-minicart .minicart-items .product-item .product.actions{
    right: unset;
    left: 0;
}
.block-minicart .minicart-items .product-item .product.actions .action.delete{
    padding: 0;
}
.block-minicart .mini_product_data .cart_delete_price .product-item-pricing{
    right: unset;
    left: 10px;
}
.block-minicart .block-content > .actions > .secondary .btn-secondary::after{
    rotate: 270deg;
}
/* rtl showing two minicart fixed */
.header1 .minicart-wrapper .mage-dropdown-dialog + .mage-dropdown-dialog{
    display: none !important;
}
/* my account nav */
.block.account-nav .greet.welcome h3::before{
    margin-left: 0;
    margin-right: 5px;
}
.block.account-nav .greet.welcome h3::before, .block.account-nav #account-nav > .items > .nav.item a::before, .block.account-nav #account-nav > .items > .nav.item > strong:first-child::before{
    margin-right: 0;
    margin-left: 10px;
}
.header .header-15 .dropdown-toplinks .my-account-submenu > div:not(.leftcontainer) a::before{
    margin-right: 0;
    margin-left: 12px;
}
.wishlist-index-index .products-grid .product-item-info .product-top .actions-link{
    right: unset;
    left: 0 !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart{
    position: static !important;
    margin-left: 0 !important;
}
.customer-account-edit .form-edit-account .action.save.btn.btn-primary{
    float: left;
}
.catalog-product-view .product-detail-infomation .product-brand .follow-product .follow-message::before{
    right: unset;
    left: 100%;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000;
}
.product.product-item span.product-label{
    line-height: 24px;
}
.products-grid .product-item-info button.action.tocart.primary.btn-cart .progress{
    left: unset;
    right: 0;
}
.products-grid .product-item-info .product-item-details .price-box{
    display: flex;
    justify-content: center;
}
#product-addtocart-button .progress{
    left: unset;
    right: 0;
}

.contact-index-index .contact-form-content ul.list-icon li .icon{
    left: unset;
    right: 0;
}

.field-tooltip{
    right: unset;
    left: 0;

    .field-tooltip-content{
        right: 40px;
        left: unset;
    }

    & .field-tooltip-content::before{
        right: -20px;
        left: unset;
        border-color: transparent transparent transparent #999;;
    }

    & .field-tooltip-content::after{
        right: -19px;
        left: unset;
        border-color: transparent transparent transparent #f4f4f4;
    }
}

/* checkout page */
/* progress bar */
.opc-progress-bar .opc-progress-bar-item::before{
    left: unset;
    right: 50%;
}
.opc-progress-bar .opc-progress-bar-item > span > .checkout-step-icon::before{
    right: unset;
    left: 5px;
}
.block-minicart .block-footer > .items-total{
    left: unset;
    right: 90px;
}
.block-minicart .block-footer > .actions > .secondary .btn-secondary::after{
    rotate: 180deg;
}
/* checkout */
.checkout-payment-method-accordion > .title::after,
.checkout-index-index #block-gift-card-discount > .payment-option-title::after{
    right: unset;
    left: 0;
}
/* checkout shipping address */
.checkout-index-index .shipping-address-item .shipping-address-button a{
    padding-left: 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button{
    padding-left: 0;
    padding-right: 30px;
}
/* .checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item{
    position: relative;
    left: 10px;
} */
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button::before, 
.checkout-index-index .shipping-address-items .shipping-address-item .action-select-shipping-item::before{
    left: unset;
    right: 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item .shipping-address-button::after{
    left: unset;
    right: 4px;
}
.checkout-index-index #checkout-step-shipping .new-address-popup .action{
    text-align: right;
    margin-right: 0;
}
.checkout-index-index #checkout-step-shipping .new-address-popup .action::before{
    margin-right: 0;
    margin-left: 10px;
}
#block-gift-card-discount .gift-credit-summery .value{
    text-align: left;
    margin-left: 0;
    margin-right: 10px;
}
.checkout-index-index .irs-single{
    top: 50px;
}

/* checkout success page */
.checkout-onepage-success .page-header.h1{
    display: block;
}

.checkout-success.block .left-container .order-id{
    display: flex;

    a{
        padding-left: 0;
        padding-right: 10px;
    }
}

.catalog-product-view .product-detail-infomation .product-brand .follow-product .unfollowbtn::before{
    margin-right: unset;
    margin-left: 10px;
}
.catalog-product-view .product-detail-infomation .price-box .old-price{
    margin-right: 0;
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span > .checkout-step-icon::before{
    height: 30px;
}
/* customer my account accordion */
.block.account-nav #account-nav .nav.item:first-child::after{
    right: unset;
    left: 13px;
}
/* my account edit page */
.fieldset.profile-image .customer_file_upload{
    right: unset;
    /*left: 45px;*/
}

.toggle-current-password,
.toggle-password,
.toggle-password-confirmation{
    left: 5px;
    right: unset;
}

/* mobile header */
.header .table-icon-menu > div.search-form{
    padding: 19px 0 16px 12px;
}
.header .table-icon-menu > div.search-form #search_mini_form #search{
    text-align: right;
}
.header .table-icon-menu > div.minicart-wrapper > .action.showcart{
    padding-left: 0;
}
/* cart page */
.checkout-cart-index .cart-container .continue-url::before{
    content: "\f105";
}
.checkout-cart-index .attribute-product-cat-block .products-grid .product-item-info .product-top a.photo{
    padding-bottom: 102% !important;
}
.gift-options-cart-block .gift-item-block > .title{
    font-weight: 500;
}
/* checkout map */
#block-map > #open_map.snippet-added{
    right: unset;
    left: 20px;
}
/* block filter */
.block.filter .block-content.filter-content .filter-options-item .filter-options-title::after{
    left: 0;
    right: unset !important;
}
.mpgiftcad-popup .box-wallet .wallet-topup-gateway li > div > label{
    text-align: right;
}
/* custom sorter */
.custom-sorter .select-items div{
    text-align: right;
}
/* small devices */
@media (max-width: 767px) {
    .products-grid .product-item-info button.action.tocart.primary.btn-cart > span.text::after,
    .products-grid .product-item-info .product-item-inner .btn.a-button > span.text::after{
        rotate: 180deg;
        top: unset;
        left: unset;
        right: 5px;
        bottom: 2px;
    }
    .products-grid .product-item-info .product-item-details:not(:has(> .swatches-top div)) > h5:first-of-type{
        margin-top: 45px;
    }
    .footer .middle-footer div[class*="col-lg"]:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .minicart-wrapper.active #btn-minicart-close::after{
        left: unset;
        right: -40px;
    }
    .sales-order-history .column.main.pull-right {
        overflow-x: auto;
    }
    .catalog-product-view .actions.active-sticky + .actions{
        right: unset;
        left: 10px;
    }
    .products-grid .product-item-info .product-item-details .product-item-name{
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .wishlist-index-index .products-grid .product-item-info .product-item-inner > .box-tocart{
        top: -95px;
        left: 30px;
    }
    .cms-index-index form button.action.tocart.primary{
        background-color: #000 !important;
        color: #fff !important;
    }
    .checkout-index-index:not(._has-modal) #shipping-new-address-form > .field[name="shippingAddress.firstname"]::before{
        right: 0;
    }

    .checkout-cart-index .cart-container .form-cart{
        float: right;
        padding-right: 0;
        padding-left: 4%;
    }

    .checkout-cart-index .cart-summary{
        float: left;
    }
}
@media (min-width: 992px) {
    .header-15 #search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all{
        left: unset;
        right: 0;
    }
    .checkout-index-index header:not(.active-sticky) ~ #maincontent .opc-progress-bar{
        transform: translateX(50%);
        left: unset;
        right: 50%;
    }
    .catalog-category-view .category-view .category-title {
        float: left;
    }

    /* checkout */
    .opc-wrapper{
        float: right;
        padding-left: 15px;
        padding-right: 0;
    }

    .opc-sidebar.opc-summary-wrapper{
        padding-right: 15px;
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .header.header1 > .middle-header-content.header-15 > .mobile-item-col.table-icon{
        float: left;
    }
    .header.header1 > .bottom-header-content .logo-header.mobile-item-col{
        float: left;
    }
    /* sidebar menu arrow issue */
    .header:not(.header6):not(.header7) .nav-main-menu li > ul.sub-menu, .header:not(.header6):not(.header7) .nav-main-menu li > ul.dropdown-menu{
        padding-right: 10px;
        padding-left: 0 !important;
    }
    .category-menu .dropdown-menu li ul li a{
        padding: 15px 15px 15px 0 !important;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a{
        text-align: left;
    }
}
/* desktop devices */
@media (min-width: 1200px) {
    .header .nav.nav-main-menu > li > a{
        font-size: 16px;
        font-weight: 800;
        color: #000000;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu > li > a .icon-next {
        visibility: hidden;
    }
    .header-15 .dropdown-toplinks .dropdown-menu{
        left: 0;
        right: auto;
    }
    .header:not(.header6):not(.header7) .navigation .nav-main-menu li li a > .icon-next > i{
        right: unset;
        left: 15px;
        top: 15px;
    }
    .search-open .header:not(.header5):not(.header8):not(.header9) .header-15 .search-form.not-full .form-search .form.minisearch{
        left: unset;
    }
    .modal-popup.confirm.push-notification .modal-inner-wrap{
        right: unset;
        left: 30px;
        margin-left: 0;
        margin-right: auto;
    }
}