* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ItfGhroob Geometric" !important;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 58%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "ItfGhroob Geometric";
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  background: #fff !important;
}
.overflow-body {
  overflow: hidden;
}
p {
  color: #052443;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #080808;
  margin: 0;
}
ul {
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px!important;
  }
}
.link__ {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 4.4rem;
  color: #080808;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.link__ .icon__ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link__:active,
.link__:focus {
  outline: 0 !important;
}
.link__:hover {
  text-decoration: none;
  color: #070707;
}
.link__.defaultCursor {
  cursor: default;
}
.link__.center {
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .link__.centerMd {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .link__.centerSm {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .link__.centerXs {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .link__.centerXxs {
    margin: 0 auto;
  }
}
.link__.fullWidth {
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .link__.fullWidth_md {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .link__.fullWidth_sm {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .link__.fullWidth_xs {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .link__.fullWidth_xxs {
    width: 100%;
    min-width: 100%;
  }
}
.link__.half_width {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .link__.half_width_md {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .link__.half_width_sm {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .link__.half_width_xs {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .link__.half_width_xxs {
    width: 50%;
  }
}
.link__.fixed_size__ {
  min-width: 183px;
  max-width: 183px;
}
.link__.margin_start_auto__ {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.link__.margin_top {
  margin-top: 7.2rem;
}
.link__.scale_icon_on_hover:hover .icon__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
html[dir="ltr"] .link__.icon_dir .icon__,
html[dir="ltr"] .link__.icon_dir svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link__.primaryColor {
  background-color: #858270;
  border-color: #858270;
}
.link__.primaryColor.outline {
  color: #858270;
}
.link__.primaryColor.outline:hover {
  background-color: rgba(133, 130, 112, 0.1) !important;
}
.link__.primaryColor:hover {
  background-color: rgba(133, 130, 112, 0.9);
}
.link__.secondary__ {
  background-color: #070707;
  border-color: #070707;
}
.link__.secondary__.outline {
  color: #070707;
}
.link__.secondary__.outline:hover {
  background-color: rgba(7, 7, 7, 0.1) !important;
}
.link__.secondary__:hover {
  background-color: rgba(7, 7, 7, 0.9);
}
.link__.red__ {
  background-color: #e90b0b;
  border-color: #e90b0b;
}
.link__.red__.outline {
  color: #e90b0b;
}
.link__.red__.outline:hover {
  background-color: rgba(233, 11, 11, 0.1) !important;
}
.link__.red__:hover {
  background-color: rgba(233, 11, 11, 0.9);
}
.link__.green__ {
  background-color: #06bf25;
  border-color: #06bf25;
}
.link__.green__.outline {
  color: #06bf25;
}
.link__.green__.outline:hover {
  background-color: rgba(6, 191, 37, 0.1) !important;
}
.link__.green__:hover {
  background-color: rgba(6, 191, 37, 0.9);
}
.link__.grey__ {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.link__.grey__.outline {
  color: #d5d5d5;
}
.link__.grey__.outline:hover {
  background-color: rgba(213, 213, 213, 0.1) !important;
}
.link__.grey__:hover {
  background-color: rgba(213, 213, 213, 0.9);
}
.link__.orange__ {
  background-color: #efb104;
  border-color: #efb104;
}
.link__.orange__.outline {
  color: #efb104;
}
.link__.orange__.outline:hover {
  background-color: rgba(239, 177, 4, 0.1) !important;
}
.link__.orange__:hover {
  background-color: rgba(239, 177, 4, 0.9);
}
.link__.yellow__ {
  background-color: #e8c100;
  border-color: #e8c100;
}
.link__.yellow__.outline {
  color: #e8c100;
}
.link__.yellow__.outline:hover {
  background-color: rgba(232, 193, 0, 0.1) !important;
}
.link__.yellow__:hover {
  background-color: rgba(232, 193, 0, 0.9);
}
.link__.outline {
  background-color: transparent !important;
}
.link__.mainRounded {
  border-radius: 10px;
}
.link__.secondary_rounded__ {
  border-radius: 25px;
}
.link__.third_rounded__ {
  border-radius: 33px;
}
.link__.full_rounded__ {
  border-radius: 50%;
}
.link__.squere_icon__ .icon_wrapper__ {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1rem;
  background-color: #f2f2f2;
  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;
}
@media only screen and (max-width: 991px) {
  .link__.squere_icon__ .icon_wrapper__ {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .link__.squere_icon__ .icon_wrapper__ {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.link__.squere_icon__ .icon_wrapper__ img {
  width: 2.95rem;
  height: 2.95rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .link__.squere_icon__ .icon_wrapper__ img {
    width: 2rem;
    height: 2rem;
  }
}
.link__.squere_icon__.active .icon_wrapper__ {
  position: relative;
}
.link__.squere_icon__.active .icon_wrapper__:after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #ff4242;
  top: 1rem;
  inset-inline-start: 1.1rem;
}
.link__.squere_icon__:hover .icon_wrapper__ {
  background-color: #e6e6e6;
}
.link__.cart_link__ {
  color: #858270;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 0.5rem;
  position: relative;
  line-height: 1;
}
.link__.cart_link__ .text__ {
  color: #333;
  line-height: 1;
}
.link__.cart_link__ .count__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0 !important;
  line-height: 1;
}
.link__.cart_link__ .count__:before {
  content: "(";
}
.link__.cart_link__ .count__:after {
  content: ")";
}
@media only screen and (max-width: 991px) {
  .link__.cart_link__ {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
  .link__.cart_link__ .text__ {
    display: none;
  }
  .link__.cart_link__ .count__ {
    position: absolute;
    top: -0.4rem;
    inset-inline-end: -0.6rem;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.4rem;
    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;
    background-color: #ff4242;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 1rem;
    z-index: 2;
  }
  .link__.cart_link__ .count__:before, .link__.cart_link__ .count__:after {
    content: none;
  }
}
.link__.shop_now_link__ {
  position: relative;
  border-radius: 5rem;
  background: #858270;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25rem;
  height: 7.2rem;
  padding: 1rem 4.3rem 1rem 1rem;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 110;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  justify-content: space-between !important;
}
@media only screen and (max-width: 991px) {
  .link__.shop_now_link__ {
    width: 20rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .link__.shop_now_link__ {
    padding: 1rem 2rem 1rem 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 5rem;
    font-size: 1.4rem;
  }
}
html[dir="ltr"] .link__.shop_now_link__ {
  padding: 1rem 1rem 1rem 4.3rem;
}
@media only screen and (max-width: 767px) {
  html[dir="ltr"] .link__.shop_now_link__ {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.link__.shop_now_link__ .icon_wrapper__ {
  background-color: #fff;
  width: 4.2rem;
  height: 4.2rem;
  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;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition:
    transform 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .link__.shop_now_link__ .icon_wrapper__ {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.link__.shop_now_link__ .icon_wrapper__ .icon__ {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .link__.shop_now_link__ .icon_wrapper__ .icon__ {
    width: 2rem;
    height: 2rem;
  }
}
.link__.shop_now_link__ .icon__ {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
html[dir="ltr"] .link__.shop_now_link__ .icon__ {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.link__.shop_now_link__.white_bg__ {
  background: #fff;
  color: #000;
}
.link__.shop_now_link__.white_bg__ .icon_wrapper__ {
  background-color: #000;
}
.link__.shop_now_link__.white_bg__ .icon_wrapper__ .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.link__.shop_now_link__.white_bg__:hover {
  background: #e6e6e6;
}
.link__.shop_now_link__:hover {
  background: #696759;
}
.link__.shop_now_link__:hover .icon_wrapper__ {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
html[dir="ltr"] .link__.shop_now_link__:hover .icon_wrapper__ {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.link__.shop_now_link__:hover .icon__ {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html[dir="ltr"] .link__.shop_now_link__:hover .icon__ {
  -webkit-transform: scaleX(-1) rotate(45deg);
  transform: scaleX(-1) rotate(45deg);
}
.link__.single_product_page_link__ {
  color: #696c70;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 0.5rem;
}
html[dir="ltr"] .link__.single_product_page_link__.prev__ svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link__.single_product_link__ .icon_wrapper__ {
  border-radius: 12px;
  border: 1px solid var(--line, #e9e9e9);
  background: var(--White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.link__.single_product_link__ .text__ {
  color: var(--On-Surface, #1f1f1f);
  font-family: "ItfGhroob Geometric";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.link__.single_product_link__:hover .icon_wrapper__ {
  border: 1px solid #858270;
}
.link__.add_cart_link__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28.1rem;
  height: 5.6rem;
  padding: 1rem 4.3rem 1rem 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 5rem;
  background: var(--main-600-main, #858270);
  color: #fff !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
html[dir="ltr"] .link__.add_cart_link__ {
  padding: 1rem 1rem 1rem 4.3rem;
}
.link__.add_cart_link__ .icon_wrapper {
  background-color: #fff;
  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;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.link__.add_cart_link__:hover {
  background: rgba(133, 130, 112, 0.9);
  color: #fff !important;
}
.link__.send_review_link__ {
  color: var(--main-900, #413f33);
  text-align: center;
  font-family: "ItfGhroob Geometric";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid var(--main-900, #413f33);
  background: var(--White, #fff);
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  margin-bottom: 2rem;
}
.link__.send_review_link__:hover {
  background: rgba(65, 63, 51, 0.1);
}
.link__.header_auth_link__ {
  color: var(--Black-600, #4d4d4d);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .link__.header_auth_link__ {
    font-size: 12px;
  }
}
.button {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
  height: 4.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button:active,
.button:focus {
  border: none;
  outline: none !important;
}
.button:hover {
  text-decoration: none;
  color: #080808;
}
.button:disabled {
  cursor: not-allowed !important;
}
.button.defaultCursor {
  cursor: default;
}
.button.center {
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .button.centerMd {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .button.centerSm {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .button.centerXs {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .button.centerXxs {
    margin: 0 auto;
  }
}
.button.fullWidth {
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .button.fullWidth_md {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .button.fullWidth_sm {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .button.fullWidth_xs {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .button.fullWidth_xxs {
    width: 100%;
    min-width: 100%;
  }
}
.button.half_width {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .button.half_width_md {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .button.half_width_sm {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .button.half_width_xs {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .button.half_width_xxs {
    width: 50%;
  }
}
.button.fixed_size__ {
  min-width: 183px;
  max-width: 183px;
}
.button.margin_start_auto__ {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.button.scale_icon_on_hover:hover .icon__ {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
html[dir="ltr"] .button.icon_dir .icon__,
html[dir="ltr"] .button.icon_dir svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button.primaryColor {
  background-color: #858270;
  border-color: #858270;
  color: #070707 !important;
  font-weight: 700;
}
.button.primaryColor.outline {
  color: #858270;
}
.button.primaryColor.outline:hover {
  background-color: rgba(133, 130, 112, 0.1) !important;
}
.button.primaryColor:hover {
  background-color: rgba(133, 130, 112, 0.9);
}
.button.secondary__ {
  background-color: #070707;
  border-color: #070707;
}
.button.secondary__.outline {
  color: #070707;
}
.button.secondary__.outline:hover {
  background-color: rgba(7, 7, 7, 0.1) !important;
}
.button.secondary__:hover {
  background-color: rgba(7, 7, 7, 0.9);
}
.button.red__ {
  background-color: #e90b0b;
  border-color: #e90b0b;
}
.button.red__.outline {
  color: #e90b0b;
}
.button.red__.outline:hover {
  background-color: rgba(233, 11, 11, 0.1) !important;
}
.button.red__:hover {
  background-color: rgba(233, 11, 11, 0.9);
}
.button.green__ {
  background-color: #06bf25;
  border-color: #06bf25;
}
.button.green__.outline {
  color: #06bf25;
}
.button.green__.outline:hover {
  background-color: rgba(6, 191, 37, 0.1) !important;
}
.button.green__:hover {
  background-color: rgba(6, 191, 37, 0.9);
}
.button.grey__ {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.button.grey__.outline {
  color: #d5d5d5;
}
.button.grey__.outline:hover {
  background-color: rgba(213, 213, 213, 0.1) !important;
}
.button.grey__:hover {
  background-color: rgba(213, 213, 213, 0.9);
}
.button.orange__ {
  background-color: #efb104;
  border-color: #efb104;
}
.button.orange__.outline {
  color: #efb104;
}
.button.orange__.outline:hover {
  background-color: rgba(239, 177, 4, 0.1) !important;
}
.button.orange__:hover {
  background-color: rgba(239, 177, 4, 0.9);
}
.button.yellow__ {
  background-color: #e8c100;
  border-color: #e8c100;
}
.button.yellow__.outline {
  color: #e8c100;
}
.button.yellow__.outline:hover {
  background-color: rgba(232, 193, 0, 0.1) !important;
}
.button.yellow__:hover {
  background-color: rgba(232, 193, 0, 0.9);
}
.button.outline {
  background-color: transparent !important;
}
.button.mainRounded {
  border-radius: 10px;
}
.button.secondary_rounded__ {
  border-radius: 25px;
}
.button.third_rounded__ {
  border-radius: 33px;
}
.button.full_rounded__ {
  border-radius: 50%;
}
.button.heroButton {
  background-color: #858270;
  border-radius: 25px;
  width: 168px;
  height: 48px;
  color: #fff;
  margin: 0 auto;
  margin-top: 2.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button.heroButton:hover {
  background-color: rgba(133, 130, 112, 0.9);
}
@media only screen and (max-width: 500px) {
  .button.heroButton {
    height: 38px;
    margin-top: 1.6rem;
  }
}
.button.submitButton {
  width: 100%;
  color: #fff;
  background-color: #858270;
  height: 49px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button.submitButton:hover {
  background-color: rgba(133, 130, 112, 0.8);
}
.button.serviceButton {
  width: 7.6rem;
  border: 1px solid #d5d5d5;
  height: 3.2rem;
  color: #858270;
  border-radius: 50px;
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
}
.button.serviceButton:hover {
  background-color: #858270;
  color: #fff;
}
.button.serviceRequestFormSubmitBtn {
  background-color: #858270;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.button.serviceRequestFormSubmitBtn:hover {
  background-color: rgba(133, 130, 112, 0.9);
}
.button.deleteProductButton {
  background-color: #e90b0b;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 3.8rem;
  max-width: 5.5rem;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.button.deleteProductButton:hover {
  background-color: rgba(233, 11, 11, 0.9);
}
.button.contactUsButton {
  width: 100%;
  color: #fff;
  background-color: #858270;
  height: 49px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button.contactUsButton:hover {
  background-color: rgba(133, 130, 112, 0.8) !important;
  color: #fff !important;
}
.button.primaryButton {
  background-color: #858270;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 25px;
  margin-top: 1.6rem;
}
.button.primaryButton:hover {
  background-color: rgba(133, 130, 112, 0.9);
  color: #fff;
}
.button.primaryButton:disabled {
  background-color: rgba(133, 130, 112, 0.11);
  color: rgba(133, 130, 112, 0.39);
}
.button.form_button {
  color: var(--main-900, #413f33);
  text-align: center;
  font-family: "ItfGhroob Geometric";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid var(--main-900, #413f33);
  background: var(--White, #fff);
}
.button.form_button:hover {
  background: rgba(65, 63, 51, 0.1);
}
.overlay {
  display: none;
}
@media only screen and (max-width: 991px) {
  .overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.active {
    opacity: 0.7;
    visibility: visible;
  }
}
::-moz-selection {
  color: #fff;
  background: #858270;
}
::selection {
  color: #fff;
  background: #858270;
}
@media only screen and (min-width: 991px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #858270;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #858270;
  }
  .dropdown-menu {
  }
  .dropdown-menu .inner::-webkit-scrollbar {
    width: 2px;
  }
}
.loading__ {
  position: relative;
  overflow: hidden;
  background-color: #e5e7eb;
  background: linear-gradient(70deg, #e5e7eb 25%, #fff 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
  content: "";
}
.loading__ img {
  opacity: 0 !important;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}
@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.figure__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.figure__ img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.figure__.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.asp__ {
  position: relative;
  padding-bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asp__ img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.close-button__ {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  top: 14px;
  left: 20px;
}
.close-button__:focus,
.close-button__:hover {
  outline: none;
}
html[dir="ltr"] .close-button__ {
  right: 20px;
  left: unset;
}
.close-button__:after,
.close-button__:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #858270;
  top: 4px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.close-button__:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@-webkit-keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@keyframes active-menu {
  0% {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
@keyframes not-active-menu {
  0% {
    top: 0;
  }
  to {
    top: -200px;
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.accordion_wrapper__ .card {
  overflow: hidden;
  background-color: transparent;
  border: none;
}
.accordion_wrapper__ .card:not(:last-child) {
  margin-bottom: 20px;
}
.accordion_wrapper__ .card:has(.btn-link:not(.collapsed)) .btn-link {
  color: #fff;
  background-color: #080808;
}
.accordion_wrapper__ .card:has(.btn-link:not(.collapsed)) .btn-link:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.accordion_wrapper__ .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.accordion_wrapper__ .card-header .btn-link {
  border: 1px solid #b2af9d;
  padding: 1.6rem 2rem;
  text-decoration: none;
  color: #080808;
  background-color: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: start;
  width: 100%;
  border-radius: 50px;
  height: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .accordion_wrapper__ .card-header .btn-link {
    font-size: 1.6rem;
    height: 6.3rem;
  }
}
.accordion_wrapper__ .card-header .btn-link:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(../images/shapes/plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .accordion_wrapper__ .card-header .btn-link:after {
    width: 20px;
    height: 20px;
  }
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed) {
  color: #080808;
  background-color: transparent;
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed):after {
  background-image: url(../images/shapes/subtraction.svg);
}
.accordion_wrapper__ .card-body {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 !important;
  padding-top: 1.5rem !important;
  text-align: center;
  color: #052443;
  background-color: transparent;
}
.modal {
  top: 10vh;
  overflow: unset !important;
}
.modal .modal-content {
  padding: 30px 45px;
  border-radius: 10px;
  text-align: center;
  border: none;
}
.modal .close_modal_button {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  position: absolute;
  top: 30px;
  inset-inline-end: 25px;
}
.modal .close_modal_button .icon__ {
  max-width: 35px;
  min-width: 35px;
  max-height: 35px;
  min-height: 35px;
}
.modal .close_modal_button:focus {
  outline: none;
}
.modal-backdrop {
  background-color: #858270 !important;
  opacity: 0.78 !important;
}
.modal-open .container,
.modal-open .container-fluid {
  -webkit-filter: blur(5px) grayscale(60%);
  filter: blur(5px) grayscale(60%);
}
.modal-dialog {
  max-width: 348px;
  margin: 0 auto;
}
.modal-dialog.small_fixed_width {
  max-width: 330px;
}
.modal-dialog.add_address_modal {
  max-width: 644px;
}
.modal-dialog.large_width__ {
  max-width: 70%;
}
.modal_block__ > .figure__ {
  margin-bottom: 15px;
}
.modal_block__ .title__ {
  font-size: 1.6rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 8px;
  text-align: center;
}
.modal_block__ .sub_title__ {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.modal_block__ .submit-button__ {
  margin-top: 20px;
}
.nav-tabs {
  padding: 0;
  border: none;
  margin-bottom: 30px !important;
}
.nav-pills {
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .nav-pills {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills {
    margin-top: 20px;
  }
}
.nav-pills.with_margin_top__ {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .nav-pills.with_margin_top__ {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-pills.with_margin_top__ {
    margin-top: 20px;
  }
}
.nav-pills .nav-link {
  border: none;
  height: 48px;
  min-width: 240px;
  padding: 0 16px;
  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-decoration: none;
  color: #d5d5d5;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.8rem;
  font-weight: 300;
  max-width: 211px;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .nav-pills .nav-link {
    min-width: 100%;
  }
}
.nav-pills .nav-link .icon__ {
  -webkit-margin-end: 13px;
  margin-inline-end: 13px;
  width: 20px;
  height: 20px;
}
.nav-pills .nav-link.active {
  color: #858270;
  background-color: transparent;
  border-color: #858270;
}
.nav-pills .nav-link.active .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nav-pills .nav-link:focus {
  outline: none;
}
.page_main_title__ {
  font-size: 2.3rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #858270;
  margin-bottom: 12px;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page_main_title__ {
    font-size: 1.8rem;
  }
}
.page_sub_title__ {
  font-size: 1.3rem;
  font-weight: 400;
  color: #080808;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page_sub_title__ {
    font-size: 1.4rem;
  }
}
.page_head_wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page_head_wrapper {
    margin-bottom: 15px;
  }
}
.page_head_wrapper.center .page_main_title__,
.page_head_wrapper.center .page_sub_title__ {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.page_head_wrapper.flex_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_head_wrapper.flex_display.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper.small_size_dir_column {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .page_head_wrapper.small_size_center__ .page_main_title__,
  .page_head_wrapper.small_size_center__ .page_sub_title__ {
    text-align: center;
  }
}
.page_head_wrapper.none_margin__ {
  margin: 0 !important;
}
.title_icon_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.section_main_title__ {
  color: #080808;
  font-size: 4.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section_main_title__ {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.section_main_title__.none_margin {
  margin-bottom: 0;
}
.section_main_title__.small_margin_bottom__ {
  margin-bottom: 15px;
}
.section_sub_title__ {
  font-size: 1.4rem;
  font-weight: 400;
  color: #727272;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section_sub_title__ {
    font-size: 1.2rem;
  }
}
.section_head_wrapper {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section_head_wrapper {
    margin-bottom: 1.5rem;
  }
}
.section_head_wrapper.center .section_main_title__,
.section_head_wrapper.center .section_sub_title__ {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.section_head_wrapper.flex_display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_head_wrapper.flex_display.justify_content_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_head_wrapper.white_color__ .section_main_title__,
.section_head_wrapper.white_color__ .section_sub_title__ {
  color: #fff;
}
.section_head_wrapper.white_color__ .section_main_title__:after,
.section_head_wrapper.white_color__ .section_main_title__:before,
.section_head_wrapper.white_color__ .section_sub_title__:after,
.section_head_wrapper.white_color__ .section_sub_title__:before {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper.small_size_dir_column {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .section_head_wrapper.small_size_center__ .page_main_title__,
  .section_head_wrapper.small_size_center__ .page_sub_title__ {
    text-align: center;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
.section_head_wrapper.none_margin__ {
  margin: 0 !important;
}
.title_icon_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.site_link {
  padding: 0 45px;
  background-color: #858270;
  border-radius: 10px;
  height: 46px;
  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;
  min-width: 168px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .site_link {
    min-width: 100px;
    padding: 0;
  }
}
.site_link .icon__ {
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html[dir="ltr"] .site_link .icon__ {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site_link:hover {
  background-color: rgba(133, 130, 112, 0.9);
  text-decoration: none;
  color: #fff;
}
.site_link:hover .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site_link.center {
  margin-left: auto;
  margin-right: auto;
}
.site_link.white_color__ {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.site_link.white_color__ .icon__ {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.site_link.white_color__:hover {
  background-color: #fff;
  color: #858270;
}
.site_link.white_color__:hover .icon__ {
  -webkit-filter: unset;
  filter: unset;
}
.site_link.with_margin_start {
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
}
.mixitup_controls_wrapper__ {
  padding: 0;
  border: none;
  margin: 0;
  gap: 15px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.mixitup_controls_wrapper__.fit_content_width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mixitup_controls_wrapper__.justify_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mixitup_controls_wrapper__ {
    margin-bottom: 15px;
  }
}
.mixitup_controls_wrapper__.center__ {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  min-width: 100% !important;
}
.mixitup_controls_wrapper__.with_margin {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.row_flex_dir_small_screen__ {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.small_size_none_margin__ {
    margin: 0;
  }
}
.mixitup_controls_wrapper__.display_block__ {
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__.display_grid_sm_screen {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.mixitup_controls_wrapper__ .filter {
  border: none;
  height: 63px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  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;
  gap: 8px;
  text-decoration: none;
  color: #080808;
  background-color: transparent;
  border: 1px solid #080808;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .mixitup_controls_wrapper__ .filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
  }
}
.mixitup_controls_wrapper__ .filter.full_width__ {
  min-width: 100%;
}
.mixitup_controls_wrapper__ .filter.fixed_height {
  height: 46px;
}
.mixitup_controls_wrapper__ .filter.fixed_width__ {
  width: 168px;
}
.mixitup_controls_wrapper__ .filter:hover {
  background-color: rgba(7, 7, 7, 0.1);
  border-color: #070707;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active {
  border-color: #070707;
  background-color: #070707;
  color: #fff;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active:hover {
  background-color: rgba(7, 7, 7, 0.9);
}
.mixitup_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-height: 500px;
}
.mixitup_box_list .mix {
  width: 100%;
}
.mixitup_box_list.column_dir {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pagination {
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.pagination .page-link {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
  color: #052443 !important;
  font-weight: 400;
}
.pagination .number_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  border: 1px solid #858270;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pagination .number_wrapper__ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination .number_wrapper__ .page-item .page-link {
  width: 54px;
  height: 46px;
  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;
  border-radius: 7px !important;
}
.pagination .number_wrapper__ .page-item .page-link:hover {
  background-color: rgba(133, 130, 112, 0.1) !important;
}
.pagination .number_wrapper__ .page-item.active .page-link {
  background-color: #858270 !important;
  color: #fff !important;
}
.pagination .number_wrapper__ .page-item.active .page-link:hover {
  background-color: rgba(133, 130, 112, 0.9) !important;
}
.fancybox_title__ {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
}
.fancybox_parag__ {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 10px;
}
.custom_dropdown__ {
  position: relative;
}
.custom_dropdown__ .dropdown_menu__ {
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inset-inline-end: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
  box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
  overflow: hidden;
}
.custom_dropdown__ .dropdown_menu__ li a,
.custom_dropdown__ .dropdown_menu__ li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1.4rem;
  color: #858270;
  padding: 15px 20px;
  width: 100%;
}
.custom_dropdown__ .dropdown_menu__ li a:before,
.custom_dropdown__ .dropdown_menu__ li button:before {
  display: block;
  max-height: 24px;
  max-width: 24px;
}
.custom_dropdown__ .dropdown_menu__ li a:hover,
.custom_dropdown__ .dropdown_menu__ li button:hover {
  background-color: #070707;
  color: #fff !important;
}
.custom_dropdown__ .dropdown_menu__ li a:hover:before,
.custom_dropdown__ .dropdown_menu__ li button:hover:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.custom_dropdown__ .dropdown_menu__ li a.modify__:before,
.custom_dropdown__ .dropdown_menu__ li button.modify__:before {
  content: url("../images/shapes/modify.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__ {
  color: #e90b0b;
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:before,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:before {
  content: url("../images/shapes/trash__.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:hover,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:hover {
  background-color: #e90b0b;
}
.custom_dropdown__.show .dropdown_menu__ {
  top: 100%;
  opacity: 1;
  visibility: visible;
  border-start-end-radius: 0;
}
.ui-datepicker {
  background-color: #fff;
  width: 400px;
  z-index: 11;
  border: 1px solid #d7dbdd;
  border-radius: 10px;
  padding: 0;
  position: relative;
  position: absolute;
  z-index: 112 !important;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 15px 15px;
  border-bottom: 1px solid #d7dbdd;
}
.ui-datepicker .ui-datepicker-title {
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: unset;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: 82%;
  }
}
.ui-datepicker thead {
  border-bottom: 1px solid #d7dbdd;
  min-height: 58px;
}
.ui-datepicker th span {
  color: #8f9bb3;
  font-size: 14px;
}
.ui-datepicker td {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td {
    padding: 0;
  }
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 15px;
  color: #0e0e0e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin: 2px auto;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker td a,
  .ui-datepicker td span {
    width: 30px;
    height: 30px;
  }
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
  background-color: #070707;
  color: #fff;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 0.7;
}
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
  color: #ddd;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  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;
  font-size: 15px;
  top: 50%;
  padding: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev {
  left: 40px;
  right: unset !important;
  content: url(../images/shapes/date-arrow-left.svg);
}
.ui-datepicker .ui-datepicker-next {
  right: unset !important;
  left: 5px;
  content: url(../images/shapes/date-arrow-right.svg);
}
@media only screen and (max-width: 991px) {
  .mobile_display_none__ {
    display: none !important;
  }
}
.mobile_display_only__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile_display_only__ {
    display: block !important;
  }
}
.main_card__ {
  border-radius: 50px;
  background: #f6f4e5;
  padding: 8rem 4.5rem;
}
@media only screen and (max-width: 1280px) {
  .main_card__ {
    padding: 2rem;
  }
}
.main_card__ .site_name__ {
  color: #080808;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8.6rem;
}
@media only screen and (max-width: 1536px) {
  .main_card__ .site_name__ {
    margin-bottom: 4.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .main_card__ .site_name__ {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
  }
}
.main_card__ .title__ {
  color: #080808;
  font-size: 7.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 1280px) {
  .main_card__ .title__ {
    font-size: 4.2rem;
    margin-bottom: 2.8rem;
  }
}
.main_card__ .parag__ {
  color: #0e0e0e;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 1280px) {
  .main_card__ .parag__ {
    font-size: 1.8rem;
    margin-bottom: 2.8rem;
  }
}
.main_card__.intro_card__ {
  min-height: 97rem;
}
@media only screen and (max-width: 1536px) {
  .main_card__.intro_card__ {
    min-height: 100%;
  }
}
.main_card__.slider_card__ {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.main_card__.slider_card__ .figure__ {
  padding-bottom: 123.8825%;
}
.rate__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.rate__ .number__ {
  color: #334155;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
}
.price_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .price_wrapper__ {
    gap: 0.5rem;
  }
}
.price__ {
  color: #080808;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .price__ {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .price__ {
    font-size: 1.2rem;
  }
}
.price__.old__ {
  color: #c80000;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .price__.old__ {
    font-size: 1rem;
  }
}
.price__.old__:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #080808;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 2;
}
html[dir="ltr"] .price__.old__:after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media only screen and (max-width: 991px) {
  .price__.old__:after {
    width: 80%;
  }
}
.product_card__ {
  width: 100%;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .product_card__ {
    min-width: 27rem;
  }
}
.product_card__ .image_wrapper {
  position: relative;
  border-radius: 3.5rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product_card__ .image_wrapper {
    margin-bottom: 2rem;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .product_card__ .image_wrapper {
    margin-bottom: 1.5rem;
    border-radius: 1.5rem;
  }
}
.product_card__ .image_wrapper .status_label__ {
  border-radius: 50px;
  background: #ff4242;
  position: absolute;
  inset-inline-start: 2.3rem;
  top: 2.4rem;
  padding: 1.6rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  display: none;
  font-size: 2rem;
  width: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .product_card__ .image_wrapper .status_label__ {
    padding: 1rem 1.5rem;
    top: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    inset-inline-start: 1.5rem;
  }
}
.product_card__ .image_wrapper .link__ {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  height: 6.2rem;
  -webkit-padding-start: 2rem !important;
  padding-inline-start: 2rem !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .product_card__ .image_wrapper .link__ {
    width: 70%;
    bottom: 1.4rem;
    font-size: 1rem;
  }
  .product_card__ .image_wrapper .link__ .icon_wrapper__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
  }
  .product_card__ .image_wrapper .link__ .icon_wrapper__ .icon__ {
    width: 70%;
    height: 70%;
  }
}
.product_card__ .image_wrapper .figure__ {
  padding-bottom: 137.769%;
}
.product_card__ .title__ {
  color: #080808;
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .product_card__ .title__ {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product_card__ .title__ {
    font-size: 1.4rem;
  }
}
.product_card__ .rate__ {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .product_card__ .rate__ svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.product_card__.new__ .status_label__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_card__:hover .link__ {
  bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .product_card__:hover .link__ {
    bottom: 1.4rem;
  }
}
.customer_testimonial_card__ .parag__ {
  font-size: 4rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991px) {
  .customer_testimonial_card__ .parag__ {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonial_card__ .parag__ {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.customer_testimonial_card__ .author_info__ {
  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;
  gap: 2rem;
}
.customer_testimonial_card__ .author_info__ .image_wrapper {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.customer_testimonial_card__ .author_info__ .image_wrapper .figure__ {
  padding-bottom: 100%;
}
.customer_testimonial_card__ .author_info__ .info__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customer_testimonial_card__ .author_info__ .name__ {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .customer_testimonial_card__ .author_info__ .name__ {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonial_card__ .author_info__ .name__ {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.customer_testimonial_card__ .author_info__ .jop_title__ {
  color: #666666;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .customer_testimonial_card__ .author_info__ .jop_title__ {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonial_card__ .author_info__ .jop_title__ {
    font-size: 1.4rem;
  }
}
.benefits_card__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 31.3516rem;
  padding: 4.0335rem 1.6501rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9167rem;
  border-radius: 4.5836rem;
  background: #f8f7f0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .benefits_card__ {
    padding: 3.5rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_card__ {
    padding: 2.5rem 1.5rem;
    min-height: auto;
  }
}
.benefits_card__ .icon_wrapper__ {
  margin-bottom: 2.7rem;
}
@media only screen and (max-width: 991px) {
  .benefits_card__ .icon_wrapper__ {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_card__ .icon_wrapper__ {
    margin-bottom: 1.5rem;
  }
}
.benefits_card__ .figure__ {
  max-width: 14.6rem;
  max-height: 9rem;
}
.benefits_card__ .title__ {
  color: #1a1a1a;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 991px) {
  .benefits_card__ .title__ {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_card__ .title__ {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.benefits_card__ .parag__ {
  color: #080808;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .benefits_card__ .parag__ {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_card__ .parag__ {
    font-size: 1.4rem;
  }
}
.cards_sec_card__ {
  min-height: 75rem;
  padding: 3.4rem;
  border-radius: 5rem;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cards_sec_card__ {
    min-width: 34rem;
    min-height: 60rem;
  }
}
.cards_sec_card__ .title__ {
  color: #fff;
  text-align: center;
  font-family: "Reem";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 991px) {
  .cards_sec_card__ .title__ {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cards_sec_card__ .title__ {
    font-size: 2rem;
  }
}
.breadcrumb__ {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .breadcrumb__ {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__ {
    margin-bottom: 1.5rem;
  }
}
.breadcrumb__ .breadcrumb_list__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__ .breadcrumb_item__:not(:first-child) .link__,
.breadcrumb__ .breadcrumb_item__:not(:first-child) .text__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.breadcrumb__ .breadcrumb_item__:not(:first-child) .link__:before,
.breadcrumb__ .breadcrumb_item__:not(:first-child) .text__:before {
  content: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2212%22 height%3D%2213%22 viewBox%3D%220 0 12 13%22 fill%3D%22none%22%3E%3Cpath d%3D%22M8.37078 10.5305C8.52741 10.3759 8.54165 10.134 8.4135 9.96348L8.37078 9.91463L4.56529 6.15805L8.37078 2.40147C8.52741 2.24686 8.54165 2.00493 8.4135 1.83444L8.37078 1.7856C8.21416 1.63099 7.96906 1.61694 7.79635 1.74344L7.74686 1.7856L3.62922 5.85012C3.47259 6.00472 3.45835 6.24666 3.5865 6.41714L3.62922 6.46598L7.74686 10.5305C7.91915 10.7006 8.19849 10.7006 8.37078 10.5305Z%22 fill%3D%22%23A0A0A0%22/%3E%3C/svg%3E");
  overflow: hidden;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
html[dir="ltr"] .breadcrumb__ .breadcrumb_item__:not(:first-child) .link__:before,
html[dir="ltr"] .breadcrumb__ .breadcrumb_item__:not(:first-child) .text__:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.breadcrumb__ .link__ {
  color: #808080;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb__ .link__:hover {
  color: #1a1a1a;
}
.breadcrumb__ .text__ {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.colors_radio_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.colors_radio_group__ label {
  position: relative;
  cursor: pointer;
}
.colors_radio_group__ label:has(input[type="radio"]:disabled) .squere__ {
  opacity: 0.7;
  position: relative;
}
.colors_radio_group__ label:has(input[type="radio"]:disabled) .squere__:after {
  content: url(../images/radioDisabled.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.colors_radio_group__ label:has(input[type="radio"]:checked) .squere__ {
  border: 2px solid #6e6c5b;
}
.colors_radio_group__ label:has(input[type="radio"]:checked) .squere__:before {
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
}
.colors_radio_group__ label:has(input[type="radio"]:checked) .text__ {
  opacity: 1;
  bottom: calc(100% + 0.5rem);
}
.colors_radio_group__ label:hover .text__ {
  opacity: 1;
  bottom: calc(100% + 0.5rem);
}
.colors_radio_group__ .squere__ {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 14px;
  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;
}
.colors_radio_group__ .squere__:before {
  content: "";
  display: block;
  border-radius: 11px;
  border: 1px solid var(--color);
  background-color: var(--color);
  width: 100%;
  height: 100%;
}
.colors_radio_group__ input[type="radio"] {
  display: none;
}
.colors_radio_group__ .text__ {
  position: absolute;
  bottom: calc(100% - 0.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  background: var(--On-Surface, #1f1f1f);
  color: #fff;
  padding: 0.3rem 1rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.colors_radio_group__ .text__:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--On-Surface, #1f1f1f);
}
.sizes_radio_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.sizes_radio_group__ label {
  position: relative;
  cursor: pointer;
}
.sizes_radio_group__ label:has(input[type="radio"]:disabled) .text__ {
  background: var(--Surface, #f7f7f7);
  color: #a0a0a0;
  opacity: 0.7;
  position: relative;
}
.sizes_radio_group__ label:has(input[type="radio"]:disabled) .text__:after {
  content: url(../images/radioDisabled.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.sizes_radio_group__ label:has(input[type="radio"]:checked) .text__ {
  background: var(--main-600-main, #858270);
  color: #fff;
}
.sizes_radio_group__ label:has(input[type="radio"]:checked):hover .text__ {
  background: rgba(133, 130, 112, 0.9);
  border-color: rgba(133, 130, 112, 0.9);
  color: #fff;
}
.sizes_radio_group__ label:hover .text__ {
  opacity: 1;
  bottom: calc(100% + 0.5rem);
}
.sizes_radio_group__ input[type="radio"] {
  display: none;
}
.sizes_radio_group__ .text__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  padding: 1.1rem 1.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 4rem;
  font-weight: 600;
  border: 1px solid var(--line, #e9e9e9);
  background: var(--White, #fff);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sizes_radio_group__ .text__:hover {
  color: var(--On-Surface, #1f1f1f);
  border-color: var(--On-Surface, #1f1f1f);
}
.count_wrapper__ {
  border-radius: 4rem;
  border: 1px solid var(--line, #e9e9e9);
  background: var(--Surface, #f7f7f7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.6rem;
  width: 100%;
  max-width: 16.4rem;
  padding: 0 1.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.count_wrapper__ .count__ {
  color: var(--On-Surface, #1f1f1f);
  font-family: "ItfGhroob Geometric";
  font-size: 21.086px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.114px;
  letter-spacing: 2.109px;
  text-transform: uppercase;
}
.count_wrapper__ .button__ {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  font-weight: 600;
  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;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #6e6c5b;
  color: #6e6c5b;
  font-size: 2.5rem;
}
.count_wrapper__ .button__:active,
.count_wrapper__ .button__:focus {
  border: 0;
  outline: 0;
}
.count_wrapper__ .button__:hover {
  background: #6e6c5b;
  color: #fff;
}
.shipping_information_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.shipping_information_card .icon_wrapper__ {
  width: 3.6rem;
  height: 3.6rem;
}
.shipping_information_card .title__ {
  color: var(--main-900, #413f33);
  font-family: "ItfGhroob Geometric";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.shipping_information_card .parag__ {
  color: var(--Black-500, #666);
  font-family: "ItfGhroob Geometric";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 !important;
}
.shipping_information_card:not(:last-child) {
  margin-bottom: 2rem;
}
.rating-section {
  display: flex;
  direction: rtl;
  width: 100%;
  gap: 6rem;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: 0 0 2.8rem;
}
.rating-section .ratings {
  display: flex;
  flex-direction: column;
  order: 2;
  flex: 0 1 38rem;
  max-width: 38rem;
  min-width: 0;
  gap: 0.8rem;
}
.rating-section .ratings .rating-row {
  display: flex;
  align-items: center;
  direction: rtl;
  gap: 0.7rem;
  width: 100%;
}
.rating-section .ratings .rating-row .star-label {
  color: #817e71;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
  gap: 0.45rem;
  font-size: 1.35rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  flex: 0 0 3.4rem;
  flex-shrink: 0;
}
.rating-section .ratings .rating-row .rating-star-icon {
  width: 1.35rem !important;
  height: 1.35rem !important;
}
.rating-section .ratings .rating-row .bar {
  flex: 1 1 auto;
  min-width: 12rem;
  position: relative;
  height: 0.55rem;
  overflow: hidden;
  background-color: #ececec;
  border-radius: 999px;
}
.rating-section .ratings .rating-row .bar .fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #8a8778;
  border-radius: inherit;
}
.rating-section .ratings .rating-row .percentage {
  color: #8b887f;
  font-size: 1.3rem;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  flex: 0 0 4.5rem;
}
.rating-section .overall-rating {
  order: 1;
  flex: 0 0 13rem;
  text-align: center;
}
.rating-section .overall-rating .score {
  color: #7a7a7a;
  font-size: 7rem;
  font-weight: 600;
  line-height: 0.9;
}
.rating-section .overall-rating .stars {
  display: inline-flex;
  align-items: center;
  direction: ltr;
  color: #8a8778;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  gap: 0.2rem;
  margin-top: 0.9rem;
}
.rating-section .overall-rating .stars .overall-star-icon {
  width: 1.55rem !important;
  height: 1.55rem !important;
  color: #858270;
}
.rating-section .overall-rating .stars .overall-star-icon.is-filled path {
  fill: currentColor;
  stroke: currentColor;
}
.rating-section .overall-rating .stars .overall-star-icon.is-empty path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
}
.rating-section .overall-rating .total {
  color: #8b887f;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.45rem;
}
html[dir="ltr"] .rating-section {
  direction: ltr;
  margin-right: 0;
  margin-left: 0;
}
html[dir="ltr"] .rating-section .ratings .rating-row {
  direction: ltr;
}
html[dir="ltr"] .rating-section .ratings .rating-row .bar .fill {
  right: auto;
  left: 0;
}
html[dir="ltr"] .rating-section .ratings .rating-row .percentage {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .rating-section {
    align-items: stretch;
    max-width: none;
    gap: 1.8rem;
  }
  .rating-section .ratings {
    width: 100%;
    max-width: none;
  }
  .rating-section .overall-rating {
    flex-basis: 9rem;
  }
  .rating-section .overall-rating .score {
    font-size: 6.2rem;
  }
  .rating-section .ratings .rating-row .bar {
    min-width: 8rem;
  }
}
.rating_stars_wrapper {
  direction: ltr;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.7rem;
  margin-bottom: 1rem;
}
html[dir="ltr"] .rating_stars_wrapper {
  direction: rtl;
}
.rating_stars_wrapper .star_label {
  cursor: pointer;
}
.rating_stars_wrapper .star_label input {
  display: none;
}
.rating_stars_wrapper .star_label .form-star-icon {
  width: 2.7rem;
  height: 2.7rem;
  color: #999999;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.rating_stars_wrapper .star_label:hover .form-star-icon,
.rating_stars_wrapper .star_label:hover ~ .star_label .form-star-icon {
  color: #fcd690;
}
.rating_stars_wrapper .star_label:has(input:checked) .form-star-icon,
.rating_stars_wrapper .star_label:has(input:checked) ~ .star_label .form-star-icon {
  color: #ecb018 !important;
}
.dropdown__ {
  position: relative;
}
.dropdown__ .butt__,
.dropdown__ > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #080808;
  font-size: 14px;
  width: 100%;
}
.dropdown__ .butt__:after,
.dropdown__ > a:after {
  content: url(../images/shapes/arrow_down.svg);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  -webkit-margin-start: 6px;
  margin-inline-start: 6px;
  height: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown__ .butt__.with_arrow_animation:after,
.dropdown__ > a.with_arrow_animation:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown__ .butt__.with_arrow_animation:hover:after,
.dropdown__ > a.with_arrow_animation:hover:after {
  -webkit-transform: unset;
  transform: unset;
}
.dropdown__ .butt__:hover,
.dropdown__ > a:hover {
  text-decoration: none;
}
.dropdown__ .sub-menu__ {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-end: 0;
  background-color: #fff;
  width: 100%;
  padding: 12px 20px;
  border: none;
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .dropdown__ .sub-menu__ {
    min-width: 100%;
  }
}
.dropdown__ .sub-menu__ li .logout_btn__:focus,
.dropdown__ .sub-menu__ li .logout_btn__:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown__ .sub-menu__ li .list_content__,
.dropdown__ .sub-menu__ li a,
.dropdown__ .sub-menu__ li button {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: #080808;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  width: 100%;
  font-family: inherit;
  text-align: inherit;
}
.dropdown__ .sub-menu__ li .list_content__:after,
.dropdown__ .sub-menu__ li a:after,
.dropdown__ .sub-menu__ li button:after {
  content: url(../images/shapes/drop_down_menu_links_arrow.svg);
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover,
.dropdown__ .sub-menu__ li button:hover {
  color: #070707 !important;
}
.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before,
.dropdown__ .sub-menu__ li button:hover:before {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.dropdown__ .sub-menu__ li .list_content__:before,
.dropdown__ .sub-menu__ li a:before {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.dropdown__ .sub-menu__ li .list_content__.profile__:before,
.dropdown__ .sub-menu__ li a.profile__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/profile__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.packages__:before,
.dropdown__ .sub-menu__ li a.packages__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/packages__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.wallet__:before,
.dropdown__ .sub-menu__ li a.wallet__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/wallet__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.favorite__:before,
.dropdown__ .sub-menu__ li a.favorite__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/favorite__.svg);
}
.dropdown__ .sub-menu__ li .list_content__.change_password__:before,
.dropdown__ .sub-menu__ li a.change_password__:before {
  content: url(../images/shapes/header_user_dropdown_menu_links_icons/change_password__.svg);
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover,
.dropdown__ .sub-menu__ li button:hover {
  text-decoration: none;
  color: #070707;
}
.dropdown__:hover .sub-menu__ {
  display: table;
  z-index: 112;
  border-radius: 25px;
}
.dropdown__ .butt__ {
  cursor: pointer;
}
.user_drop_down__ .butt__ {
  min-width: 0;
  max-width: 220px;
  height: 4.4rem;
  line-height: 1;
}
.user_drop_down__ .user_name_text__ {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_drop_down__ .butt__:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.user_drop_down__ .sub-menu__ {
  width: 190px;
  min-width: 190px;
  max-width: calc(100vw - 30px);
}
.user_drop_down__:hover .sub-menu__ {
  display: none;
}
.user_drop_down__.open .sub-menu__ {
  display: table;
  z-index: 112;
  border-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .dropdown__ .butt__,
  .dropdown__ > a {
    color: #fff;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 49px;
    padding: 0 10px;
    border-radius: 13px;
  }
  .dropdown__ .butt__:after,
  .dropdown__ > a:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .dropdown__ .figure__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .user_drop_down__ {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .user_drop_down__ .butt__ {
    color: #080808;
    background-color: rgba(133, 130, 112, 0.1);
    width: 100%;
    max-width: 100%;
  }
  .user_drop_down__ .butt__:after {
    -webkit-filter: none;
    filter: none;
  }
  .user_drop_down__ .sub-menu__ {
    position: static;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 13px !important;
  }
  .user_drop_down__.open .sub-menu__ {
    display: block;
  }
}
.sing-up-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.sing-up-blocks .singup_link {
  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;
  gap: 5px;
  background-color: transparent;
  border: 1px solid #080808;
  min-width: 147px;
  height: 49px;
  padding: 3px 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #080808;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sing-up-blocks .singup_link:hover {
  background-color: rgba(133, 130, 112, 0.1);
}
.sing-up-blocks .singup_link.login_link {
  min-width: 168px;
  border-color: transparent;
  color: #fff;
  background-color: #858270;
}
.sing-up-blocks .singup_link.login_link:hover {
  background-color: rgba(133, 130, 112, 0.9);
}
.sing-up-blocks .singup_link .icon__ {
  background-color: transparent !important;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.sing-up-blocks.nav_sign_block__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    gap: 0;
  }
  .sing-up-blocks .singup_link {
    width: 50%;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 70px;
    padding: 3px 10px;
    height: 49px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: transparent;
  }
}
@media only screen and (max-width: 991px) and (max-width: 500px) {
  .sing-up-blocks .singup_link {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sing-up-blocks .singup_link:hover {
    background-color: rgba(133, 130, 112, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .sing-up-blocks .singup_link.login_link {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 49px;
    margin: 0;
  }
  .sing-up-blocks .singup_link.login_link:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .sing-up-blocks.nav_sign_block__ {
    display: block;
    margin-bottom: 30px;
  }
}
.header_logo__ {
  min-width: 10rem;
  display: block;
  z-index: 1;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  -webkit-margin-end: 115px;
  margin-inline-end: 115px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .header_logo__ {
    max-height: 8rem;
    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;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo__ {
    max-height: 5rem;
  }
}
.header_logo__ .figure__ {
  width: 100%;
}
.header_logo__ img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .nav-om {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.nav-om .close-button__,
.nav-om .logo__ {
  display: none;
}
.nav-om .nav-list-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  gap: 1.5rem;
}
.nav-om .nav-list-om > li {
  cursor: pointer;
}
.nav-om .nav-list-om > li > a {
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1536px) {
  .nav-om .nav-list-om > li > a {
    font-size: 1.4rem;
  }
}
.nav-om .nav-list-om > li > a:hover {
  color: #070707 !important;
}
.nav-om .nav-list-om > li.active a {
  color: #858270;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .nav-om {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 80%;
    z-index: 1111;
    padding: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    display: block;
    padding-top: 90px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .nav-om .logo__ {
    display: block;
    max-height: 80px;
    margin-bottom: 2rem;
  }
  .nav-om .close-button__ {
    display: block;
  }
  html[dir="ltr"] .nav-om {
    left: -100%;
    right: unset;
  }
  .nav-om.active-menu {
    right: 0;
  }
  html[dir="ltr"] .nav-om.active-menu {
    left: 0;
    right: unset;
  }
  .nav-om .nav-list-om {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0;
    gap: 0;
  }
  html[dir="ltr"] .nav-om .nav-list-om {
    margin: 0;
    padding: 0;
  }
  .nav-om .nav-list-om > li > a {
    color: #858270 !important;
    padding: 10px 25px;
    display: block;
    margin: 0;
    text-align: start;
  }
  html[dir="ltr"] .nav-om .nav-list-om > li > a {
    margin: 0;
  }
  .nav-om .nav-list-om > li > a:hover {
    background-color: transparent;
  }
  .nav-om .nav-list-om > li:nth-child(odd) > a {
    background-color: rgba(133, 130, 112, 0.2);
  }
}
.menu_button__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu_button__ {
    width: 50px;
    height: 50px;
    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;
    outline: 0 !important;
    border: 0 !important;
    background-color: rgba(133, 130, 112, 0.1);
    position: relative;
    width: 40px;
    height: 40px;
    color: #858270;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .menu_button__ svg {
    width: 15px;
  }
}
.toolbar_options__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  z-index: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4rem;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar_options__ {
    gap: 0.8rem;
  }
}
.toolbar_options__ .block__ {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ .block__.lang_list_item__ {
    position: absolute;
    top: 15px;
    inset-inline-start: 15px;
  }
}
.toolbar_options__ .block__.info_link_item__ {
  width: 280px;
  height: 46px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar_options__ .block__.info_link_item__ .figure__ {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  padding: 10px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.toolbar_options__ .block__.log_out_item__ {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.toolbar_options__ .block__.log_out_item__ .icon__ {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html[dir="ltr"] .toolbar_options__ .block__.log_out_item__ .icon__ {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toolbar_options__ .block__.header_contacts__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.toolbar_options__ .block__.small_size_only__ {
  display: none;
}
@media only screen and (max-width: 991px) {
  .toolbar_options__ .block__.small_size_only__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top_toolbar_options__ {
  margin: 0 !important;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .top_toolbar_options__ {
    gap: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .top_toolbar_options__ .block__ {
    width: 100%;
  }
}
html[dir="ltr"] .top_toolbar_options__ {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.top_toolbar_options__ .block__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_toolbar_options__ .lang_block__ {
  color: var(--Black-600, #4d4d4d);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.top_toolbar_options__ .lang_block__ .link__ {
  height: 4.4rem;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .top_toolbar_options__ .lang_block__ {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
  }
}
.search_wrapper__ {
  border-radius: 0.7rem;
  border: 0.959px solid #e6e6e6;
  background: #fff;
  max-width: 29rem;
  padding: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .search_wrapper__ {
    width: 100%;
    max-width: 100%;
  }
}
.search_wrapper__ .icon__ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .search_wrapper__ .icon__ {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.search_wrapper__ input {
  width: 100%;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.search_wrapper__ input::-webkit-input-placeholder {
  color: #808080;
}
.search_wrapper__ input::-moz-placeholder {
  color: #808080;
}
.search_wrapper__ input:-ms-input-placeholder {
  color: #808080;
}
.search_wrapper__ input::-ms-input-placeholder {
  color: #808080;
}
.search_wrapper__ input::placeholder {
  color: #808080;
}
.search_wrapper__ input:focus {
  outline: none;
}
.main_header__ {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: visible;
  padding-block: 2rem;
}
@media only screen and (max-width: 991px) {
  .main_header__ {
    padding-block: 1rem;
  }
}
.header_content_wrapper__ {
  border-radius: 2.4rem;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(129, 129, 129, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(129, 129, 129, 0.08);
}
@media only screen and (max-width: 991px) {
  .header_content_wrapper__ {
    border-radius: 1rem;
  }
}
.fixed_header__ {
  position: relative;
  z-index: 111;
  padding: 1.78rem 2.87rem 1.62rem 2rem;
}
@media only screen and (max-width: 1199px) {
  .fixed_header__ {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .fixed_header__ {
    padding: 1rem;
  }
}
.fixed_header__.active_menu__,
.fixed_header__.not_active_menu__ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #fff;
}
.fixed_header__.active_menu__ {
  -webkit-animation: active-menu 0.5s;
  animation: active-menu 0.5s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.fixed_header__.not_active_menu__ {
  -webkit-animation: not-active-menu 0.5s;
  animation: not-active-menu 0.5s;
  top: -200px;
}
.header_content__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2.4rem;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 1199px) {
  .top_header {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top_header {
    padding: 1rem;
  }
}
.footer_sec__ {
  position: relative;
  background-blend-mode: overlay;
  background-size: cover;
  background-color: #070707;
  overflow: hidden;
}
.footer_sec__ .parag__ {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 23.9rem;
}
@media only screen and (max-width: 991px) {
  .footer_sec__ .parag__ {
    text-align: center;
    margin-block: 2rem;
    margin-inline: auto;
  }
  .footer_sec__ .map__ {
    margin-inline: auto;
  }
}
.footer_sec__ .map__ {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  height: 15rem;
  margin-bottom: 2rem;
}
.footer_sec__ .map__ iframe {
  width: 100%;
  height: 100%;
}
.footer_sec__ .map_parag__ {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}
.footer_content__ {
  padding-top: 7rem;
  padding-bottom: 8.4rem;
}
@media only screen and (max-width: 991px) {
  .footer_content__ {
    padding-block: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer_content__ {
    padding-block: 3rem;
  }
}
.footer_logo__ {
  margin-bottom: 2rem;
  max-width: 280px;
  max-height: 92px;
}
@media only screen and (max-width: 991px) {
  .footer_logo__ {
    width: 100%;
    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;
    margin-inline: auto;
  }
}
.footer_head__ {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .footer_head__ {
    text-align: center;
  }
}
.footer_list__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 auto;
  gap: 2rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer_list__ a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_list__ a img {
  max-width: 15px;
  max-height: 15px;
}
.footer_list__ a:hover {
  opacity: 0.8;
  color: #fff;
  -webkit-padding-start: 0.5rem;
  padding-inline-start: 0.5rem;
  text-decoration: none;
}
.footer_list__ a:hover:before {
  background-color: #070707;
}
.footer_socials__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
.footer_socials__ .link__ {
  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;
  width: 42px;
  height: 42px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
}
.footer_socials__ .link__ img {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: none;
  filter: none;
}
.footer_socials__ .link__:hover {
  background-color: #1d2020;
}
.footer_socials__ .link__:hover img {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}
.copyrights_content___ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  background-color: #070707;
  padding-block: 1.7rem;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .copyrights_content___ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.copyrights_content___ .payment_methods__ {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3rem;
}
.copyrights_content___ .text__ {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.input__ {
  height: 49px;
  border: solid 1px #d5d5d5;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-size: 1.8rem;
  color: #080808;
  padding: 11px 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.input__:focus,
.input__:hover {
  border-color: #070707;
}
.input__::-webkit-inner-spin-button,
.input__::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input__::-webkit-input-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  color: #394444;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input__::-moz-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  color: #394444;
  opacity: 1;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.input__:-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  color: #394444;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.input__::-ms-input-placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  color: #394444;
  opacity: 1;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.input__::placeholder {
  font-size: 1.8rem;
  font-weight: 400;
  color: #394444;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.input__.magin_bottom {
  margin-bottom: 24px;
}
.input__.colored_white__ {
  color: #fff;
  border-color: #fff;
}
.input__.colored_white__::-webkit-input-placeholder {
  color: #fff;
}
.input__.colored_white__::-moz-placeholder {
  color: #fff;
}
.input__.colored_white__:-ms-input-placeholder {
  color: #fff;
}
.input__.colored_white__::-ms-input-placeholder {
  color: #fff;
}
.input__.colored_white__::placeholder {
  color: #fff;
}
.textarea-om {
  height: 108px;
  resize: none;
  width: 100%;
}
.textarea-om:focus {
  outline: 0;
}
.select__ {
  width: 100% !important;
  margin-bottom: 0;
}
.select__ .dropdown-toggle {
  height: 42px;
  font-weight: 400;
  border: solid 1px #d5d5d5;
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-stretch: normal;
  color: #080808;
  outline: none !important;
  position: relative;
}
.select__ .dropdown-toggle:after {
  content: url(../images/shapes/arrow_down.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  inset-inline-end: 10%;
  background-color: transparent;
  border: none;
  outline: none;
}
.select__ .dropdown-toggle .filter-option-inner-inner {
  font-size: 1.4rem;
  color: #080808;
}
.select__ .dropdown-toggle .filter-option {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
html[dir="ltr"] .select__ .dropdown-toggle .filter-option {
  text-align: left;
}
.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #858270 !important;
  color: #080808 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select__.show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #858270 !important;
  color: #080808 !important;
  outline: none !important;
}
.select__ .dropdown-menu li .dropdown-item {
  outline: none !important;
  font-size: 14px;
  color: #080808;
  border-radius: 0;
}
.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
  outline: none !important;
  background-color: #858270;
  color: #fff;
}
.checkbox-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-group-om .checkbox-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.checkbox-group-om .checkbox-om:checked + .checkbox-label-om {
  border-color: #070707;
  background-image: url(../images/shapes/checkbox.svg);
}
.checkbox-group-om .checkbox-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-margin-end: 6px;
  margin-inline-end: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox-group-om .label__ {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #080808;
  cursor: pointer;
}
.radio-group-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.radio-group-om .radio-om {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.radio-group-om .radio-om:checked + .radio-label-om {
  border-color: #858270;
  background-image: url(../images/shapes/check.svg);
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_title__ {
  color: #858270 !important;
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_description__ {
  color: #080808;
}
.radio-group-om .radio-label-om {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #86959f;
  background-position: center center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.radio-group-om .text_ {
  margin: 0;
  font-size: 15px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  color: #080808;
}
.radio-group-om .radio_title__ {
  font-size: 1.4rem;
  font-weight: 700;
  color: #052443;
  margin-bottom: 10px;
}
.radio-group-om .radio_description__ {
  font-size: 1.4rem;
  font-weight: 300;
  color: #052443;
}
.validation_text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #e90b0b;
  margin-bottom: 10px;
}
.input_wrapper {
  width: 100%;
}
.form_wrapper__ {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .form_wrapper__ {
    padding: 20px;
    border-radius: 20px;
  }
}
.form_image__ {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .form_image__ {
    margin-bottom: 25px !important;
  }
}
.registeration_page_title_wrapper__ {
  margin-bottom: 40px !important;
}
.registeration_page_title_wrapper__ .section_sub_title__ {
  font-size: 1.3rem;
}
.registeration_page_title_wrapper__ .mail__ {
  margin-top: 10px;
}
.main_form__ {
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}
.main_form__.large_width__ {
  max-width: 566px;
}
.input_group__ {
  margin-bottom: 10px;
}
.input_group__.flex_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group__.flex_group__ .input_group__ {
  width: 100%;
}
.input_group__.flex_group__.group_gap__ {
  gap: 15px;
}
.input_group__.flex_group__.small_group_gap {
  gap: 15px;
}
.input_group__.flex_group__.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
.input_group__.flex_group__.half_width__ {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .input_group__.flex_group__.full_width_xs_screen__ {
    min-width: 100%;
  }
}
.input_group__.flex_group__ .input__,
.input_group__.flex_group__ .select__ {
  min-width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 500px) {
  .input_group__.flex_dir_col_xxs_screen__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .input_group__.flex_dir_col_xs_screen__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.input_group__.none_margin__ {
  margin: 0;
}
.input_group__.margin_top {
  margin-top: 60px;
}
.input_group__.full_width__ {
  width: 100%;
}
.input_group__.date_input__ {
  position: relative;
}
.input_group__.date_input__:after {
  content: url(../images/shapes/date_input_icon.svg);
  position: absolute;
  top: 50%;
  inset-inline-end: 37px;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
}
.final_buttons_wrapper__ {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.input_group_unit__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input_group_unit__ .input__ {
  border-radius: 0 10px 10px 0;
}
html[dir="ltr"] .input_group_unit__ .input__ {
  border-radius: 10px 0 0 10px;
}
.input_group_unit__ .unit__ {
  min-width: 67px;
  height: 56px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #d5d5d5;
  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;
  background-color: #f3f3f3;
}
.password-group-om {
  position: relative;
}
.password-group-om .input__ {
  -webkit-padding-end: 40px;
  padding-inline-end: 40px;
}
.password-group-om .show-password-button-om {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  width: 36px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #969696;
}
html[dir="ltr"] .password-group-om .show-password-button-om {
  left: unset;
  right: 0;
}
.password-group-om .show-password-button-om:focus {
  outline: none;
}
.password-group-om .show-password-button-om.show-om .icon__ path {
  stroke: #070707;
}
.custom_input_group__ {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  height: 46px;
}
.custom_input_group__ .dropdown-toggle,
.custom_input_group__ .input__,
.custom_input_group__ .textarea-om {
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
  border: 0;
  background-color: transparent !important;
  width: 100%;
  height: 20px;
  padding: 0;
  width: 100%;
  font-size: 1.4rem !important;
}
.custom_input_group__ .input__ {
  margin-bottom: 5px;
  border-radius: 0 !important;
}
.custom_input_group__ .dropdown-toggle {
  margin-top: -8px;
}
.custom_input_group__ .label__ {
  font-size: 1.2rem;
  font-weight: 300;
  color: #080808;
  margin: 0;
}
.custom_input_group__ .input_label_wrapper__ {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.icon_input_group {
  position: relative;
}
.icon_input_group .dropdown-toggle,
.icon_input_group .input__,
.icon_input_group .textarea-om {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}
.icon_input_group:after {
  position: absolute !important;
  width: 29px !important;
  height: 29px !important;
  top: 50% !important;
  inset-inline-start: 27px !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
}
.icon_input_group.name__:after {
  content: url(../images/shapes/inputs_icons/user.svg);
}
.icon_input_group.phone__:after {
  content: url(../images/shapes/inputs_icons/input_phone_icon.svg);
}
.icon_input_group.password__:after {
  content: url(../images/shapes/inputs_icons/password.svg);
}
.icon_input_group.textarea__:after {
  content: url(../images/shapes/inputs_icons/textarea.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.account_type:after {
  content: url(../images/shapes/inputs_icons/account_type.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.sector__:after {
  content: url(../images/shapes/inputs_icons/sector__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.company_name__:after {
  content: url(../images/shapes/inputs_icons/company_name__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.commercial_registration_no:after {
  content: url(../images/shapes/inputs_icons/commercial_registration_no.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.mail__:after {
  content: url(../images/shapes/inputs_icons/mail__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.search__:after {
  content: url(../images/shapes/inputs_icons/search__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.location__:after {
  content: url(../images/shapes/inputs_icons/location__.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.company_name:after {
  content: url(../images/shapes/inputs_icons/company_name.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group.commercial_registration_number:after {
  content: url(../images/shapes/inputs_icons/commercial_registration_number.svg);
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
}
.icon_input_group:focus-within:after {
  -webkit-filter: none;
  filter: none;
}
.price__ {
  font-size: 1.8rem;
  color: #070707;
  margin: 0;
  font-weight: 700;
}
.price__.grey_color__ {
  color: #052443;
}
.inputs_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.inputs_wrapper__.with_margin_top {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .inputs_wrapper__.search_inputs_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.rating_section_form {
  max-width: 352px;
  margin: 0 auto;
}
.upload_photo__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 15px;
}
.upload_photo__ .img_wrapper__ {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  position: relative;
}
.upload_photo__ .img_wrapper__ .figure__ {
  height: 100%;
}
.upload_photo__ .img_wrapper__ img {
  display: none;
}
.upload_photo__ .img_wrapper__:after {
  content: url("../images/shapes/upload_file_icon.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  padding-top: 8px;
}
.upload_photo__ .img_wrapper__.uploaded__ img {
  display: block;
}
.upload_photo__ .img_wrapper__.uploaded__:after {
  content: url("../images/shapes/upload_file_icon_white.svg");
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.upload_photo__ .img_wrapper__.uploaded__:hover:after {
  opacity: 1 !important;
  background-color: rgba(133, 130, 112, 0.36);
  padding: 0;
}
.upload_photo__ .title__ {
  font-size: 1.4rem;
  color: #080808;
  font-weight: normal;
  margin-bottom: 12px;
}
.upload_photo__ .sub_title__ {
  font-weight: 300;
  font-size: 1.2rem;
}
.upload_photo__ .file_input__ {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload_photo__.with_margin_bottom {
  margin-bottom: 20px;
}
.buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.buttons_wrapper.margin_bottom {
  margin-bottom: 30px;
}
.buttons_wrapper.content_space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buttons_wrapper.items_width_same__ a,
.buttons_wrapper.items_width_same__ button,
.buttons_wrapper.items_width_same__ div {
  width: 50%;
}
.uploaded_files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.links_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #070707;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.swiper-button-next.white_color__,
.swiper-button-prev.white_color__ {
  border-color: #fff;
}
.swiper-button-next.white_color__:after,
.swiper-button-prev.white_color__:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-next.white_color__:hover,
.swiper-button-prev.white_color__:hover {
  background-color: #fff;
}
.swiper-button-next.white_color__:hover:after,
.swiper-button-prev.white_color__:hover:after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  border: 1px solid transparent;
  background-color: #d5d5d5;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled.white_color__,
.swiper-button-prev.swiper-button-disabled.white_color__ {
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: url("../images/shapes/arrow-right.svg");
  display: block;
  position: static;
  height: 64px;
  -webkit-transform: unset;
  transform: unset;
}
html[dir="ltr"] .swiper-button-next:after,
html[dir="ltr"] .swiper-button-prev:after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #070707;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
  position: static;
  border: 1px solid #d5d5d5;
}
.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
  content: url("../images/shapes/arrow-right.svg");
  -webkit-filter: brightness(0.8) grayscale(1);
  filter: brightness(0.8) grayscale(1);
}
.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
  background-color: #858270;
  border-color: #858270;
}
.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
  -webkit-filter: unset;
  filter: unset;
}
.swiper-button-next:after {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
html[dir="ltr"] .swiper-button-next:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.customer_testimonials_sec__ .swiper-pagination {
  position: static;
  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;
  z-index: 3;
  gap: 6px;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .customer_testimonials_sec__ .swiper-pagination {
    margin-top: 2rem;
  }
}
.customer_testimonials_sec__ .swiper-pagination.intro_swiper_pagination {
  position: absolute !important;
  top: calc(100% - 45px) !important;
  inset-inline-start: 124px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 40%;
}
.customer_testimonials_sec__ .swiper-pagination-clickable .swiper-pagination-bullet {
  position: relative;
  margin: 0 2px;
  border-radius: 50% !important;
  background-color: transparent;
  opacity: 1;
  height: 14px !important;
  width: 14px !important;
  background-color: #c9c6b4;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.customer_testimonials_sec__ .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px !important;
  background-color: #9c9986;
  border-radius: 1rem !important;
}
.intro_sec__ .swiper-pagination {
  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;
  gap: 2.7rem;
}
.intro_sec__ .swiper-pagination-bullet {
  width: 4.9rem;
  height: 5.6rem;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 5rem;
  margin: 0 !important;
  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;
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
}
.intro_sec__ .swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
}
.arrow-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow-sec .swiper-button-next,
.arrow-sec .swiper-button-prev {
  -webkit-transform: unset;
  transform: unset;
  margin: 0;
  position: static;
  -webkit-margin-start: 16px;
  margin-inline-start: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.default_page__ {
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .default_page__ {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .default_page__ {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.default_section__ {
  padding-bottom: 65px;
  padding-top: 65px;
}
@media only screen and (max-width: 991px) {
  .default_section__ {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .default_section__ {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.section_tools_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .section_tools_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }
}
.row_modify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .row_modify {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.row_modify.with_row_gap {
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .row_modify.with_row_gap {
    row-gap: 15px;
  }
}
.row_modify.with_margin_bottom__ {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .row_modify.reverse_dir_column_small_size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.row_modify.justify_between__ {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row_modify.items_center__ {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row_modify.items_start__ {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row_modify.items_end__ {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_block_title__ {
  font-size: 1.6rem;
  font-weight: 500;
  color: #080808;
  margin-bottom: 20px;
}
.intro_sec__ {
  padding-block: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .intro_sec__ {
    padding-block: 1rem;
  }
}
.intro_sec__ .content__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .intro_sec__ .content__ {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
.intro_sec__ .swiper {
  max-width: 78.3rem;
}
.banners_sec__ {
  padding-block: 10rem;
}
@media only screen and (max-width: 991px) {
  .banners_sec__ {
    padding-block: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banners_sec__ {
    padding-block: 3rem;
  }
}
.banners_sec__ .banners_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 3rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
}
.banners_sec__ .banners_wrapper__ > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.banners_sec__ .banners_wrapper__ > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.banners_sec__ .banners_wrapper__ > :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.banners_sec__ .banners_wrapper__ > :nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 991px) {
  .banners_sec__ .banners_wrapper__ {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 0.7rem;
  }
  .banners_sec__ .banners_wrapper__ > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.banners_sec__ .image_wrapper:first-of-type {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.products_sec__ {
  padding-block: 0 10.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .products_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .products_sec__ {
    padding-block: 0 3rem;
  }
}
.products_sec__ .cards_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .products_sec__ .cards_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.7rem;
    overflow-x: scroll;
  }
  .products_sec__ .cards_wrapper__::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .products_sec__ .cards_wrapper__ {
    -ms-grid-columns: (1fr) [16rem];
    grid-template-columns: repeat(16rem, 1fr);
  }
}
.promotional_banner_sec__ {
  padding-block: 0 10.5rem;
}
.promotional_banner_sec__ .figure__ {
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .promotional_banner_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .promotional_banner_sec__ {
    padding-block: 0 3rem;
  }
}
.customer_testimonials_sec__ {
  padding-block: 0 10.5rem;
}
@media only screen and (max-width: 991px) {
  .customer_testimonials_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonials_sec__ {
    padding-block: 0 3rem;
  }
}
.customer_testimonials_sec__ .content_wrapper__ {
  background: #f8f7f0;
  padding: 9rem 8.5rem;
  padding-bottom: 19rem;
  border-radius: 5rem;
  position: relative;
  min-height: 61.3;
}
@media only screen and (max-width: 991px) {
  .customer_testimonials_sec__ .content_wrapper__ {
    padding: 5rem 3rem;
    padding-bottom: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonials_sec__ .content_wrapper__ {
    padding: 3rem 1rem;
    padding-bottom: 10rem;
  }
}
.customer_testimonials_sec__ .content_wrapper__:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6.6rem;
  height: 19.3rem;
  width: 90%;
  max-width: 132.4rem;
  background-image: url("../images/customer_testimonials/bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .customer_testimonials_sec__ .content_wrapper__:after {
    bottom: 3rem;
    height: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer_testimonials_sec__ .content_wrapper__:after {
    bottom: 1rem;
    height: 10rem;
  }
}
.benefits_sec__ {
  padding-block: 0 10.5rem;
}
@media only screen and (max-width: 991px) {
  .benefits_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_sec__ {
    padding-block: 0 3rem;
  }
}
.benefits_sec__ .cards_wrapper__ {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3.5rem;
}
@media only screen and (max-width: 991px) {
  .benefits_sec__ .cards_wrapper__ {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .benefits_sec__ .cards_wrapper__ {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.cards_sec__ {
  padding-block: 0 10.5rem;
}
@media only screen and (max-width: 991px) {
  .cards_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cards_sec__ {
    padding-block: 0 3rem;
  }
}
.cards_sec__ .cards_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media only screen and (max-width: 991px) {
  .cards_sec__ .cards_wrapper__ {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cards_sec__ .cards_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 0.7rem;
  }
}
.faq_sec__ {
  padding-block: 0 10.5rem;
}
@media only screen and (max-width: 991px) {
  .faq_sec__ {
    padding-block: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq_sec__ {
    padding-block: 0 3rem;
  }
}
.faq_sec__ .faq_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70rem 3rem 1fr;
  grid-template-columns: 70rem 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .faq_sec__ .faq_wrapper__ {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.faq_sec__ .faq_content__ {
  border-radius: 50px;
  background: var(--main-100, #f6f4e5);
  padding: 5rem 6rem;
}
@media only screen and (max-width: 991px) {
  .faq_sec__ .faq_content__ {
    padding: 3rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq_sec__ .faq_content__ {
    border-radius: 3.5rem;
  }
}
.faq_sec__ .title__ {
  color: #080808;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 991px) {
  .faq_sec__ .title__ {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq_sec__ .title__ {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.faq_sec__ .heading__ {
  color: #080808;
  font-size: 4.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .faq_sec__ .heading__ {
    margin-bottom: 1.5rem;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq_sec__ .heading__ {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.registeration_page__ {
  padding-top: 70px;
  padding-bottom: 120px;
  background-image: url("../images/shapes/registeration_page_background.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .registeration_page__ {
    padding: 20px 0;
  }
}
.shape__ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.shape__:after,
.shape__:before {
  content: "";
  position: absolute;
  width: 977px;
  border-radius: 60px;
}
.shape__:after {
  background-color: #858270;
  height: 352px;
  bottom: 158px;
  inset-inline-start: -940px;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shape__:before {
  background-color: #070707;
  height: 21px;
  inset-inline-start: -800px;
  bottom: 0;
}
.shape__.inset_inline_end_shape__:after {
  inset-inline-start: unset;
  inset-inline-end: -940px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.shape__.inset_inline_end_shape__:before {
  inset-inline-start: unset;
  inset-inline-end: -800px;
}
.register_figure__ {
  margin-bottom: 50px !important;
}
.form_label_for_info__ {
  text-align: center;
  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;
  margin-bottom: 20px;
}
.form_label_for_info__ .head__,
.form_label_for_info__ .link__ {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 0;
}
.form_label_for_info__ .link__ {
  color: #080808;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.form_label_for_info__ .link__:hover {
  text-decoration: underline;
}
.form_label_for_info__.border_wrapper__ {
  border: 1px solid #070707;
  border-radius: 10px;
  padding: 13px 10px;
}
.second_registration_title__ {
  font-size: 1.4rem;
  font-weight: 400;
  color: #052443;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.form_label_for_info_group__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.code_shapes__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: ltr;
  position: relative;
  width: 100%;
  margin-bottom: 26px;
  gap: 8px;
}
.code_shapes__ .code-input {
  text-align: center;
  width: 54px;
  height: 64px;
  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;
  border-radius: 16px;
  border: 1px solid #d5d5d5;
  font-size: 3.3rem;
  font-weight: 300;
  color: #070707;
  font-family: sans-serif;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.code_shapes__ .code-input.active {
  background-color: #070707;
  color: #fff;
}
.count_down_wrapper__ {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.count_down_wrapper__ svg g {
  stroke-dasharray: 140 350;
  stroke-width: 3;
  stroke-linecap: round;
  stroke: #707070;
  fill: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.count_down_wrapper__ .text__ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 400;
  color: #052443;
}
.registeration_title_wrapper__ {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .registeration_title_wrapper__ {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ {
    margin-bottom: 15px;
  }
}
.registeration_title_wrapper__.center .registeration_sub_title,
.registeration_title_wrapper__.center .registeration_title {
  text-align: center;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
.registeration_title_wrapper__ .registeration_title {
  font-size: 2.3rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #858270;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ .registeration_title {
    font-size: 1.8rem;
  }
}
.registeration_title_wrapper__ .registeration_title.none_margin {
  margin-bottom: 0;
}
.registeration_title_wrapper__ .registeration_title.small_margin_bottom__ {
  margin-bottom: 15px;
}
.registeration_title_wrapper__ .registeration_sub_title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #727272;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .registeration_title_wrapper__ .registeration_sub_title {
    font-size: 1.2rem;
  }
}
.verification_mail_title__ {
  font-size: 1.4rem;
  font-weight: 300;
  color: #052443;
  text-align: center;
}
.page_head__ {
  background: #faf9f8;
  margin-bottom: 2.5rem;
}
.page_head__ .head_content__ {
  padding-inline: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 991px) {
  .page_head__ .head_content__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 1rem;
  }
}
.page_head__ .breadcrumb__ {
  margin: 0;
}
.page_head__ .links_wrapper__ {
  position: relative;
  gap: 0;
}
.page_head__ .links_wrapper__ span {
  display: block;
  margin-inline: 1.2rem;
  background: #e9e9e9;
  width: 1px;
  height: 2.4rem;
}
.single_product_page__ {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .single_product_page__ {
    padding-bottom: 2rem;
  }
}
.single_product_page__ .links_wrapper__ {
  margin: 0 !important;
}
.single_product_page__ .content_layout__ {
  padding-inline: 8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media only screen and (max-width: 1199px) {
  .single_product_page__ .content_layout__ {
    padding-inline: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .single_product_page__ .content_layout__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 0;
  }
}
.single_product_page__ .content_layout__ > div {
  min-width: 100%;
}
.single_product_page__ .slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 5rem;
}
@media only screen and (max-width: 991px) {
  .single_product_page__ .slider_wrapper {
    position: static !important;
  }
}
.single_product_page__ .slider_wrapper .mySwiper2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single_product_page__ .slider_wrapper .mySwiper {
  -webkit-box-flex: 0.25;
  -ms-flex: 0.25;
  flex: 0.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single_product_page__ .main_image_wrapper {
  border-radius: 3.5rem;
  overflow: hidden;
}
.single_product_page__ .main_image_wrapper .figure__ {
  padding-bottom: 133.5456%;
}
.single_product_page__ .thumbnail_image_wrapper {
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.single_product_page__ .thumbnail_image_wrapper .figure__ {
  padding-bottom: 126.0869%;
}
.product_details_wrapper .block_wrapper {
  border-bottom: 1px solid var(--line, #e9e9e9);
  padding-block: 2.4rem;
}
.product_details_wrapper .block_wrapper .block_title__ {
  color: #413f33;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.product_details_wrapper .block_wrapper.collapse_block__ .head__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #413f33;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  margin-bottom: 3.2rem;
  cursor: pointer;
}
.product_details_wrapper .block_wrapper.collapse_block__ .card-body {
  border: 0;
}
.product_details_wrapper .block_wrapper:first-of-type {
  padding-top: 0;
}
.product_details_wrapper .block_wrapper:last-of-type {
  padding-bottom: 0;
  border: 0;
}
.product_details_wrapper .product_rate_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.product_details_wrapper .product_rate_wrapper__ svg {
  width: 22px !important;
}
.product_details_wrapper .product_rate_wrapper__ .count__ {
  color: var(--Secondary, #696c70);
  font-family: "ItfGhroob Geometric";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.product_details_wrapper .category__ {
  color: var(--Secondary2, #a0a0a0);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.product_details_wrapper .main_title__ {
  color: var(--On-Surface, #1f1f1f);
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.product_details_wrapper .rate__ svg {
  width: 22px;
  height: 22px;
}
.product_details_wrapper .parag__ {
  color: var(--Secondary, #696c70);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  margin-block: 2rem;
}
.product_details_wrapper .parag__.main__ {
  max-width: 56.6rem;
}
.product_details_wrapper .links_wrapper__ {
  margin-bottom: 2rem;
  gap: 4.8rem !important;
}
@media only screen and (max-width: 991px) {
  .product_details_wrapper .links_wrapper__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 !important;
  }
}
.product_details_wrapper .price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.product_details_wrapper .price_wrapper .title__ {
  color: var(--On-Surface, #1f1f1f);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.product_details_wrapper .price_wrapper .price_num__ {
  color: var(--On-Surface, #1f1f1f);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
  text-transform: capitalize;
}
.product_details_wrapper .price_wrapper .discount__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.product_details_wrapper .price_wrapper .discount__:before {
  content: "";
  background: #d9d9d9;
  width: 1px;
  height: 1.6rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  display: block;
}
.product_details_wrapper .price_wrapper .discount__ .discount_perc__ {
  direction: ltr;
  color: var(--On-Surface, #1f1f1f);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  border-radius: 3.6rem;
  background: var(--main-100, #f6f4e5);
}
.product_details_wrapper .price_wrapper .discount__ .discount_price__ {
  color: var(--Secondary2, #a0a0a0);
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: line-through;
}
.product_details_wrapper .count_parag__ {
  color: var(--Black-300, #999);
  font-family: "ItfGhroob Geometric";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.product_details_wrapper .radio_wrapper .title__ {
  color: var(--On-Surface, #1f1f1f);
  font-family: "ItfGhroob Geometric";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.product_details_wrapper .cart_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.product_details_wrapper .sec_title__ {
  color: var(--main-900, #413f33);
  font-family: "ItfGhroob Geometric";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.product_details_wrapper .sec_parag__ {
  color: var(--Black-500, #666);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.product_details_wrapper .list__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--Black-500, #666);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  gap: 1rem;
  margin-bottom: 2rem;
}
.product_details_wrapper .list__ .li__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_details_wrapper .list__ .li__:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-900, #666);
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.product_details_wrapper table {
  width: 100%;
}
.product_details_wrapper table tr {
  height: 4.8rem;
}
.product_details_wrapper table tr:nth-of-type(2n) {
  background: var(--Surface, #f7f7f7);
}
.product_details_wrapper table.product_features_table__ tr:nth-of-type(odd) {
  background: var(--Surface, #f7f7f7);
}
.product_details_wrapper table.product_features_table__ tr:nth-of-type(even) {
  background: transparent;
}
.product_details_wrapper table td {
  padding: 1.2rem 4rem;
  color: var(--main-900, #413f33);
  font-family: "ItfGhroob Geometric";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .product_details_wrapper table td {
    padding: 1.2rem 2rem;
  }
}
.product_details_wrapper table td:first-of-type {
  font-weight: 500;
}
.product_details_wrapper table svg {
  width: 19px !important;
  height: 19px !important;
}
.product_details_wrapper table .number__ {
  color: var(--main-900, #413f33);
  font-size: 1.6rem;
  font-weight: 400;
}
.product_details_wrapper .comments_sec__ .header__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.product_details_wrapper .comments_sec__ .header__ .title__ {
  color: var(--main-900, #413f33);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.product_details_wrapper .comments_sec__ .header__ .main_sec_title__ {
  margin-bottom: 0;
}
.description_cards_wrapper__ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 991px) {
  .description_cards_wrapper__ {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .description_cards_wrapper__ {
    gap: 1rem;
  }
}
.description_card .icon__ {
  margin-bottom: 1.6rem;
}
.description_card .title__ {
  color: var(--main-900, #413f33);
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .description_card .title__ {
    font-size: 1.8rem;
  }
}
.description_card .card_parag__ {
  color: var(--Black-500, #666);
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .description_card .card_parag__ {
    font-size: 1.6rem;
  }
}
.filter_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}
.filter_wrapper__ .title__ {
  color: var(--main-900, #413f33) !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.filter_wrapper__ .select__ {
  min-width: 14rem !important;
}
.comment_card {
  border-bottom: 1px solid var(--line, #e9e9e9);
  padding-bottom: 2.4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .comment_card {
    margin-bottom: 2rem;
  }
}
.comment_card .head__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: unset !important;
  -ms-flex-pack: unset !important;
  justify-content: unset !important;
  margin-bottom: 1.2rem !important;
}
.comment_card .image_wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 5.2rem;
  height: 5.2rem;
  -webkit-margin-end: 2rem;
  margin-inline-end: 2rem;
}
.comment_card .image_wrapper .figure__ {
  padding-bottom: 100%;
}
.comment_card .flex_wrapper__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.comment_card .flex_wrapper__ .dash__ {
  font-size: 1.4rem;
  color: #b2b2b2;
}
.comment_card .flex_wrapper__ .dash__.title__ {
  color: var(--line, #e9e9e9);
}
.comment_card .name__ {
  color: var(--main-900, #413f33);
  font-family: "ItfGhroob Geometric";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.comment_card .rate__ svg {
  width: 20px !important;
  height: 20px !important;
}
.comment_card .size__ {
  color: var(--Secondary2, #a0a0a0);
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.comment_card .date__ {
  color: var(--Secondary2, #a0a0a0);
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.comment_card .comment_parag__ {
  color: var(--main-900, #413f33);
  font-size: 16px;
  font-weight: 400;
}
.comment_form .title__ {
  color: var(--main-900, #413f33);
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2.4rem;
}
.product-slide .product-img.hover-item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 476 / 570;
  margin: 0;
  padding: 0;
  border-radius: 5px 5px 0 0;
  /* background-color: #f3f3f3; */
}
.product-slide .product-img.hover-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 575px) {
  .product-slide .product-img.hover-item {
    aspect-ratio: 476 / 570;
  }
}

.cart-block .counter-div .inner-inputs span.minus,
.cart-block .counter-div .inner-inputs span.plus {
  cursor: pointer;
}

.payment-wizard .accordion .card .checkout-step-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 24px;
  cursor: pointer;
}

.payment-wizard .accordion .card .checkout-step-title h4 {
  margin: 0;
}

.payment-wizard .accordion .card .checkout-address-toggle {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #858270;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.payment-wizard .accordion .card .checkout-address-toggle svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.payment-wizard .accordion .card .checkout-address-toggle.is-open svg {
  transform: rotate(0);
}

.payment-wizard .accordion .card .checkout-address-item--hidden {
  display: none;
}

.payment-wizard .accordion .card .payment-hidden-2 {
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-inline-end: 6px;
}

.payment-wizard .accordion .card .payment-hidden-2::-webkit-scrollbar {
  width: 4px;
}

.payment-wizard .accordion .card .payment-hidden-2::-webkit-scrollbar-thumb {
  background-color: rgba(133, 130, 112, 0.45);
  border-radius: 10px;
}

.payment-wizard .accordion .card .checkout-next-payment {
  margin-top: 20px;
}

.products-pg-sec .row.justify-content-center > nav {
  width: 100%;
  margin: 30px 0;
}

.products-pg-sec .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.products-pg-sec .pagination .page-link {
  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;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px !important;
  background-color: #ffffff;
  color: #707070;
  line-height: 1;
  text-decoration: none;
}

.products-pg-sec .pagination .page-item.active .page-link,
.products-pg-sec .pagination .page-item:hover .page-link,
.products-pg-sec .pagination .page-item:focus .page-link {
  border-color: #858270;
  background-color: #858270;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.products-pg-sec .pagination .page-item.disabled .page-link {
  background-color: #f2f2f2;
  color: #b1b1b1;
  cursor: not-allowed;
}

@media only screen and (max-width: 575px) {
  .products-pg-sec .row.justify-content-center > nav {
    margin: 20px 0 0;
  }

  .products-pg-sec .pagination {
    gap: 6px;
  }

  .products-pg-sec .pagination .page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
  }
}

.products-pg-sec .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 22px;
}

.products-pg-sec .pagination .page-item {
  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;
}

.products-pg-sec .pagination .page-link {
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #707070;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.products-pg-sec .pagination .page-item.active .page-link,
.products-pg-sec .pagination .page-item:hover .page-link,
.products-pg-sec .pagination .page-item:focus .page-link {
  border-color: transparent;
  background-color: transparent;
  color: #525252;
}

.products-pg-sec .pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #b1b1b1;
}

.product_details_wrapper .sizes_radio_group__ {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_details_wrapper .sizes_radio_group__ .text__ {
  width: auto;
  min-width: 4.8rem;
  height: 4.8rem;
  padding: 1.1rem 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

.product_details_wrapper .colors_radio_group__ {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_details_wrapper .colors_radio_group__ .text__ {
  white-space: nowrap;
}

/* Color swatches: keep white colors visible on white backgrounds. */
.product_details_wrapper .colors_radio_group__ .squere__ {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.product_details_wrapper .colors_radio_group__ .squere__:before {
  border-color: rgba(0, 0, 0, 0.12);
}

.product_details_wrapper .colors_radio_group__ label:has(input[type="radio"]:checked) .squere__ {
  border-color: #6e6c5b;
  -webkit-box-shadow: 0 0 0 2px rgba(110, 108, 91, 0.14);
          box-shadow: 0 0 0 2px rgba(110, 108, 91, 0.14);
}
