/*Classwallet US Product*/
.classwallet-main-product-sec {
  border-radius: 64px;
  background: #f0f6ff;
  padding: 64px;
  margin-bottom: 35px;
}
.classwallet-product-inner-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.classwallet-product-image {
  text-align: center;
  width: 36%;
  position: relative;
  margin: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px !important;
  border-radius: 52px;
}
.classwallet-product-inner-sec .woocommerce-product-gallery img.wp-post-image,
.classwallet-product-item .classwallet-product-image img {
  width: 353px;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.us-popular-product .eael-product-list-image-wrap {
  margin: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px !important;
  border-radius: 12px;
}
.classwallet-product-content {
  width: 60%;
  padding-left: 70px;
}
.classwallet-product-content h2.product-title {
  color: #1d1047;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  font-family: "urban-bold" !important;
}
/* .classwallet-product-content a.reset_variations,
.classwallet-product-content .variations.classwallet-usa-products tr:nth-child(2) ul.variable-items-wrapper,
.us-popular-product ul.eael-product-list-buttons-on-hover {
    display: none !important;
}
.classwallet-product-content .variations.classwallet-usa-products tr:nth-child(2) th {
    display: none;
    border: none;
} */
/*.classwallet-product-content label.variable-item-radio-input-wrapper {
    background-color: #FFF;
    border: 2px solid #99999991;
    border-radius: 21px !important;
    font-size: 18px !important;
    font-weight: 500;
    padding: 8px 12px !important;
}*/
.classwallet-product-content
  tr
  td.value.woo-variation-items-wrapper
  ul.variable-items-wrapper
  li {
  background-color: #fff;
  border: 2px solid #99999991;
  border-radius: 21px !important;
  font-size: 18px !important;
  font-weight: 500;
  padding: 8px 12px !important;
  margin-right: 20px !important;
}
.classwallet-product-content
  tr
  td.value.woo-variation-items-wrapper
  ul.variable-items-wrapper
  li.selected {
  border-color: #000;
}
.classwallet-product-content table tbody > tr > td {
  background-color: initial;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.classwallet-product-content
  .variations.classwallet-usa-products
  tr:nth-child(2)
  select#pa_grade,
.classwallet-product-content table tr select#pa_grade {
  display: block !important;
  background: #fff;
  color: #1d1047;
  border: none;
  border-radius: 17px !important;
  box-shadow: 0 5px 25px #1d10471f;
  padding: 16px 20px;
  font-family: urban-medium;
  letter-spacing: 0.2px;
  line-height: 15px;
  width: 100%;
  margin: 0;
}
.classwallet-product-content table tbody > tr > td li.variable-item {
  margin: 0 !important;
}
.classwallet-product-content button.single_add_to_cart_button.button {
  font-size: 24px;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 34px;
  fill: #fff;
  color: #fff;
  background-color: #5e328b;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 6px 6px #401869;
  padding: 16px 32px;
  border: none;
}
.us-popular-product .eael-product-list-content-wrap {
  width: 65% !important;
}
.eael-product-list-wrapper
  .eael-product-list-content-footer
  .eael-product-list-buttons
  .eael-product-list-add-to-cart-button
  a:before {
  left: calc(50% + 60px);
}
h2.eael-product-list-title > a {
  color: #1d1047;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  font-family: "urban-bold" !important;
}
.us-popular-product
  .eael-product-list-buttons
  p.eael-product-list-add-to-cart-button {
  width: 100%;
}
.us-popular-product .woocommerce-Price-amount.amount bdi {
  letter-spacing: 0px;
  color: #1d1047;
  font-family: "Urban-Light";
  font-weight: 700;
  font-size: 20px !important;
}
.us-popular-product .eael-product-list-buttons a.button.product_type_simple {
  padding: 20px 15px;
}
.product-long-description .long-description-content {
  overflow: hidden;
  max-height: 230px;
  transition: max-height 0.3s ease-in-out;
}
.product-long-description .long-description-content ul {
  list-style: disc;
}
.product-long-description .long-description-content ul ul {
  list-style: circle;
}
.product-long-description.expanded .long-description-content {
  max-height: none;
}
.see-more-button {
  display: block;
  background-color: #007cba;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
}
.classwallet-prouct-description {
  background-color: #fff;
  padding: 35px 40px;
  margin: 35px 20px 20px;
  border-radius: 20px;
}
.classwallet-prouct-description a.see-more-button {
  background-color: transparent;
  display: inline-block;
  color: #5e328b;
  font-weight: 600;
  padding: 0;
  font-size: 18px;
}
.classwallet-price-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.classwallet-price-info .woocommerce-variation-description p {
  font-size: 13px;
  line-height: 20px;
  color: #0b1a30;
  margin-bottom: 0 !important;
}
.product-long-description .long-description-content span {
  display: block;
}
form[data-product_id="68251"] tr ul.variable-items-wrapper,
form[data-product_id="72178"] tr ul.variable-items-wrapper {
  display: none;
}
.classwallet-prouct-description h1 {
  font-size: 38px;
}
.classwallet-prouct-description h2 {
  font-size: 32px;
}
.classwallet-prouct-description h3 {
  font-size: 28px;
}
.classwallet-product-content button.single_add_to_cart_button.button:hover {
  background-color: #8151b1;
}
.classwallet-product-content
  span.wcpbc-price
  > del
  > .woocommerce-Price-amount
  bdi {
  color: #1d10476e;
}

select#grade {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .classwallet-product-inner-sec {
    flex-wrap: wrap;
  }
  .classwallet-product-image {
    width: 100%;
    margin: 0;
    padding: 15px !important;
    border-radius: 12px;
  }
  .classwallet-product-content {
    width: 100%;
    padding-left: 0;
  }
  .classwallet-main-product-sec {
    border-radius: 14px;
    padding: 24px 15px;
    margin-bottom: 25px;
  }
  .classwallet-prouct-description {
    width: 100%;
    padding: 20px 15px;
    margin: 30px 0 0;
  }
  .classwallet-product-inner-sec .woocommerce-product-gallery img.wp-post-image,
  .classwallet-product-item .classwallet-product-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }
  .classwallet-product-content h2.product-title {
    font-size: 24px;
    line-height: 32px !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .classwallet-product-content button.single_add_to_cart_button.button {
    font-size: 17px;
    line-height: 33px;
    padding: 13px 28px;
  }
  .classwallet-prouct-description h2 {
    font-size: 26px;
  }
  .classwallet-prouct-description h3 {
    font-size: 22px;
  }
  .classwallet-product-content button.single_add_to_cart_button.button {
    margin-top: 20px !important;
  }
  .classwallet-product-content {
    text-align: center;
  }
  .topic-title {
    font-size: 18px;
  }
  .albamalogo img {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
    object-fit: cover!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1148px) {
  .classwallet-main-product-sec {
    padding: 30px;
    margin-bottom: 25px;
  }
  .classwallet-product-image {
    width: 40%;
    padding: 15px !important;
    border-radius: 22px;
  }
  .classwallet-product-content {
    width: 52%;
    padding-left: 30px;
  }
  .classwallet-product-content h2.product-title {
    font-size: 30px;
    line-height: 40px !important;
  }
  .classwallet-product-inner-sec .woocommerce-product-gallery img.wp-post-image,
  .classwallet-product-item .classwallet-product-image img {
    width: 350px;
    height: 340px;
  }
}

#grade.woo-variation-raw-select {
  display: block !important;
  width: 100%;
  padding: 16px 20px;
  font-size: 1.2rem;
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(44, 62, 80, 0.08);
  color: #22223b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: box-shadow 0.2s;
  outline: none;
  cursor: pointer;
  font-family: inherit;
}

#grade.woo-variation-raw-select:focus {
  box-shadow: 0 0 0 2px #a3bffa, 0 4px 24px 0 rgba(44, 62, 80, 0.08);
}

#grade.woo-variation-raw-select option {
  color: #22223b;
  background: #fff;
}

/* Custom arrow using a pseudo-element */
#grade.woo-variation-raw-select {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%233a3a4d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 24px 24px;
}

td.value.woo-variation-items-wrapper {
  background: transparent;
}
