/* ****YOUSEF"S EDITS**** */

body {
     background-image:
     url("https://i.ibb.co/jzSzP6V/bg.jpg");
}


/* colorizing */

/* nav */

#mainnav {
  background-color: #66389b;
  border-radius: 0px !important;
}
#mainnav .inner .f_start-btns * {
  color: #fff;
}
#mainnav .inner .f_end-btns * {
  color: #66389b;
}
.s-cart-summary-count{
  color: #fff !important;
}

/* fixing banner */
.s-block--fixed-banner {
  padding-top: 0px !important;
  padding: 10px 0px;
}

.s-block--fixed-banner .container {
  max-width: none !important;
  margin: 0px;
  padding: 0px !important;
}
.s-block--fixed-banner .container img {
  border-radius: 0px;
  background: transparent;
}

/* last banner */
#fixed_banner_sec_10 {
  padding: 0px 50px;
}




/* products photos*/

.Custom-banner {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0px !important;
  perspective: 300px;
}
.Custom-banner img {
  max-width: 200px;
  padding: 30px;
  transition: .3s;
  cursor: pointer;
}

.Custom-banner img:hover {
  transform: scale(1.2);
}
.Custom-banner img.active {
  transform: scale(1.2);
}

@media (max-width: 768px) {
.Custom-banner {
  width: 300px !important;
  margin: auto !important;
}
.Custom-banner img {
  width: 150px;
  padding: 20px;
}
}


/* products styling swipers */
/* recently viewed */
recently-viewed-products salla-slider {
  margin-top: 0px;
  padding-top: 0px !important;
}

recently-viewed-products salla-slider::before {
  content: "منتجات سبق رؤيتها!";
  font-size: 50px;
}
@media (max-width: 767px) {
recently-viewed-products salla-slider::before {
    font-size: 25px;
  }
}
custom-salla-product-card {
  align-items: center;
}
.product-entry__image {
  border-radius: 90px 0px 90px 0px !important;
  width: 70%;
  transition: .4s !important;
  position: relative;
}

.product-entry__image:hover {
  border-radius: 0px 80px 0px 80px !important;
}


.f_btn-container {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 110px !important;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  transition: .4s;
}
.f_price-container * {
  color: #fff !important;
  transform: translateX(-20px);
  text-shadow:0px 0px 4px #66389b;
}
.product-entry__image:hover .f_btn-container {
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
}

@media (max-width: 768px) {
.swiper-slide-active .product-entry__image {
  border-radius: 0px 80px 0px 80px !important;
  transition: .4s !important;
}
.swiper-slide-active .f_btn-container {
  transition: .4s;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
}

.s-slider-block__title {
  visibility: hidden;
  margin-top: 60px !important;
}
salla-slider {
  position: relative;
}
salla-slider::before {
    position: absolute;
    color: #66389b;
    font-size: 32px;
    font-wieght: bold !important;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: -1px 1.5px 1px #66389b;
    width: 100%;
    text-align: center;
}
#best-offers-1-slider salla-slider::before {
    content: "تألقي مع مجوهراتنا الفريدة";
}

#best-offers-5-slider salla-slider::before {
    content: "منتجاتنا الأكثر مبيعًا";
}
#best-offers-7-slider salla-slider::before {
    content: "!Find your signature style today";
    font-size: 26px;
    cursor: pointer;
}

.f_bottom-menu {
  margin-bottom: -4px;
}

/* footer */
/* footer logo */

img.f_logo {
  max-width: 60px !important;
}

.store-footer__inner{
    background-image: url(https://i.ibb.co/9vxFFL9/Group-5496.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-bottom: -2px;
}

@media (max-width: 768px) {
.store-footer__inner {
    padding-bottom: 60px;
}
}
.store-footer__inner i{
  color: #66389b;
}
.store-footer__inner h3{
  color: #fff !important;
}
.store-footer__inner .about-us-block h3{
  color: #66389b !important;
}
.store-footer__bottom {
  display: none !important;
}
/* small the size of the thick menu */

.thick-header .f_bottom-menu>ul>li {
    height: 63px;
}