.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: var(--bs-gutter-x,.25rem);
    padding-right: var(--bs-gutter-x,.25rem)
}

.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.pl-1 {
    padding-left: 1rem
}

.pr-1 {
    padding-right: 1rem
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.ml-1 {
    margin-left: 1rem
}

.mr-1 {
    margin-right: 1rem
}

.w-80 {
    width: 80%
}

.w-20 {
    width: 20%
}

:root {
    --primary: #19266a;
    --primary--hover: #1e3073;
    --aria-third-color-01: #f3c623;
    --DimGray-200: #e0e0e0;
    --DimGray-500: #b3b3b3;
    --DimGray-DimGray: #666;
    --Secondary-40: #adadad;
    --Secondary-60: #737373;
    --Secondary-80: #808080;
    --aria-secendary-gray-color-01: #9b9b9b;
    --aria-secendary-gray-color-03: #ededed;
    --border-color-main: #ffffff40;
    --bg-white-02: #ffffff33;
    --bg-white-07: #ffffffc4;
    --bg-white-09: #ffffffe6;
    --font-family-main: "PeydaWebFaNum"
}

a {
    text-decoration: none;
    color: #3e3e3e
}

ul, li, ol, li {
    list-style: none;
    padding: 0;
    margin: 0
}

label {
    color: var(--Secondary-60,#747474);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 5px 7px 0
}

.mark, mark {
    padding: .2em;
    background-color: var(--DimGray-200,#e0e0e0);
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 4px
}

.aria-inner-title .title-text {
    color: var(--primary,#19266a);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700
}

.aria-inner-section {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-button-secondary-white {
    display: block;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--DimGray-200,#e0e0e0);
    background: #fff;
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out
}

    .aria-button-secondary-white:hover {
        background: #fff;
        color: #5e5e5e;
        border: 1px solid var(--DimGray-200,#c7c7c7)
    }

.aria-button-secondary-blue {
    border-radius: 8px;
    background: var(--primary,#19266a);
    display: block;
    padding: 9px 9px 9px 9px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out
}

    .aria-button-secondary-blue:hover {
        background: var(--primary--hover,#1e3073);
        color: #fff
    }

.aria-button-secondary-gray {
    border-radius: 8px;
    background: #d3d3d3;
    display: block;
    padding: 9px 9px 9px 9px;
    text-align: center;
    color: #787878;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out
}

    .aria-button-secondary-gray:hover {
        background: #787878;
        color: #fff
    }

.aria-button-secondary-small {
    color: rgb(121 121 121 / .72);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    transition: all 0.3s ease-in-out
}

    .aria-button-secondary-small:hover {
        color: rgb(121 121 121 / .904);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500
    }

button.aria-button:disabled {
    cursor: not-allowed;
    opacity: .5
}

.aria-button {
    cursor: pointer;
    border-radius: 12px;
    background: var(--primary,#19266a);
    display: block;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out
}

    .aria-button:hover {
        background: var(--primary--hover,#1e3073);
        color: #fff
    }

.aria-button-secondary {
    border-radius: 8px;
    background: #efefef;
    display: block;
    padding: 12px 24px;
    color: #6b6b6b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out
}

    .aria-button-secondary.aria-button-sm {
        padding: 8px 14px
    }

    .aria-button-secondary:hover {
        background: #6b6b6b;
        color: #fff
    }

.at-border {
    border: 1px solid var(--border-color-main)
}

.aria-txt-field {
    border: 1px solid #eee;
    height: 55px;
    outline: 0 solid #eee !important;
    padding: 12px 10px;
    border-radius: 16px;
    background: var(--aria-secendary-gray-color-01,#efefef)
}

.aria-txtarea-field {
    border: 1px solid #eee;
    outline: 0 solid #eee !important;
    padding: 12px 10px;
    border-radius: 16px;
    background: var(--aria-secendary-gray-color-01,#efefef)
}

.aria-form-label {
    color: var(--Secondary-60,#747474);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.woocommerce form .form-row label {
    color: var(--Secondary-60,#747474);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

input:focus-visible {
    outline: 1px solid #c9c9c9 !important;
    transition: all 0.3s ease-in-out
}

.at-txt-dark {
    color: #222
}

.at-txt-gray {
    color: #6b6b6b
}

.at-borded-16 {
    border-radius: 16px
}

.at-borded-14 {
    border-radius: 14px
}

.at-font-18 {
    font-size: 18px
}

.aria-wrapper-ws1 {
    border-radius: 16px !important;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed) !important;
    background: #fafafa !important
}

.aria-wrapper-ws2 {
    border-radius: 12px !important;
    background: #f5f5f5 !important;
    padding: 24px !important
}

.aria-highline-tf {
    color: #fff;
    background: var(--aria-third-color-01,#f3c623);
    border-radius: 4px;
    padding: 0 3px
}

.at-product-slider-item-li .woo-at-card-price-holder .add_to_cart_button.ajax_add_to_cart.loading::before {
    position: absolute;
    content: "";
    top: 0;
    right: 120px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    color: #fff;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    color: #fff0
}

.aria-highline-tb {
    color: rgb(37 59 142 / .58)
}

.aria-rotate-center {
    -webkit-animation: aria-rotate-center 4s ease-in-out infinite alternate both;
    animation: aria-rotate-center 4s ease-in-out infinite alternate both
}

@-webkit-keyframes aria-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes aria-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.add_to_cart_button.ajax_add_to_cart.loading::before {
    position: absolute;
    content: "";
    bottom: 4px;
    right: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    color: #fff;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite
}

@keyframes spinner-kh173p {
    to {
        transform: rotate(0.5turn)
    }
}

@keyframes rotate-vert-center {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0 0 #fff0,0 0 #fff0,0 0 #fff0,0 0 #fff0
    }

    12% {
        box-shadow: 100px 0 white,0 0 #fff0,0 0 #fff0,0 0 #fff0
    }

    25% {
        box-shadow: 110px 0 white,100px 0 white,0 0 #fff0,0 0 #fff0
    }

    36% {
        box-shadow: 120px 0 white,110px 0 white,100px 0 white,0 0 #fff0
    }

    50% {
        box-shadow: 130px 0 white,120px 0 white,110px 0 white,100px 0 #fff
    }

    62% {
        box-shadow: 200px 0 #fff0,130px 0 white,120px 0 white,110px 0 #fff
    }

    75% {
        box-shadow: 200px 0 #fff0,200px 0 #fff0,130px 0 white,120px 0 #fff
    }

    87% {
        box-shadow: 200px 0 #fff0,200px 0 #fff0,200px 0 #fff0,130px 0 #fff
    }

    100% {
        box-shadow: 200px 0 #fff0,200px 0 #fff0,200px 0 #fff0,200px 0 #fff0
    }
}

@-webkit-keyframes aria-blink-2 {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes aria-blink-2 {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.aria-blink-2 {
    -webkit-animation: aria-blink-2 1s 1s 2 both;
    animation: aria-blink-2 1s 1s 2 both
}

.aria-item-label {
    color: #757575;
    font-size: 15px;
    font-style: normal;
    font-weight: 500
}

.aria-item-value {
    color: #19266a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.aria-tabel---header {
    color: #313131;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 500
}

.aria-tabel---footer {
    color: #19266a;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500
}

.aria-woocommerce-page---header, .aria-inner-page-section---header {
    width: calc(100% + 40px) !important;
    border-bottom: 1px solid #d7d7d7;
    margin-right: -20px;
    padding: 0 30px 10px 15px;
    position: relative
}

    .aria-woocommerce-page---header:before, .aria-inner-page-section---header:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute !important;
        top: 6px;
        right: 20px;
        border-radius: 4px;
        background: var(--aria-third-color-01,#f3c623);
        z-index: 5
    }

    .aria-woocommerce-page---header h6, .aria-woocommerce-page---header h5, .aria-woocommerce-page---header h4, .aria-woocommerce-page---header h3, .aria-woocommerce-page---header h2, .aria-woocommerce-page---header h1, .aria-inner-page-section---header h6, .aria-inner-page-section---header h5, .aria-inner-page-section---header h4, .aria-inner-page-section---header h3, .aria-inner-page-section---header h2, .aria-inner-page-section---header h1 {
        color: #313131;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding-right: 10px
    }

.aria-inner-page---header {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
    position: relative;
    margin: 15px 0
}

    .aria-inner-page---header:before {
        content: "";
        width: 4px;
        height: 14px;
        position: absolute !important;
        top: 6px;
        right: 3px;
        background: var(--aria-third-color-01,#f3c623)
    }

    .aria-inner-page---header h6, .aria-inner-page---header h5, .aria-inner-page---header h4, .aria-inner-page---header h3, .aria-inner-page---header h2, .aria-inner-page---header h1 {
        color: #313131;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 500
    }

.aria-inner-page-section-wrapper {
    border-radius: 24px;
    border: 1px solid #fff;
    background: #fafafa;
    padding: 20px
}

.aria-inner-page-section-content-style {
    color: var(--DimGray-DimGray,#666);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5
}

.is-form-style input.is-search-input {
    background: unset;
    color: #fff;
    border: unset !important;
    font-family: var(--font-family-main)
}

    .is-form-style input.is-search-input::placeholder {
        color: var(--bg-white-07)
    }

.is-form-style.is-form-style-3 label {
    color: #fff
}

form.is-search-form {
    text-align: right;
    font-family: var(--font-family-main);
    background-color: var(--bg-white-02);
    color: var(--bg-white-07);
    padding: 5px 30px 5px 10px !important;
    border: 1px solid var(--border-color-main);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500
}

.is-form-style button.is-search-submit {
    position: absolute;
    right: 5px
}

.is-form-style input.is-search-submit, .is-search-icon {
    background: unset;
    color: var(--bg-white-07);
    border: unset;
    font-size: 18px !important
}

.is-form-style .is-search-submit path {
    fill: var(--bg-white-07)
}

.is-search-icon svg {
    width: 25px;
    display: inline;
    fill: var(--bg-white-07)
}

.is-ajax-search .is-loader-image {
    height: 21px !important;
    left: -30px;
    right: unset !important
}

.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
    background: unset !important
}

div.is-ajax-search-details, div.is-ajax-search-result {
    border-radius: 16px;
    margin-top: 5px;
    margin-left: 0;
    background: #fff !important;
    border: 1px solid var(--border-color-main);
    color: var(--bg-white-07);
    text-align: right !important
}

.is-ajax-search-post, .is-ajax-search-post-details {
    clear: both;
    padding: 0;
    text-align: right;
    border-bottom: 1px solid #eceff1
}

    .is-ajax-search-post-details span, .is-ajax-search-post-details div {
        text-align: right
    }

.is-ajax-term-label {
    text-align: right;
    display: block;
    font-style: unset;
    font-size: 12px !important;
    text-transform: unset !important;
    color: #7b7b7b;
    line-height: 23px !important;
    letter-spacing: 0 !important
}

.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
    text-align: right !important
}

    .is-ajax-search-details a, .is-ajax-search-result a {
        color: #1a2e77 !important;
        font-weight: 500
    }

.is-ajax-search-post, .is-ajax-search-post-details {
    clear: both;
    padding: 5px 15px !important;
    border-bottom: 1px solid #eceff1;
    border-radius: 12px !important
}

.is-ajax-search-categories {
    background: #e1e1e1 !important;
    border-radius: 16px !important;
    padding: 8px !important;
    margin-bottom: 10px !important
}

    .is-ajax-search-categories .is-ajax-search-post {
        background: #fff;
        margin-bottom: 8px;
        border: unset
    }

        .is-ajax-search-categories .is-ajax-search-post:hover {
            background: #fff !important
        }

        .is-ajax-search-categories .is-ajax-search-post:last-child {
            margin-bottom: 0
        }

.is-show-more-results-text {
    text-align: center !important
}

aside#aria-shop-sidebar form.is-search-form {
    border-radius: 16px;
    background: #efefef;
    color: #707070
}

aside#aria-shop-sidebar .is-form-style .is-search-submit path {
    fill: #707070
}

aside#aria-shop-sidebar .is-form-style input.is-search-input::placeholder {
    color: #707070 !important
}

aside#aria-shop-sidebar .is-form-style input.is-search-input {
    color: #707070
}

.aria--pagination {
    margin-top: 40px
}

.aria--pagination {
    justify-content: center
}

    .aria--pagination .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }

        .aria--pagination .nav-links a.page-numbers {
            border-radius: 12px;
            border: 1px solid #19266a;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #19266a;
            font-weight: 700
        }

        .aria--pagination .nav-links span.page-numbers.current {
            width: 50px;
            display: flex;
            height: 50px;
            color: #fff;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            border: 1px solid var(--aria-third-color-01,#f3c623);
            background: var(--aria-third-color-01,#f3c623);
            box-shadow: 0 0 12px 0 rgb(243 198 35 / .5)
        }

.aria-page-title h1, .aria-page-title h2, .aria-page-title h3, .aria-page-title h4, .aria-page-title h5, .aria-page-title h6 {
    font-size: 24px
}

.woocommerce-loop-product__title, .woocommerce-loop-product__title a {
    color: #19266a;
    text-align: right !important;
    font-size: 18px;
    font-weight: 700
}

.at-product-loop-item-li .woo-at-card-price-holder .woo-at-price {
    text-align: left;
    line-height: 0
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
    display: block
}

    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        width: 68%;
        height: 160px
    }

.woo-at-stock-price-holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px
}

.add_to_cart_button, a.product_type_external, a.product_type_simple {
    display: inline-flex;
    padding: 13px 10px;
    justify-content: center;
    align-items: center;
    line-height: 12px;
    transition: all 0.3s ease;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    background: #efefef;
    min-width: 55%;
    position: relative
}

    .add_to_cart_button.ajax_add_to_cart.loading {
        background: var(--aria-third-color-01,#f3c623)
    }

    .add_to_cart_button:hover, .added_to_cart:hover, a.product_type_external:hover {
        background: var(--aria-third-color-01,#f3c623);
        color: #19266a;
        box-shadow: 0 0 12px 0 rgb(243 198 35 / .5)
    }

.added_to_cart {
    display: inline-flex;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 12px;
    line-height: 22px;
    transition: all 0.3s ease;
    background: var(--aria-third-color-01,#f3c623);
    color: #19266a;
    font-weight: 600;
    min-width: 55%;
    text-align: center
}

.at-product-loop-item-li .woo-at-card-price-holder {
    position: relative
}

span.woo-at-all-sale-price bdi {
    color: var(--DimGray-500,#b3b3b3);
    font-weight: 400;
    line-height: 12px;
    text-decoration-line: line-through
}

    span.woo-at-all-sale-price bdi .woocommerce-Price-currencySymbol {
        display: none
    }

span.woo-at-reg-price {
    color: var(--primary,#19266a);
    font-size: 18px;
    font-weight: 700;
    line-height: normal
}

    span.woo-at-reg-price span.woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

.woo-at-price.woo-at-pvariable-price-holder {
    display: none
}

.woo-at-pvariable-price-holder .product_type_variable {
    width: 100%;
    text-align: center
}

.at-card-action-buttons {
    position: absolute;
    top: 15px;
    left: -50px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column
}

    .at-card-action-buttons .action-button {
        float: left;
        margin-top: 5px
    }

        .at-card-action-buttons .action-button:first-child {
            margin-top: 0
        }

        .at-card-action-buttons .action-button:after {
            clear: both;
            display: table
        }

.action-button {
    display: block;
    position: relative;
    height: 30px
}

    .action-button:hover .action-button-primary {
        box-shadow: 1px 0 0 0 rgb(0 0 0 / .1)
    }

    .action-button:hover .action-button-secondary-content {
        transform: translate3d(0,0,0)
    }

.action-button-primary {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25)
}

.action-button-icon {
    display: block;
    color: #242424;
    position: absolute;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 1px
}

.action-button-secondary {
    overflow: hidden;
    margin-left: 20px;
    height: 30px
}

.action-button-secondary-content {
    cursor: default;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(37 59 142 / .12);
    color: #5c5c5c;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    display: block;
    height: 26px;
    text-align: center;
    padding-left: 8px;
    margin: 2px 0 0 0;
    padding-right: 8px;
    transform: translate3d(-100%,0,0);
    transition: transform 0.3s ease
}

.action-button:hover .action-button-secondary {
    margin-left: 38px
}

nav.woocommerce-breadcrumb a {
    color: var(--Secondary-40,#adadad);
    text-align: right;
    font-size: 14px;
    font-style: normal
}

span.aria-woo-breadcrumb-icon {
    color: var(--Secondary-40,#adadad);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0 7px
}

nav.woocommerce-breadcrumb {
    color: var(--Secondary-60,#747474);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

.action-button-primary .woosw-btn, .action-button-primary .woosc-btn, .action-button-primary .woosq-btn {
    color: var(--Secondary-80,#808080);
    border: unset;
    background: unset;
    margin: 6px 1px 0 0
}

.at-product-slider-item-li .woo-at-card-price-holder .woosw-btn, .at-product-slider-item-li .woo-at-card-price-holder .woosc-btn, .at-product-slider-item-li .woo-at-card-price-holder .woosq-btn {
    display: none
}

.at-product-slider-item-li {
    padding: 15px;
    border-radius: 24px
}

    .at-product-slider-item-li .star-rating {
        display: none
    }

.at-product-slider-item-img {
    position: relative
}

    .at-product-slider-item-img a img {
        border-radius: 16px
    }

.at-product-slider-item-li span.onsale {
    position: absolute;
    z-index: 1;
    padding: 2px 3px;
    background: var(--aria-third-color-01,#f3c623);
    color: #fff;
    min-width: 33px
}

.at-product-slider-item-li-s1 {
    overflow-x: hidden
}

    .at-product-slider-item-li-s1:hover .at-card-action-buttons {
        left: 0
    }

.at-product-slider-item-li-s1 {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    min-height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .at-product-slider-item-li-s1 span.onsale {
        right: 0;
        top: 15px;
        border-radius: 4px;
        box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

.at-product-slider-item-li-s2 {
    overflow: unset
}

    .at-product-slider-item-li-s2 span.onsale {
        right: 10px;
        top: 10px
    }

    .at-product-slider-item-li-s2 .at-product-slider-item-img {
        position: relative;
        margin-top: -45px;
        overflow: hidden;
        border-radius: 16px;
        background: #efefef
    }

    .at-product-slider-item-li-s2:hover .at-card-action-buttons {
        left: 10px;
        top: 10px
    }

.at-product-slider-item-li-s2 {
    border-radius: 24px;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
    background: #fff;
    min-height: 330px;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 35px
}

    .at-product-slider-item-li-s2 .woocommerce-loop-product__title {
        margin-bottom: 0;
        margin-top: 10px
    }

    .at-product-slider-item-li-s2 span.onsale {
        right: 10px;
        top: 10px;
        border-radius: 4px;
        box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

    .at-product-slider-item-li-s2 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 75%;
        height: 170px;
        margin: 15px 0
    }

.at-product-categories a {
    text-align: center;
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 5px
}

.at-product-categories {
    text-align: right;
    color: #ccc3;
    margin: 0 0 10px 0
}

.at-product-slider-item-li-s3 {
    border-radius: 12px;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
    background: #fff;
    min-height: 330px;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

    .at-product-slider-item-li-s3:hover .at-card-action-buttons {
        left: 0;
        top: 0
    }

    .at-product-slider-item-li-s3 span.onsale {
        display: none
    }

    .at-product-slider-item-li-s3 .action-button-primary .woosw-btn, .at-product-slider-item-li-s3 .action-button-primary .woosc-btn, .at-product-slider-item-li-s3 .action-button-primary .woosq-btn {
        color: var(--Secondary-80,#808080);
        border: unset;
        background: unset;
        margin: 5px 0 0 0
    }

    .at-product-slider-item-li-s3 .action-button-primary {
        box-shadow: unset;
        border-radius: 4px;
        border: 1px solid var(--aria-secendary-gray-color-03,#ededed)
    }

    .at-product-slider-item-li-s3 .action-button-secondary-content {
        border-radius: 4px;
        box-shadow: unset;
        line-height: 26px;
        border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
        height: 28px;
        padding-left: 9px;
        margin: 1px 0 0 0
    }

.aria-shop-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

    .aria-shop-pagination ul li {
        border-radius: 100px;
        border: 1px solid rgb(37 59 142 / .32);
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .aria-shop-pagination ul li a.page-numbers {
            display: block;
            width: 100%
        }

        .aria-shop-pagination ul li span.page-numbers.current {
            width: 50px;
            display: flex;
            height: 50px;
            color: #fff;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            border: 1px solid var(--aria-third-color-01,#f3c623);
            background: var(--aria-third-color-01,#f3c623);
            box-shadow: 0 0 12px 0 rgb(243 198 35 / .5)
        }

select.aria-orderby {
    border: unset;
    overflow: unset;
    height: 45px;
    background: unset
}

    select.aria-orderby:focus {
        border: unset !important;
        box-shadow: unset !important
    }

option.aria-orderby-option:checked {
    background: var(--aria-third-color-01,#f3c623) !important;
    color: #373737
}

option.aria-orderby-option {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 8px;
    color: #6b6b6b;
    text-align: right;
    font-size: 14px;
    font-weight: 400
}

.aria-order-holder {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #efefef;
    padding: 5px 15px
}

.aria-col-icon {
    display: flex;
    align-content: center;
    align-items: center
}

    .aria-col-icon span {
        color: #6b6b6b;
        text-align: right
    }

        .aria-col-icon span.aria-order-icon {
            font-size: 18px;
            margin-left: 13px;
            background: #19266a;
            color: #fff;
            padding: 5px;
            border-radius: 8px
        }

        .aria-col-icon span.aria-order-txt {
            font-size: 14px
        }

aside#aria-shop-sidebar > div {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

aside#aria-shop-sidebar .dgwt-wcas-widget input {
    border-radius: 16px;
    background: #efefef;
    color: #707070
}

    aside#aria-shop-sidebar .dgwt-wcas-widget input::placeholder {
        color: #707070
    }

aside#aria-shop-sidebar .dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input:hover {
    background: #efefef !important
}

aside#aria-shop-sidebar .dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader svg path {
    color: #707070;
    fill: #707070 !important
}

aside#aria-shop-sidebar .dgwt-wcas-widget .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
    color: #707070;
    fill: #707070 !important
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
    border-radius: 16px;
    margin-top: 5px;
    margin-left: 0;
    background: #efefef !important;
    border: 1px solid var(--border-color-main);
    color: var(--bg-white-07);
    text-align: right
}

    .dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp a {
        text-align: right
    }

    .dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
        color: #707070
    }

aside#aria-shop-sidebar .wcapf-form .wcapf-filter {
    border-radius: 16px;
    background: #efefef;
    color: var(--Secondary-70,#6b6b6b);
    text-align: right;
    font-size: 13px;
    padding: 15px
}

.wcapf-reset-filters .wcapf-filter {
    margin-bottom: 0
}

button.wcapf-filter-clear-btn.wcapf-btn.wcapf-btn-secondary {
    width: 100%;
    text-align: center;
    color: #707070;
    border-color: #707070;
    border-radius: 8px;
    padding: 12px
}

.wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options li.wcapf-filter-option label {
    display: flex;
    gap: 10px
}

span.wcapf-filter-item-label {
    font-size: 16px
}

.stylish-checkbox-radio input[type="checkbox"] {
    border-radius: 5px;
    padding: 10px !important
}

.wcapf-filter-item {
    padding: 0 !important
}

.aria-woocommerce-loop {
    padding-right: 15px
}

.aria-shop-total-products {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: start
}

.aria-woo-form-order .aria-shop-archive-title {
    flex-direction: row-reverse;
    align-items: center
}

.woocommerce-products-header__title.page-title {
    font-size: 24px
}

.wcapf-active-filter-items .wcapf-reset-filters-btn-wrapper {
    margin-right: 10px
}

.aria-project-archive-card {
    position: relative
}

.aria-project-archive-item {
    position: relative
}

.woo-at-stock-nop-price-holder {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.aria-post-slider {
    position: relative
}

.aria-archive-post-card {
    padding: 0 10px;
    margin-bottom: 20px
}

.aria-first-post-archive {
    width: 100%
}

.aria-single-project-gallery {
    position: relative
}

.aria-single-project-gss {
    width: 100%;
    height: 600px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

    .aria-single-project-gss img {
        width: 100%;
        height: 100%;
        border-radius: 24px
    }

    .aria-single-project-gss .gss-img-desc p {
        margin: 0
    }

    .aria-single-project-gss .gss-img-desc {
        z-index: 2;
        color: #fff;
        background: #0000006b;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0
    }

.gss-swiper-button-icon i {
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    border: 1px solid #fff;
    background: linear-gradient(180deg,#f5f6f7 0%,#fff 100%);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    padding: 10px 7px 7px 7px;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center
}

.gss-swiper-button-icon:hover i, .gss-swiper-button-icon:hover i {
    border: 1px solid #fff;
    background: var(--primary,#19266a);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    color: #fff
}

.gss-swiper-button-icon i {
    color: var(--primary,#19266a)
}

.gss-swiper-button-prev {
    left: 15px;
    top: 45%;
    position: absolute;
    z-index: 1
}

.gss-swiper-button-next {
    right: 15px;
    position: absolute;
    top: 45%;
    z-index: 1
}

.gsss-swiper-button-prev {
    left: -55px;
    top: 40%;
    position: absolute
}

.gsss-swiper-button-next {
    right: -55px;
    position: absolute;
    top: 40%
}

.aria-single-project-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-project-details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 35px 0;
    width: 25%;
    justify-content: center;
    position: relative
}

.project-details-img {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff
}

.project-details-desc p {
    margin: 0
}

.project-details-title p {
    color: var(--Secondary-60,#747474);
    text-align: right;
    font-size: 14px;
    font-weight: 400
}

.project-details-description p {
    color: var(--primary,#19266a);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.aria-project-details:not(:last-child):before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    background: #dedede;
    left: 0
}

.single-project-content {
    padding: 20px 25px;
    color: #535353;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.comment-form-rating select {
    padding: 5px;
    font-size: 14px
}

.aria-rating-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    cursor: pointer
}

    .aria-rating-icons li {
        font-size: 24px;
        color: #ccc;
        transition: color 0.3s ease
    }

        .aria-rating-icons li.selected, .aria-rating-icons li:hover, .aria-rating-icons li:hover ~ li {
            color: var(--aria-third-color-01,#f3c623)
        }

.icon-comment-rate {
    color: var(--aria-third-color-01,#f3c623)
}

.aria-comment-rate-holder {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

    .aria-comment-rate-holder ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        padding: 20px;
        gap: 15px
    }

.aria-comments {
    padding: 20px 25px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-single-post-section-title h6, .aria-single-post-section-title h5, .aria-single-post-section-title h4, .aria-single-post-section-title h3, .aria-single-post-section-title h2, .aria-single-post-section-title h1 {
    color: var(--primary,#19266a);
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--aria-third-color-01,#f3c623);
    padding-left: 20px
}

.aria-widget .aria-widget-title {
    color: var(--primary,#19266a);
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--aria-third-color-01,#f3c623);
    padding-left: 20px
}

.aria-wdashbord-section-title h6, .aria-wdashbord-section-title h5, .aria-wdashbord-section-title h4, .aria-wdashbord-section-title h3, .aria-wdashbord-section-title h2, .aria-wdashbord-section-title h1, .aria-wdashbord-section-title span {
    color: #555;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--aria-third-color-01,#f3c623);
    padding-left: 3px;
    padding-right: 3px
}

span.comment-avg-rates {
    color: var(--primary,#19266a);
    text-align: right;
    font-size: 28px;
    font-weight: 800;
    line-height: normal
}

span.aria-txt-sep, .comment-full-rate {
    color: #8b8b8b;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

li.comment-rate-item.post-comment-star-rate.d-flex {
    gap: 3px;
    font-size: 20px;
    color: #8b8b8b
}

.aria-conments-rate {
    padding-right: 20px
}

li.omment-rate-item.aria-add-comment-txt {
    color: #5c5c5c;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.aria-add-comment-btn a {
    border-radius: 12px;
    background: #19266a;
    display: block;
    padding: 11px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.comment-list .depth-1.aria-li-comment {
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef);
    padding: 15px;
    margin-bottom: 15px
}

.comment-list .children {
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef);
    padding: 15px;
    margin: 20px 70px 30px 0;
    position: relative
}

ol.children .depth-2::before {
    width: 50px;
    height: 80px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0 0 40px 0;
    content: " ";
    position: absolute;
    right: -62px;
    top: 0
}

.comment-content p {
    margin: 0
}

.aria-comment-author {
    display: flex;
    gap: 15px
}

.comment-details.aria-comment-details .comment-auther-name {
    color: #5f5f5f;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.comment-details.aria-comment-details span.theme_comment_date {
    color: #b4b4b4;
    text-align: right;
    font-family: Peyda(FaNum);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.auther-image.aria-auther-image {
    width: 58px;
    height: 58px;
    border-radius: 12px
}

    .auther-image.aria-auther-image img {
        width: 100%;
        height: 100%;
        border-radius: 12px
    }

.comment-content.aria-comment-content {
    margin-top: 15px;
    color: #686868;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

.aria-comment-body {
    position: relative
}

.aria-comment-reply a.comment-reply-link {
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.reply.aria-comment-reply span {
    color: #fff;
    font-size: 18px
}

.reply.aria-comment-reply {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: #19266a;
    box-shadow: 0 4px 8px 0 rgb(168 168 168 / .25);
    padding: 0 12px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px
}

.aria-comment-details .comment-rating.aria-comment-rating {
    display: inline-block;
    margin-right: 10px;
    color: var(--aria-third-color-01,#f3c623);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.aria-comment-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    gap: 15px
}

    .aria-comment-fields .comment-field-holder input {
        width: 100%
    }

.aria-relate-posts-title .title-text {
    color: var(--primary,#19266a);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    margin: 5px 0 0 0
}

.at-project-rel-slider-item-holder {
    transition: width 0.3s ease-in
}

.aria-related-project-slider-swiper .at-project-slider-swiper-wrapper {
    padding: 35px 0
}

.aria-share-post {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25);
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 0 10px;
    align-items: center
}

.share-post-wraper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 10px
}

.aria-share-post {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25);
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 7px 13px 4px 13px;
    align-items: flex-start
}

    .aria-share-post.share-post-toggle a {
        color: var(--Secondary-80,#808080);
        font-size: 20px
    }

a.aria-share-post-toggle {
    border-right: 1px solid rgb(225 225 225 / .33);
    padding-right: 10px;
    padding-top: 3px;
    line-height: 24px;
    cursor: auto;
    font-size: 17px
}

#copy-single-post-share {
    cursor: pointer
}

.aria-single-post-content {
    padding: 20px 25px
}

.aria-sidebar {
    padding-top: 20px
}

.aria-single-post-feature-image, .aria-single-post-feature-image img {
    border-radius: 16px
}

.aria-single-post-meta {
    border-radius: 18px;
    background: var(--DimGray-200,#efefef);
    padding: 20px 30px
}

.the-mata-meta-value {
    color: var(--DimGray-DimGray,#666);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

.post-meat-icon {
    color: var(--primary,#19266a)
}

.aria-post-themata {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    position: relative
}

.aria-post-content {
    color: var(--DimGray-DimGray,#666);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px
}

.aria-post-themata:not(:first-of-type)::before {
    width: 1px;
    height: 20px;
    content: " ";
    background: var(--aria-secendary-gray-color-01,#9b9b9b);
    right: -65px;
    position: absolute;
    top: 5px
}

.aria-inner-single-post-section {
    border-radius: 16px;
    border: 1px solid var(--DimGray-200,#e0e0e0);
    padding: 17px 30px;
    text-align: justify
}

.aria-author-image {
    width: 15%;
    min-width: 100px
}

    .aria-author-image img {
        border-radius: 18px;
        width: 100px;
        height: 100px
    }

.aria-author-box {
    padding: 20px 25px;
    border-radius: 16px;
    border: 1px solid var(--DimGray-200,#e0e0e0);
    background: #fafafa
}

.aria-author-name {
    color: #3d3d3d;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.aria-author-bio {
    color: #686868;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: justify
}

.aria-author-info {
    width: 100%
}

.aria-author-info-role {
    color: #b3b3b3;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

ul.aria-author-links {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    gap: 15px
}

.aria-auther-button-follow-other {
    color: #b3b3b3;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out
}

.aria-newposts-image img {
    width: 75px;
    height: 75px;
    border-radius: 8px
}

li.aria-newposts-widget {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fafafa;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    padding: 12px;
    transition: all 0.3s ease-in-out
}

    li.aria-newposts-widget:hover {
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / 20%)
    }

.aria-newposts-title a {
    color: var(--DarkGray-DarkGray,#333);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.aria-newposts-excerpt p {
    margin: 0
}

.aria-newposts-excerpt {
    color: var(--DimGray-DimGray,#666);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.aria-woocommerce-message {
    padding: 15px 35px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

    .aria-woocommerce-message a {
        transition: all 0.3s ease-in-out
    }

    .aria-woocommerce-message.aria-woocommerce-message--success {
        border: 1px solid #4a934a
    }

        .aria-woocommerce-message.aria-woocommerce-message--success::after {
            content: " ";
            position: absolute;
            background: #4a934a;
            width: 12px;
            height: 12px;
            right: 15px;
            top: 21px;
            border-radius: 2px
        }

        .aria-woocommerce-message.aria-woocommerce-message--success a {
            color: #4a934a;
            border-radius: 50px;
            padding: 5px 7px;
            font-size: 14px;
            position: absolute;
            left: 15px
        }

            .aria-woocommerce-message.aria-woocommerce-message--success a:hover {
                color: #3c773c
            }

    .aria-woocommerce-message.aria-woocommerce-message--info {
        flex-direction: row;
        border: 1px solid var(--primary,#19266a)
    }

        .aria-woocommerce-message.aria-woocommerce-message--info::after {
            content: " ";
            position: absolute;
            background: var(--primary,#19266a);
            width: 12px;
            height: 12px;
            right: 15px;
            top: 21px;
            border-radius: 2px
        }

        .aria-woocommerce-message.aria-woocommerce-message--info a {
            color: var(--primary,#19266a);
            background-color: unset;
            padding: 7px 10px;
            font-size: 14px
        }

            .aria-woocommerce-message.aria-woocommerce-message--info a:hover {
                color: #1f3379;
                background-color: unset
            }

    .aria-woocommerce-message.aria-woocommerce-message--error::after {
        content: " ";
        position: absolute;
        width: 12px;
        height: 12px;
        background: var(--aria-third-color-01,#f3c623);
        right: 15px;
        top: 21px;
        border-radius: 2px
    }

    .aria-woocommerce-message.aria-woocommerce-message--error {
        justify-content: start;
        border: 1px solid var(--aria-third-color-01,#f3c623)
    }

        .aria-woocommerce-message.aria-woocommerce-message--error a {
            border-radius: 50px;
            font-size: 14px;
            color: #3e3e3e
        }

            .aria-woocommerce-message.aria-woocommerce-message--error a:hover {
                color: #ebc025;
                border: 1px solid #ebc025
            }

.aria-single-product-wraper {
    justify-content: space-between;
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    position: relative
}

.aria-single-product-onsale {
    position: absolute;
    z-index: 1;
    padding: 2px 3px;
    background: var(--aria-third-color-01,#f3c623);
    color: #fff;
    min-width: 33px;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.aria-product-gallery-wrapper {
    height: fit-content
}

.aria-single-pct {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.aria-summray-wraper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
}

.aria-single-pct img.wp-post-image {
    height: 300px !important;
    width: 300px;
    padding: 20px
}

.aria-single-product-price-form-wrapper {
    border-radius: 16px;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
    background: #efefef;
    box-shadow: 0 8px 12px 0 rgb(184 184 184 / .1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: fit-content
}

.aria-quantity input {
    width: 100% !important;
    border-radius: 12px;
    background: #fff !important;
    border: unset;
    height: 48px;
    text-align: center;
    padding-left: 15px
}

button.aria-single-product-addtocard-button {
    border-radius: 12px;
    background: var(--primary,#19266a);
    border: unset;
    padding: 0 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 48px;
    transition: all 0.3s ease-in
}

    button.aria-single-product-addtocard-button:hover {
        background: var(--aria-third-color-01,#f3c623);
        color: #19266a;
        box-shadow: 0 0 12px 0 rgb(243 198 35 / .5)
    }

.aria-variat-single-product-addtocard-button button {
    width: 100%
}

.aria-single-variation-addtocard, .aria-simple-single-product-form {
    padding-top: 20px;
    border-top: 2px solid #f2f2f2;
    justify-content: space-between
}

.aria-single-product-addtocard-button {
    width: 100%
}

.button.aria-single-product-addtocard-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

    .button.aria-single-product-addtocard-button span {
        font-size: 18px
    }

.aria-single-product-variation-wrap .woocommerce-variation.single_variation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 15px
}

    .aria-single-product-variation-wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
        width: 100%
    }

.aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

    .aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi {
        color: var(--DimGray-500,#b3b3b3);
        font-weight: 400;
        line-height: 14px;
        text-decoration-line: line-through
    }

        .aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
            display: none
        }

    .aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price {
        color: var(--primary,#19266a);
        font-size: 24px;
        font-weight: 700;
        line-height: normal
    }

        .aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price span.woocommerce-Price-currencySymbol {
            color: #b3b3b3;
            text-align: right;
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            margin: 0 2px 0 0
        }

    .aria-single-product-variation-price .price .woo-at-card-price-holder .woo-at-price span.woo-at-single-all-sale-price .woo-at-single-discount {
        border-radius: 4px;
        background: var(--aria-third-color-01,#f3c623);
        box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
        padding: 4px 2px 0 2px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        position: absolute;
        right: 0;
        line-height: 20px
    }

.aria-item-insock {
    display: inline-block;
    border-radius: 500px;
    background: var(--primary,#19266a);
    border: unset;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    text-align: center
}

.aria-variations-item-label, .aria-single-product-meta-label {
    color: #a7a7a7;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.aria-single-product-meta-value {
    color: #404040;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.value.position-relative.aria-variations-item, .aria-single-product-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.aria-variations-item-value {
    min-width: 103px;
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    .aria-variations-item-value select {
        width: 100%;
        border-radius: 500px;
        padding: 10px 8px;
        color: #3e3e3e;
        text-align: right;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal
    }

.variations-body.aria-variations-body {
    position: relative
}

a.aria-reset_variations {
    position: absolute;
    right: 0;
    bottom: -20px
}

span.single-quantity-off-aria-woocomerce {
    color: #828282;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 15px
}

.single-quantity-add-aria-woocomerce {
    color: #828282;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 10px;
    background: #fff;
    padding: 5px 10px 0 0
}

.at-product-slider-item-li .woo-at-price {
    text-align: left
}

.aria--single-product-price-simple, .aria--single-product-price-default, .aria--single-product-price-grouped, .aria--single-product-price-external {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 15px
}

    .aria--single-product-price-simple span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi, .aria--single-product-price-default span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi .aria--single-product-price-grouped span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi .aria--single-product-price-external span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi {
        color: var(--DimGray-500,#b3b3b3);
        font-weight: 400;
        line-height: 14px;
        text-decoration-line: line-through
    }

    .aria--single-product-price-simple .woo-at-single-reg-price, .aria--single-product-price-default .woo-at-single-reg-price, .aria--single-product-price-grouped .woo-at-single-reg-price, .aria--single-product-price-external .woo-at-single-reg-price {
        color: var(--primary,#19266a);
        font-size: 24px;
        font-weight: 700;
        line-height: normal
    }

    .aria--single-product-price-simple span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-external span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-default span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-grouped span.woo-at-single-all-sale-price .woo-at-single-discount {
        border-radius: 4px;
        background: var(--aria-third-color-01,#f3c623);
        box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
        padding: 4px 2px 0 2px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px
    }

    .aria--single-product-price-simple .woo-at-single-reg-price span.woocommerce-Price-currencySymbol, .aria--single-product-price-default .woo-at-single-reg-price span.woocommerce-Price-currencySymbol, .aria--single-product-price-grouped .woo-at-single-reg-price span.woocommerce-Price-currencySymbol, .aria--single-product-price-external .woo-at-single-reg-price span.woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

.aria-single-product-meta-item-simple, .aria-single-product-meta-item-default, .aria-single-product-meta-item-grouped, .aria-single-product-meta-item-external {
    display: block !important
}

.aria-addtocard-quantity-field {
    cursor: pointer
}

    .aria-addtocard-quantity-field span:hover {
        color: var(--primary,#19266a)
    }

.aria-sp-title {
    color: #292929;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

span.aria-spc-count, span.aria-spc-count a {
    color: #afafaf;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.aria-spr-holder .icon-rating {
    font-size: 22px;
    color: var(--aria-third-color-01,#f3c623);
    margin-top: -4px
}

span.aria-single-product-rating-number {
    color: #636363;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.aria-sp-title {
    font-style: normal;
    line-height: 40px;
    color: #19266a;
    text-align: right;
    font-size: 20px;
    font-weight: 800
}

li.aria-spf-the-ftur {
    border-radius: 12px;
    background: #efefef;
    padding: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

ul.aria-spf-the-fturs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px
}

span.aria-spf-title {
    color: #9b9b9b;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

span.aria-spf-value {
    color: #6b6b6b;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.aria-sp-more-featurs {
    width: 100%;
    text-align: center;
    margin: 20px 20px 0;
    position: relative
}

a.aria-spf-the-title {
    border-radius: 40px;
    background: #fff;
    padding: 12px 20px;
    color: #283f96;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

a.aria-spf-the-title {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    z-index: 1;
    position: relative
}

span.aria-sp-more-dvider {
    width: 100%;
    border-top: 2px dashed #d9d9d9;
    display: block;
    position: absolute;
    top: 23px
}

.wpa-product-gallery {
    margin-bottom: 5px !important;
    margin-top: 0;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #fff
}

.slick-slider .slick-slide.slick-current .wpawg-image-popup, .slick-slider .slick-slide.slick-current .wpawg-video-popup {
    visibility: visible;
    opacity: 1;
    background: #fff;
    padding: 7px;
    line-height: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25)
}

figure.wpa-woocommerce-product-gallery__wrapper.wpa-product-gallery-thumbs .slick-list .slick-track .aria-single-pct-tumb img {
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #fff
}

figure.wpa-woocommerce-product-gallery__wrapper.wpa-product-gallery-thumbs {
    margin: 25px 15px 0 15px
}

.aria-single-product-action-button {
    position: absolute;
    right: 40px;
    top: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 1
}

.single-product-action-button {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 7px;
    transition: all 0.3s ease-in-out
}

.single-product-action-button-primary {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25)
}

.single-product-action-button-icon {
    display: block;
    color: #242424;
    position: absolute;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 1px
}

.aria-single-product-meta-content {
    padding-left: 0
}

.single-product-action-button-secondary {
    overflow: hidden;
    height: 29px;
    box-shadow: 0 0 8px 0 rgb(37 59 142 / .12);
    border-radius: 6px;
    background: #fff;
    padding: 0 7px;
    transition: all 0.3s ease-in-out;
    display: none
}

.single-product-action-button:hover .single-product-action-button-secondary {
    display: block
}

.single-product-action-button-secondary-content {
    cursor: default;
    color: #5c5c5c;
    font-size: 13px;
    line-height: 29px;
    font-weight: 400;
    text-align: center;
    display: block;
    height: 30px;
    text-align: center;
    transition: transform 0.3s ease
}

.single-product-action-button-primary .woosw-btn, .single-product-action-button-primary .woosc-btn, .single-product-action-button-primary .woosq-btn {
    color: var(--Secondary-80,#808080);
    border: unset;
    background: unset;
    margin: 6px 1px 0 0
}

.slick-slider .slick-slide.slick-current .wpawg-image-popup {
    right: 45px;
    top: 9px
}

.aria-single-product-meta-content .woosc-btn, .aria-single-product-meta-content .woosw-btn {
    display: none
}

.mfp-image-holder .mfp-close {
    right: 45% !important;
    top: 100%
}

.aria-product-gallery-wrapper-plugin {
    padding-left: 30px
}

.aria-single-product-short-description, .aria-single-product-short-description p {
    color: #4a4a4a;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-align: justify
}

a.aria-button.aria-woocommerce-tabs-button {
    padding: 12px 15px
}

.aria-woocommerce-tabs-panel {
    padding: 20px
}

.aria-woocommerce-tabs-panel {
    color: #6b6b6b;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px
}

    .aria-woocommerce-tabs-panel .aria-single-post-section-title {
        margin-bottom: 15px
    }

.aria-woocommerce-tabs-button {
    width: max-content;
    border-radius: 12px;
    background: #efefef;
    display: block;
    padding: 12px 15px;
    text-align: center;
    color: #6b6b6b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

    .aria-woocommerce-tabs-button:hover {
        background: #d4d4d4;
        color: #818181
    }

        .aria-woocommerce-tabs-button:hover a {
            color: #818181
        }

.aria-woocommerce-tabs-button-li.active a {
    border-radius: 12px;
    background: var(--primary,#19266a);
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out
}

.woocommerce-product-attributes-item__label {
    color: #727272;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.aria-woocommerce-product-attributes-item__value {
    padding: 10px 12px;
    border-radius: 12px;
    background: var(--aria-secendary-gray-color-01,#efefef)
}

    .aria-woocommerce-product-attributes-item__value * {
        margin: 0;
        color: #6b6b6b
    }

.comment-list .depth-1 > .aria-li-comment {
    border-radius: 12px;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
    background: #fff;
    padding: 15px;
    margin-bottom: 15px
}

.woocommerce-review__author {
    color: #5f5f5f;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

time.woocommerce-review__published-date {
    color: #b4b4b4;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

ol.children .depth-2::before, ul.children .depth-2::before {
    width: 50px;
    height: 80px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-radius: 0 0 40px 0;
    content: " ";
    position: absolute;
    right: -62px;
    top: 0
}

.aria-woocomerce-conments-tabs-rate {
    display: none
}

p.stars {
    display: none
}

.aria-woocommerce-single-produc-stars span {
    cursor: pointer
}

    .aria-woocommerce-single-produc-stars span.star-select {
        color: #fc0
    }

.aria-rating-label-holder {
    margin: 0 10px
}

.comment-form .form-submit .submit {
    border-radius: 500px;
    background: var(--primary,#19266a);
    display: block;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: unset;
    transition: all 0.3s ease-in-out
}

    .comment-form .form-submit .submit:hover {
        background: var(--primary--hover,#1e3073);
        color: #fff
    }

p.form-submit {
    margin: 0;
    text-align: left
}

.woocommerce-MyAccount-content, .aria-woocommerce-myaccount-sidebar {
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-woocommerce-myaccount-sidebar-wrapper {
    padding-left: 25px
}

.aria-woocommerce-myaccount-nid-detials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.aria-woocommerce-myaccount-user-data-id-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
    text-decoration-skip-ink: none;
    color: #ffffffa4
}

.aria-woocommerce-myaccount-user-data-name, .aria-woocommerce-myaccount-user-data-id-value {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-align: right;
    text-decoration-skip-ink: none;
    color: #fff
}

.aria-woocommerce-myaccount-user-data-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.02em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.aria-woocommerce-myaccount-user-data {
    background: var(--primary,#19266a);
    width: calc(100% + 40px);
    position: relative;
    right: -20px;
    top: -20px;
    border-radius: 24px 24px 0 0;
    padding: 23px 30px
}

.aria-woocommerce-myaccount-user-img img {
    border-radius: 12px
}

nav.woocommerce-MyAccount-navigation {
    width: 100%
}

li.aria-myaccount-menu-item:hover {
    background: var(--primary,#19266a);
    color: #fff
}

    li.aria-myaccount-menu-item:hover a {
        color: #fff
    }

li.aria-myaccount-menu-item {
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    color: #9a9a9a;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.32px
}

    li.aria-myaccount-menu-item:last-child {
        background: #9a9a9a;
        color: #fff
    }

        li.aria-myaccount-menu-item:last-child a {
            color: #fff
        }

    li.aria-myaccount-menu-item a {
        color: #9a9a9a;
        font-size: 16px
    }

    li.aria-myaccount-menu-item.is-active {
        background: var(--primary,#19266a);
        color: #fff
    }

        li.aria-myaccount-menu-item.is-active a {
            color: #fff
        }

.aria-wma-icon {
    font-size: 20px
}

.aria-iconbox-parent {
    border-radius: 12px;
    background: #fff;
    padding: 15px 20px;
    margin-left: 10px
}

.aria-iconbox-parent-col:nth-child(3n) .aria-iconbox-parent {
    margin: 0
}

.aria--iconbox-icon {
    width: 55px;
    height: 55px
}

span.aria--iconbox-content-label {
    color: #7c7c7c;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.32px
}

span.aria--iconbox-content-value {
    color: #515151;
    text-align: right;
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -.4px
}

.aria-dashbord-information-wraper {
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef);
    padding: 25px
}

.aria-dashbord-information-inputs-col {
    padding-left: 10px
}

    .aria-dashbord-information-inputs-col:nth-child(3n) input {
        margin: 0
    }

.aria-dashbord-wishlist {
    margin-left: 15px;
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef);
    padding: 25px
}

.aria-dashbord-wishlist-col:nth-child(2n) .aria-dashbord-wishlist {
    margin-left: 0
}

.aria-dro-item-img {
    border-radius: 8px;
    background: #d9d9d9
}

    .aria-dro-item-img img {
        border-radius: 8px;
        height: 50px;
        background: #d9d9d9
    }

.aria-dro-wrapper-item {
    border-radius: 8px;
    background: #f8f8f8;
    padding: 8px
}

.aria-dro-item-name a {
    margin: 0;
    color: dimgray;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out
}

    .aria-dro-item-name a:hover {
        color: #4e4e4e
    }

.aria-dro-item-price {
    color: var(--primary,#19266a);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.aria-dro-item-symbol {
    color: #b3b3b3;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.aria-dro-wish-item-img {
    border-radius: 8px;
    background: #d9d9d9;
    width: 92px;
    height: 91px
}

    .aria-dro-wish-item-img img {
        border-radius: 8px;
        height: 100%;
        width: 100%;
        background: #d9d9d9
    }

.aria-dro-wish-item-name a {
    color: #5c5c5c;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: all 0.3s ease-in-out
}

    .aria-dro-wish-item-name a:hover {
        color: #1d1d1d
    }

.aria-dro-wish-item-actions {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(181 181 181 / .25);
    padding: 4px 6px;
    min-width: 40px;
    gap: 12px !important
}

.woosw-btn {
    color: var(--Secondary-80,#808080);
    border: unset;
    background: unset;
    margin: 6px 1px 0 0
}

.aria-dro-item-action--h .woosw-btn {
    color: var(--primary,#19266a);
    font-size: 23px;
    border: unset;
    background: unset;
    margin: 5px -3px 0 0
}

.aria-dro-item-action--h {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    width: 30px
}

.aria-dro-item-action--l span {
    font-size: 23px;
    border: unset;
    background: unset;
    margin: 6px 1px 0 0;
    color: var(--Secondary-80,#808080);
    transition: all 0.3s ease-in-out
}

    .aria-dro-item-action--l span:hover {
        color: #5c5c5c
    }

.aria-woocommerce-dashbord-header {
    width: calc(100% + 40px) !important;
    border-bottom: 1px solid #d7d7d7;
    margin-right: -20px;
    padding: 0 30px 5px 15px;
    position: relative
}

    .aria-woocommerce-dashbord-header:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute !important;
        top: 6px;
        right: 25px;
        border-radius: 4px;
        background: var(--aria-third-color-01,#f3c623);
        z-index: 5
    }

    .aria-woocommerce-dashbord-header h6 {
        color: #313131;
        text-align: right;
        padding-right: 15px;
        font-size: 18px;
        font-style: normal;
        font-weight: 500
    }

.aria-woocommerce-single-product-tabs {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start
}

.input-text, span.select2-container {
    border-radius: 12px;
    border: 1px solid #eee;
    background: #efefef;
    outline: 0 solid #eee !important;
    padding: 12px 10px;
    color: #707070;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-radius: 12px;
    border: 1px solid #eee;
    background: #efefef;
    outline: 0 solid #eee !important;
    padding: 12px 10px;
    color: #707070;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {
    border-radius: 12px;
    border: 1px solid #eee;
    background: #efefef;
    outline: 0 solid #eee !important;
    padding: 12px 10px;
    color: #707070;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

.aria-woocommerce-quantity {
    background: #fff
}

.woocommerce-form-row label {
    color: #393939;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right: 5px
}

span.select2-selection.select2-selection--single {
    border: unset;
    padding: 0
}

.select2-selection__rendered {
    padding: 0 !important
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 7px;
    right: auto;
    top: 0
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%
}

.aria-wd-adress-title {
    color: #19266a;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px
}

.aria-woocommerce-customer-details {
    color: #6b6b6b
}

.aria-woocommerce-order-details-address {
    border-radius: 16px;
    background: var(--aria-secendary-gray-color-01,#efefef)
}

.aria-woocommerce-subt-address {
    margin-bottom: 0;
    margin-top: 5px;
    color: #6c6c6c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.aria-woocommerce-myac-address a {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 35px 9px 35px;
    border-radius: 12px;
    background: #fff;
    color: #6b6b6b
}

p#billing_address_2_field {
    display: none !important
}

p#billing_country_field, p#billing_address_2_field, p#billing_address_1_field, p#billing_state_field, p#billing_city_field, p#billing_phone_field, p#billing_postcode_field {
    width: 50%;
    display: inline-block
}

p#shipping_address_2_field, p#shipping_address_1_field, p#shipping_state_field, p#shipping_city_field, p#shipping_postcode_field {
    width: 50%;
    display: inline-block
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper ul li {
    background: #fff
}

.aria-woocomerce-myac-tabel-head {
    border-radius: 12px;
    background: var(--primary,#19266a);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 10px 10px;
    color: #fff
}

.aria-woocomerce-myac-account-orders-table-tbody {
    margin-top: 20px
}

.woocommerce-orders-table__row, .aria-woocomerce-dashboard-download-tabel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 15px 15px;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    color: var(--DarkGray-DarkGray,#333);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    background: #efefef;
    transition: all 0.3s ease-in-out
}

    .woocommerce-orders-table__row a {
        color: var(--DarkGray-DarkGray,#333);
        font-size: 15px;
        font-style: normal;
        font-weight: 500
    }

    .woocommerce-orders-table__row:hover {
        background: #fff;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
    }

.aria-order-status-on-hold {
    color: var(--Warning,#ffa500);
    font-style: normal;
    font-weight: 500
}

.aria-order-status-refunded {
    color: #333;
    font-style: normal;
    font-weight: 500
}

.aria-order-status-completed {
    color: var(--success,#28a745);
    font-style: normal;
    font-weight: 500
}

.aria-order-status-failed {
    color: #b22222;
    font-style: normal;
    font-weight: 500
}

.aria-order-status-cancelled {
    color: #dc2f02;
    font-style: normal;
    font-weight: 500
}

.aria-order-status-processing {
    color: var(--primary,#19266a);
    font-style: normal;
    font-weight: 500
}

    .aria-order-status-on-hold::before, .aria-order-status-refunded::before, .aria-order-status-completed::before, .aria-order-status-failed::before, .aria-order-status-cancelled::before, .aria-order-status-processing::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 6px
    }

.aria-order-status-on-hold::before {
    background: var(--Warning,#ffa500)
}

.aria-order-status-refunded::before {
    background: #333
}

.aria-order-status-completed::before {
    background: var(--success,#28a745)
}

.aria-order-status-failed::before {
    background: #b22222
}

.aria-order-status-cancelled::before {
    background: #dc2f02
}

.aria-order-status-processing::before {
    background: var(--primary,#19266a)
}

.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

    .woocommerce-orders-table__cell-order-actions a {
        margin-bottom: 4px
    }

.woocommerce-pagination.woocommerce-Pagination {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
}

    .woocommerce-pagination.woocommerce-Pagination a {
        min-width: 90px
    }

.download-product.aria-woocomerce-download-td-dlarchive {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px
}

    .download-product.aria-woocomerce-download-td-dlarchive .aria-woocomerce-product-dl-img {
        width: 60px;
        height: 60px;
        border-radius: 6px
    }

        .download-product.aria-woocomerce-download-td-dlarchive .aria-woocomerce-product-dl-img img {
            width: 100%;
            height: 100%;
            border-radius: 6px
        }

.aria-woocomerce-download-tit-and-linka-dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px
}

a.aria-woocomerce-download-atag.aria-button-secondary-white {
    line-height: 0
}

.aria-woocomerce-dashboard-download-table-tbody {
    margin-top: 20px
}

.aria-woocomerce-download-download-expires {
    padding-right: 10px
}

.aria-woocomerce-order-downloads-thead {
    padding: 10px 20px 10px 10px
}

.w-25.download-file {
    padding-right: 30px
}

.aria-woocomerce-download-download-remaining {
    padding-right: 10px
}

.woosw-list table.woosw-items {
    width: 100%
}

tr.woosw-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #e1e1e1;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    justify-content: space-between;
    align-items: center
}

    tr.woosw-item:hover {
        border: 1px solid #ebebeb
    }

    tr.woosw-item td {
        background: unset !important
    }

    tr.woosw-item:hover td {
        background: unset !important
    }

.woosw-item--atc p.product.woocommerce.add_to_cart_inline {
    display: none
}

table.woosw-items tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: start
}

td.woosw-item--remove span {
    position: absolute;
    top: 5px;
    right: 10px
}

td.woosw-item--info .woosw-item--name a {
    color: var(--DarkGray-DarkGray,#333);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.woosw-item--stock {
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0
}

    .woosw-item--stock p {
        font-size: 12px;
        border-radius: 8px 0 8px 0
    }

td.woosw-item--actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    justify-content: center
}

.woosw-item--atc a.add_to_cart_button {
    display: inline-flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1a2e77;
    color: #fff;
    line-height: 12px;
    transition: all 0.3s ease;
    font-size: 14px
}

    .woosw-item--atc a.add_to_cart_button:hover {
        background: var(--aria-third-color-01,#f3c623);
        color: #fff
    }

.woosw-item--atc a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
    display: none;
    padding: 0
}

.woosw-item--atc a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    padding: 13px
}

.woosw-item--atc .added_to_cart {
    display: inline-flex !important;
    width: 130px;
    text-align: center;
    padding: 10px 7px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 12px;
    line-height: 22px;
    transition: all 0.3s ease;
    background: var(--aria-third-color-01,#f3c623);
    color: #19266a;
    font-weight: 600
}

.woosw-item--time {
    display: none
}

td.woosw-item--image {
    max-width: 150px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
    width: 160px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image {
    width: 160px
}

.woosw-item--price {
    position: relative
}

    .woosw-item--price .woo-at-card-price-holder .woo-at-price {
        text-align: left;
        line-height: 0;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center
    }

        .woosw-item--price .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price span.woocommerce-Price-currencySymbol {
            color: #b3b3b3;
            text-align: right;
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            margin: 0 2px 0 0
        }

        .woosw-item--price .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price {
            color: var(--primary,#19266a);
            font-size: 24px;
            font-weight: 700;
            line-height: normal
        }

        .woosw-item--price .woo-at-card-price-holder .woo-at-price span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
            display: none
        }

        .woosw-item--price .woo-at-card-price-holder .woo-at-price span.woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi {
            color: var(--DimGray-500,#b3b3b3);
            font-weight: 400;
            line-height: 14px;
            text-decoration-line: line-through
        }

    .woosw-item--price span.woo-at-single-sale-price span.woocommerce-Price-amount {
        display: none
    }

        .woosw-item--price span.woo-at-single-sale-price span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            display: none
        }

.woosw-list table.woosw-items tr td {
    vertical-align: middle;
    padding: 0 0 10px 0
}

.woosw-item--price span.woocommerce-Price-amount {
    color: var(--primary,#19266a);
    font-size: 22px;
    font-weight: 700;
    line-height: normal
}

    .woosw-item--price span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

.aria-woocommerce-customer-details span.aria-icon {
    font-size: 20px
}

.aria-order-status-notif {
    padding: 20px;
    border-radius: 18px;
    background: #efefef
}

    .aria-order-status-notif span.aria-icon {
        font-size: 18px;
        background: var(--aria-third-color-01,#f3c623);
        border-radius: 8px;
        padding: 8px
    }

p.aria-order-status-notif-text {
    color: #373737;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.aria-woocommerceflex-tabel {
    border-radius: 16px;
    background: #fff;
    padding: 20px 0
}

.aria-woocomerce-order-details-pitem {
    padding: 15px 10px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef)
}

.aria-woocommerceorder-details-thead {
    padding: 10px 15px;
    border-radius: 16px;
    background: var(--primary,#19266a);
    color: #fff
}

.w-75.aria-order-item a {
    color: #292929;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600
}

.aria-woocomerce-order-details-pitem .woocommerce-Price-amount {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

    .aria-woocomerce-order-details-pitem .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

.aria-order-item a {
    color: #6b6b6b;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.aria-woocomerce-order-details-footer {
    padding: 10px 15px;
    border-radius: 16px;
    background: #efefef;
    color: #6b6b6b
}

.aria-woocomerce-order-details-footer-label {
    color: #9b9b9b;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.aria-woocomerce-order-details-footer-value {
    color: #19266a;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

    .aria-woocomerce-order-details-footer-value span.woocommerce-Price-currencySymbol, .aria-woocomerce-order-details-footer-value small {
        color: #5a659f;
        font-size: 14px
    }

.user-notice-icon .aria-icon {
    border-radius: 8px;
    background: var(--primary,#19266a);
    padding: 5px;
    color: #fff;
    font-size: 20px
}

p.user-notice-title a {
    color: #6b6b6b;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: all 0.3s ease-in-out
}

    p.user-notice-title a:hover {
        color: #505050
    }

.user-notice-envol {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

    .user-notice-envol .aria-icon {
        background: #d3d3d3;
        color: #fff;
        border-radius: 7px;
        padding: 3px
    }

.user-norice-body p {
    color: #6b6b6b;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

.user-norice-body a {
    color: #1a2e77;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.user-dashboard-notice {
    border-radius: 16px;
    background: #efefef;
    padding: 20px
}

.user-dashboard-notice-single-wrapper {
    border-radius: 16px;
    background: #fff;
    padding: 7px
}

.user-norice-single-header {
    border-bottom: 1px solid #d7d7d7;
    color: #6b6b6b;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500
}

.user-norice-single-content {
    color: #6b6b6b;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5em;
    display: inline-block
}

.aria-woocomerce-cart-tbody {
    margin-left: 30px
}

.aria-woocomerce-cart-items {
    padding: 15px;
    border-radius: 16px;
    background: #efefef
}

    .aria-woocomerce-cart-items .product-remove {
        width: 45px;
        border-right: 1px solid #e3e3e3;
        text-align: left;
        padding-top: 8px;
        padding-left: 4px
    }

        .aria-woocomerce-cart-items .product-remove a.aria-woocomerce-cart-remove-item {
            color: #888;
            font-size: 24px
        }

    .aria-woocomerce-cart-items .aria-addtocard-quantity-field {
        width: 100%
    }

        .aria-woocomerce-cart-items .aria-addtocard-quantity-field .aria-quantity input {
            width: 100% !important
        }

    .aria-woocomerce-cart-items .product-thumbnail {
        border-radius: 8px;
        background: #d9d9d9;
        padding: 5px
    }

    .aria-woocomerce-cart-items .product-name a {
        color: #212529;
        font-size: 15px;
        font-style: normal;
        font-weight: 700
    }

.aria-html-price-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: right;
    align-items: center
}

.aria-html-price-regular-price {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

    .aria-html-price-regular-price bdi {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: right;
        align-items: center;
        gap: 5px
    }

.aria-html-price-regular-price-offer bdi .woocommerce-Price-currencySymbol {
    display: none !important
}

.aria-html-price-regular-price-offer bdi {
    padding-left: 10px
}

.aria-html-price-regular-price bdi .woocommerce-Price-currencySymbol {
    display: block
}

.aria-html-price-regular-price-offer {
    color: var(--DimGray-500,#b3b3b3);
    text-decoration: line-through;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: right
}

.aria-html-price-present-discount {
    border-radius: 4px;
    background: var(--aria-third-color-01,#f3c623);
    box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
    padding: 5px 4px 2px 4px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 35px;
    line-height: 14px;
    top: 0
}

.aria-html-price-sale-price bdi {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 5px
}

    .aria-html-price-sale-price bdi .woocommerce-Price-currencySymbol {
        display: block
    }

.aria-html-price-sale-price bdi {
    color: var(--primary,#19266a);
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

.product-subtotal .woocommerce-Price-amount bdi {
    color: var(--primary,#19266a);
    font-size: 16px;
    font-style: normal;
    font-weight: 700
}

a.shipping-calculator-button {
    display: block;
    text-align: left;
    padding-bottom: 15px;
    margin-top: -25px
}

.woocommerce ul#shipping_method {
    margin-top: 10px
}

    .woocommerce ul#shipping_method li label {
        display: inline;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        color: #757575;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        position: relative;
        gap: 10px
    }

        .woocommerce ul#shipping_method li label .woocommerce-Price-amount {
            color: #2b2b2b;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 500
        }

.coupon.coupon-aria-holder-all-cop {
    padding: 20px 24px;
    width: 100%;
    margin-top: 25px
}

.aria-dropdown {
    overflow: hidden;
    width: 100%
}

.aria-dropdown-title {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.aria-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out,padding 0.3s ease-in-out
}

.dropdown-icon {
    transition: transform 0.3s ease;
    font-size: 20px
}

.aria-dropdown-open .aria-dropdown-title .dropdown-icon {
    transform: rotate(180deg)
}

.aria-dropdown-open .aria-dropdown-content {
    max-height: 150px
}

.aria-dropdown-open .aria-dropdown-content {
    padding: 25px 0 2px 0
}

.aria-dropdown-content-coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.aria-woocomerce-btn-coponupdate {
    position: absolute;
    left: 10px;
    padding: 7px
}

span.aria-dropdown-the-title {
    color: #717171;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

input#coupon_code {
    height: 55px
}

.aria-customer-details {
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-customer-details--wrapper {
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-woocomerce-checkout-fields-wrapper {
    padding-left: 20px
}

.aria-ship-to-different-address {
    color: #343434;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0 0;
        line-height: 32px;
        color: #515151;
        border-radius: 12px;
        background: #efefef
    }

        #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
            display: none
        }

.aria-woocomerce-payment-merg-header input[type="radio"] + label span.aria-payment-methods-item-toggle:before {
    width: 17px;
    height: 17px;
    background: #ccc;
    border-radius: 4px;
    content: " ";
    position: absolute;
    left: 2px;
    top: 3px;
    transition: all 0.3s ease
}

.aria-woocomerce-payment-merg-header input[type="radio"]:checked + label span.aria-payment-methods-item-toggle:before {
    width: 17px;
    height: 17px;
    background: var(--primary,#19266a);
    border-radius: 4px;
    content: " ";
    position: absolute;
    left: 28px;
    top: 3px;
    transition: all 0.3s ease
}

span.aria-payment-methods-item-toggle {
    width: 50px;
    position: relative;
    border-radius: 6px;
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    cursor: pointer
}

.aria-woocomerce-payment-merg-header input[type="radio"] {
    display: none
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin: 10px 0;
    position: relative
}

ul.wc_payment_methods {
    padding: 0
}

span.aria-gt-counter {
    background: var(--primary,#19266a);
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 5px
}

.woocommerce-privacy-policy-text {
    line-height: 32px;
    color: #515151;
    text-align: justify
}

.aria-button-checkout-payment {
    font-size: 17px
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em 1em 0 1em
}

.aria-menu-mobile-menu-item {
    text-align: center;
    padding: 5px;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    width: 20%
}

    .aria-menu-mobile-menu-item:hover, .aria-menu-mobile-menu-item.active {
        color: var(--primary,#19266a)
    }

    .aria-menu-mobile-menu-item i {
        font-size: 22px;
        display: block;
        margin-bottom: 4px
    }

.aria-menu-mobile-tab-content {
    width: 100%;
    background: #f8f9fa;
    margin-bottom: 10px;
    width: 95%;
    padding: 10px 15px;
    border-radius: 12px;
    border: 2px solid #fff;
    background: linear-gradient(180deg,#f5f6f7 0%,#fff 100%);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    display: none;
    max-height: 450px;
    overflow: scroll
}

    .aria-menu-mobile-tab-content.active {
        display: block
    }

.aria-menu-mobile-wrapper {
    z-index: 10;
    position: relative
}

.aria-menu-mobile-bottom-menu {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 -5px 12px 0 rgb(204 204 204 / .25);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.aria-menu-mobile-bottom-menu-links {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.aria-menu-mobile-wrapper {
    z-index: 10;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0 0 0;
    flex-direction: column;
    align-items: center
}

.aria-menu-mobile-wrapper-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.aria-menu-mobile-menu-item.mm-have-content:last-child:before {
    content: unset;
    display: none
}

.aria-menu-mobile-linkk {
    color: #fff
}

.aria-menu-mobile-featureitem {
    border-radius: 18px;
    border: 4px solid #fff;
    background: var(--primary,#19266a);
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 0;
    position: absolute;
    top: -20px;
    right: auto
}

.woocommerce ul.order_details {
    margin: 2em 0;
    list-style: none;
    width: calc(100% + 40px) !important;
    border-bottom: 1px solid #d7d7d7;
    margin-right: -20px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

    .woocommerce ul.order_details li {
        display: flex;
        gap: 12px;
        text-align: right;
        margin-left: 0;
        text-transform: unset;
        font-size: .715em;
        line-height: 1;
        border-left: 1px solid #dcdcdc;
        padding-left: 5em;
        margin-right: 0;
        padding-right: 0;
        list-style-type: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

.aria-woocomerce-order-details-pitem .product-quantity {
    color: #6b6b6b;
    font-weight: 400
}

div#woosq-popup .aria-sp-more-featurs {
    display: none
}

div#woosq-popup .aria-single-product-price-form-wrapper {
    width: 100%;
    max-width: unset;
    margin: 20px 0
}

div#woosq-popup .woosq-product > .product .summary .summary-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px
}

div#woosq-popup .woocommerce div.product div.summary {
    padding: 20px
}

.woosq-sidebar .woosq-close {
    font-size: 25px;
    top: 10px;
    left: 10px;
    color: #555;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    z-index: 9;
    cursor: pointer
}

.woosq-product .thumbnails .slick-arrow.slick-prev {
    left: 10px !important;
    transition: all 0.3s ease;
    border-radius: 8px
}

    .woosq-product .thumbnails .slick-arrow.slick-prev:hover {
        color: #fff;
        background-color: rgb(0 0 0 / .384);
        border: 1px solid #e1e1e1
    }

.woosq-product .thumbnails .slick-arrow.slick-next {
    right: 10px !important;
    transition: all 0.3s ease;
    border-radius: 12px
}

    .woosq-product .thumbnails .slick-arrow.slick-next:hover {
        color: #fff;
        background-color: rgb(0 0 0 / .384);
        border: 1px solid #e1e1e1
    }

.woosq-product .thumbnails .slick-dots li button:before {
    border: 1px solid #fff;
    background: var(--primary,#19266a);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    width: 10px;
    height: 10px;
    margin: 0 3px !important
}

.woosq-product .thumbnails .slick-slide {
    padding: 50px
}

.woosq-product .thumbnails .slick-arrow:before {
    font-size: 20px;
    line-height: 35px
}

.woosq-product .thumbnails .slick-arrow {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.woosq-sidebar .woosq-close {
    width: 35px;
    height: 35px;
    line-height: 33px
}

.woocommerce form.login, .woocommerce form.register {
    margin: 1em 0
}

.woocommerce-password-strength {
    margin: 10px 0;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    margin: 20px 0 5px 0;
    font-weight: 200
}

    .woocommerce-password-strength.short {
        background-color: #dc2f02;
        border-color: #dc2f02;
        width: 60%
    }

    .woocommerce-password-strength.bad {
        background-color: orange;
        border-color: orange;
        width: 70%
    }

    .woocommerce-password-strength.good {
        background-color: #19266a;
        border-color: #19266a;
        width: 80%
    }

    .woocommerce-password-strength.strong {
        background-color: #28a745;
        border-color: #28a745;
        width: 100%
    }

small.woocommerce-password-hint {
    background-color: #28a745;
    border-color: #28a745;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    -webkit-animation: aria-blink-2 1s 1s 2 both;
    animation: aria-blink-2 1s 1s 2 both
}

.woocommerce-password-strength:before {
    width: 100%;
    content: "";
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 68px;
    height: 29px;
    border-radius: 8px
}

.woocommerce-form-login-toggle .aria-woocommerce-message.aria-woocommerce-message--info::after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary,#19266a);
    right: 16px;
    top: 28px;
    border-radius: 50px
}

.product_archive_cpr---two li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    height: 250px;
    width: 70%;
    padding: 21px
}

.product_archive_cpr---two li {
    min-height: 400px
}

.product_archive_cpr---three li a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    width: 80%;
    height: 190px;
    padding: 10px
}

ِ .aria-stiky-header {
    transition: all 0.3s ease;
    visibility: hidden;
    height: 0
}

.aria-stiky-header {
    display: none
}

.aria-is-sticky {
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: visible;
    height: auto;
    z-index: 999
}

    .aria-is-sticky .aria-sticky-hidden-item {
        visibility: hidden !important;
        opacity: 0 !important;
        transition: all 0.3s ease;
        height: 0
    }

    .aria-is-sticky .aria-sticky-p0-item {
        padding: 0 !important
    }

    .aria-is-sticky .aria-sticky-m0-item {
        margin: 0 !important
    }

span.wcapf-range-start input, span.wcapf-range-end input {
    height: 40px;
    text-align: center;
    border-radius: 12px;
    background: #dfdede;
    border: unset;
    color: var(--Secondary-70,#6b6b6b);
    font-size: 15px
}

.woocommerce ul#shipping_method li {
    margin: 0 0 1em;
    line-height: 1.5em;
    list-style: none outside;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.aria-shipping-methods-item label {
    width: 100%;
    transition: all 0.3s ease
}

.aria-shipping-methods-item input[type="radio"] {
    display: none
}

    .aria-shipping-methods-item input[type="radio"] + label span.aria-shipping-methods-item-toggle:before {
        width: 17px;
        height: 17px;
        background: #ccc;
        border-radius: 4px;
        content: " ";
        position: absolute;
        left: 4px;
        top: 3px;
        transition: all 0.3s ease
    }

    .aria-shipping-methods-item input[type="radio"]:checked + label span.aria-shipping-methods-item-toggle:before {
        width: 17px;
        height: 17px;
        background: var(--primary,#19266a);
        border-radius: 4px;
        content: " ";
        position: absolute;
        left: 28px;
        top: 3px;
        transition: all 0.3s ease
    }

span.aria-shipping-methods-item-toggle {
    width: 50px;
    position: relative;
    border-radius: 6px;
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    cursor: pointer
}

.woocommerce-form-coupon-toggle.aria-checkout-coupon-toggle {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    gap: 15px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-checkout-coupon-toggle-action {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center
}

.woocommerce-form-coupon-toggle.aria-checkout-coupon-toggle .aria-icon {
    border-radius: 8px;
    background: var(--primary,#19266a);
    padding: 5px;
    color: #fff;
    font-size: 20px;
    margin-left: 7px;
    margin-bottom: 3px
}

.aria-checkout-coupon-toggle-wrapper {
    padding-left: 20px
}

.woocommerce form.checkout_coupon {
    padding: 0;
    border: unset;
    margin: 0
}

.aria-woocomerce-btn-coponupdate-checkout {
    left: 10px;
    top: 10px;
    padding: 7px;
    position: absolute
}

.menu-item img._before, .rtl .menu-item img._after {
    margin-left: .5em;
    margin-right: unset
}

.aria-single-sidebar-wrapper {
    padding-left: 0
}

.aria-single-content-wrapper {
    padding-right: 0
}

nav.navbar.navbar-expand-lg.aria-shop-sidebar-navbar {
    border-radius: 12px;
    background: #efefef;
    padding: 10px
}

.aria-shop-sidebar-navbar-toggler {
    padding: 0
}

.aria-shop-sidebar-navbar-collapse > div {
    border-radius: 16px;
    border: 1px solid var(--aria-secendary-gray-color-03,#ededed);
    background: #fff;
    margin-bottom: 10px;
    padding: 15px
}

.aria-shop-sidebar-navbar-collapse {
    margin-top: 20px
}

a.navbar-brand.aria-shop-sidebar-navbar-brand {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #6b6b6b;
    text-align: right;
    font-size: 14px
}

    a.navbar-brand.aria-shop-sidebar-navbar-brand .aria-icon {
        margin-left: 5px;
        font-size: 18px
    }

.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 {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .9em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    background-image: none;
    background: #1a2e77;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 300
}

.aria-related-post-slider-swiper {
    padding: 0 20px
}

input#reg_email::placeholder {
    text-align: right
}

.woocommerce-NoticeGroup {
    width: 100%
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li a img {
    background: var(--primary,#19266a);
    padding: 1px;
    border-radius: 4px
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li .sub-menu {
    padding-left: unset;
    padding-right: 15px
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li {
    display: block;
    position: relative;
    width: 100%;
    margin: 5px 0
}

.htmega-menu-container .htmobile-navigation ul.htmega-megamenu {
    display: block !important;
    padding: 0 15px
}

.aria-sticky-addto-cart-wrapper {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.aria-sticky-addto-cart-wrapper-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.aria-satc-product-img img {
    max-width: 50px;
    height: auto;
    margin-right: 15px
}

.aria-satc-product-content a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none
}

.aria-satc-product-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
    width: 100%
}

.aria-satc-product-actions-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    min-width: 100px
}

.aria-sticky-add-to-cart-button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px
}

    .aria-sticky-add-to-cart-button:hover {
        background: #005177
    }

.aria-single-product-price-form-wrapper {
    margin-right: 30px
}

div#woosq-popup .aria-single-product-price-form-parent {
    width: 100% !important;
    max-width: unset
}

.aria-post-card-t4 .aria-post-card-img {
    height: 175px
}

    .aria-post-card-t4 .aria-post-card-img img {
        height: 100% !important;
        width: 100%;
        border-radius: 16px !important;
        background: linear-gradient(180deg,rgb(28 48 121 / .21) 17.39%,rgb(23 41 105 / .71) 69.29%) lightgray 50% / cover no-repeat
    }

.aria-post-card-t4 {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    border: 2px solid #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    gap: 10px;
    transition: all 0.3s ease-in
}

    .aria-post-card-t4.aria-card-hover-effect::after {
        bottom: -4px
    }

    .aria-post-card-t4 > .post-category-item-holder {
        display: flex;
        position: absolute;
        left: 25px;
        top: 25px;
        gap: 8px
    }

        .aria-post-card-t4 > .post-category-item-holder a.post-category-item {
            font-size: 13px
        }

    .aria-post-card-t4 .aria-post-card-item-titel {
        overflow: hidden;
        color: #19266a;
        text-align: right;
        text-overflow: ellipsis;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

        .aria-post-card-t4 .aria-post-card-item-titel a {
            color: #19266a;
            font-size: 16px;
            font-style: normal;
            font-weight: 700
        }

    .aria-post-card-t4 .aria-post-card-item-excerpt {
        color: #7e7e7e;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify
    }

        .aria-post-card-t4 .aria-post-card-item-excerpt p {
            margin: 0
        }

    .aria-post-card-t4 .aria-post-card-meta {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        margin-top: 10px
    }

        .aria-post-card-t4 .aria-post-card-meta span.apc-the-val, .aria-post-card-t4 .aria-post-card-meta .apc-the-val a {
            transition: all 0.3s ease;
            color: #19266a;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 400
        }

            .aria-post-card-t4 .aria-post-card-meta .apc-the-val a:hover {
                color: #5a5a5a
            }

        .aria-post-card-t4 .aria-post-card-meta .apc-the-icon {
            color: #19266a;
            text-align: center;
            font-size: 26px;
            font-style: normal;
            font-weight: 800
        }

        .aria-post-card-t4 .aria-post-card-meta span.apc-the-meta {
            display: flex;
            gap: 0;
            flex-direction: column;
            align-content: center;
            align-items: center;
            border-radius: 8px;
            background: #ededed;
            padding: 10px 12px;
            width: 77px;
            justify-content: space-between
        }

    .aria-post-card-t4 .aria-post-card-item .aria-post-avg-rate {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 5px
    }

        .aria-post-card-t4 .aria-post-card-item .aria-post-avg-rate .aria-icon {
            color: var(--aria-third-color-01,#f3c623);
            margin: -4px 3px 0 3px;
            font-size: 20px
        }

        .aria-post-card-t4 .aria-post-card-item .aria-post-avg-rate .the-avg-rate {
            color: #6b6b6b;
            text-align: right;
            font-size: 16px;
            font-style: normal;
            font-weight: 500
        }

.aria-post-card-t5 .aria-post-card-img {
    height: 175px
}

    .aria-post-card-t5 .aria-post-card-img img {
        height: 100% !important;
        width: 100%;
        border-radius: 16px !important;
        background: linear-gradient(180deg,rgb(28 48 121 / .21) 17.39%,rgb(23 41 105 / .71) 69.29%) lightgray 50% / cover no-repeat
    }

.aria-post-card-t5 {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    border: 2px solid #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    gap: 10px;
    transition: all 0.3s ease-in
}

    .aria-post-card-t5.aria-card-hover-effect::after {
        bottom: -4px
    }

    .aria-post-card-t5 > .post-category-item-holder {
        display: flex;
        position: absolute;
        left: 25px;
        top: 25px;
        gap: 8px
    }

        .aria-post-card-t5 > .post-category-item-holder a.post-category-item {
            font-size: 13px
        }

    .aria-post-card-t5 .aria-post-card-item-titel {
        overflow: hidden;
        color: #19266a;
        text-align: right;
        text-overflow: ellipsis;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

        .aria-post-card-t5 .aria-post-card-item-titel a {
            color: #19266a;
            font-size: 16px;
            font-style: normal;
            font-weight: 700
        }

    .aria-post-card-t5 .aria-post-card-item-excerpt {
        color: #7e7e7e;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify
    }

        .aria-post-card-t5 .aria-post-card-item-excerpt p {
            margin: 0
        }

    .aria-post-card-t5 .aria-post-card-meta {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        margin-top: 10px
    }

        .aria-post-card-t5 .aria-post-card-meta span.apc-the-val, .aria-post-card-t5 .aria-post-card-meta .apc-the-val a {
            transition: all 0.3s ease;
            color: #19266a;
            text-align: center;
            font-size: 12px;
            font-style: normal;
            font-weight: 400
        }

            .aria-post-card-t5 .aria-post-card-meta .apc-the-val a:hover {
                color: #5a5a5a
            }

        .aria-post-card-t5 .aria-post-card-meta .apc-the-icon {
            color: #19266a;
            text-align: center;
            font-size: 26px;
            font-style: normal;
            font-weight: 800
        }

        .aria-post-card-t5 .aria-post-card-meta span.apc-the-meta {
            display: flex;
            gap: 0;
            flex-direction: column;
            align-content: center;
            align-items: center;
            border-radius: 8px;
            background: #ededed;
            padding: 10px 12px;
            width: 77px;
            justify-content: space-between
        }

    .aria-post-card-t5 .aria-post-card-item .aria-post-avg-rate {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 5px
    }

        .aria-post-card-t5 .aria-post-card-item .aria-post-avg-rate .aria-icon {
            color: var(--aria-third-color-01,#f3c623);
            margin: -4px 3px 0 3px;
            font-size: 20px
        }

        .aria-post-card-t5 .aria-post-card-item .aria-post-avg-rate .the-avg-rate {
            color: #6b6b6b;
            text-align: right;
            font-size: 16px;
            font-style: normal;
            font-weight: 500
        }

    .aria-post-card-t5 a.aria-post-card-readmore-link {
        border-radius: 12px;
        background: var(--aria-third-color-01,#f3c623);
        padding: 7px;
        display: flex;
        text-align: center;
        color: #19266a;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        align-content: center;
        justify-content: center;
        align-items: center
    }

        .aria-post-card-t5 a.aria-post-card-readmore-link .aria-icon {
            margin: -3px 13px 0 0;
            font-size: 18px
        }

.aria-button-secondary .aria-icon {
    font-size: 18px
}

.aria-comment-button {
    border: unset;
    display: inline-block
}

.aria-inner-page-title--icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .aria-inner-page-title--icon .title--icon-text {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        gap: 10px
    }

    .aria-inner-page-title--icon p.title-description {
        color: #6b6b6b;
        text-align: justify;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        margin: 0
    }

.aria-inner-page-title--seeall a .aria-icon {
    font-size: 20px;
    color: #19266a
}

.aria-inner-page-title--seeall a {
    display: flex;
    gap: 10px;
    color: #5a659f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center
}

aside#sidebar-posts {
    padding: 0
}

.aria--pagination .nav-links a.page-numbers.next, .aria--pagination .nav-links a.page-numbers.prev {
    border-radius: 12px;
    border: 1px solid var(--aria-third-color-01,#f3c623);
    color: var(--aria-third-color-01,#f3c623)
}

aside#sidebar-projects {
    padding: 0
}

    aside#sidebar-projects div.widget {
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
        padding: 20px;
        margin-bottom: 20px
    }

form.is-form-id-1380 {
    margin-top: 10px;
    border-radius: 16px;
    background: #efefef
}

input#is-search-input-1380 {
    color: #6b6b6b;
    text-align: right;
    font-size: 16px;
    font-weight: 400
}

form.is-form-id-1380 .is-search-icon svg path {
    color: #6b6b6b;
    fill: #6b6b6b
}

input#is-search-input-1380::placeholder {
    color: #6b6b6b
}

.is-form-id-624 {
    border-radius: 16px;
    background: #efefef
}

input#is-search-input-624 {
    color: #6b6b6b;
    text-align: right;
    font-size: 16px;
    font-weight: 400
}

form.is-form-id-624 .is-search-icon svg path {
    color: #6b6b6b;
    fill: #6b6b6b
}

input#is-search-input-624::placeholder {
    color: #6b6b6b
}

.aria-project-archive-card-wrpper {
    padding: 10px
}

.aria-single-project-sidebar {
    padding-right: 20px
}

.aria-single-project-sidebar-wrapper {
    padding-top: 0
}

.single-weblog-categori {
    color: #9b9b9b
}

button.aria-single-product-addtocard-button .aria-icon {
    font-size: 18px;
    padding: 0 5px 3px 5px;
    line-height: 0
}

button.aria-single-product-addtocard-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative
}

.aria-dashbord-iconbox-wraper {
    border-radius: 18px;
    background: var(--aria-secendary-gray-color-01,#efefef);
    padding: 25px
}

.aria-dashbord-information-inputs-col .aria-txt-field {
    border: 1px solid #eee;
    height: 50px;
    outline: 0 solid #eee !important;
    padding: 10px 10px;
    border-radius: 16px;
    background: #fff
}

.woocommerce-orders-table__cell-order-actions .aria-button-secondary-gray {
    background: #fff;
    padding: 6px 9px 6px 9px;
    color: #6b6b6b
}

.woocommerce-orders-table__row:hover .woocommerce-orders-table__cell-order-actions .aria-button-secondary-gray {
    background: #19266a;
    color: #fff
}

.woocommerce-orders-table__cell-order-total span.woocommerce-Price-amount.amount {
    color: #9a9a9a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.woocommerce-orders-table__cell-order-total del {
    color: #9a9a9a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.aria-wdashbord-section--details {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--aria-third-color-01,#f3c623)
}

    .aria-wdashbord-section--details .order--date {
        font-size: 16px;
        color: #6b6b6b;
        letter-spacing: -.25px
    }

.aria-order-mark-status-processing {
    background: #19266a;
    color: #fff;
    font-size: 14px
}

.aria-order-mark-status-completed {
    background: #28a745;
    color: #fff;
    font-size: 14px
}

.aria-order-mark-status-cancelled {
    background: #dc2f02;
    color: #fff;
    font-size: 14px
}

.aria-order-mark-status-refunded {
    background: #333;
    color: #fff;
    font-size: 14px
}

.aria-order-mark-status-failed {
    background: #b22222;
    color: #fff;
    font-size: 14px
}

.aria-order-mark-status-on-hold {
    background: orange;
    color: #fff;
    font-size: 14px
}

.user-dashboard-notice .user-norice-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.select2-dropdown {
    background-color: #eaeaea;
    border: unset;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: -1px !important
}

.select2-container--default .select2-selection--single {
    background: unset !important
}

.checkout-inline-error-message {
    display: none
}

#ship-to-different-address input[type="checkbox"] + label span.aria-payment-methods-item-toggle:before {
    width: 17px;
    height: 17px;
    background: #ccc;
    border-radius: 4px;
    content: " ";
    position: absolute;
    left: 2px;
    top: 3px;
    transition: all 0.3s ease
}

#ship-to-different-address {
    position: relative
}

    #ship-to-different-address input[type="checkbox"]:checked + label span.aria-payment-methods-item-toggle:before {
        width: 17px;
        height: 17px;
        background: var(--primary,#19266a);
        border-radius: 4px;
        content: " ";
        position: absolute;
        left: 28px;
        top: 3px;
        transition: all 0.3s ease
    }

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0
}

input#ship-to-different-address-checkbox {
    display: none
}

.custom_price_html2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    gap: 5px
}

.custom_price_html3 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.custom_price_html4 span.woocommerce-Price-currencySymbol {
    display: none
}

.custom_price_html5 {
    border-radius: 4px;
    background: var(--aria-third-color-01,#f3c623);
    box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
    padding: 2px 4px 0 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.custom_price_html4 bdi {
    color: var(--DimGray-500,#b3b3b3);
    font-weight: 400;
    line-height: 12px;
    text-decoration-line: line-through
}

.custom_price_html6 bdi, .custom_price_html7 bdi, .custom_price_html8 bdi {
    color: var(--primary,#19266a);
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

    .custom_price_html6 bdi span.woocommerce-Price-currencySymbol, .custom_price_html7 bdi span.woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

    .custom_price_html8 bdi span.woocommerce-Price-currencySymbol, .custom_price_html7 bdi span.woocommerce-Price-currencySymbol {
        color: #b3b3b3;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 2px 0 0
    }

.custom_price_html8 .woocommerce-Price-amount:first-child bdi span.woocommerce-Price-currencySymbol {
    display: none
}

.grid-listing-product-image-wrapper img {
    width: 100%;
    height: 100%
}

.pagination {
    display: flex;
    padding-right: 0;
    list-style: none;
    align-items: center;
    justify-content: center
}

.aria-shop-sidebar-navbar-collapse {
    margin-top: 20px;
    width: 100%
}

ul.user-menu-nav li.nav-item-dropdown {
    width: 100%
}

ul#menu-aria-user-menu li {
    width: 100%
}

ul#menu-aria-user-menu {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start
}

.aria-inner-page-title--seeall {
    min-width: max-content
}

.aria-sticky-addto-cart-wrapper-content.container {
    min-height: 75px;
    border-radius: 18px;
    padding: 0 25px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-satc-product-actions-price .custom_price_html2 {
    gap: 0
}

.aria-satc-product-actions-price .woo-at-single-discount {
    position: unset
}

.aria-satc-product-actions-price .woo-at-single-reg-price {
    font-size: 18px
}

.menu-cart-product-model {
    font-weight: 700
}

    .menu-cart-product-model span {
        margin-right: 5px;
        font-weight: 400
    }

span.aria-woocommerce-price-free {
    font-size: 14px
}

.at-product-notstock {
    color: #ef0000
}

@media screen and (max-width:375px) {
    .aria-grid {
        grid-template-columns: 1fr !important
    }

    .at--ring {
        width: 70%;
        height: 70%;
        top: 30px;
        left: 0
    }

    .add_to_cart_button, a.product_type_external, a.product_type_simple {
        font-size: 12px;
        min-width: 50%
    }
}

@media screen and (max-width:425px) {
    p.woocommerce-result-count {
        margin: 0;
        font-size: 14px
    }

    .woocommerce form.login, .woocommerce form.register {
        padding: 10px
    }

    .sidebar.aria-sidebar-holder {
        padding-left: 0
    }

    .aria-archive-post-card {
        padding: 0
    }

    .aria-single-project-sidebar {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 25px
    }

    .aria-inner-page-title--seeall a .aria-icon {
        font-size: 17px
    }

    .aria-inner-page-title--seeall a {
        gap: 5px;
        font-size: 12px
    }

    .title--icon-text .title-icon img {
        width: 20px;
        height: 20px
    }

    .aria-inner-page-title--icon .title--icon-text {
        gap: 5px
    }

    .aria-relate-posts-title .title-text {
        font-size: 16px
    }

    .aria-inner-page-title--icon p.title-description {
        font-size: 13px
    }

    .aria-testimonial-slider-description {
        margin-top: 5px;
        font-size: 14px;
        line-height: 30px
    }

    .aria-testimonial-slider-slide {
        flex-direction: column-reverse
    }

    .aria-testimonial-slider-subtitle {
        margin-top: 5px
    }

    .aria-testimonial-slider-title-wrapper {
        margin-top: 15px
    }

    .aria-testimonial-slider-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .aria-faq-question {
        padding: 10px 15px
    }

    .aria-faq-answer.show {
        padding: 10px 15px
    }

    .aria-icon-faq {
        font-size: 20px
    }

    .aria-faq-question-text {
        font-size: 14px
    }

    .aria-timeline-main-wrapper:last-child {
        margin-bottom: -35px
    }

    .aria-timeline-main-wrapper:first-child {
        margin-top: -115px
    }

    .aria-timeline-img {
        display: none !important
    }

    .aria-grid {
        grid-template-columns: 1fr !important
    }

    li.aria-grid-listing-product {
        padding: 10px;
        gap: 5px
    }

    .grid-listing-product-title a {
        font-size: 15px
    }

    .woocommerce-loop-product__title, .woocommerce-loop-product__title a {
        font-size: 16px
    }

    span.at-product-rate---val {
        font-size: 14px
    }

    span.woo-at-reg-price {
        font-size: 15px
    }

    .add_to_cart_button, a.product_type_external, a.product_type_simple {
        font-size: 14px;
        min-width: 50%
    }

    .at-product-stock-wrapper {
        font-size: 14px
    }

    .aria-inner-page---header h6, .aria-inner-page---header h5, .aria-inner-page---header h4, .aria-inner-page---header h3, .aria-inner-page---header h2, .aria-inner-page---header h1 {
        color: #313131;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 500
    }

    .aria-wdashbord-section--details .order--date, .aria-wdashbord-section--details .order--status {
        font-size: 12px
    }

    .aria-wdashbord-section-title h6, .aria-wdashbord-section-title h5, .aria-wdashbord-section-title h4, .aria-wdashbord-section-title h3, .aria-wdashbord-section-title h2, .aria-wdashbord-section-title h1, .aria-wdashbord-section-title span {
        font-size: 14px
    }

    .aria-woocommerce-dashbord-header h6 {
        font-size: 16px
    }

    .aria-woocommerce-dashbord-header {
        padding: 5px 30px 0 15px
    }

    .aria-woocomerce-btn-coponupdate-checkout {
        margin-top: 10px !important;
        padding: 7px;
        width: 100%;
        position: unset
    }

    .aria-woocommerce-page---header h6, .aria-woocommerce-page---header h5, .aria-woocommerce-page---header h4, .aria-woocommerce-page---header h3, .aria-woocommerce-page---header h2, .aria-woocommerce-page---header h1, .aria-inner-page-section---header h6, .aria-inner-page-section---header h5, .aria-inner-page-section---header h4, .aria-inner-page-section---header h3, .aria-inner-page-section---header h2, .aria-inner-page-section---header h1 {
        font-size: 16px;
        margin-bottom: 0
    }

    .aria-single-product-price-form-wrapper {
        padding: 10px
    }

    .aria-quantity input {
        padding-left: 5px
    }

    button.aria-single-product-addtocard-button {
        font-size: 13px
    }

    .aria-tabel---header {
        font-size: 14px
    }

    .aria-tabel---footer {
        font-size: 16px
    }

    .aria-sticky-addto-cart-wrapper-content.container {
        min-height: 75px;
        border-radius: 18px;
        padding: 0 10px
    }

    .add_to_cart_button {
        display: inline-flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
        background: #1a2e77;
        color: #fff;
        line-height: 18px;
        transition: all 0.3s ease;
        font-size: 13px;
        position: relative;
        overflow: hidden
    }

    .aria-satc-product-actions-price {
        font-size: 12px;
        font-weight: 700;
        color: #000;
        min-width: 100px
    }

        .aria-satc-product-actions-price .aria--single-product-price-simple {
            margin-top: 0
        }

    .aria--single-product-price-simple span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-external span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-default span.woo-at-single-all-sale-price .woo-at-single-discount, .aria--single-product-price-grouped span.woo-at-single-all-sale-price .woo-at-single-discount {
        border-radius: 4px;
        background: var(--aria-third-color-01,#f3c623);
        box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
        padding: 4px 2px 0 2px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        position: absolute;
        right: 0;
        line-height: 20px
    }

    .aria--single-product-price-simple .woo-at-single-reg-price, .aria--single-product-price-default .woo-at-single-reg-price, .aria--single-product-price-grouped .woo-at-single-reg-price, .aria--single-product-price-external .woo-at-single-reg-price {
        color: var(--primary,#19266a);
        font-size: 16px;
        font-weight: 700;
        line-height: normal
    }

    .woocommerce-password-strength.short {
        width: 100%
    }

    .woocommerce-password-strength.bad {
        width: 100%
    }

    .woocommerce-password-strength.good {
        width: 100%
    }

    .woocommerce-password-strength.strong {
        width: 100%
    }

    .htmobile-navigation {
        padding: 10px 0;
        overflow: hidden
    }

    .aria-related-product-slider-swiper, .aria-related-post-slider-swiper {
        padding: 0 25px !important
    }

    .aria-woocommerce-single-product-tabs {
        overflow: scroll;
        padding-bottom: 15px
    }

    .aria-single-product-action-button {
        position: absolute;
        right: 20px;
        top: 20px;
        transition: all 0.3s ease-in-out;
        z-index: 1
    }

    .aria-single-product-meta-content {
        padding-left: 0
    }

    .aria-single-sidebar-wrapper {
        padding-left: 10px
    }

    .aria-single-content-wrapper {
        padding-right: 10px
    }

    .aria-comments, .single-project-content, .aria-author-box, .aria-single-post-content {
        padding: 15px 20px
    }

    span.at-swiper-navigation-button-next {
        right: -5px;
        position: absolute;
        top: 45%;
        z-index: 2
    }

    span.at-swiper-navigation-button-prev {
        left: -5px;
        top: 45%;
        position: absolute;
        z-index: 2
    }

    .aria-timeline-holder .aria-the-timeline:nth-child(odd) {
        margin-right: 0
    }

    .aria-timeline-holder .aria-the-timeline:nth-child(even) {
        margin-right: 0
    }

    .menu-cart-widget-total {
        display: none
    }

    .htmobile-aside-button {
        text-align: left;
        color: #fff
    }

    .htmega-menu-area {
        border: unset
    }

    .at--ring {
        width: 67%;
        height: 67%;
        top: 10px;
        left: 36px
    }

    .aria-timeline-img {
        min-width: 85px !important;
        height: 85px !important
    }

    .timeline-content-excerpt {
        color: #888;
        text-align: justify;
        font-size: 13px;
        font-weight: 200;
        line-height: 28px
    }

    .timeline-content-heading {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700
    }

    .aria-timeline-content {
        width: 100%
    }

    .aria-timeline-counter-hd {
        margin: 0;
        width: 80px;
        min-height: 80px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out
    }

    .aria-the-timeline {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .aria-timeline-holder::before {
        display: none
    }

    .aria-timeline-holder .aria-the-timeline:nth-child(even) {
        flex-direction: row;
        margin-right: 0
    }

    li.menu-item-depth-0 div.htmegamenu-content-wrapper {
        max-height: 480px;
        overflow: scroll
    }

    .aria-single-project-gss {
        width: 100%;
        height: 405px !important
    }

    .gss-swiper-button-next {
        right: 50px;
        position: absolute;
        top: unset;
        bottom: -5px;
        z-index: 2
    }

    .gss-swiper-button-prev {
        left: 50px;
        top: unset;
        position: absolute;
        bottom: -5px;
        z-index: 5
    }

    .aria-single-project-gallery-swiper {
        padding: 0 0 0 40px !important
    }

    .aria-single-project-gss {
        margin: 0 10px 0 0
    }

    .gsss-swiper-button-prev {
        left: 5px;
        top: 40%;
        position: absolute;
        z-index: 2
    }

    .gsss-swiper-button-next {
        right: 5px;
        position: absolute;
        top: 40%;
        z-index: 2
    }

    .aria-project-details {
        width: 50%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center
    }

        .aria-project-details:nth-child(2n)::before {
            display: none
        }

    .project-details-desc {
        width: 100%;
        text-align: center
    }

    .project-details-title p {
        text-align: center
    }

    .project-details-description p {
        text-align: center
    }

    .aria-single-project-details {
        padding: 20px 0
    }

    .aria-conments-rate {
        padding-right: 10px;
        order: -1;
        padding-left: 10px;
        margin-bottom: 10px
    }

    .aria-woocommerce-tabs-panel {
        padding: 10px
    }

    ol.children .depth-2::before, ul.children .depth-2::before {
        width: 25px;
        height: 60px;
        right: -28px
    }

    .comment-list .children {
        margin: 20px 30px 30px 0
    }

    select.aria-orderby {
        overflow-x: scroll;
        height: 45px;
        padding: .375rem 0rem .375rem 0rem
    }

    .aria-project-archive-card {
        position: relative;
        width: 100%
    }

    .aria-author-box {
        flex-wrap: wrap;
        align-items: center !important;
        flex-direction: column !important
    }

    .aria-post-themata {
        width: 48%
    }

        .aria-post-themata:not(:first-of-type)::before {
            display: none
        }

    .aria-single-post-meta {
        padding: 15px
    }

    .aria-author-info-name {
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 5px !important;
        align-items: flex-start !important
    }

    .aria-author-links {
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 5px !important;
        align-items: flex-end !important
    }

    .aria-shop-sidebar {
        width: 100%
    }

    .aria-woocommerce-loop {
        padding-right: 0;
        margin-top: 15px
    }

    .aria-shop-sidebar-navbar-toggler:focus {
        box-shadow: unset;
        color: var(--primary,#19266a)
    }

    .aria-order-holder, .aria-orderby-title-wrapper {
        width: 100%
    }

    .woocommerce-ordering nav {
        padding: 0
    }

    .aria-order-holder {
        padding: 10px
    }

    .aria-shop-total-products {
        display: none
    }

    .aria-woocommerce-order-filter {
        margin-bottom: 10px !important
    }

    form.aria-woocommerce-ordering.woocommerce-ordering {
        width: 50%
    }

        form.aria-woocommerce-ordering.woocommerce-ordering select {
            width: 100%;
            border-radius: 500px;
            background: #fff;
            border: unset;
            padding: 10px 8px;
            color: #3e3e3e;
            text-align: right;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal
        }

    .aria-product-gallery-wrapper-plugin {
        padding-left: 0;
        width: 100%
    }

    .aria-single-product-wraper {
        display: flex;
        padding: 12px
    }

    .slick-slider .slick-slide.slick-current .wpawg-image-popup {
        right: 43px;
        top: 8px
    }

    .aria-single-product-onsale {
        padding: 3px 4px;
        min-width: 33px;
        right: 92px;
        top: 23px
    }

    ul.aria-spf-the-fturs {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 8px
    }

    .aria-woocomerce-cart-tbody {
        padding: 12px;
        margin-left: 0
    }

    .woocommerce-cart-form {
        flex-wrap: wrap
    }

    .aria-woocomerce-cart-table-wrapper {
        width: 100%;
        margin-top: 10px;
        overflow: hidden
    }

    .aria-woocomerce-cart-items .product-thumbnail {
        width: 25%
    }

    .aria-woocomerce-cart-items {
        justify-content: flex-start;
        padding: 10px;
        position: relative
    }

        .aria-woocomerce-cart-items .product-name {
            width: 70%
        }

        .aria-woocomerce-cart-items .product-price, .aria-woocomerce-cart-items .product-quantity {
            width: 45%
        }

        .aria-woocomerce-cart-items .product-subtotal {
            display: none
        }

        .aria-woocomerce-cart-items .product-remove {
            width: 75px;
            border-right: unset;
            text-align: left;
            position: absolute;
            top: 10px;
            left: 10px
        }

        .aria-woocomerce-cart-items .product-name a {
            color: #212529;
            font-size: 13px;
            font-style: normal;
            font-weight: 500
        }

        .aria-woocomerce-cart-items .product-remove a.aria-woocomerce-cart-remove-item {
            color: #888;
            font-size: 18px
        }

    .coupon-aria-holder-all-cop {
        padding: 12px
    }

    .aria-checkout-coupon-toggle-wrapper, .aria-woocomerce-checkout-fields-wrapper {
        padding-left: 0
    }

    .aria-woocomerce-checkout-fields-wrapper {
        overflow: hidden
    }

    .aria-customer-details {
        padding: 12px
    }

    .aria-woocommerce-checkout-review-order-table {
        padding: 12px;
        margin-top: 10px;
        overflow: hidden
    }

    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
        padding: 12px;
        overflow: hidden
    }

        .woocommerce-checkout #payment ul.payment_methods {
            padding: 0
        }

    .woocommerce #payment #place_order {
        margin: 0
    }

    .woocommerce-NoticeGroup {
        width: 100%
    }

    p#billing_country_field, p#billing_address_2_field, p#billing_address_1_field, p#billing_state_field, p#billing_city_field, p#billing_phone_field, p#billing_postcode_field {
        width: 100%;
        display: inline-block
    }

    .aria-woocomerce-tkpage {
        padding: 12px;
        overflow: hidden
    }

    .woocommerce ul.order_details {
        margin: 2em 0;
        list-style: none;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
        margin-right: unset;
        padding: 15px 0;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

        .woocommerce ul.order_details li {
            display: flex;
            width: 50%;
            margin-bottom: 10px;
            gap: 12px;
            text-align: right;
            margin-left: 0;
            text-transform: unset;
            font-size: .715em;
            line-height: 1;
            border-left: unset;
            padding-left: unset;
            margin-right: 0;
            padding-right: 0;
            list-style-type: none;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center
        }

    .aria-woocommerceflex-tabel {
        padding: 10px 0
    }

    .aria-woocomerce-order-details-footer {
        flex-wrap: wrap;
        align-content: flex-start !important;
        flex-direction: row;
        align-items: flex-start !important
    }

    .aria-woocomerce-order-details-footer-items {
        width: 50% !important
    }

    .aria-woocomerce-order-details-footer-value {
        font-size: 12px;
        font-weight: 400
    }

    .aria-woocomerce-order-details-footer-label {
        font-size: 13px
    }

    .aria-woocommerceorder-details-thead span {
        font-size: 14px
    }

    .aria-order-item a {
        font-size: 12px
    }

    .aria-woocomerce-order-details-pitem .product-quantity {
        color: #333;
        font-weight: 400;
        font-size: 13px
    }

    .aria-woocomerce-order-details-pitem .woocommerce-Price-amount {
        font-size: 13px
    }

        .aria-woocomerce-order-details-pitem .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            font-size: 13px
        }

    .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
        margin-bottom: 0em
    }

    .woocommerce-MyAccount-content {
        margin-top: 10px;
        padding: 12px;
        overflow: hidden
    }

    .aria-woocommerce-myaccount-sidebar {
        margin-top: 0;
        padding: 12px;
        overflow: hidden;
        border-radius: 0;
        min-height: 100%
    }

    .aria-woocommerce-myaccount-user-data {
        border-radius: 0
    }

    .aria-dashbord-wishlist {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 12px
    }

    .aria-woocommerce-myaccount-sidebar-wrapper {
        width: 100%;
        padding: 0
    }

    .aria-sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        width: 0;
        z-index: 999
    }

        .aria-sidenav a:hover {
            color: #f1f1f1
        }

        .aria-sidenav .closebtn {
            position: absolute;
            font-size: 36px;
            margin-left: 0;
            z-index: 2;
            border: 1px solid #fff;
            top: 10px;
            padding: 15px 8px;
            border-radius: 50%;
            left: 10px;
            line-height: 0;
            font-size: 25px;
            text-decoration: none;
            color: #fff;
            display: block;
            transition: 0.3s
        }

    .aria-myaccount-navmenu-button {
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: -45px;
        border-radius: 100px;
        border: 4px solid #fff;
        background: var(--primary,#19266a);
        color: #fff;
        width: 45px;
        height: 45px;
        text-align: center;
        padding-top: 5px
    }

    .aria-iconbox-parent-col {
        width: 100%
    }

    .aria-iconbox-parent {
        width: 100%
    }

    .aria-dashbord-information-inputs-col {
        width: 48%
    }

    .aria-dro-wish-item-img {
        width: 50px;
        height: 50px
    }

    .aria-dro-wish-item-name a {
        font-size: 12px;
        font-weight: 400
    }

    .aria-dashbord-wishlist-col {
        width: 100%
    }

    .aria-dro-item-action--l span, .aria-dro-item-action--h span {
        font-size: 16px
    }

    .aria-dro-item-name a {
        font-size: 12px;
        font-weight: 400
    }

    .aria-dro-item-price {
        font-size: 13px
    }

    .aria-dro-item-symbol {
        font-size: 10px;
        font-weight: 400
    }

    .aria-dro-item-action--h .woosw-btn {
        margin: 5px 2px 0 0
    }

    .woocommerce-orders-table__cell-order-actions {
        width: 100%;
        font-size: 12px
    }

        .woocommerce-orders-table__cell-order-actions a {
            font-size: 12px
        }

    .woocommerce-orders-table__cell-order-date {
        width: 50%;
        margin-bottom: 13px;
        font-size: 14px
    }

    .woocommerce-orders-table__cell-order-number {
        width: 50%;
        margin-bottom: 13px
    }

    .woocommerce-orders-table__cell-order-status {
        width: 50%;
        margin-bottom: 13px;
        font-size: 12px
    }

    .woocommerce-orders-table__cell-order-total {
        width: 50%;
        margin-bottom: 13px;
        font-size: 12px
    }

    .woocommerce-orders-table__row, .aria-woocomerce-dashboard-download-tabel {
        padding: 10px
    }

    .aria-woocomerce-myac-rders-table-header.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
        display: none;
        font-size: 14px
    }

    p.aria-order-status-notif-text {
        font-size: 13px
    }

    .aria-order-status-notif {
        padding: 10px
    }

    .aria-wd-adress-title {
        font-size: 14px
    }

    p.aria-woocommerce-subt-address.mb-2.mt-2 {
        font-size: 13px
    }

    .aria-woocommerce-customer-details span.aria-icon {
        font-size: 16px
    }

    span.woocommerce-customer-details-phone, span.woocommerce-customer-details-email {
        font-size: 14px
    }

    .aria-woocommerce-myac-address.text-center {
        width: 100%;
        margin-top: 15px
    }

    .aria-woocomerce-myac-passfiled {
        flex-wrap: wrap
    }

        .aria-woocomerce-myac-passfiled p.form-row {
            width: 100%
        }

    .woocommerce-EditAccountForm fieldset {
        margin-top: 15px !important
    }

    tr.woosw-item {
        width: 100%
    }

    .aria-project-details:not(:last-child):before {
        display: none
    }

    .aria-single-product-meta-content {
        width: 100%
    }

    .aria-single-product-price-form-wrapper {
        width: 100%
    }

    .quantity.aria-quantity {
        min-width: 90px
    }

    .aria-holder-order-filter {
        width: 100%
    }

    div.is-ajax-search-result {
        max-width: 93%;
        left: unset !important;
        right: 6px
    }

    .aria-satc-product-actions-price .woo-at-single-discount {
        top: -2px;
        padding: 2px 2px 0 2px
    }

    .aria-dashbord-iconbox-wraper {
        padding: 10px;
        gap: 5px
    }

    .aria-dashbord-information-wraper {
        padding: 10px
    }

    .aria-single-product-price-form-parent {
        margin-top: 10px
    }

    a.aria-spf-the-title {
        font-size: 14px
    }
}

@media screen and (min-width:426px) and (max-width:768px) {
    div.is-ajax-search-result {
        max-width: 93%;
        left: unset !important;
        right: 6px
    }

    .at-image-container-b {
        display: none
    }
}

@media screen and (max-width:910px) {
    .aria-timeline-holder::before {
        display: none
    }

    .aria-single-product-price-form-wrapper {
        margin-right: 0
    }

    .aria-single-product-meta-content {
        padding-left: 0
    }

    .htmobile-menu-wrap .htmobile-aside-close {
        font-size: 12px;
        height: 33px;
        left: 20px;
        line-height: 37px;
        top: 20px;
        width: 33px;
        z-index: 9;
        border-radius: 4px;
        cursor: pointer
    }

    .htmega-menu-area {
        border: unset
    }

    .htmobile-aside-button {
        color: #fff
    }

    .aria-timeline-holder .aria-the-timeline:nth-child(odd) {
        margin-right: 145px
    }

    .aria-timeline-holder .aria-the-timeline:nth-child(even) {
        margin-right: 0
    }

    .aria-the-timeline {
        width: 75%
    }

    div.is-ajax-search-result {
        max-width: 93%;
        left: unset !important;
        right: 6px
    }

    .aria-timeline-main-wrapper:before {
        bottom: 45px
    }
}

@media screen and (max-width:1024px) {
    .aria-single-product-price-form-wrapper {
        margin-right: 0
    }

    .aria-sidenav .closebtn {
        position: absolute;
        font-size: 36px;
        margin-left: 0;
        z-index: 2;
        border: 1px solid #fff;
        top: 10px;
        padding: 15px 8px;
        border-radius: 50%;
        left: 10px;
        line-height: 0;
        font-size: 25px;
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.3s
    }

    .aria-woocommerce-myaccount-sidebar {
        margin-top: 0;
        padding: 12px;
        overflow: hidden;
        border-radius: 0;
        min-height: 100%
    }

    .aria-woocommerce-myaccount-sidebar-wrapper {
        width: 100%;
        padding: 0
    }

    .aria-sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        width: 0;
        z-index: 999
    }

    ul.aria-spf-the-fturs {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 8px
    }

    .aria-newposts-image img {
        width: 60px;
        height: 60px;
        border-radius: 8px
    }

    nav.navbar.navbar-expand-lg.aria-shop-sidebar-navbar {
        flex-direction: column
    }

    .aria-shop-sidebar-navbar-brand {
        display: none !important
    }

    .aria-shop-sidebar-navbar-collapse {
        flex-direction: column
    }

    .gss-swiper-button-next {
        right: 50px;
        position: absolute;
        top: unset;
        bottom: -5px;
        z-index: 2
    }

    .gss-swiper-button-prev {
        left: 50px;
        top: unset;
        position: absolute;
        bottom: -5px;
        z-index: 5
    }

    .gsss-swiper-button-prev {
        left: 5px;
        top: 40%;
        position: absolute;
        z-index: 2
    }

    .gsss-swiper-button-next {
        right: 5px;
        position: absolute;
        top: 40%;
        z-index: 2
    }

    span.at-swiper-navigation-button-next {
        right: -5px;
        position: absolute;
        top: 45%;
        z-index: 2
    }

    span.at-swiper-navigation-button-prev {
        left: -5px;
        top: 45%;
        position: absolute;
        z-index: 2
    }
}
