/* ================ RESET ==================  */
body {
  direction: rtl;
  font: 400 16px/170% almarai, montserrat;
}

/* HEADER */

.header__topbar {
  /* font: 500 12px montserrat;
  background: #f8f8f8;
  padding: 9px 0;
  border-top: 3px solid #c93030; */
  font: 500 12px almarai;
}

.header__topbar-wrapper {
  /* display: flex;
  justify-content: space-between;
  width: 93%;
  max-width: 1250px;
  margin: 0 auto; */
}

.topbar-user-nav {
  /* display: flex; */
}

.topbar-user-nav__list-item {
  /* margin-left: 25px; */
  margin-right: 25px;
  margin-left: 0;
}

.topbar-user-nav__link {
  /* display: flex;
  align-items: center; */
}

.topbar-user-nav__icon {
  /* max-width: 14px;
  margin-right: 5px; */
  margin-right: 0;
  margin-left: 5px;
}

.header__topbar .link,
.header__topbar .icon {
  color: #fff;
}

.header__list-item {
  margin: 0 20 0 0px;
}

.header__list-item:last-of-type {
  /* margin-left: 0; */
  margin-left: 20px;
  margin-right: 0;
}

.header__store-btn {
  font: 500 12px almarai;
}

/* ICONS */
.icon-wrapper--right-space,
.icon--right-space {
  margin-right: 0px;
  margin-left: 6px;
}

.icon-wrapper--left-space,
.icon--left-space {
  margin-left: 0px;
  margin-right: 6px;
}

/* SEARCH */
.search {
  /* display: flex;
  background: #fcfcfc;
  border-radius: 5px;
  text-align: right;  */
  direction: rtl;
}

.search__field {
  /* 
    padding: 10px 20px;
    width: 100%;
    background: #fcfcfc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: 1;*/
}

.search__select-container .icon {
  /* margin-right: 15px; */
  margin-right: 0;
  margin-left: 15px;
}

.search .button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font: 600 13px montserrat;
    text-transform: uppercase;
    background: #e51734;
    color: #e6e6e6;
    width: 6%;
    min-width: unset; */
}
.search__submit .icon {
  /* max-width: 20px;
  margin-right: 5px; */
  margin-right: 0;
  margin-left: 5px;
}

/* SECTIONS */
.section__header-link {
}

.section__header-link--light {
  /* font: 400 20px montserrat, almarai;
  border-left: 2px solid #ccc;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center; */
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 2px solid #ccc;
  border-left: 0;
}

.section__header-link--light .icon {
  /* font-size: 13px;
  margin-left: 8px; */
  margin: 0 8px 0 0;
}

/* HERO & SLIDERS */
.hero {
  /* height: 400px; */
  text-align: right;
  /* background: blue; */
}

.hero-slider1 {
  direction: rtl;
  background: #f1ebeb url("images/hero-slider-bg1.jpg") no-repeat top left;
}

/* PRODUCTS ENTRY */
.product-entry {
  /* text-align: left; */
  text-align: right;
}

.product-entry__featured {
  /* background: #e60000;
  color: #fff;
  position: absolute;
  top: 8px;
left:0;
 padding: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font: 500 12px montserrat, almarai; */
  right: 0;
  left: unset;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* SHOPPING META */
.shopping-meta__search {
  /* padding: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px; */
  padding: 0 0 0 10px;
}

.shopping-meta__container {
  /* display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  padding-left: 15px; */
  padding: 0 15px 0 0;
}

.shopping-meta__button {
  /* margin-left: 10px; */
  margin: 0 10px 0 0;
}

/* PAGINATION */

.pagination__prev {
  /* margin-right: 10px; */
  margin: 0 0 0 10px;
}
.pagination__next {
  /* margin-left: 10px; */
  margin: 0 10px 0 0;
}

/* PRODUCT IMAGES VIEW */
.product-images-view__list {
  /* flex: 1;
  margin-right: 10px; */
  margin: 0 0 0 10px;
}

/* SELL CTA */
.sell-cta .button {
  margin: 0 30px 0 0;
}

/* FOOTER */

.footer .list__item:before {
  /* content: ".";
  font-weight: 800;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: 2px; */
  margin: 0 0 0 10px;
}

/* BARE LAYOUT */
.bare-layout__back-btn {
  /* border-right: 1px solid #ccc;
  cursor: pointer; */
  border-left: 1px solid #ccc;
  border-right: 0;
}

.bare-layout__list-item--text-based {
  /* width: auto;
  border: 1px solid #ccc;
  margin-right: 20px;
  border-radius: 3px; */
  margin: 0 0 0 15px;
}
.bare-layout__section-subheader {
  /* font: 400 20px montserrat, almarai;
  padding: 20px 0 20px 0; */
  text-align: right;
}

/* FORMS */
.form__errormsg {
  /* color: #e60000;
  font: 500 14px montserrat, almarai;
  display: block;
  padding: 10px 0 10px 0; */
  text-align: right;
}

/* ACCOUNT FORM */
.account-form__title {
  margin-bottom: 15px;
  text-align: right;
  line-height: 160%;
}

.account-form__general_errormsg {
  /* color: #e60000;
  margin: 20px 0; */
  text-align: right;
}

/* MY ADS */

.my-ads__entry-img {
  /* width: 200px;
  margin: 0 10px 0 0;
  height: 200px;
  background: #ccc; */
  margin: 0 0 0 10px;
}

/* ICON BUTTONS */
.icon-button__icon {
  /* margin: 0 10px 0 0; */
  margin: 0 0 0 10px;
}

/* PRODUCT PAGE */
.product-page-layout {
  /* padding-top: 15px;
  margin-bottom: 40px; */
}

.product-page-layout__product-title {
  /* font: 700 25px/150% montserrat, almarai;
  margin-bottom: 5px; */
}

.product-page-layout__product-meta {
  /* display: block;
  margin-bottom: 5px;
  font-size: 13px; */
}

.product-page-layout__product-condition {
  /* display: block;
  font-size: 13px;
  border-left: 5px solid #ccc;
  padding: 0 0 0 10px;
  margin: 2px 0; */
  border-left: 0;
  border-right: 5px solid #ccc;
  padding: 0 10px 0 0;
}

.shopping-meta__option-layer {
  /* background: #f8f8f8;
  min-width: 300px;
  position: absolute;
  z-index: 5;
  right: 0px;
  margin-top: 10px;
  border: 1px solid #ca9494;
  border-radius: 5px;
  padding: 10px; */
  right: unset;
  left: 0;
}

.shopping-meta__option-layer-item {
  /* padding: 7px 10px;
  border-bottom: 1px solid #ca9494;
  cursor: pointer; */
}

.shopping-meta__option-layer-item--current {
  /* font-weight: 700; */
}

.shopping-meta__option-layer-item--multi-level {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; */
}

.shopping-meta__ads-option-wrapper {
  /* position: relative; */
}

.shopping-meta__option-layer-item:last-of-type {
  /* border-bottom: 0; */
}

.shopping-meta__option-layer-x {
  /* position: absolute;
  font-size: 12px;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #fff;
  background: #e60000;
  display: flex;
  justify-content: center;
  line-height: 14px;
  cursor: pointer; */
  right: unset;
  left: -5px;
}

.shopping-meta__nested-options {
  /* width: 100%;
  max-height: 150px;
  overflow-y: auto;
  padding: 10px 0; */
}

.shopping-meta__nested-options-item {
  /* display: flex;
  align-items: center;
  margin: 0 0 10px 0; */
}

.shopping-meta__button {
  /* margin-left: 10px; */
}

.shopping-meta__input-icon-container {
  /* margin-bottom: 5px;
  background: #fff; */
}

.shopping-meta__input-icon-container .input {
  /* font-size: 14px; */
}

/* CHECKBOXES */
.checkbox {
  /* border: 1px solid #000;
  margin: 0 10px 0 0;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  background: #fff; */
  margin: 0 0 0 10px;
}

.checkbox__icon {
  color: #e60000;
}

/* CHECKOUT */

.checkout-form {
  /* margin: 0 auto;
  max-width: 600px; */
}

.checkout-form__input {
  /* margin-bottom: 10px; */
}

.payment-options {
}

.payment-options__total {
  /* font: 500 16px montserrat, almarai; */
}

.payment-options__list {
  /* display: flex;
  flex-direction: column;
  padding: 20px 0 0 0; */
}

.payment-options__list-item {
  /* display: flex;
  cursor: pointer;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  align-items: center; */
}

.payment-options__list-item--active {
  /* border: 2px solid #e60000;
  border-radius: 10px; */
}

.payment-options__list-item:last-of-type {
  /* margin: 0; */
}

.payment-options__image {
  /* margin: 0 20px 0 0; */
  margin: 0 0 0 20px;
}

.payment-options__radio {
  /* height: 16px;
  width: 16px;
  border: 2px solid #e60000;
  border-radius: 50%;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.payment-options__radio-active {
  /* width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e60000; */
}

/* FILTER BAR */
.filter-bar {
  /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; */
}

.filter-bar__list {
}

.filter-bar__item {
  /* margin: 0 25px 0 0;
  max-width: 220px;
  overflow: hidden; */
  margin: 0 0 0 25px;
}
.filter-bar__item:last-of-type {
  /* margin-right: 0; */
}

@media (max-width: 768px) {
  /* HEADER */
  .header .logo__img {
    /* width: 38px;
  margin: 0 0 0 15px; */
    margin: 0 15px 0 0;
  }

  .header__mobile-nav {
    /* display: flex;
    align-items: center;
    line-height: 100%;
    align-self: center;
    padding: 0 10px 8px 0;
    justify-content: flex-end;
    width: 50%;
    box-sizing: border-box; */
    padding: 0 0 8px 10px;
  }

  .mobile-nav__close {
    right: unset;
    left: 140px;
  }

  .hero__main-cta-btn {
    /* font: 600 16px montserrat, almarai;
    max-width: 240px;
    min-width: 200px;
    padding: 12px 25px; */
    font-size: 14px;
  }

  .shop-categories-mobile__button {
    margin: 10px 0 0 5px;
  }
  .shopping-meta__container {
    padding: 0 0 10px 0;
  }

  .mobile-select {
    /* border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-radius: 3px; */
    padding: 0 0 0 10px;
  }

  /* SEARCH */
  .header .search {
    width: 100%;
    margin: 0 15px 10px 15px;
  }

  .header__topbar {
    display: none;
  }

  .bare-layout__list-item--text-based {
    margin: 0 0 10px 10px;
  }

  .bare-layout__section-subheader {
    /* font: 400 20px montserrat, almarai;
  padding: 20px 0 20px 0; */
    /* text-align: right; */
    padding-bottom: 12px;
  }

  /* HERO & SLIDERS */
  .hero-slider1 {
    /* background: #f0f0f0 url("images/hero-slider-bg1.png") no-repeat top right;
    min-height: 400px; */
    background: #f1ebeb url("images/hero-slider-bg1.jpg") no-repeat top center;
    background-size: auto 190px;
    height: 100%;
  }
}
