@font-face {
  font-family: "sst-arabic-roman";
  src: url("../../themes/qasem/SST-Arabic-Roman.ttf") format("truetype");
}
body {
  font-family: "sst-arabic-roman", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

body, p, h1, h2, h3, h4, h5, div, section {
  direction: rtl;
  text-align: right;
}

.bg-gray {
  background-color: #F1F3F6 !important;
}

.bg-blue {
  background-color: rgb(63, 53, 114) !important;
}

.bg-brown {
  background-color: rgba(0, 123, 255, 0.6745098039) !important;
}

.text-gray, .gray-text {
  color: #F1F3F6 !important;
}

.text-brown, .brown-text {
  color: rgba(0, 123, 255, 0.6745098039) !important;
}

.text-blue, .blue-text {
  color: rgb(63, 53, 114) !important;
}

.border-brown {
  border-color: rgba(0, 123, 255, 0.6745098039) !important;
}

.border-blue {
  border-color: rgb(63, 53, 114);
}

.header {
  background-image: url("../../themes/runaq/header-bg.png");
  background-size: 30%;
  background-position: left;
  background-repeat: no-repeat repeat;
}
.header #header-cart-btn {
  margin-top: 65px;
}

#form-header-search {
  margin-top: 62px;
}
#form-header-search input[type=search] {
  height: 50px;
  padding-right: 35px;
}
#form-header-search input[type=search]::before {
  content: url("../../themes/runaq/search-icon.svg");
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  margin-right: 9px;
  margin-top: 9px;
}

.titles {
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  color: rgb(63, 53, 114);
}
.titles::after, .titles::before {
  content: "";
  background-image: url(../../themes/qasem/dash.webp);
  background-size: cover;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
}
.titles::before {
  margin-right: 0;
  margin-left: 10px;
}

.banner--square {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.banner--square figure {
  padding-top: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-size: cover;
  background-position: 50%;
  margin: 0;
  overflow: hidden;
}
.banner--square figure img {
  height: 100%;
  display: block;
  min-height: 100%;
  width: 100%;
}
.banner--square figure::after {
  background-color: rgba(255, 205, 205, 0.5607843137);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 999;
  aspect-ratio: 1;
  position: absolute;
  top: 0px;
  display: none;
}
.banner--square figure:hover::after {
  display: block;
}

#staticBackdropContainer {
  text-align: center;
  position: fixed;
  bottom: 9px;
  z-index: 9999;
  width: 100vw;
}

#staticBackdropLink {
  background-color: rgb(63, 53, 114);
  color: white;
  border-radius: 4px 4px 0 0;
  padding: 5px 15px;
}
#staticBackdropLink:hover {
  text-decoration: none;
  background-color: #524595;
}

#staticBackdrop a.close {
  border-radius: 50%;
  border: 1px solid #111;
  font-size: 15px;
  padding: 2px;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 15px;
  margin: 0px;
  color: #111;
}

.dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0.255em;
}

.dropdown-menu {
  text-align: right;
}

.nav-link {
  margin-top: -8px;
  margin-bottom: -8px;
  padding-bottom: 15px;
  color: rgb(63, 53, 114) !important;
  font-size: 14px;
  font-weight: bold;
}
.nav-link:active, .nav-link:hover {
  background-color: rgb(63, 53, 114);
  color: #fff !important;
}
.nav-link.active {
  background-color: rgba(255, 68, 58, 0.1);
  color: rgb(255, 68, 58) !important;
}

.slider .owl-nav {
  position: absolute;
  top: calc(50% - 120px);
  width: 50px;
}
.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
  width: 50px;
  background-color: rgba(255, 255, 255, 0.1647058824) !important;
  height: 60px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #fff !important;
}
.slider .owl-nav .owl-prev span, .slider .owl-nav .owl-next span {
  font-size: 25pt;
  position: relative;
  margin-top: -10px;
  display: inline-block;
}

.products-slider .item {
  border: 1px solid rgba(0, 123, 255, 0.6745098039);
  border-radius: 10px;
  text-align: center;
}
.products-slider .item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.products-slider .owl-nav.disabled {
  display: block;
}

.products-slider-nav {
  text-align: left;
}
.products-slider-nav .owl-prev, .products-slider-nav .owl-next {
  background-color: rgba(0, 123, 255, 0.6745098039);
  border: 1px solid rgba(0, 123, 255, 0.6745098039);
  border-radius: 5px;
  color: #fff;
  padding: 3px 10px;
  margin-left: 4px;
  width: calc(50% - 7px);
}

.slider-top {
  display: grid;
  grid-template-columns: auto max-content max-content;
}
.slider-top .title {
  color: rgb(63, 53, 114);
  font-size: 18pt;
  font-weight: bold;
}
.slider-top .title::before {
  content: "";
  background-image: url(../../themes/qasem/dash.webp);
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.slider-top div:last-child {
  text-align: left;
}
.slider-top div:last-child a {
  color: rgba(0, 123, 255, 0.6745098039);
  border-color: rgba(0, 123, 255, 0.6745098039);
  font-weight: bold !important;
}

.product-title {
  color: rgba(0, 123, 255, 0.6745098039);
  font-weight: bold;
  font-size: 12pt;
  line-height: 20px;
  height: 2em;
  overflow: hidden;
}

.product-price {
  font-size: 15px;
  padding-top: 10px;
}
.product-price span {
  text-decoration: line-through;
}

.btn-cart {
  text-align: center;
  background-color: rgb(63, 53, 114);
  color: #fff !important;
  border: 1px solid rgb(63, 53, 114);
  border-radius: 15px;
  line-height: 25px;
  padding: 5px 0;
  margin: 10px 5px;
  width: calc(100% - 10px);
  display: block;
}

.cart-side {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 320px;
  height: 100%;
  overflow-x: auto;
  animation: slide-in 0.5s forwards;
  z-index: 1000000000000000000000;
}
.cart-side .cart-side-table {
  overflow: hidden;
}
.cart-side .cart-side-table td:hover {
  background-color: rgba(211, 211, 211, 0.171);
}

.border-lg-start {
  border-right: 1px solid rgba(0, 123, 255, 0);
}

.product-main-title {
  font-size: 18pt;
}

.stepper-btns {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-top: 0.7em;
}
.stepper-btns a {
  padding: 5px 10px;
  width: 25%;
}
.stepper-btns input.form-control {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 50% !important;
}

@keyframes slide-in {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #form-header-search {
    margin-top: 0;
    padding-bottom: 1.5em;
  }
  .products-slider-nav .owl-prev, .products-slider-nav .owl-next {
    padding: 5px 30px;
  }
  .slider-top {
    display: block;
    min-height: 110px;
  }
  .slider-top div {
    float: right;
  }
  .slider-top div:nth-child(1) {
    width: 100%;
  }
  .slider-top div:nth-child(2) {
    margin-top: 15px;
    width: 50%;
    flex-shrink: 1;
  }
  .slider-top div:nth-child(3) {
    margin-top: 15px;
    width: 50%;
    flex-shrink: 1;
  }
  .slider-top div:last-child a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 2px;
    font-size: 12pt;
  }
  .border-lg-start {
    border-right: 0px;
  }
  .slider .owl-nav {
    position: relative;
    top: -65px;
    width: 100%;
  }
}
footer {
  background-image: url(../../themes/qasem/footer.webp);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 30px;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
footer a {
  color: white;
}

/*# sourceMappingURL=styles.css.map */
