@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: bold;
    src: url('font/eot/iranyekanwebbold.eot');
    src: url('font/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff/iranyekanwebbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 500;
    src: url('font/eot/iranyekanwebmedium.eot');
    src: url('font/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff/iranyekanwebmedium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 300;
    src: url('font/eot/iranyekanweblight.eot');
    src: url('font/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff/iranyekanweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 200;
    src: url('font/eot/iranyekanwebthin.eot');
    src: url('font/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff/iranyekanwebthin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url('font/eot/iranyekanwebregular.eot');
    src: url('font/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('font/woff/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('font/ttf/iranyekanwebregular.ttf') format('truetype');
}
a, p, div, span, h1, h2, h3, h4, h5, h6, button, li, ul, b, del, ins, strong, input, input::placeholder, label, textarea, textarea::placeholder, sup, sub, ins, mark, address ,pre{
    font-family: IRANYekan,"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
    direction: rtl !important;
    line-height: 1.5;
    text-align: right;
}
a, p, div, span, button, li, ul, b, del, ins, strong, input, label, input::placeholder, textarea, textarea::placeholder, sup, sub, ins, mark, address ,pre{
    font-size: 14px !important;
}

h2 {
    font-size: 26px;
}

a {
    color: #000000
}

a:hover {
    text-decoration: none !important;
    color: #000;
}

button:focus {
    outline: none !important;
}

textarea:focus, input:focus {
    box-shadow: none !important;
}

ul {
    padding-right: 0 !important;
    list-style: none !important;
}
.background{
    background-color: #fafafa;
}
header{
    background-color:#fff ;
    padding-top: 25px;
}
.header-logo {
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: 10px;
}
.login-signUp-btn{
    background-color:#F6F6F6;
    padding: 9px 10px;
    border-radius: 15px;
    margin-left: 7px;
    border:none;
}
.basketIcon{
    width: 35px;
}
.searchInput:focus-visible{
    outline:none;
}
.searchInput {
    background-color: #F6F6F6;
    border: none;
    padding: 8px 40px 8px 20px;
}
.searchForm {
    background-color: #F6F6F6;
    padding: 3px;
    border-radius: 50px 11px 11px 50px;
    overflow: hidden;
}
.search-icon {
    width: 25px;
    position: absolute;
    right: 8px;
}
.searchSubmit{
    background-color: #B3B3B3;
    padding: 11px 22px;
    border-radius: 50px;
    color:#fff;
    border:none
}
.basketBadge {
    background-color: #FF0000;
    border-radius: 50%;
    font-size: 9px !important;
    color: #fff;
    display: flex;
    align-items: center;
    width: 13px;
    justify-content: center;
    height: 13px;
    position: absolute;
    bottom: -1px;
}
.MenuItemLink{
    color:#000 !important;
    font-weight: 500;
    font-size:13px !important
}
header{
   box-shadow: 0 0 8px 0 #ccc;
}
.slide{
    height: 580px;
    object-fit: cover;
}
.SlideBanner{
    height: calc((580px - 0.5rem) / 2);
    object-fit: cover;
    border-radius: 12px;
}
.slider .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}
.slider .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 2px;
    background: #ffffff;
}
.slider .owl-dots .owl-dot.active span, .slider .owl-dots .owl-dot:hover span{
    background-color: #2eaf9e;
}
.slider{
    border-radius: 17px;
    overflow: hidden;
}
.title{
    border-bottom:4px solid  #ff0000;
    font-weight: 600;
    padding-bottom: 2px;
    width: max-content;
    margin-bottom: 0;
    position: relative;
    top: 3px;
    padding-left: 10px;
}
.title1BottomBorder{
    border-bottom:2px solid  #ff0000;
    width: 100%;
}
.title2BottomBorder{
    border-bottom:2px solid  #2eaf9e;
    width: 100%;
}
.title2{
    border-bottom:4px solid  #2eaf9e;
    font-weight: 600;
    padding-bottom: 2px;
    width: max-content;
    margin-bottom: 0;
    position: relative;
    top: 3px;
    padding-left: 10px;
}
.gl-star-rating-stars.s10>span:first-child, .gl-star-rating-stars.s20>span:nth-child(-1n+2), .gl-star-rating-stars.s30>span:nth-child(-1n+3), .gl-star-rating-stars.s40>span:nth-child(-1n+4), .gl-star-rating-stars.s50>span:nth-child(-1n+5), .gl-star-rating-stars.s60>span:nth-child(-1n+6), .gl-star-rating-stars.s70>span:nth-child(-1n+7), .gl-star-rating-stars.s80>span:nth-child(-1n+8), .gl-star-rating-stars.s90>span:nth-child(-1n+9), .gl-star-rating-stars.s100>span {
    background-image: url("img/star.svg");
}
.gl-star-rating-stars>span{
    background-image: url("img/empty star.svg");
}
.gl-star-rating-text{
    display: none;
}
.gl-star-rating{
    display: flex !important;
    align-items:center;
    justify-content: center;
}
.bg-newProductsItem:hover .newProductName{
    position:absolute;
    bottom:31px;
    right:0;
    left:0;
}
.bg-newProductsItem:hover .gl-star-rating{
    position:absolute;
    bottom:5px;
    right:0;
    left:0;
}
.product-name{
    font-weight: 600;
}
.whiteBasket{
    width: 18px !important;
    margin-right: 3px;
}
.addToBasketBtn{
    background-color:transparent;
    padding: 7px 14px;
    border-radius: 13px;
    display: flex;
    margin: auto;
    align-items: center;
    color:#808080;
    border:1px solid #808080;
}
.lastPrice {
    color: #949494;
    font-size:14px;
    font-weight: 500;
}
.offPrice{
    color:#ed1c24;
    font-weight: 600;
    font-size: 15px !important;
}
.specialOfferImg{
    height: 225px;
    object-fit: cover;
    border-radius: 35px;
}
.specialOfferCard {
    background-color: transparent;
    padding: 13px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    transition: ease all 1s;
}
.image--Overlay{
    position: absolute;
    top:13px;
    right:auto;
    left: auto;
    width:calc(100% - 2 * 12px);
    height: 225px;
    border-radius: 35px;
    display: none !important;
    background-color:rgba(254,254,254,0.79) ;
}
.see ,.favorite{
    width: 40px !important;
    margin: 0 2px;
    display: inline !important;

}
.SeeLink , .addToFavorite{
    background-color: transparent;
    border: none;
    padding: 0;
}
.gl-star-rating-stars>span {
    width: 22px;
    height: 22px;
    background-size: 22px;
}
.specialOfferCard:hover{
    background-color: #fff;
    box-shadow:  0 0 16px 0 #ccc;
    transform: scale(1.01);
}
.specialOfferCard:hover .image--Overlay{
    display: block !important;
    animation:zoomIn;
    animation-duration: 0.5s;
}
.specialOfferCard:hover .whiteBasket{
    filter:brightness(0) invert(1);
}
.specialOfferCard:hover .lastPrice{
    animation:fadeInLeft;
    animation-duration:0.5s;
}
.specialOfferCard:hover .offPrice{
    animation:fadeInRight;
    animation-duration:0.5s;
}
.specialOfferCard:hover .addToBasketBtn{
    background-color:#ed1c24;
    border-color:#ed1c24;
    color:#fff;
    animation:fadeIn;
    animation-duration: 0.75s;
}

.specialOfferCard:hover .lastPrice{
    display: block !important;
}
.offBadge{
    background-color:#FF0000;
    padding: 26px 12px 27px;
    border-radius: 0 0 0 25px;
    overflow: hidden;
    font-weight: 600;
    font-size: 24px !important;
    top:0;
    right:0;
    display: none;
}
.specialOfferCard:hover .offBadge{
    display: block;
    z-index: 999999;
    animation: fadeInTopRight;
    animation-duration:0.5s;
}
.tooltip .arrow{
    bottom:3px;
    margin-right:3px
}
.tooltip-inner {
    background-color: #B3B3B3;
    color: #ffffff;
    position: relative;
    font-size: 11px !important;
    bottom: 3px;
    margin-right:2px;
    border-radius: 2px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #B3B3B3;
}
.bg-amazing-offers {
    background-color: #2fbad0;
    background-size: contain;
    overflow: auto;
    display: flex;
    scroll-behavior: smooth;
}
.amazingOfferImage{
    width: 100%;
}
.amazingOfferImageSize{
    width: 25%;
    flex-shrink: 0;
}
.amazing-offers-slider{
    width: 75%;
}

.see-all{
    color:#2eaf9e;
    background-color: #fff;
    padding: 4px 20px;
    border-radius:12px;
    margin-top: 26px;
}
.amazingOfferCard{
    background-color: #fff;
    padding: 13px;
    border-radius: 30px;
    overflow: hidden;
}
.amazingProductImage {
    height: 225px;
    object-fit: cover;
    border-radius: 35px;
}
.amazingProductPrice{
    color:#ed1c24;
    margin-bottom: 5px !important;
}
.singleBanner{
    border-radius: 40px;
    height: 278px;
    object-fit: cover;
}
.bg-amazing-superMarket{
    background-color:#99CC33;
    background-size: contain;
    overflow: auto;
    display: flex;
    scroll-behavior: smooth;
}
.amazingWhiteBasket{
    filter:brightness(0) invert(1);
}
.superMarketAddBasket{
    background-color:#ed1c24;
    border-color:#ed1c24;
}
.single-banner{
    border-radius: 40px;
    height: 217px;
    object-fit: cover;
}
.bg-categories{
    background-color: #fff;
}
.category-title{
    color:#2eaf9e;
    font-weight: 600;
}
.cat-name{
    font-size: 10px !important;
    color:#808080
}
.cat-icon{
    width: 37px;
    height: 30px;
    display: flex;
    margin: 0 auto 5px;
    object-fit: contain;
}

.categoryCol{
    width: calc(100% / 13);
    margin: 0 auto;
    transition: ease all 0.5s;
}
.categoryCol:hover{
    transform: scale(1.1);
}
footer{
    background-color: #fff;
}
.QuickAccess{
    width: calc(66% / 3 - 3* 24px );
    margin-right:24px ;
    margin-left:24px ;
}
.AboutStore{
    width: 34%;
    margin-right:24px ;
}
.footer-title{
    font-weight: 600;
    border-bottom: 2px solid #ec1d25;
    padding-bottom: 3px;
    width: 100%;
}
.social-icon{
    width: 18px;
    margin-left: 10px;
}
.logo-footer{
    margin-bottom: 10px;
}
.phone-number{
    line-height: 1;
}
.phone-icon{
    width: 15px;
    margin-right: 3px;
}
.companiesSlider .owl-stage{
    display: flex;
    margin: auto;
}
.afterFooter{
    background-color:#e6e6e6 ;
    color:#4d4d4d
}
.menu-icon{
    width: 13px;
}
.dropdown-menu{
    right:0
}
.c-navi-new-list__sublist {
    position: absolute;
    top: 100%;
    display: flex;
    right: 0;
    left: 0;
    width:auto;
    z-index: 12;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0 ,0.15);
    box-shadow: 0 10px 10px 0 rgba(0,0,0 ,0.15);
}
.c-navi-new-list__inner-categories {
    background-color: #fff;
    align-self: stretch;
    border-left: 2px solid #fafafa;
}
.c-navi-new-list__options-container {
    height: 100%;
    width: 100%;
    padding: 0;
}
.c-navi-new-list__inner-category {
    padding: 14px 8px;
    color: #000;
    font-weight: bolder;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.833;

}
.c-navi-new-list__inner-category--hovered {
    background-color: #f8f8f8 !important;
    color:#EF394E !important;
}
.c-navi-new-list__inner-category--hovered:hover{
    color: #fff;
}
.c-navi-new-list__options-list {
    display: none!important;
}
.c-navi-new-list__sublist-see-all-cats, .c-navi-new-list__sublist-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-navi-new-list__sublist-top-bar {
    padding: 8px 0 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.c-navi-new-list__sublist-option {
    direction: rtl;
    text-align: right;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: max-content;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin: 3px 7px;

}
.c-navi-new-list__sublist-option--title {
    direction: rtl;
    text-align: right;
    width: max-content;
}
.c-navi-new-list__sublist-option--title:before{
    content: " ";
    color: #EF394E;
    margin-left: 3px;
    background-color: #EF394E;
    font-weight: bolder;
    width: 2px;
    height: 12px;
}
.c-navi-new__big-display-title {
    display: none!important;
}
.c-navi-new-list__sublist-option a {
    white-space: initial;
    display: block;
    position: relative;
    font-size: 12px !important;
    font-weight: 500;
    color: #808080;
}

.c-navi-new-list__sublist-option--title a {
    color: #111;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}
.c-navi-new__big-display-title {
    display: none!important;
}
.c-navi-new__medium-display-title {
    display: block!important;
}
.c-navi-new-list__options-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-navi-new-list__sublist{
    display: none;
}
.categoriesMenuLink:hover .c-navi-new-list__sublist{
    display: flex;
}
.c-navi-new-list__options-list.is-active{
    display: flex !important;
}
.c-navi-new-list__options-list:hover{
    display: flex !important;
}
.subMenuList{
    padding: 10px;
    height: 525px;
    width: 100%;
}
.sub-menu-img{
    width: 290px;
    object-fit: contain;
    margin-top: auto;
    height: auto;
}
#catColumn{
    background-color: #f6f6f6;
}
.c-navi-new-list__inner-categories {
    max-width: 230px;
    width: 200px;
}
.dropdownMenu{
    will-change: initial !important;
}
.dropdownMenu.show{
    animation: slideInDown;
    animation-duration: 1s;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border: none;
    width: calc(100% + 2 * 32px);
    border-radius: 0;
    position: relative !important;
    transform: none !important;
    background-color: #f4f4f4;
    margin: 10px -32px 0;
    padding: 10px 25px 0;
    transition: ease all 1s;
}
.dropdownMenu a{
    color: #686262;
    margin-bottom: 12px;
}
.specialOffersSlider .owl-stage-outer ,.bestSellingSlider .owl-stage-outer {
    padding: 5px 0;
}

.card-primary{
    background: #c6eaee;
    border-width: 0;
    box-shadow: 0 0 11px rgb(0 0 0 / 5%);
}
@media screen and (min-width: 1366px){

    .c-navi-new-list__options-container {
        overflow: hidden;
        padding-left: 10px;
    }
    .c-navi-new__big-display-title {
        display: block!important;
    }
    .c-navi-new__medium-display-title {
        display: none!important;
    }
}

@media (max-width: 1300px) {
    .c-navi-new-list__inner-categories {
        max-width: 230px;
        width: 150px;
    }
    .sub-menu-img{
        width: 230px;
        object-fit: contain;
        margin-top: auto;
        height: auto;
    }
    
}
@media (max-width: 1210px) {
    .MenuItemLink{
        font-size: 13px !important;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        width: 100%;
    }
    .slide{
        height: 600px;
    }
    .SlideBanner{
        height: calc((600px - 0.5rem) / 2);
    }
    .specialOfferImg {
        height: 180px;
    }
    .addToBasketBtn{
        padding: 5px 15px;
    }
    .offBadge {
        padding: 22px 10px 22px;
        font-size: 21px !important;
    }
    .image--Overlay{
        height:180px ;
    }
    .gl-star-rating-stars>span {
        width: 21px;
        height: 21px;
        background-size: 21px;
    }
    .c-discount__title--fresh{
        width: 215px;
        position: relative;
        right: -6%;
        margin-left: -6%;
    }
    .c-product-box__content--carousels{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        padding: 10px 5px 10px 0;
        width: 100%;
        overflow-y: hidden;
        padding-right: 8px;
        margin-right: -8px;
        margin-left: 8px;
        width: calc(100% + 16px);
        overflow: visible;
        scroll-behavior: smooth;
    }
    .c-product-box__title{
        display: flex;
        justify-content: center;
        font-weight: bolder;
    }
    .moreAmazingProduct{
        color: #ffa600;
        background: #fff;
        width: 45px;
        height: 45px;
        padding: 10px;
        border-radius: 50%;
    }
    .moreAmazingSuperMarketProduct{
        color:#99CC33;
    }
    .singleBanner{
        border-radius: 35px;
        height: 230px;
    }
    .single-banner{
        border-radius: 38px;
        height: 182px;
    }
    .categoryCol {
        width: calc(100% / 7);
        margin: 10px auto 0;
    }
    .logo-footer {
    }
    .QuickAccess {
        width: calc(66% / 3 - 3* 15px );
        margin-right: 15px;
        margin-left: 15px;
    }
    .AboutStore {
        width: 37%;
        margin-right: 15px;
    }

}
@media (max-width: 1135px) {
    .c-discount__title--fresh{
        right: -4%;
        margin-left: -4%;
    }
}
@media (max-width: 1080px) {
    .c-discount__title--fresh{
        right: -2%;
        margin-left: -2%;
    }
    .sub-menu-img {
        width: 210px;
    }
 
}

@media (max-width: 1050px) {
    .MenuItemLink {
        font-size: 12px !important;
    }
}
@media (max-width: 1015px) {
    .c-discount__title--fresh{
        right: -1%;
        margin-left: -1%;
    }

}
@media (max-width: 991px) {
    .sz-navbar-items {
        width: 40%;
        z-index: 9;
        background:linear-gradient(to bottom,#F2F0F7,#fefefe);
    }
    .sz-navbar-right .sz-navbar-hamburger {
        right: 0;
    }
    .sz-navbar-right .sz-navbar-items{
        background: #fff;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }
    .sz-navbar {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .searchInput {
        padding: 5px 35px 5px 15px;
    }
    .searchSubmit {
        padding: 8px 18px;
    }
    .header-logo {
        width: 150px;
        margin-left: auto;
    }
    .searchSubmit {
        padding: 5px 14px;
    }
    .slide {
        height: 710px;
    }
    .SlideBanner{
        height: 400px
    }
    .slider{
        margin-bottom: 8px;
    }
    .c-discount__title--fresh {
        right: -7%;
        margin-left: -7%;
        width: 200px;
    }
    .amazingProductImage {
        height: 195px;
    }
    .singleBanner{
        border-radius:45px;
        height: 350px;
    }
    .single-banner {
        border-radius: 30px;
        height: 135px;
    }
    .QuickAccess {
        width: calc(100% / 2 - 3* 15px );
        margin-right: 15px;
        margin-left: 15px;
    }
    .AboutStore {
        width: 50%;
        margin-right: 15px;
    }
    .QuickAccess:nth-child(3){
        margin-right: 0;
    }
    .mobile-menuLogo{
        width: 30%;
    }
    .menu-brand{
        border-bottom: 1px solid #d5d5d5;
        width: 100%;
        padding-bottom: 12px;
    }
    .sz-navbar-item{
        padding: 12px;
        width: 100%;
    }
    .menu-icon {
        width: 16px;
        margin-left: 5px;
    }
}

.product-name{
    height:100px;
    display:flex;align-items:start;justify-content: center;
}
@media (max-width:930px) {
    .c-discount__title--fresh {
        right: -5%;
        margin-left: -5%;
    }

    .specialOfferImg {
        height: 160px !important;
        object-fit: cover;
        border-radius: 35px;
    }

    .product-name{
        font-size:13px !important;
        height:50px;
        display:flex;align-items:center;justify-content: center;
    }
}
@media (max-width:870px) {
    .c-discount__title--fresh {
        right: -3%;
        margin-left: -3%;
    }
}
@media (max-width:800px) {
    .c-discount__title--fresh {
        right: -1%;
        margin-left: -1%;
    }
}
@media (max-width: 767px) {
    .sz-navbar-items {
        width: 60%;
    }
    .header-logo {
        width: 130px;
    }
    .slide {
        height: 630px;
    }
    .SlideBanner{
        height: 300px
    }
    .c-discount__title--fresh {
        right: -7%;
        margin-left: -7%;
        width: 180px;
    }
    .amazingProductImage {
        height: 175px;
    }
    .singleBanner{
        border-radius:35px;
        height: 254px;
    }
    .single-banner {
        border-radius: 24px;
        height: 100px;
    }
    .categoryCol {
        width: calc(100% / 4);
    }
}
@media (max-width:750px ) {
    .c-discount__title--fresh {
        right: -5%;
        margin-left: -5%;
    }
}
@media (max-width:680px ) {
    .c-discount__title--fresh {
        right: -3%;
        margin-left: -3%;
    }
}
@media (max-width: 650px) {
    .header-logo {
        width: 110px;
    }
}
@media (max-width:610px ) {
    .c-discount__title--fresh {
        right: -1%;
        margin-left: -1%;
        width: 170px;
    }
}
@media (max-width: 575px) {
    .header-logo {
        display: flex;
        margin: 0 auto;
    }
    .search-icon {
        bottom: 9px;
    }
    .searchForm{
        margin-bottom: 15px !important;
    }
    .search-icon {
        width: 22px;
    }
    .sz-navbar {
        margin-top: 0;
        margin-bottom: 0;
        top: -13px;
    }
    .header-row{
        margin: 0;
    }
    .single-banner {
        border-radius: 20px;
        height: auto;
    }
    .QuickAccess {
        width: calc(100% / 2);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
        margin-left: 0;
    }
    .AboutStore {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
    }
}
@media (max-width:550px ) {
    .c-discount__title--fresh {
        right: 0;
        margin-left: 0;
    }
}
@media (max-width: 530px) {
    .singleBanner{
        border-radius:35px;
        height: 242px;
    }
}
@media (max-width: 500px) {
    .header-logo {
        width: 75%;
    }
    a, p, div, span, button, li, ul, b, del, ins, strong, input, label, input::placeholder, textarea, textarea::placeholder, sup, sub, ins, mark, address ,pre{
        font-size: 12px !important;
    }
    .basketIcon {
        width: 32px;
    }
    .basketBadge{
        font-size: 8px !important;
    }
    .login-signUp-btn {
        padding: 7px 10px;
        border-radius: 12px;
    }
    .slide{
        height: 520px;
    }
    .SlideBanner {
        height: 280px;
    }
    .slider .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
    }
    .specialOfferImg {
        height: 170px;
    }
    .specialOfferImg {
        height: 160px;
        border-radius: 30px;
    }
    .image--Overlay{
        height:170px ;
    }
    .singleBanner {
        border-radius: 32px;
        height: 225px;
    }
    .categoryCol {
        width: calc(100% / 3);
    }
}
@media (max-width: 470px) {
    .singleBanner {
        height: 210px;
    }
}
@media (max-width: 450px) {
    .search-icon {
        width: 20px;
    }
    .SlideBanner {
        height: 250px;
    }
    .slide{
        height: 490px;
    }
    .specialOfferImg {
        height: 340px;
        border-radius: 30px;
    }
    .image--Overlay{
        height:340px ;
    }
    .singleBanner {
        height: 195px;
        border-radius: 30px;
    }
}
@media (max-width: 430px) {
    .SlideBanner {
        height: 230px;
    }
    .specialOfferImg {
        height: 320px;
    }
    .image--Overlay{
        height:320px ;
    }
    .singleBanner {
        height: 185px;
        border-radius: 28px;
    }
    .categoryCol {
        width: calc(100% / 2);
    }
}

@media (max-width: 400px) {
    .header-logo {
        width: 75%;
    }
    a, p, div, span, button, li, ul, b, del, ins, strong, input, label, input::placeholder, textarea, textarea::placeholder, sup, sub, ins, mark, address, pre {
        font-size: 10px !important;
    }
    .basketIcon {
        width: 29px;
    }
    .search-icon {
        width: 17px;
    }
    .searchForm {
        margin-bottom: 8px !important;
    }
    .sz-navbar-items {
        width: 80%;
    }
    .slide{
        height: 420px;
    }
    .SlideBanner {
        height: 220px;
        border-radius: 10px;
    }
    .slider .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
    }
    .slider {
        border-radius: 14px;
    }
    .specialOfferImg {
        height: 295px;
    }
    .image--Overlay{
        height:295px ;
    }
    .singleBanner {
        height: 173px;
        border-radius: 26px;
    }
    .QuickAccess {
        width: calc(100%);
    }
    .footer-title{
        width: fit-content;
        padding-left: 25px;
    }
}
@media (max-width: 380px) {
    .specialOfferImg {
        height: 280px;
    }
    .image--Overlay{
        height:280px ;
    }
    .singleBanner {
        height: 160px;
        border-radius: 24px;
    }
}
@media (max-width: 370px) {
    .custom--Col {
        max-width: 100%;
        flex: auto;
    }
    .SlideBanner {
        height: 400px;
        margin: 10px 0;
    }
}

@media (max-width: 360px) {
    .specialOfferImg {
        height: 265px;
    }
    .image--Overlay{
        height:265px ;
    }
    .singleBanner {
        height: 150px;
        border-radius: 23px;
    }
}
@media (max-width: 350px) {
    .SlideBanner {
        height: 350px;
        margin: 5px 0;
    }
    .slide{
        height: 370px;
    }
    .specialOfferImg {
        height: 255px;
    }
    .image--Overlay{
        height:255px ;
    }
}
@media (max-width: 340px) {
    .specialOfferImg {
        height: 245px;
    }
    .image--Overlay{
        height:245px ;
    }
    .singleBanner {
        height: 145px;
        border-radius: 22px;
    }
}
@media (max-width: 330px) {
    .singleBanner {
        height: 140px;
        border-radius: 21px;
    }
}
@media (max-width: 320px) {
    .SlideBanner {
        height: 330px;
        margin: 5px 0;
    }
    .specialOfferImg {
        height: 235px;
    }
    .image--Overlay{
        height:235px ;
    }
    .singleBanner {
        height: 130px;
        border-radius: 20px;
    }
}




/*/////////////////////////////////////page2////////////////////////////////////*/

.catsContents{
    background-color:#fff ;
    padding: 15px 5px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.categoriesTitle{
    margin-top: 40px;
    margin-bottom: 50px;
}
.cat-img{
    object-fit: contain;
}
.bg-cat-img{
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #fff;
    border-radius:50%;
    border: 1px solid #ccc;
    padding: 10px;
}
.bg-other-cat-img{
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #fff;
    border-radius:50%;
    border: 1px solid #ed1c24;
    padding: 10px;
    color: #ed1c24;
    font-size: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catCol{
    max-width: calc(100% / 8);
    flex: 0 0  calc(100% / 8);
    padding:0 5px
}
.sidebarBanner{
    border-radius: 12px;
}
.searchProductBox ,.chooseSellerBox ,.chooseItemToSending ,.PriceRangeBox{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 7px 15px 20px;
}
.chooseSellerBox ,.chooseItemToSending{
    padding:7px 20px;
}
.search-product-icon{
    width:17px;
}
#searchProduct{
    border: 1px solid #ed1c24;
    background-color:#fff;
    border-radius: 5px;
    padding: 2px 28px 2px 5px;
}
#searchProduct:focus-visible{
    outline: none;
}
#searchProduct:focus {
    outline: none;
}
#searchProduct::placeholder{
    color:#999;
    font-size: 13px !important;
}
.search-product-label{
    display: flex;
    align-items: center;
    top:0;
    bottom:0;
    position: absolute;
    right: 5px
}
.catPageContent{
    margin-top: 50px
}
#searchBrandName{
    background-color: #F2F2F2;;
    border:1px solid #F2F2F2;
    border-radius: 5px;
    padding: 2px 28px 2px 5px;
}
#searchBrandName:focus-visible{
    outline: none;
}
#searchBrandName:focus {
    outline: none;
}
#searchBrandName::placeholder{
    color:#999;
    font-size: 13px !important;
}
.brandNameICon{
    width:16px;;
    margin-left: 5px;
}
.search-brand-label{
    display: flex;
    align-items: center;
    top:0;
    bottom:0;
    position: absolute;
    right: 5px
}
.brandCollapse[aria-expanded="false"]:after ,.sellerCollapse[aria-expanded="false"]:after ,.PriceRangeCollapse[aria-expanded="false"]:after {
    position: absolute;
    left: 0;
    background-image: url("./../img/down.svg");
    background-size: 8px 15px;
    display: inline-block;
    width: 8px;
    height: 15px;
    content:"";
    background-repeat: no-repeat;
}
.brandCollapse[aria-expanded="true"]:after ,.sellerCollapse[aria-expanded="true"]:after  ,.PriceRangeCollapse[aria-expanded="true"]:after{
    position: absolute;
    left: 0;
    background-image: url("./../img/up.svg");
    background-size: 8px 15px;
    display: inline-block;
    width: 8px;
    height: 15px;
    content:"";
    background-repeat: no-repeat;
}
.sellerCollapse:after ,.PriceRangeCollapse:after {
    left: 15px !important;
}
.brandCollapse[aria-expanded="true"]{
    margin-bottom:8px;
}
.chooseSeller{
    margin-top:8px;
}
.brandCheckBox{
    margin-left: 5px !important;
    margin-right: 0 !important;
}
.scrollChooseBrand{
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 10px;
}
.chooseBrands{
    padding: 10px;
    overflow-y: scroll;
    height:160px;
}
.chooseBrands label span{
    color: #999;
}
.chooseSeller label{
    color: #999;
}
.SellerCheckBox ,.brandCheckBox{
    margin-left: 5px !important;
    margin-right: 0 !important;
    position: relative;
    width: 16px;
    height: 16px;
}
.sellerIcon{
    width:45px;
    margin-left: 11px;
}
.sellerSendingHeaderItemTxt{
    color: #999;
}
.sellerSendingHeaderItem{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom:5px;
}
.custom-switch {
    padding-left: 0;
    padding-right: 50px;
}
.custom-switch .custom-control-label::before {
    right: -50px;
    left: auto;
    height: 12px;
    width: 45px;
    background-color: #dedede;
    border: #fafafa solid 1px;
    top: 5px;
}
.custom-switch .custom-control-label::after{
    right: calc(-50px + 2px);
    left: auto;
    background-color:#fff;
    direction: rtl !important;
    width: calc(12px - 4px);
    top: 7px;
    height: calc(12px - 4px);
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #dedede;
    -webkit-transform: translateX(-50px);
    transform: translateX(calc(-50px + 12px + 4px));
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fafafa;
    background-color: #ed1c24;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition:none;
    outline:none;
}
.rangeFrom{
    color:#808080
}
.deviderRangePrice{
    width:1px;
    height: 60px;
    background-color:#ccc ;
    margin: 0 25px;;
}
#PriceRangeCollapse{
    border-top: 1px solid #ccc;
    padding-top: 9px;
    margin-top: 7px;
}
#formControlRange{
    height: 1px;
}
.RangeIcon{
    width: 30px;
}

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 10px 0;
    direction: ltr !important;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 1px;
    top: 7px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
    direction: ltr !important;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 1px;
    top: 7px;
    border-radius: 10px;
    background-color: #CCC;
    direction: ltr !important;
    margin: 0 7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 1px;
    top: 7px;
    border-radius: 14px;
    background-color: #ed1c24;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    text-align: left;
    margin-left: -11px;
    outline: none;
}

[slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    direction: ltr !important;
    z-index: 3;
    height: 14px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: 0 none;
    background: #ed1c24;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: 0 none;
    background: #ed1c24;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: 0 none;
    background: #ed1c24;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #ed1c24;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #ed1c24;
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover > div > [sign] {
    opacity: 1;
}
.setFilterI{
    width:20px;
    margin-left: 5px;
}
.setFiltersBtn{
    padding:7px 15px;
    background-color:#ed1c24;
    border-radius: 11px;
    border:none;
    margin-top: 15px;
}
.sidebarADVBanner{
    border-radius: 15px;
}
.allProductsCatContent .breadcrumb{
    background-color: transparent;
}
.allProductsCatContent .breadcrumb-item+.breadcrumb-item::before{
    content: "|";
    padding: 0 5px !important;
    color:#000;
}
.allProductsCatContent .breadcrumb-item.active{
    color: #000 !important;
}
.allProductsCatContent .breadcrumb-item{
    font-size: 16px !important;
}
.sortByTabs{
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 4px 8px 0 #ededed;
    padding: 3px 12px !important;
    display: flex;
    align-items: center;
}
.sort-products-icon{
    width:25px;
    margin-left: 10px;
}
.sortByTabs.nav-pills .nav-link.active, .sortByTabs.nav-pills .show>.nav-link{
    background-color: #ed1c24;
    padding: 1px 5px;
    border-radius: 8px;
}

.ProductsSelectedCatColW{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px 3px;
}
.starRateProduct{
    width: 12px;
    margin-right: 5px;
}
.rateTxt , .lastcatProductPrice{
    color:#B3B3B3;
    font-size: 11px !important;
}
.OffBadge{
    background-color: #ed1c24 ;
    padding: 3px 6px 0;
    font-size: 10px !important;
    border-radius: 5px;
}
.bgProductsSelectedCatImg{
    background-color: #fff;
    width:160px;
    height:160px;
    display: flex;
    margin: auto;
    margin-bottom: 12px;
}
.catProduct{
    object-fit: contain;
}
.ProductsSelectedCatCol{
    background-color: #fff;
    padding:20px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
}
.nowcatProductPrice{
    font-weight: 600;
}
.sidebarCol{
    flex: 0 0 28%;
    max-width: 28%;
    padding:0 0 0 8px
}
.catPageContentCol{
    flex: 0 0 72%;
    max-width: 72%;
    padding:0 8px 0 0
}
.leftArrow{
    width:6px;
}
.navigationCat .pagination{
    margin:auto;
    align-items: center;
    justify-content: center;
}
.navigationCat .page-item:last-child .page-link ,.navigationCat .page-item:first-child .page-link{
    background:transparent;
    padding: 0;
    border:none
}
.navigationCat .page-item .page-link{
    background-color: #E6E6E6;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    padding: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigationCat .page-item{
    margin:0 4px;
}
.navigationCat{
    margin-bottom: 20px ;
    margin-top:10px;
}
.navigationCat .page-item.active .page-link{
    background-color: #ed1c24;
}
.navigationCat .page-item .page-link:focus{
    box-shadow: none;
}
.perfectMomentTitleBorder{
    border-bottom: 2px solid #2eaf9e;
    width: 100%
}
.perfectMomentTitle{
    padding: 0 0 5px 10px ;
    border-bottom: 4px solid #2eaf9e;
    width: max-content;
    position: relative;
    top: 3px;
}

.imageOverlay{
    position: absolute;
    top:10px;
    right:auto;
    left: auto;
    width:calc(100% - 2 * 10px);
    height: 175px;
    border-radius: 20px;
    display: none !important;
    background-color:rgba(254,254,254,0.79) ;
}
.see ,.favorite{
    width: 33px !important;
    margin: 0 2px;
    display: inline !important;

}
.SeeLink , .addToFavorite{
    background-color: transparent;
    border: none;
    padding: 0;
}
.perfectMomentCard:hover{
    background-color: #fff;
    box-shadow:  0 0 12px 0 rgba(61, 61, 61, 0.1);
    transform: scale(1.01);
    border-radius: 30px;
}
.perfectMomentCard:hover .imageOverlay{
    display: block !important;
    animation:zoomIn;
    animation-duration: 0.5s;
}
.perfectMomentCard:hover .whiteBasket{
    filter:brightness(0) invert(1);
}
.perfectMomentCard:hover .addToBasketBtn{
    background-color: #ed1c24;
    border-color: #ed1c24;
    color:#fff;
    animation:fadeIn;
    animation-duration: 0.75s;
}
.perfectMomentImg{
    background: radial-gradient(#fff, #e6e7e8);
    border-radius:20px;
    height: 175px;
    object-fit: contain;
    padding: 10px;
}
.perfectMomentCard{
    padding: 10px 10px 15px;
    margin:12px 8px
}
.perfectMomentPrice{
    color: #ed1c24;
}
.tooltip .arrow{
    bottom:3px;
    margin-right:3px
}
.tooltip-inner {
    background-color: #B3B3B3;
    color: #ffffff;
    position: relative;
    font-size: 10px !important;
    bottom: 3px;
    margin-right:2px;
    border-radius: 2px;
    padding-top:1px;
    padding-bottom:1px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #B3B3B3;
}
.perfectMomentTitleSlider .owl-nav{
    width:100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top:0;
    bottom:0
}
.perfectMomentTitleSlider .owl-nav button.owl-prev span,.perfectMomentTitleSlider .owl-nav button.owl-next span{
    font-size: 22px !important;
}
.perfectMomentTitleSlider .owl-nav button.owl-prev ,.perfectMomentTitleSlider .owl-nav button.owl-next{
    position: relative;
    width:27px;
    height:27px;
    background-color: #fff !important;
    color:#999 !important;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #b1b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perfectMomentTitleSlider .owl-nav button.owl-prev{
    right: -30px;
}
.perfectMomentTitleSlider .owl-nav button.owl-next{
    left: -30px;
}
.ThreeBannersImg{
    border-radius:15px;
}
.AdvanceFilters{
    display:none
}
@media (max-width: 1199px) {
    .sidebarCol {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .catPageContentCol {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .bgProductsSelectedCatImg{
        width: 175px;
        height: 175px;
    }
    .SellerCheckBox, .brandCheckBox {
        margin-left: 3px !important;
        width: 14px;
        height: 14px;
    }
    .searchProductBox, .chooseSellerBox, .chooseItemToSending, .PriceRangeBox{
        padding: 7px 10px 15px;
    }
    .RangeIcon {
        width: 25px;
    }
    [slider] > div > [range] ,[slider] > div > [inverse-right] ,[slider] > div > [inverse-left]{
        top: 5px;
    }
    a, p, div, span, button, li, ul, b, del, ins, strong, input, label, input::placeholder, textarea, textarea::placeholder, sup, sub, ins, mark, address, pre{
        font-size: 13px !important;
    }
    .ProductsSelectedCatColW {
        flex: 0 0 33.33333333333%;
        max-width: 33.33333333333%;
        padding: 4px 3px;
    }
    .catCol {
        max-width: calc(100% / 6);
        flex: 0 0 calc(100% / 6);
        padding: 5px;
    }
    .catsContents{
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .sidebarCol {
        flex: 0 0 35%;
        max-width: 35%;
        display: none
    }
    .catPageContentCol {
        flex: 0 0 100%;
        max-width: 100%;
        padding:0
    }
    .catPageContent {
        margin-top: 15px;
    }

    .sort-products-icon {
        width: 20px;
    }
    .allProductsCatContent .breadcrumb-item {
        font-size: 14px !important;
    }
    .allProductsCatContent .breadcrumb{
        margin-bottom: -5px;
    }
    .perfectMomentImg{
        height: 250px;
    }
    .bgProductsSelectedCatImg {
        width: 250px;
        height: 250px;
    }
    .AdvanceFilters{
        display: flex;
        align-items: center;
        margin-left: auto;
        width: max-content;
        color: #999;
        border:1px solid #999;
        background-color: transparent;
    }
    .modal.show .modal-dialog{
        max-width: 100% !important;
        margin: 0;
    }
    .sellerIcon {
        width: 23px;
        margin-left: 11px;
    }
    .close span{
        font-size: 20px !important;
    }
    .FiltersI{
        filter: brightness(0);
        width: 20px;
        opacity: 0.4;
    }
    .AdvanceFilters:focus{
        box-shadow:none;
    }
    .AdvanceFiltersClose{
        color:#fff;
        background-color: #ed1c24;
    }
    .searchWithThisFilters{
        background-color:#ed1c24;
        color:#fff;
    }
    .imageOverlay{
        height:250px;
    }
}
@media (max-width: 900px) {
    .perfectMomentImg ,.imageOverlay {
        height: 230px;
    }
}
@media (max-width: 880px) {
    .bgProductsSelectedCatImg {
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 850px) {
    .perfectMomentImg, .imageOverlay {
        height: 210px;
    }
}
@media (max-width: 800px) {
    .bgProductsSelectedCatImg {
        width: 190px;
        height: 190px;
    }
    .catCol {
        max-width: calc(100% / 5);
        flex: 0 0 calc(100% / 5);
        padding: 5px;
    }
    .perfectMomentImg, .imageOverlay {
        height: 190px;
    }
}
@media (max-width: 767px) {
    .perfectMomentImg, .imageOverlay {
        height: 270px;
    }
}
@media (max-width: 720px) {
    .bgProductsSelectedCatImg {
        width: 170px;
        height: 170px;
    }
}
@media (max-width: 700px) {
    .perfectMomentImg, .imageOverlay {
        height: 240px;
    }
}
@media (max-width: 680px) {
    .catCol {
        max-width: calc(100% / 4);
        flex: 0 0 calc(100% / 4);
        padding: 5px;
    }
}
@media (max-width: 640px) {
    .bgProductsSelectedCatImg {
        width: 170px;
        height: 170px;
    }
    .ProductsSelectedCatColW {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 4px 3px;
    }
    .bgProductsSelectedCatImg {
        width: 220px;
        height: 220px;
    }
    .perfectMomentImg, .imageOverlay {
        height: 210px;
    }
}
@media (max-width: 580px) {
    .perfectMomentImg, .imageOverlay {
        height: 190px;
    }
}
@media (max-width: 575px) {

}
@media (max-width: 550px) {
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }

}
@media (max-width: 540px) {
    .bgProductsSelectedCatImg {
        width: 200px;
        height: 200px;
    }
    .bg-cat-img ,.bg-other-cat-img{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 520px) {
    .perfectMomentImg, .imageOverlay {
        height: 160px;
    }
}
@media (max-width: 500px) {
    .bgProductsSelectedCatImg {
        width: 175px;
        height: 175px;
    }
    .catCol {
        max-width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        padding: 5px;
    }
}
@media (max-width: 499px) {
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }
}
@media (max-width: 470px) {
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }
}
@media (max-width: 450px) {
    .ProductsSelectedCatColW {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 4px 0;
    }
    .ProductsSelectedCatCol{
        display: flex;
        flex-wrap: wrap;
        position:relative;
    }
    .imgAndName{
        display:flex;
        align-items: flex-start;
    }
    .catProductTxt{
        margin-top: 10px;
    }
    .bgProductsSelectedCatImg{
        width: 160px;
        height: 160px;
        margin-bottom:0
    }
    .CatPrdctsPriceRowItem{
        width: calc(100% - 160px - 20px);
        position: absolute;
        left: 10px;
        bottom: 20px;
    }
    .nowcatProductPrice{
        font-size: 13px !important;
    }
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }
    a, p, div, span, button, li, ul, b, del, ins, strong, input, label, input::placeholder, textarea, textarea::placeholder, sup, sub, ins, mark, address, pre{
        font-size: 12px !important;
    }
}
@media (max-width: 430px) {
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }
}
@media (max-width: 400px) {
    .bgProductsSelectedCatImg {
        width: 130px;
        height: 130px;
    }

    .CatPrdctsPriceRowItem {
        width: calc(100% - 130px - 20px);
    }
    .nowcatProductPrice{
        font-size: 12px !important;
    }
    .catCol {
        max-width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        padding: 5px;
    }
    .perfectMomentImg, .imageOverlay {
        height: 175px;
    }
}
@media (max-width: 380px) {
    .perfectMomentImg, .imageOverlay {
        height: 280px;
    }
}
@media (max-width: 360px) {
    .bgProductsSelectedCatImg {
        width: 110px;
        height: 110px;
    }

    .CatPrdctsPriceRowItem {
        width: calc(100% - 110px - 20px);
    }
    .nowcatProductPrice{
        font-size: 11px !important;
    }
    .perfectMomentImg, .imageOverlay {
        height: 255px;
    }
}
@media (max-width: 350px) {
    .perfectMomentImg, .imageOverlay {
        height: 250px;
    }
}
@media (max-width: 330px) {
    .bgProductsSelectedCatImg {
        width: 90px;
        height: 90px;
    }
    .perfectMomentImg, .imageOverlay {
        height: 235px;
    }
    .CatPrdctsPriceRowItem {
        width: calc(100% - 90px - 20px);
    }

}







/*////////////////////////////////////////////page3///////////////////////////////////////////*/




.detailProductBradCrumb{
    margin-top: 25px;
    background-color: transparent;
}
.detailProductBradCrumb .breadcrumb-item+.breadcrumb-item::before{
    padding:0 4px;
    content: "|";
    color:#666;
}
.detailProductBradCrumb .breadcrumb-item a{
    color:#666;
}
.itemSelectedProduct{
    right:20px;
    top:25px;
}
.SelectedProductIcon{
    width:30px;
}
.backgroundImageInDetails{
    background-color: #fff;
    padding: 30px;
    border-radius: 17px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.ImageInDetails{
    width: 100%;
    height:405px;
    object-fit:contain;
}
.productDetailBoxColRow{
    max-width: 50%;
    flex: 0 0 50%;
    padding-left:10px;
}
.productDetailBoxCol2Row{
    max-width: 50%;
    flex: 0 0 50%;
    padding-right:20px;
}
.detailProductContentBorder{
    border:1px solid #e6e6e6;
    padding:25px;
    border-radius: 17px;
}
.detailPName{
    font-weight:600;
}
.detailPSubName{
    color:#999;
}
.item-number-icon{
    width:20px;
    margin-left: 5px;
}
.star-number-txt ,.numberSaled ,.warningTxt ,.featuresTxt{
    font-size: 12px !important;
}
.warningI{
    width:20px;
    margin-left: 15px;
}
.featuresTxt{
    color:#4d4d4d
}
.BC{
    width: 6px;
    height: 6px;
    background-color:#2eaf9e;
    margin-left: 3px;
    border-radius: 50%;
}
.pFeaturesTitle{
    border-bottom: 1px solid #ccc;
    width:100%;
    font-weight: 600;
    padding-bottom: 3px;
    color:#4d4d4d;
    margin-top:30px;
}
.pSelectTitle{
    border-bottom: 1px solid #ccc;
    width:100%;
    font-weight: 600;
    padding-bottom: 3px;
    color:#4d4d4d;
}

.NewPrice{
    font-weight:600;
    color:#ed1c24;
    font-size: 18px !important;
}
.addBsktinPrdctP{
    background-color:#ed1c24;
    border:1px solid #ed1c24;
    padding: 5px 15px;
    border-radius: 11px;
}
.addBsktImg{
    width:22px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
.backgroundFeatures{
    background-color:#fff;
    border-radius:12px;
    margin: 25px 0 10px;
    overflow: hidden;
    padding: 0 60px !important;
}
.featureItemBox{
    max-width:25%;
    flex: 0 0 25%
}
.featureItemBox .nav-link{
    background-color: #fff;
    padding:15px 25px;
    border-radius: 0

}
.backgroundFeatures .nav-link.active, .backgroundFeatures .show>.nav-link{
    color:#000;
    background-color:#fff;
    box-shadow: 0 0 6px 0 #eee;
    margin: 0 10px;
}
.featureI{
    width:30px;
    height: 30px;
    margin-bottom: 8px;
}
.featureItemT{
    font-weight:500;
}
.checkTextTitle{
    color:#666;
    margin-right: 5px;
}
.checkI{
    width:20px;
    height:17px;
}
.viewI{
    width:11px;
}
.checkDetailP{
    margin-top: 35px;
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 8px;
}
.checkDetailP .nav-link{
    padding: 4px 10px;
}
.checkDetailP .nav-link.active, .checkDetailP .show>.nav-link{
    background-color:  #ed1c24 !important;
    border-radius: 50px;

}
.checkDetailP .nav-link.active .checkI, .checkDetailP .show>.nav-link .checkI{
    filter: brightness(0) invert(1);
}
.checkDetailP .nav-link.active .checkTextTitle, .checkDetailP .show>.nav-link .checkTextTitle{
    color:#fff !important;
}
.customWidth{
    width:40%
}
.checkDetailPContent{
    background-color:#fff;
    padding: 20px 25px;
}
.customWidth td{
    padding: 4px;
    font-weight: 500;
}
.otherDescItem ,.otherD{
    font-weight:500;
}
.otherDescItems{
    list-style: " - " !important;
}
.otherD{
    margin-top:30px;
}
.RProductsBorder{
    border-bottom:2px solid#ed1c24
}
.RProducts{
    border-bottom:4px solid #ed1c24;
    position:relative;
    width:max-content;
    top: 3px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.RProductsSlider .owl-nav{
    width:100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top:0;
    bottom:0;
    z-index: 9;
}
.RProductsSlider .owl-stage-outer{
    z-index: 99;
}
.RProductsSlider .owl-nav button.owl-prev span,.RProductsSlider .owl-nav button.owl-next span{
    font-size: 22px !important;
}
.RProductsSlider .owl-nav button.owl-prev ,.RProductsSlider .owl-nav button.owl-next{
    position: relative;
    width:27px;
    height:27px;
    background-color: #fff !important;
    color:#999 !important;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #b1b1b1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.RProductsSlider .owl-nav button.owl-prev{
    right: -30px;
}
.RProductsSlider .owl-nav button.owl-next{
    left: -30px;
}
.bgPerfectMomentTitleSlider{
    background-color: #fff;
    padding:15px 35px;
}
@media(max-width: 1199px){
    .ImageInDetails33{
        height: 380px
    }
}
@media(max-width: 991px){}
@media(max-width: 900px){
    .productDetailBoxCol2Row{
        padding-right: 0;
    }
    .item-number-icon {
        width: 17px;
    }
    .warningI {
        width: 17px;
        margin-left: 10px;
    }
}
@media(max-width: 850px){
    .ImageInDetails {
        height: 350px;
    }
    .productDetailBoxCol2Row {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .productDetailBoxColRow {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .ImageInDetails {
        height: 280px;
    }
}
@media(max-width: 820px){
    .backgroundFeatures{
        padding: 0 20px !important;
    }
}
@media(max-width: 800px){
    .ImageInDetails {
        height: 240px;
    }
}
@media(max-width: 750px){
    .ImageInDetails {
        height: 200px;
    }
    .SelectedProductIcon {
        width: 25px;
    }
    .itemSelectedProduct {
        right: 12px;
        top: 15px;
    }
    .featureItemBox {
        max-width: 33.33333333%;
        flex: 0 0 33.33333333%;
    }
    .backgroundFeatures{
        justify-content: flex-start !important;
    }
    .backgroundFeatures .nav-link.active, .backgroundFeatures .show>.nav-link{
        margin: 5px;
    }
    .customWidth {
        width: 45%;
    }
}
@media(max-width: 767px){}
@media(max-width: 660px){
    .ImageInDetails {
        height: 190px;
    }
}
@media(max-width: 600px){
    .productDetailBoxColRow {
        max-width: 35%;
        flex: 0 0 35%;
    }
    .productDetailBoxCol2Row {
        max-width: 65%;
        flex: 0 0 65%;
    }
    .ImageInDetails {
        height: 125px;
    }
    .customWidth {
        width: 55%;
    }
}
@media(max-width: 575px){
    .featureItemBox {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media(max-width: 550px){
    .ImageInDetails {
        height: 110px;
    }
    .customWidth {
        width: 65%;
    }
}
@media(max-width: 515px){
    .ImageInDetails {
        height: 105px;
    }
}
@media(max-width: 500px){
    .productDetailBoxColRow {
        max-width: 100%;
        flex: 0 0 100%;
        padding:0;
        margin-bottom: 15px;
    }
    .productDetailBoxCol2Row {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ImageInDetails {
        height: 300px;
    }
    .customWidth {
        width: 75%;
    }
}
@media(max-width: 450px){
    .ImageInDetails {
        height: 270px;
    }
}
@media(max-width: 400px){
    .ImageInDetails {
        height: 250px;
    }
    .customWidth {
        width: 100%;
    }
    .checkDetailP .nav-link.active, .checkDetailP .show>.nav-link{
        margin: 5px 0 0;
    }
}
@media(max-width: 350px){
    .ImageInDetails {
        height: 220px;
    }
}







/*///////////////////////////////////////////////page4/////////////////////////////////////////////*/



.setOrderAndPaymentTitle{
    color:#808080;
    margin-right:15px;
    margin-top:35px;
}
.yourOrdersPBoxMiniTxt{
    font-size: 10px !important;
    color: #999
}
.yourOrdersPImg{
    width:70px;
    margin-left: 10px;
}
.yourOrdersPName{
    font-weight: 600;
}
.yourOrdersPInfoTxt{
    color:#4d4d4d;
    line-height: 1;
    font-size: 12px !important;
    margin-left: 15px;
}
.saveInNextIcon{
    width:15px;
}
.warrantyI{
    width:16px;
    margin-left: 4px
}
.sendingI{
    width:25px;
    margin-left: 7px
}
.inventoryI{
    width:15px;
    margin-left: 7px
}
.yourOrdersPBox{
    background-color: #fff;
    border-radius: 15px;
    padding:15px 7px;
}
.yourOrdersPRow{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    margin: 0 20px;
    flex-wrap:wrap;
}
.input-number-group{
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border:1px solid #ccc;
    border-radius:7px;
    padding:0 5px;
    margin:0 30px;
}
.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.input-number-group .input-number {
    width: 25px;
    padding: 0 ;
    vertical-align: top;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
    border: none;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    color: #cccccc;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px !important;
    line-height: 1;
    position: relative;
    top: 2px;
}
.input-number-group .input-number-decrement {
    margin-right: 0.3rem;
}
.input-number-group .input-number-increment {
    margin-left: 0.3rem;
}
.yourOrdersPPrice{
    color: #2eb09d;
    font-weight: 600;
}
.off{
    color:#2eaf9e;
    font-weight: 500;
    margin-top:10px;
}
.supportLink ,.LawLink{
    color:#999;
}
.BackLink{
    color:#2eb09d;
}
.supportLink:before ,.LawLink:before{
    content: " | ";
    color:#999;
}
.supportLink ,.LawLink ,.BackLink{
    font-size:10px !important;
}
.LawLink ,.BackLink{
    margin-left: 4px;
}
.userNecessaryDesc{
    font-size:11px !important;
}
.userNecessaryDescInput::placeholder{
    color:#ccc;
}
.userNecessaryDescInput:focus-visible{
    outline:none !important;
}
.userNecessaryDescInput{
    background-color:#fafafa;
    border:2px solid #F5F5F5;
    border-radius: 9px;
    resize: none;
    padding:15px 7px;
}
.marginX{
    margin: 0 25px;
}
.sendingTI{
    width: 27px;
}
.sendingTitleText{
    font-weight:600;
}
.sendingTitle{
    border-bottom: 1px solid #b3b3b3;
    margin-top:60px;
    padding-bottom:2px;
    margin-bottom:70px;
}
.whichWay{
    color:#666;
}
.transportWayRow {
    filter:grayscale(1);
    opacity:0.7;
    padding:30px;
    border: 2px solid #2eb09d;
    border-radius:12px;
}
.transport-form  input:checked + label .transportWayRow {
    filter:grayscale(0) !important;
}
.how-to-send{
    color:#2eb09d;
}
.sendingPrice{
    color:#808080
}
.wayIcon{
    height:55px;
    margin-left:25px;
    width: 75px;
}
.addAddress{
    color:#2eb09d;
}
.bg-tick{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #F1EEE5;
}
.tick{
    display:none;
    width: 20px;
    height: 20px;
}
.addresses  input:not(:checked) + label .address-check {
    background-color:#F5F5F5
}
.addresses  input:checked + label .tick{
    display:block
}
.recycle ,.edit{
    height: 22px;
    box-shadow: 0 0 2px 1px #e5e5e5;
    border-radius: 3px;
}
.address-check{
    background-color: #fff;
    border:1px solid #ececec;
    border-radius: 12px;
}
.paymentTitle{
    border-bottom: 1px solid #ed1c24;
    margin-top:50px;
    padding-bottom:2px;
}
.HowToPaymentBox{
    background-color:#fff;
    padding: 60px 30px;
}
.whichWayToPayment{
    color:#999;
    margin-bottom:20px;
}
.paymentWayRow{
    filter:grayscale(1);
    opacity:0.7;
    padding:30px;
    border: 2px solid #2eb09d;
    border-radius:12px;
}
.how-to-payment{
    color:#2eb09d;
    width: 110px;
}
.paymentIcon{
    height:55px;
    margin-left:25px;
    width: 75px;
}
.payment-form ,.transport-form{
    flex-wrap:wrap;
}
.payment-form input:checked + label .paymentWayRow {
    filter:grayscale(0);

}
.offTicketI{
    width:12px;
}
.offTicketBox{
    background-color: #fff;
    padding:40px 20px ;
}
.setOffCode{
    background-color:#2eb09d;
    font-weight:500;
    padding: 5px 20px;
    width:270px;
    border-radius:9px;
    border:none;
    justify-content: center;
}
.offCodeInput::placeholder{
    color:#666;
    font-weight: 600;
    text-align:center;
}
.offCodeInput:focus-visible{
    outline: none !important
}
.offCodeInput{
    width:270px;
    background-color:#F5F5F5;
    border-radius:9px;
    border:none;
    padding: 5px;
}
.summaryFactorBox{
    background-color: #fff;
    padding:35px 20px;
}
.summaryFactorBoxContent{
    border:1px solid #e6e6e6;
    border-radius: 20px;
    padding:20px;
}
.receiver-info{
    background-color:#F9F9F9;
    padding:15px;
    border-radius:9px;
}
.paymentMount{
    color:#ed1c24;
    font-weight:500;
    margin-top: 10px;
}
.summaryFactorBoxDesc{
    color:#ed1c24;
}
.goPaymentPage{
    background-color:#ed1c24;
    padding:4px 25px;
    border-radius: 9px;
    margin-top:20px;
    border:none;
}


@media(max-width: 1199px){
    .yourOrdersPPrice{
        font-size: 17px;
    }
}

@media(max-width: 900px){
    .wayIcon ,.paymentIcon{
        height: 45px;
        margin-left: 20px;
        width: 50px;
    }
    .transportWayRow,.paymentWayRow{
        padding: 20px;
    }

}
@media(max-width: 550px){
    .yourOrdersPRow{
        padding: 10px;
        margin: 0 10px;
    }
    .yourOrdersPPrice {
        font-size: 16px;
    }
    .input-number-group{
        margin: 0 15px;
    }

}


@media(max-width: 500px){
  
    .inventoryI {
        width: 14px;
        margin-left: 5px;
    }
    .sendingI {
        width: 22px;
        margin-left: 5px;
    }
    .input-number-group .input-number-decrement, .input-number-group .input-number-increment{
        font-size: 16px !important;
    }
    .saveInNextIcon {
        width: 12px;
    }
}

@media(max-width: 450px){
    .yourOrdersPInfoTxt{
        font-size: 11px !important;
    }
    .yourOrdersPPrice {
        font-size: 15px;
    }
  
    .inventoryI {
        width: 12px;
    }
    .sendingI {
        width: 20px;
    }
    .input-number-group {
        margin: 0 5px;
    }
    .yourOrdersPRow{
        margin:0
    }
}
@media(max-width: 400px){
    .yourOrdersPPrice {
        font-size: 14px;
    }
    .offCodeInput ,.setOffCode{
        width: 220px;
    }
}







/*//////////////////////////////////////////page5///////////////////////////////////////////*/
.bg-whiteLoginSignUp{

}
.backgroundLoginSignUp{
    background-image:url("img/bg-login-signup.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding:95px 30px;
    margin:50px auto 0 0;
    width:85%;
    display: flex;
}

.loginSignupTitle{
    font-weight: 600;
}
.customCol{
    max-width:100%;
    flex: 0 0 100%;
    margin-right:-40%;
}
.phone-number-email-label ,.phone-number-email-txt{
    color:#4d4d4d;
    font-size: 12px !important;
}
.phone-number-email:focus-visible{
    outline: none;
}
.phone-number-email{
    background-color:transparent;
    border:1px solid #ed1c24;
    padding:5px 15px;
    border-radius: 7px;
}
.phoneNumber_email-form-submit{
    background-color:#ed1c24;
    padding:5px 35px;
    border-radius: 9px;
    margin:20px auto 45px;
    width: max-content;
    border:none;

}
.loginSignUpImage{
    display: none;
}
@media (max-width: 1199px) {
    .backgroundLoginSignUp{
        padding: 50px 30px;
        width: 80%;
    }
    .customCol{
        margin-right: -50%;
    }
}

@media (max-width: 950px) {
    .backgroundLoginSignUp{
        background-image: none;
        width:100%;
    }
    .backgroundLoginSignUp form{
        width: 70%;
        display: flex;
        margin: auto;
        justify-content: center;
    }
    .customCol{
        margin-right: 0
    }
    .loginSignUpImage{
        display: block
    }
    .backgroundLoginSignUp {
        padding: 30px 15px;
    }
}
@media (max-width: 500px) {
    .backgroundLoginSignUp form {
        width:100%;
    }
}


/*/////////////////////////////////////////////page6////////////////////////////////////////*/


.phone-number-email .code-input:focus-visible{
    outline: none;
}
.phone-number-email .code-input{
    width:50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: transparent;
    position: relative;
    bottom: 4px;
    text-align: center;
    margin: 0 5px;
}
.resendCodeTxt{
    margin-top: 30px;
    font-size : 10px !important;
}
.continueBtn{
    margin-top:7px;
}


/*//////////////////////////////////////////page7//////////////////////////////////////////////*/

.dashboardRow{
    margin-top:40px;
}
.dashboardItemsCol{
    max-width: 25%;
    flex:0 0 25%;
    padding:0 3px
}
.dashboardContentsCol{
    max-width: 75%;
    flex:0 0 75%;
    padding:0 3px
}
.userAvatar{
    background-color:#e6e6e6;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    object-fit: cover;
    object-position: top;
    margin-left: 8px;
}
.userNameAndAvatarBox{
    border: 1px solid  #ed1c24;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 5px #f1f1f1;
    margin-bottom: 20px;
}
.dashboardI{
    width:25px;
    height:25px;
}
.dashboardItem{
    padding: 10px;
    margin:8px 0
}
.dashboardItem p{
    font-weight:600
}
.dashboardItem.active .dashboardI{
    filter: brightness(0) invert(1);
}
.dashboardItem.active p{
    color:#fff;
}
.dashboardItem.active{
    background-color:#ed1c24;
    border-radius: 7px;
}
.dashboardItems ,.dashboardContentBox{
    background-color: #fff;
    padding:8px;
    border-radius: 11px;
}
.profileName p{
    font-weight:500
}
.profileName p ,.profileName span{
    color:#999;
}
.profileName span{
    font-size: 10px !important;
}
.startToBuy{
    background-color:#ed1c24;
    padding:5px 35px;
    border-radius: 9px;

}
.emptyBasket{
    width: 110px;
    display: flex;
    margin:0 auto 15px;
    opacity: 0.4;
}
.emptyBasketText{
    color:#808080;
}
.dashboardContent{
    padding: 25px
}
@media(max-width: 991px){
    .userNameAndAvatarBox{
        padding: 10px;
    }
}

@media(max-width: 900px){
    .userAvatar{
        width: 45px;
        height: 45px;
    }
    .profileName p {
        font-size: 12px !important;
    }
    .dashboardI {
        width: 20px;
        height: 20px;
    }
    .dashboardItem p {
        font-size: 12px !important;
    }
    .dashboardItemsCol {
        max-width: 27%;
        flex: 0 0 27%;
    }
    .dashboardContentsCol {
        max-width: 73%;
        flex: 0 0 73%;
    }
}
@media(max-width: 799px){
    .dashboardItemsCol, .dashboardContentsCol {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .dashboardItemList{
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .dashboardItem{
        max-width:25%;
        flex: 0 0 25%;
    }
    .dashboardItem a{
        justify-content: center !important;
    }
}
@media(max-width: 775px){
    .dashboardItem{
        max-width:33.333333%;
        flex: 0 0 33.333333%;
    }
}
@media(max-width: 595px){
    .dashboardItem{
        max-width:50%;
        flex: 0 0 50%;
    }
}
@media(max-width: 420px){
    .dashboardItem{
        max-width:100%;
        flex: 0 0 100%;
    }
    .emptyBasket {
        width: 90px;
    }
    .emptyBasketText {
        font-size: 14px !important;
    }
    .startToBuy{
        padding: 3px 20px;
        border-radius: 6px
    }
}


/*//////////////////////////////////// page 8 //////////////////////////////////////*/

.categoriesSlider{
    margin-top:40px;
    border-radius: 20px;
    overflow: hidden;
}
.categoriesSlider .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5px;
    z-index: 9999;
    left: 35px;
}
.categoriesSlider .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin: 2px;
    background-color:#fff;
}
.categoriesSlider .owl-dots .owl-dot.active span, .categoriesSlider .owl-dots .owl-dot:hover span{
    background-color:#ed1c24;
}
.subCName ,.subCName a{
    font-size:12px !important;
}
.backgroundOfCatsAndSubCats{
    background-color:#fff;
    padding: 5px;
    border-radius:11px;
}
.cList{
    border-bottom:1px solid #ccc;
    padding:5px 10px !important;
    margin-bottom:10px;
}
.CName{
    color:#ed1c24;
    font-size:12px !important;
}
.moreSubCLink[aria-expanded="false"]{
    color:#000;
}
.moreSubCLink[aria-expanded="true"]{
    color:#ed1c24;
}
.cList:last-child{
    border-bottom:none;
}
.amazingOfferTitle{
    background-color:#ed1c24;
    padding: 4px 20px 4px 35px;
    border-radius:20px 20px 0 0;
    width: max-content;
}
.showAllAmazingOffer{
    color:#999;
    font-weight:500;
    position:absolute;
    top:15px;
    left: 20px;
}
.amazingOfferName{
    font-weight:600;
    position: absolute;
    right: 25px;
    top: 20px;
}
.amazingOfferSlideImg{
    height:220px;
    object-fit: contain;
    width: 170px;
    padding: 0 10px;
}
.lastAOPPrice{
    color:#999;
    margin-left: 40px;
}
.aOOffBadge {
    background-color: #ed1c24;
    padding: 4px 5px 2px;
    border-radius: 5px;
    margin-right: 3px;
    line-height: 1;
    font-size: 12px !important;
    width: max-content;
}
.amazingOfferSlidePriceInfo{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.backgroundAmazingOffer{
    background: #ed1c24;
    border-radius: 30px 0 30px 30px;
    padding:5px;
}
.bgAmazingOffer{
    background-color:#fff ;
    border-radius: 26px;
    padding: 25px;
    position: relative;
}
.showAmazingOfferContent{
    background-color:#fff;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 #eee;
    padding: 40px 25px 25px;
    position:relative;
}
.AmazingOfferListItemImage{
    width:100%;
    height:100%;
    object-fit: contain;
}
.AmazingOfferListItemImg{
    background-color:#fff;
    border:1px solid #e6e6e6;
    border-radius: 50%;
    padding: 3px;
    width:50px;
    height:50px;
    overflow: hidden;
}
.showSomeAmazingOffersCol {
    max-width:40%;
    flex: 0 0 40%;
    padding-right: 15px;
}
.showAmazingOfferCol {
    max-width:60%;
    flex: 0 0 60%;
    border-left:1px solid #999;
    padding-left: 20px;
}
.bg-CProductsItem{
    width:180px;
    height: 180px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    display:flex;
    align-items: center;
    justify-content:center;
}
.CProductsItemImg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.overlayCProductsItem{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0;
    right:0;
    transition:ease all 2s;
}
.overlayCProductsItem1{
    background-color:rgba(0,204,255,0.72);
}
.overlayCProductsItem2{
    background-color:rgba(153,204,51,0.72);
}
.overlayCProductsItem3{
    background-color:rgba(153,153,255,0.72);
}
.overlayCProductsItem4{
    background-color:rgba(255,204,0,0.72);
}
.overlayCProductsItem ,.overlayCProductsItemT{
    display: none !important;
    transition:ease all 2s;
}
.bg-CProductsItem:hover .overlayCProductsItem ,.bg-CProductsItem:hover .overlayCProductsItemT{
    display:flex !important;
    transition:ease all 2s;
    animation:slideInUp;
    animation-duration: 1s;
}
.moreImage{
    width:22px;
    margin-right:4px;
}
.overlayCProductsItemT{
    position:absolute;
    left: 15px;
    bottom:15px;
}
.CProductsItemN{
    font-weight:600
}
.CProductsItemCol{
    max-width:25%;
    flex: 0 0 25%;
    display: flex;
    margin: auto;
    justify-content: center;
}
.CProductsItems{
    margin: 30px 0
}
.special-offer-title{
    color:#ed1c24;
    border-color:#ed1c24;
    padding: 0 10px;
}
.special-offer-title-border{
    border-color:#ed1c24;
}
.addToBasketBtnFontSize{
    font-size: 12px !important;
}
.perfectMomentPrice {
    font-size: 15px !important;
}
.SOCard:hover{
    border-radius: 25px;
}
.fourBannerCol img{
    border-radius:22px;
}
.fourBannerCol{
    max-width:50%;
    flex: 0 0 50%;
    padding:10px;
}
.repetitive-title{
    border-color:#ed1c24;
    padding: 0 10px;
}
.repetitiveCard:hover{
    box-shadow:none;
}
.AmazingOfferList p{
    margin-right: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ed1c24;
}
@media(max-width: 1199px){
    .bgAmazingOffer{
        padding: 18px 8px
    }
    .amazingOfferName{
        font-size: 16px !important;
    }
    .showAmazingOfferContent{
        padding:40px 15px 15px;
    }
    .showAmazingOfferCol{
        padding: 10px !important;
    }
    .amazingOfferAddBBtn .addBsktImg{
        width:18px;
        border-radius: 8px;
    }
    .amazingOfferAddBBtn{
        padding:5px 10px;
    }
    .amazingOfferAddB{
        font-size: 10px !important;
    }
    .AmazingOfferList p{
        font-size: 12px !important;
    }
    .bg-CProductsItem {
        width: 145px;
        height: 145px;
    }
    #v-pills-tab .nav-link {
        padding: 5px 2px;
    }
    #v-pills-tab .nav-link p{
       margin-right: 5px;
    }
    .showAllAmazingOffer {
        top: 8px;
        left: 17px;
    }
}
@media(max-width: 670px){
    .showAmazingOfferCol ,.showSomeAmazingOffersCol{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .showAmazingOfferCol{
        border-left: none;
    }
    .amazingOfferSlideImg{
        width: 250px;
    }
    .showAllAmazingOffer{
        display: flex;
        margin-right: auto;
        justify-content: flex-end;
        margin-left: 25px;
        margin-top: 8px;
        position:relative;
        top:0;
        left:0;
    }
}
@media(max-width: 670px){
    .CProductsItemCol {
        max-width: 33.333333333333%;
        flex: 0 0 33.333333333333%;
        padding: 5px 0;
    }
    .bg-CProductsItem {
        width: 160px;
        height: 160px;
    }
    .showSomeAmazingOffersCol{
        padding-right:0
    }
}

@media(max-width: 600px){
    .fourBannerCol img {
        border-radius: 17px;
    }
}

@media(max-width: 575px){
    .amazingOfferُIntroRow{
        flex-wrap: wrap;
        justify-content: center !important;
    }
}
@media(max-width: 550px){
    .amazingOfferSlideImg {
        width: 220px;
    }
    .CProductsItemCol {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 5px 0;
    }
    .fourBannerCol {
        max-width: 100%;
        flex: 0 0 100%;
    }

}

@media(max-width: 470px) {
    .amazingOfferSlideImg {
        height: 170px;
    }
    .categoriesSlider{
        border-radius: 15px;
    }
    .categoriesSlider .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }
    .categoriesSlider .owl-nav.disabled+.owl-dots {
        bottom: 1px;
        left: 15px;
    }
}

@media(max-width: 400px) {
    .bg-CProductsItem {
        width: 140px;
        height: 140px;
    }
    .categoriesSlider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}
@media(max-width: 320px) {
    .bg-CProductsItem {
        width: 125px;
        height: 125px;
    }
}

.prdDescription *{
    text-align: justify;
}


li.categoriesMenuLink:hover {
    border-bottom: 2px solid red;
}