body {
  user-select: none;
  /* Standard for modern browsers */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE/Edge */
  -moz-user-select: none;
  /* Firefox */ }

.main__header {
  padding: 0; }

.main__logo--img {
  max-width: 100%; }

.footer__bottom {
  border-top: 0; }

.offcanvas__stikcy--toolbar__icon {
  width: 100%; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
  transition: 2s all ease; }
  .preloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .preloader .loader .car__body {
      -webkit-animation: shake 0.2s ease-in-out infinite alternate;
      animation: shake 0.2s ease-in-out infinite alternate; }
    .preloader .loader .car__line {
      transform-origin: center right;
      stroke-dasharray: 22;
      -webkit-animation: line 0.8s ease-in-out infinite;
      animation: line 0.8s ease-in-out infinite;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
    .preloader .loader .car__line--top {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .preloader .loader .car__line--middle {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .preloader .loader .car__line--bottom {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
@-webkit-keyframes shake {
  0% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(3%); } }
@keyframes shake {
  0% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(3%); } }
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22; }
  25% {
    stroke-dashoffset: 22; }
  50% {
    stroke-dashoffset: 0; }
  51% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: -22; }
  100% {
    stroke-dashoffset: -22; } }
@keyframes line {
  0% {
    stroke-dashoffset: 22; }
  25% {
    stroke-dashoffset: 22; }
  50% {
    stroke-dashoffset: 0; }
  51% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: -22; }
  100% {
    stroke-dashoffset: -22; } }
  .preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -100; }

.categories__menu--items .categories__menu--link {
  font-size: 17px; }

.widget__categories--menu__label {
  padding: 1rem 1rem; }

.product__card .product__card--content {
  background: var(--bg-offwhite-color);
  padding: 10px; }
.product__card .product__card--title {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px; }
.product__card .product__card--price {
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 8px; }
  .product__card .product__card--price .current__price span {
    color: var(--foreground-color); }
  .product__card .product__card--price.product__card--price-current {
    text-align: center; }
    .product__card .product__card--price.product__card--price-current .current__price {
      font-size: 22px; }
      .product__card .product__card--price.product__card--price-current .current__price span {
        font-size: 17px; }
.product__card .minicart__text--footer {
  margin-bottom: 8px;
  justify-content: center; }
  .product__card .minicart__text--footer .minicart__quantity {
    margin: 0; }
  .product__card .minicart__text--footer .quantity__number {
    font-size: 16px;
    padding: 5px 15px;
    height: auto;
    width: 7rem; }
  .product__card .minicart__text--footer .quantity__value {
    font-size: 28px;
    padding: 5px 15px;
    height: auto;
    width: auto; }
.product__card:hover .product__card--price {
  opacity: 1;
  visibility: visible; }

.product__card--footer {
  position: initial;
  opacity: 1;
  visibility: visible;
  padding: 0;
  background: transparent; }
  .product__card--footer::before {
    display: none; }

.tab__btn--link {
  font-family: var(--almarai-fonts);
  font-size: 16px; }

.product__badge {
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: normal;
  font-weight: 600;
  font-size: 13px;
  top: 6px;
  right: 6px;
  background-color: var(--foreground-color); }

.breadcrumb__bg {
  background: url(../img/slider/home1-slider1-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 50px 0; }

.widget__form--check__label {
  font-weight: 600; }

.widget__form--check__input:checked + .widget__form--check__label {
  color: var(--secondary-color); }

/*=============================*/
.widget__form--check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px; }
  .widget__form--check .widget__form--check__list {
    margin: 0;
    width: calc(100% / 5 - 20px* 5 / 6); }

.input_search {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  background: var(--text-white-color);
  padding: 5px 10px;
  height: 50px; }
  .input_search:focus {
    border-color: var(--secondary-color);
    box-shadow: none; }

.overlay-table {
  overflow: hidden;
  overflow-x: auto; }
  .overlay-table .table {
    vertical-align: middle;
    min-width: 1000px;
    max-width: 1300px;
    width: 100%; }
    .overlay-table .table tr th {
      text-align: center; }
    .overlay-table .table tr img {
      margin: 0 auto; }

.cart__table tr .quantity__value {
  background-color: var(--secondary-color);
  color: var(--text-white-color);
  border-color: var(--secondary-color); }
.cart__table tr .quantity__number {
  border-color: var(--secondary-color); }

.continue__shopping--clear {
  font-weight: 600;
  line-height: 4rem;
  height: auto;
  font-size: 1.7rem;
  letter-spacing: 0.2px;
  border-radius: 2.4rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border: 0;
  display: inline-block;
  padding: 0 3rem;
  margin-right: auto; }
  .continue__shopping--clear:hover {
    background-color: var(--foreground-color);
    color: var(--text-white-color); }

.single__widget.widget__bg .header__select--categories::after {
  display: none; }

.product__wrapper_row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap; }
  .product__wrapper_row .product__wrapper_row_col {
    width: calc(100% / 5 - 30px * 5 / 6); }

.product__section_home {
  min-height: 70vh;
  display: flex;
  align-items: center; }

.thank {
  padding: 180px 0; }
  .thank .overlay-thank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .thank .overlay-thank .content-thank .img-thank {
      margin-bottom: 15px; }
      .thank .overlay-thank .content-thank .img-thank img {
        width: 150px; }
    .thank .overlay-thank .content-thank p {
      font-size: 18px;
      font-weight: 500;
      color: var(--foreground-color);
      line-height: 26px;
      font-family: var(--almarai-fonts); }
      .thank .overlay-thank .content-thank p.first-p {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
        color: var(--foreground-color);
        line-height: 26px; }

#whatsappIcon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: fixed;
  bottom: 65px;
  right: 20px;
  text-decoration: none; }
#whatsappIcon2 {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: fixed;
  bottom: 65px;
  right: 70px;
  text-decoration: none; }
  #whatsappIcon:hover {
    color: var(--color);
    background-color: #fff; }
  #whatsappIcon2:hover {
    color: #5966f4;
    border-color: #5966f4 !important;
    background-color: #fff; }

#scroll__top {
  bottom: 120px !important; }

.account__login--signup__text {
  font-family: var(--almarai-fonts);
  margin-top: 15px; }
  .account__login--signup__text a {
    font-weight: 600;
    color: var(--secondary-color); }
  .account__login--signup__text.account__login--signup__note {
    color: var(--secondary-color); }

.account__login--header__title {
  color: var(--secondary-color);
  font-size: 24px; }

.account__login--remember__forgot {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  column-gap: 20px; }
  .account__login--remember__forgot .checkout__radio--checkmark {
    border-radius: 50%; }

.account__login--signup__head {
  font-weight: 600;
  text-align: start;
  color: var(--foreground-color);
  font-size: 18px;
  margin-bottom: 15px; }

.account__login--input[type=email] {
  direction: rtl; }

.checkout__checkbox--checkmark {
  border-width: 3px; }

input.quickview__value--number {
  height: 100%;
  width: 7rem; }

.bill_content .info h3 {
  margin-bottom: 10px; }
  .bill_content .info h3 span {
    font-weight: 600;
    color: var(--secondary-color); }
.bill_content .cart__section .cart__table--inner .cart__table--header {
  border-bottom: 2px solid var(--foreground-color); }
.bill_content .cart__section .cart__table--inner .cart__table--body {
  border-bottom: 2px solid var(--foreground-color); }
  .bill_content .cart__section .cart__table--inner .cart__table--body.last-cart__table--body {
    border-bottom: 0; }
.bill_content .cart__section .cart__table--inner .cart__table--header__list {
  padding: 2rem 1rem;
  font-size: 12px; }
  .bill_content .cart__section .cart__table--inner .cart__table--header__list.cart__table--header__list-color {
    background-color: var(--border-color); }
.bill_content .cart__section .cart__table--inner .cart__table--body__list {
  padding: 2rem 1rem;
  font-size: 12px; }
  .bill_content .cart__section .cart__table--inner .cart__table--body__list .cart__price {
    font-size: 12px; }
  .bill_content .cart__section .cart__table--inner .cart__table--body__list.cart__table--body__list-color {
    background-color: var(--border-color); }
  .bill_content .cart__section .cart__table--inner .cart__table--body__list .cart__product .cart__content {
    padding: 0; }
    .bill_content .cart__section .cart__table--inner .cart__table--body__list .cart__product .cart__content .cart__content--title {
      font-size: 12px; }

@media only screen and (max-width: 350px) {
  .main__logo--img {
    max-width: 150px; } }
@media only screen and (max-width: 991px) {
  .main__logo--img {
    max-width: 200px; }

  .footer__section {
    padding-bottom: 50px; }

  .tab__btn--wrapper {
    justify-content: center;
    width: 100%; }

  .widget__form--check .widget__form--check__list {
    width: calc(100% / 3 - 20px * 3 / 4); }

  .product__wrapper_row .product__wrapper_row_col {
    width: calc(100% / 3 - 30px * 3 / 4); } }
@media only screen and (min-width: 768px) {
  .main__header {
    padding: 0; } }
@media only screen and (min-width: 1600px) {
  .main__header {
    padding: 0; } }
@media only screen and (max-width: 575px) {
  .widget__form--check .widget__form--check__list {
    width: calc(100% / 2 - 20px * 2 / 3); }

  .cart__table--header {
    display: table-header-group; }

  .cart__table--body__items {
    border-bottom: 1px solid var(--foreground-color); }

  .cart__table--body__items {
    display: table-row; }

  .cart__table--body__list {
    display: table-cell; }

  .product__wrapper_row .product__wrapper_row_col {
    width: 100%;
    width: calc(100% / 2 - 30px * 2 / 3); } }
@media only screen and (max-width: 400px) {
  .widget__form--check .widget__form--check__list {
    width: calc(100% - 20px);
    width: 100%; } }

/*# sourceMappingURL=style-new.css.map */
