.wcpa_price_summary{
    background: transparent!important;
}

.wcpa_price_summary li{
    border-top: 0!important;
    padding: 5px 0!important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
    display: block;
}

.woocommerce div.product form.cart .variations th .label {
    color: #fff;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
}

.wc-pao-addon-container, .wcpa_form_outer {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.wcpa_price_summary li .wcpa_price_outer {
    font-weight: bolder;
}

.wcpa_form_outer .wcpa_form_item .wcpa_price {
    font-weight: bolder;
    color: #fff;
}


footer {
    background-image: url('/wp-content/themes/afyx-gaming/assets/img/blob/footer.png');
    padding: 60px 0px 40px 0px;
    background-color: #13112D;
    margin-top: 80px;
}

.footer-cart-button {
    display: flex;
    align-items: center;
    background-color: #292B31;
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    color: #fff;
    gap: 20px;
    justify-content: space-between;
}

.footer-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cart-icon img {
  width: 28px;
  height: 28px;
}

.footer-cart-text {
  font-size: 16px;
  font-weight: 500;
}

.footer-cart-count {
  background-color: #15161a;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 13px;
  color: #fff;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a1a40;
  padding: 15px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.3s ease;
}

.lang-btn.lang-btn-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 15px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.3s ease;
}

.lang-btn:hover {
  background: #23235a;
}

.lang-btn__icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.lang-btn__chevron {
    width: 24px;
    height: 24px;
    opacity: 0.8;
}


.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-link__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-link:hover {
  opacity: 0.8;
}




.footer-buttons {
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / 5%);
    border-radius: 16px;
    padding: 16px;
    text-decoration: none;
    color: #fff;
    gap: 16px;
    justify-content: flex-start;
}

.footer-buttons-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-buttons-icon img {
  width: 28px;
  height: 28px;
}

.footer-buttons-text {
  font-size: 16px;
  font-weight: 500;
}





.footer-menu {
    color: #d1d1d1;
    padding: 0 60px 0px 0px;
}

.footer-menu-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgb(255 255 255 / 70%);
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-list li {
  margin-bottom: 12px;
}

.footer-menu-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-weight: 300;
}

.footer-menu-list a:hover {
  color: #00FF88;
}


.payment {
    opacity: 0.7;
}










.product-select {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7);
    background-clip: padding-box;
    border: 1.5px solid rgba(255, 255, 255, .2);
}


.product-price-summary {

}


.product-total-price {
  text-align: right;
}

.product-total-amount {
  font-size: 1.5rem;
  color: #00ff88;
}

.uk-checkbox {
  transform: scale(1.2);
  transform-origin: left center;
  margin-right: 8px;
}









.cart-page-product {
  color: white;
}

.cart-page-product-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    flex-shrink: 0;
}

.cart-page-product-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.cart-page-product-desc {
  font-size: 14px;
  opacity: 0.75;
  line-height: 1.2;
}


.cart-page-price,
.cart-page-subtotal-value {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.cart-page-quantity {
    display: inline-flex;
    align-items: center;
    background-color: #13112D;
    padding: 6px 6px;
    border-radius: 999px;
    gap: 12px;
}

.cart-page-qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #24214b;
    color: white;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
}

.cart-page-qty-btn:hover {
    background-color: #158DE7;
}

.cart-page-qty-value {
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.cart-page-item {
        background-color: rgb(40 37 83 / 40%);
    padding: 10px 14px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.cart-page-card {
background: rgb(25 22 55 / 60%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px 20px;
    border-radius: 20px;
}


    .uk-card-body {
        padding: 20px;
    }

    .uk-card-secondary {
        background-color: rgb(40 37 83 / 40%);
    box-shadow: none;
}


.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid rgb(255 255 255 / 10%);
}

.uk-form-label {
    color: #7A7A7E;
    margin-bottom: 10px;
    display: block;
}


.cart-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #24214b;
    border: 2px solid rgb(19 17 45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.cart-btn:hover {
  background: linear-gradient(to bottom, #E90248, #FF004E);
  border: 1px solid #FF427C;
}



.payment-radio-card {
  display: block;
  cursor: pointer;
}

.payment-radio-card input[type="radio"] {
  display: none;
}

.payment-radio-box {
    border: 1px solid #16112a;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: border 0.2s ease;
    background: #211c40;
}

.payment-radio-circle {
  width: 18px;
  height: 18px;
  border: 2px solid #1e87f0;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.payment-radio-circle::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #1e87f0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.payment-radio-card input[type="radio"]:checked + .payment-radio-box {
    border-color: #1e87f0;
    border-width: 2px;
}

.payment-radio-card input[type="radio"]:checked + .payment-radio-box .payment-radio-circle::after {
  opacity: 1;
}

.payment-radio-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    width: 100%;
}

.payment-radio-title {
    font-weight: 500;
    color: #ffffff;
}

.payment-icons img {
  margin-right: 6px;
}


.uk-text-dark {
    color: #1b1d22;
}

.uk-card-primary {
    background-color: rgb(36 33 75);
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #ffffff;
    overflow: hidden;
    background: #24214b;
    padding: 8px 12px;
    border-radius: 12px;
}

.uk-accordion-title:hover {
    color: #6bbeff;
    text-decoration: none;
    background: #13112d;
}


.step {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.step-number {
  background: linear-gradient(180deg, #3fa9ff, #0066ff);
  color: white;
  font-weight: 600;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-text {
  color: white;
  font-weight: 700;
  letter-spacing: 0.5px;
}