@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", sans-serif;
}

body {
  background-color: #fff !important;
}

.header-theme-bg-primary {
  background-color: #fff;
  border-bottom: 1px solid#701dfb;
}

.sticky .header-theme-bg-primary {
  border-radius: 0 0 50px 50px;
}

.search-input-input {
  border: 1px solid#701dfb;
  border-radius: 15px;
}
nav#sliding-menu {
  background: #701dfb;
}
.slide-menu ul {
  background: #701dfb;
  color: white;
}
.upper-bar * {
  color: white;
  border-color: white !important;
}

.header-cart .icon-shopping_cart_black_36dp-1-1 .path1:before {
  opacity: 0;
}

.header-cart .icon-shopping_cart_black_36dp-1-1 .path2:before {
  content: "\f291 ";
  font-family: fontawesome;
  color: #701dfb;
}

@media (min-width: 767px) {
  .header-logo,
  .header-cart {
    order: 2 !important;
    width: 33.3%;
    justify-content: space-around !important;
  }

  .header-logo a {
    height: 10rem !important;
  }
}

.dark.d-none.d-lg-block {
  background: #701dfb;
}

ul.main-nav > li > a {
  color: #fff !important;
}

.container.container-slider {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.main-slider {
  box-sizing: content-box;
  width: 100%;
  overflow-y: hidden;
  max-height: 945px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
  max-height: 945px;
}
.slick-slide img {
  object-fit: fill !important;
}
.prod-col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-item {
  box-shadow: 0 1px 3px #ddd;
  background-color: white;
  border-radius: 15px;
  overflow: hidden !important;
}

.product-item * {
  text-align: center;
}

.product-crd-spec {
  min-height: 50px !important;
}

.product-card-add-to-cart {
  padding: 7px 35px;
  background-color: #701dfb !important;
  color: white !important;
  font-size: 14px;
  border: 0;
  display: flex;
  justify-content: center;
  width: 65%;
  margin-right: auto;
  border-radius: 0 15px 0 0;
  position: relative;
}

.product-card-add-to-cart:before {
  position: absolute;
  content: "\f00e ";
  font-family: fontawesome;
  color: #701dfb;
  font-size: 17px;
  display: inline-block;
  right: -50px;
  transform: translateX(-50%);
}
a.btn.btn-primary.btn-product-card-select-variant {
  padding: 7px 35px;
  background-color: #701dfb !important;
  color: white !important;
  font-size: 14px;
  border: 0;
  display: flex;
  justify-content: center;
  width: 65%;
  margin-right: auto;
  border-radius: 0 15px 0 0;
  position: relative;
}
a.btn.btn-primary.btn-product-card-select-variant:before {
  position: absolute;
  content: "\f00e ";
  font-family: fontawesome;
  color: #701dfb;
  font-size: 17px;
  display: inline-block;
  right: -50px;
  transform: translateX(-50%);
}

.product-item small {
  display: none;
}
.product-item .product-price,
.slick-next.slick-arrow > span,
.slick-prev.slick-arrow > span {
  color: #701dfb !important;
}
.col-product-info img {
    display: none;
}
h2.section-title {
  margin-bottom: 2rem;
  position: relative;
  display: table;
  color: #701dfb !important;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

h2.section-title:before {
  content: "";
  width: 350px;
  height: 2px;
  background-color: #701dfb;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.more-button {
  background: #701dfb;
  color: #fff;
  border: 0;
  box-shadow: 0 1px 3px #ddd;
  border-radius: 50px;
}

.features-section {
  background: transparent;
  justify-content: space-evenly !important;
}

.features-section-img {
  background: transparent !important;
}

.features-section p {
  color: #701dfb;
  font-size: 16px;
  font-weight: bold;
}

.footer-store-section {
  background: #701dfb;
  color: #fff;
}

@media (max-width: 767px) {
  .header-theme-bg-primary * {
    color: #701dfb;
  }

  .search-header .image-logo {
    padding: 0;
  }

  .product-item {
    width: 180px !important;
  }

  .footer-store-section * {
    text-align: center;
    justify-content: center;
  }
}

h3.cart-header-total {
  color: #701dfb;
}

.header-cart {
  justify-content: center !important;
}

.features-section-img {
  max-height: 200px !important;
  max-width: 200px !important;
}
.partners-slider-wrapper .slick-slide img {
  display: block;
  background: #701dfb;
  border-radius: 20px;
  padding: 19px;
  max-width: 139px !important;
  max-height: 150px !important;
}
@media (max-width: 768px) {
  .partners-slider .partners-item {
    vertical-align: middle;
    background: #701dfb;
    padding: 7px;
    border-radius: 15px;
  }
}

.slick-list .prod-col.slick-slide {
  transition: 0.3s;
}
.slick-list .prod-col.slick-slide:hover {
  transform: scale(1.03);
}
.store-section a {
  color: white !important;
}

.store-section .social-icons span {
  color: white !important;
  border: 2px solid #ffffff !important;
}