section.single_product ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.single_product .yith-wcwl-add-button {
  z-index: 1 !important;
}

section.single_product .sub-description ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: disc;
}

section.single_product p.price {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}

section.single_product .product-image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 650px;
}


section.single_product nav.woocommerce-breadcrumb {
  margin: 0 0 50px 0;
}

section.single_product a.woocommerce-product-gallery__trigger {
  display: none;
}

section.single_product nav.woocommerce-breadcrumb a,
section.single_product nav.woocommerce-breadcrumb span {
  color: #565656 !important;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

section.single_product .product_info li.acf-field {
  display: flex;
  flex-wrap: wrap;
}

/* section.single_product span.sub-description {
  display: flex;
      flex-wrap: wrap;
} */
/* section.single_product span.sub-description img{
margin-left: 10px;
} */

section.single_product nav.woocommerce-breadcrumb span {
  font-weight: 700;
}

/* hide contents */
section.single_product .woocommerce-product-rating,
p.stock.in-stock {
  display: none !important;
}

section.single_product p.price ins bdi::after {
  content: " (ON SALE)";
}

.woocommerce-product-details__short-description p,
.description.text-black.acf-field .description {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-notices-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0 20px;
  border: 1px solid #00cbff !important;
  background: #fff;
  padding: 10px !important;
  border-radius: 10px;
}

.woocommerce-error {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid #00cbff !important;
  background: #fff;
  padding: 10px !important;
  border-radius: 10px;
  position: unset;
  left: 10px !important;
  top: 10px !important;
  z-index: 9;
}

section.single_product h1.product_title.entry-title {
  color: var(--26004-d, #26004d);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

section.single_product p.price del bdi {
  color: var(--c-40000, #c30000);
  font-family: "Roboto Condensed";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: strikethrough;
  text-transform: uppercase;
}

section.single_product p.price ins bdi {
  color: var(--c-40000, #c30000);
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

section.single_product .quantity button.minus {
  /* padding: 20px 10px; */
  border-radius: 10px 0px 0px 10px;
  background: #00cbff;
}


section.single_product .quantity button.plus {
  /* padding: 20px 10px; */
  border-radius: 0px 10px 10px 0px;
  background: #00cbff;
}

a.button.wc-forward {
  border-radius: 10px;
  background: #26004C;
  transition: 0.5s ease all;
  border: 1px solid #26004C;
  color: white;
}

section.single_product .quantity button {
  border: none;
  width: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.single_product .quantity {
  display: flex;
  align-items: center;
}

/* Keyframes for the fade-out and slide-up effect */
@keyframes fadeOutSlideUp {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
    /* Initial position */
  }

  20% {
    opacity: 0.9;
    /* Fade to half opacity */
    transform: translate(-50%, -60%);
    /* Slide up slightly */
  }

  70% {
    opacity: 0.5;
    /* Fade to half opacity */
    transform: translate(-50%, -60%);
    /* Slide up slightly */
  }

  100% {
    opacity: 0;
    /* Fully transparent */
    transform: translate(-50%, -70%);
    /* Slide up more */
  }
}

section.single_product button.single_add_to_cart_button {
  padding: 15px;
  border-radius: 10px;
  background-color: #00cbff !important;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
}

button.single_add_to_cart_button.button.alt.disabled {
  padding: 15px;
  border-radius: 10px;
  background-color: #aaa !important;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
}

section.single_product form.cart {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  order: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

section.single_product form.cart img {
  height: 62px;
  object-fit: contain;
}

section.single_product .quantity .qty {
  padding: 10px;
  border: none;
}

section.single_product .quantity {
  background-color: #f4f4f4;
}

/* section.single_product .product_info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
} */

section.single_product .product_info {
  margin: 30px 0 0 0;
  column-count: 2;
  column-gap: 0;
  flex: 1;
}

section.single_product .card-details {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}


section.single_product .product_info li {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

section.single_product .product_info li:not(:last-of-type) {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

img.default-card-style.wp-post-image {
  filter: grayscale(1) blur(1px);
}

section.single_product .product_info li {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

section.single_product div.description.acf-field {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.single_product span.sub-description strong {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.single_product div.description.acf-field span.strong-span {
  display: flex;
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

section.single_product .product_info span.mb-0,
li.acf-fieldstock span,
section.single_product .product_info li.acf-field.card_game span.label {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

section.single_product .product_info>div {
  width: calc(50% - 7.5px);
  display: flex;
  align-items: center;
  gap: 0 5px;
}

section.single_product .product_info>div p {
  margin-bottom: 0;
}

section.single_product .product_info h4 {
  color: var(--d-9-d-9-d-9, #212121);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

section.single_product .summary.entry-summary {
  display: flex;
  flex-direction: column;
}

section.single_product .other_info {
  margin-top: 30px;
}

section.single_product .product_meta,
#tab-title-description {
  display: none !important;
}

section.review {
  background-color: #26004d;
}

section.review #reviews #comments h2,
.reviews_tab {
  color: #ffffff;
}

section.review .tabs.wc-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.review .comment_container {
  border-radius: 15px;
  background: #fff;
  padding: 40px 30px;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  margin: auto;
  max-width: 100%;
}

.modal-content {
  border-radius: 10px;
  background: #212121;
  padding: 30px;
  width: 996px;
  height: 546px;
  margin: auto;
}

#review_form {
  color: #fff;
}

#review_form .required {
  color: #f00;
}

#review_form h2.text-white {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.modal_header {
  display: flex;
  justify-content: end;
  align-items: center;
}

#review_form p.info {
  margin-bottom: 50px;
}

#review_form p.stars {
  margin-bottom: 20px;
}

#reply-title {
  display: none;
}

.comment-form-rating .woocommerce p.stars a::before {
  fill: #bcbcbc;
}

.comment-form-rating label,
.comment-form-comment label {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

textarea#comment {
  height: 110px !important;
  padding: 10px 0px 10px 10px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}

.woocommerce p.stars a::before {
  content: "\e020" !important;
  color: #bcbcbc;
}

.woocommerce p.stars.selected a.active::before {
  content: "\e021" !important;
  color: #bcbcbc;
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\e021" !important;
  color: #bcbcbc;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020" !important;
  color: #f1c644;
}

input#submit.submit {
  padding: 12px 30px;
  border-radius: 10px;
  background: #00cbff;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: pre;
  display: block;
  width: fit-content;
  transition: 0.5s ease all;
}

nav.woocommerce-breadcrumb svg {
  margin: 0 10px;
}

@media (max-width: 1366px) {
  /* section.related_products ul#related-products > li {
    width: 33.33%;
  } */
}

@media (max-width: 1199px) {
  section.single_product .product_info>div {
    width: 100%;
  }

  section.single_product .product-image img {
    max-height: 500px;
  }
}

@media (max-width: 991px) {
  section.single_product .product_info {
    column-count: 1;
  }

  section.single_product nav.woocommerce-breadcrumb {
    margin: 0 0 40px 0;
    gap: 0;
  }

  section.single_product section.single_product nav.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-left: 0;
  }

  section.single_product .product_gallery .woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .feature_card .row {
    row-gap: 30px;
  }

  section.feature_card .content {
    max-width: 320px;
    margin: auto;
  }

  section.single_product nav.woocommerce-breadcrumb {
    margin: 0 0 30px 0;
  }

  section.single_product .product_gallery .woocommerce-product-gallery__image {
    margin-bottom: 30px;
  }

  section.single_product h1.product_title.entry-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  section.single_product section.single_product nav.woocommerce-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
}