.woocommerce .site-main {
  padding: 80px 0;
}

.single-product .woocommerce-breadcrumb {
  display: block;
  column-gap: 6px;
  margin-bottom: 26px;
  color: #696969;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.single-product .woocommerce-breadcrumb a:first-child {
  font-size: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_5334_72463)"><path d="M1.57621 8.63874C1.32325 6.88071 1.19677 6.00169 1.55707 5.25013C1.91738 4.49856 2.68429 4.04172 4.2181 3.12804L5.14133 2.57808C6.53419 1.74836 7.23062 1.3335 8.00016 1.3335C8.7697 1.3335 9.46613 1.74836 10.859 2.57808L11.7822 3.12804C13.316 4.04172 14.0829 4.49856 14.4433 5.25013C14.8036 6.00169 14.6771 6.88071 14.4241 8.63874L14.2383 9.93032C13.9133 12.1886 13.7509 13.3177 12.9675 13.9923C12.1841 14.6668 11.0352 14.6668 8.73755 14.6668H7.26278C4.96508 14.6668 3.81622 14.6668 3.03285 13.9923C2.24947 13.3177 2.087 12.1886 1.76205 9.93031L1.57621 8.63874Z" stroke="%23696969" stroke-width="1.5"/><path d="M6 10.6667C6.56692 11.0869 7.25638 11.3334 8 11.3334C8.74362 11.3334 9.43308 11.0869 10 10.6667" stroke="%23696969" stroke-width="1.5" stroke-linecap="round"/></g><defs><clipPath id="clip0_5334_72463"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  line-height: 16px;
}

.single-product .woocommerce-notices-wrapper {
  width: 1410px;
  max-width: 100%;
  margin: 0 auto 26px;
}

@media (max-width: 768px) {
  .single-product .woocommerce-notices-wrapper {
    width: calc(100% - 68px);
  }
}

.single-product .woocommerce-notices-wrapper .woocommerce-error {
  color: #ff3932;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  padding: 12px 16px 12px 48px;
  border-radius: 16px;
  border: 1px solid #98e705;
  background: linear-gradient(
    90deg,
    rgba(152, 231, 5, 0.2) 0%,
    rgba(0, 0, 0, 0) 34.48%
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  outline: none;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/thegoat/assets/img/check.svg")
    center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}

.single-product .del {
  color: #696969;
  margin: 0px 8px;
}

.single-product .product > .container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.single-product .quantity-simple {
  margin-top: 20px;
}

.single-product .entry-summary,
.single-product .woocommerce-product-gallery {
  border: 0.895px solid #3b393b;
  border-radius: 16px;
  overflow: hidden;
  width: calc(50% - 13px);
  position: relative;
}

@media (max-width: 991px) {
  .single-product .entry-summary,
  .single-product .woocommerce-product-gallery {
    width: 100%;
  }
}

.single-product .entry-summary {
  padding: 30px 50px 30px 30px;
}

@media (max-width: 991px) {
  .single-product .entry-summary {
    padding: 15px;
  }
}

.single-product .woocommerce-product-gallery .product-gallery {
  height: 80%;
  margin-bottom: 10px;
}

.single-product .woocommerce-product-gallery .product-gallery-wrapper {
  height: 100%;
}

.single-product .woocommerce-product-gallery .product-gallery-thumbs {
  height: calc(20% - 10px);
}

.single-product .woocommerce-product-gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

.single-product .woocommerce-product-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-product .product_title {
  color: #ffffff;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
}

.single-product .product_meta .sku_wrapper {
  margin: 10px 0px;
  color: #cbcbcb;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.single-product .product_meta .stock {
  font-size: 0px;
}

.single-product .product_meta .stock span {
  min-width: 150px;
  margin-top: 10px;
  padding: 10px 14px;
  color: #deff31;
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 50px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  display: inline-block;
}

.single-product .stock-status {
  width: 150px;
  padding: 10px 14px;
  border-radius: 50px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  color: #deff31;
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 114.286%;
}

.single-product .onsale {
  display: none;
}

.single-product .price {
  color: #deff31;
  margin-top: 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.single-product .price .price.woocommerce-Price-amount {
  display: flex;
  color: #cbcbcb;
}

.single-product .price bdi {
  color: #deff31;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.single-product .price del {
  color: #ff3932;
}

.single-product .price del bdi {
  color: #ff3932 !important;
  /* margin-right: 7px; */
}

.single-product .price ins {
  text-decoration: none !important;
}

.single-product .woocommerce-product-details__short-description {
  margin-top: 25px;
  color: #cbcbcb;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.single-product .variations_form .quantity {
  display: none !important;
}

.single-product table.variations td.value {
  display: flex;
  gap: 10px;
  align-items: center;
}

.single-product .variations {
  margin: 30px 0px;
}

.single-product .variations .label {
  display: none;
}

.single-product .variations select {
  display: none;
}

.single-product .variations .nice-select {
  width: 320px;
  border-radius: 12px;
  border: 1px solid rgba(203, 203, 203, 0.3);
  background: #1e1e1e;
}

@media (max-width: 480px) {
  .single-product .variations .nice-select {
    width: 245px;
  }
}

.single-product .variations .nice-select .current {
  color: #ffffff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.single-product .variations .nice-select .list {
  width: 100%;
  background: #1e1e1e;
}

.single-product .variations .nice-select .list .option {
  color: #ffffff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.single-product .variations .nice-select .list .option::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 50%
  );
  transition: width 0.3s;
}

.single-product .variations .nice-select .list .option.focus {
  background-color: transparent;
}

.single-product .variations .nice-select .list .option:hover {
  background-color: transparent;
}

.single-product .variations .nice-select .list .option:hover::before {
  width: 100%;
}

.single-product .variations .nice-select::after {
  height: 10px;
  width: 10px;
  top: 40%;
  right: 18px;
}

.single-product .variations .reset_variations {
  display: none;
  visibility: hidden !important;
}

.single-product .variations ~ p {
  color: #fff;
}

.single-product .woocommerce-variation {
  display: none !important;
}

.single-product .quantity {
  display: none;
  align-items: center;
  border: 1px solid #9832df;
  border-radius: 11px;
  overflow: hidden;
  width: max-content;
}

.single-product .quantity *[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: auto;
}

.single-product .quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.single-product .quantity button svg {
  display: block;
}

.single-product .quantity input {
  width: 80px;
  height: 40px;
  border: none;
  text-align: center;
  color: #ffffff;
  text-align: center;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: transparent;
  padding: 10px;
}

.single-product .quantity input:focus {
  outline: none;
}

.single-product .quantity input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.single-product .quantity input[type="number"]::-webkit-inner-spin-button,
.single-product .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .single-sec__btns {
  margin-top: 40px;
  display: flex;
  column-gap: 20px;
}

.single-product .single-sec__btns .single_add_to_cart_button {
  color: #121012;
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  max-width: 323px;
  width: 100%;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.single-product .single-sec__btns .single_add_to_cart_button:hover {
  border-color: #deff31;
  background: rgba(222, 255, 49, 0.8);
}

@media (max-width: 567px) {
  .single-product .single-sec__btns .single_add_to_cart_button {
    max-width: 100%;
  }
}

.single-product .single-sec__btns .yith-add-to-wishlist-button-block {
  margin: 0px;
}

.single-product .single-sec__btns .yith-wcwl-add-to-wishlist-button {
  padding: 10px;
  border-radius: 17px;
  border: 1px solid #3b393b;
  background: #ffffff;
}

.single-product .single-sec__btns .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.single-product .single-tabs .woocommerce-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-product .single-tabs .tabs {
  align-self: center;
  margin-top: 73px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
  border-radius: 12px;
  background: #454242;
  padding: 3px;
}

.single-product .single-tabs .description_tab,
.single-product .single-tabs .additional_information_tab {
  color: #848484;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 24px;
}

.single-product .single-tabs li[role="tab"].active {
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 12px;
}

.single-product .single-tabs .woocommerce-Tabs-panel {
  max-width: 794px;
  width: 100%;
}

.single-product .single-tabs .woocommerce-Tabs-panel--description img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.single-product .single-tabs .woocommerce-Tabs-panel--additional_information {
  width: 100%;
}

.single-product
  .single-tabs
  .woocommerce-Tabs-panel--additional_information
  table {
  border-spacing: 0;
  width: 100%;
  border: 0.5px solid #3b393b;
}

.single-product
  .single-tabs
  .woocommerce-Tabs-panel--additional_information
  tbody,
.single-product
  .single-tabs
  .woocommerce-Tabs-panel--additional_information
  tr {
  width: 100%;
  text-align: left;
}

.single-product
  .single-tabs
  .woocommerce-Tabs-panel--additional_information
  tr
  th,
.single-product
  .single-tabs
  .woocommerce-Tabs-panel--additional_information
  tr
  td {
  width: 50%;
  border: 0.5px solid #3b393b;
  padding: 10px 20px;
}

.single-product .single-tabs {
  color: #fff;
}

.single-product .warranty-return {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.single-product .warranty-return__inner {
  max-width: 754px;
}

.single-product .warranty-return__item {
  padding: 0;
}

.single-product
  .warranty-return__item:not(:first-child)
  .warranty-return__item-title {
  margin-top: -1px;
}

.single-product .warranty-return__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-family: "SF PRO display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #3b393b;
  border-bottom: 1px solid #3b393b;
}

.single-product .warranty-return__item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 85%
  );
  transition: width 0.3s;
}

.single-product .warranty-return__item-title:hover::before {
  width: 100%;
}

.single-product .warranty-return__item-title svg {
  transition: transform 0.3s;
}

.single-product .warranty-return__item-title.open svg {
  transform: rotate(180deg);
}

.single-product .warranty-return__item-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  position: relative;
}

.single-product .warranty-return__item-inner {
  padding: 20px;
  color: #cbcbcb;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.single-product .single-faq {
  width: 754px;
  max-width: 100%;
  margin: 70px auto 0;
}

.single-product .single-faq__title {
  margin: 0 0 30px;
  text-align: center;
  font-family: "Kuunari", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.single-product .single-faq__list .faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SF PRO display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #3b393b;
  border-bottom: 1px solid #3b393b;
}

.single-product .single-faq__list .faq-item__question::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 85%
  );
  transition: width 0.3s;
}

.single-product .single-faq__list .faq-item__question:hover::before {
  width: 100%;
}

.single-product .single-faq__list .faq-item__answer {
  max-height: 0;
  overflow-y: hidden;
  font-family: "SF PRO display", sans-serif;
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.3s;
}

.single-product .single-faq__list .faq-item:last-child .faq-item__question {
  border-top: 0;
}

.single-product .single-faq__list .faq-item.active .faq-item__answer {
  padding: 20px;
  max-height: 700px;
}

.single-product .related h2 {
  margin-top: 70px;
  color: #ffffff;
  text-align: center;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.single-product .related .products {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

@media (max-width: 567px) {
  .single-product .related .products {
    column-gap: 10px;
  }
}

.single-product .related .products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 51px) / 4);
  /* padding: 45px 30px; */
  padding: 20px;
  border: 1px solid #3b393b;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .single-product .related .products .product {
    width: calc(50% - 8.5px);
  }
}

@media (max-width: 567px) {
  .single-product .related .products .product {
    width: calc(50% - 5px);
    padding: 15px 10px;
  }
}

.single-product .related .products .product:hover {
  border-color: #221ef1;
}

.single-product .related .products .product.swiper-slide {
  height: unset;
}

.single-product .related .products .product .woocommerce-LoopProduct-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.single-product .related .products .product .woocommerce-LoopProduct-link img {
  /* height: 199px; */
  /* object-fit: contain; */
  width: 100%;
  height: auto;
}

.single-product .related .products .product .onsale {
  width: 88px;
  height: 41px;
  padding: 11px 10px;
  transform: rotate(-6deg);
  position: absolute;
  left: 15px;
  top: -45px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  border-radius: 9px;
  background: linear-gradient(24deg, #221ef1 13.41%, #6c00f6 81.73%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  color: var(--Main-White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
}

@media (max-width: 567px) {
  .single-product .related .products .product .onsale {
    width: 67px;
    height: 32px;
    padding: 8px;
    top: -25px;
  }
}

.single-product .related .products .product h2 {
  margin: 17px 0 0;
  font-size: 18px;
  line-height: 109.375%;
  text-transform: none;
  font-family: "SF PRO display", sans-serif;
}

@media (max-width: 567px) {
  .single-product .related .products .product h2 {
    font-size: 16px;
  }
}

.single-product .related .products .product .price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  margin-top: 14px;
  color: #cbcbcb;
  font-family: "SF PRO display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

@media (max-width: 567px) {
  .single-product .related .products .product .price {
    /* font-size: 13px; */
    margin-bottom: 0;
    flex-direction: column;
  }
}
.single-product .related .products .product .price del {
  font-size: 20px;
  color: #ff3932;
  font-weight: 500;
}

.single-product .related .products .product .price bdi {
  color: #deff31;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.single-product .related .products .product .price del bdi {
  font-size: 20px;
  color: #ff3932;
  font-weight: 500;
}

.single-product .related .products .product .price ins bdi {
  color: #deff31;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.single-product .related .products .product .button {
  overflow: hidden;
  display: block;
  padding: 15px;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 0.3s;
}
.single-product .related .products .product .button:hover {
  background: rgba(222, 255, 49, 0.8);
}

@media (max-width: 567px) {
  .single-product .related .products .product .button {
    padding: 8px;
    font-size: 14px;
    border-radius: 8px;
  }
}

.single-product .related .products .product .added_to_cart {
  display: none;
}

.single-product .related .products .product .cart-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #121012;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

@media (max-width: 567px) {
  .single-product .related .products .product .cart-popup {
    padding: 10px;
  }
}

.single-product .related .products .product .cart-popup-content {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "SF PRO display", sans-serif;
  color: #fff;
}

.single-product .related .products .product .cart-popup-content p {
  margin: 10px 0;
  font-size: 16px;
}

@media (max-width: 567px) {
  .single-product .related .products .product .cart-popup-content p {
    font-size: 14px;
  }
}

.single-product .related .products .product .cart-popup .button {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.single-product .related .products .product .cart-popup .view-cart {
  background: #121012;
  color: white;
}

.single-product .related .products .product .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.single-product .related .swiper-wrapper {
  padding: 15px 0;
}

@media (max-width: 768px) {
  .single-product .related .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    column-gap: 0 !important;
  }
}

.single-product .related .swiper-pagination-progressbar {
  bottom: 0;
  top: unset;
}

.single-product
  .related
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #5c1dc5, #9832df);
}

.single-product #wc-stripe-payment-request-wrapper {
  display: none !important;
}

.single-product .woocommerce-variation-availability {
  min-width: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 14px;
  color: #deff31;
  text-align: center;
  font-family: "SF PRO display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 50px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  display: inline-block;
}

.single-product .woocommerce-variation-availability p.stock {
  color: #deff31;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

.woocommerce .blockUI.blockOverlay {
  opacity: 0.95 !important;
  background: #121012 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce .blockUI.blockOverlay::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.custom-preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(18, 16, 18, 0.85);
}

.custom-preloader img {
  width: 80px;
  height: 80px;
}

/***********************************************
* Single product page
*/
.single-product .summary .sale_price_product .price_item_original > del {
  text-decoration: none;
}

.single-product .summary .sale_price_product .price_item_original > del bdi {
  margin-right: 0;
  line-height: 1;
  text-decoration: line-through;
  font-size: 22px;
}

.single-product .summary .sale_price_product .price_item_sale bdi {
  line-height: 1;
}

.single-product .summary .sale_price_product .price_item_savings {
  background: linear-gradient(24deg, #221ef1 13.41%, #6c00f6 81.73%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  color: #fff;
  padding: 10px 20px;
  border-radius: 9px;
  text-align: center;
  line-height: 1;
  margin-left: 10px;
}

#page-id-1103 .page-title {
  display: none;
}

/***********************************************
* Login popup
*/

.goat-account p {
  margin-bottom: 0;
  color: #cbcbcb;
}

.goat-account span.date {
  display: block;
  color: #ccc;
}

.goat-account {
  padding-top: 3px;
  padding-bottom: 61px;
}

@media (max-width: 1150px) {
  .goat-account {
    padding-bottom: 0px;
  }
}

.goat-account__container {
  display: grid;
  align-items: start;
  gap: 59px;
  grid-template-columns: 82px 1fr;
}

@media (max-width: 1150px) {
  .goat-account__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
  }
}

.goat-account__content .gt_b__container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1150px) {
  .goat-account__content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.goat-account__content .woocommerce-notices-wrapper {
  display: none;
}

.goat-account__nav {
  padding: 16px;
  border-radius: 27px;
  position: relative;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
}

@media (max-width: 1150px) {
  .goat-account__nav {
    align-self: center;
  }
}

@media (max-width: 576px) {
  .goat-account__nav {
    padding: 11px;
    z-index: 3;
  }
}

.goat-account__nav::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 27px;
  height: calc(100% - 2px);
  background: #121012;
}

.goat-account__nav ul {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1150px) {
  .goat-account__nav ul {
    flex-direction: row;
  }
}

@media (max-width: 400px) {
  .goat-account__nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.goat-account__nav ul li a {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
}

.goat-account__nav ul li a svg {
  position: relative;
  z-index: 3;
  display: block;
  line-height: 0;
  height: auto;
}

@media (max-width: 576px) {
  .goat-account__nav ul li a {
    width: 43px;
    height: 43px;
  }
}

.goat-account__nav ul li a::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 17px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}

.goat-account__nav ul li.is-active a::before {
  background: #fff;
}

.goat-account__nav ul li.is-active a svg path {
  stroke: #121012;
}

.goat-account .goat-manage-membership {
  padding-bottom: 136px;
}

@media (max-width: 1150px) {
  .goat-account .goat-manage-membership {
    padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .goat-account .goat-manage-membership {
    padding-bottom: 0px;
    margin-bottom: -5px;
  }
}

.goat-account .goat-manage-membership h1 {
  text-align: center;
}

@media (max-width: 768px) {
  .goat-account .goat-manage-membership h1 {
    font-size: 35px;
  }
}

.goat-account .goat-manage-membership__btns {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 576px) {
  .goat-account .goat-manage-membership__btns {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
}

.goat-account .goat-manage-membership__btn_1 {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  color: #cbcbcb;
  border: none;
  position: relative;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  border-radius: 19px;
}

@media (max-width: 576px) {
  .goat-account .goat-manage-membership__btn_1 {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding-top: 11.5px;
  }
}

.goat-account .goat-manage-membership__btn_1::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 19px;
  height: calc(100% - 2px);
  background: #121012;
}

.goat-account .goat-manage-membership__btn_1 span {
  position: relative;
  z-index: 3;
}

.goat-account .goat-manage-membership__btn_1 svg {
  display: block;
  position: relative;
  z-index: 3;
  margin-bottom: -3px;
}

.goat-account .goat-manage-membership__btn_2 {
  display: inline-block;
  padding: 15px 34px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: none;
  position: relative;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  border-radius: 19px;
}

@media (max-width: 576px) {
  .goat-account .goat-manage-membership__btn_2 {
    width: calc(50% - 6px);
    font-size: 12px;
    padding: 15px;
  }
}

.goat-account .goat-manage-membership__btn_2::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 19px;
  height: calc(100% - 2px);
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

.goat-account .goat-manage-membership__btn_2 span {
  position: relative;
  z-index: 3;
}

.goat-account .goat-manage-membership__btn_3 {
  display: inline-block;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  color: #cbcbcb;
  border: none;
  position: relative;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  border-radius: 19px;
}

@media (max-width: 576px) {
  .goat-account .goat-manage-membership__btn_3 {
    width: calc(50% - 6px);
    font-size: 12px;
    padding: 15px;
  }
}

.goat-account .goat-manage-membership__btn_3::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 19px;
  height: calc(100% - 2px);
  background: #121012;
}

.goat-account .goat-manage-membership__btn_3 span {
  position: relative;
  z-index: 3;
}

.goat-billing-history {
  max-width: 860px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 27px 10px 30px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 890px) {
  .goat-billing-history {
    width: 96vw;
  }
}

@media (max-width: 768px) {
  .goat-billing-history {
    padding: 14px 7px 25px 14px;
  }
}

.goat-billing-history__close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 17px;
  right: 17px;
}

@media (max-width: 768px) {
  .goat-billing-history__close {
    top: 14px;
    right: 14px;
    width: 27px;
    height: 27px;
  }
}

.goat-billing-history__close svg {
  display: block;
  position: relative;
  z-index: 4;
  line-height: 0;
  height: auto;
}

@media (max-width: 768px) {
  .goat-billing-history__close svg {
    width: 27px;
    height: 27px;
  }
}

.goat-billing-history h3 {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
  font-variant: all-small-caps;
}

@media (max-width: 768px) {
  .goat-billing-history h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.goat-billing-history__inner {
  width: 100%;
  max-height: 420px;
  overflow: auto;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .goat-billing-history__inner {
    max-height: 294px;
    padding-right: 7px;
    padding-bottom: 8px;
  }
}

.goat-billing-history__inner::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  display: block;
}

.goat-billing-history__inner::-webkit-scrollbar-thumb {
  background: rgba(203, 203, 203, 0.45);
  border-radius: 5px;
}

.goat-billing-history__inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.goat-billing-history__table {
  width: 100%;
  border-collapse: collapse;
}

.goat-billing-history__thead {
  text-align: left;
}

.goat-billing-history__thead th {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: 16.666%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #151515;
  padding-left: 15px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .goat-billing-history__thead th {
    padding: 10px 8px;
    font-size: 12px;
    line-height: 14px;
  }
}

.goat-billing-history__thead th:first-child {
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .goat-billing-history__thead th:first-child {
    padding-left: 12px;
  }
}

.goat-billing-history__thead th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.goat-billing-history__tbody tr {
  border-bottom: 1px solid #3b393b;
  border-radius: 0px;
}

.goat-billing-history__tbody tr:last-child {
  border-bottom: none;
}

.goat-billing-history__tbody tr:last-child td {
  padding-bottom: 0px;
}

.goat-billing-history__tbody td {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 15px;
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .goat-billing-history__tbody td {
    padding: 18px 8px;
    font-size: 12px;
    line-height: 14px;
  }
}

.goat-billing-history__tbody td:first-child {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .goat-billing-history__tbody td:first-child {
    padding-left: 12px;
  }
}

.goat-billing-history__tbody td .status.failed {
  display: inline-block;
  padding: 3px 10px;
  color: #ff2b2b;
  border-radius: 16px;
  background: rgba(255, 43, 43, 0.1);
}

.goat-billing-history__tbody td .status.paid,
.goat-billing-history__tbody td .status.draft {
  display: inline-block;
  padding: 3px 17.5px;
  color: #61bf0b;
  border-radius: 16px;
  background: linear-gradient(
    24deg,
    rgba(152, 231, 5, 0.1) 13.41%,
    rgba(0, 140, 0, 0.1) 81.74%
  );
}

.goat-billing-history__tbody td .status.trial {
  display: inline-block;
  padding: 3px 10px;
  color: #01e8ff;
  border-radius: 16px;
  background: linear-gradient(
    24deg,
    rgba(1, 232, 255, 0.1) 13.41%,
    rgba(12, 126, 251, 0.1) 81.74%
  );
}

.goat-membership-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.goat-membership-modal.active {
  opacity: 1;
  visibility: visible;
}

.goat-membership-modal__body {
  padding: 20px;
  width: calc(100% - 15px - 15px);
  position: relative;
  overflow-y: scroll;
  max-height: 80%;
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  position: relative;
}

@media (min-width: 380px) {
  .goat-membership-modal__body {
    width: 100%;
    max-width: 380px;
  }
}

@media (min-width: 576px) {
  .goat-membership-modal__body {
    padding: 18px 30px 30px;
  }
}

.goat-membership-modal__body::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 18px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}

.goat-membership-modal__body > * {
  position: relative;
  z-index: 3;
}

.goat-membership-modal__body h3 {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-membership-modal__body h3 {
    font-size: 20px;
    font-variant: all-small-caps;
  }
}

.goat-membership-modal__close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 15px;
  right: 17px;
}

.goat-membership-modal__close svg {
  display: block;
  position: relative;
  z-index: 4;
  line-height: 0;
  height: auto;
}

.goat-membership-modal__password-input {
  margin-top: 20px;
  position: relative;
}

@media (min-width: 576px) {
  .goat-membership-modal__password-input {
    margin-top: 34px;
  }
}

.goat-membership-modal__password-input input {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #454242;
  padding: 12px 14px;
  border: none;
  outline: none;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-membership-modal__password-input input {
    font-size: 16px;
  }
}

.goat-membership-modal__password-input input::-moz-placeholder {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.goat-membership-modal__password-input input::placeholder {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-membership-modal__password-input input::-moz-placeholder {
    font-size: 16px;
  }

  .goat-membership-modal__password-input input::placeholder {
    font-size: 16px;
  }
}

.goat-membership-modal__password-btn {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  justify-content: center;
}

@media (min-width: 576px) {
  .goat-membership-modal__password-btn {
    margin-top: 30px;
    padding: 16px;
  }
}

.goat-membership-modal__entries h3 {
  text-align: center;
  margin-bottom: 24px;
}

.goat-membership-modal__entries p span {
  color: #fff;
  font-weight: 600;
}

.goat-membership-modal__entries-container {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  row-gap: 12px;
  max-height: 305px;
  overflow: auto;
}

.goat-membership-modal__entries-container::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  display: block;
}

.goat-membership-modal__entries-container::-webkit-scrollbar-thumb {
  background: rgba(203, 203, 203, 0.45);
  border-radius: 5px;
}

.goat-membership-modal__entries-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.goat-membership-modal__entries-item {
  padding: 16px 12px;
  border-radius: 14px;
  border: 1px solid #3b393b;
  background: #121012;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.goat-membership-modal__entries-item .item__img {
  max-width: 72px;
  max-height: 60px;
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-item .item__img {
    max-width: 58px;
    max-height: 48px;
  }
}

.goat-membership-modal__entries-item-price {
  font-size: 14px;
  font-weight: 500;
  color: #d7d7d7;
}

.goat-membership-modal__entries-item-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
}

.goat-membership-modal__entries-item-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  max-width: 109px;
  width: 100%;
}

.goat-membership-modal__entries-item-left .no-input {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-item-left .no-input {
    font-size: 14px;
  }
}

.goat-membership-modal__entries-item-middle {
  width: 1px;
  height: 40px;
  background: #3b393b;
}

.goat-membership-modal__entries-item-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
  column-gap: 3px;
  max-width: 95px;
  width: 100%;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-item-right {
    max-width: 83px;
  }
}

.goat-membership-modal__entries-item-right svg {
  margin-top: -1px;
}

.goat-membership-modal__entries-item-right p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-item-right p {
    font-size: 12px;
    line-height: 14px;
  }
}

.goat-membership-modal__entries-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-btns {
    gap: 12px;
    margin-top: 18px;
  }
}

.goat-membership-modal__entries-btns #goat-membership-stay {
  color: #121012;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  justify-content: center;
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-btns #goat-membership-stay {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__entries-btns #goat-membership-forfeit {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  border-radius: 12px;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

@media (max-width: 576px) {
  .goat-membership-modal__entries-btns #goat-membership-forfeit {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__card-btn {
  display: block;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 15px;
}

.goat-membership-modal__card #stripe-card-update-element {
  border-radius: 12px;
  background: #454242;
  padding: 12px;
  width: 320px;
}

.goat-membership-modal__downgrade h3 {
  margin-bottom: 24px;
  line-height: 22px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade h3 {
    margin-bottom: 18px;
    line-height: 20px;
    text-align: center;
  }
}

.goat-membership-modal__downgrade-description {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-description {
    font-size: 14px;
    line-height: 14px;
  }
}

.goat-membership-modal__downgrade-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #3b393b;
  background: #121012;
}

.goat-membership-modal__downgrade-product-left p:nth-child(1) {
  color: dimgray;
  line-height: 20px;
  margin-bottom: 2px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-product-left p:nth-child(1) {
    line-height: 18px;
  }
}

.goat-membership-modal__downgrade-product-left p:nth-child(2) {
  color: #deff31;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-product-left p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }
}

.goat-membership-modal__downgrade-product-right p {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.goat-membership-modal__downgrade-product-right .amount {
  color: #fff;
  font-family: "Kuunari", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-product-right .amount {
    font-size: 18px;
  }
}

.goat-membership-modal__downgrade-product-right .date {
  color: dimgray;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-product-right .date {
    font-size: 12px;
    line-height: 14px;
  }
}

.goat-membership-modal__downgrade-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-btns {
    gap: 12px;
    margin-top: 18px;
  }
}

.goat-membership-modal__downgrade-btns #goat-downgrade-no {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  border-radius: 12px;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-btns #goat-downgrade-no {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__downgrade-btns .goat-product__select {
  margin-top: 0px;
  color: #121012;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  justify-content: center;
}

@media (max-width: 576px) {
  .goat-membership-modal__downgrade-btns .goat-product__select {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__offer h3 {
  text-align: center;
  line-height: 22px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer h3 {
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.goat-membership-modal__offer-description {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 17px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}

.goat-membership-modal__offer-description span {
  color: #fff;
  font-weight: 600;
}

.goat-membership-modal__offer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #3b393b;
  background: #121012;
}

.goat-membership-modal__offer-left p:nth-child(1) {
  color: dimgray;
  line-height: 20px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-left p:nth-child(1) {
    line-height: 18px;
    margin-bottom: 2px;
  }
}

.goat-membership-modal__offer-left p:nth-child(2) {
  color: #deff31;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-left p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }
}

.goat-membership-modal__offer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.goat-membership-modal__offer-right p {
  color: dimgray;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-right p {
    font-size: 12px;
    line-height: 14px;
  }
}

.goat-membership-modal__offer-price {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.goat-membership-modal__offer-price span:nth-child(1) {
  color: #cbcbcb;
  font-family: "Kuunari", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-price span:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
  }
}

.goat-membership-modal__offer-price span:nth-child(2) {
  color: #ff3932;
  font-family: "Kuunari", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-price span:nth-child(2) {
    font-size: 18px;
    line-height: normal;
  }
}

.goat-membership-modal__offer-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-btns {
    gap: 12px;
    margin-top: 18px;
  }
}

.goat-membership-modal__offer-btns #goat-membership-sale {
  color: #121012;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  justify-content: center;
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-btns #goat-membership-sale {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__offer-btns #goat-membership-cancel {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  padding: 16px;
  width: 50%;
  border-radius: 12px;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

@media (max-width: 576px) {
  .goat-membership-modal__offer-btns #goat-membership-cancel {
    font-size: 12px;
    padding: 15px;
  }
}

.goat-membership-modal__feedback {
  display: flex;
  flex-direction: column;
}

.goat-membership-modal__feedback h3 {
  text-align: center;
  line-height: 22px;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .goat-membership-modal__feedback h3 {
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.goat-membership-modal__feedback #feedback-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDdMOSAxMUw0IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
    no-repeat right 10px center;
  background-size: 20px 20px;
  padding: 12px 30px 12px 12px;
  border-radius: 12px;
  background-color: #454242;
  margin-bottom: 12px;
  color: #9c9c9c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: none;
  font-family: "SF Pro Display", sans-serif;
  cursor: pointer;
}

@media (max-width: 576px) {
  .goat-membership-modal__feedback #feedback-select {
    font-size: 14px;
    line-height: 18px;
  }
}

.goat-membership-modal__feedback #feedback-select:focus {
  outline: none;
}

.goat-membership-modal__feedback #feedback-field {
  padding: 12px 14px;
  background-color: #454242;
  border-radius: 12px;
  border: none;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  min-height: 5lh;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .goat-membership-modal__feedback #feedback-field {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}

.goat-membership-modal__feedback #feedback-field:focus {
  outline: none;
}

.goat-membership-modal__feedback #feedback-field::-moz-placeholder {
  color: #9c9c9c;
}

.goat-membership-modal__feedback #feedback-field::placeholder {
  color: #9c9c9c;
}

.goat-membership-modal__feedback #goat-membership-feedback {
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__feedback #goat-membership-feedback {
    font-size: 12px;
    line-height: normal;
    padding: 15px;
  }
}

.goat-membership-modal__cancel h3 {
  text-align: center;
  line-height: 22px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .goat-membership-modal__cancel h3 {
    line-height: 20px;
    margin-bottom: 21.5px;
  }
}

.goat-membership-modal__cancel-description p {
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}

.goat-membership-modal__cancel-description p span {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 576px) {
  .goat-membership-modal__cancel-description p {
    margin-bottom: 9px;
  }
}

.goat-membership-modal__cancel #goat-membership-terminate {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  padding: 16px;
}

@media (max-width: 576px) {
  .goat-membership-modal__cancel #goat-membership-terminate {
    font-size: 12px;
    line-height: normal;
    margin-top: 9px;
    padding: 15px;
  }
}

.goat-membership-modal__confirm-update {
  text-align: center;
}

.goat-membership-modal__confirm-update .text {
  margin-top: 10px;
}

.goat-membership-modal__confirm-update .btn-sign {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.goat-membership-modal__step {
  display: none;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.goat-membership-modal__step.active {
  display: block;
}

.goat-membership-modal__step.animated {
  transform: translateY(0px);
  opacity: 1;
}

.goat-membership-modal .error {
  color: #ff2b2b;
  font-weight: 500;
  margin-top: 2px;
  font-size: 14px;
}

.goat-membership-modal .error-input {
  border: 1px solid #ff2b2b;
}

.goat-password-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.goat-password-modal h3 {
  text-align: center;
}

.goat-password-modal .form-row {
  position: relative;
  margin-bottom: 15px;
}

.goat-password-modal .text {
  text-align: center;
  /* max-width: 320px; */

  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  color: #cbcbcb;
}

@media (min-width: 1099px) {
  .goat-password-modal .text {
    /* width: 324px;
 */
    max-width: unset;
  }
}

.goat-password-modal .form-row .show-pass,
.goat-password-modal .form-row .hide-pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  z-index: 3;
  display: none;
  cursor: pointer;
}
.goat-password-modal .form-row .show-pass.active,
.goat-password-modal .form-row .hide-pass.active {
  display: block;
}

.goat-password-modal__body {
  padding: 20px;
  width: calc(100% - 15px - 15px);
  position: relative;
  /* overflow-y: scroll;
  max-height: 70%; */
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 380px) {
  .goat-password-modal__body {
    width: 100%;
    max-width: 384px;
  }
}

@media (min-width: 576px) {
  .goat-password-modal__body {
    padding: 18px 30px 30px;
  }
}

.goat-password-modal__body::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 18px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}

.goat-password-modal__body > * {
  position: relative;
  z-index: 3;
}

.goat-password-modal__body h3 {
  display: inline-block;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-password-modal__body h3 {
    font-size: 20px;
    font-variant: all-small-caps;
    margin-bottom: 15px;
  }
}

.goat-password-modal__body input {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #454242;
  padding: 12px 14px;
  border: none;
  outline: none;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-password-modal__body input {
    font-size: 16px;
  }
}

.goat-password-modal__body input::-moz-placeholder {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.goat-password-modal__body input::placeholder {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-password-modal__body input::-moz-placeholder {
    font-size: 16px;
  }

  .goat-password-modal__body input::placeholder {
    font-size: 16px;
  }
}

.goat-password-modal__body button {
  width: 100%;
  /* margin-top: 20px; */
  padding: 15px;
  justify-content: center;
}

@media (min-width: 576px) {
  .goat-password-modal__body button {
    /* margin-top: 30px; */
    padding: 16px;
  }
}

.goat-renewals-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.goat-renewals-modal.active {
  opacity: 1;
  visibility: visible;
}

.goat-renewals-modal__body {
  padding: 20px;
  width: calc(100% - 15px - 15px);
  position: relative;
  overflow-y: scroll;
  max-height: 80%;
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  position: relative;
}

@media (min-width: 380px) {
  .goat-renewals-modal__body {
    width: 100%;
    max-width: 380px;
  }
}

@media (min-width: 576px) {
  .goat-renewals-modal__body {
    padding: 18px 30px 30px;
  }
}

.goat-renewals-modal__body::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 18px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}

.goat-renewals-modal__body > * {
  position: relative;
  z-index: 3;
}

.goat-renewals-modal__body h3 {
  text-align: center;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  font-weight: 500;
}

@media (min-width: 576px) {
  .goat-renewals-modal__body h3 {
    font-size: 20px;
    font-variant: all-small-caps;
  }
}

.goat-renewals-modal .text {
  margin-top: 20px;
  text-align: center;
}

.goat-renewals-modal__close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 15px;
  right: 17px;
}

.goat-renewals-modal__close svg {
  display: block;
  position: relative;
  z-index: 4;
  line-height: 0;
  height: auto;
}

.goat-password-modal_upgr {
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.goat-password-modal_upgr h3 {
  margin-bottom: 10px;
}

.woocommerce-account .goat-account__content {
  position: relative;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
  position: absolute;
  left: 50%;
  top: 0px;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #008c00;
  width: -moz-max-content;
  width: max-content;
  transition: all 1s ease-in-out;
  animation: slideUpAndHide 5s ease-out forwards;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
    padding: 8px 12px;
  }
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message.hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes slideUpAndHide {
  0% {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }

  40% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  80% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
  }
}

.goat-account-edit-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 81px;
}

@media (max-width: 1150px) {
  .goat-account-edit-profile {
    padding-bottom: 0px;
  }
}

.goat-account-edit-profile__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .goat-account-edit-profile__top {
    row-gap: 20px;
  }
}

.goat-account-edit-profile__title {
  color: #fff;
  text-align: center;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .goat-account-edit-profile__title {
    font-size: 35px;
    line-height: normal;
  }
}

.goat-account-edit-profile__buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
  column-gap: 3px;
  border-radius: 12px;
  background: #454242;
  padding: 3px;
}

@media (max-width: 768px) {
  .goat-account-edit-profile__buttons {
    padding: 2px;
  }
}

.goat-account-edit-profile__button {
  color: #848484;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 24px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  .goat-account-edit-profile__button {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 17px;
  }
}

.goat-account-edit-profile__button.active {
  color: #fff;
  background-color: #1e1e1e;
}

.goat-account-edit-profile .edit-account {
  max-width: 520px;
  width: 100%;
  padding: 20px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  flex-wrap: wrap;
  gap: 16px;
  display: none;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .edit-account {
    padding: 14px;
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .goat-account-edit-profile .edit-account {
    flex-direction: column;
  }
}

.goat-account-edit-profile .edit-account.active {
  display: flex;
}

.goat-account-edit-profile .edit-account .woocommerce-form-row {
  width: calc(50% - 8px);
  max-width: 100%;
}

@media (max-width: 575px) {
  .goat-account-edit-profile .edit-account .woocommerce-form-row {
    width: 100%;
  }
}

.goat-account-edit-profile .edit-account .woocommerce-form-row input {
  width: 100%;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 14px;
  border-radius: 12px;
  border: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .edit-account .woocommerce-form-row input {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
  }
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input:-moz-placeholder-shown {
  background-color: #454242;
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input:placeholder-shown {
  background-color: #454242;
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input:not(:-moz-placeholder-shown) {
  background-color: #1e1e1e;
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input:not(:placeholder-shown) {
  background-color: #1e1e1e;
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input::-moz-placeholder {
  color: #9c9c9c;
}

.goat-account-edit-profile
  .edit-account
  .woocommerce-form-row
  input::placeholder {
  color: #9c9c9c;
}

.goat-account-edit-profile .edit-account .woocommerce-form-row input:focus {
  outline: none;
}

.goat-account-edit-profile .edit-account .woocommerce-form-row select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDdMOSAxMUw0IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
    no-repeat right 10px center;
  background-size: 20px 20px;
  padding: 12px 14px;
  border-radius: 12px;
  /* background-color: #454242;
  color: #9c9c9c; */
  color: rgb(255, 255, 255);
  background-color: rgb(30, 30, 30);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border: none;
  font-family: "SF Pro Display", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .edit-account .woocommerce-form-row select {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
  }
}

.goat-account-edit-profile .edit-account .woocommerce-form-row select:focus {
  outline: none;
}

.goat-account-edit-profile .edit-account .submit-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .edit-account .submit-btn {
    margin-top: 6px;
  }
}

.goat-account-edit-profile .edit-account .submit-btn .button {
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  padding: 15px 60px;
  transition: all 0.3s ease-in-out;
}

.goat-account-edit-profile .edit-account .submit-btn .button:hover {
  background: rgba(222, 255, 49, 0.8);
}

@media (max-width: 575px) {
  .goat-account-edit-profile .edit-account .submit-btn .button {
    width: 100%;
    justify-content: center;
    padding: 15px;
  }
}

.goat-account-edit-profile .edit-account .submit-btn .button span {
  /* color: #121012; */
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .edit-account .submit-btn .button span {
    font-size: 12px;
    line-height: normal;
  }
}

.goat-account-edit-profile .edit-account .submit-btn .button.locked {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.goat-account-edit-profile .change-password {
  max-width: 520px;
  width: 100%;
  padding: 20px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  flex-direction: column;
  gap: 16px;
  display: none;
}

.goat-account-edit-profile .change-password.active {
  display: flex;
}

.goat-account-edit-profile .change-password .woocommerce-form-row {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}

.goat-account-edit-profile .change-password .woocommerce-form-row input {
  width: 100%;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11px 39px 11px 13px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}

.goat-account-edit-profile .change-password .woocommerce-form-row input.error {
  border-color: #ff3932;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input.success {
  border-color: #60b527;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .change-password .woocommerce-form-row input {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 14px;
  }
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input:-moz-placeholder-shown {
  background-color: #454242;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input:placeholder-shown {
  background-color: #454242;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input:not(:-moz-placeholder-shown) {
  background-color: #1e1e1e;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input:not(:placeholder-shown) {
  background-color: #1e1e1e;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input::-moz-placeholder {
  color: #9c9c9c;
}

.goat-account-edit-profile
  .change-password
  .woocommerce-form-row
  input::placeholder {
  color: #9c9c9c;
}

.goat-account-edit-profile .change-password .woocommerce-form-row input:focus {
  outline: none;
}

.goat-account-edit-profile .change-password .woocommerce-form-row svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  z-index: 3;
  display: none;
  cursor: pointer;
}

.goat-account-edit-profile .change-password .woocommerce-form-row svg.active {
  display: block;
}

.goat-account-edit-profile .change-password .submit-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .change-password .submit-btn {
    margin-top: 6px;
  }
}

.goat-account-edit-profile .change-password .submit-btn .button {
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  padding: 15px 42px;
  transition: all 0.3s ease-in-out;
}

.goat-account-edit-profile .change-password .submit-btn .button:hover {
  background: rgba(222, 255, 49, 0.8);
}

@media (max-width: 768px) {
  .goat-account-edit-profile .change-password .submit-btn .button {
    width: 100%;
    justify-content: center;
    padding: 12.5px;
  }
}

.goat-account-edit-profile .change-password .submit-btn .button span {
  /* color: #121012; */
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.goat-account-edit-profile .change-password .submit-btn .button span svg path {
  stroke: #fff;
}

@media (max-width: 768px) {
  .goat-account-edit-profile .change-password .submit-btn .button span {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .goat-account-edit-profile .change-password .submit-btn .button svg {
    width: 20px;
    height: 20px;
    margin-bottom: -1px;
  }
}

.gt_b__container {
  max-width: 1281px;
  padding: 0 25px;
  margin: 0 auto;
}

.gt_b__container .purchases {
  width: 100%;
}

.gt_b__container .purchases .headline {
  text-align: center;
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  .gt_b__container .purchases .headline {
    margin-bottom: 20px;
  }
}

.gt_b__container .purchases .headline__title {
  color: #fff;
  font-family: "Kuunari";
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .gt_b__container .purchases .headline__title {
    font-size: 35px;
    line-height: normal;
  }
}

.gt_b__container .purchases .body {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body__block.desktop {
    display: none;
  }
}

.gt_b__container .purchases .body__block.mobile {
  display: none;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body__block.mobile {
    display: block;
  }
}

.gt_b__container .purchases .body__block.mobile .body__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gt_b__container .purchases .body__block.mobile .body__row .row__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gt_b__container .purchases .body__block.mobile .body__row .row__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gt_b__container .purchases .body .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #3b393b;
  background: #121012;
  text-align: left;
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .headline {
    display: none;
  }
}

.gt_b__container .purchases .body .headline__one-group {
  max-width: 62%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
}

.gt_b__container .purchases .body .headline__two-group {
  max-width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}

.gt_b__container .purchases .body .headline__purchase,
.gt_b__container .purchases .body .headline__type,
.gt_b__container .purchases .body .headline__price,
.gt_b__container .purchases .body .headline__date,
.gt_b__container .purchases .body .headline__status {
  min-width: 30%;
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  line-height: 1.38;
}

.gt_b__container .purchases .body .headline__status {
  text-align: right;
  align-self: end;
}

.gt_b__container .purchases .body .row {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  background: #222;
  margin-bottom: 8px;
}

.gt_b__container .purchases .body .row > *:first-child {
  width: 32%;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row > *:first-child {
    width: unset;
  }
}

.gt_b__container .purchases .body .row > *:nth-child(2) {
  width: 32%;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row > *:nth-child(2) {
    width: unset;
  }
}

.gt_b__container .purchases .body .row > *:nth-child(3) {
  width: 15%;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row > *:nth-child(3) {
    width: unset;
  }
}

.gt_b__container .purchases .body .row > *:nth-child(4) {
  margin-left: auto;
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row > *:nth-child(4) {
    margin-left: unset;
  }
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row {
    padding: 14px;
  }

  .gt_b__container .purchases .body .row:nth-child(even) {
    background-color: #191919;
  }

  .gt_b__container .purchases .body .row__one-group {
    max-width: 62%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-grow: 1;
  }
}

@media (max-width: 700px) and (max-width: 700px) {
  .gt_b__container .purchases .body .row__one-group {
    flex-direction: column;
    row-gap: 8px;
    align-items: start;
  }
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row__two-group {
    max-width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
  }
}

@media (max-width: 700px) and (max-width: 700px) {
  .gt_b__container .purchases .body .row__two-group {
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row__purchase,
  .gt_b__container .purchases .body .row__type,
  .gt_b__container .purchases .body .row__price,
  .gt_b__container .purchases .body .row__date {
    min-width: 30%;
    color: #cbcbcb;
    font-family: "SF Pro Display", sans-serif;
    font-weight: 500;
    line-height: 1.38;
  }
}

@media (max-width: 700px) and (max-width: 700px) {
  .gt_b__container .purchases .body .row__purchase,
  .gt_b__container .purchases .body .row__type,
  .gt_b__container .purchases .body .row__price,
  .gt_b__container .purchases .body .row__date {
    font-size: 12px;
  }
}

@media (max-width: 700px) and (max-width: 700px) {
  .gt_b__container .purchases .body .row__date {
    order: 5;
  }
}

@media (max-width: 700px) {
  .gt_b__container .purchases .body .row__btn-status {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .gt_b__container .purchases .body .row__status {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 3px 3px 3px 8px;
    gap: 6px;
    text-transform: capitalize;
    border-radius: 24px;
  }

  .gt_b__container .purchases .body .row__status__text-status {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 500;
    line-height: 1.38;
  }

  .gt_b__container .purchases .body .row__status__img-status {
    width: 22px;
    height: 22px;
    overflow: hidden;
  }

  .gt_b__container .purchases .body .row__status--shipped {
    background: linear-gradient(
      24deg,
      rgba(241, 141, 30, 0.1) 13.41%,
      rgba(246, 179, 0, 0.1) 81.73%
    );
  }

  .gt_b__container .purchases .body .row__status--delivered {
    background: linear-gradient(
      24deg,
      rgba(152, 231, 5, 0.1) 13.41%,
      rgba(0, 140, 0, 0.1) 81.74%
    );
  }

  .gt_b__container .purchases .body .row__status--processing {
    background: linear-gradient(
      24deg,
      rgba(1, 232, 255, 0.1) 13.41%,
      rgba(12, 126, 251, 0.1) 81.74%
    );
  }

  .gt_b__container .purchases .body .row__status--shopping {
    background: linear-gradient(
      90deg,
      rgba(222, 255, 49, 0.1) 0%,
      rgba(175, 202, 31, 0.1) 100%
    );
  }
}

.gt_b__container .purchases .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt_b__container .purchases .btn__more-entries {
  display: flex;
  gap: 10px;
  width: 168px;
  height: 50px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

@media (max-width: 576px) {
  .gt_b__container .purchases .btn__more-entries {
    padding: 10px 16px;
  }
}

.gt_b__container .purchases .btn__text-entries {
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .gt_b__container .purchases .btn__text-entries {
    font-family: "SF Pro Display", sans-serif;
    font-size: 12px;
    line-height: 1.17;
  }
}

.gt_b__container .purchases .btn__img-entries {
  width: 22px;
  height: 22px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gt_b__container .purchases .btn__img-entries {
    width: 20px;
    height: 20px;
  }
}

.gt_b__container .empty {
  padding: 0 25px;
}

@media (max-width: 576px) {
  .gt_b__container .empty {
    max-width: 360px;
    padding: 0 15px;
  }
}

.gt_b__container .empty__title {
  color: #fff;
  text-align: center;
  font-family: "Kuunari";
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 34px;
}

@media (max-width: 576px) {
  .gt_b__container .empty__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.gt_b__container .empty__body {
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* margin-bottom: 130px; */
  font-family: "SF Pro Display", sans-serif;
}

@media (max-width: 576px) {
  .gt_b__container .empty__body {
    /* margin-bottom: 100px; */
  }
}

.gt_b__container .empty__img {
  width: 183px;
  height: 183px;
  padding: 24px 16px 16px 17px;
  margin: 0 auto 20px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gt_b__container .empty__img {
    width: 162px;
    height: 162px;
    padding: 22px 19px;
    margin: 0 auto 26px;
  }
}

.gt_b__container .empty__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .empty__bottom-body {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px;
}

@media (max-width: 576px) {
  .gt_b__container .empty__bottom-body {
    max-width: 202px;
    margin-bottom: 35px;
  }
}

.gt_b__container .empty__subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .gt_b__container .empty__subtitle {
    line-height: 1.43;
    font-size: 14px;
  }
}

.gt_b__container .empty__text {
  color: dimgray;
  text-align: center;
  font-size: 16px;
  line-height: 1.13;
}

@media (max-width: 576px) {
  .gt_b__container .empty__text {
    font-size: 12px;
    line-height: 1.17;
  }
}

.gt_b__container .empty__links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.gt_b__container .empty__link {
  display: flex;
  /* margin: 0 auto; */
  gap: 10px;
  align-items: center;
  border-radius: 14px;
  padding: 14px 25px;
}

.gt_b__container .empty__link h3 {
  margin: 0;
}

@media (max-width: 576px) {
  .gt_b__container .empty__link {
    width: 50%;
    padding: 10px 17px;
    border-radius: 12px;
    gap: 12px;
  }
}

.gt_b__container .empty__link--left {
  background: linear-gradient(90deg, #deff31 0%, #afca1f 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
}

.gt_b__container .empty__link--right {
  align-self: flex-start;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

.gt_b__container .empty__link--right .empty__text-link {
  color: #fff;
}

.gt_b__container .empty__text-link {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .gt_b__container .empty__text-link {
    font-size: 12px;
  }
}

.gt_b__container .empty__pic-link {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.woocommerce-view-order .woocommerce-order-wrapper {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1024px) {
  .woocommerce-view-order .woocommerce-order-wrapper {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

.woocommerce-view-order .woocommerce-order-details {
  max-width: 831px;
  width: 100%;
}

.woocommerce-view-order .woocommerce-order-details__top {
  display: flex;
  align-items: center;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-bottom: 34px;
}

@media (max-width: 1024px) {
  .woocommerce-view-order .woocommerce-order-details__top {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details__top {
    margin-bottom: 20px;
  }
}

.woocommerce-view-order .woocommerce-order-details__top-title {
  color: #fff;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details__top-title {
    color: var(--Main-White, #fff);
    font-size: 35px;
  }
}

.woocommerce-view-order .woocommerce-order-details__top .btn-back {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 14.2px 19.6px;
  border-radius: 59px;
  border: 1px solid #3b393b;
  background: #121012;
}

@media (max-width: 1024px) {
  .woocommerce-view-order .woocommerce-order-details__top .btn-back {
    align-self: flex-start;
  }
}

@media (max-width: 1024px) {
  .woocommerce-view-order .woocommerce-order-details__top .btn-back {
    font-size: 12px;
    line-height: 14px;
    padding: 11.5px 14.5px;
  }
}

.woocommerce-view-order .woocommerce-order-details__top .btn-back svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
}

.woocommerce-view-order .woocommerce-order-details .order-details__head {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #3b393b;
  background: #121012;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details .order-details__head {
    padding: 0;
    border: none;
    border-radius: unset;
    margin-bottom: 14px;
  }
}

.woocommerce-view-order .woocommerce-order-details .order-details__col {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 768px) {
  .woocommerce-view-order
    .woocommerce-order-details
    .order-details
    .order-details__col--product {
    color: #cbcbcb;
  }
}

@media (max-width: 768px) {
  .woocommerce-view-order
    .woocommerce-order-details
    .order-details
    .order-details__col--price {
    display: none;
  }
}

.woocommerce-view-order .woocommerce-order-details .order-details__body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 8px;
}

.woocommerce-view-order .woocommerce-order-details .order-details__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details .order-details__row {
    padding: 18px 14px;
  }
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__row:nth-child(odd) {
  background-color: #222;
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__row:nth-child(even) {
  background-color: #191919;
}

.woocommerce-view-order .woocommerce-order-details .order-details__product {
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details .order-details__product {
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-view-order .woocommerce-order-details .order-details__price {
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details .order-details__price {
    font-size: 12px;
    line-height: 14px;
  }
}

.woocommerce-view-order .woocommerce-order-details .order-details__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.woocommerce-view-order .woocommerce-order-details .order-details__footer {
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #3b393b;
  background: #121012;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-details .order-details__footer {
    padding: 10px 14px;
  }
}

.woocommerce-view-order .woocommerce-order-details .order-details__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-view-order .woocommerce-order-details .order-details__total-label {
  color: dimgray;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 768px) {
  .woocommerce-view-order
    .woocommerce-order-details
    .order-details__total-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__total-value
  .amount {
  color: #cbcbcb;
  font-family: "Kuunari", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 768px) {
  .woocommerce-view-order
    .woocommerce-order-details
    .order-details__total-value
    .amount {
    font-size: 18px;
  }
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__total-row.total {
  padding-top: 10px;
  border-top: 1px solid #434343;
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__total-row.total
  .order-details__total-label {
  color: #fff;
  font-weight: 500;
}

.woocommerce-view-order
  .woocommerce-order-details
  .order-details__total-row.total
  .order-details__total-value
  .amount {
  color: #fff;
}

.woocommerce-view-order .woocommerce-order-statuses {
  max-width: 350px;
  width: 100%;
}

@media (max-width: 1024px) {
  .woocommerce-view-order .woocommerce-order-statuses {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-statuses.desktop {
    display: none;
  }
}

.woocommerce-view-order .woocommerce-order-statuses.mobile {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-statuses.mobile {
    display: block;
    max-width: 100%;
  }
}

.woocommerce-view-order .woocommerce-order-statuses__top {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #434343;
}

.woocommerce-view-order .woocommerce-order-statuses__title {
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: unset;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-statuses__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}

.woocommerce-view-order .woocommerce-order-statuses__item {
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  padding: 3px 3px 3px 8px;
  border-radius: 24px;
  display: none;
}

.woocommerce-view-order .woocommerce-order-statuses__item.active {
  display: inline-flex;
}

.woocommerce-view-order .woocommerce-order-statuses__item.completed,
.woocommerce-view-order .woocommerce-order-statuses__item.ready-for-pickup,
.woocommerce-view-order .woocommerce-order-statuses__item.shipped {
  background: linear-gradient(
    24deg,
    rgba(152, 231, 5, 0.1) 13.41%,
    rgba(0, 140, 0, 0.1) 81.74%
  );
}

.woocommerce-view-order
  .woocommerce-order-statuses__item.completed
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.ready-for-pickup
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.shipped
  .woocommerce-order-statuses__text {
  background: linear-gradient(24deg, #98e705 13.41%, #008c00 81.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.woocommerce-view-order .woocommerce-order-statuses__item.pending,
.woocommerce-view-order .woocommerce-order-statuses__item.on-hold {
  background: linear-gradient(
    24deg,
    rgba(241, 141, 30, 0.1) 13.41%,
    rgba(246, 179, 0, 0.1) 81.73%
  );
}

.woocommerce-view-order
  .woocommerce-order-statuses__item.pending
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.on-hold
  .woocommerce-order-statuses__text {
  background: linear-gradient(24deg, #f18d1e 13.41%, #f6b300 81.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.woocommerce-view-order .woocommerce-order-statuses__item.processing,
.woocommerce-view-order .woocommerce-order-statuses__item.refunded,
.woocommerce-view-order .woocommerce-order-statuses__item.checkout-draft {
  border-radius: 24px;
  background: linear-gradient(
    24deg,
    rgba(1, 232, 255, 0.1) 13.41%,
    rgba(12, 126, 251, 0.1) 81.74%
  );
}

.woocommerce-view-order
  .woocommerce-order-statuses__item.processing
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.refunded
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.checkout-draft
  .woocommerce-order-statuses__text {
  background: linear-gradient(24deg, #01e8ff 13.41%, #0c7efb 81.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.woocommerce-view-order .woocommerce-order-statuses__item.cancelled,
.woocommerce-view-order .woocommerce-order-statuses__item.failed {
  background: #331616;
}

.woocommerce-view-order
  .woocommerce-order-statuses__item.cancelled
  .woocommerce-order-statuses__text,
.woocommerce-view-order
  .woocommerce-order-statuses__item.failed
  .woocommerce-order-statuses__text {
  color: #ff3932;
}

.woocommerce-view-order .woocommerce-order-statuses__text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.woocommerce-view-order .woocommerce-order-statuses__icon svg {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.woocommerce-view-order .woocommerce-order-statuses__all-process {
  display: flex;
  flex-direction: column;
}

.woocommerce-view-order .woocommerce-order-statuses__all-process-item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 22px;
  column-gap: 22px;
  position: relative;
  padding-bottom: 34px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-statuses__all-process-item {
    padding-bottom: 24px;
  }
}

.woocommerce-view-order .woocommerce-order-statuses__all-process-item::before {
  content: "";
  width: 4px;
  background: rgba(129, 52, 254, 0.4);
  position: absolute;
  left: 6px;
  height: 100%;
}

.woocommerce-view-order
  .woocommerce-order-statuses__all-process-item:last-child {
  padding-bottom: 0px;
}

.woocommerce-view-order
  .woocommerce-order-statuses__all-process-item:last-child::before {
  display: none;
}

.woocommerce-view-order
  .woocommerce-order-statuses__all-process-item.active
  .icon {
  background: #8134fe;
}

.woocommerce-view-order .woocommerce-order-statuses__all-process-item .text {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 768px) {
  .woocommerce-view-order .woocommerce-order-statuses__all-process-item .text {
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-view-order .woocommerce-order-statuses__all-process-item .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #8134fe;
  background: #121012;
  z-index: 1;
}

.gt_b__container {
  max-width: 1282px;
  padding: 0px 15px;
  margin: 0 auto;
}

.gt_b__container .dashboard__upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.gt_b__container .dashboard__upload.active {
  opacity: 1;
  visibility: visible;
}

.dashboard__banner {
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #3b393b;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .dashboard__banner {
    padding: 30px 35px;
  }
}

.dashboard__banner * {
  position: relative;
  z-index: 3;
}

.dashboard__banner-img {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.dashboard__banner h3 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 25px;
  font-family: "Kuunari", sans-serif;
}
@media (min-width: 576px) {
  .dashboard__banner h3 {
    font-size: 35px;
  }
}

.dashboard__banner .text {
  margin: 10px auto 20px;
  max-width: 326px;
}

@media (min-width: 576px) {
  .dashboard__banner .text {
    margin: 20px auto 30px;
  }
}

.gt_b__container .dashboard__upload-inner {
  padding: 22px 30px 30px 30px;
  max-width: 365px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-inner {
    padding: 15.5px 14px 14px 14px;
  }
}

@media (max-width: 380px) {
  .gt_b__container .dashboard__upload-inner {
    max-width: 93vw;
  }
}

.gt_b__container .dashboard__upload-close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 17px;
  right: 17px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-close {
    top: 14px;
    right: 14px;
    width: 27px;
    height: 27px;
  }
}

.gt_b__container .dashboard__upload-title {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 39px;
  font-variant: all-small-caps;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 23.5px;
  }
}

.gt_b__container .dashboard__upload-attach {
  max-width: 170px;
  width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed rgba(203, 203, 203, 0.2);
  margin-bottom: 12px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-attach {
    max-width: 196px;
    height: 189px;
    margin-bottom: 14px;
  }
}

.gt_b__container
  .dashboard__upload-attach.image-added
  .dashboard__upload-attach-text {
  display: none;
}

.gt_b__container .dashboard__upload-attach-text {
  color: #cbcbcb;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  max-width: 104px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-attach-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 106px;
  }
}

.gt_b__container .dashboard__upload-description {
  color: dimgray;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-description {
    font-size: 12px;
    line-height: 14px;
  }
}

.gt_b__container .dashboard__upload-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.gt_b__container .dashboard__upload-btn-cancel,
.gt_b__container .dashboard__upload-btn-change {
  display: none;
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 15px 20px;
}

.gt_b__container .dashboard__upload-btn-cancel.active,
.gt_b__container .dashboard__upload-btn-change.active {
  display: block;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-btn-cancel,
  .gt_b__container .dashboard__upload-btn-change {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 27px;
  }
}

.gt_b__container .dashboard__upload-btn-attach,
.gt_b__container .dashboard__upload-btn-save {
  display: none;
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 20px;
  border-radius: 19px;
  background: var(
    --Gradients-for-BTN,
    linear-gradient(
      180deg,
      rgba(153, 153, 153, 0.32) 0%,
      rgba(255, 255, 255, 0.32) 51.5%,
      rgba(153, 153, 153, 0.32) 100%
    )
  );
  border: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard__upload-btn-attach,
  .gt_b__container .dashboard__upload-btn-save {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 34px;
  }
}

.gt_b__container .dashboard__upload-btn-attach.active,
.gt_b__container .dashboard__upload-btn-save.active {
  display: block;
}

.gt_b__container .dashboard__title {
  color: #fff;
  text-align: center;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 34px;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard__title {
    font-size: 35px;
    line-height: 1;
  }
}

.gt_b__container .dashboard .info {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info {
    flex-direction: column;
  }
}

.gt_b__container .dashboard .info .user {
  width: 60%;
  flex: 1 0 auto;
  font-family: "SF Pro Display", sans-serif;
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user {
    width: 100%;
  }
}

.gt_b__container .dashboard .info .user__data {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  background: #121012;
  margin-bottom: 16px;
}

@media (max-width: 1390px) {
  .gt_b__container .dashboard .info .user__data {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user__data {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__data {
    padding: 14px;
    margin-bottom: 12px;
    align-items: flex-start;
  }
}

.gt_b__container .dashboard .info .user__box-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.gt_b__container .dashboard .info .user__pic {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__pic {
    width: 62px;
    height: 62px;
  }
}

.gt_b__container .dashboard .info .user__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .user__personal {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.gt_b__container .dashboard .info .user__name {
  width: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__name {
    font-size: 16px;
    line-height: 1.25;
  }
}

.gt_b__container .dashboard .info .user__e-mail {
  color: #9c9c9c;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  line-height: 1.38;
  word-break: break-all;
  max-width: 350px;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__e-mail {
    font-size: 14px;
    line-height: 1.29;
  }
}

.gt_b__container .dashboard .info .user__btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__btn-box {
    width: 100%;
  }
}

.gt_b__container .dashboard .info .user__photo-link {
  padding: 15px 34px;
  border-radius: 19px;
  background-color: #fff;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 1230px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1140px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 15px;
  }
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 15px 34px;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user__photo-link {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 15px 28px;
  }
}

@media (max-width: 655px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 15px 22px;
  }
}

@media (max-width: 600px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 12px 34px;
    line-height: 1;
    border-radius: 14px;
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 373px) {
  .gt_b__container .dashboard .info .user__photo-link {
    padding: 12px 28px;
  }
}

.gt_b__container .dashboard .info .user__avatar-link {
  padding: 15px 34px;
  border-radius: 19px;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 1140px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 15px;
  }
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 15px 34px;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 15px 28px;
  }
}

@media (max-width: 655px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 15px 22px;
  }
}

@media (max-width: 600px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 12px 40px;
    font-size: 12px;
    line-height: 1;
    border-radius: 14px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 373px) {
  .gt_b__container .dashboard .info .user__avatar-link {
    padding: 12px 28px;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden {
  display: none;
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user__prize--hidden {
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__prize--hidden {
    display: block;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden .prize__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user__prize--hidden .prize__title {
    margin-bottom: 12px;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 13px 18px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize {
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize {
    padding: 14px;
  }
}

.gt_b__container
  .dashboard
  .info
  .user__prize--hidden
  .box-prize__congratulation {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize__pic {
  width: 62px;
  height: 64px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize__pic {
    width: 47px;
    height: 48px;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize__text {
  color: #cbcbcb;
  font-weight: 500;
  line-height: 1.38;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize__text {
    font-size: 14px;
    line-height: 1.29;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize__claim {
  text-align: end;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__prize--hidden .box-prize__claim {
    width: 100%;
    text-align: center;
  }
}

.gt_b__container .dashboard .info .user__prize--hidden .box-prize__link-claim {
  display: inline-flex;
  cursor: pointer;
  padding: 15px 30px;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(90deg, #deff31 0%, #afca1f 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
  color: var(--Main-For-Headline, #121012);
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .gt_b__container
    .dashboard
    .info
    .user__prize--hidden
    .box-prize__link-claim {
    width: 75%;
    justify-content: center;
    border-radius: 14px;
  }
}

@media (max-width: 425px) {
  .gt_b__container
    .dashboard
    .info
    .user__prize--hidden
    .box-prize__link-claim {
    width: 100%;
  }
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user .prize {
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user .prize {
    display: none;
  }
}

.gt_b__container .dashboard .info .user .prize__title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user .prize__title {
    margin-bottom: 12px;
  }
}

.gt_b__container .dashboard .info .user .prize .box-prize {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 12.5px 18px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .user .prize .box-prize {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .user .prize .box-prize {
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user .prize .box-prize {
    padding: 14px;
  }
}

.gt_b__container .dashboard .info .user .prize .box-prize__congratulation {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  z-index: 1;
}

.gt_b__container .dashboard .info .user .prize .box-prize__pic {
  width: 62px;
  height: 64px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user .prize .box-prize__pic {
    width: 47px;
    height: 48px;
  }
}

.gt_b__container .dashboard .info .user .prize .box-prize__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .user .prize .box-prize__claim {
  text-align: end;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user .prize .box-prize__claim {
    width: 100%;
    text-align: center;
  }
}

.gt_b__container .dashboard .info .user .prize .box-prize__link-claim {
  display: inline-flex;
  cursor: pointer;
  padding: 15px 30px;
  align-items: center;
  border-radius: 19px;
  background: linear-gradient(90deg, #deff31 0%, #afca1f 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
  color: var(--Main-For-Headline, #121012);
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user .prize .box-prize__link-claim {
    width: 75%;
    justify-content: center;
    border-radius: 14px;
  }
}

@media (max-width: 425px) {
  .gt_b__container .dashboard .info .user .prize .box-prize__link-claim {
    width: 100%;
  }
}

.gt_b__container .dashboard .info .user .prize .box-prize__gradient {
  width: 339px;
  height: 342px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(70, 16, 156) 14%,
    rgba(18, 16, 18, 0) 100%
  );
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  filter: blur(70px);
}

.gt_b__container .dashboard .info .user__pick-avatar {
  display: flex;
  position: relative;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__pick-avatar {
    width: 50%;
  }
}

.gt_b__container .dashboard .info .user__pick-avatar-inner {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  padding: 13px 9px 9px 9px;
  max-width: 305px;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  background-color: #1e1e1e;
  border: 1px solid #2f2d2f;
  border-radius: 10px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__pick-avatar-inner {
    max-width: 255px;
    gap: 7px;
    padding: 11px 9px 9px 9px;
    left: unset;
    transform: unset;
    right: 0px;
  }
}

.gt_b__container .dashboard .info .user__pick-avatar-inner.active {
  opacity: 1;
  visibility: visible;
}

.gt_b__container
  .dashboard
  .info
  .user__pick-avatar-inner
  .user__pick-avatar-label {
  width: 100%;
  height: 65px;
}

@media (max-width: 576px) {
  .gt_b__container
    .dashboard
    .info
    .user__pick-avatar-inner
    .user__pick-avatar-label {
    height: 54px;
  }
}

.gt_b__container
  .dashboard
  .info
  .user__pick-avatar-inner
  .user__pick-avatar-label
  input[type="radio"] {
  display: none;
}

.gt_b__container
  .dashboard
  .info
  .user__pick-avatar-inner
  .user__pick-avatar-label
  input[type="radio"]:checked
  + img {
  outline: 2px solid #deff31;
}

.gt_b__container
  .dashboard
  .info
  .user__pick-avatar-inner
  .user__pick-avatar-label
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  cursor: pointer;
}

.gt_b__container .dashboard .info .user__pick-avatar-figure {
  display: flex;
  position: absolute;
  left: calc(50% + 8px);
  transform: translateX(-50%);
  top: -10px;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .user__pick-avatar-figure {
    left: calc(50% + 60px);
  }
}

.gt_b__container .dashboard .info .user__pick-avatar-line {
  width: 100%;
  height: 1px;
  background: #1e1e1e;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 2;
}

.gt_b__container .dashboard .info .lds-ring,
.gt_b__container .dashboard .info .lds-ring div {
  box-sizing: border-box;
}

.gt_b__container .dashboard .info .lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.gt_b__container .dashboard .info .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 3px;
  border: 3px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.gt_b__container .dashboard .info .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.gt_b__container .dashboard .info .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.gt_b__container .dashboard .info .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

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

.gt_b__container .dashboard .info .status {
  width: 39%;
}

@media (max-width: 1040px) {
  .gt_b__container .dashboard .info .status {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .status {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance {
    display: flex;
    gap: 2%;
  }
}

.gt_b__container .dashboard .info .status__box-balance .ballance {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance {
    flex-direction: column;
    padding: 14px;
    gap: 12px;
    width: 49%;
  }
}

.gt_b__container .dashboard .info .status__box-balance .ballance__name {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance__name {
    gap: 12px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .ballance__pic-name {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance__pic-name {
    width: 38px;
    height: 38px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .ballance__img-name {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .status__box-balance .ballance__text-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

@media (max-width: 1140px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance__text-name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance__text-name {
    font-size: 14px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .ballance__qnty {
  padding: 6px 20px;
  border-radius: 16px;
  background: linear-gradient(
    24deg,
    rgba(241, 141, 30, 0.1) 13.41%,
    rgba(246, 179, 0, 0.1) 81.73%
  );
}

.gt_b__container .dashboard .info .status__box-balance .ballance__qnty span {
  background: var(
    --Gradients-Orange,
    linear-gradient(24deg, #f18d1e 13.41%, #f6b300 81.73%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.gt_b__container
  .dashboard
  .info
  .status__box-balance
  .ballance__qnty
  .lds-ring {
  color: #f18d1e;
}

.gt_b__container .dashboard .info .status__box-balance .ballance__count {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .ballance__count {
    font-size: 14px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 19px;
  border: 1px solid #3b393b;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries {
    flex-direction: column;
    padding: 14px;
    gap: 12px;
    font-size: 14px;
    width: 49%;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries__name {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__name {
    gap: 12px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries__pic-name {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__pic-name {
    width: 38px;
    height: 38px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries__img-name {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .status__box-balance .entries__text-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

@media (max-width: 1140px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__text-name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__text-name {
    font-size: 14px;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries__qnty {
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: linear-gradient(
    24deg,
    rgba(1, 232, 255, 0.1) 13.41%,
    rgba(12, 126, 251, 0.1) 81.74%
  );
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__qnty {
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__qnty {
    white-space: nowrap;
  }
}

.gt_b__container .dashboard .info .status__box-balance .entries__qnty span {
  background: linear-gradient(24deg, #01e8ff 13.41%, #0c7efb 81.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.gt_b__container
  .dashboard
  .info
  .status__box-balance
  .entries__qnty
  .lds-ring {
  color: #0c7efb;
}

.gt_b__container .dashboard .info .status__box-balance .entries__pic-qnty {
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.gt_b__container .dashboard .info .status__box-balance .entries__img-qnty {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gt_b__container .dashboard .info .status__box-balance .entries__count {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  background: linear-gradient(24deg, #01e8ff 13.41%, #0c7efb 81.74%);
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status__box-balance .entries__count {
    font-size: 14px;
  }
}

.gt_b__container .dashboard .info .status .claim {
  border-radius: 14px;
  border: 1px solid #3b393b;
  background: #1e1e1e;
  padding: 35px 38px 35px;
  text-align: center;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status .claim {
    padding: 34px;
  }
}

.gt_b__container .dashboard .info .status .claim__title {
  color: var(--Main-White, #fff);
  font-family: "Kuunari";
  font-size: 35px;
  font-weight: 900;
  line-height: 1.09;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .gt_b__container .dashboard .info .status .claim__title {
    font-size: 25px;
  }
}

.gt_b__container .dashboard .info .status .claim__subtitle {
  color: #cbcbcb;
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 29px;
}

.gt_b__container .dashboard .info .status .claim__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt_b__container .dashboard .info .status .claim__link {
  min-width: auto;
  display: flex;
  padding: 14px 31px 14px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  gap: 10px;
  background: linear-gradient(90deg, #f0f0f0 0%, #c2c2c2 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
}

@media (max-width: 576px) {
  .gt_b__container .dashboard .info .status .claim__link {
    padding: 12px 22px;
  }
}

.gt_b__container .dashboard .info .status .claim__text-link {
  color: #121012;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .gt_b__container .dashboard .info .status .claim__text-link {
    font-size: 12px;
  }
}

.gt_b__container .dashboard .info .status .claim__img-link {
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.modal-prize {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.modal-prize.active {
  opacity: 1;
  visibility: visible;
}

.modal-prize .modal-dialog {
  padding: 20px;
  width: calc(100% - 15px - 15px);
  position: relative;
  overflow-y: scroll;
  max-height: 70%;
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(59, 57, 59, 0), #3b393b);
  position: relative;
}

@media (min-width: 380px) {
  .modal-prize .modal-dialog {
    width: 100%;
    max-width: 380px;
  }
}

@media (min-width: 576px) {
  .modal-prize .modal-dialog {
    padding: 18px 30px 30px;
  }
}

.modal-prize .modal-dialog::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 18px;
  height: calc(100% - 2px);
  background: #1e1e1e;
}

.modal-prize .modal-dialog > * {
  position: relative;
  z-index: 3;
}

.modal-prize .modal-dialog h3 {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-variant: all-small-caps;
  font-weight: 500;
}

@media (min-width: 576px) {
  .modal-prize .modal-dialog h3 {
    font-size: 24px;
  }
}

.modal-prize .close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background: rgba(0, 0, 0, 0);
  border: none;
  top: 0px;
  right: 0px;
}

.modal-prize .close svg {
  display: block;
  position: relative;
  z-index: 4;
  line-height: 0;
  height: auto;
}

.modal-prize__step {
  display: none;
}

.modal-prize__step.active {
  display: block;
}

.modal-prize__step_1 h4 {
  text-align: center;
  margin-top: 16px;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.modal-prize__step_1 .text {
  margin-top: 10px;
  text-align: center;
}

.modal-prize__step_2 .text {
  text-align: center;
}

.modal-prize__step_3 .text {
  margin-top: 24px;
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.modal-prize__step_3__btns {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.modal-prize__step_3__btns .btn-sign {
  width: 100%;
  margin-top: 0 !important;
}

.modal-prize__step_3__btns .btn-login {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.32) 0%,
    rgba(255, 255, 255, 0.32) 51.5%,
    rgba(153, 153, 153, 0.32) 100%
  );
}

.modal-prize__step_3__quan {
  margin-left: auto;
  padding-left: 10px;
  border-left: 1px solid #3b393b;
}

.modal-prize__step_3__quan span {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 16px;
  background: linear-gradient(
    24deg,
    rgba(241, 141, 30, 0.1) 13.41%,
    rgba(246, 179, 0, 0.1) 81.73%
  );
  color: #f18d1e;
}

.modal-prize__step_3__badge {
  margin-top: 24px;
  border-radius: 15px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(-77deg, rgba(59, 57, 59, 0), #3b393b);
  position: relative;
  overflow: hidden;
}

.modal-prize__step_3__badge img {
  display: block;
  width: 60px;
  height: auto;
}

.modal-prize__step_3__badge::before {
  content: "";
  border-radius: 15px;
  display: block;
  z-index: 4;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 15px;
  height: calc(100% - 2px);
  background: #121012;
}

.modal-prize__step_3__badge * {
  position: relative;
  z-index: 5;
}

.modal-prize__options {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-prize__option {
  border-radius: 15px;
  padding: 8px 14px;
  display: flex;
  gap: 15px;
  align-items: center;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(-77deg, rgba(59, 57, 59, 0), #3b393b);
  position: relative;
  overflow: hidden;
}

.modal-prize__option::before {
  content: "";
  border-radius: 15px;
  display: block;
  z-index: 4;
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  border-radius: 15px;
  height: calc(100% - 2px);
  background: #121012;
}

.modal-prize__option::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-radius: 15px;
  height: 100%;
  background: linear-gradient(-96deg, rgb(1, 232, 255), rgb(12, 126, 251));
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal-prize__option img {
  display: block;
  width: 60px;
  height: auto;
}

.modal-prize__option.active::after {
  opacity: 1;
}

.modal-prize__option * {
  position: relative;
  z-index: 5;
}

.modal-prize__option .btn-sign {
  margin-top: 24px;
}

.modal-prize form {
  margin-top: 24px;
}

.modal-prize .modal-header {
  text-align: center;
}

.modal-prize .btn-sign {
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}

.modal-prize input {
  margin-top: 16px;
  width: 100%;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  background: #454242;
  border: none;
  padding: 11px 35px 11px 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .modal-prize input {
    font-size: 14px;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.modal-prize input::-moz-placeholder {
  color: #9c9c9c;
}

.modal-prize input::placeholder {
  color: #9c9c9c;
}

.modal-prize input:focus {
  outline: none;
}

.modal-prize input.error {
  border-color: #ff3932;
}

.modal-prize input.success {
  border-color: #60b527;
}

/*# sourceMappingURL=test.css.map */

.woocommerce-lost-password .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-lost-password div.woocommerce {
  display: flex;
  justify-content: center;
  padding: 100px 15px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password div.woocommerce {
    padding: 50px 15px;
  }
}
.woocommerce-lost-password .lost_reset_password {
  padding: 17px 30px 30px 30px;
  border-radius: 18px;
  border: 1px solid var(--Gradients-Linear, #3b393b);
  background: var(--Main-Black-01, #1e1e1e);
  max-width: 400px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .lost_reset_password {
    padding: 15.5px 14px 14px 14px;
  }
}
@media (max-width: 390px) {
  .woocommerce-lost-password .lost_reset_password {
    max-width: 93vw;
  }
}
.woocommerce-lost-password .lost_reset_password .lost_reset_password {
  width: 100%;
}
.woocommerce-lost-password .lost_reset_password-title {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  font-variant: all-small-caps;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .lost_reset_password-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19.5px;
  }
}
.woocommerce-lost-password .lost_reset_password .woocommerce-form-row {
  position: relative;
  width: 100%;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password
    .lost_reset_password
    .woocommerce-form-row:first-of-type {
    margin-bottom: 12px;
  }
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row:nth-of-type(2) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password
    .lost_reset_password
    .woocommerce-form-row:nth-of-type(2) {
    margin-bottom: 18px;
  }
}
.woocommerce-lost-password .lost_reset_password .woocommerce-form-row input {
  width: 100%;
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  background: #454242;
  border: none;
  padding: 11px 35px 11px 14px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .lost_reset_password .woocommerce-form-row input {
    font-size: 14px;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  input::-moz-placeholder {
  color: #9c9c9c;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  input::placeholder {
  color: #9c9c9c;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  input:focus {
  outline: none;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  input.error {
  border-color: #ff3932;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  input.success {
  border-color: #60b527;
}
.woocommerce-lost-password .lost_reset_password .woocommerce-form-row svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.woocommerce-lost-password
  .lost_reset_password
  .woocommerce-form-row
  svg.active {
  opacity: 1;
  visibility: visible;
}
.woocommerce-lost-password .lost_reset_password .form-row.button {
  width: 100%;
}
.woocommerce-lost-password .lost_reset_password .form-row.button .button {
  width: 100%;
  justify-content: center;
  padding: 14px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .lost_reset_password .form-row.button .button {
    padding: 13px 12px;
  }
}
.woocommerce-lost-password
  .lost_reset_password
  .form-row.button
  .button
  .text-span {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password
    .lost_reset_password
    .form-row.button
    .button
    .text-span {
    font-size: 12px;
    font-weight: 600;
  }
}
.woocommerce-lost-password .remember-pass {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  justify-content: center;
  color: #cbcbcb;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .remember-pass {
    font-size: 14px;
    line-height: 18px;
  }
}
.woocommerce-lost-password .remember-pass__login {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(24deg, #01e8ff 13.41%, #0c7efb 81.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  border: none;
}
@media (max-width: 768px) {
  .woocommerce-lost-password .remember-pass__login {
    font-size: 14px;
    line-height: 18px;
  }
}

.woocommerce-lost-password .woocommerce {
  padding-top: 0;
}
