/* Add custom CSS styles below */ 
.marquee.bg-\[\#424242\].text-\[\#efe5cf\] {
    background: var(--m-color);
    color: #fff;
}

body.index .store-header {
    position: relative;
}
div#mainnav {
    background: #ebebeb;
}

/*logo*/
@media (min-width:767px){
.navbar-brand img:not(.index .navbar-brand img ) {
    max-height: 5rem;
}
.index .navbar-brand img {
    max-height: 8rem;
}
.index .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}}
@media (max-width:767px){
.index .navbar-brand img {
    max-height: 4rem;
}
.index .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 50px;
}
footer img {
    width: 8rem;
}}

/*First banner*/ 
section[class*="first-banner"] .opacity-70 {
    opacity: 1;
}
.first-banner-0 p, .first-banner-0 h1 {
    color: #fff!important;
}
.first-banner-0 .w-fit.text-white {
    background: #fff !important;
    color: var(--m-color) !important;
    border-color: #fff !important;
}
.first-banner-0 .w-fit.text-white:hover {
    background:var(--m-color) !important;
    color: #fff !important;
}
@media (min-width:767px){
.lg\:mt-\[18rem\] {
    margin-top: 10rem;
}
.first-banner-0 .w-fit.text-white {
    padding: 1rem 3rem;
}
.first-banner-0 p {
    font-size: 32px !important;
    line-height: 3rem;
    max-width:100%!important;
}}
@media (max-width:767px){
.first-banner-0 .max-w-\[70\%\] {
    max-width: 100%;
    align-self: flex-end;
    margin-bottom: 1rem;
}
.first-banner-0 .h-full {
    justify-content: center;
}
section[class*="first-banner"] p{
    max-width: 95% !important;
    font-size: 14px !important;
}
section[class*="first-banner"] .py-2{
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}
section[class*="first-banner"] h1 {
    margin-top: 0;
    font-size: 25px !important;
}
section[class*="first-banner"] .max-w-\[60\%\].text-center {
    max-width: 100%;
}
section[class*="first-banner"] .h-\[70vh\] {
    height: 62vh;
}
section[class*="video-banner-main"] .h-\[70vh\] {
    height: 40vh;
}
}
/*video*/
section[class*="video-banner-main"] .mb-4.w-full.sal-animate {
    height: 0;
}
section[class*="video-banner-main"] .max-w-\[70\%\].items-center.p-3 {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
section[class*="video-banner-main"] .w-fit.bg-\[var\(--m-color\)\].sal-animate {
    width: 100%;
    height: 100%;
    opacity: 0;
}
section[class*="video-banner-main"] .mb-4.w-full.sal-animate {
    height: 0;
}
section[class*="video-banner-main"] a.flex.justify-center.items-center {
    width: 100%;
    height: 100%;
}


/*category*/
.category .\!text-\[var\(--black-color\)\] {
    text-wrap: nowrap;
}
.category li {
    align-self: flex-start;
}
@media (min-width:767px){
.category li {
    width: 12rem;
}
.category .justify-between {
    justify-content: center;
    gap:2rem;
}
.category .\!text-\[var\(--black-color\)\] {
    font-size: 24px;
}}
@media (max-width:767px){
.category .justify-between {
    justify-content: space-around;
}
.category .w-\[150px\] {
    width: 130px;
}}


/*3 pics*/
button.s-slider-prev.s-slider-nav-arrow {
    display: none;
}
.three-pictures h1{
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-weight: 900 !important;
}
.bg-\[\#00000030\] {
    background-color: rgb(0 0 0 / 50%);
}
.three-pictures .overlay button:hover * {
    color: var(--m-color)!important;
}
@media (min-width:767px){
.three-pictures h1 {
    font-size: 35px;
    line-height: 5rem;
}}
@media (max-width:767px){
.rooms .s-slider-container .s-slider-swiper-wrapper .swiper-slide .overlay {
    opacity: 1;
}}

/*2 pics*/
.two-pictures h1, .two-pictures button * {
    color: #fff;
}
.two-pictures button {
    border-color: #fff;
}
.two-pictures  .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
}
.two-pictures .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
    top: 35%;
}
@media (max-width:767px){
.two-pictures h1{
    font-size: 22px !important;
    line-height: 3rem;
}}
@media (min-width:767px){
.two-pictures h1 {
    width: 80%;
    font-size: 35px !important;
    line-height: 3rem;
}}

/*details*/
.details-sec .grid {
    height: 90vh !important;
}
@media (max-width:767px){
.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(5, 1fr);
}}
.questions img.w-full.h-full.z-2.relative.sal-animate {
    z-index: 1;
}

/*مميزات*/
.media .shape .text-\[var\(--m-color\)\] {
    color: #fff;
}
 /*features */
.features * {
    color: #000 !important;
    border-color: #000 !important;
}
.features .bg-\[var\(--m-color\)\] {
    background-color: #000 !important;
}
@media (min-width:767px){
.features > div > div > div > div:last-of-type {
  justify-content: start !important;
}}
@media (max-width:767px){
.features .flex.conatiner.justify-between.flex-col.lg\:flex-row {
    flex-direction: row;
}
.features .h-20 {
    height: 3rem;
}
.features  h1.font-bold {
    font-size: 14px !important;
}}

/*1pic*/
.one-picture .justify-start {
    justify-content: center;
}
.one-picture  .justify-start *{
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
.one-picture h1{
    width: 42rem;
}}
@media (max-width:767px){
.one-picture h1{
    font-size: 18px !important;
    line-height: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}}


/*products*/
.s-block--best-offers {
    margin-bottom: 2rem;
}
span.bg-primary.text-white.px-\[5px\].flex.items-center.w-fit.text-\[13px\].rounded-\[3px\] {
    position: absolute;
    z-index: 1;
}
@media (min-width:767px){
.s-product-card-vertical {
    height: 35rem;
}}
@media (max-width:767px){
.s-product-card-wishlist-btn span.s-button-text {
    padding: 0 5px;
}
.s-product-card-vertical {
    height: 25rem !important;
}}

/*new footer*/
footer .hover\:text-primary:hover {
    color: #414042 !important;
}
.footer-is-light .store-footer {
    background-color: rgb(255 255 255);
}
footer .bg-\[\#9A3B3B\] .text-white {
    color: #fff;
}
button#mc-embedded-subscribe:not(:hover) {
    color: #000;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #ECECEC!important;
}
button#mc-embedded-subscribe:not(:hover) {
    background-color: #ececec;
}
.s-add-product-button-main:not(.w-full)>salla-button {
    width: 100%!important;
}
.store-footer__inner * {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
footer .bg-\[\#9A3B3B\] {
    background-color: var(--f-color);
}

/*cart*/
.side-panel.is-opened .bg-\[var\(--f-color\)\], .side-panel .s-quantity-input-container .s-quantity-input-input  {
    background-color: #ffffff;
}

/*زرار اشترى الان*/
.s-add-product-button-main salla-mini-checkout-widget.s-add-product-button-mini-checkout{
pointer-events: all;
}
/*عنوان خيارات المنتج*/
.singleP salla-product-options.product-options-colors b {
    display: block;
}




button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
}
@media (max-width:767px){
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    padding-top: 0.655rem;
    padding-bottom: 0.655rem;
}}