/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
    font-family: 'Cairo' !important;
}


.site-header {
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    box-shadow: rgb(255 180 123 / 55%) 0px 4px 12px;
    margin-bottom: 4px;
}
.row.header-wrapper .circle-action {
    background-color: #794d2f;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 0;
}

.row.header-wrapper .circle-action:hover {

	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.logo img {
  	animation: beat .4s infinite alternate;
	transform-origin: center;
}
@keyframes beat{
	to { transform: scale(1.1); }
}
.sub-nav  {
	background: #794d2f;
}
.sub-nav a {
	color: white !important;
}
header.sticky {
    background: #ffffff21;
    backdrop-filter: blur(30px);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-radius: 0 0 60px 60px;
}
.product.contain {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #593d28 !important;
    border-radius: 20px;
    transition: all 1s;
}
.login-link {
    float: right !important;
}
 .offers-link, .price-after {
	color: #593d28 !important;
	    font-size: 18px !important;
}
.product-price {
    font-size: 17px !important;
}
.store-home .product-price {
    flex-direction: row-reverse !important;
}
.product-price {
    color: #593d28 !important;
}

.price-before {
    color: #ff0000 !important;
    font-size: 13px !important;
}
h3.product-title, h4.product-subtitle {
	text-align: center !important;
	color: #794d2f;
}


.product-footer .not-available {
    border: 1px solid #794d2f;
    padding: 5px 10px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    color: #794d2f;
    border-radius: 0  20px;
}

a.product-add.add_to_cart_btn  {
    font-size: 1.2rem;
    color: #fff !important;
    text-align: center;
    background: #593d28;
	border: 0 !important; 
	box-shadow: none;

}


  /* title-hover */
.section-header .section--title, h2.section--title.mb-4 {
    text-transform: uppercase;
    color: #794d2f;
    font-weight: bold;
    font-size: 21px;

}
.section-header:before {
	display: none;
}

.product.contain:hover {
transform: scale(1.1);
transition: all 1s;
}
.footer-main *{
color: #593d28 !important;
border-color:  #593d28 !important;
}
.footer-main {
background: #fff;    color: #593d28!important;
border: 1px solid #593d28 !important;
  position: relative;
      padding: 10rem 0 3rem 0;
	border-radius: 50px 50px 0 0;
}
.footer-main:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    transform: translate(50%, 0);
    width: 50%;
    height: 100px;
    background: url(https://cdn.salla.sa/ozyGY/orVJDKhGOdKJ6haQXjeV2fdEWQbDkQleBpFiKndR.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: 1;
}

.testimonials-item p {
    color: #593d28 !important;
	border: 1px solid #593d28 !important; 
	box-shadow: none;
	border-radius: 30px;
}

@media (max-width: 992px) {
.store-home .product-price {
    padding-top: 5px;
    padding-bottom: 2px;
}
	.footer-main {
		text-align: center;
	}
	.footer-links {
		justify-content: center !important;
		display: flex;
	}
	.store-contact {
    text-align: center;
}
.sub-nav__menu svg {
    background: #794d2f;
    fill: white;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sub-nav .sub-nav-content .sub-nav-header {
    padding: 30px 0!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}
.sub-nav .sub-nav-content .sub-nav-header a {
    background-color: #593d28;
}
.sub-nav-header img {
    content: url(https://cdn.salla.sa/ozyGY/orVJDKhGOdKJ6haQXjeV2fdEWQbDkQleBpFiKndR.png);
    border-radius: 0;
    padding: 0px;
    width: 100px;
    height: 100px;
}

ul.main-menu *{
background: #593d28;
    color: #fff;
}
}