/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here

html, body {overflow-x: hidden !important;}

p {margin-bottom: none;}


/* Hello Title & Description */
.hello_elementor_page_title {
  display: none;
}

.entry-title {
  display: none !important;
}

.site-title {
  display: none !important;
}

.site-description {
  display: none !important;
}

a.added_to_cart.wc-forward {
  display: none;
}
.ms_customized_cart_menu_btn {
  background: black;
  border-radius: 10rem;
  border: 1px solid black;
  transition: background 0.3s ease;

  * {
    display: flex;
  }
  .elementor-menu-cart__products {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .elementor-menu-cart__product-name {
    display: flex;
    flex-direction: column;
    .variation {
      dt {
        font-size: 0.9rem;
        font-weight: 400;
      }
      dd {
        font-size: 0.9rem;
        font-weight: 300;
      }
    }
  }

  #elementor-menu-cart__toggle_button {
    min-width: 10rem;
    padding: 0.2rem;
    justify-content: flex-start;
    align-items: center;

    &:after {
      content: "העגלה שלי";
      font-size: 1rem;
      color: white;
      font-weight: 300;
      text-align: right;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .elementor-button-icon {
      padding: 0.5rem;
      background-color: white;
      border-radius: 50%;
      font-size: 1.2rem;
      transition: background 0.3s ease, color 0.3s ease;

      /* svg {
        // Add any specific styling for SVG inside the button icon here
      } */
    }
  }

  &:hover {
    background: white;
    border-radius: 10rem;

    #elementor-menu-cart__toggle_button {
      &:after {
        color: black;
      }

      .elementor-button-icon {
        background-color: black;

        svg {
          fill: white;
        }
      }
    }
  }

  .elementor-button-text {
    text-align: center;
    justify-content: center;
  }

  .elementor-menu-cart__footer-buttons {
    flex-direction: column;
    display: flex;
    a.elementor-button.elementor-button--checkout.elementor-size-md {
      background: #63db63;
      color: black;
      span {
        font-weight: 400;
      }
      &:hover {
        background: #249924;
        color: white;
      }
    }
  }

  .elementor-button.elementor-button--view-cart.elementor-size-md {
    display: none;
  }

  img.woocommerce-placeholder.wp-post-image {
    display: block !important;
    width: fit-content;
  }

  .elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    align-items: center;
    padding: 0;
    width: 100%;
    padding-left: 1.5rem;
  }

  .elementor-menu-cart__product-image.product-thumbnail {
    width: fit-content;
    max-width: 70px;
    object-fit: contain;
  }

  .elementor-menu-cart__product-remove.product-remove {
    top: 0;
    left: 0;
    border-color: black;

    &:before,
    &:after {
      background: black;
    }
    &:hover {
      border-color: red;
      &:before,
      &:after {
        background: red;
      }
    }
  }

  .elementor-menu-cart__product-price.product-price {
    margin-block: auto;
    color: green;
  }
  .elementor-menu-cart__subtotal {
    gap: 0.5rem;
    color: black;
    font-weight: 300;
  }
  .tax_label {
    display: flex;
    align-items: center;
  }
  .elementor-menu-cart__close-button-custom {
    svg {
      width: 6rem;
      height: 100%;
      path {
        transition: fill 0.3s ease;
      }
    }
    &:hover {
      path {
        fill: red;
      }
    }
  }
}

.custom-product-buttons {
  display: flex;
  justify-content: space-between;
  /* margin-top: 10px; */
  padding: 0 0.8rem;
  max-width: 100%;
  box-sizing: border-box;
}

.custom-product-buttons .button {
  padding: 10px 20px;
  background-color: #0073e6;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.custom-product-buttons .button:hover {
  background-color: #005bb5;
}

a.more-info,
a.add-to-cart,
a.buy-now {
  background: transparent;
  color: black;
  padding: 0.5rem;
  font-weight: 300;
  display: flex;
  font-size: 0.9rem;
  align-items: center;
  border-radius: 0.5rem;
  line-height: 100%;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

/* a.buy-now {
  background: linear-gradient(45deg, #bbdeee, #0ecaef);
} */

.custom-color-variations {
  /* margin-top: 10px; */
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.custom-color-variations label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: black;
  text-wrap: nowrap;
}

.color-options {
  display: flex;
  gap: 10px;
}

.color-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid gray;
  transition: border-color 0.3s ease;
}

.color-circle:hover {
  border-color: #0073e6;
}

.color-circle.selected {
  border: 2px solid black;
}

.color-circle.selected.black-circle-color {
  box-shadow: 0 0 10px black;
}

.custom-scent-variations {
  /* margin-top: 10px; */
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.custom-scent-variations label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  color: black;
  text-wrap: nowrap;
}

.custom-scent-variations select {
  width: max-content;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.custom-product-item {
  display: flex;
  flex-direction: column;
  .meta_wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    .right {
      width: 30%;
    }
    .left {
      width: 70%;
      display: flex;
      flex-direction: column;
      h3,
      .custom-color-variations {
        margin: 0;
      }
      gap: 0.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
  }
}

#ms_rg_my_account_page {
  .woocommerce {
    display: flex;
    .woocommerce-MyAccount-navigation {
      display: none !important;
    }
  }
  #ms_rg_order_tracking {
    .woocommerce {
      flex-direction: column;
    }
  }
  .woocommerce-Addresses {
    width: 100%;
    gap: 2rem;
    display: flex;
    .woocommerce-Address {
      box-shadow: 0 0 10px #00000020;
      padding: 1rem;
      border-radius: 1rem;
      transition: box-shadow 0.3s ease;
      &:hover {
        box-shadow: 0 0 10px #00000040;
      }
    }
  }
}
#ms_rg_my_account_nav {
  nav {
    .elementor-nav-menu {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      row-gap: 1rem;
      .ms_rg_my_account_menu_btn {
        a {
          padding: 0.3rem 1rem;
          &:before {
            border-radius: 1.5rem;
          }
        }
        &.ms_rg_logout_button {
          a {
            &:before {
              background-color: red;
            }
          }
        }
      }
    }
  }
}
.custom-checkout-container {
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields {
    label {
      /* display: none !important; */
    }
    .shipping_address {
      h3:not(#ship-to-different-address) {
        display: none !important;
      }
    }
    background-color: transparent !important;
    padding: 0 !important;

    h3 {
      font-size: 1.1rem;
      font-weight: bold;
    }

    .woocommerce-billing-fields {
      h3 {
        display: none;
      }
      .woocommerce-billing-fields__field-wrapper,
      .woocommerce-shipping-fields .shipping_address {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.1rem;
        column-gap: 1rem;
        > p {
          width: 100%;
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }
        #billing_first_name_field,
        #billing_last_name_field,
        #billing_phone_field,
        #billing_email_field,
        #shipping_first_name_field {
          width: calc(50% - 0.5rem);
          box-sizing: border-box;
        }
        .select2-container {
          width: 100% !important;
          .select2-selection {
            border: 1px #c7c7c7 solid;
            border-radius: 0.9rem;
            height: 55px;
            display: flex;
            align-items: center;
            font-size: 1rem !important;
            font-weight: 300 !important;
            opacity: 1;
            .select2-selection__arrow {
              top: 50%;
              transform: translateY(-50%);
            }
            .select2-selection__rendered {
              .select2-selection__placeholder {
                color: var(--e-global-color-primary) !important;
              }
            }
          }
        }
        input,
        select {
          border-radius: 0.9rem;
          padding: 1rem;
          border: 1px #c7c7c7 solid;
          background: none;
          font-size: 1rem;
          font-weight: 300 !important;
          &:active,
          &:focus {
            border: 1px solid #00000090;
          }
        }
      }
    }
  }
}

.woocommerce-shipping-fields {
  h3:not(#ship-to-different-address),
  .woocommerce-additional-fields {
    display: none;
  }
  .shipping_address {
    h3#ship-to-different-address {
      padding: 0 !important;
      margin: 0;
      label {
        display: block !important;
      }
    }
  }
}

.custom-checkout-container {
  .woocommerce-billing-fields {
    padding: 0 !important;
    margin: 0 !important;
    .title_and_login_stripe h4 span {
      font-weight: bold;
      margin-right: 0.5rem;
      text-decoration: underline;
      cursor: pointer;
    }
    .title_and_login_stripe h4 {
      font-size: 0.9rem;
      color: var(--e-global-color-primary);
    }
    .title_and_login_stripe {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
}

.custom-checkout-container {
  @media only screen and (max-width: 1024px) {
    flex-direction: column;
    > div {
      width: 100%;
    }
  }
  .woocommerce-shipping-fields {
    h3#ship-to-different-address {
      display: block !important;
      label {
        display: block !important;
      }
    }
    .shipping_address {
      .woocommerce-shipping-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.1rem;
        column-gap: 1rem;
        > p {
          width: 100%;
          margin: 0;
          padding: 0;
          input {
            border-radius: 0.9rem;
            padding: 1rem;
            border: 1px #c7c7c7 solid;
            background: none;
            font-size: 1rem;
            font-weight: 300 !important;
            &:active,
            &:focus {
              border: 1px solid #00000090;
            }
          }
        }
        #shipping_first_name_field,
        #shipping_last_name_field {
          width: calc(50% - 0.5rem);
        }
      }
    }
  }
}

.woocommerce-order-notes {
  background-color: #f5f5f5 !important;
  border-radius: 0.98rem;
  padding: 1.5rem !important;
  h3 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  textarea {
    border: 1px solid #c7c7c7;
    border-radius: 0.9rem;
    background-color: transparent;
  }
}

.woocommerce .woocommerce-checkout {
  width: 80%;
  margin: 0 auto;
}

.order-items {
  background-color: #f9f9f9;
  padding: 0.5rem;
  border-radius: 0.9rem;
  box-sizing: border-box;
}

.your_order_wrapper {
  h3#order_review_heading {
    font-size: 1rem !important;
    margin-right: 10px;
  }
}

.woocommerce-checkout-coupon {
  .coupon {
    align-items: center;
  }
}

/* button[name="apply_coupon"] .barcode img {
} */
button[name="apply_coupon"] .barcode {
  background: white;
  padding: 0.5rem;
  border-radius: 50%;
}
button[name="apply_coupon"] {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 10rem !important;
  gap: 0.9rem;
  padding: 4px !important;
  padding-right: 10px !important;
}

input#coupon_code {
  background: none;
  border-radius: 0.9rem;
  padding: 1rem;
}
.shipping-methods {
  padding: 2.25rem 3.5rem !important;
  border-radius: 0.9rem;
  h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #shipping_method {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    li {
      text-wrap: wrap;
      width: calc(50% - (1.5rem / 2));
      align-items: flex-start;
      display: flex;
      margin: 0 !important;
    }
  }
}

.payment-methods #payment {
  background: none !important;
  .form-row.place-order {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    .button {
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      border-radius: 10rem !important;
      gap: 0.9rem;
      padding: 4px !important;
      padding-right: 10px !important;
      background-color: var(--e-global-color-primary);
      .barcode {
        background: white;
        padding: 0.5rem;
        border-radius: 50%;
      }
    }
  }
}
.payment-methods {
  border-radius: 0.9rem;
  text-align: right !important;
}
.payment_box.payment_method_upay {
  border-radius: 0.9rem !important;
  border: 1px solid #c7c7c7;
  background: none !important;
  &:before {
    display: none !important;
  }
}

label[for="payment_method_upay"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  img {
    order: -1;
  }
}

.order-items {
  .order-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    gap: 1rem;
    color: var(--e-global-color-primary);
    .product-image {
      align-items: center;
      display: flex;
      border: 1px solid #00000020;
      border-radius: 0.5rem;
      padding: 0.5rem;
      img {
        object-fit: contain;
      }
    }
    .product-name {
      flex: unset !important;
    }
    .product-price {
      margin-right: auto;
      font-weight: bold;
    }
    .product-remove a {
      font-size: 0.9rem;
    }
  }
}

.modal-content {
  max-width: 90vw;
  .checkout-login-prompt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    form.rg_ms_login_form {
      .clear {
        display: none;
      }
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 1rem;
      width: 100%;
      p {
        margin: 0 !important;
        padding: 0 !important;
      }
      p.form-row {
        width: 90%;
        label:not([for="rememberme"]) {
          display: none;
        }
        label[for="rememberme"] {
          text-align: right;
          display: flex !important;
          width: 100%;
        }
        input {
          border-radius: 0.9rem;
          border: 1px solid #c7c7c7;
        }
      }
    }
  }
}

button.woocommerce-button.button.woocommerce-form-login__submit .barcode {
  background: white;
  padding: 0.5rem;
  border-radius: 50%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 10rem !important;
  gap: 0.9rem;
  background: black;
  padding: 4px !important;
  padding-right: 10px !important;
  color: white;
  font-weight: 400;
  margin: 0 auto;
}

.ms_rg_the_shop_btn_header {
  ul.sub-menu {
    /* 			        display: flex !important; */
    flex-direction: column !important;
    align-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0.2rem !important;
    background-color: transparent;
    gap: 0.2rem !important;
    box-sizing: border-box;
    flex-wrap: wrap;
    li {
      width: 100%;
      min-width: 180px;
      border: 1px solid black;
      border-radius: 100px !important;
      box-shadow: 0 0 0px #ffffff00;
      transition: box-shadow 0.3s ease;
      &:hover {
        box-shadow: 0 0 10px #ffffff50;
        a {
          background-color: black;
        }
      }
      .elementor-sub-item {
        margin: 0 !important;
        text-align: center !important;
        border-radius: 100px !important;
        background-color: white;
      }
    }
  }
  svg {
    transition: 0.3s ease;
  }
  &:hover {
    svg {
      fill: white;
    }
  }
  a.elementor-item {
    border: 0.5px solid black;
    border-radius: 100px;
  }
}

.ms_rg_product_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  /* gap: 0.5rem; */
  box-shadow: 0 0 10px #00000000;
  border-radius: 0.8rem;
  transition: box-shadow 0.3s ease;
  &:hover {
    box-shadow: 0 0 10px black;
  }
  .product_thumbnail {
    border-radius: 0.5rem;
    overflow: clip;
    position: relative;
    .ms_rg_sale_tag {
      position: absolute;
      top: 0;
      right: 0;
      background: #ffc14f;
      color: black;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      border-radius: 0 0.8rem 0 0.8rem;
    }
    .ms_rg_product_main_image {
      img {
        border-radius: 0.8rem;
        background: #eaeaea;
        object-fit: contain;
        width: 100%;
        height: 300px;
      }
    }
    .ms_rg_add_to_cart_button {
      position: absolute;
      top: calc(100% - 0.8rem);
      right: 0.3rem;
      transform: translateY(-100%);
      .ms_rg_cart_icon_wrapper {
        padding: 0.5rem;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: black;
        border: 1px solid black;
        color: white;
        transition: background-color 0.3s ease;
        .ms_rg_cart_icon {
          filter: invert(1);
          width: 1.5rem;
          transition: filter 0.3s ease;
        }
        &:hover {
          background-color: white;
          .ms_rg_cart_icon {
            filter: invert(0);
          }
        }
      }
    }
    .no-image-span {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: rgba(255, 255, 255, 0.8);
      color: red;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9rem;
      font-weight: bold;
    }
  }
  .ms_rg_product_item_bottom_part {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.5rem;
    margin: auto 0 0 0;
    padding: 0.5rem;
    min-height: calc(2rem + 7.5rem);
    /* .ms_rg_color_selection {
    } */
    .ms_rg_scent_selection {
      width: 100%;
      select {
        width: 100%;
      }
    }
    .ms_rg_product_title {
      font-size: 1.5rem;
      margin: 0;
    }
    .ms_rg_product_price {
      .ms_rg_product_archive_pricing .elementor-heading-title {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 0.8rem;
        span {
          font-size: 1.8rem;
          font-weight: 500;
        }
        ins {
          font-weight: 400;
          text-decoration: none;
          text-align: right;
          direction: rtl;
          span {
            color: black;
          }
          .woocommerce-Price-amount {
            > :before {
              display: none;
            }
          }
        }
        del {
          direction: rtl;
          text-align: right;
          font-weight: 400;
          text-decoration: line-through;
          color: #808080;
          span {
            font-size: 1.5rem;
          }
        }
      }
    }
    /* .ms_rg_product_buttons {
    } */
  }
}

select {
  font-size: 0.9rem !important;
  color: #4d4d4d !important;
  border: 1px solid #808080 !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  line-height: 100% !important;
}

.ms_rg_sing_product_page {
  .ms_rg_product_details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;

    .product_image_and_gallery {
      width: 50%;
      padding: 15px;

      .product_thumbnail {
        .ms_rg_product_main_image {
          img {
            width: 100%;
            height: auto;
          }
        }
      }

      .product_gallery {
        display: flex;
        margin-top: 10px;

        img {
          width: 80px;
          height: 80px;
          margin-right: 10px;
          cursor: pointer;
          border: 1px solid #ccc;

          &:hover {
            border-color: #000;
          }
        }
      }
    }

    .product_details {
      width: 50%;
      padding: 15px;

      .saleTag {
        background-color: red;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: bold;
      }

      .product_title {
        font-size: 24px;
        margin-bottom: 10px;
      }

      .product_reviews_counter_and_rate {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        .reviews_counter {
          margin-right: 10px;
        }

        .ratings_avarage {
          display: flex;
          align-items: center;

          .rating {
            margin-right: 5px;
            font-weight: bold;
          }

          .stars {
            .star-rating {
              color: #ffd700;
            }
          }
        }
      }

      .product_description {
        margin-bottom: 20px;
      }

      .product_quantity_wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 20px;

        button {
          width: 30px;
          height: 30px;
          border: 1px solid #ccc;
          background-color: #fff;
          cursor: pointer;
          font-size: 18px;
          text-align: center;
          line-height: 28px;

          &:hover {
            background-color: #f5f5f5;
          }
        }

        .count {
          width: 50px;
          height: 30px;
          border: 1px solid #ccc;
          text-align: center;
          font-size: 16px;
        }
      }

      .add_to_cart_and_price {
        display: flex;
        align-items: center;
        margin-bottom: 20px;

        .add_to_cart_wrapper {
          margin-right: 20px;

          .single_add_to_cart_button {
            background-color: #000;
            color: #fff;
            padding: 10px 20px;
            border: none;
            cursor: pointer;

            &:hover {
              background-color: #333;
            }
          }
        }

        .discount_wrapper {
          color: red;
          font-weight: bold;
          margin-right: 20px;
        }

        .prices_wrapper {
          .regular_price {
            text-decoration: line-through;
            color: #888;
            margin-right: 10px;
          }

          .sale_price {
            color: red;
            font-weight: bold;
          }
        }
      }

      .variations_selection_wrapper {
        margin-bottom: 20px;

        .color_variations_wrapper,
        .scent_variations_wrapper {
          margin-bottom: 15px;

          .selected_color_wrapper,
          .selected_scent_wrapper {
            margin-bottom: 5px;

            .selected_color_title,
            .selected_scent_title {
              font-weight: bold;
              margin-right: 5px;
            }

            .selected_color,
            .selected_scent {
              font-style: italic;
            }
          }

          .variations {
            display: flex;
            flex-wrap: wrap;

            .color_variation,
            .scent_variation {
              padding: 5px 10px;
              border: 1px solid #ccc;
              margin-right: 10px;
              margin-bottom: 10px;
              cursor: pointer;

              &.selected {
                border-color: #000;
                background-color: #f5f5f5;
              }

              &:hover {
                border-color: #000;
              }
            }
          }
        }
      }

      .info_and_help_wrapper {
        display: flex;
        margin-top: 20px;

        .item {
          flex: 1;
          text-align: center;

          img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
          }

          .text {
            font-weight: bold;
          }

          p {
            margin: 0;
          }
        }
      }
    }
  }

  .product_tabs_wrapper {
    .tabs {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;

      .tab-link {
        padding: 10px 20px;
        cursor: pointer;
        background-color: #f5f5f5;
        margin-right: 5px;

        &.current {
          background-color: #fff;
          border-bottom: 2px solid #000;
        }
      }
    }

    .tab-content {
      display: none;

      &.current {
        display: block;
      }
    }
  }

  .customers_reviews_wrapper {
    margin-bottom: 30px;

    .section_title {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .reviews_wrapper {
      .review {
        display: flex;
        margin-bottom: 20px;

        .image_wrapper {
          margin-right: 15px;

          img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
          }
        }

        .review_data {
          flex: 1;

          .reviewer_name {
            font-weight: bold;
            margin-bottom: 5px;
          }

          .review_rating {
            display: flex;
            margin-bottom: 10px;

            .star {
              margin-right: 5px;
              img {
                width: 20px;
                height: 20px;
              }
            }
          }

          .the_review {
            margin-bottom: 10px;
          }

          .review_time_likes_and_admin_reply {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #888;

            .likes_wrapper {
              margin-right: 15px;
              display: flex;
              align-items: center;

              .counter {
                margin-right: 5px;
              }
            }

            .admin_reply_btn {
              margin-right: 15px;
              display: flex;
              align-items: center;
              cursor: pointer;

              &:hover {
                text-decoration: underline;
              }
            }
          }
        }
      }

      .load_more_reviews {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;

        &:hover {
          background-color: #333;
        }
      }
    }
  }

  .recommended_products_wrapper {
    .section_title {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .products {
      display: flex;
      flex-wrap: wrap;

      .product {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        padding: 10px;
        box-sizing: border-box;

        &:nth-child(4n) {
          margin-right: 0;
        }

        .top {
          position: relative;

          .image_Wrapper {
            img {
              width: 100%;
              height: auto;
            }
          }

          .sale_tag {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: red;
            color: #fff;
            padding: 5px;
            font-size: 12px;
            font-weight: bold;
          }

          .variations_wrapper {
            margin-top: 10px;

            .variation_select {
              width: 100%;
              padding: 5px;
              margin-bottom: 5px;
            }
          }
        }

        .bottom {
          .name_and_cart {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;

            .product_title {
              font-size: 16px;
            }

            .add_to_cart {
              cursor: pointer;
              img {
                width: 25px;
                height: 25px;
              }
            }
          }

          .prices {
            .regular_price {
              text-decoration: line-through;
              color: #888;
              margin-right: 5px;
            }

            .sale_price {
              color: red;
              font-weight: bold;
            }
          }
        }
      }
    }
  }
}

.ms_rg_homepage_slider
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  height: 30px;
  width: 100px;
  align-items: center;
  right: 50%;
  transform: translateX(50%);
  bottom: 2rem;
  display: flex;
  padding: 0.5rem;
  background-color: #ffffff50;
  border-radius: 5rem;
  box-shadow: 0 0 30px #00000050;
  span.swiper-pagination-bullet {
    box-shadow: 0 0 5px #00000020;
    width: 10px;
    height: 10px;
    background: white;
    border: 1px solid black;
    display: block !important;
    border-radius: 1000px;
    transition: width 1s ease-in-out;
    &.swiper-pagination-bullet-active {
      background: black;
      border: 1px solid white;
      box-shadow: 0 0 5px #00000020;
      width: 40px;
      height: 10px;
      transition: width 1s ease-in-out;
    }
  }
}
.ms_rg_homepage_slider
  .elementor-main-swiper.swiper-container.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
  padding-bottom: 0;
}
#ms_rg_add_to_cart_area {
  height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ms_rg_amount_btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  .ms_rg_increment_btn {
    /* font-size: 2rem; */
    background-color: #e0e0e0;
    color: black;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    padding: 0.5rem;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    &:hover {
      background-color: #c4c0c0;
    }
    .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1rem;
      font-size: 2rem;
      margin-top: -0.2rem;
    }
  }
  .ms_rg_amount {
    font-size: 2rem;
  }
  .ms_rg_decrement_btn {
    /* font-size: 2rem; */
    background-color: #e0e0e0;
    color: black;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    padding: 0.5rem;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    &:hover {
      background-color: #c4c0c0;
    }
    .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1rem;
      font-size: 3rem;
      margin-top: -0.5rem;
    }
  }
}
.ms_rg_variation_image_label {
  img {
    border-radius: 1rem !important;
  }
}
span.ms_rg_product_price_product_page {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  color: #141414;
  @media (max-width: 768px) {
    ins {
      font-size: 1.4rem;
    }
    del {
      font-size: 1.2rem;
    }
    .discount-percentage {
      padding: 4px 10px;
    }
  }
  ins {
    text-decoration: none;
    font-weight: 700;
  }
  del {
    color: #808080;
    font-size: 1.75rem;
  }
  .discount-percentage {
    background-color: #e12a28;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 1rem;
    color: white;
    font-weight: 500;
  }
}
