.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .quantity .qty {
    border-radius: 12px;
    width: 50px;
    margin-left: 26px;
}
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
}
.woocommerce-form-coupon-toggle {
    text-align: right;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    text-align: right;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    padding: 15px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: right;
}

.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon {
    display: flex;
    align-items: center;
}
#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    border-radius: 12px;
    text-align: right;
}

.woocommerce-message::before {
    content: "\e015";
}
.select2-results__option[aria-selected],.select2-results__option[data-selected] {
    cursor: pointer;
    text-align: right;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    display: flex;
    align-items: center;
}
.woocommerce-notices-wrapper {
    text-align: right;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    width: 100%;
    display: flex;
    align-items: center;
}
.woocommerce div.product div.images img {
    width: 100%;
    border-radius: 12px;
}
.woocommerce div.product .product_title {
    text-align: right;
}
.woocommerce-notices-wrapper {
    margin-top: 0;
}
.woocommerce ul.products,.woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
    flex: 0 0 22%;
    box-sizing: border-box;
    padding: 10px;
}
#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 124px;
    box-shadow: none
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 12px;
}
.woocommerce form .password-input,.woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 11px;
}
.container-two .cart .quantity input{
    text-align: center;
    margin-bottom: 16px;
    border-radius: 12px;
    width: 50px;
}
.woocommerce-error::before {
    content: "\e016";
}
p.woocommerce-mini-cart__total.total, p.woocommerce-mini-cart__buttons.buttons a {
    margin: 0 6px 0 6px;
}

.products .product{
    text-align: center;
}
.woocommerce-ordering select option{
    font-weight: 400;
}
.woocommerce.archive .woocommerce-custom-list {
    display: flex;
    padding: 20px;
    direction: rtl;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
    border-radius: 12px;
}

.woocommerce.archive .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.woocommerce.archive .product-image , .wc-block-grid__products .wc-block-grid__product-image{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    padding: 6px;
    margin: 10px;
    border-radius: 12px;
}

.woocommerce.archive .product-info {
    flex: 2;
    margin-right: 11px;
}

.woocommerce.archive .product-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce.archive .product-description {
    margin-bottom: 10px;
}

.woocommerce.archive .product-add-to-cart .button {
    border-radius: 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .woocommerce.archive .product-item {
        flex-direction: column;
        align-items: center;
    }

    .woocommerce.archive .product-info {
        flex: 1;
        margin: 11px auto;
        text-align: right;
    }
}

@media (max-width: 480px) {
    .woocommerce.archive .product-item {
        padding: 10px;
    }
    .woocommerce.archive .product-add-to-cart .button {
        width: 100%;
        padding: 12px 0;
    }
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    margin-top: 20px;
    line-height: 1.6;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 200px !important;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p:has(img) img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    object-position: center center;
    border-radius: 12px;
    filter: contrast(105%) saturate(105%);
    transform: translateZ(0);
    backface-visibility: hidden;
    margin: 12px auto;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 50%;
    }
}
.nav-account li a {
    display: block;
    padding: 8px 12px;
    border-radius: 12px !important;
}
.nav-account li a[aria-current="page"]{
    border-radius: 12px !important;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1 !important;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    margin-top: 26px;
}
.border-default{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 20px;
}
.wc-block-components-button:not(.is-link) {
    border-radius: 12px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    border-radius: 12px;
}
form.woocommerce-ordering select.orderby {
    padding: 3px;
    border-radius: 12px;
}
.woocommerce ul.product_list_widget li img {
    float: right;
    width: 64px;
    margin-left: 4px;
    border-radius: 12px;
}
.woocommerce ul.product_list_widget li a {
    text-align: right;
}
.woocommerce-product-details__short-description p , .woocommerce-Tabs-panel p {
    font-weight: 400 !important;
}

.product_meta {
    margin: 21px 0 6px 0;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
    margin-bottom: 8px;
}

.woocommerce div.product form.cart {
     margin-bottom: 0;
}

.product_meta a {
    font-weight: 400;
}

.product_meta .tagged_as a,
.product_meta .posted_in a,
.product_meta .brand_wrapper a{
    display: inline-block;
    padding: 3px 9px;
}

.woocommerce-customer-details address {
    font-weight: 400;
    border: none !important;
}
img.attachment-medium.size-medium {
    border-radius: 12px;
}
.woocommerce div.product form.cart {
    display: block !important;
    margin: 6px 0;
}
.woocommerce-variation-price {
    margin-bottom: 1rem;
}
.variations_form p{
    margin: 0 !important;
}
.variations tbody select{
    border-radius: 12px;
    padding: 0 6px;
}
.variations label{
    font-weight: 400;
}
.woocommerce-variation-availability p{
    margin-bottom: 1rem !important;
}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    vertical-align: inherit !important;
}
span.woocommerce-Price-currencySymbol {
    margin: 0 1px;
}
.woocommerce form .form-row input.input-text{
    border-radius: 12px;
}
a.woocommerce-button.button.view {
    margin: 0 3px;
}
.woocommerce-orders-table__cell , .woocommerce-table tfoot tr td , .custom-variation-wrapper .custom-variation-option label , .attribute-item .attribute-values .text-value{
    font-weight: 400 !important;
}
.woocommerce-orders-table__cell span{
    margin: 0 3px;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle !important;
}
.wc-block-grid .wc-block-grid__product-onsale{
    font-size: 12px !important;
    left: auto !important;
    right: 4px !important;
}
.wc-block-grid__product-title{
    line-height: 1.6 !important;
}
.price del span{
    font-weight: 400 !important;
}
.price ins span{
    font-weight: 600 !important;
}
.wc-block-grid__product-rating{
    display: none !important;
}
.wc-block-grid__product-image img{
    width: 69% !important;
    height: auto !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    content: "\f217" !important;
    font-family: 'icon-nokameh' !important;
    background-color: transparent !important;
    mask-image: none !important;
    display: inline-block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 12px 0 !important;
    font-size: 55px !important;
    line-height: 1 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    direction: rtl !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    width: calc(25% - 5px) !important;
    margin: 0 !important;
    display: block !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
    width: 100% !important;
    margin: 0 0 5px 0 !important;
}

@media screen and (max-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__image {
        width: calc(50% - 5px) !important;
    }
}

.column-switcher-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin: 0 2px;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.column-switcher-btn svg {
    pointer-events: none;
}

.custom-select-style {
    width: 100%;
    padding: 8px 3px;
    border-radius: 12px;
}
.woocommerce-page div.product div.images , .woocommerce div.product div.images{
    width: 40% !important;
}
.woocommerce-page div.product div.summary , .woocommerce div.product div.summary{
    width: 58% !important;
}
@media (max-width: 768px) {
    .woocommerce-page div.product div.images , .woocommerce div.product div.images{
        width: 100% !important;
    }
    .woocommerce-page div.product div.summary , .woocommerce div.product div.summary{
        width: 100% !important;
    }
}
.product-price-icons .price-wrapper p{
    margin: 0 !important;
}

.product-gallery-popup {
    align-items: center;
    justify-content: center;
}

.product-gallery-popup .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-gallery-popup .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.product-gallery-popup .main-swiper {
    height: 70%;
    width: 100%;
    max-width: 1200px;
}

.product-gallery-popup .main-swiper .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-gallery-popup .thumbnail-swiper {
    height: 20%;
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
}

.product-gallery-popup .thumbnail-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    transform: translate3d(0, 0, 0) !important;
}

.product-gallery-popup .thumbnail-swiper .swiper-slide {
    width: 80px !important;
    height: 80px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 5px;
}

.product-gallery-popup .thumbnail-swiper .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.1);
}

.product-gallery-popup .thumbnail-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-gallery-popup .swiper-button-next,
.product-gallery-popup .swiper-button-prev {
    color: white;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-popup .swiper-button-next:after,
.product-gallery-popup .swiper-button-prev:after {
    font-weight: 600;
}

.product-gallery-popup svg {
    transition: all 0.3s ease;
}

.product-gallery-popup svg:hover {
    transform: scale(1.1);
}

.product-gallery-popup .image-counter {
    background: rgba(0,0,0,0.5);
    padding: 5px 15px;
    border-radius: 12px;
}
p.wc-no-matching-variations.woocommerce-info{
    margin: 0 0 2em 0 !important;
}
.woocommerce div.product form.cart .variations th {
    line-height: 0 !important;
}
.product-price-icons {
    width: 100%;
}
.product-price-icons .icons-wrapper {
    margin-left: auto;
}
.product-price-icons .price-wrapper {
    margin-left: auto;
}
.swiper-slide.swiper-slide-active img {
    border-radius: 12px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
     color: inherit !important;
}
.woocommerce p.stars a{
    font-size: 18px !important;
    margin: 0 3px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{
    font-weight: 600 !important;
}
.woocommerce p.stars a{color:#FFC10742!important;}
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a{color:#ffc107!important;}
.woocommerce p.stars:hover a:hover~a,
.woocommerce p.stars.selected a.active~a{color:#FFC10742!important;}

.product-navigation-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    z-index: 1000;
    display: none;
}
.product-navigation-fixed .product-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.product-navigation-fixed .nav-product {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 1;
    transition: all 0.3s ease;
}
.product-navigation-fixed .nav-product.prev-product {
    justify-content: flex-start;
    text-align: left;
}
.product-navigation-fixed .nav-product.next-product {
    justify-content: flex-end;
    text-align: right;
}
.product-navigation-fixed .nav-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-navigation-fixed .nav-product.next-product .nav-content {
    flex-direction: row-reverse;
}
.product-navigation-fixed .nav-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 0.25rem;
    overflow: hidden;
    flex-shrink: 0;
}
.product-navigation-fixed .nav-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-navigation-fixed .nav-info {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.product-navigation-fixed .nav-label {
    font-weight: 400;
    margin-bottom: 2px;
}
.product-navigation-fixed .nav-title {
    font-weight: 600;
    line-height: 1.2;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-navigation-fixed .nav-arrow {
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-navigation-fixed .nav-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.product-navigation-fixed .nav-shop:hover {
    transform: scale(1.03);
}
.product-navigation-fixed .nav-shop svg{
    width: 23px;
    height: 23px;
}
.product-navigation-fixed .nav-product.empty {
    visibility: hidden;
}
@media (max-width: 768px) {
    .product-navigation-fixed .product-navigation-fixed {
        padding: 8px 0;
    }
    .product-navigation-fixed .nav-title {
        max-width: 100px;
    }
    .nav-thumbnail {
        width: 35px;
        height: 35px;
    }
    .product-navigation-fixed .nav-arrow {
        margin: 0 5px;
    }
    .product-navigation-fixed .nav-shop {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 480px) {
    .product-navigation-fixed .nav-title {
        display: none;
    }
    .product-navigation-fixed .nav-thumbnail {
        width: 30px;
        height: 30px;
    }
}

.nokameh-products-slider .grid_products-area {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.nokameh-products-slider .grid_products-box {
    border-radius: 12px;
    overflow: hidden !important;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nokameh-products-slider .grid_products-box:hover {
    transform: scale(1.01);
}
.nokameh-products-slider .img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nokameh-products-slider .img-container .fimage {
    width: 100%;
    height: 100%;
    padding: 0.33rem !important;
}
.nokameh-products-slider .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px !important;
}
.nokameh-products-slider .rating-star {
    position: absolute;
    top: 6px;
    left: 12px;
    z-index: 2;
}
.nokameh-products-slider .rating-star i{
    padding: 0 !important;
}
.nokameh-products-slider .rating-number{
    font-weight: 400;
}
.nokameh-products-slider .discount-badge , .list-products-widget .discount-badge , .single-product-price .discount-badge {
    padding: 2px 7px 0 7px;
    border-radius: 20px 20px 20px 0;
    font-weight: 600;
    margin-right: 5px;
}
.nokameh-products-slider .add-to-cart-btn {
    padding: 6px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.nokameh-products-slider .add-to-cart-btn:hover:not(.disabled) {
    opacity: 0.9;
    transform: scale(1.05);
}
.nokameh-products-slider .add-to-cart-btn.disabled {
    pointer-events: none;
}
.nokameh-products-slider .regular_price , .product-info .img-item-left-bottom ins span {
    font-weight: 600;
    margin-bottom: 4px;
}
.nokameh-products-slider .sale-price , .product-info .img-item-left-bottom del span , .single-product-price .sale-price {
    font-weight: 400;
    margin-bottom: 2px;
}
.nokameh-products-slider .content-area {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nokameh-products-slider .head {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nokameh-products-slider .head .content {
    font-weight: 400;
    margin-bottom: 12px;
    flex-grow: 1;
}
.nokameh-products-slider .footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nokameh-products-slider .mwprprice {
    text-align: left;
}
.nokameh-products-slider h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.nokameh-products-slider .head .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 66px;
    line-height: 1.5;
}
.nokameh-products-slider .products-box {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1025px) {
    .nokameh-products-slider .img-container {
        height: 170px;
    }
}
@media (max-width: 768px) {
    .nokameh-products-slider .img-container {
        height: 150px;
    }
    .nokameh-products-slider h3 {
        min-height: 42px;
    }
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
        padding: 16px !important;
    }
}
@media (max-width: 480px) {
    .nokameh-products-slider .img-container {
        height: 130px;
    }
    .nokameh-products-slider h3 {
        min-height: 38px;
    }
}

.nokameh-products-slider .img-container {
    position: relative;
}

.nokameh-products-slider .product-colors {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 21px;
    left: 21px;
    gap: 3px;
    margin-top: 0;
}

.nokameh-products-slider .product-colors span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
}

.nokameh-products-slider .product-colors .has-more {
    position: relative;
    top: -2px;
    color: #7e7e7e;
}

@media screen and (max-width: 768px) {
    .nokameh-products-slider .product-colors {
        position: absolute;
        top: 12px;
        left: 12px;
        margin-top: 0;
    }
    .nokameh-products-slider .img-container img{
        width: auto !important;
        height: 100% !important;
    }
}

.nokameh-products-slider .product-metas {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.nokameh-products-slider .product-star i , .product-list-metas .product-star i {
    color: #FF9D00;
    padding: 0 !important;
}

.nokameh-products-slider .product-metas .is-stock {
    display: flex;
    align-items: center;
    gap: 6px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{
    font-weight: 600 !important;
}

.woocommerce ul.order_details{
    margin: 12px 0 !important;
}

.woocommerce ul.order_details li {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.woocommerce ul.order_details li strong{
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 6px 0 !important;
}

.woocommerce-orders-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 20px 0 !important;
    font-family: inherit !important;
}

.woocommerce-orders-table thead {
    display: table-header-group !important;
}

.woocommerce-orders-table th {
    padding: 15px 12px !important;
    text-align: right !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

.woocommerce-orders-table td {
    padding: 15px 12px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

.woocommerce-orders-table tr {
    transition: all 0.3s ease !important;
}

.woocommerce-orders-table .woocommerce-button {
    display: inline-block !important;
    margin: 0 5px 5px 0 !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-orders-table .woocommerce-button:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
}

.woocommerce-orders-table .nobr {
    white-space: nowrap !important;
}

.woocommerce-orders-table time {
    font-family: inherit !important;
}

.woocommerce-orders-table .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-family: inherit !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-orders-table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .woocommerce-orders-table thead {
        display: table-header-group !important;
    }

    .woocommerce-orders-table tbody {
        display: table-row-group !important;
    }

    .woocommerce-orders-table tr {
        display: table-row !important;
    }

    .woocommerce-orders-table th,
    .woocommerce-orders-table td {
        display: table-cell !important;
        min-width: 120px !important;
    }

    .woocommerce-orders-table .woocommerce-button {
        display: block !important;
        margin: 5px 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media screen and (max-width: 480px) {

    .woocommerce-orders-table th,
    .woocommerce-orders-table td {
        padding: 10px 8px !important;
        min-width: 100px !important;
    }

    .woocommerce-orders-table .woocommerce-button {
        padding: 6px 12px !important;
    }
}

.woocommerce-order-details {
    margin: 30px 0 !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: right !important;
}

.woocommerce-order-details__title {
    text-align: right !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    font-weight: 600 !important;
}

.woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    font-family: inherit !important;
    text-align: right !important;
}

.woocommerce-table--order-details thead {
    display: table-header-group !important;
    text-align: right !important;
}

.woocommerce-table--order-details th {
    padding: 15px 12px !important;
    text-align: right !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}

.woocommerce-table--order-details td {
    padding: 15px 12px !important;
    text-align: right !important;
    vertical-align: middle !important;
}

.woocommerce-table--order-details .product-name {
    width: 70% !important;
    text-align: right !important;
}

.woocommerce-table--order-details .product-total {
    width: 30% !important;
    text-align: right !important;
}

.woocommerce-table--order-details .product-name a {
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-align: right !important;
}

.woocommerce-table--order-details .product-name a:hover {
    text-decoration: underline !important;
}

.woocommerce-table--order-details .product-quantity {
    display: block !important;
    margin-top: 5px !important;
    text-align: right !important;
}

.woocommerce-table--order-details tfoot {
    text-align: right !important;
}

.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-table--order-details tfoot tr:first-child td {
    padding-top: 20px !important;
    text-align: right !important;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
    padding-bottom: 20px !important;
    border-bottom: none !important;
    text-align: right !important;
}

.woocommerce-table--order-details tfoot th {
    text-align: right !important;
    font-weight: 600 !important;
    padding-right: 20px !important;
    width: 40% !important;
}

.woocommerce-table--order-details tfoot td {
    text-align: right !important;
    font-weight: 600 !important;
}

.woocommerce-Price-amount {
    font-weight: 600 !important;
    font-family: inherit !important;
    text-align: right !important;
}

.woocommerce-Price-currencySymbol {
    font-weight: 600 !important;
    text-align: right !important;
}

.order-actions--heading {
    vertical-align: top !important;
    padding-top: 25px !important;
    text-align: right !important;
}

.order-actions-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-details {
        padding: 15px !important;
        margin: 20px 0 !important;
        text-align: right !important;
    }

    .woocommerce-order-details__title {
        margin-bottom: 20px !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details {
        display: block !important;
        overflow-x: auto !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details th,
    .woocommerce-table--order-details td {
        padding: 12px 10px !important;
        min-width: 150px !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details .product-name {
        width: 60% !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details .product-total {
        width: 40% !important;
        text-align: right !important;
    }

    .order-actions-button {
        display: block !important;
        width: 100% !important;
        margin: 10px 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-order-details {
        padding: 10px !important;
        text-align: right !important;
    }

    .woocommerce-order-details__title {
        margin-bottom: 15px !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details th,
    .woocommerce-table--order-details td {
        padding: 10px 8px !important;
        min-width: 120px !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details .product-name {
        width: 55% !important;
        text-align: right !important;
    }

    .woocommerce-table--order-details .product-total {
        width: 45% !important;
        text-align: right !important;
    }

    .order-actions-button {
        padding: 8px 16px !important;
        text-align: center !important;
    }
}

.woocommerce-columns--addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 30px 0 !important;
    gap: 20px !important;
    text-align: right !important;
}

.woocommerce-column {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: right !important;
}

.woocommerce-column--1,
.woocommerce-column--2 {
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: right !important;
}

.woocommerce-column__title {
    text-align: right !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    font-weight: 600 !important;
}

.woocommerce-column address {
    font-style: normal !important;
    line-height: 1.8 !important;
    text-align: right !important;
    margin: 0 !important;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    margin-top: 10px !important;
    padding-top: 10px !important;
    text-align: right !important;
    direction: ltr !important;
    unicode-bidi: embed !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-columns--addresses {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }

    .woocommerce-column {
        min-width: 100% !important;
        width: 100% !important;
    }

    .woocommerce-column--1,
    .woocommerce-column--2 {
        padding: 15px !important;
    }

    .woocommerce-column__title {
        margin-bottom: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-columns--addresses {
        margin: 15px 0 !important;
        gap: 10px !important;
    }

    .woocommerce-column--1,
    .woocommerce-column--2 {
        padding: 12px !important;
    }

    .woocommerce-column address {
        line-height: 1.6 !important;
    }

    .woocommerce-customer-details--phone,
    .woocommerce-customer-details--email {
        margin-top: 8px !important;
        padding-top: 8px !important;
    }
}

.woocommerce-columns--addresses * {
    text-align: right !important;
}

.woocommerce-column address br {
    display: block !important;
    content: "" !important;
    margin-bottom: 5px !important;
}

.woocommerce-Addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin: 30px 0 !important;
    text-align: right !important;
}

.u-column {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: right !important;
}

.woocommerce-Address {
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: right !important;
}

.woocommerce-Address-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    text-align: right !important;
}

.woocommerce-Address-title h2 {
    margin: 0 !important;
    font-weight: 600 !important;
    text-align: right !important;
}

.woocommerce-Address-title .edit {
    text-decoration: none !important;
    padding: 6px 12px !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.woocommerce-Address address {
    font-style: normal !important;
    line-height: 1.8 !important;
    text-align: right !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-Addresses {
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }

    .u-column {
        min-width: 100% !important;
        width: 100% !important;
    }

    .woocommerce-Address {
        padding: 15px !important;
    }

    .woocommerce-Address-title {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .woocommerce-Address-title .edit {
        align-self: stretch !important;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-Addresses {
        margin: 15px 0 !important;
        gap: 10px !important;
    }

    .woocommerce-Address {
        padding: 12px !important;
    }

    .woocommerce-Address address {
        line-height: 1.6 !important;
    }

    .woocommerce-Address-title .edit {
        padding: 5px 10px !important;
    }
}

.woocommerce-Addresses * {
    text-align: right !important;
}

.woocommerce-Address address br {
    display: block !important;
    content: "" !important;
    margin-bottom: 5px !important;
}

.woocommerce-privacy-policy-text p{
    margin: 12px 0 !important;
}

#authTabs.nav-tabs{
    border: none !important;
}

.woocommerce-EditAccountForm.edit-account p {
    margin-bottom: 20px !important;
}

.woocommerce-EditAccountForm.edit-account label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

.woocommerce-EditAccountForm.edit-account .required {
    color: #ff0000 !important;
}

.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-billing-fields input,
.woocommerce-shipping-fields__field-wrapper input,
.checkout_coupon input,
.woocommerce-input-wrapper textarea,
.wc-block-components-text-input input{
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}
.selection .select2-selection{
    width: 100% !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.woocommerce-EditAccountForm.edit-account input[type="text"]:focus,
.woocommerce-EditAccountForm.edit-account input[type="email"]:focus,
.woocommerce-EditAccountForm.edit-account input[type="password"]:focus,
.woocommerce-billing-fields input:focus,
.woocommerce-shipping-fields__field-wrapper input:focus,
.checkout_coupon input:focus,
.woocommerce-input-wrapper textarea:focus,
.selection .select2-selection:focus,
.wc-block-components-text-input input:focus{
    outline: none !important;
    border-width: 1px !important;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    border-radius: 12px !important;
    padding: 25px !important;
    margin-top: 25px !important;
}

.woocommerce-EditAccountForm.edit-account legend {
    font-weight: 600 !important;
    padding: 0 10px !important;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-form-row--first {
    float: right !important;
    width: 48% !important;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-form-row--last {
    float: left !important;
    width: 48% !important;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-form-row--wide {
    clear: both !important;
    width: 100% !important;
}

.woocommerce-EditAccountForm.edit-account .clear {
    clear: both !important;
}

.woocommerce-EditAccountForm.edit-account button[type="submit"] {
    margin-top: 12px !important;
}

.woocommerce-EditAccountForm.edit-account span em {
    font-style: italic !important;
    opacity: 0.8 !important;
}

.woocommerce #reviews #respond{
    padding: 20px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    padding: 12px 21px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
    font-weight: 600 !important;
}

.woocommerce div.product form.cart div.quantity{
    margin: 0 0 0 12px;
}

.custom-woocommerce-tabs .radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 21px 0;
    direction: rtl;
}

.custom-woocommerce-tabs .radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.custom-woocommerce-tabs .radio-inputs label{
    margin-bottom: 0 !important;
}

.custom-woocommerce-tabs .radio-inputs .radio input {
    display: none;
}

.custom-woocommerce-tabs .radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: none;
    padding: 12px 0;
    transition: all .15s ease-in-out;
}

.custom-woocommerce-tabs .radio-inputs .radio input:checked + .name {
    font-weight: 600;
}

.custom-woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1rem 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.custom-woocommerce-tabs .woocommerce-Tabs-panel[style*="display: none"] {
    opacity: 0;
}

.filter-icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-icon-mobile {
    display: none;
    cursor: pointer;
}

.nokameh-filter-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.nokameh-filter-left .woocommerce-result-count {
    padding: 8px 18px;
    border-radius: 12px;
    display: inline-block;
    margin: 0;
}

.nokameh-filter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.nokameh-filter-popup.active {
    display: flex;
}

.nokameh-filter-popup-content {
    border-radius: 16px;
    width: 90%;
    max-width: 350px;
    max-height: 80vh;
    overflow-y: auto;
}

.nokameh-filter-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

.nokameh-filter-popup-header h3 {
    margin: 0;
}

.nokameh-filter-popup-close {
    cursor: pointer;
    line-height: 1;
}

.nokameh-filter-popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nokameh-filter-popup-btn {
    display: block;
    padding: 9px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.nokameh-filter-popup-btn:last-child{
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .filter-icon-desktop {
        display: none !important;
    }

    .filter-icon-mobile {
        display: flex !important;
    }

    .nokameh-filter-buttons-desktop {
        display: none !important;
    }

    .nokameh-filter-right .nokameh-filter-options {
        gap: 6px;
    }

    .nokameh-filter-left .woocommerce-result-count {
        padding: 6px 12px;
    }
}

.woocommerce table.shop_attributes th{
    padding: 18px 6px;
    font-weight: 900;
}
.woocommerce table.shop_attributes td{
    font-style: inherit;
    font-weight: 400;
}

.product-attributes-grid .attribute-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-radius: 12px;
    padding: 16px;
}

.woocommerce-product-gallery__image {
    position: relative;
}
.gallery-image-wrapper {
    position: relative;
    display: block;
}
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
}
.gallery-overlay .icon-circle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-image-zoom-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}
.main-image-zoom-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.main-image-zoom-container.zoomed img {
    transform: scale(2);
}
.product-id-display {
    text-align: center;
    margin-top: 15px;
}
.woocommerce div.product .entry-summary .cart,
.woocommerce div.product .entry-summary .product-action-icons-inline {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
}
.woocommerce div.product .entry-summary .product-action-icons-inline {
    margin-right: 10px !important;
}
.woocommerce div.product .entry-summary .product-action-icons-inline a {
    margin-left: 8px;
}
.woocommerce div.product .entry-summary .product-action-icons-inline a:last-child {
    margin-left: 0;
}
.single-product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 12px 0;
}
.woocommerce div.product .entry-summary .cart {
    display: flex !important;
    align-items: center;
    gap: 9px;
}
.view-all-attributes-link {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.view-all-attributes-link::before,
.view-all-attributes-link::after {
    content: "";
    flex: 1;
    height: 1px;
}
.product-gallery-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    overflow: hidden;
}
.product-gallery-popup .close-popup {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 10000;
    cursor: pointer;
}
.product-gallery-popup .popup-controls {
    position: absolute;
    top: 36px;
    left: 36px;
    z-index: 10000;
    display: flex;
    align-items: center;
}
.product-gallery-popup .popup-controls svg {
    cursor: pointer;
    margin-right: 16px;
}
.product-gallery-popup .popup-gallery-container {
    height: calc(100% - 120px);
    width: 100%;
    position: relative;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-gallery-popup .main-swiper {
    height: 70%;
    width: 100%;
    max-width: 1200px;
}
.product-gallery-popup .thumbnail-swiper {
    height: 20%;
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
}
.product-gallery-popup .thumbnail-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-gallery-popup .image-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    z-index: 10000;
}
.swiper-button-next, .swiper-button-prev {
    color: white !important;
}

.product-sale-countdown {
    margin-top: 15px;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-sale-countdown .countdown-label {
    padding: 6px 12px;
    border-radius: 12px;
}
.product-sale-countdown .countdown-timer {
    font-weight: 600;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 12px;
    direction: ltr;
}
.product-sale-countdown .countdown-timer span {
    display: inline-block;
    min-width: 30px;
    text-align: center;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
    margin: 12px 0;
}

.category-slider {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.category-slider .swiper-wrapper {
    display: flex;
}
.category-slider .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
}
.product-category-card-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}
.product-category-card-10:hover , .my_acc_user_info:hover {
    transform: translateY(-3px);
}
.product-category-card-10 .category-image-10 {
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 8px;
}
.product-category-card-10 .category-image-10 img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 0 !important;
}
.product-category-card-10 .category-title-10 {
    text-align: center;
    padding: 8px 10px 12px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.product-categories-wrapper {
    position: relative;
    padding-right: 90px;
}
.category-side-title {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 12px 21px;
    border-radius: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    z-index: 10;
    transform-origin: center;
}
@media (max-width: 768px) {
    .product-categories-wrapper {
        padding-right: 60px;
    }
    .category-side-title {
        right: -29px;
    }
}

.select2-search--dropdown .select2-search__field{
    padding: 8px 16px;
    border-radius: 6px;
}

.empty-cart-wrapper {
    padding: 20px 0;
}
.nokameh-products-slider {
    width: 100%;
    overflow: hidden;
    padding: 12px !important;
}
.nokameh-products-slider .swiper-wrapper {
    display: flex;
}
.nokameh-products-slider .swiper-slide {
    height: auto;
    display: flex;
    flex-shrink: 0;
}
.products-box {
    width: 100%;
    height: 100%;
    margin: 0;
}
.grid_products-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    content: "";
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{
    padding-right: 0;
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce-variation-add-to-cart .summary .cart{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 12px 0;
}
.wp-block-woocommerce-empty-cart-block{
    display: none;
}
.woocommerce-form-row #account_display_name_description{
    font-style: normal !important;
    margin: 6px 0 0 0 !important;
}

.compare-attributes-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 26px;
    border-radius: 9px;
}

.compare-attributes-table th,
.compare-attributes-table td {
    padding: 18px 9px;
    text-align: right;
    word-wrap: break-word;
}

.compare-attributes-table th {
    font-weight: 600;
}

.compare-attributes-table th:nth-child(1),
.compare-attributes-table td:nth-child(1) {
    width: 200px;
}

.compare-attributes-table th:nth-child(2),
.compare-attributes-table td:nth-child(2) {
    width: 250px;
}

.compare-attributes-table th:nth-child(3),
.compare-attributes-table td:nth-child(3) {
    width: 250px;
}

.compare-attributes-table td:first-child {
    font-weight: 600;
}

.compare-attributes-table td {
    font-weight: 400;
}

.compare-attributes-wrapper .table thead th{
    vertical-align: middle !important;
}

.compare-attributes-wrapper .table thead tr th {
    font-weight: 900;
}

@media (max-width: 991px) {
    .compare-attributes-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    .compare-attributes-wrapper table {
        min-width: 700px;
    }
}

.my_account_boxes_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 26px 0;
}

.my_acc_user_info {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 9px;
    flex: 1 1 0;
    min-width: 0;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.my_acc_user_info svg {
    width: 55px;
    height: 55px;
    position: absolute;
    transform: rotate(-15deg);
    left: -10px;
    top: 50%;
    margin-top: -27.5px;
    opacity: 0.7;
}

.my_acc_user_info strong {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.my_acc_user_info p {
    padding: 4px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .my_account_boxes_wrapper {
        gap: 8px;
    }
    .my_acc_user_info {
        padding: 14px 5px;
        flex: 0 0 calc((100% - 8px) / 2);
    }
    .my_acc_user_info svg {
        width: 45px;
        height: 45px;
        left: -8px;
        margin-top: -22.5px;
    }
    .my_acc_user_info span {
        white-space: normal;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .my_acc_user_info {
        flex: 0 0 calc((100% - 24px) / 3);
    }
}

.dashbord-woo .widget {
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
}

.dashbord-woo .widget_title {
    padding: 18px 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashbord-woo .widget_title h3{
    margin-bottom: 0 !important;
}

.dashbord-woo .widget_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 9px;
    transition: all 0.2s;
}

.dashbord-woo .widget-content {
    padding: 22px;
}

.dashbord-woo .user_detail_dashboad {
    display: flex;
    flex-direction: column;
}

.dashbord-woo .user_detail_dashboad > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dashbord-woo .user_detail_dashboad > div:last-child {
    border-bottom: none;
}

.dashbord-woo .user_detail_dashboad > div:last-child strong,
.dashbord-woo .user_detail_dashboad > div:last-child span {
    align-self: flex-start;
}

.dashbord-woo .user_detail_dashboad > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dashbord-woo .user_detail_dashboad strong {
    width: 110px;
    font-weight: 600;
    flex-shrink: 0;
}

.dashbord-woo .user_detail_dashboad span {
    flex: 1;
    text-align: right;
    font-weight: 600;
}

.dashbord-woo .user_wishlist_dashboad {
    min-height: 120px;
}

.dashbord-woo .wishlist-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dashbord-woo .wishlist-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 18px;
}

.dashbord-woo .wishlist-item a {
    text-decoration: none;
    display: block;
}

.dashbord-woo .no_wishlist {
    text-align: center;
    padding: 21px 0;
    border-radius: 12px;
}

.el_alert {
    padding: 19px 20px 19px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin: 12px 0 0 0;
    border-radius: 12px;
    line-height: 1.9em;
    position: relative;
    overflow: hidden;
}
.el_alert:before {
    content: "";
    text-indent: 3px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    border-radius: 6px 0 33px 0;
    overflow: hidden;
}
.el_alert p{
    margin-bottom: 0 !important;
}