.banner img {
  margin: 0 auto !important;
  border:2px solid #EFE9CE;
  border-radius:15px;
  box-shadow:0 2px 5px -3px #212121;
  /* margin-top: -16px !important; */
  animation: top 2s both;}
@keyframes top { 0% { transform: translateY(-30px); opacity: 0; } 100% { opacity: 1; transform: none; } }


section:nth-of-type(1) {
  margin-top: 0px !important;
}
.section-header.d-flex.justify-content-between.align-items-center.mb-4 {
  margin-top: 5px !important;
  
}
section:nth-of-type(1) .container.container.p-0.px-md-3,
section:not(:nth-of-type(2)) > .container.banner {
  padding: 0px !important;
  margin: auto !important;
  width: 100vw;
  animation: top 2s both;}
@keyframes top { 0% { transform: translateY(-30px); opacity: 0; } 100% { opacity: 1; transform: none; } }

.header-row > .circle-action > .sicon-cart:before {
  content: "\ef39";
  font-size: 22px;
  color: #EFE9CE;
}

.site-header .sicon-search::before{content:"\f002";font-family:fontawesome!important;font-size:22px;
color: #EFE9CE;
}
.site-header .sicon-user{size:24px;color: #EFE9CE;font-weight:bolder
}

.site-header.sticky{background:#EFE9CE !important;box-shadow:0 2px 5px -3px #212121;
margin-top:15px;border-radius:35px;
}
body>header.sticky>div>div>div:nth-of-type(2)>h1>a>img{transition: 4s 0 ease;
    animation: flash 5s ease infinite;
    animation-direction: alternate;
    
}
@keyframes flash
{
    0%, 50%, 100% 
    {
        opacity: 1;
    }
    25%, 75%
    {
        opacity: 0;
    }
}


.site-header{background:#EFE9CE!important;
border-radius:0 0 15px 15px;
box-shadow:0 2px 5px -3px #212121;
   overflow: hidden
}

.circle-action {color:#EFE9CE;
background:linear-gradient(45deg, #056454, #078872, #056454);
Border-radius:70% 40% 30% 80%/55% 45% 60% 50%;
Border:none;
box-shadow:0 2px 5px -3px #212121;
animation-duration : 0.5s; animation-fill-mode : both; animation-iteration-count : 1; animation-name : fastSlide; animation-timing-function : linear; transform-origin : bottom; } @keyframes fastSlide { 0% { transform: translate(-120%) skewX(30deg) ; } 70% { transform: translate(0%) skewX(30deg) ; } 80% { transform: translate(0%) skewX(20deg) ; } 95% { transform: translate(0%) skewX(10deg) ; } 100% { transform: translate(0%) skewX(0deg) ; } }




.section-header .section--title span{ 
color:#EFE9CE;
background:#056454;
padding-left:10px;
padding-right:10px;
padding-bottom:4px;
Border-radius:12px 0px 0px 12px;
Border-right:8px solid #EFE9CE;
box-shadow:0 2px 5px -3px #212121;
animation: ShineAnimation 5s infinite;
    animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
    content: "";
    border-radius: 25px25px 0 0 !important;
display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

@keyframes ShineAnimation
{
    0%
    {
      background-repeat: no-repeat;
      background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100% );
      background-position: -250px -250px;
      background-size: 600px 600px;
    }
    100%
    {
      background-repeat: no-repeat;
      background-position: 250px 250px;
    }

}


body,.main-slider.main-slider--solo.slick-initialized.slick-slider.slick-dotted{background:#fff}


.product>a .img-cont img
{
width: 100% !important;
margin: auto !important;
margin-top: 2px !important;
border-radius: 25px 25px 0px 0px !important;}


.product {
border-radius: 25px;
box-shadow:0 2px 5px -3px #212121;
border: none;
}
.product > a:nth-child(1) {
  border-radius: 8px !important;
}
h3.product-title {
  color: #056454;
  margin-top: 5px;
}
.product-subtitle {
  text-align: center !important;
}
body .product .product-footer {
  display: block;
  border: none;
}
.product-footer .not-available,
.product-add {
  font-size: 1rem;
  background:linear-gradient(45deg, #056454, #078872, #056454);
  color: #EFE9CE;
  display: block;
  text-align: center;
  border-radius: 0 0 25px 25px;
box-shadow:0 2px 5px -3px #212121;}
.product-add:before {
  content: "أضف للسلة";
  display: block;
}
.product-add * {
  display: none;
}
.product-price {color:#D5AA2D;
  text-align: center;
}
span.not-available {
  text-align: center;
  cursor: no-drop;
  color: #000 !important;
  padding: 10px 0px 10px !important;
  background:none!important;
  box-shadow:none!important
  
}
.product .product-title {
  text-align: center;
}
body.salla-theme_1 .product .product-footer {
  border: none !important;}
  .u-light { background-color: #fff;}

.feature-item { width: calc(33.333% - 10px); display: inline-block; vertical-align: top!important}


.feature-item__icon{
Border-radius:70% 40% 30% 80%/55% 45% 60% 50%;
background:linear-gradient(45deg, #056454, #078872, #056454);
Color:#EFE9CE; 
box-shadow:0 2px 5px -3px black;
animation: wiggle 2.5s infinite;}
@keyframes wiggle { 0% { transform: rotate(0deg); } 80% { transform: rotate(0deg); } 85% { transform: rotate(5deg); } 95% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }

.feature-item h3 { color: #056454!important;
font-size:15px;}
.feature-item p { font-size: 13px;}

/*----------*/
.sub-nav__menu svg{fill:#056454;
}
 .sub-nav__close svg{
    background:linear-gradient(45deg, #056454, #078872, #056454);
    border-radius:50%;
}
ul.main-menu a{color:#056454;
}
 
  .sub-nav .sub-nav-content {
    bottom: 0;
    margin: auto;
    height: 92%;
    border-radius: 1.3rem;
  }
  .sub-nav .sub-nav-content.is-active {
    left: 0;
  }
 .sub-nav .main-menu li.sub-menu-header.categories-holder > span {
 border-top:20px;}
.sub-nav-header {background:#EFE9CE
}
sub-nav a{color:#fff;}
.sub-nav .sub-nav-content.is-active {
  background:linear-gradient(45deg, #056454, #078872, #056454);
border-radius:15px;

}
.sub-nav-header img {
content: url(https://cdn.salla.sa/Kolwy/j5ZrjfJx5bk1oMwzlzy2HM6woJDvzQUCv5jWRSqB.png)!important;
  width: 120px !important;
  height: auto;
  border-radius: 0 !important;
  border: none !important;}
.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li a ,.sub-nav li > ul a:hover , .sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li.has-children > a::after {
  color: #fff!important;
  text-align: center !important;}

.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li {
  border-bottom: none !important;
}

.sub-nav .sub-nav-content .main-menu > li {
  border-bottom: none ;
}

.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li ul li a {background:#EFE9CE;
    color: #fff!important;
    font-weight: 400 !important;}

.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li ul li {
  border-bottom: none !important;

}
.sub-nav .main-menu li.sub-menu-logged-in a, .sub-nav .main-menu li.sub-menu-logged-in a i {color: #fff;}

.sub-nav .sub-nav-content .sub-nav-header a {
    color: #EFE9CE!important;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 400;
    background:linear-gradient(45deg, #056454, #078872, #056454);
box-shadow: 2.5px 2.5px 5px #22232c94, -2.5px -2.5px 5px #21232e00;
    border-radius: 8px;
    color: #fff;
}
p.font-13 > span {
  display: none;
}
.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories> li a {
    color: #056454 !important;
    margin: 7px;
    border: none !important;
    border-radius: 15px;
     background:linear-gradient(45deg, #EFE9CE, #EFE9CE, #EFE9CE);
    box-shadow: 2.5px 2.5px 5px #22232c94, -2.5px -2.5px 5px #21232e00;
}
.sub-nav .main-menu li.sub-menu-header.categories-holder ul.store-categories li ul li a {
    color: #fff!important;
    font-weight: 400 !important;
}
.sub-nav .main-menu li.sub-menu-header.categories-holder > span {
  color:#fff!important;
   text-align: center !important;
  font-weight:bold;
}
.sicon-tag{color:#fff!important;}

section.section > .container > .row:not(.products-grid):not(.products-listing) {
  display: grid !important;
  column-gap: 0px !important;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

section.section
  > .container
  > .row:not(.products-grid):not(.products-listing):before,
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing):after {
  content: none;
}
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing)
  > .col-md-4 {
  width: 100%;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.category-featured a:before {
  content: none;
}

/* أرتفاع صور الأقسام */
body:not(.salla-theme_6) .category-featured {
  padding-top: 70% !important;
  margin-bottom: 12px !important;
  border-radius: 12px;
}

section.section
  > .container
  > .row:not(.products-grid):not(.products-listing)
  > .col-md-4:first-child
  .category-featured,
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing)
  > .col-md-4:last-child
  .category-featured {
  padding-top: 46% !important;
}

/*   ###############    الأقسام في الشاشات الصغيرة  #################  */

@media only screen and (max-width: 991px) {
    section.section > .container > .row:not(.products-grid):not(.products-listing) > .col-md-4:first-child .category-featured, section.section > .container > .row:not(.products-grid):not(.products-listing) > .col-md-4:last-child .category-featured{
    padding-top: 65% !important;    
    }
    section.section > .container > .row:not(.products-grid):not(.products-listing) {
        grid-template-columns: 1fr 1fr ;
    }
  body:not(.salla-theme_6) .category-featured {
    padding-top: 65% !important;
    margin-bottom: 12px !important;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  }
  section.section
    > .container
    > .row:not(.products-grid):not(.products-listing)
    > .col-md-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media only screen and (min-width: 991px) {
section.section > .container > .row:not(.products-grid):not(.products-listing) > .col-md-4:first-child .category-featured, section.section > .container > .row:not(.products-grid):not(.products-listing) > .col-md-4:last-child .category-featured{
    padding-top: 70% !important;
}
}


.testimonials-item {
  margin: 3px;
  border:none;
    background:linear-gradient(45deg, #056454, #078872, #056454);
  border-radius: 15px 15px 15px 15px;
  filter:drop-shadow(1px 1px 1px #000);}

.testimonials-item p {
  background:none;
  border-radius: 12px;
  font-weight:bold;
  color: #EFE9CE;
  width: 88%;
  padding: 3rem 1rem 0.5rem;
  margin-bottom: 0px !important;
  text-align: right;
  border: none;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.testimonials-item p:before {
  border-top-color: #0f0f0f;
  display: none;
}
.testimonials-item cite {
  color: #BDBDBD;
}
.testimonials-item img {
  display: none;
}
.testimonials-item__location {
  margin-right: 10px;
}
span.testimonials-item__author {
  color: #EFE9CE;
  margin-right: 26px;
}
.testimonials-item .rating {
  display: block;
  position: absolute;
  top: 13px;
  right: 106px;
  font-size: 19px;
  letter-spacing: 5px;
}

/* box shap */
cite.d-flex.pr-4 > div {
  margin-bottom: 8px;
}
.text-right {
  text-align: right !important;
  display: flex;
  align-items: center;
}
/*---------footer--------*/
.footer-main{background:linear-gradient(45deg, #056454, #078872, #056454);}

footer * {border-color:#EFE9CE!important;
}
    

.footer-main .container::before
{
  text-align: center !important;
  display: block;
  height: 100px !important;
  background-image: url(https://cdn.imgchest.com/files/j7mmcmzoxe7.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin: -20px auto 10px auto !important;
  }
  


  
      .footer-links {columns:1 !important;
      }
    .footer-main .container:before {
    text-align: center;}
  
  
  .footer-item p {
  font-size: 16px;
  
}
  
  .footer-title span
{
    color: #EFE9CE!important;
    font-weight:bolder;
    filter:drop-shadow(1px 1px 0.5px #343434);
    font-size:19px;
 border-bottom: 4px solid #524c44;
  padding-bottom:0px;}
  footer * {
    text-align: center !important;
    margin: auto;
    color:#fff!important;
    
}

    
    li.social__item a {
    color:#056454!important;
    border: none !important;
    background:linear-gradient(45deg, #EFE9CE, #EFE9CE, #EFE9CE);
    border-radius: 10px;
    filter:drop-shadow(1px 1px 1px #000);
    }

li.social__item a i {
    color: #056454!important;
    font-weight:400;
}
footer .store-certificate img {
    transform: scale(2);
    
}
i.sicon-whatsapp2,i.sicon-mail,i.sicon-phone,i.sicon-iphone{color:#056454!important;}
.footer-sub{background:linear-gradient(45deg, #056454, #078872, #056454);
box-shadow: #056454 0px 0px 0px 1px,
				#EFE9CE 0px 0px 0px 2px,
				#056454 0px 0px 0px 3px,
				#EFE9CE 0px 0px 0px 4px,
				#056454 0px 0px 0px 5px,
				#EFE9CE 0px 0px 0px 6px,
				#056454 0px 0px 0px 7px,
				#EFE9CE 0px 0px 0px 8px,
				#056454 0px 0px 0px 9px,
				#EFE9CE 0px 0px 0px 10px,
				#056454 0px 0px 0px 11px;}
div.container.footer-wrapper img {max-width: 67px;
    max-height: 38px;
    padding: 4px;
    border-radius: 6px;
    background:#fff;
    box-shadow: 0px 0px 8px #1205052e;}
    footer .store-contact a{
background:linear-gradient(45deg, #EFE9CE, #EFE9CE);
    border-radius: 10px 10px 10px 10px;
    filter:drop-shadow(1px 1px 1px #000);
    direction: ltr;
    border:none;
    color: #056454!important;
    font-weight: bold;
    padding: 4px 4px;
    padding-bottom: 4px;
margin-top:10px!important;
}
.footer-links a {
    color: #fff!important;
    font-size: 14px;}
    .footer-main::before
{
  content: "";
  background-image: url(https://marssa.shop/site/images/new_theme/footer-top.svg);
  background-size: cover;
  display: block;
  background-repeat: round;
  transform: rotate(180deg);
  height: 105px;
  margin: -42px 0 0 0;
}
/*--------*/
#order .add-cart-large{background:linear-gradient(45deg, #056454, #078872, #056454);
  color:EFE9CE!important;
  border-radius:25px!important;
box-shadow:0 2px 5px -3px #212121;}
.fa-heart{
  color: red;
  filter:drop-shadow(1px 1px 1px #000);
  }
  
.owl-carousel .owl-item img
{
    width: 100%;
    border: none!important;
    border-radius:15px
    box-shadow: 2.5px 2.5px 5px #22232c94, -2.5px -2.5px 5px #21232e00;
    position: relative;
    animation: up-down 6s ease infinite;
}
@keyframes up-down
{
    0%, 100%
    {
        top: 0;
    }
    50%
    {
        top: -25px;
    }
}


.owl-carousel .owl-stage
{
    margin-top: 25px !important;
}




h1.product-details__title.brand-title{
font-size:18px;
font-weight:800;color:#056454;
align-items: center!important;
    
}

qty-field--custom .btn--qty-sub
{background: #EFE9CE!important;
    border-radius:15px;
border:none;
box-shadow: 1px 1px 6px 1px #c8c8c8;
}

body.font-apple .product-form .list--product-fields li.form-group>label
{
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px !important;
}
span.detail.promotion-title{border-radius:15px;}
    
    div.product-details__hot.product-purchase-count{border-border-radius:15px;
    border:none;
    
    }




span.comment-time {
    color: #056454;
    background: #EFE9CE;
    padding: 3px 8px;
    border-radius: 8px;
}

.comment-name {
    color: #056454;
    font-weight: bold;
}

.comment-header img {
    border:2px solid #056454;
}
span.comment-badge{background:#FDDA80}

.pd-expand-wrapper:after, .pd-expand-wrapper:before {background:#EFE9CE;}
.product-form, .product-options, #ask_textarea, 
.product-form{border:none!important;
border-radius:15px;background: #EFE9CE;}
.qty-field--custom .btn:before {display:none}
button.btn.btn-default.expand-toggle{background:#EFE9CE;
border-radius:15px;}

  div.product-details__hot.product-purchase-count{border-radius:15px;
    border:none;}


div.product-detials__desc{background:#EFE9CE;
border-radius:15px;
border:none;
padding-top:10px}


#product_price_1296320509.product-price span{align-items: center!important;
    justify-content: center!important;}


.product-price {align-items: center;
    justify-content: center;}
    i.sicon-shipping-fast , i.sicon-headset,i.sicon-crdit-card-alt{color:#EFE9CE!important}
    section.py-3{background:#fff!important}
    .mb-4{color:#056454}
    
  /*--*-----------*/
    .product{-webkit-transition:all .2s ease-out;transition:all .2s ease-out
}.product:hover{transform:scale(1.05)}@keyframes animate{0%{background-position:-400%;}100%{background-position:400%;}}
  .circle-action:hover{transform: scale(1.02) translateY(-20%) !important;}
  /*-------*/
   .receipt-back,#submit_cart ,button.btn.login-option,button#email-login-form-submit-btn.btn.btn-primary,#sort-toggle,.btn-rounded{background:linear-gradient(45deg, #056454, #078872, #056454);color:#fff!important} 
    div#modal_ajax_content.modal-body,h5.content-group.login-title,div#login-panel-actions,div.panel.panel-body.login-form.mb-0,div.modal-header.no-border{background:#EFE9CE}
    
    
    body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #EFE9CE url(https://cdn.salla.sa/Kolwy/j5ZrjfJx5bk1oMwzlzy2HM6woJDvzQUCv5jWRSqB.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    transform:scale(0);
        animation-name: pupup_logo;
    animation-duration:  1.2s;
}


@keyframes pupup_logo{
    0% {
transform:scale(0);
    }    
    18% {
transform:scale(1);
    }    
    75% {
transform:scale(1);
    }
   95% {
transform:scale(0);
    }
       100% {
transform:scale(0);
    }}