body.cart .woocommerce-notices-wrapper {
  grid-row: 1;
  grid-column: 1/5;
  flex: 1 0 100%;
}
body.cart .wp-block-woocommerce-cart {
  display: none;
}
body.cart h1 {
  width: calc(100% - var(--hr));
  margin-left: auto;
  padding-top: 170px;
  padding-left: min(max(min(max(36px, 4.6875vw), 36px), 2.8125vw), 47px);
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(40px, 5.2083333333vw), 50px);
  color: #171d4f;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart h1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart h1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}
body.cart section.cart {
  padding-top: 70px;
  display: flex;
  padding-right: min(max(min(max(36px, 4.6875vw), 36px), 2.8125vw), 47px);
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart section.cart {
    flex-direction: column;
    padding-top: 90px;
    margin-bottom: 90px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart section.cart {
    flex-direction: column;
    padding-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.cart section.cart .required {
  color: red;
  text-decoration: none;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(12px, 1.5625vw), 14px);
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce {
  width: 100%;
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce {
    gap: 60px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce {
    gap: 40px;
    flex-direction: column;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form {
  flex: 1.4;
  width: 100%;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  width: 100%;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item {
  display: grid;
  row-gap: 20px;
  margin-bottom: 32px;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: auto 1fr auto auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item {
    margin-bottom: 32px;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item {
    gap: 26px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item {
    gap: 11px;
    margin-bottom: 0px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td {
  margin: 0;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-thumbnail a {
  display: inline-block;
  aspect-ratio: 1;
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-thumbnail a {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-thumbnail a {
    width: 70px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-thumbnail a img,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-subtotal .woocommerce-Price-amount.product-quantity,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-subtotal .woocommerce-Price-amount.product-quantity {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.8645833333vw), 22px);
  font-weight: 400;
  color: #4a972d;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td .woocommerce-Price-amount,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td .woocommerce-Price-amount {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.8645833333vw), 22px);
  font-weight: 300;
  color: #171d4f;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-name {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-name {
    width: 100%;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name > a,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-name > a {
  display: inline-block;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14;
  font-weight: 300;
  color: #171d4f;
  max-width: unset;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name > a,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-name > a {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-name > a,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-name > a {
    margin-bottom: 10px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-price .woocommerce-Price-amount.is-discounted,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-price .woocommerce-Price-amount.is-discounted {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-left: 0;
  padding-left: 0;
  font-size: min(max(16px, 2.8645833333vw), 22px);
  font-weight: 700;
  color: #4a972d;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity {
  grid-row: 2;
  justify-self: flex-start;
  grid-column: span 3;
  margin-bottom: 57px;
  /* Styling for quantity buttons in cart */
  /* Media queries */
  /* Hide default number input spinners */
  /* Firefox */
  /* Button styles */
  /* Mobile styles */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity {
    margin-bottom: 20px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity {
    margin-left: unset;
  }
}
@media (max-width: 480px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity {
    margin-left: unset;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-outer-spin-button,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input::-webkit-inner-spin-button,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity input::-webkit-outer-spin-button,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input[type=number],
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.input-text.qty.text,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity input.input-text.qty.text {
  max-width: 65px;
  order: 2;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 1px solid #003366; /* Replace with $color_darkBlue */
  width: 41px;
  min-width: unset;
  height: 41px;
  border-radius: 100%;
  color: #ffffff; /* Replace with $color_white */
  background-color: #003366; /* Replace with $color_darkBlue */
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  border: 1px solid #003366; /* Replace with $color_darkBlue */
  width: 41px;
  height: 41px;
  min-width: unset;
  border-radius: 100%;
  color: #003366; /* Replace with $color_darkBlue */
  padding: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button::after,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 1px;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button--minus,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button--minus {
  order: 1;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button--minus::after,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button--minus::after {
  right: 0;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button--plus,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button--plus {
  order: 3;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button--plus::after,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button--plus::after {
  left: 0;
}
@media (max-width: 480px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity input.input-text.qty.text,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-quantity .quantity .quantity__button,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity input.input-text.qty.text,
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-quantity .quantity .quantity__button {
    width: 26px;
    height: 26px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-remove {
  grid-row: 2;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item td.product-remove a.remove,
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr.cart_item td.product-remove a.remove {
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(14px, 1.8229166667vw), 18px);
  color: #171d4f;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    margin-top: clamp(20px, 5vw, 40px);
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon {
    margin-top: clamp(20px, 5vw, 40px);
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text {
  flex: 1;
  min-width: 200px;
  height: 41px;
  border: 1px solid #171d4f;
  border-radius: 30px;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text::-moz-placeholder {
  color: rgba(23, 29, 79, 0.6);
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text::placeholder {
  color: rgba(23, 29, 79, 0.6);
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text:focus {
  outline: none;
  border-color: #232c77;
  box-shadow: 0 0 0 1px rgba(23, 29, 79, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text {
    width: 100%;
    min-width: unset;
    height: 41px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .input-text {
    height: 36px;
    font-size: 13px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .button {
  height: 41px;
  padding: 0 20px;
  background-color: #171d4f;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .button:hover {
  opacity: 0.9;
  background-color: #232c77;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .coupon .button {
    height: 36px;
    font-size: 13px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .button[name=update_cart] {
  height: 41px;
  padding: 0 20px;
  background-color: #171d4f;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .button[name=update_cart]:hover {
  opacity: 0.9;
  background-color: #171d4f;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .button[name=update_cart]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .button[name=update_cart] {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.actions .button[name=update_cart] {
    height: 36px;
    font-size: 13px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals {
  flex: 1;
  padding: 40px;
  background-color: #f8f8f8;
  align-self: flex-start;
  position: sticky;
  top: calc(var(--hh) + 20px);
}
@media screen and (max-width: 1279px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals {
    width: 100%;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals > h2 {
  color: #171d4f;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(20px, 2.6041666667vw), 26px);
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals > h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals > h2 {
    margin-bottom: 30px;
  }
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 0;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td, body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.cart-subtotal td {
  text-align: right;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
  flex: 0 0 calc(50% - 20px);
  text-align: left;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
  flex: 0 0 calc(50% - 20px);
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.shipping {
  flex-direction: column;
  align-items: flex-start;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.shipping .shipping-calculator-button {
  color: #171d4f;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 34px;
  cursor: pointer;
  color: #ffffff;
  height: min(max(min(max(53px, 6.9010416667vw), 53px), 4.140625vw), 67px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(max(min(max(16px, 2.0833333333vw), 18px), 1.40625vw), 18px);
  font-weight: 600;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border: 1px solid #171d4f;
  transition: all 0.3s ease-in-out;
  background-color: #171d4f;
  text-decoration: none;
}
body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  background-color: #4a972d;
  color: #171d4f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  body.cart div[data-block-name="woocommerce/classic-shortcode"].woocommerce div.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    margin: 0 auto;
  }
}
body.cart .wp-block-woocommerce-empty-cart-block h2 {
  color: #171d4f;
  text-align: center;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(30px, 3.90625vw), 40px);
}
body.cart .wp-block-woocommerce-empty-cart-block h2::before {
  display: none;
}
body.cart form.woocommerce-cart-form table.shop_table thead {
  display: none;
}
body.cart .woocommerce-Price-amount {
  font-weight: 700;
}

div.cart_totals table.shop_table,
form.woocommerce-cart-form table.shop_table td,
form.woocommerce-cart-form table.shop_table {
  border: none !important;
}

form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item:last-child::after,
form.woocommerce-cart-form table.shop_table tbody tr.cart_item:last-child::after {
  display: none;
}
form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item::after,
form.woocommerce-cart-form table.shop_table tbody tr.cart_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #171d4f;
  bottom: 0;
  opacity: 0.4;
  left: 0;
}

.related.products {
  position: relative;
  background-color: #f8f8f8;
  margin-top: min(max(min(max(61px, 12.7604166667vw), 98px), 7.65625vw), 98px);
}
.related.products > h2 {
  padding-inline: min(max(min(max(20px, 4.0364583333vw), 31px), 2.421875vw), 74px);
  color: #171d4f;
  font-weight: 300;
  font-size: min(max(min(max(32px, 4.1666666667vw), 34px), 2.65625vw), 34px);
  padding-top: min(max(min(max(40px, 6.7708333333vw), 52px), 4.0625vw), 52px);
  padding-bottom: min(max(min(max(27px, 4.1666666667vw), 32px), 2.5vw), 48px);
}
@media only screen and (max-width: 767px) {
  .related.products > h2 {
    font-size: 26px;
  }
}
.related.products ul {
  width: 100%;
  padding-inline: min(max(min(max(15px, 3.3854166667vw), 26px), 2.03125vw), 64px);
  list-style-type: none;
  margin-block: 0;
  padding-bottom: min(max(min(max(40px, 10.0260416667vw), 77px), 6.015625vw), 77px);
}
.related.products ul .product-loop-topbar {
  position: absolute;
  padding: 13px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .related.products ul .product-loop-topbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.related.products ul .product-loop-topbar .category-thumb {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 1399px) {
  .related.products ul .product-loop-topbar .category-thumb {
    height: 35px;
    width: 35px;
  }
}
.related.products ul .product-loop-topbar .category-thumb img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .related.products ul .product-loop-topbar .product-loop-tag {
    max-width: 82px;
    text-align: center;
  }
}
.related.products ul .product-loop-topbar .product-loop-tag * {
  font-size: min(max(12px, 0.8577555397vw), 18px);
  line-height: min(max(17px, 1.2151536812vw), 21px);
  font-family: "OpenSans";
  line-height: 21px;
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .related.products ul .product-loop-topbar .product-loop-tag * {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .related.products ul .product-loop-topbar .product-loop-tag * {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .related.products ul .product-loop-topbar .product-loop-tag * {
    font-size: 12px;
    line-height: 13px;
  }
}
.related.products ul .product-loop-topbar .product-loop-tag .availability {
  display: flex;
  text-transform: uppercase;
}
.related.products ul .product-loop-topbar .product-loop-tag .availability .in-stock {
  background-color: #4a972d;
}
.related.products ul .product-loop-topbar .product-loop-tag .availability .out-of-stock {
  background-color: #cc2525;
}
.related.products ul .product-loop-topbar .product-loop-tag .availability .in-stock,
.related.products ul .product-loop-topbar .product-loop-tag .availability .out-of-stock {
  display: flex;
  align-items: center;
  padding: 9px 8px;
}
.related.products ul .product-loop-topbar .product-loop-tag .sale {
  background-color: #171d4f;
  color: #ffffff;
  padding: 9px 8px;
  display: flex;
  align-items: center;
}
.related.products ul .product-loop-image {
  height: 265px;
  padding: 13px;
  margin: 0 auto;
  margin-top: 53px;
}
.related.products ul .product-loop-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related.products ul .slick-slide {
  margin: 0 min(max(min(max(5px, 0.6510416667vw), 5px), 0.390625vw), 10px);
  border: 1px solid #171d4f;
}
.related.products ul .slick-slide .onsale {
  position: absolute;
}
.related.products ul .slick-slide .product-loop-info {
  padding-top: 20px;
  text-align: center;
}
.related.products ul .slick-slide .product-loop-info .woocommerce-loop-product__title {
  font-weight: 300;
  font-size: min(max(min(max(16px, 2.0833333333vw), 16px), 1.25vw), 22px);
  color: #171d4f;
  text-align: center;
  padding-inline: 5%;
}
.related.products ul .slick-slide .product-loop-info .price {
  font-weight: 700;
  color: #171d4f;
  font-size: min(max(min(max(18px, 2.34375vw), 18px), 1.40625vw), 22px);
  padding-top: min(max(min(max(35px, 4.5572916667vw), 35px), 2.734375vw), 70px);
  display: inline-block;
}
.related.products ul .slick-slide .add_to_cart_button {
  background-color: #4a972d;
  cursor: pointer;
  font-weight: 600;
  font-size: min(max(min(max(12px, 1.5625vw), 12px), 0.9375vw), 16px);
  color: #ffffff;
  border-radius: 34px;
  flex-direction: row;
  max-width: min(max(min(max(184px, 23.9583333333vw), 184px), 14.375vw), 256px);
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27px;
  height: min(max(min(max(45px, 5.859375vw), 45px), 3.515625vw), 60px);
  gap: 11px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: min(max(min(max(20px, 2.6041666667vw), 20px), 1.5625vw), 34px);
}
.related.products ul .slick-slide .add_to_cart_button:hover {
  background-color: #171d4f;
}
@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .related.products ul .slick-slide .add_to_cart_button {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .related.products ul .slick-slide .add_to_cart_button {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .related.products ul .slick-slide .add_to_cart_button {
    width: 42px;
    height: 42px;
    font-size: 0;
    gap: 0;
  }
}
.related.products ul .slick-slide .add_to_cart_button:before {
  content: "\e900";
  position: relative;
  visibility: visible;
  font-size: 16px;
  color: #ffffff;
  width: inherit;
  display: flex;
  height: inherit;
  line-height: 1;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.related.products ul .slick-slide a {
  position: relative;
  display: flex;
  flex-direction: column;
}
.related.products ul .woocommerce-loop-product__title {
  min-height: 120px;
  font-weight: 300;
  font-size: min(max(min(max(16px, 2.0833333333vw), 16px), 1.25vw), 22px);
  color: #171d4f;
  text-align: center;
  padding-inline: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .related.products ul .woocommerce-loop-product__title {
    min-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .related.products ul .woocommerce-loop-product__title {
    min-height: 80px;
  }
}
.related.products ul a.button {
  background-color: #4a972d;
  cursor: pointer;
  font-weight: 600;
  font-size: min(max(min(max(12px, 1.5625vw), 12px), 0.9375vw), 16px);
  color: #ffffff;
  border-radius: 34px;
  flex-direction: row;
  max-width: min(max(min(max(184px, 23.9583333333vw), 184px), 14.375vw), 256px);
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 27px;
  height: min(max(min(max(45px, 5.859375vw), 45px), 3.515625vw), 60px);
  gap: 11px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: min(max(min(max(20px, 2.6041666667vw), 20px), 1.5625vw), 34px);
}
.related.products ul a.button:hover {
  background-color: #171d4f;
}
@media only screen and (min-width: 1025px) and (max-height: 800px) {
  .related.products ul a.button {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .related.products ul a.button {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .related.products ul a.button {
    width: 42px;
    height: 42px;
    font-size: 0;
    gap: 0;
  }
}
.related.products ul a.button:before {
  content: none;
}
.related.products ul .price {
  font-family: "Ubuntu";
  font-weight: 700;
  color: #171d4f;
  align-self: center;
  font-size: min(max(min(max(18px, 1.2vw), 24px), 1.875vw), 24px);
  margin-bottom: 12px;
}
@media only screen and (max-width: 1399px) {
  .related.products ul .price {
    font-size: 18px;
  }
}
.related.products .related-slider-btn {
  display: flex;
  position: absolute;
  right: 0;
  justify-content: flex-end;
  padding-right: min(max(min(max(15px, 4.6875vw), 36px), 2.8125vw), 47px);
  top: 60px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .related.products .related-slider-btn {
    top: 40px;
  }
}
.related.products .related-slider-btn .prev-btn,
.related.products .related-slider-btn .next-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.related.products .related-slider-btn .prev-btn:before,
.related.products .related-slider-btn .next-btn:before {
  border-radius: 50px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(max(min(max(34px, 5.2083333333vw), 40px), 3.125vw), 40px);
  height: min(max(min(max(34px, 5.2083333333vw), 40px), 3.125vw), 40px);
  border: 1px solid #171d4f;
  position: relative;
  font-family: "icons" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
  font-size: min(max(min(max(12px, 1.953125vw), 15px), 1.171875vw), 15px);
  color: #171d4f;
}
.related.products .related-slider-btn .prev-btn:before {
  content: "\e90f";
}
.related.products .related-slider-btn .next-btn:before {
  content: "\e910";
}