.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

.star_container {
    width: 40%;
    overflow: hidden;
}

.count {
    width: 10%;
    overflow: hidden;
}

.bar_container {
    width: 40%;
    flex: 1;
    background-color: #eee;
    height: 15px;
    overflow: hidden;
    margin: 0rem 1rem 0.1rem 0.4rem;
}
  
  .bar {
    height: 100%;
  }

html {
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  font-family: Assistant, sans-serif;
  letter-spacing: 0.06rem;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-variation-settings: "wdth" 100;
  color: black;
}

.cover_background{
      background: #00000073;
}

.title_name {
  word-break: break-word;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.Font_weight_ {
  font-weight: 400;
}

*,
:after,
:before {
  box-sizing: border-box;
  padding: 0rem;
  margin: 0rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  /* font-weight: 600;
  line-height: 26px; */
}

a,
p,
input,
ul,
li,
span,
button,
textarea,
select,
svg,
select option {
  word-break: break-word;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  color: black;
}
input,
textarea {
  font-weight: 100 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
select option {
  color: rgba(18, 18, 18, 0.75) !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  font-family: Assistant, sans-serif !important;
  letter-spacing: 0.06rem !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
}

.fullscreen-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.fullscreen-modal_cart {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  /* width: 100%; */
  height: 100vh;
  overflow-y: auto;
  animation: scaleIn 0.3s ease;
  position: relative;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 1.5rem;
  border: none;
  background: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.navbar-show {
  opacity: 1;
  transform: translateY(0);
}
.navbar-hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.fade-in-element {
  animation: animateAmbient 30s linear infinite;
  display: inline-block;
  will-change: transform;
}

@keyframes animateAmbient {
  0% {
    transform: rotate(0deg) translate(15px) rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) translate(15px) rotate(-360deg) scale(1.2);
  }
}

.block {
  display: block;
}

.height_cart {
  height: 200px;
}

.Anmation:hover {
  transition: all 0.6s ease;
  transform: translateY(-20px);
}

.font_weight {
  font-weight: bold;
}
/* Start border  */
.border_bottom {
  border-bottom: 2px solid black;
}
.border_bottom_cart {
  border-bottom: 1px solid #eee;
}
.border_line {
  border: 1px solid #eee;
}
.border_red {
  border: 2px solid #e10600;
}
.object__ {
  width: 100%;
  height: 200px;
}
.boder_radius {
  border-radius: 0.5rem;
}
.boder_radius_butt {
  border-radius: 0.1rem;
}
.boder_radius_butt_icon {
  border-radius: 1rem;
}
.border_radius_50 {
  border-radius: 50%;
}

.payment_qty {
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  right: -0.5rem;
  padding: 0.2rem;
}
.border_none {
  border: none;
}
/* input[type=text]:focus {
  border: 0px solid transparent;
} */
/* end border  */
.height_butt {
  height: 30px;
}
.height_ {
  height: 50vh;
}
.scroll {
  height: 100vh;
}
.scroll_page {
  height: 88vh;
}

.overflow_hidden {
  overflow: hidden;
}

.hight_item_cart {
  height: 70%;
  overflow-y: auto;
}
.hight_butt_cart {
  height: 30%;
}
.border_bottoom_Shipping {
  border-bottom: 1px solid rgba(18, 18, 18, 0.75);
}

.border_bottoom_products {
  border-bottom: 1px solid #eee;
}
.border_bottoom_products_star {
  border-bottom: 1px solid #e10600;
}
.Icons_Size {
  font-size: 25px;
}
.Icons_Size_page {
  font-size: 40px;
}
.Icons_text {
  font-size: 19px;
}
.font_upload {
  font-size: 60px;
}
.font_size_small {
  font-size: 13px;
}

.font_size_small_test {
  font-size: 10px;
}

.marginCentent {
  margin: 0rem auto;
}
.marginCentent_pages {
  margin: 2rem auto;
}
.margin_left_auto {
  margin-left: auto;
}
.margin_left_one {
  margin-left: 1rem;
}
.margin_left_one_ {
  margin-left: 0.5rem;
}
.margin_left_star {
  margin-left: 0.3rem;
}
.margin_top_Line {
  margin-top: 2rem;
}
.margin_page_top {
  margin-top: 10rem;
}
.margin_page_top_dachborad {
  margin-top: 15rem;
}
.margin_top_3 {
  margin-top: 3rem;
}
.margin_top {
  margin-top: 1rem;
}
.margin_top_text {
  margin-top: 0.5rem;
}

.margin_top_butt {
  margin-top: 0.2rem;
}

.margin_top_footer {
  margin-top: 5rem;
}
.margin_top_cart {
  margin-top: 7rem;
}
.line_Title {
  width: 50px;
  height: 20px;
  animation: fadeIn 5s linear infinite;
}
.discount_price_{
  text-decoration: line-through;
text-decoration-color: #e10600;
}
.margin_top_Page {
  margin-top: 5rem;
}
.margin_bottom {
  margin-bottom: 3rem;
}
.margin_bottom_cart {
  margin-bottom: 1rem;
}
.margin_bottom_product {
  margin-bottom: 0.5rem;
}
.margin_bottom__ {
  margin-bottom: 2rem;
}
.margin_bottom___new {
  margin-bottom: 0.2rem;
}
.margin_auto {
  margin: 5rem auto;
}
.margin_right {
  margin-right: 0.4rem;
}
.margin_right_one {
  margin-right: 1rem;
}
.error {
  background-color: rgba(242, 132, 125, 0.1);
}
.error_border {
  border: 1px solid #f2847d;
}

.height_bottom {
  height: 1px;
}
.height_bottom_line {
  height: 2px;
}

.width_image_cart {
  width: 25%;
}
.width_text_cart {
  width: 50%;
}
.width_text_cart_pay {
  width: 45%;
}
.width_price_cart {
  width: 25%;
}
.navbar_helps_Icons {
  width: 30%;
}
.width_qty {
  width: 25px;
  height: 25px;
}
.width_input_75 {
  width: 75%;
}
.width_input_butt {
  width: 20%;
}
.width_cart {
  width: 50%;
}
.widt_dev {
  width: 50%;
}
.width_checkout {
  width: 15px;
  height: 15px;
}

.text_align {
  text-align: center;
}

.padding {
  padding: 1rem;
}
.paddinghalv {
  padding: 0.5rem;
}
.paddingLeft_email {
  padding-left: 0.4rem;
}
.paddingLeft {
  padding-left: 1rem;
}
.paddingLeft_ {
  padding-left: 2.5rem;
}
.padding_ {
  padding: 0.1rem;
}
.Svg {
  width: 3.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}
.width_image_height_image {
  width: 100%;
  height: 100%;
}

.circle {
  fill: none;
  stroke: #e10600;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}

.width_a_tag {
  display: block;
  width: 100%;
  height: 100%;
}
.text_transform_capitalize {
  text-transform: capitalize;
}
.heigth_textarea {
  height: 100px;
}

.height_auto {
  height: auto !important;
}
.cursor {
  cursor: pointer;
}

.transition {
  transition: all 0.5s;
}
.transition:hover {
  opacity: 0.5;
}
.uploading_file {
  width: 100px;
  height: 100px;
}
.width_100 {
  width: 100px;
}
.width_height {
  width: 90px;
  height: 50px;
}
.icon_ {
  width: 100%;
  height: 100%;
}
#fileInput {
  display: none;
}
#icon {
  width: 100px;
  cursor: pointer;
}
.position_info {
  position: absolute;
  left: 0rem;
  background: #ffffff63;
  padding: 0.5rem;
  top: 0rem;
}
.icon_left {
  position: absolute;
  left: 0rem;
  width: 50px;
}
.icon_right {
  position: absolute;
  right: 0rem;
  width: 50px;
}
.extra_width_email {
  width: 80px !important;
}
.position_basket {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -0.4rem;
  right: 0.3rem;
  box-shadow: 0rem 0rem 0.1rem 0rem #e10600;
}
.position_cartnumber {
  position: absolute;
  right: 0.5rem;
}
.position {
  position: relative;
}
.position_check {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
}
.position_check_input {
  position: absolute;
  top: 20px;
  right: 1rem;
}
.width {
  width: 100%;
}
.cart_width {
  width: 20%;
}
.cart_width_Cart {
  width: 20%;
}
.About_width {
  width: 50%;
}
.react-slideshow-container .nav {
  bottom: -2rem !important;
}
.width_70 {
  width: 70%;
}

.width_80 {
  width: 80%;
}
.position_cart {
  position: absolute;
  bottom: 0.5rem;
  padding: 0.3rem;
  border-radius: 1rem;
  /* box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem white; */
  left: 0.5rem;
}
.background_model {
  background: #00000069;
}
.backgroundCover_Home {
  background: #474646a3;
}
.disabled {
  background-color: #47464626;
}
.position_add_to_cart {
  position: absolute;
  bottom: 0rem;
}
.backgroundCover {
  background-color: #121212;
}
.background_cart {
  background-color: #f4f4f4;
}
.background_white {
  background-color: white !important;
}
.background_login {
  background-color: #f5f5f5;
}
.color____ {
  color: #f5f5f5;
}
.backgroun_star {
  background-color: #e10600;
}
.background_butt {
  background-color: #e1060036;
}
.color_text {
  color: rgba(18, 18, 18, 0.75);
}
.width_count {
  width: 40%;
}

.width_animation {
  width: 10%;
  opacity: 0.6;
  animation: fadeIn_Width 50s linear infinite;
}
@keyframes fadeIn_Width {
  0% {
    width: 20%;
  }
  10% {
    width: 30%;
  }
  30% {
    width: 40%;
  }
  40% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 90%;
  }
}
.position_check_icon {
  position: absolute;
  right: 0.5rem;
  top: 0.9rem;
}
.white {
  color: white;
}
.Cover_text {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 500;
}
.color_star {
  color: #e10600;
}
.position_cover {
  position: absolute;
  top: 0rem;
  height: 410px;
}

.height_page {
  height: 100vh;
}
/* Start flex  */
.flex {
  display: flex;
}
.flex_direction {
  flex-direction: column;
}
.get_discount {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.justify_content_center {
  justify-content: center;
}
.space_around {
  justify-content: space-around;
}
.justify_content_space_between {
  justify-content: space-between;
}
.flex_row_reverse {
  flex-direction: row-reverse;
}
.align_items {
  align-items: center;
}
.flex_wrap {
  flex-wrap: wrap;
}
/* end flex  */
.input {
  height: 60px;
}
select {
  background-color: white !important;
}

.line_height {
  line-height: 60px;
}

.width_log {
  width: 20%;
}
.object_image {
  object-fit: contain;
}
.object_cover {
  object-fit: cover;
}
.hidden {
  display: flex;
  align-items: center;
}

.Styles:hover {
  transition: all 0.5s;
  background-color: #f5f5f5;
}

.order {
  order: 1;
}

.width_review {
  width: 30%;
}
.row_call {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.9s ease-out;
  opacity: 0;
  z-index: 11111111;
}

.row_call.open {
  opacity: 1;
  top: 50%;
}

.max_width {
  max-width: max-content;
}

@media only screen and (max-width: 1260px) {
  .cart_width {
    width: 30%;
  }
  .cart_width_Cart {
    width: 30%;
  }
}
@media only screen and (max-width: 880px) {
  /* .butt_payment {
    position: fixed;
    bottom: 0rem;
    background: white;
    z-index: 22222222;
  } */
  .modal-content {
    padding-top: calc(env(safe-area-inset-top, 10px) + 20px);
    padding-bottom: calc(env(safe-area-inset-bottom, 10px) + 20px);
  }
  .width_review {
    width: 100%;
  }
  .width_cart {
    width: 100%;
  }
  .width_70 {
    width: 100%;
  }
  .width_80 {
    width: 100%;
  }
  .order {
    order: 0;
  }
  .About_width {
    width: 100%;
  }

  .cart_width {
    width: 50%;
  }
  .cart_width_Cart {
    width: 50%;
  }

  .width_log {
    width: 40%;
    /* background-color: red; */
  }
  .menu-btn {
    width: 25%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .menu-btn__burger {
    width: 40px;
    height: 4px;
    background: #e30e13;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #e30e13;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .menu-btn__burger::before {
    transform: translateY(-10px);
  }

  .menu-btn__burger::after {
    transform: translateY(10px);
  }
  /* ANIMATION */
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  .hidden {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .hidden.open {
    display: block;
    transition: all 0.5s ease-in-out;
    width: 100%;
    background: white;
    height: 36vh;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 760px) {
  .cart_width {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
}

