/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/woo.scss ***!
  \***********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/woo.scss (1) ***!
  \***************************************************************************************************************/
body {
  color: #222222;
}

/* Declared text styles*/
.h1Size,
.h2Size,
.h3Size,
.h4Size,
.h5Size,
.h6Size,
.h7Size,
.h8Size,
.p18,
.p16,
.p14,
.p12,
.num,
.num *,
.h1Size *,
.h1Size strong,
.h2Size *,
.h3Size *,
.h4Size *,
.h5Size *,
.h6Size *,
.h7Size *,
.h8Size *,
.p18 *,
.p16 *,
.p14 *,
.p12 * {
  /* Font minimum, preferred and maximum value */
  font-size: clamp(var(--min), var(--val), var(--max));
}

.lh-1 {
  line-height: 160%;
}

.lh-2 {
  line-height: 135%;
}

.lh-3 {
  line-height: 110%;
}

/* Font size variables */
.num {
  --max: 6.25rem;
  --val: 5.2vw;
  --min: 2.5rem;
}

.h1Size {
  --max: 3.625rem;
  --val: 3.02vw; /* preferred value = 5% viewport width */
  --min: 1.8rem; /* minmum value */
}

.h2Size {
  --max: 3.38rem;
  --val: 2.8vw;
  --min: 1.75rem;
}

.h3Size {
  --max: 3rem;
  --val: 2.5vw;
  --min: 1.6rem;
}

.h4Size {
  --max: 2.5rem;
  --val: 2.1vw;
  --min: 1.5rem;
}

.h5Size {
  --max: 2rem;
  --val: 1.7vw;
  --min: 1.25rem;
}

.h6Size {
  --max: 1.75rem;
  --val: 1.46vw;
  --min: 1.2rem;
}

.h7Size {
  --max: 1.5rem;
  --val: 1.25vw;
  --min: 1.1rem;
}

.h8Size {
  --max: 1.25rem;
  --val: 1.04vw;
  --min: 1rem;
}

.p18 {
  --max: 1.125rem;
  --val: 0.94vw;
  --min: 1rem;
}

.p16 {
  --max: 1rem;
  --val: 1rem;
  --min: 1rem;
}

.p14 {
  --max: 0.875rem;
  --val: 0.875rem;
  --min: 0.875rem;
}

.p12 {
  --max: 0.75rem;
  --val: 0.75rem;
  --min: 0.75rem;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

@media (-webkit-device-pixel-ratio: 1.5) {
  * {
    font-size: 12px;
  }
}
.shop {
  display: flex;
}
.shop .orderby {
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0), linear-gradient(90deg, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px), calc(100% - 2em) 0.5em;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  border: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 8px;
  color: black;
}
.shop .orderby option {
  color: black;
}
.shop .page-title,
.shop .woocommerce-result-count,
.shop .woocommerce-ordering {
  display: none;
}
.shop__content {
  width: 79%;
  padding: clamp(24px, 3.33vw, 64px);
}
.shop__content .woocommerce-loop-category__title {
  text-align: center;
}
.shop__content .woocommerce-loop-category__title .count {
  display: none;
}
.shop__content .products-navigation .woocommerce-ordering select {
  font-weight: 500 !important;
}
.shop .wc-backward {
  color: white !important;
  background-color: #385B75 !important;
  border: 1px solid #385B75 !important;
  padding: 16px 24px !important;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
.shop .wc-backward:hover {
  background-color: #222222 !important;
}
.shop mark.order-number,
.shop mark.order-date,
.shop mark.order-status {
  background-color: transparent;
  font-weight: bold;
}
.shop .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.shop .related.products ul {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .shop {
    position: relative;
  }
  .shop__upperCategories {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
  }
  .shop__upperCategories img {
    height: 42px;
  }
  .shop__upperCategories .title {
    font-size: 10px;
  }
  .shop__content {
    width: 100%;
  }
  .shop__content .woocommerce-breadcrumb {
    flex-wrap: wrap;
    font-weight: 500 !important;
    font-size: 12px !important;
  }
  .shop__content .woocommerce-breadcrumb .breadcrumb-item, .shop__content .woocommerce-breadcrumb a {
    font-size: 12px;
  }
  .shop__sidemenu {
    width: calc(100% - 64px);
    position: fixed;
    background-color: white;
    padding-left: 16px;
    top: 100px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding-bottom: 32px;
    padding-top: 16px;
    box-shadow: 4px 4px 4px rgba(39, 39, 39, 0.201);
    z-index: 2;
    display: none;
  }
  .shop__sidemenu form {
    padding-bottom: 32px;
  }
}
.headerShop {
  width: 100%;
  aspect-ratio: 5/1;
  background-size: cover;
  background-color: #F9FBFC;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: clamp(60px, 4.687vw, 90px);
  display: flex;
  align-items: center;
}
.headerShop h1 {
  color: white;
  font-weight: 600;
  padding-left: clamp(24px, 4vw, 64px);
}

@media only screen and (min-width: 2000px) {
  .headerShop {
    height: 450px;
  }
}
@media only screen and (max-width: 576px) {
  .headerShop h1 {
    font-size: 18px;
  }
}
.shop__sidemenu {
  width: 21%;
  padding: clamp(24px, 3.33vw, 64px);
}
.shop__sidemenu h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.shop__sidemenu h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
.shop__menu-categories {
  list-style: none;
}
.shop__menu-categories li {
  margin-bottom: 1em;
  list-style: none;
}
.shop__menu-categories li label {
  color: #222222;
  transition: all 0.4s ease-in-out;
}
.shop__menu-categories li label:hover {
  color: #385B75;
}
.shop__menu-categories li label, .shop__menu-categories li label input[type=checkbox] {
  cursor: pointer;
}
.shop__menu-categories li span {
  font-weight: 500;
}
.shop__menu-categories input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #181823;
  border-radius: 2px !important;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25em;
  position: relative;
  top: 2px;
  transition: all 0.2s ease-in-out;
}
.shop__menu-categories input[type=checkbox]:checked {
  background-color: #385B75;
  border-color: #385B75;
}
.shop__menu-categories .parent-category .showCat {
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-left: 0.5em;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.shop__menu-categories .parent-category .showCat.active {
  transform: rotate(180deg);
}
.shop__menu-categories .parent-submenu {
  margin-top: 1em;
  list-style: none;
  display: none;
  padding-left: 1em;
  flex-direction: column;
}
.shop__menu-categories .parent-submenu.active {
  display: flex;
}
.shop .wooSlider {
  width: 240px;
  padding-top: 2em;
  padding-bottom: 1.5em;
}
.shop .wooSlider h2 {
  margin-bottom: 1em;
}
.shop .wooSlider .slider-container {
  width: 100%;
  height: 3px;
  position: relative;
  background: #CCCCCC;
  border-radius: 5px;
}
.shop .wooSlider .slider-container .price-slider {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #222222;
}
.shop .wooSlider .range-price {
  position: relative;
}
.shop .wooSlider .range-price input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -4px;
  pointer-events: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.shop .wooSlider .range-price input[type=range]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border-radius: 70%;
  background: #CCCCCC;
  background: #222222;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.shop .wooSlider .range-price input[type=range]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border-radius: 70%;
  background: #CCCCCC;
  background: #222222;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.shop .submit {
  margin-top: 3em;
  border: none;
  border-radius: 8px;
}

.shop__menu-icon {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .shop .wooSlider {
    width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .shop__sidemenu {
    width: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .shop__sidemenu {
    width: 35%;
  }
}
@media only screen and (max-width: 576px) {
  .shop {
    position: relative;
  }
  .shop__sidemenu {
    width: calc(100% - 80px);
    position: fixed;
    background-color: white;
    padding-left: 16px;
    top: 100px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding-bottom: 32px;
    padding-top: 16px;
    box-shadow: 4px 4px 4px rgba(39, 39, 39, 0.201);
    z-index: 2;
    transition: all 0.4s linear;
    left: -100%;
    display: none;
  }
  .shop__sidemenu form {
    padding-bottom: 32px;
  }
  .shop__sidemenu::-webkit-scrollbar-track {
    background: white;
  }
  .shop__sidemenu.active {
    left: 0;
  }
  .shop__menu-icon {
    width: 64px;
    height: 64px;
    content: "";
    background-color: white;
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    box-shadow: 4px 4px 4px rgba(39, 39, 39, 0.201);
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .shop__menu-icon img {
    object-position: center;
    object-fit: contain;
    width: 44px;
    height: auto;
  }
  .shop__menu-icon.active {
    left: calc(100vw - 80px);
  }
}
.shop__content {
  width: 79%;
  background-color: #F9FBFC;
}
.shop__content .products-navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(24px, 4.687vw, 60px);
}
.shop__content .products-navigation .woocommerce-breadcrumb {
  font-weight: 700;
  color: #222222;
  display: flex;
  gap: 12px;
}
.shop__content .products-navigation .woocommerce-breadcrumb a {
  font-weight: 500;
  color: #385B75;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.shop__content .products-navigation .woocommerce-breadcrumb a:hover {
  border-bottom: 1px solid #385B75;
}
.shop__content .products-navigation .woocommerce-ordering {
  display: block;
}
.shop__content .products-navigation .woocommerce-ordering select {
  font-weight: 500 !important;
  background-color: transparent;
  border: none;
}
.shop__content .products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 3.5%;
}
.shop__content .products .product {
  width: 22%;
  margin-bottom: clamp(32px, 5.21vw, 100px);
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop__content .products .product img {
  transition: all 0.2s linear;
  transform-origin: center;
  width: 100%;
  height: auto;
  object-fit: contain;
  background-color: white;
  aspect-ratio: 1/1;
}
.shop__content .products .product:hover img {
  transform: scale(1.05);
}
.shop__content .products .product * {
  color: #222222;
}
.shop__content .products .product .star-rating {
  display: none;
}
.shop__content .products .product .woocommerce-loop-product__title {
  margin-bottom: 0.5em;
}
.shop__content .products .product .price * {
  font-size: 1.25rem;
}
.shop__content .products .product .onsale {
  background: #385B75;
  color: white;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 15px;
  border-radius: 5px;
  left: 15px;
  z-index: 1;
  font-weight: 600;
}
.shop__content .products .product h2 {
  margin-top: 1.25em;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 110%;
}
.shop__content .products .product .custom-btns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: clamp(32px, 2.08vw, 40px);
}
.shop__content .products .product .custom-btns a {
  color: white;
  max-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop__content .products .product .custom-btns .custom-product-link {
  flex: 1;
}
.shop__content .products .product .custom-btns .custom-add-to-cart {
  min-width: auto;
}
.shop__content .products .product .custom-btns .custom-add-to-cart svg {
  height: clamp(18px, 1.25vw, 24px);
}
.shop__content .products .product .custom-btns .added_to_cart {
  color: #222;
}
.shop__content .products .product .price del, .shop__content .products .product .price ins, .shop__content .products .product .price bdi {
  color: #757575;
}
.shop__content .products .product .price del *, .shop__content .products .product .price ins *, .shop__content .products .product .price bdi * {
  color: #757575;
  font-size: clamp(16px, 1.04vw, 20px);
}
.shop__content .products .product .price ins {
  font-weight: 700;
  text-decoration: none;
}
.shop__content .woocommerce-loop-category__title {
  text-align: center;
}
.shop__content .woocommerce-loop-category__title .count {
  display: none;
}
.shop__content .woocommerce-pagination ul {
  display: flex;
  justify-content: flex-end;
  gap: 0.75em;
}
.shop__content .woocommerce-pagination ul li {
  list-style: none;
}
.shop__content .woocommerce-pagination ul li a,
.shop__content .woocommerce-pagination ul li span {
  margin-right: 0.5em;
  padding: 0.5em 1em;
  color: #737373;
  font-weight: 500;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #385B75;
  font-size: 16px;
  min-width: 41px;
  transition: all 0.4s ease-in-out;
}
.shop__content .woocommerce-pagination ul li a:hover {
  background-color: #385B75;
  color: white;
}
.shop__content .woocommerce-pagination ul li .current {
  color: white;
  padding: 0.5em 1em;
  background-color: #385B75;
}

@media only screen and (max-width: 1600px) {
  .shop__content .products .product .custom-btns {
    gap: 12px;
  }
  .shop__content .products .product .custom-btns .custom-product-link {
    padding: 12px;
    font-size: 16px;
    min-width: auto;
  }
  .shop__content .products .product .custom-btns .custom-add-to-cart {
    padding: 12px;
  }
}
@media only screen and (max-width: 1400px) {
  .shop__content .products .product .custom-btns .custom-product-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .shop__content .products .product {
    width: 48%;
  }
  .shop__content {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .products-navigation {
    flex-direction: column;
    gap: 24px;
  }
  .products-navigation .woocommerce-ordering {
    align-self: flex-end;
  }
  .shop__content {
    width: 65%;
  }
  .shop .products .product {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .shop__content {
    width: 100%;
  }
  .shop__content .products-navigation .woocommerce-breadcrumb {
    gap: 8px;
  }
  .shop__content .products {
    width: 100%;
  }
  .shop__content .products .product {
    margin-bottom: 2em;
  }
  .shop__content .products .product h2 {
    margin-top: 0.5em;
  }
  .shop__content .products .product .woocommerce-loop-product__title {
    margin-bottom: 0.5em;
  }
  .shop__content .products .product .title {
    font-size: 14px;
  }
}
.shop__upperCategories {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  padding: 32px 64px 0px;
  padding-right: calc(64px + 3%);
}
.shop__upperCategories a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop__upperCategories a img {
  height: 52px;
  width: auto;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
}
.shop__upperCategories a .title {
  margin-top: 0.5em;
  text-align: center;
  color: #222222;
  transition: all 0.2s ease-in-out;
}
.shop__upperCategories a:hover img, .shop__upperCategories a.active img {
  transform: scale(1.05);
}
.shop__upperCategories a:hover .title, .shop__upperCategories a.active .title {
  color: #385B75;
}

.woo__content {
  width: 100%;
  padding: clamp(24px, 4.68vw, 90px);
}
.woo__content .woocommerce-cart-form table,
.woo__content .cart_totals table {
  border-color: #385B75;
  border-radius: 0;
  border-top: 0;
}
.woo__content .woocommerce-cart-form table th,
.woo__content .cart_totals table th {
  font-weight: 500;
  border-top: 1px solid #385B75 !important;
}
.woo__content .woocommerce-cart-form table td,
.woo__content .cart_totals table td {
  border-top: 1px solid #385B75 !important;
}
.woo__content .woocommerce-cart-form table td a,
.woo__content .cart_totals table td a {
  color: #385B75;
  font-weight: 700;
}
.woo__content .woocommerce-cart-form table td .quantity input,
.woo__content .cart_totals table td .quantity input {
  border: 1px solid #385B75;
  border-radius: 0;
  padding: 0.5em;
}
.woo__content .woocommerce-cart-form #coupon_code {
  padding: 10px !important;
  min-width: 240px;
  border-radius: 8px;
  border: none;
  border: 1px solid #222222;
}
.woo__content .woocommerce-cart-form button {
  background-color: #222222 !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 16px 24px !important;
}
.woo__content .cart_totals .wc-proceed-to-checkout a {
  color: white;
  background-color: #385B75;
  border: 1px solid #385B75;
  padding: 16px 24px;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
.woo__content .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #222222;
}
.woo__content .cross-sells h2 {
  margin-bottom: 1em;
  height: 55px;
}
.woo__content .cross-sells ul.products .product img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.woo__content .cross-sells ul.products .product .onsale {
  background: #385b75;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  left: 15px;
  padding: 0.25em 0.5em;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  z-index: 1;
  font-size: 12px;
  width: 120px;
}
.woo__content .cross-sells ul.products .product .custom-btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.woo__content .cross-sells ul.products .product .custom-btns .custom-product-link {
  background-color: transparent;
}
.woo__content .cross-sells ul.products .product .custom-btns .custom-product-link:hover {
  background-color: #385B75;
}
.woo__content .cross-sells ul.products .product .custom-btns .custom-add-to-cart {
  height: 68px;
}
.woo__content .cross-sells ul.products .product .custom-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) {
  .woocommerce .cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 64px;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .woocommerce-cart-form .coupon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce-cart-form .coupon {
    gap: 12px;
  }
  .woocommerce-cart-form .coupon input,
  .woocommerce-cart-form .coupon button {
    width: 100% !important;
  }
  .woocommerce .cart-collaterals .cross-sells {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells .products {
    margin-top: 48px;
  }
  .woocommerce .cart-collaterals .cross-sells .products .product {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells .products .product img {
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .woocommerce .cart-collaterals .cross-sells .products .product .onsale {
    height: 38px;
  }
}
.woocommerce-checkout input,
.woocommerce-checkout select.payment_box,
.woocommerce-checkout textarea {
  padding: 0.5em;
  border: none;
  border: 1px solid #385B75;
}
.woocommerce-checkout .select2-selection.select2-selection--single {
  border: none;
  border: 1px solid #385B75;
  border-radius: 0;
}
.woocommerce-checkout .select2-results__options li {
  list-style: none;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 3em;
}

#order_review table {
  border-color: #385B75;
  border-radius: 0;
  border-top: 0;
  border-collapse: collapse;
}
#order_review table th {
  font-weight: 500;
  border-top: 1px solid #385B75 !important;
  border-right: 1px solid #385B75 !important;
}
#order_review table td {
  border-top: 1px solid #385B75 !important;
  border-right: 1px solid #385B75 !important;
}
#order_review table td a {
  color: #385B75;
  font-weight: 700;
}
#order_review table td .quantity input {
  border: 1px solid #385B75;
  border-radius: 0;
  padding: 0.5em;
}

#payment.woocommerce-checkout-payment {
  border-radius: 0;
  background: #F9FBFC;
}
#payment.woocommerce-checkout-payment li {
  list-style: none;
}
#payment.woocommerce-checkout-payment p a {
  color: #385B75;
  font-weight: 600;
  text-decoration: underline;
}
#payment.woocommerce-checkout-payment .payment_box {
  background-color: #CFD6DB !important;
}
#payment.woocommerce-checkout-payment .payment_box::before {
  border-bottom: 1em solid #CFD6DB !important;
}
#payment.woocommerce-checkout-payment button {
  margin-top: 32px;
  color: white !important;
  background-color: #385B75 !important;
  border: 1px solid #385B75 !important;
  padding: 16px 24px !important;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
#payment.woocommerce-checkout-payment button:hover {
  background-color: #222222 !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 1em;
}
.woocommerce-order .woocommerce-thankyou-order-details strong {
  color: #385B75;
}
.woocommerce-order h2 {
  font-size: clamp(1.25rem, 1.7vw, 2rem);
  margin-top: 0.5em;
  font-weight: 500;
}
.woocommerce-order .woocommerce-order-details table {
  border-collapse: collapse;
  margin-top: 1em;
}
.woocommerce-order .woocommerce-order-details table a {
  font-weight: 600;
  color: #385B75;
  text-decoration: underline;
}
.woocommerce-order .woocommerce-order-details table, .woocommerce-order .woocommerce-order-details th, .woocommerce-order .woocommerce-order-details td {
  padding: 0.5em;
  border: none;
  border: 1px solid #385B75;
}

.woocommerce-customer-details address {
  border: 1px solid #385B75 !important;
  padding: 0.5em !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 576px) {
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 1em;
    border-right: none;
  }
}
#customer_login {
  display: flex;
  flex-wrap: wrap;
}
#customer_login h2 {
  font-size: clamp(1.25rem, 1.7vw, 2rem);
  font-weight: 500;
}
#customer_login .u-column1,
#customer_login .u-column2 {
  width: 100%;
}

.woocommerce-form-login,
.woocommerce-form-register {
  border: 1px solid #385B75 !important;
  border-radius: 0 !important;
}
.woocommerce-form-login label,
.woocommerce-form-register label {
  font-weight: 500;
}
.woocommerce-form-login input,
.woocommerce-form-register input {
  border: none;
  padding: 0.5em;
  border: 1px solid #385B75;
  box-shadow: none;
  margin-bottom: 0.5em !important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-form-register .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-form-register .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked,
.woocommerce-form-register .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked {
  background-color: #385B75;
}
.woocommerce-form-login .form-row:nth-child(3),
.woocommerce-form-register .form-row:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-form-login button,
.woocommerce-form-register button {
  color: white !important;
  background-color: #385B75 !important;
  border: 1px solid #385B75 !important;
  padding: 16px 24px !important;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
.woocommerce-form-login button:hover,
.woocommerce-form-register button:hover {
  background-color: #222222 !important;
}
.woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce-form-login .woocommerce-privacy-policy-text a,
.woocommerce-form-register .woocommerce-LostPassword a,
.woocommerce-form-register .woocommerce-privacy-policy-text a {
  margin-top: 1em;
  text-decoration: underline;
  font-weight: 600;
  color: #385B75;
}
.woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 2em;
}

.woocommerce-form-login__rememberme {
  display: flex !important;
  gap: 8px;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .woocommerce-form-login .form-row:nth-child(3) button,
  .woocommerce-form-register .form-row:nth-child(3) button {
    margin-top: 32px;
  }
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin-top: 1em;
  }
  .woocommerce form.checkout_coupon .woocommerce-privacy-policy-text, .woocommerce form.login .woocommerce-privacy-policy-text, .woocommerce form.register .woocommerce-privacy-policy-text {
    margin-top: 1em;
  }
}
.shop .woocommerce-ResetPassword {
  border: 1px solid #385B75;
  padding: 20px;
}
.shop .woocommerce-ResetPassword p:first-child {
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  margin-bottom: 2em;
}
.shop .woocommerce-ResetPassword label {
  font-weight: 500;
}
.shop .woocommerce-ResetPassword input {
  border: none;
  padding: 0.5em;
  border: 1px solid #385B75;
  box-shadow: none;
  margin-bottom: 0.5em !important;
}
.shop .woocommerce-ResetPassword button {
  color: white !important;
  background-color: #385B75 !important;
  border: 1px solid #385B75 !important;
  padding: 16px 24px !important;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
.shop .woocommerce-ResetPassword button:hover {
  background-color: #222222 !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 2em;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
.woocommerce-MyAccount-navigation ul li {
  display: flex;
  width: fit-content;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 3px solid #385B75;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  color: #385B75;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(1rem, 1vw, 1.25rem);
}

.woocommerce-MyAccount-content p a {
  color: #385B75;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  border-radius: 0 !important;
  border: 1px solid #385B75 !important;
  border-collapse: collapse !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
  border: 1px solid #385B75 !important;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders a {
  background-color: #385B75;
  color: white;
}
.woocommerce-MyAccount-content form input,
.woocommerce-MyAccount-content form select.payment_box,
.woocommerce-MyAccount-content form textarea {
  padding: 0.5em;
  border: none;
  border: 1px solid #385B75;
}
.woocommerce-MyAccount-content form .select2-selection.select2-selection--single {
  border: none;
  border: 1px solid #385B75;
  border-radius: 0;
}
.woocommerce-MyAccount-content form .select2-results__options li {
  list-style: none;
}
.woocommerce-MyAccount-content header {
  margin-bottom: 2em;
}
.woocommerce-MyAccount-content .edit {
  text-decoration: underline;
  color: #385B75;
  margin-bottom: 1em;
  font-weight: 600;
}
.woocommerce-MyAccount-content fieldset {
  padding: 12px;
  margin-top: 2em;
  border-color: #385B75;
}
.woocommerce-MyAccount-content fieldset legend {
  font-weight: 600;
  color: #385B75;
  padding: 0 0.5em;
}
.woocommerce-MyAccount-content button {
  margin-top: 2em !important;
  color: white !important;
  background-color: #385B75 !important;
  border: 1px solid #385B75 !important;
  padding: 16px 24px !important;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  font-size: clamp(16px, 1.1vw, 18px);
  min-width: 194px;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  border-radius: 8px;
}
.woocommerce-MyAccount-content button:hover {
  background-color: #222222 !important;
}

@media only screen and (max-width: 800px) {
  .woocommerce-MyAccount-navigation ul {
    gap: 1.25rem;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .woocommerce-MyAccount-navigation ul {
    gap: 1rem;
    justify-content: flex-start;
  }
}
.woocommerce-error {
  border: 1px solid #b81c23;
  border-top: 4px solid #b81c23;
  background-color: white;
}
.woocommerce-error::before {
  color: #b81c23;
}

.woocommerce-message {
  border: 1px solid #16a116;
  border-top: 4px solid #16a116;
  background-color: white;
}
.woocommerce-message::before {
  color: #16a116;
}

.woocommerce-info {
  border: 1px solid #1e85be;
  border-top: 4px solid #1e85be;
  background-color: white;
}
.woocommerce-info::before {
  color: #1e85be;
}
.woocommerce-info .button {
  background-color: transparent !important;
  color: #385B75 !important;
  border: 1px solid #385B75 !important;
  border-radius: 8px !important;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: #222222;
  text-decoration: underline;
}

.wc-block-components-notice-banner.is-info {
  border-color: #1e85be !important;
  background-color: #222222 !important;
}

.wc-block-components-notice-banner.is-info a {
  opacity: 1;
  color: #537fe7 !important;
  font-weight: bold;
}

.wc-block-components-notice-banner.is-success a {
  opacity: 1;
  color: #16a116 !important;
  font-weight: bold;
}

.wc-block-components-notice-banner.is-error a {
  opacity: 1;
  color: #b81c23 !important;
  font-weight: bold;
}
