.cfvsw-label-option{
    padding: 12px 15px;
    background-color: #123663;
    border-radius: 9px !important;
}
.variations.cfvsw-variation-disable-logic{
	padding: 15px;
    background-color: #33495c;
    border-radius: 15px;
	font-size:14px;
}
.cfvsw-label-stacked table.variations th, .cfvsw-label-stacked table.variations td {

    border: none;
}
.woocommerce-variation-price{
	    font-size: 30px;
    color: var(--accent);
    font-weight: bold;
    margin: -20px 9px 20px;
}
@media (max-width:720px){
	.woocommerce-variation-price{
		font-size:17px;
	}
}

.woocommerce-account .action-item svg,
.woocommerce-account .welcome-message svg {
    filter: drop-shadow(0 0 3px rgba(0, 212, 255, .5))
}

.woocommerce-MyAccount-navigation {
    display: none
}

.woocommerce .star-rating span {
    color: var(--accent) !important
}

#reviews #comments .cr-summaryBox-wrap .crstar-rating span,
#reviews #comments .cr-summaryBox-wrap .crstar-rating::before,
.woocommerce .star-rating span,
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    font-family: WooCommerce !important
}

#reviews #comments .cr-summaryBox-wrap .crstar-rating span {
    transform: rotateY(180deg);
    right: 2px
}

.ivole-meter .ivole-meter-bar {
    float: right !important
}

.woocommerce-MyAccount-content {
    float: none;
    width: 100% !important
}

.woocommerce-message {
    border-top-color: var(--base-2);
    background-color: #083664;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.woocommerce-message a {
    text-align: center;
    background-color: var(--base-2) !important;
    color: #fff !important
}

.woocommerce table.cart td.actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-message a:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
    background-color: var(--accent) !important
}

/** order page **/
.woocommerce-orders .order-status-slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 0;
    margin-bottom: 20px;
    scrollbar-width: none
}

.woocommerce-orders .filter-button,
.woocommerce-orders a.button {
    background: linear-gradient(45deg, #005b82, #0071a1);
    color: #fff;
    padding: 12px 20px;
    cursor: pointer
}

.woocommerce-orders .order-status-slider::-webkit-scrollbar {
    display: none
}

.woocommerce-orders .filter-button {
    flex: 0 0 auto;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background .3s, transform .2s
}

.woocommerce-orders .filter-button:hover {
    background: linear-gradient(45deg, #062046, #005b82);
    transform: scale(1.05)
}

.woocommerce-orders .orders-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px
}

.woocommerce-orders .order-card {
    background: linear-gradient(145deg, #062046, #0d2e60);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
    transition: transform .3s, box-shadow .3s
}

.woocommerce-orders .order-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .5)
}

.woocommerce-orders .order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, .1);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px
}

.woocommerce-orders .order-number,
.woocommerce-orders .order-status {
    display: flex;
    align-items: center;
    gap: 8px
}

.woocommerce-orders .order-status .status-completed {
    color: #4caf50
}

.woocommerce-orders .order-status .status-processing {
    color: #ffc107
}

.woocommerce-orders .order-status .status-on-hold {
    color: #ff9800
}

.woocommerce-orders .order-status .status-cancelled {
    color: #f44336
}

.woocommerce-orders a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    transition: background .3s
}

.woocommerce-orders .detail-box {
    background: rgba(255, 255, 255, .1);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px
}

.woocommerce-orders .detail-header {
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.woocommerce-orders .price-value {
    font-size: 18px;
    font-weight: 700;
    color: #ffeb3b
}

.woocommerce-orders .product-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.woocommerce-orders .product-list li {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px
}
/** view order page **/
.woocommerce-view-order .woocommerce-order-view {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #0a2740;
    padding: 20px;
    border-radius: 10px;
    color: #fff
}

.woocommerce-view-order .order-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #083157;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.woocommerce-view-order .product-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px
}

.woocommerce-view-order .copy-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 5px;
    display: inline
}

.woocommerce-view-order .order-status svg {
    width: 40px;
    height: 40px
}

.woocommerce-view-order .status-text {
    font-size: 14px;
    margin-top: 5px
}

.woocommerce-view-order .countdown-timer {
    margin-top: 15px;
    background-color: #ffc107;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.woocommerce-view-order .product-list {
    background-color: #083157;
    margin-top: 9px;
    padding: 15px;
    border-radius: 8px
}

.woocommerce-view-order .product-title {
    margin-bottom: 10px
}

.woocommerce-view-order .product-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.woocommerce-view-order .order-info p {
    margin: 5px 0
}

.woocommerce-view-order .product-image {
    object-fit: cover
}

.woocommerce-view-order .product-name {
    font-size: 14px
}

.product-name-cell,
.woocommerce-view-order .product-price {
    text-align: right
}

.woocommerce-view-order .total-amount {
    background-color: #28a745;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}
input.button-next.action-next.thwmscf-last-next,
input.button-prev.action-prev.thwmscf-first-prev{
    display: none;
}
/** shop page **/
.woocommerce-products-header {
    display: none
}

.woocommerce-shop ul.products li.product a {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    display: block
}

.woocommerce-shop ul.products li.product a img {
    margin: 0;
    transition: .5s
}

.woocommerce-shop ul.products li.product a:hover img {
    transform: scale(1.2)
}

.woocommerce-shop ul.products li.product a .woocommerce-loop-category__title {
    position: absolute;
    top: 0;
    left: 0;
    background: #000b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s
}

.woocommerce-shop ul.products li.product a:hover .woocommerce-loop-category__title {
    opacity: 1
}

.woocommerce-page ul.products li.product,
.woocommerce.archive ul.products li.product {
    background-color: #083157;
    border-radius: 1rem;
    padding: 20px;
    text-align: center;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    display: none
}

/**  single product page**/
.wcpa_wrap .wcpa_field_wrap select {
    padding: 0 15px !important;
}

#reviews .cr-summaryBox-wrap .cr-average-rating,
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author,
.single-product .accordion-header.active .accordion-title,
.woocommerce form .form-row label,
.woocommerce form .show-password-input,
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-page form .show-password-input {
    color: #fff
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover {
    color: var(--base-2)
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
    stroke: var(--base-2)
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
    fill: var(--base-2)
}

.cr-qna-list-q-icon path,
.cr-qna-list-q-icon rect {
    fill: #fff
}

.cr-qna-list-q-icon path {
    stroke: #fff;
    fill: #fff !important
}

.woocommerce.archive ul.products li.product a img {
    border-radius: 10px
}

.woocommerce .button.add_to_cart_button {
    display: none !important
}

.woocommerce ul.products li.product .star-rating {
    margin: 5px auto
}

.thwmscf-tabs {
    flex-direction: row;
    display: flex
}

.single-product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px
}

.single-product .product-image {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}
.single-product .product-image img {
     width: 100%;
    border-radius: 20px;
	transition:.5s;
}
.single-product .product-image:hover img {
   transform: scale(1.1);
}

.single-product  .woocommerce-variation-add-to-cart {
    background-color: #123663;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
}
.single-product  .wcpa_wrap .wcpa_field_label{
	color:#fff !important;
}

.single-product .cart{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
 .quantity {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        background: #5923ec;
       flex: 1;
        padding: 9px;
        border-radius: 10px;
    }

.quantity button {
     width: 30px;
    height: 30px;
    background-color: #233e66;
    color: #ffffff;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0;
    line-height: 0;
    padding: 0;
}
.woocommerce .quantity .qty {
     background-color: #001b33;
    padding: 8px;
	    border-radius: 10px;
}
.single-product   button.single_add_to_cart_button.buy_now_button {
    background-color: #00b894;
	flex: 1.5;
    border-radius: 8px;
	padding: 14px 20px;
}
.single-product   button.single_add_to_cart_button:not(.buy_now_button) {
    background-color: #0984e3;
	width:100%;
	border-radius: 8px;
	padding: 14px 20px;
}
.single-product .product-details {
    flex: 0 0 calc(55% - 40px);
    max-width: calc(55% - 40px)
}
.single-product .product-short-desc{
	font-size: 14px;
    text-align: right;
    margin-top: 10px;
	    margin: 20px 0;
    padding: 15px;
    background-color: #33495c;
    border-radius: 15px;
}
.single-product .product-short-desc h1,
.single-product .product-short-desc h2,
.single-product .product-short-desc h3{
	font-size: 18px;
}
#reviews .cr-summaryBox-wrap {
    background-color: #083664;
    border-radius: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background-color: #233e66;
    border: none;
    padding: 10px;
    border-radius: 14px
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: var(--base-2)
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: none;
    border-radius: 10px;
    width: 40px;
    background-color: #233e6
}

.single-product .related-products-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px
}

.single-product .related-products-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0 20px;
    scrollbar-width: thin
}

.single-product .related-product-card {
    flex: 0 0 200px;
    min-width: 200px;
    transition: var(--transition)
}

.single-product .related-product-card a {
  display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    background-color: #5923ec;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.related-product-title {
    font-size: 15px;
    margin: 0;
	padding: 0 10px 15px;
}

.single-product .related-product-card:hover {
    transform: translateY(-5px)
}

.single-product .product-info-accordion {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px
}

.single-product .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
	font-size:15px;
}
.single-product .accordion-item h3{
	font-size:23px;
}
.single-product .accordion-item h2{
	font-size:25px;
}
.single-product .accordion-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

.single-product .accordion-header {
    padding: 18px 25px;
    background-color: #a82682;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    position: sticky;
    top: 0;
    z-index: 10
}

.single-product .accordion-header.active {
    background-color: #5923ec;
    border-bottom-color: transparent
}

.single-product .accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .3s
}

.single-product .accordion-icon {
    position: relative;
    width: 20px;
    height: 20px;
    color: #fff
}

.single-product .accordion-icon::after,
.single-product .accordion-icon::before {
    content: '';
    position: absolute;
    background-color: #fff;
    transition: .3s
}

.single-product .accordion-icon::before {
    width: 20px;
    height: 2px;
    top: 9px
}

.single-product .accordion-icon::after {
    width: 2px;
    height: 20px;
    left: 9px;
    top: 0
}

.copy-button:hover,
.single-product .accordion-header.active .accordion-icon::after,
.single-product .accordion-header.active .accordion-icon::before {
    background-color: #fff
}

.single-product .accordion-header.active .accordion-icon::after {
    transform: rotate(90deg);
    opacity: 0
}

.single-product .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    background-color: #000;
    color: #fff;
    transition: .5s
}

.single-product .accordion-content.active {
    max-height: 2000px;
    padding: 25px;
    overflow-y: auto
}

.wcpa_field_wrap {
    width: 100% !important
}

.single-product .social-share-container {
    text-align: center
}

.single-product .share-title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff
}

.single-product .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px
}

.single-product .social-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    width: 100px;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.status-badge,
.status-title {
    align-items: center;
    font-weight: 700
}

.single-product .social-icon svg {
    margin-bottom: 8px
}

.single-product .social-icon span {
    font-size: 14px;
    font-weight: 500
}

.single-product .facebook-icon {
    background-color: #1877f2
}

.single-product .twitter-icon {
    background-color: #1da1f2
}

.single-product .whatsapp-icon {
    background-color: #25d366
}

.single-product .email-icon {
    background-color: #ea4335
}

.single-product .copy-link-icon {
    background-color: #6c757d;
    position: relative
}

.single-product .copy-link-icon.copied:after {
    content: 'تم النسخ!';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    animation: 3s fadeOut
}

@keyframes fadeOut {
    0%,
    70% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.single-product .social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.single-product .qr-code-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #5923ec;
    border-radius: 10px;
    display: inline-block;
    color: #fff
}

.single-product .qr-code-container p {
    margin-bottom: 15px;
    font-weight: 500
}

.single-product .qr-code {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.single-product .qr-code img {
    display: block;
    max-width: 100%;
    height: auto
}

@media (max-width:768px) {
    .woocommerce-orders .orders-cards {
        grid-template-columns: 1fr
    }
    .single-product .single-product-container {
        flex-direction: column
    }
    .single-product .product-details,
    .single-product .product-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px auto 0
    }
    .related-product-title,
    .single-product .accordion-title {
        font-size: 16px
    }
    .single-product .accordion-header {
        padding: 15px 20px
    }
    .single-product .accordion-content.active {
        padding: 20px;
        max-height: 3000px
    }
    .single-product .social-icons {
        gap: 10px
    }
    .single-product .social-icon {
        padding: 12px;
        width: 85px
    }
}

@media (max-width:576px) {
    .single-product .product-title {
        font-size: 24px
    }
    .single-product .related-product-card {
        flex: 0 0 160px;
        min-width: 160px
    }
    .single-product .accordion-header {
        padding: 12px 15px
    }
    .single-product .accordion-title {
        font-size: 15px
    }
    .single-product .accordion-content.active {
        padding: 15px;
        max-height: 4000px
    }
    .single-product .social-icon {
        padding: 10px;
        width: 75px
    }
    .single-product .social-icon svg {
        width: 20px;
        height: 20px
    }
    .single-product .social-icon span {
        font-size: 12px
    }
}
/** cart page */
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    background: #093460;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
        text-align: start !important;
        border: none;
        border-bottom: 1px dashed #ffffff73;
    }
.woocommerce table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    background-color: var(--base-2) !important;
    color: #fff;
    padding: 15px;
    border-radius: 20px
}

form.woocommerce-form {
    border: none !important;
    background-color: #0c2b5a !important;
    border-radius: 35px !important
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.button,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit.button {
    width: 100%;
    background-color: var(--base-2);
    color: #fff;
    border-radius: 30px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
    background-color: var(--accent)
}

@media (max-width:900px) {
    .woocommerce.archive ul.products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce.archive ul.products[class*=columns-] li.product {
        width: 100% !important
    }
    .woocommerce ul.products::before {
        display: none
    }
    .woocommerce-page ul.products li.product,
    .woocommerce.archive ul.products li.product {
        padding: 10px;
        margin-bottom: 20px
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        font-size: 15px
    }
    .woocommerce-shop ul.products li.product a:hover .woocommerce-loop-category__title {
        display: flex;
        gap: 10px;
        flex-direction: column
    }
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100% !important;
        margin-bottom: 10px
    }
    div.nsl-container .nsl-container-buttons {
        width: 100%
    }
}

.products-card,
.status-card {
    background-color: #083157;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.order-flex-container,
.status-badge,
.status-title {
    display: flex;
    margin-bottom: 15px
}

.status-title {
    color: #fc0;
    font-size: 22px;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    padding-bottom: 15px
}

.products-title i,
.status-badge i,
.status-title i {
    font-size: 24px
}

.order-flex-container {
    flex-wrap: wrap;
    gap: 20px
}

.info-container,
.status-container {
    flex: 1;
    min-width: 250px
}

.status-badge {
    background-color: #3498db;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    justify-content: center;
    gap: 10px
}

.info-item,
.status-message {
    background-color: rgba(255, 255, 255, .1);
    padding: 10px;
    border-radius: 8px
}

.status-badge.pending {
    background-color: #f39c12
}

.status-badge.processing {
    background-color: #3498db
}

.status-badge.completed {
    background-color: #2ecc71
}

.status-badge.cancelled,
.status-badge.failed {
    background-color: #e74c3c
}

.status-badge.on-hold {
    background-color: #9b59b6
}

.status-badge.refunded {
    background-color: #34495e
}

.status-message {
    color: #fff;
    font-size: 16px;
    text-align: center
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.info-label {
    color: #fc0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.info-label i {
    font-size: 16px
}

.info-value {
    color: #fff;
    font-size: 15px;
    word-break: break-word
}

.copy-button {
    background-color: #fc0;
    color: #083157;
    border: none;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-right: 5px;
    vertical-align: middle
}

.copy-success {
    display: none;
    background-color: #2ecc71;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.products-title {
    color: #fc0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.products-table {
    width: 100%;
    border-collapse: collapse
}

.products-table tr {
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

.products-table tr:last-child {
    border-bottom: none
}

.products-table td {
    padding: 10px 5px;
    vertical-align: middle
}

.product-image-cell {
    width: 60px
}

.woocommerce-order-received .product-image,
.woocommerce-view-order .product-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fc0
}


.product-total-cell {
    text-align: left;
    width: 80px
}

.product-total {
    font-weight: 700;
    color: #fc0;
    font-size: 15px;
    white-space: nowrap
}

.wc-item-meta {
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.wc-item-meta li {
    font-size: 13px;
    color: #fff;
    margin-bottom: 4px
}

.wc-item-meta-label {
    color: #fc0;
    margin-left: 5px
}

.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap
}

.action-button {
    background-color: #fc0;
    color: #083157;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
    transition: .3s;
    box-shadow: 0 4px 0 #d4a700
}

.action-button:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #d4a700
}

.action-button i {
    font-size: 20px
}

.whatsapp-button {
    background-color: #25d366;
    color: #fff;
    box-shadow: 0 4px 0 #128c7e
}

.whatsapp-button:hover {
    box-shadow: 0 2px 0 #128c7e
}

.support-text {
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 14px
}

.support-text a {
    color: #fc0;
    text-decoration: none
}

.support-text a:hover {
    text-decoration: underline
}

.woocommerce .handcrafted-wallet-container ,.woo-wallet-my-wallet-container{
    background: linear-gradient(145deg, #002547, #001b33);
    border-radius: 12px;
    margin: 20px auto;
    box-shadow: 0 8px 20px rgba(0, 27, 51, .25);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    width: 500px !important;
	max-width:95% !important;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
 width: 100% !important;
    max-width: 100% !important;
}
.woo-wallet-content-heading {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
}
.woo-wallet-content hr{
	margin:10px;
}
.select2-container {
    width: 100% !important;
}
.woo-wallet-my-wallet-container .select2-selection.select2-selection--single, .woo-wallet-my-wallet-container input{
	background-color: #080835 !important;
    border-radius: 8px !important;
    border: none !important;
    color: #fff !important;
    text-align: right !important;
    margin-top: 5px;
	width:100%;
	    min-height: 50px;
}
.select2-container.select2-container--open .select2-dropdown--below{
	background-color: #0067ce;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.woo-wallet-my-wallet-container input.button{
	text-align: center !important;
    background-color: var(--color-primary) !important;
}
.woo-wallet-my-wallet-container input.button:hover{
    background-color: var(--accent) !important;
}

.woocommerce .handcrafted-wallet-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;base64,...');
    opacity: .15;
    z-index: 0
}

.woocommerce .handcrafted-wallet-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1
}

.woocommerce .wallet-icon {
    margin-left: 8px;
    color: #00a8ff
}

.woocommerce .handcrafted-wallet-balance-section {
    background: rgba(255, 255, 255, .08);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.woocommerce .balance-wrapper {
    flex: 1
}

.woocommerce .balance-icon {
    font-size: 20px;
    color: #00a8ff;
    margin-right: 10px
}

.woocommerce .handcrafted-wallet-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 4px;
    display: block
}

.woocommerce .handcrafted-wallet-amount {
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.woocommerce .handcrafted-wallet-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    z-index: 1;
    position: relative
}

.woocommerce .handcrafted-wallet-button {
    background: linear-gradient(135deg, #08f, #005abb);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 8px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0, 88, 170, .25);
    font-size: 12px
}

.woocommerce .handcrafted-wallet-button i {
    font-size: 16px;
    margin-bottom: 3px
}

.woocommerce .handcrafted-wallet-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 88, 170, .4);
    background: linear-gradient(135deg, #09f, #0065cc)
}

.woocommerce .handcrafted-wallet-button:active {
    transform: translateY(1px)
}

.woocommerce .wallet-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 10, 20, .8);
    direction: rtl;
    backdrop-filter: blur(6px)
}

.woocommerce .wallet-modal-content {
    position: relative;
    background: linear-gradient(to bottom, #036, #001b33);
    margin: 10% auto;
    padding: 0;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .3);
    width: 85%;
    max-width: 350px;
    animation: .4s cubic-bezier(.175, .885, .32, 1.275) modalSlideIn;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1)
}

.woocommerce .modal-header {
    background: linear-gradient(135deg, #08f, #005bbc);
    color: #fff;
    padding: 15px;
    position: relative;
    text-align: center
}

.woocommerce .modal-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.woocommerce .modal-body {
    padding: 20px 15px;
    color: #fff
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-40px) scale(.95)
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.woocommerce .close-modal {
    position: absolute;
    top: 12px;
    left: 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    transition: .2s
}

.woocommerce .close-modal:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.woocommerce .woo-wallet-add-amount {
    margin-top: 8px
}

.woocommerce .woo-wallet-add-amount label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    text-align: center
}

.woocommerce .woo-wallet-balance-to-add {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    margin-bottom: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    transition: .2s;
    box-sizing: border-box
}

.woocommerce .woo-wallet-balance-to-add:focus {
    border-color: #08f;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 136, 255, .2);
    background: rgba(255, 255, 255, .08)
}

.woocommerce .woo-wallet-balance-to-add::placeholder {
    color: rgba(255, 255, 255, .4);
    font-weight: 400
}

.woocommerce .currency-icon {
    position: relative
}

.woocommerce .currency-icon:before {
    content: 'ج.س';
    position: absolute;
    left: 12px;
    top: 13px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px
}

.woocommerce .woo-add-to-wallet {
    background: linear-gradient(135deg, #08f 0, #0063cc 100%);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    letter-spacing: .5px;
    transition: .2s;
    box-shadow: 0 4px 10px rgba(0, 106, 199, .3)
}

.woocommerce .woo-add-to-wallet:hover {
    background: linear-gradient(135deg, #09f 0, #0070e0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 106, 199, .4)
}

.woocommerce .woo-add-to-wallet:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 106, 199, .3)
}

.woocommerce .amount-suggestion {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    justify-content: center
}

.woocommerce .amount-chip {
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    cursor: pointer;
    transition: .25s;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
    font-family: Cairo, sans-serif !important
}

.woocommerce .amount-chip:hover {
    background-color: rgba(255, 255, 255, .12);
    transform: translateY(-2px)
}

.woocommerce .amount-chip.active {
    background-color: rgba(0, 136, 255, .25);
    color: #fff;
    border-color: rgba(0, 136, 255, .5);
    box-shadow: 0 2px 8px rgba(0, 136, 255, .2)
}

@media (max-width:768px) {
    .action-buttons {
        flex-direction: column
    }
    .product-name,
    .products-table {
        font-size: 14px
    }
    .woocommerce-order-received .product-image,
    .woocommerce-view-order .product-image {
        width: 40px;
        height: 40px
    }
    .product-quantity {
        padding: 2px 6px;
        font-size: 12px
    }
    .status-badge {
        font-size: 18px;
        padding: 15px 20px
    }
    .status-badge i {
        font-size: 24px
    }
    .info-grid {
        grid-template-columns: 1fr
    }
    .wc-item-meta {
        margin: 8px 0 0;
        padding: 0;
        list-style: none
    }
    .wc-item-meta li {
        font-size: 13px;
        color: #fff;
        margin-bottom: 4px
    }
    .wc-item-meta-label {
        color: #fc0;
        margin-left: 5px
    }
    .woocommerce .handcrafted-wallet-buttons {
        grid-template-columns: 1fr 1fr
    }
    .woocommerce .handcrafted-wallet-amount {
        font-size: 20px
    }
    .woocommerce .wallet-modal-content {
        width: 92%;
        margin: 15% auto
    }
}

@media (max-width:480px) {
    .woocommerce .handcrafted-wallet-buttons {
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }
    .woocommerce .handcrafted-wallet-container {
        padding: 15px
    }
    .woocommerce .handcrafted-wallet-balance-section {
        padding: 12px
    }
}

.woocommerce-account .welcome-section {
    padding: 25px;
    max-width: 450px;
    margin: 25px auto;
    border-radius: 16px;
    background: linear-gradient(135deg, #0a4070 0, #09345e 100%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden
}

.woocommerce-account .welcome-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(0, 212, 255, .15), transparent 70%);
    z-index: 0
}

.woocommerce-account .avatar-wrapper {
    position: relative;
    z-index: 1
}

.woocommerce-account .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, .5);
    object-fit: cover
}

.woocommerce-account .user-details {
    z-index: 1;
    flex: 1
}

.woocommerce-account .welcome-message {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.woocommerce-account .welcome-message h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.woocommerce-account .user-id-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #e0e0e0;
    background: rgba(255, 255, 255, .1);
    padding: 12px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .1)
}

.woocommerce-account .user-id-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, .2);
    padding: 8px 12px;
    border-radius: 8px
}

.woocommerce-account .copy-button {
    background: #00d4ff;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.woocommerce-account .copy-button:hover {
    background: #33deff;
    transform: scale(1.05)
}

.woocommerce-account .copy-button:active {
    transform: scale(.95)
}

.woocommerce-account #customer-id {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px
}

.woocommerce-account .copy-notification {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin: 15px auto;
    text-align: center;
    max-width: 450px;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(76, 175, 80, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    animation: 3s fadeInOut;
    transition: opacity .3s
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    15% {
        opacity: 1;
        transform: translateY(0)
    }
    85% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.woocommerce-account .account-actions {
    max-width: 450px;
    margin: 25px auto
}

.woocommerce-account .action-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #0a4070 0, #09345e 100%);
    padding: 18px;
    border-radius: 16px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .25);
    transition: .3s;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .05)
}

.woocommerce-account .action-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at bottom left, rgba(0, 212, 255, .1), transparent 70%);
    z-index: 0
}

.woocommerce-account .action-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.woocommerce-account .action-item svg {
    z-index: 1;
    width: 28px;
    height: 28px
}

.woocommerce-account .action-content {
    flex: 1;
    z-index: 1
}

.woocommerce-account .action-title {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px
}

.woocommerce-account .action-subtitle {
    display: block;
    font-size: 14px;
    color: #bbd2e8
}

.woocommerce-account .action-value {
    font-size: 18px;
    font-weight: 700;
    background: rgba(0, 212, 255, .2);
    padding: 5px 10px;
    border-radius: 8px;
    z-index: 1
}

.woocommerce-account .edit-account,
.woocommerce-account .orders,
.woocommerce-account .wallet {
    border-left: 3px solid #00d4ff
}

.woocommerce-account .logout {
    border-left: 3px solid #ff4d4d
}

.woocommerce-account .logout svg {
    filter: drop-shadow(0 0 3px rgba(255, 77, 77, .5))
}

@media screen and (max-width:500px) {
    .woocommerce-account .welcome-section {
        flex-direction: column;
        text-align: center
    }
    .woocommerce-account .user-avatar {
        margin-bottom: 10px
    }
    .woocommerce-account .welcome-message {
        justify-content: center
    }
    .woocommerce-account .action-item {
        padding: 15px
    }
    .woocommerce-account .welcome-section {
        padding: 25px;
        max-width: 450px;
        margin: 25px auto;
        border-radius: 16px;
        background: linear-gradient(135deg, #0a4070 0, #09345e 100%);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
        overflow: hidden
    }
    .woocommerce-account .welcome-section::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at top right, rgba(0, 212, 255, .15), transparent 70%);
        z-index: 0
    }
    .woocommerce-account .avatar-wrapper {
        position: relative;
        z-index: 1
    }
    .woocommerce-account .user-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid #00d4ff;
        box-shadow: 0 0 15px rgba(0, 212, 255, .5);
        object-fit: cover
    }
    .woocommerce-account .user-details {
        z-index: 1;
        flex: 1
    }
    .woocommerce-account .welcome-message {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px
    }
    .woocommerce-account .welcome-message svg {
        filter: drop-shadow(0 0 3px rgba(0, 212, 255, .5))
    }
    .woocommerce-account .welcome-message h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
    }
    .woocommerce-account .user-id-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
        color: #e0e0e0;
        background: rgba(255, 255, 255, .1);
        padding: 12px;
        border-radius: 10px;
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, .1)
    }
    .woocommerce-account .user-id-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: rgba(0, 0, 0, .2);
        padding: 8px 12px;
        border-radius: 8px
    }
    .woocommerce-account .copy-button {
        background: #00d4ff;
        border: none;
        cursor: pointer;
        padding: 6px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s
    }
    .woocommerce-account .copy-button:hover {
        background: #33deff;
        transform: scale(1.05)
    }
    .woocommerce-account .copy-button:active {
        transform: scale(.95)
    }
    .woocommerce-account #customer-id {
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 15px
    }
    .woocommerce-account .copy-notification {
        background: linear-gradient(135deg, #4caf50, #2e7d32);
        color: #fff;
        padding: 12px;
        border-radius: 10px;
        margin: 15px auto;
        text-align: center;
        max-width: 450px;
        font-size: 15px;
        box-shadow: 0 4px 15px rgba(76, 175, 80, .4);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        animation: 3s fadeInOut;
        transition: opacity .3s
    }
    @keyframes fadeInOut {
        0% {
            opacity: 0;
            transform: translateY(-10px)
        }
        15% {
            opacity: 1;
            transform: translateY(0)
        }
        85% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @media screen and (max-width:500px) {
        .woocommerce-account .welcome-section {
            flex-direction: inherit;
            text-align: center;
            padding: 20px 15px
        }
        .woocommerce-account .user-avatar {
            width: 70px;
            height: 70px;
            margin-bottom: 10px
        }
        .woocommerce-account .welcome-message {
            justify-content: center
        }
    }
}