.s-products-list-wrapper.s-products-list-horizontal-cards {
    grid-template-columns: none;
}
section.s-block.container {
    display: inline-block;
}

.d-flex.flex-column.gap-1 {
    display: none !important;
}


.s-products-list-wrapper.s-products-list-horizontal-cards {
    grid-template-columns: none !important;
}


.s-products-list-wrapper.s-products-list-horizontal-cards custom-salla-product-card  {
    position: relative;
    display: block !important;
    height: 100%;
    border: 1px solid;
    background: #D4CCB5;
    width:300px;
   margin-right:auto;
    margin-left:auto;
    transition-duration: 300ms
}


.s-product-card-content {
    width: 200px !important;
}



img.s-product-card-image-cover.lazy.loaded {
    border-radius: 10px;
}
@media (min-width: 640px) {
    .s-product-card-horizontal .s-product-card-image {
        width: 15rem;
    }
    
}
salla-comments.hydrated .s-comments.s-comments-product {
    margin-top: 0px !important;
}
body#app {
    background: #D4CCB5;
}
.navbar-brand img {
    max-height: 6rem;
  
}
.inner.bg-inherit {
    background: #D4CCB5;
}
.s-product-card-horizontal .s-product-card-image {
    height: auto;
   
    background: #D4CCB5;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.s-product-card-content {
    margin-right: auto;
    margin-left: auto;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-sub {
    text-align: center;
    display: block;
}
button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    background: #D4CCB5;
}
.flex.items-start.flex-col.md\:flex-row .main-content.flex-1.w-full .flex.min-h-screen salla-products-list.flex-1.min-w-0.overflow-auto.s-products-list.hydrated {
            grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex.items-start.flex-col.md\:flex-row .main-content.flex-1.w-full .flex.min-h-screen salla-products-list.flex-1.min-w-0.overflow-auto.s-products-list.hydrated {
    position: relative;
    display: block !important;
    height: 100%;
    border: 1px solid;
    background: #D4CCB5;
    width:300px;
   margin-right:auto;
    margin-left:auto;
    transition-duration: 300ms
}


.s-products-list-wrapper.s-products-list-vertical-cards {
 position: relative;
    display: block !important;
    height: 100%;
    
    background: #D4CCB5;
    width:300px;
 margin-top:10px;
   margin-right:auto;
    margin-left:auto;
    
}


.flex.items-start.flex-col.md\:flex-row .main-content.flex-1.w-full .flex.min-h-screen salla-products-list.flex-1.min-w-0.overflow-auto.s-products-list.hydrated .s-products-list-wrapper.s-products-list-vertical-cards custom-salla-product-card{
 margin-top:10px
}

.s-comments.s-comments-product {
    margin-top: -207px;
    background: #D4CCB5;
}
.s-user-menu-trigger {
    background: unset;
}
custom-salla-product-card {
    background: #D4CCB5!important;
    border: 1px solid;
}

.s-product-card-image {
    background: #D4CCB5;
}


#shipping_form .row h3{
     visibility:hidden !important; 
}

#shipping_form .d-flex.flex-column.gap-1::before{
    content:'شركة التوصيل';
    font-size:16px;
    font-weight:700;
    
}