:root {
  --first-color: {{ $settings['color_sec'] ?? '-' }};;
  --second-color: #000000;
  --third-color: #ffd839;
  --fourth-color: #cd4900;
  --fivth-color: #cd4900;
  --main-radius: 20px;
  --main-radius: 20px;
  --main-transition: 0.2s;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
   font-family: "Cairo", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  margin: 0;
}
.whatsapp {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 999;
  background-color: rgb(77, 194, 71) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.whatsapp i {
  color: white;
  font-size: 2rem;
}
.shop-btn {
  background-color: var(--first-color);
  color: white;
  width: 90%;
  font-size: 13px;
}
@media (max-width: 768px) {
  .shop-btn {
    font-size: 12px;
  }
  .pic-special {
    order: -1;
  }
}
.shop-btn:hover {
  background-color: var(--fourth-color);
  color: white;
}
.seller,
.seller-one {
  top: 0%;
  left: 0%;
  background-color: var(--third-color);
  color: black;
  padding: 5px;
  font-size: 12px;
  width: 55px;
  font-weight: 500;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px;
  color: var(--second-color);
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
}
.swiper-pagination-bullet {
  background-color: var(--fivth-color);
}
/* Start Navbar */
.navbar {
  /* box-shadow: 0 0 10px #ddd; */
  color: black !important;
}
.navbar .offer {
  background-color: var(--first-color);
}
.navbar .logo {
  width: 100px;
}
@media (max-width: 768px) {
  .navbar .logo {
    margin-left: auto;
    padding-right: 1rem;
    width: 90px;
  }
  .navbar .offer .social-media {
    display: none;
  }
}
.navbar .offer-one {
  color: white;
}
.navbar .search {
  width: 59%;
}
@media (max-width: 992px) {
  .navbar .search {
    width: 75%;
  }
}
.navbar .search input {
  font-size: 14px;
}
.navbar .search button {
  background-color: var(--first-color) !important;
  border: none !important;
  position: relative;
  left: -8%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 7px 25px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .navbar .all {
    width: 100%;
  }
  .navbar .search {
    display: none !important;
  }
}
.cart-shopping {
  font-size: 1.8rem;
}
.navbar .list {
  font-size: 1.8rem;
}
.navbar i {
  font-size: 22px;
}
.cart-shopping span {
  position: absolute;
  background-color: #e33434;
  border-radius: 50%;
  font-size: 13px;
  top: 10px;
  right: -10px;
  color: white;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-two {
  background-color: var(--second-color);
}
.nav-two a {
  color: white;
  font-weight: 500;
  transition: 0.3s;
}
.nav-two a:hover {
  color: var(--first-color);
}
@media (max-width: 768px) {
  .nav-two a {
    font-size: 14px;
  }
}
/* End Navbar */
/* Start Side Bar */
.sidebar .content {
  position: fixed;
  background-color: white;
  z-index: 999;
  top: 0;
  left: -100%;
  width: 25%;
  height: 100vh;
  box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.15), -10px 0px 15px -5px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
@media (max-width: 992px) {
  .sidebar .content {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .sidebar .content {
    width: 70%;
  }
}
.sidebar .appear {
  left: 0;
  transition: 0.5s;
}
.sidebar i {
  border-radius: 25%;
  padding: 0.3rem;
  color: var(--main-color);
  margin-top: 6px;
  cursor: pointer;
  padding-right: 5px;
}
/* .sidebar i:hover {
    background-color: white;
    color: var(--main-color);
  } */
.sidebar ul li .side-link {
  position: relative;
  padding: 7px 10px;
  display: block;
  color: black;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
}
.sidebar ul li .side-link:hover {
  background-color: rgb(135 135 135 / 12%);
  color: var(--main-color);
}
.sidebar ul li .side-link::before {
  content: "";
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 0;
  background-color: var(--first-color);
  transition: 0.3s;
}
.sidebar ul li .side-link:hover::before {
  width: 100%;
}
.sidebar .dropdown-menu {
  border: none !important;
  padding-left: 1rem;
}
.sidebar .dropdown-menu li a {
  border: none !important;
}

.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0px 0px 0px 0px;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  font-size: 18px;
  color: var(--second-color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  font-size: 16px;
}

.accordion li.open .link {
  color: #b63b4d;
}

.accordion li.open i {
  color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
  display: none;
  background: var(--second-color);
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}
/* End Side Bar */
/* Start Offer */
.swiper {
  width: 100%;
  height: 100%;
}
.offer .swiper {
  border-radius: var(--main-radius) !important;
}
.offer .swiper-wrapper {
  height: 360px;
}
@media (max-width: 992px) {
  .offer .swiper-wrapper {
    height: unset;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
/* End Offer */
/* Start Category */
.categories .box a {
    width: 90px;
    height: 115px;
}
.categories .box .pic {
  width: 90px;
  background-color: #f8fafc;
  border-radius: 10px;
  padding: 10px;
  height: 115px;
}
.categories .box span {
  font-size: 14px;
  color: black;
}
/* End Category */
/* Start product Slider */
.heart,
.comparee {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  color: black !important;
  z-index: 999;
  cursor: pointer;
  width: 36px;
  height: 36px;
  transition: var(--main-transition);
}

.heart:hover,
.comparee:hover {
  background-color: var(--first-color);
  color: white !important;
}
.product-slider .box {
  webkit-box-shadow: -5px 9px 9px -12px #00000073;
  -moz-box-shadow: -5px 9px 9px -12px #00000073;
  box-shadow: -5px 9px 9px -12px #00000073;
  border-radius: var(--main-radius);
  transition: var(--main-transition);
  width: 100%;
  height: 100%;
}
.product-slider .box img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
    .product-slider .box img {
        height: 150px;
    }
}
.product-slider .box .icons, 
.special .box .icons {
    position: absolute;
    top: -20%;
    right: 5%;
    transition: var(--main-transition);
}
.product-slider .box:hover .icons,
.special .box:hover .icons{
  top: 5%;
  transition: var(--main-transition);
}
.product-slider .swiper-wrapper {
  height: 450px;
}
@media (max-width: 768px) {
    .product-slider .swiper-wrapper {
        height: 450px;
    }
}
.product-slider .box .content p,
.product-slider .box .content .price {
  font-size: 14px;
}
.product-slider .box .content p {
  height: 60px;
}
@media (max-width: 768px) {
    .product-slider .box .content p {
      height: unset;
    }
}
.product-slider .views {
  background-color: var(--first-color);
  color: white !important;
  padding: 5px 10px;
}
.product-slider .views:hover {
  background-color: var(--fourth-color);
}
.product-slider .filter {
  cursor: pointer;
}
.sidebar .filter .form-check {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sidebar .filter .cat h5 {
  font-size: 18px;
}
.sidebar .filter .cat input:checked {
  background-color: var(--first-color);
}
.sidebar .filter .cat label {
  font-size: 14px;
}
/* Start Product Details */
.product-details .price {
  font-size: 25px;
  font-weight: 500;
  color: var(--first-color);
}
.product-details .price del {
  font-size: 18px;
  font-weight: normal;
}
.product-details .product-info ul li span {
  color: var(--second-color) !important;
}
.product-details .compare-wishlist svg {
  border: 1px solid var(--second-color);
  border-radius: 50%;
  width: 25px;
  height: 24px;
  padding: 4px;
}
.product-details .compare-wishlist a:hover svg {
  background-color: var(--first-color);
  fill: white;
  border: 1px solid var(--first-color);
}
.product-details .purchase-info .input-group i {
  background-color: #f5f5f5;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
}
.img-select {
  display: flex;
}
.img-item {
  margin: 0.3rem;
}
.img-item img {
  width: 100%;
  height: 138px;
}
@media (max-width: 992px) {
  .img-item img {
    width: 100%;
    height: 110px;
  }
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}
.img-item:hover {
  opacity: 0.8;
}
.product-content {
  padding: 2rem 1rem;
}
.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: {{ $settings['color_first'] ?? '-' }};
  margin: 1rem 0;
}
.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: {{ $settings['color_first'] ?? '-' }};
}
.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}
.product-link:hover {
  opacity: 0.9;
}
.product-rating {
  color: #ffc107;
}
.product-rating span {
  font-weight: 600;
  color: #252525;
}
.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span {
  font-weight: 400;
}
.last-price span {
  color: #f64749;
  text-decoration: line-through;
}
.new-price span {
  color: #256eff;
}
.product-detail h2 {
  text-transform: capitalize;
  color: {{ $settings['color_first'] ?? '-' }};
  padding-bottom: 0.6rem;
}
.product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}
.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
  padding: 0;
}
.product-detail ul li {
  margin: 0;
  list-style: none;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
  display: flex;
  gap: 10px;
}
.product-detail ul li span {
  font-weight: 400;
}
.product-detail ul li i {
  background-color: black;
  color: white;
  padding: 5px;
  border-radius: 50%;
}
.purchase-info {
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
}
.purchase-info input {
  width: 60px;
}
.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:last-of-type {
  background: var(--second-color);
}
.purchase-info .btn:hover {
  opacity: 0.9;
}
.social-links {
  display: flex;
  align-items: center;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-content {
    padding-top: 0;
  }
}
/* End Product Details */
/* End product Slider */
/* Start Paths */
.paths {
  background-color: #f5f5f5;
}
.paths p {
  font-size: 14px;
}
.paths p i {
  font-size: 10px;
}
/* End Paths */
/* Start Special */
.special,
.special .swiper-slide {
  background-color: #e3ece7;
}
.special .swiper-slide .box {
  background-color: white;
}
.hurry-bg {
  position: absolute;
  top: 7px;
  left: 20px;
  fill: var(--third-color);
}
.hurry-bg p {
  color: black;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-Jost);
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  position: absolute;
  top: 17px;
  left: 12px;
  margin-bottom: 0;
}
.special .box p,
.special .box .price {
  font-size: 14px;
}
.special .box {
  position: relative;
}
.special .box .seller {
  left: 0;
  top: 0%;
}
.seller-one {
  left: 0;
  top: 0%;
}
/* End Special */
/* Start Login */
.login .pic {
  background-color: #ececec;
  height: 100vh;
}
.login .pic img {
  width: 85%;
}
.login .pic-sign {
  height: 100% !important;
}
@media (max-width: 992px) {
  .login .pic {
    display: none !important;
  }
}
.login .sm-pic {
  width: 150px;
  padding: 10px;
  border-radius: 10px;
}
.form-container {
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .form-container {
    width: 90%;
  }
}
.form-container form input:not(:last-child) {
  height: 58px;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
  outline: none !important;
  font-size: 15px;
  box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 8%);
}
.form-container .radio-ch {
  height: 16px !important;
}
.form-container form textarea {
  background: #fff !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.form-container form input:focus,
.form-container form textarea:focus {
  border-color: black;
  outline: none;
  box-shadow: 0 1px 0 -1px var(--first-color);
}
.form-container .pic img {
  height: 588px;
  object-fit: cover;
}
.form-container #contactButton {
  background-color: var(--first-color) !important;
  color: white !important;
}
.form-container #contactButton:hover {
  background-color: var(--fivth-color) !important;
}
@media (max-width: 992px) {
  .form-container .pic img {
    display: none;
  }
}
.form-container .facebook:focus,
.form-container .facebook:focus-visible,
.form-container .facebook:active {
  color: white;
}
.form-container .new {
  text-decoration: none;
}
.form-container .new:hover {
  text-decoration: underline;
}
.form-container .contact-info .more {
  top: -10%;
  left: 5%;
  background-color: white;
  font-size: 14px;
}
.form-container .contact-info i {
  font-size: 20px;
  width: 40px;
  height: 40px;
}
/* End Login */
/* Start Exclusive */
.exclusive {
  height: 90vh;
  background-color: #e3ece7;
}
@media (max-width: 992px) {
  .exclusive {
    height: unset;
  }
}
.exclusive .shop-btn {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
  border-radius: 0 !important;
  width: fit-content;
  padding: 10px 40px;
}
.exclusive .carousel-control-prev,
.exclusive .carousel-control-next {
  opacity: 1;
  top: unset;
  bottom: -15% !important;
}
.exclusive .carousel-control-prev {
  left: 45%;
}
.exclusive .carousel-control-next {
  left: 50%;
}
@media (max-width: 768px) {
  .exclusive .carousel-control-prev,
  .exclusive .carousel-control-next {
    top: -22%;
  }
  .exclusive .carousel-control-prev {
    left: 33%;
  }
  .exclusive .carousel-control-next {
    left: 50%;
  }
}
.exclusive .carousel-control-prev i,
.exclusive .carousel-control-next i {
  color: white;
  background-color: var(--first-color);
  padding: 10px;
  border-radius: 50%;
}
.exclusive .pic {
  border-radius: var(--main-radius);
  overflow: hidden;
  height: 400px;
}
/* End Exclusive */
/* Start Products */
.filters .form-select {
  width: fit-content;
  border-radius: var(--main-radius);
  font-size: 14px;
}
.showing {
  font-size: 14px;
}
@media (max-width: 768px) {
  .showing {
    font-size: 10px;
  }
}
.active > .page-link,
.page-link.active {
  background-color: var(--first-color) !important;
  border-color: var(--first-color) !important;
}
/* End Products */
/* Start Order */
.order .orders .pic a {
  transition: var(--main-transition);
  color: var(--first-color);
}

.order .orders .pic img {
  width: 100px;
  height: 100px;
  border: 5px solid white;
}

.order .orders .desc p {
  width: 200px;
  font-size: 12px;
}
@media (max-width: 992px) {
  .order .orders {
    gap: 3rem;
  }

  .order .orders h5 {
    font-size: 0.7rem;
    font-weight: bold;
    padding-top: 5px;
  }

  .order .orders .pic img {
    width: 100px;
  }

  .order .orders .status {
    width: 228px;
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .order .head {
    display: none !important;
  }
  .order .orders {
    flex-direction: column;
    gap: 0.7rem;
    text-align: center;
    width: 90%;
    margin: auto;
  }

  .order .orders .pic a {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .order .orders .pic img {
    width: 100px;
    object-fit: contain;
  }

  .order .orders .desc p {
    font-size: 16px;
    width: 225px;
  }

  .order .orders h5,
  .order .orders .status {
    font-size: inherit;
  }
}
/* End Cart */
/* Start Form */
.form-container .radio {
  height: 16px !important;
  color: unset !important;
  font-size: unset !important;
  border-radius: 50% !important;
  outline: unset !important;
  font-size: unset !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}
.contact-info form input:not(:last-child),
.form-container form input:not(:last-child),
.check,
.form-container form select,
.form-container form .btn {
  height: 58px;
  /* background: #fff !important; */
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.contact-info form textarea,
.form-container form textarea {
  background: #fff !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.contact-info form input:focus,
.contact-info form textarea:focus,
.form-container form input:focus,
.form-container form textarea:focus,
.form-container form select:focus {
  border-color: var(--second-color);
  outline: none;
  box-shadow: 0 1px 0 -1px var(--first-color);
}
.contact-info .pic img,
.form-container .pic img {
  height: 400px;
  object-fit: cover;
}
.contact-info .info,
.form-container .info {
  width: 100%;
  margin: auto;
  font-size: 1.2rem;
  color: var(--second-color);
}
@media (max-width: 992px) {
  .contact-info .info,
  .form-container .info {
    margin: unset !important;
    font-size: 14px;
  }
  .contact-info .pic img,
  .form-container .pic img {
    display: none;
  }
  .payments .pic img {
    display: block;
  }
}
#contactButton {
  background-color: var(--main-color);
  color: white;
}
/* End Form */
/* Start Compare */
.compare .pic {
  width: 120px;
  height: 130px;
}
.compare .pic img {
  object-fit: cover;
    width: 120px;
    height: 120px;
}
.compare i {
  color: var(--first-color);
  cursor: pointer;
}
.compare i:hover {
  color: var(--fourth-color);
}
.compare .fa-star {
  color: #ffb067;
}
.compare table td {
  text-align: center;
}
@media (max-width: 768px) {
    .compare .shop-btn {
        width: 100% !important;
    }
}
/* End Compare */
/* Start Profile */
.profile .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--first-color);
  color: white;
}
.nav-tabs .nav-link {
  color: black;
}
/* End Profile */
/* Start Footer */
.footer {
  background-color: var(--second-color);
}
.footer h2 {
  position: relative;
  font-size: 18px;
}
.footer h2::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background: var(--first-color);
}
@media (max-width: 992px) {
  .footer .ftco-footer {
    align-items: unset !important;
  }
}
.footer .social-icon {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
  color: white;
  font-size: 26px;
}
.footer a:hover {
  color: white;
  background-color: var(--first-color);
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul .site-link {
  color: white;
}
.footer ul .site-link:hover {
  background-color: unset;
  color: var(--first-color);
}
@media (max-width: 992px) {
  .footer .copyright {
    padding-top: 2rem;
  }
}
/* End Footer */
