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

.index #mainnav .container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
}
.main-nav-container:not(.animated) {
    margin-top: 1rem;
}

/*logo*/
@media (max-width:767px){
.index .navbar-brand img {
    max-height: 5rem;
}
.index .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
}
footer img {
    width: 10rem;
}}

section.update_offer_section {
    margin-bottom: 3rem;
}

/*First banner*/ 
section[class*="first-banner"] .opacity-70 {
    opacity: 1;
}
section[class*="first-banner"] p, section[class*="first-banner"] h1 {
    color: #fff!important;
}
section[class*="first-banner2"] .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){
section[class*="first-banner"] .text-center {
    max-width: 48%;
}
section[class*="first-banner2"] .rtl\:justify-end:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-start;
}
.first-banner-0 .lg\:mt-\[18rem\] {
    margin-top: 10rem;
}
section[class*="first-banner"] .lg\:mt-\[18rem\] {
    margin-top: 0rem;
}
section[class*="first-banner"] .w-fit.text-white {
    padding: 1rem 3rem;
}
section[class*="first-banner"] p {
    font-size: 32px !important;
    line-height: 3rem;
    max-width:100%!important;
}
section[class*="first-banner3"] .h-full {
    justify-content: center;
}
section[class*="first-banner2"] h1 {
    font-size: 64px !important;
}


}
@media (max-width:767px){
section[class*="first-banner"] .h-full {
    justify-content: center;
}
section[class*="first-banner"] p{
    font-size: 15px !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-\[70\%\] {
    max-width: 100%;
}
section[class*="first-banner2"] .max-w-\[70\%\] {
    background: #116978cc;
}
section[class*="first-banner2"] .h-\[70vh\], section[class*="first-banner3"] .h-\[70vh\] {
    height: 50vh;
}
.first-banner-0 .h-full {
    align-items: flex-end;
    padding-bottom: 2rem;
}
}


/*category*/
.category .\!text-\[var\(--black-color\)\] {
    color:  var(--m-color) !important;
}
.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: 170px;
}}
@media (max-width:400px){
.category .w-\[150px\] {
    width: 150px;
}}


/*مميزات*/
.media .shape  .text-\[var\(--m-color\)\] {
    color: #fff;
}
 /*features */
.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;
}}


/*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);
}