/*costum header*/
.global-module-secondary-nav {
    padding: 8px 0px;
}
.nav-div {
    background: #fff;
}
.global-module-secondary-nav .items-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.global-module-secondary-nav .scroll-wrapper {
    gap: 15px;
}
.global-module-secondary-nav .items-scroll .scroll-wrapper {
    display: flex;
}
.global-module-secondary-nav a:first-child {
    padding-right: 16px;
}
.global-module-secondary-nav a {
    display: block;
    flex-shrink: 1;
    text-wrap: nowrap;
font-weight: bold;
}
/*header*/
.prestige-header{
    background-color: #957C99;
    color: #fff;
}
.prestige-header .sicon-user:before, .prestige-header .sicon-menu:before, .prestige-header .sicon-search:before, .prestige-header .sicon-shopping-bag:before{
    color: #fff;
}
/*general*/
.app-inner, .pt-6 {
    background: #fff;
}
/*video*/ 
@media (max-width:1025px) {
    .prestige-video-banner.h-screen {
    height: 40vh;
}
}
@media (min-width:1087px) {
    .prestige-video-banner.h-screen {
    height: 80vh;
}
}

/*products*/
/*
.prestige-card .img {
    max-height: 18rem;
    min-height: 18rem;
    object-fit:cover;
}*/
@media (max-width: 820px ){
.prestige-card .img {
    max-height: 17rem;
    min-height: 17rem;
    object-fit:cover;
}
}
@media (min-width: 820px ){
.prestige-card .img {
    max-height: 20rem;
    min-height: 20rem;
    object-fit:cover;
}
}
.prestige-card img {
    width: 100%;
    height: 100%;   
}
.prestige-card .flex.flex-col.mt-4 h5{
    text-align: center;
    color: #000;
    font-size: 1rem;
    min-height: 6rem;
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin: 8px;
}
.prestige-card .flex.flex-col.mt-4 h5::after{
    content: "";
    height: 25px;
    width: auto;
    display: block;
    background-image: url(https://i.postimg.cc/tJjmmKhV/temp-Imageok-Tlqi.avif);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}


.s-slider-block__title, .s-block__title {
    justify-content: center;
    flex-direction: column;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *), .s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
    padding-right: 0rem;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}
.prestige-card{
    border: .02rem solid #CCCCCC;
    border-radius: 5px
}

salla-add-product-button .w-full{
    background-color: #ffff;
    border: none;
    border-radius: 0px;
    width: 90%;
    margin:auto;
}

.prestige-card salla-add-product-button .s-button-btn {
    background: none;
    border: none;
    color: #000;
}

salla-add-product-button i.sicon-cart:before{
    content: "\ef36";
}
salla-add-product-button.mt-3 {
    margin-bottom: 0.75rem;
    justify-content: center;
    border: 0.02rem solid #000;
    width: 80%;
    background-color: #ffff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 4px;

}

/*feedback*/
.prestige-testimonials .mt-4 {
    display: flex;
    flex-direction: column-reverse;
}

.prestige-testimonials img.w-20.h-20{
    display: none;
}
.prestige-testimonials .p-10 {
    padding: 1rem;
    border: .02rem solid #957C99;
    border-radius: 5px;
    background-color: #fff;
}
.s-slider-controls-outer .s-slider-block__title-nav {
    display:none;
    }
.prestige-testimonials .s-rating-stars-medium svg {
        height: 1rem;
        width: 1rem;
    }
.prestige-testimonials .s-rating-stars-selected {
        fill: #957C99;
    }

.prestige-testimonials h1.text-lg{
    font-weight: 400;
    }
/*menu*/
@media (min-width: 1024px) {
    header .lg\:flex {
    display: none;
}
}
.mobile-menu {
    background-color: #fff !important;
}
.mm-spn li a, .mm-spn li span, .mobile-menu ul li a, .mm-spn.mm-spn--light {
    color: #000 !important;
}
/*footer*/
footer .logo.w-32 img{
content: url(https://i.postimg.cc/7hsnK39Z/temp-Imagef-Cwj6g.avif);
}
footer .logo.w-32 {
    width: auto;
}
footer .px-12 {
    padding-left: 1rem;
    padding-right: 1rem;
}
footer{
    text-align: center;
    justify-content: center;
}
footer ul.flex.mb-2, footer .flex.mb-4 {
    justify-content: center;
}
.copyright {
    background-color: #fff;
}
.copyright p {
    justify-items: center;
}
.copyright span.dev-link {
    font-weight: 500;
    font-size: 9px;
}
footer .border-b {
    border-bottom-width: 0px;
}
footer .border-b:nth-child(3) ul.flex{
    margin-top: 1rem;
}

/*category in products*/
@media (max-width: 640px) {
.product-index salla-slider .slide--one-sixth {
    width: 35%;
}

.product-index salla-slider .slide--one-sixth h3{
    font-size: 15px;
}
}
*/