@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 1.2s ease-out infinite alternate-reverse both;
    animation: pulsate-fwd 1.2s ease-out infinite alternate-reverse both
}

.aria-fade-in {
    -webkit-animation: aria-fade-in 1.2s cubic-bezier(.39,.575,.565,1) 0.3s both;
    animation: aria-fade-in 1.2s cubic-bezier(.39,.575,.565,1) 0.3s both
}

@-webkit-keyframes aria-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes aria-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.aria-slide-in-left {
    -webkit-animation: aria-slide-in-left 0.5s cubic-bezier(.25,.46,.45,.94) 0.2s both;
    animation: aria-slide-in-left 0.5s cubic-bezier(.25,.46,.45,.94) 0.2s both
}

@-webkit-keyframes aria-slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aria-slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.aria-slide-in-right {
    -webkit-animation: aria-slide-in-right 0.5s cubic-bezier(.25,.46,.45,.94) 0.2s both;
    animation: aria-slide-in-right 0.5s cubic-bezier(.25,.46,.45,.94) 0.2s both
}

@-webkit-keyframes aria-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aria-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.aria-scale-in-hor-center {
    -webkit-animation: aria-scale-in-hor-center 0.5s cubic-bezier(.25,.46,.45,.94) 0.4s both;
    animation: aria-scale-in-hor-center 0.5s cubic-bezier(.25,.46,.45,.94) 0.4s both
}

@-webkit-keyframes aria-scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@keyframes aria-scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.at--aniamtion--silde--up--down {
    -webkit-animation: slide-top 1.5s cubic-bezier(.68,-.55,.265,1.55) 1s infinite alternate-reverse both;
    animation: slide-top 1.5s cubic-bezier(.68,-.55,.265,1.55) 1s infinite alternate-reverse both
}

span.at-swiper-button-prev {
    left: -55px;
    top: 40%
}

span.at-swiper-button-next {
    right: -55px;
    top: 40%
}

span.at-swiper-button-prev i {
    width: 100%;
    height: 100%;
    display: inline-block
}

span.at-swiper-button-prev:hover, span.at-swiper-button-next:hover {
    border: 1px solid #fff;
    background: linear-gradient(180deg,#253b8e 0%,#253b8e 100%),#fff;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    color: #fff
}

span.at-swiper-button-prev, span.at-swiper-button-next {
    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;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center
}

    span.at-swiper-button-prev i, span.at-swiper-button-next i {
        width: 100%;
        height: 100%;
        display: inline-block
    }

span.at-swiper-navigation-button-prev {
    left: -10px;
    top: 40%;
    position: absolute;
    z-index: 10
}

span.at-swiper-navigation-button-next {
    right: -10px;
    position: absolute;
    top: 40%;
    z-index: 10
}

.at-swiper-slider-pagination span.swiper-pagination-bullet {
    border-radius: 50px;
    border: 1px solid #fff;
    background: linear-gradient(180deg,#253b8e 0%,#253b8e 100%),#fff;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    width: 10px;
    height: 10px;
    margin: 0 3px !important
}

.at-swiper-slider-pagination {
    text-align: center
}

.swiper-button-disabled {
    color: #e1e1e1
}

.cart-hover-widget {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease
}

.menu-cart-widget-cart-total {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-size: 12px;
    font-weight: 700;
    border: 3px solid var(--aria-main-color-02)
}

button.menu-cart-widget-cart-hover-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1.5px solid #f3c623;
    background: #fff0
}

.menu-cart-widget-cart-hover-button {
    padding: 6px;
    font-size: 15px
}

.menu-cart-widget-cart-hover-content {
    position: absolute;
    background: #fff;
    min-width: 300px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 12px 16px 12px 0;
    z-index: 500;
    top: 50px;
    left: 115px;
    border-radius: 16px;
    transform: translateX(-115px);
    transition: all 0.3s ease
}

.menu-cart-widget-cart-hover-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease,visibility 0.3s ease
}

    .menu-cart-widget-cart-hover-content.show-content {
        opacity: 1;
        visibility: visible
    }

.menu-cart-widget-ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px
}

    .menu-cart-widget-ul li {
        margin-bottom: 10px;
        display: flex;
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 15px;
        border-bottom: 1px solid #d1d1d166
    }

.muncart-cart-item-thumbnail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px
}

    .muncart-cart-item-thumbnail img {
        width: 60px;
        height: 60px;
        object-fit: cover
    }

.menu-cart-widget-cart-item-details {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.menu-cart-widget-cart-item-title {
    font-size: 14px;
    font-weight: 300;
    color: #3a3a3a;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px
}

.menu-cart-widget-price .woo-single-reg-price bdi {
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-400)
}

.menu-cart-widget-price .woo-single-all-sale-price {
    margin-bottom: 2px
}

.menu-cart-cart-summary {
    margin: 10px 0 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .menu-cart-cart-summary .woocommerce-Price-amount {
        font-weight: 600
    }

    .menu-cart-cart-summary p span.menu-cart-cart-summary-title {
        font-size: 12px;
        color: #6a7076
    }

.menu-cart-checkout {
    width: 55%
}

.cart-item-price {
    display: block;
    font-size: 14px
}

.menucard-remove-cart-item {
    position: absolute;
    top: 10px;
    left: 0;
    background: none;
    border: none;
    color: #a3a3a3;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    position: absolute;
    line-height: 14px;
    transition: all 0.3s ease
}

    .menucard-remove-cart-item:hover {
        color: #c21818;
        background: unset
    }

#spinner-aria {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    background: #fff;
    opacity: .7;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

    #spinner-aria .spinner {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        box-shadow: 20px 0 0 0 rgb(37 59 142 / .2),16.2px 11.8px 0 0 rgb(37 59 142 / .4),6.2px 19px 0 0 rgb(37 59 142 / .6),-6.2px 19px 0 0 rgb(37 59 142 / .8),-16.2px 11.8px 0 0 rgb(37 59 142 / .97);
        animation: spinner-b87k6z 1s infinite linear
    }

@keyframes spinner-b87k6z {
    to {
        transform: rotate(360deg)
    }
}

.menu-cart-widget-ul::-webkit-scrollbar {
    width: 8px
}

.menu-cart-widget-ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.menu-cart-widget-ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1
}

    .menu-cart-widget-ul::-webkit-scrollbar-thumb:hover {
        background-color: #555
    }

.menu-cart-widget-ul {
    max-height: 400px;
    overflow-y: scroll
}

.aria-menu-cart-btn {
    border-radius: 12px;
    padding: 11px 20px;
    display: block
}

    .aria-menu-cart-btn.btn-checkout {
        background: var(--primary);
        color: #fff
    }

.menu-cart-checkout, .menu-cart-cart {
    min-width: 100px
}

a.aria-menu-cart-btn.btn-cart {
    background: var(--aria-secendary-gray-color-01);
    display: block;
    color: var(--aria-secendary-gray-color-02)
}

.menu-cart-price-holder {
    width: 100%
}

span.menu-cart-sale-off {
    background: #f3c623;
    border-radius: 4px;
    color: #fff;
    padding: 1px 4px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px
}

.menu-cart-price-regular span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
    font-weight: 300;
    font-size: 13px
}

.menu-cart-the-product-name {
    font-weight: 500
}

.menu-cart-widget-total {
    font-size: 16px;
    color: #2a3f90;
    font-weight: 600;
    margin: 0 10px 0 10px
}

span.menu-cart-widget-total-icon {
    background: #fff0;
    border-radius: 50%;
    padding: 6px;
    line-height: 0;
    color: #f3c623
}

    span.menu-cart-widget-total-icon i {
        line-height: 20px
    }

.htmega-menu-area ul > li a {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: row
}

.htmega-menu-area ul.htmega-megamenu > li > a {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: row;
    color: #c3c3c3
}

.htmega-menu-area ul > li {
    transition: all 0.3s ease
}

.htmega-menu-area .sub-menu {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 5px 0
}

    .htmega-menu-area .sub-menu > li {
        width: 100%
    }

        .htmega-menu-area .sub-menu > li:last-child {
            border: unset !important
        }

    .htmega-menu-area .sub-menu li a {
        border: unset;
        border-radius: unset
    }

.htmega-menu-area .htmegamenu-content-wrapper li a {
    line-height: 25px;
    padding: 5px 0
}

.user-menu-holder .dropdown-menu-at {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease
}

    .user-menu-holder .dropdown-menu-at.show {
        top: 55px;
        display: block;
        opacity: 1;
        position: absolute;
        background: #fff;
        border-radius: 16px;
        padding: 13px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
    }

.user-ddm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
}

a.user-ddm {
    font-family: var(--font-family-main);
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1.5px solid #f3c623;
    color: #f3c623
}

li.nav-item-dropdown, li.nav-item-dropdown a {
    transition: all 0.3s ease
}

span.user-ddm-img, span.user-ddm-img img {
    border-radius: 16px;
    line-height: 0;
    font-size: 24px;
    width: 24px
}

span.user-ddm-name {
    margin: 0 5px 0 0
}

ul.user-menu-nav, ul.dropdown-menu-at {
    min-width: 180px
}

.dropdown-item-aum {
    padding: 6px 0 8px 0;
    transition: all 0.3s ease;
    position: relative
}

    .dropdown-item-aum a {
        color: #3e3e3e;
        font-size: 15px;
        font-weight: 400
    }

.userddm-icon > i {
    position: absolute;
    left: 8px;
    top: 16px
}

li.last-child-user-menu-at {
    border-top: 1px solid #d1d1d166;
    padding: 6px 0 0 0
}

.dropdown-item-aum:hover a {
    color: #253b8e
}

.at-product-offer-silder-body-b {
    width: 100%;
    position: absolute;
    top: 125px;
    right: 160px
}

.at-image-container-b {
    position: relative;
    width: 200px;
    height: 200px
}

    .at-image-container-b img {
        width: 100%;
        height: 100%
    }

.at--ring {
    position: absolute;
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    animation: at-animation-glow 3s infinite
}

    .at--ring:nth-child(1) {
        transform: scale(1);
        animation-delay: 0s;
        background: #ffffff1c;
        backdrop-filter: blur(.5px)
    }

    .at--ring:nth-child(2) {
        transform: scale(1.4);
        animation-delay: 1s;
        background: #ffffff14;
        backdrop-filter: blur(.5px)
    }

    .at--ring:nth-child(3) {
        transform: scale(1.8);
        animation-delay: 2s
    }

@keyframes at-animation-glow {
    0%,100% {
        border-color: rgb(255 255 255 / .1);
        box-shadow: 0 0 8px rgb(255 255 255 / .3)
    }

    50% {
        border-color: rgb(255 255 255 / .8);
        box-shadow: 0 0 15px rgb(255 255 255 / .6)
    }
}

.at-product-secenedry-image {
    width: 85px;
    height: 85px;
    opacity: .8;
    filter: blur(1px);
    position: absolute;
    top: 0;
    right: 0
}

.at-product-tertiary-image {
    width: 110px;
    height: 110px;
    opacity: .8;
    position: absolute;
    bottom: 70px;
    left: 0;
    filter: blur(2px)
}

div.at-product-slide-off, div.at-product-slide-price {
    gap: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.at-product-slide-price {
    font-family: var(--font-family-main);
    background-color: var(--bg-white-02);
    color: var(--bg-white-07);
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px 5px 5px;
    position: absolute;
    bottom: 50px;
    right: 5px
}

.at-product-slide-off {
    background-color: var(--bg-white-02);
    color: var(--bg-white-07);
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 5px 5px 8px;
    position: absolute;
    top: 70px;
    left: 0
}

img.at-hps-product-main-image {
    width: 90%;
    padding: 20px
}

.at-hps-image-container {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 3;
    transition: all 0.3s ease-in-out
}

.hiro-product-slider-swiper-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 2
}

    .hiro-product-slider-swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        width: 8px;
        height: 8px;
        margin: 0 2px !important
    }

.at-product-offer-silder-body {
    transition: all 0.3s ease-in-out
}

    .at-product-offer-silder-body a {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out
    }

    .at-product-offer-silder-body:hover a {
        visibility: visible;
        opacity: 1
    }

a.text-white-acac {
    background-color: #fff;
    color: #474747;
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 12px 7px 12px;
    position: absolute;
    bottom: 40px;
    right: 41%
}

    a.text-white-acac:hover {
        color: #202020
    }

.at--button-holder {
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%
}

    .at--button-holder a {
        transition: all 0.3s ease-in-out
    }

a.at--button-link {
    background-color: #1a2e77;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 30px 14px 30px;
    color: #fff;
    font-size: 15px
}

    a.at--button-link:hover {
        background-color: #fff;
        color: #1a2e77
    }

span.at-button-icon-holder {
    background-color: #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 16px;
    color: #1a2e77;
    line-height: 0
}

a.ar--icon-box-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

a.ar--icon-box-link-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

a.ar--icon-box-link-column-reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

a.ar--icon-box-link-row-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

a.ar--icon-box-link-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center
}

.ar--icon-box-holder {
    padding: 20px;
    gap: 20px;
    color: #253b8e;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1) !important
}

.ar--icon-box-icon {
    padding: 15px;
    border-radius: 12px;
    background: #f3c623;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.ar--icon-box-main-content {
    color: #19266a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-align: right
}

.ar--icon-box-icon svg {
    width: 40px;
    height: 40px
}

.ar--icon-box-icon i {
    font-size: 24px
}

.ar--icon-box-icon-read-more {
    line-height: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 500
}

    .ar--icon-box-icon-read-more i {
        font-size: 20px;
        margin-right: 10px
    }

.ar--icon-box-sub-content {
    margin: 10px 0 10px;
    line-height: 2em;
    transition: all 0.3s ease-in-out;
    text-align: right;
    color: #6b6b6b;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.ar--icon-box-holder {
    transition: all 0.3s ease-in-out
}

    .ar--icon-box-holder:hover .ar--icon-box-sub-content {
        margin: 10px 0 10px
    }

.ar--icon-box-link-column-reverse:hover .ar--icon-box-icon-read-more {
    position: absolute;
    top: -20px;
    background: #fed128;
    color: #fff;
    box-shadow: 0 16px 32px 0 #2b37421a;
    bottom: unset
}

.ar--icon-box-link-row:hover .ar--icon-box-icon-read-more {
    position: absolute;
    left: -20px;
    background: #fed128;
    bottom: unset;
    color: #fff;
    box-shadow: 0 16px 32px 0 #2b37421a
}

.at-project-slider-item {
    min-height: 420px;
    max-height: 420px
}

.at-project-slider-item {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 20px;
    transition: all 0.3s ease-in-out
}

.at-project-slider-image {
    border-radius: 16px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

    .at-project-slider-image img {
        width: 100%;
        height: 100%
    }

.at-project-slider-item-filler {
    width: 100%;
    height: 100%;
    border-radius: 24px
}

.at-project-slider-contents {
    margin-top: 0;
    padding: 12px 0 0 0;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease-in-out
}

.at-project-slider-item-filler:before {
    content: "";
    top: 0;
    right: 0;
    background: #00000061;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 24px;
    z-index: 2;
    border: 2px solid #fff
}

.at-project-slider-item:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .15)
}

.at-project-slider-swiper {
    padding: 20px 15px 20px 15px !important
}

.at-project-slider-item:hover .at--read-more-button {
    border-radius: 12px;
    background: #f3c623;
    box-shadow: 0 0 12px 0 rgb(243 198 35 / .5);
    color: #19266a
}

    .at-project-slider-item:hover .at--read-more-button span.at-read-more-icon i {
        color: #19266a
    }

.at-slide-project-title {
    margin: 0;
    color: #19266a;
    text-align: right;
    font-size: 17px;
    font-weight: 700
}

.at-project-slider-item:after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    background: linear-gradient(270deg,#fff0 0%,#f3c623 50%,#fff0 100%);
    right: 20px;
    bottom: 0;
    visibility: hidden
}

.at-project-slider-item:hover:after {
    visibility: visible
}

.at-project-slider-item-holder {
    transition: width 0.3s ease-in
}

ul.at-project-slider-item-features {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: rgb(255 255 255 / .21);
    padding: 5px 0
}

.at-project-slider-item-filler {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center
}

    .at-project-slider-item-filler img {
        text-align: center;
        transition: all 0.3s ease-in;
        width: 100%
    }

.at-item-feature-title {
    font-style: normal;
    color: #6b6b6b;
    text-align: center;
    font-size: 13px;
    font-weight: 400
}

.at-item-feature-value {
    font-style: normal;
    margin-top: 8px;
    color: #6b6b6b;
    text-align: center;
    font-size: 13px;
    font-weight: 500
}

li.at-project-features-sdate {
    position: relative
}

.at-project-slider-swiper {
    padding: 40px 0
}

span.ar--seperator {
    opacity: .2;
    background: #6b6b6b;
    width: 1px;
    height: 40px
}

ul.at-project-slider-item-features .ar--seperator:last-child {
    display: none
}

.at-project-slider-item-title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 20px
}

a.at--read-more-button {
    border-radius: 12px;
    background: #efefef;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}

span.at-read-more-icon {
    padding: 5px;
    font-size: 16px;
    line-height: 0;
    transition: all 0.5s ease-in-out;
    align-items: center;
    align-content: center;
    justify-content: center
}

    span.at-read-more-icon svg {
        width: 80%;
        height: 80%
    }

        span.at-read-more-icon svg path, span.at-read-more-icon i {
            fill: #9b9b9b;
            color: #9b9b9b
        }

.at--read-more-wrapper {
    margin-top: 20px
}

.at-project-slider-item:hover span.at-read-more-icon {
    display: flex
}

.at-project-slider-pagination span.swiper-pagination-bullet {
    border-radius: 50px;
    border: 1px solid #fff;
    background: linear-gradient(180deg,#253b8e 0%,#253b8e 100%),#fff;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    width: 10px;
    height: 10px;
    margin: 0 3px !important
}

.at-slider-over-side {
    width: 54px;
    height: 100%;
    z-index: 2
}

.at-slider-over-side-left {
    position: absolute;
    top: 0;
    left: -25px;
    background: linear-gradient(270deg,#fff0 2.61%,#fff 96.79%)
}

.at-slider-over-side-right {
    position: absolute;
    top: 0;
    right: -15px;
    background: linear-gradient(90deg,#fff0 2.61%,#fff 96.79%)
}

.at-product-rate-stock {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between
}

.at-product-stock-wrapper {
    max-width: 60%;
    width: 60%
}

.at-product-rate-wrapper {
    max-width: 23%;
    width: 23%
}

.woo-at-sale-price-present {
    border-radius: 4px;
    background: var(--aria-third-color-01,#fed128);
    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
}

span.woo-at-all-sale-price {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.at--card-item-wrapper {
    border-radius: 8px;
    background: #f4f4f4;
    padding: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.at-product-rate-wrapper .aria-icon {
    color: #f3c623;
    margin: 0 3px;
    margin-bottom: 3px
}

.at-product-stock-wrapper {
    color: #19266a;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.at-product-slider-swiper {
    padding: 0 20px !important
}

span.at-swiper-product-button-prev {
    left: -40px;
    top: 40%;
    position: absolute
}

span.at-swiper-product-button-next {
    right: -40px;
    position: absolute;
    top: 40%
}

    span.at-swiper-product-button-prev:hover i, span.at-swiper-product-button-next:hover i {
        border: 1px solid #fff;
        background: linear-gradient(180deg,#253b8e 0%,#253b8e 100%),#fff;
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
        color: #fff
    }

    span.at-swiper-product-button-prev i, span.at-swiper-product-button-next 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
    }

.at-product-slider-pagination {
    text-align: center
}

    .at-product-slider-pagination span.swiper-pagination-bullet {
        border-radius: 50px;
        border: 1px solid #fff;
        background: linear-gradient(180deg,#253b8e 0%,#253b8e 100%),#fff;
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
        width: 10px;
        height: 10px;
        margin: 0 3px !important
    }

.at-product-slider-swiper-wrapper {
    padding: 32px 0
}

.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
}

.action-button-primary .woosw-btn, .action-button-primary .woosc-btn, .action-button-primary .woosq-btn {
    color: gray;
    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: 10px;
    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,#fed128);
    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: 2px solid #fff;
    background: linear-gradient(180deg,#f5f6f7 0%,#fff 100%);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    min-height: 365px
}

    .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: #f6f6f6
    }

    .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 #ededed;
    background: #fff;
    min-height: 330px;
    box-shadow: unset
}

    .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-categories a {
    text-align: center;
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 5px
}

.at-product-categories {
    text-align: center;
    color: #ccc3
}

.aria-timeline-main-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative
}

.timeline-content-excerpt {
    color: #888;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 28px
}

.timeline-content-heading {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.aria-w60 {
    width: 60%
}

.aria-w5 {
    width: 143px
}

.aria-timeline-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    align-items: start;
    border-right: 2px solid #d6d6d6
}

.aria-timeline-main-wrapper:first-child {
    margin-top: -75px
}

.aria-timeline-main-wrapper:last-child {
    margin-bottom: -25px
}

.aria-timeline-main-wrapper-sperator {
    position: relative
}

.aria-timeline-counter-hd span:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f3c623;
    position: absolute;
    right: -15px;
    bottom: -15px
}

.aria-the-timeline {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 35px;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    padding: 15px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

.aria-timeline-counter-hd {
    margin: -25px 0;
    width: 135px;
    border-bottom: 2px solid #d6d6d6;
    height: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out
}

.aria-timeline-counter-active .aria-timeline-counter {
    border-bottom: 2px solid #253b8e;
    transition: all 0.3s ease-in-out
}

.aria-timeline-counter-active span::before {
    background: #253b8e
}

.aria-timeline-counter span {
    color: #253b8e;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700
}

.aria-the-timeline .aria-timeline-img img {
    border-radius: 12px;
    width: 100%;
    height: 100%
}

.aria-timeline-holder:before {
    content: "";
    width: 130px;
    height: 2px;
    border-radius: 8px;
    background: #d6d6d6;
    position: absolute;
    right: -130px;
    bottom: 50%
}

.aria-the-timeline .aria-timeline-img {
    min-width: 140px;
    height: 140px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 10px;
    margin: -25px -15px
}

.at-post-slider-item-li {
    overflow: visible !important
}

.at-post-slider-swiper-wrapper {
    padding: 30px 0
}

.swiper.at-post-slider-swiper {
    padding: 0 15px
}

.aria-onsale-product-timer-pimg a {
    display: block
}

.aria-onsale-product-timer-pimg {
    width: 75px;
    height: 80px
}

.aria-post-card-t1 {
    transition: all 0.3s ease-in-out;
    background: no-repeat;
    background-size: cover;
    border-radius: 24px;
    border: 2px solid #fff;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    min-height: 360px;
    display: flex;
    align-items: flex-end
}

    .aria-post-card-t1:hover {
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / .3)
    }

    .aria-post-card-t1 .post-slider-item-titel a {
        color: #fff;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

    .aria-post-card-t1 .post-slider-item-excerpt p {
        overflow: hidden;
        color: rgb(255 255 255 / .75);
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px
    }

a.post-category-item {
    border-radius: 4px;
    background: var(--aria-third-color-01,#fed128);
    box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
    color: var(--primary,#253b8e);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 0 3px
}

.post-category-item-holder {
    display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
    gap: 10px
}

.aria-post-silder-item {
    padding: 0 30px 15px 30px;
    height: 100%;
    width: 100%
}

.aria-post-card-t2 .aria-post-card-img {
    height: 175px
}

    .aria-post-card-t2 .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-t2 {
    border-radius: 24px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    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-t2:hover {
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / .15)
    }

    .aria-post-card-t2 > .post-category-item-holder {
        display: flex;
        position: absolute;
        left: 25px;
        top: 25px;
        gap: 8px
    }

        .aria-post-card-t2 > .post-category-item-holder a.post-category-item {
            font-size: 13px
        }

    .aria-post-card-t2 .aria-post-card-item-titel {
        overflow: hidden;
        color: #535353;
        text-align: right;
        text-overflow: ellipsis;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
    }

        .aria-post-card-t2 .aria-post-card-item-titel a {
            color: #535353
        }

    .aria-post-card-t2 .aria-post-card-item-excerpt {
        color: #7e7e7e;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify
    }

        .aria-post-card-t2 .aria-post-card-item-excerpt p {
            margin: 0
        }

    .aria-post-card-t2 .aria-post-card-meta {
        display: flex;
        gap: 15px;
        justify-content: flex-end
    }

        .aria-post-card-t2 .aria-post-card-meta span.apc-the-val, .aria-post-card-t2 .aria-post-card-meta .apc-the-val a {
            transition: all 0.3s ease;
            color: #8c8c8c;
            text-align: right;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px
        }

            .aria-post-card-t2 .aria-post-card-meta .apc-the-val a:hover {
                color: #5a5a5a
            }

        .aria-post-card-t2 .aria-post-card-meta .apc-the-icon {
            color: #8c8c8c;
            font-size: 19px
        }

        .aria-post-card-t2 .aria-post-card-meta span.apc-the-meta {
            display: flex;
            gap: 5px;
            flex-direction: row
        }

.aria-post-card-t3 {
    display: flex;
    flex-direction: row;
    border-radius: 24px;
    background: #f9f9f9;
    padding: 10px
}

    .aria-post-card-t3 .aria-post-card-img {
        width: 25%;
        max-width: 95px;
        height: 95px
    }

        .aria-post-card-t3 .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-t3 .aria-post-content-holder {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 14px;
        justify-content: center;
        width: 75%
    }

    .aria-post-card-t3 > .post-category-item-holder {
        display: flex;
        position: absolute;
        left: 10px;
        top: 10px;
        gap: 10px
    }

    .aria-post-card-t3 > .aria-post-card-meta {
        position: absolute;
        left: 10px;
        bottom: 4px
    }

    .aria-post-card-t3 .aria-post-card-meta {
        display: flex;
        gap: 15px;
        justify-content: flex-end
    }

        .aria-post-card-t3 .aria-post-card-meta span.apc-the-val, .aria-post-card-t3 .aria-post-card-meta .apc-the-val a {
            transition: all 0.3s ease;
            color: #8c8c8c;
            text-align: right;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px
        }

            .aria-post-card-t3 .aria-post-card-meta .apc-the-val a:hover {
                color: #5a5a5a
            }

        .aria-post-card-t3 .aria-post-card-meta .apc-the-icon {
            color: #8c8c8c;
            font-size: 19px
        }

        .aria-post-card-t3 .aria-post-card-meta span.apc-the-meta {
            display: flex;
            gap: 5px;
            flex-direction: row
        }

    .aria-post-card-t3 .aria-post-card-item-titel {
        overflow: hidden;
        color: #535353;
        text-align: right;
        text-overflow: ellipsis;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }

        .aria-post-card-t3 .aria-post-card-item-titel a {
            color: #535353
        }

.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: #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: #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: #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
        }

.at-product-item-li span.onsale {
    position: absolute;
    z-index: 1;
    padding: 2px 3px;
    background: var(--aria-third-color-01,#fed128);
    color: #fff;
    min-width: 33px
}

.at-product-item-li .woo-at-card-price-holder .woosw-btn, .at-product-item-li .woo-at-card-price-holder .woosc-btn, .at-product-item-li .woo-at-card-price-holder .woosq-btn {
    display: none
}

.at-product-item-li {
    padding: 10px;
    border-radius: 24px
}

    .at-product-item-li .star-rating {
        display: none
    }

.aria-our-team-wrapper {
    border-radius: 24px;
    border: 2px solid #fff;
    background: linear-gradient(180deg,#f5f6f7 0%,#fff 100%);
    box-shadow: 0 16px 32px 0 rgb(43 55 66 / .1);
    padding: 20px;
    min-height: 330px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out
}

    .aria-our-team-wrapper:hover {
        box-shadow: 0 16px 32px 0 rgb(43 55 66 / .24)
    }

        .aria-our-team-wrapper:hover .our-team-img-wrapper img {
            filter: grayscale(0)
        }

.our-team-img-wrapper img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out
}

a.social-icon-the-link {
    transition: all 0.3s ease-in-out
}

    a.social-icon-the-link svg {
        width: 23px;
        transition: all 0.3s ease-in-out
    }

        a.social-icon-the-link svg path {
            transition: all 0.3s ease-in-out;
            fill: #f3c623
        }

    a.social-icon-the-link:hover svg path {
        fill: #19266a
    }

li.the-soial-icon a.social-icon-the-link:hover {
    color: #19266a
}

li.the-soial-icon a {
    font-size: 20px;
    display: inline-block;
    color: #f3c623
}

.aria-our-team-wrapper-one .our-team-img-wrapper {
    position: absolute;
    bottom: 0;
    left: -7px
}

.aria-our-team-wrapper-one .our-team-title-wrapper {
    position: relative;
    padding-right: 12px
}

    .aria-our-team-wrapper-one .our-team-title-wrapper:before {
        width: 4px;
        height: 40px;
        background: var(--primary,#253b8e);
        content: "";
        position: absolute;
        right: 0;
        top: 3px
    }

p.our-team-title {
    color: #363636;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

span.our-team-subtitle {
    color: #5c5c5c;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.aria-our-team-wrapper-one ul.team-social-icon-ul li {
    margin-top: 10px
}

.aria-our-team-wrapper-two {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

    .aria-our-team-wrapper-two .our-team-img-wrapper {
        border-radius: 50% !important;
        padding: 10px;
        border: 2px solid #253b8e
    }

        .aria-our-team-wrapper-two .our-team-img-wrapper img {
            background: #d9d9d9;
            border-radius: 50% !important
        }

    .aria-our-team-wrapper-two ul.team-social-icon-ul li {
        margin: 0 7px
    }

    .aria-our-team-wrapper-two p.our-team-title, .aria-our-team-wrapper-two span {
        text-align: center;
        display: block
    }

    .aria-our-team-wrapper-two .our-team-title-wrapper {
        position: relative;
        margin-top: 15px
    }

        .aria-our-team-wrapper-two .our-team-title-wrapper p.our-team-title:before {
            width: 22px;
            height: 3px;
            border-radius: 20px;
            background: var(--primary,#253b8e);
            content: "";
            position: absolute;
            right: 35%;
            top: -7px
        }

.aria-our-team-wrapper-three {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
    border-radius: 24px;
    background: #fff;
    min-height: unset;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

    .aria-our-team-wrapper-three .our-team-social-icon-wrapper {
        position: absolute;
        left: 20px
    }

        .aria-our-team-wrapper-three .our-team-social-icon-wrapper .team-social-icon-ul {
            flex-direction: column;
            align-content: center;
            align-items: center
        }

    .aria-our-team-wrapper-three .our-team-img-wrapper img {
        border-radius: 0
    }

    .aria-our-team-wrapper-three ul.team-social-icon-ul li {
        margin: 0 7px
    }

    .aria-our-team-wrapper-three p.our-team-title, .aria-our-team-wrapper-three span {
        text-align: center;
        display: block
    }

    .aria-our-team-wrapper-three p.our-team-title {
        text-align: center;
        display: block;
        color: #19266a;
        font-size: 18px;
        font-style: normal;
        font-weight: 800
    }

    .aria-our-team-wrapper-three span {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 8px;
        background: #ededed;
        margin-top: 10px;
        color: #19266a
    }

    .aria-our-team-wrapper-three .our-team-title-wrapper {
        position: relative;
        margin-top: 15px;
        width: 100%
    }

.aria-testimonial-card-wrapper {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / .1);
    display: flex;
    padding: 24px;
    flex-direction: row;
    align-items: center
}

.aria-testimonial-card-title-wrapper {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: relative
}

.aria-testimonial-card-description-wrapper {
    width: 80%
}

    .aria-testimonial-card-description-wrapper .testimonial-desc-icon-before {
        position: absolute;
        right: 37px;
        top: -30px;
        color: #253b8e;
        font-size: 24px;
        width: 22px
    }

    .aria-testimonial-card-description-wrapper .testimonial-desc-icon-after {
        position: absolute;
        left: -5px;
        bottom: -40px;
        color: #253b8e;
        font-size: 24px;
        width: 22px
    }

    .aria-testimonial-card-description-wrapper .testimonial-desc-icon-before svg path {
        fill: #253b8e
    }

    .aria-testimonial-card-description-wrapper .testimonial-desc-icon-after svg path {
        fill: #253b8e
    }

.aria-testimonial-card-img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

    .aria-testimonial-card-img img {
        border-radius: 50% !important
    }

.aria-testimonial-card-title p {
    color: #494949;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600
}

.aria-testimonial-card-title-wrapper:after {
    content: "";
    width: 1px;
    height: 130px;
    background: #ececec;
    position: absolute;
    left: -15px;
    top: 5px
}

.aria-testimonial-card-description-wrapper {
    padding-right: 40px
}

    .aria-testimonial-card-description-wrapper .aria-testimonial-card-description {
        color: #555;
        text-align: justify;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 0
    }

.aria-testimonial-card-stars {
    min-height: 15px;
    margin-top: 12px
}

.testimonial-icon-off-wrapper, .testimonial-icon-on-wrapper {
    top: 0;
    left: 17px
}

.aria-testimonial-card-stars .aria-icon {
    margin: 0 1px
}

.aria-testimonial-card-stars .testimonial-icon-off {
    color: #e6e6e6
}

.aria-testimonial-card-stars .testimonial-icon-on {
    color: #fed128
}

.aria-faq-item:last-child {
    border-bottom: none
}

.aria-faq-question {
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1)
}

    .aria-faq-question:hover {
        color: #007bff
    }

.aria-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease,padding 0.5s ease;
    transition: all 0.5s ease
}

    .aria-faq-answer.show {
        max-height: max-content;
        padding: 15px 20px;
        border-top: 1px solid #fff;
        margin: 10px 0 15px 0
    }

.aria-icon-faq {
    font-size: 24px;
    transition: transform 0.3s ease;
    color: #9e9e9e
}

    .aria-icon-faq.rotate {
        transform: rotate(45deg)
    }

.aria-faq-item {
    margin-bottom: 10px
}

.aria-faq-answer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

span.aria-faq-answer-pretext {
    border-radius: 8px;
    background: #f3c623;
    box-shadow: 0 0 12px 0 rgb(243 198 35 / .5);
    padding: 0 5px;
    color: #19266a;
    font-size: 12px;
    font-style: normal
}

.aria-faq-question-text-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center
}

.aria-faq-question-text {
    color: #3d3d3d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.aria-faq-question-text-wrapper .aria-icon {
    color: #253b8e;
    font-size: 22px
}

.aria-faq-answer {
    border-radius: 16px;
    background: #19266a;
    color: #fff;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

    .aria-faq-answer p {
        margin: 0
    }

.aria-onsale-product-timer-wrapper {
    border-radius: 16px;
    background: var(--primary,#253b8e);
    min-height: 385px
}

.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next img {
    transform: scale(1.5) !important;
    transition: all 0.5s ease
}

.aria-onsale-product-timer-wrapper {
    padding: 20px 0
}

.aria-onsale-product-timer-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.aria-onsale-product-timer-slide-wrapper {
    padding: 25px 0 30px 0
}

.aria-onsale-product-timer-pname, .aria-onsale-product-timer-pprice {
    display: none
}

.aria-onsale-product-timer-pname {
    margin: 40px 0 5px 0
}

.swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next .aria-onsale-product-timer-pname, .swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next .aria-onsale-product-timer-pprice {
    display: block;
    min-width: 175px
}

.aria-onsale-product-timer-pimg a {
    display: block
}

.swiper-slide.aria-onsale-product-timer-slide {
    filter: blur(3px)
}

    .swiper-slide.aria-onsale-product-timer-slide.swiper-slide-next {
        filter: blur(0);
        overflow: visible
    }

.aria-onsale-product-timer-prev {
    width: 70px !important;
    height: 100% !important;
    top: 0 !important;
    color: #ffffff00 !important
}

.aria-onsale-product-timer {
    padding: 10px 0
}

.aria-onsale-product-timer-next {
    width: 70px !important;
    height: 100% !important;
    top: 0 !important;
    color: #ffffff00 !important
}

.aria-onsale-product-timer-pname a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: block;
    line-height: 20px
}

.aria-onsale-product-timer-title {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px
}

.aria-onsale-product-timer-count {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px
}

.aria-onsale-product-timer-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.aria-onsale-product-timer-swiper-pagination {
    bottom: -7px !important
}

    .aria-onsale-product-timer-swiper-pagination .swiper-pagination-bullet {
        color: #fff;
        background: #fff;
        margin: 0 2px !important
    }

.aria-onsale-product-timer-pprice {
    position: relative
}

    .aria-onsale-product-timer-pprice .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price .woocommerce-Price-amount bdi {
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400
    }

        .aria-onsale-product-timer-pprice .woo-at-card-price-holder .woo-at-price .woo-at-single-reg-price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
            color: #fff;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400
        }

    .aria-onsale-product-timer-pprice .woo-at-card-price-holder .woo-at-price .woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi {
        margin-left: 27px;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 400
    }

        .aria-onsale-product-timer-pprice .woo-at-card-price-holder .woo-at-price .woo-at-single-all-sale-price .woo-at-single-sale-price .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
            display: none
        }

.aria-opt-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.aria-opt-regular-price {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

    .aria-opt-regular-price bdi {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

.aria-opt-regular-price-offer bdi .woocommerce-Price-currencySymbol {
    display: none !important
}

.aria-opt-regular-price-offer bdi {
    padding-left: 32px
}

.aria-opt-regular-price bdi .woocommerce-Price-currencySymbol {
    display: block
}

.aria-opt-regular-price-offer {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.aria-opt-present-discount {
    border-radius: 4px;
    background: var(--secondary,#fed128);
    box-shadow: 0 4px 8px 0 rgb(254 209 40 / .17);
    padding: 3px 3px 0 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 0;
    line-height: 16px;
    top: 0
}

.aria-opt-sale-price bdi {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px
}

    .aria-opt-sale-price bdi .woocommerce-Price-currencySymbol {
        display: block
    }

.aria-opt-sale-price bdi {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.at-project-slider-item-holder {
    overflow: visible
}

span.aria-spiner.at-minicart-loader {
    position: absolute;
    right: 12px;
    top: 12px
}

.at-minicart-loader {
    color: #f7f7f7;
    font-size: 21px;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 10;
    width: 1.07em;
    height: 1.07em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease,round 1.7s infinite ease
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    5%,95% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    10%,59% {
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em
    }

    20% {
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em
    }

    38% {
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em
    }

    100% {
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.at-category-slider-swiper-wrapper, .at-category-slider-swiper, .at-category-slider-swiper-wrapper {
    box-shadow: unset
}

.swiper-slide.at-category-slider-swiper-wrapper:hover {
    border-radius: 24px;
    background: #f3c623;
    box-shadow: 0 0 27.4px 0 rgb(243 198 35 / .5)
}

    .swiper-slide.at-category-slider-swiper-wrapper:hover a.aria-categories-slider-item-txt {
        color: #19266a
    }

.aria-categories-slider-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.swiper-slide.at-category-slider-swiper-wrapper {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.swiper.aria-categories-slider {
    padding: 0 60px
}

a.aria-categories-slider-item-img img {
    width: 60px;
    height: 60px
}

a.aria-categories-slider-item-txt {
    color: #9b9b9b;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px
}

.aria-categories-slider-prev {
    background: #efefef;
    top: 20px;
    width: 40px;
    right: 0
}

.aria-categories-slider-next {
    background: #efefef;
    top: 20px;
    width: 40px;
    left: 0
}

.aria-categories-slider-btn {
    height: 68%;
    border-radius: 12px;
    display: flex;
    align-content: center;
    position: absolute;
    z-index: 2;
    justify-content: center;
    align-items: center
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    transition: all 0.3s ease
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #19266a !important;
        width: 25px !important;
        border-radius: 5px
    }

.aria-categories-slider-pagination {
    text-align: center
}

.aria-categories-slider-btn i, .aria-categories-slider-btn svg path fill {
    color: #9b9b9b
}

a.aria-go-top-link {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px
}

span.aria-go-top-link-text {
    color: #f3c623;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

a.aria-go-top-link i {
    color: #f3c623
}

a.aria-go-top-link svg path {
    color: #f3c623;
    fill: #f3c623
}

.at-product-tab-slider-swiper-wrapper {
    padding: 32px 0
}

.at-product-tab-slider-swiper {
    padding: 0 20px !important
}

div.parent-product-category-tabs-list {
    border-radius: 24px;
    background: #ededed;
    padding: 12px 12px 12px 2px;
    height: 400px;
    overflow: hidden
}

ul.product-category-tabs-list {
    padding-left: 5px;
    height: 100%;
    overflow-y: scroll
}

.product-category-tabs-list::-webkit-scrollbar {
    width: 5px;
    direction: ltr
}

.product-category-tabs-list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.product-category-tabs-list::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1
}

    .product-category-tabs-list::-webkit-scrollbar-thumb:hover {
        background-color: #555
    }

li.product-category-tabs-list-item span {
    display: block;
    cursor: pointer
}

li.product-category-tabs-list-item span {
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out
}

    li.product-category-tabs-list-item span:hover {
        color: #fff;
        background: #19266a
    }

.aria-card-hover-effect::after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: 85%;
    height: 2px;
    background: linear-gradient(270deg,#fff0 0%,#f3c623 50%,#fff0 100%);
    right: 20px;
    bottom: 0;
    visibility: hidden
}

.aria-card-hover-effect:hover:after {
    visibility: visible
}

.aria-hotspot-point {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #19266a;
    cursor: pointer
}

.aria-hotspot-point-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute
}

.aria-hotspot-point-content {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    padding: 10px;
    margin-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #19266a
}

.hotspot-active {
    visibility: visible;
    opacity: 1
}

.aria-testimonial-slider-slide {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px
}

.aria-testimonial-slider-image {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    background: #d9d9d9
}

    .aria-testimonial-slider-image img {
        width: 100%;
        height: 100%
    }

.aria-testimonial-slider-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.aria-testimonial-slider-title, .aria-testimonial-slider-title p {
    color: #19266a;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

.aria-testimonial-slider-subtitle {
    margin-top: 15px
}

    .aria-testimonial-slider-subtitle, .aria-testimonial-slider-subtitle p {
        color: #5a659f;
        text-align: justify;
        font-size: 14px;
        font-style: normal;
        font-weight: 400
    }

.aria-testimonial-slider-description {
    margin-top: 15px;
    color: #6b6b6b;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px
}

    .aria-testimonial-slider-description p {
        margin-bottom: 0
    }

.aria-testimonial-slider-button-next {
    position: absolute;
    left: 40px;
    border-radius: 12px;
    background: #f3c623;
    box-shadow: 0 0 12px 0 rgb(243 198 35 / .5);
    padding: 10px 15px;
    bottom: 10px;
    z-index: 1
}

.aria-testimonial-slider-button-prev {
    position: absolute;
    left: 95px;
    border-radius: 12px;
    background: #f3c623;
    box-shadow: 0 0 12px 0 rgb(243 198 35 / .5);
    padding: 10px 15px;
    bottom: 10px;
    z-index: 1
}

.aria-testimonial-slider-swiper-wrapper {
    padding: 30px 0
}

.swiper.aria-testimonial-slider-swiper {
    padding: 0 15px
}

.aria-grid {
    display: grid;
    height: 100%
}

.aria-icon.filled {
    color: #f3c623
}

.aria-icon.empty {
    color: #c3c3c3
}

li.aria-grid-listing-product {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center
}

.grid-listing-product-image-wrapper {
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 12px
}

    .grid-listing-product-image-wrapper img {
        border-radius: 12px
    }

li.aria-grid-listing-product {
    display: flex;
    flex-direction: row;
    padding: 15px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .1);
    gap: 10px;
    align-items: flex-start
}

.grid-listing-product-title a {
    color: #19266a;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 800
}

.grid-listing-product-detail-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.grid-listing-product-content-wrapper {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.grid-listing-product-price {
    width: 100%;
    margin-top: -35px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end
}

.grid-listing-product-rate {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row
}

.aria-onsale-product-timer-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff !important;
    width: 25px !important;
    border-radius: 5px
}

.aria-onsale-product-timer-pimg img {
    border-radius: 12px
}

.grid-listing-product-rate .aria-icon {
    font-size: 14px
}

.aria-menu-custom-template {
    background: #19266A
}

.htmobile-aside-logo {
    padding: 15px;
    border-bottom: 1px solid #e1e1e1
}

.htmobile-menu-wrap .menu-expand {
    color: #19266A
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li.active > .menu-expand .aria-icon {
    transform: rotate(180deg);
    display: inline-block
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li .menu-expand .aria-icon {
    font-size: 18px
}
