/* Add custom CSS styles below */ 
section.section {
padding: 0;
}
.price-before {
    color: #808080;
    order: 1;
    padding: 0 10px 0 0;
    text-decoration: line-through;
}
.col-sm-4 {
width: 25%;
float: right;
padding-right: 5px;
padding-left: 5px;
}
.circle-action {
    background: #dcb773;
    border-color: #dcb773;
   
}
.circle-action:hover {
    background: #9f7430;
    border-color: #9f7430;
}
.site-header__cart .badge {
    background: #bf9450;
}
.section-header .section--title {
    color: #9f7430;
}
.section--title {
    font-family: dinnextltw23-medium!important;
    position: relative;
    color: #636363;
    font-size: 20px;
    z-index: 50;
}
.product-footer {
    background: #dcb773;
    height: 43px !important;
}
p.product-price {
    margin-top: 6px !important;
}
.product-price {
    color: black !important;
}
.product-price {
  
    padding: 0rem 0.25rem 0.5rem 0 !important;
}
.product-price, .product-details__price {
    color: #9f7430;
}

.sicon-cart:before {
  
    padding-top: 27px !important;
    font-size: 21px !important;
}
.product:hover {
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.12);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,.12);
     
}
.product {
    font-family: dinnextltarabic-regular!important;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2rem;
    font-size: 14px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.product:hover .product-title {
    color: #9f7430;
}

a:hover, a:focus {
    color: #653a00;
}
.product-add:hover {
    background-color: #bf9450 !important;
}

.promotion-title {
    background-color: #653a00; 
    border-radius: 5px 0 0 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 3px 8px;
    position: absolute;
    right: auto;
    top: 15px;
    width: auto;
    z-index: 9;
}
body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded {
   background: #dcb773;
    border-color: #dcb773 !important;
   
}
body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded:hover, body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded:hover, body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded:hover {
    background: #9f7430 !important;
    border-color: #9f7430 !important;
}
.testimonials-item p {
    background: #dcb773 url(https://cdn.discordapp.com/attachments/765367810972581892/880838198157246564/quote.svg) top 1rem center no-repeat;
    background-size: 10%;
   color: #fff!important;
    border: 3px solid #dcb773;
    border-radius: 10px;
}
.slick-active button {
    background-color: #9f7430 !important;
}
.footer-main {
    background-color: #fff;
   color: #000 !important;
    padding: 5rem 0;
}
.footer-main, .store-contact {
    text-align: center;
  
}
.store-contact a {
    color: #e8b176 ! IMPORTANT;
}
.footer-links a {
    color: black;
}
a:hover, a:focus {
    color: #653a00;
}
.social__item a :hover{
 color: #dcb773;
}
.social__item a:hover, .sub-nav__menu:hover {
    color: #bf9450 !important;
}
.social__item a {
    color: #e8b176;
    border-radius: 20%;
    border: 1px solid rgb(232 177 118);
}
.sub-nav__menu:hover svg {
    fill:#bf9450;
}

.sub-nav-header {
    background: #bf9450;
}
.add-cart, .add-cart:focus, .add-cart-large, .add-cart-large:focus, .order-btn, .order-btn:focus {
    background: #9f7430 !important;
    border-color: #9f7430 !important;
}
.add-cart:hover, .add-cart:focus, .add-cart-large:hover, .add-cart-large:focus, .order-btn:hover, .order-btn:focus {
    background: #9f7430 !important;
    border-color: #9f7430 !important;
}
.btn-primary {
    background: #9f7430;
    border-color: #9f7430;
    color: #fff;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active {
    background: #653a00 !important;
    border-color: #653a00 !important;
}
.feature-item__icon {
    margin: 0 auto;
    background: #9f7430;
    border-color: #9f7430;
    color: #fff;
    border-radius: 20px;
}
.footer-title span {
    color: #000;
    font-size: 15px;
    text-align: center;
    display: block;
    background: #bf9450;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
}