/*main-banneer start*/
.act-main-banner-1st {
    position: absolute;
    top: -133px;
    width: 100%;
    height: 642px !important;
}
@media (max-width: 1399px) {
    .act-main-banner-1st {
        height: 603px !important;
        top: -117px;
    }
}
@media (max-width: 1199px) {
    .act-main-banner-1st {
        height: 514px !important;
        top: -110px;
    }
}
@media (max-width: 1024px) {
    .act-main-banner-1st {
        height: 498px !important;
        top: -89px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-1st {
        height: 601px !important;
        top: -37px;
    }
}
.act-main-banner-img {
    -webkit-mask-image: url('../img/main-banner-mask.svg');
    mask-image: url('../img/main-banner-mask.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-clip: border-box;
    mask-clip: border-box;
    width: 100%;
    height: 79% !important;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-position: top;
    -webkit-mask-position: top;
}
@media (max-width: 1400px) {
    .act-main-banner-img {
        height: 88% !important;
    }
}
@media (max-width: 1199px) {
    .act-main-banner-img {
        height: 99% !important;
    }
}
@media (max-width: 768px) {
    .act-main-banner-img {
        mask-image: url(../img/svg/mobile-banner-mask.svg);
        width: 100%;
        height: 699px !important;
        margin: 0 auto;
        border-radius: 0 0 20px 22px;
    }
    .slider_h {
        height: 705px !important;
    }
}
@media (max-width: 500px) {
    .act-main-banner-img {
        width: 361px;
        height: 598px !important;
    }
    .slider_h {
        height: 592px !important;
    }
}
.act-main-banner-content-box {
    position: absolute;
    top: 161px;
    display: flex;
    left: 64px;
    right: 64px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    gap: 48px;
}
@media (max-width: 1399px) {
    .act-main-banner-content-box {
        gap: 25px;
    }
}
@media (max-width: 1199px) {
    .act-main-banner-content-box {
        gap: 30px;
        top: 150px;
        right: 32px;
        left: 32px;
    }
}
@media (max-width: 1024px) {
    .act-main-banner-content-box {
        top: 100px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box {
        gap: 56px;
        bottom: unset;
        right: 39px;
        left: 39px;
        top: 94px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }
}
@media (max-width: 500px) {
    .act-main-banner-content-box {
        right: 0;
        left: 0;
        top: 85px;
        width: 90%;
    }
}
.act-main-banner-content-box-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}
@media (max-width: 1199px) {
    .act-main-banner-content-box-right {
        gap: 16px;
    }
}
@media (max-width: 991px) {
    .act-main-banner-content-box-right {
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-right {
        align-items: center !important;
        gap: 40px !important;
    }
}
@media (max-width: 500px) {
    .act-main-banner-content-box-right {
        gap: 22px !important;
    }
}
.act-main-banner-content-box-label {
    display: flex;
    height: 32px;
    padding: 8px 14.4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    background: rgba(247, 250, 255, 0.08);
    backdrop-filter: blur(8px);
    color: #F5F9FF;
    font-size: 12.6px;
    font-weight: 400;
}
.act-main-banner-content-box-label strong {
    font-weight: 600;
}
.act-main-banner-content-box-title {
    color: #F5F9FF;
    font-size: 18px;
    font-weight: 300;
    line-height: 75px;
    position: relative;
    z-index: 0;
}
.act-main-banner-content-box-title h1{
    font-size: 36px;
}
@media (max-width: 1199px) {
    .act-main-banner-content-box-title h1 {
        font-size: 27px;
    }
}
@media (max-width: 1024px) {
    .act-main-banner-content-box-title h1 {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .act-main-banner-content-box-title h1 {
        font-size: 23px;
        line-height: 50px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-title h1{
        font-size: 27px;
        line-height: 48px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .act-main-banner-content-box-title h1{
        font-size: 20px;
        line-height: 32px;
    }
}
.act-main-banner-content-box-title strong {
    font-weight: 800;
}
.act-main-banner-content-box-title small {
    font-weight: 400;
}
.act-main-banner-content-box-title::before {
    position: absolute;
    content: '';
    width: 104%;
    height: 61px;
    border-bottom: 4px solid #00D1B2;
    background: linear-gradient(180deg, rgba(0, 209, 178, 0.00) 0%, rgba(0, 209, 178, 0.60) 148.57%);
    bottom: 0;
    right: -2%;
    transition: 0.4s;
    z-index: -1;
}
.act-main-banner-content-box-buts {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.act-main-banner-content-box-but {
    display: flex;
    height: 50.6px;
    justify-content: start;
    align-items: center;
    gap: 7.2px;
    border-radius: 14.4px;
    font-size: 14.4px;
    font-weight: 400;
    transition: 0.4s;
}
.act-main-banner-content-box-but-1 {
    padding: 7.2px 21.6px;
    background: #F5F9FF;
    color: #0B1530;
}
.act-main-banner-content-box-but-2 {
    padding: 8px 8px 8px 14.4px;
    background: #00D1B2;
    color: #0B1530;
}
.act-main-banner-content-box-but div {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: rgba(247, 250, 255, 0.40);
}
.act-main-banner-content-box-but div svg {
    width: 18px;
    height: 18px;
}
.act-main-banner-content-box-left {
    position: relative;
}
.act-main-banner-content-box-carousel {
    width: 481px;
    height: 329px;
    padding: 12px;
    background: #ffffff;
    -webkit-mask-image: url('../img/main-banner-carousel-bg.svg');
    mask-image: url('../img/main-banner-carousel-bg.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-clip: border-box;
    mask-clip: border-box;
    mask-size: 100%;
    -webkit-mask-size: 100%;
}
@media (max-width: 991px) {
    .act-main-banner-content-box-carousel {
        width: 320px;
        height: 220px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-carousel {
        -webkit-mask-image: url(../img/mobile-banner-card-mask.svg);
        mask-image: url(../img/mobile-banner-card-mask.svg);
        width: 325px;
        height: 245px;
    }
}
.act-main-banner-content-box-carousel-mobile-buts {
    display: none !important;
}
.act-main-banner-content-box-carousel-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .act-main-banner-content-box-carousel-head {
        height: 32px;
    }
}
.act-main-banner-content-box-carousel-head-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #F5F9FF;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 12.6px;
}
@media (max-width: 991px) {
    .act-main-banner-content-box-carousel-head-text {
        font-size: 12px;
        right: 8px;
        top: 8px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-carousel-head-text {
        font-size: 16px;
        right: 0px;
        top: 9px;
    }
}
.act-main-banner-content-box-carousel-head-buts {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.act-carousel-but {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
    background: #00D1B2;
    color: #F5F9FF;
    cursor: pointer;
    transition: 0.4s;
}
.act-carousel-but.swiper-button-disabled {
    background: rgba(0, 209, 178, 0.08);
    color: #00D1B2;
}
.act-main-banner-content-box-carousel-card {
    padding-top: 9px;
}
.act-product-card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.act-main-banner-content-box-carousel-card .act-product-card-top {
    margin-bottom: 12px;
}
.act-product-img-box {
    display: flex;
    width: 177px;
    padding: 6.364px;
    justify-content: center;
    align-items: center;
    border-radius: 14.4px;
    background: rgba(11, 97, 255, 0.06);
}
.act-product-option-box__nw{
    background-color: #EEE;
    padding: 2px 4px;
    border-radius: 6px;
    color: #070049;
    font-size: 12.6px;
    z-index: 1;
    border: 1px solid rgb(11 21 48 / 10%);
    display: flex;
    justify-content: center;
}
.act-product-img-box img {
    width: 100%;
}
.act-product-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12.6px;
    margin-top: 6px;
}
.act-product-title {
    color: #0B1530;
    font-size: 14.4px;
    font-weight: 600;
    line-height: normal;
}
.act-product-text {
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px;
    font-weight: 400;
    line-height: 28px;
}
.act-main-banner-content-box-carousel-card .act-product-title{
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-hor-bor {
    height: 1px;
    align-self: stretch;
    background: rgba(11, 21, 48, 0.10);
    position: relative;
    margin: 3px 0;
    margin-left: 4px;
}
@media (max-width: 991px) {
    .act-main-banner-content-box-carousel-card .act-hor-bor, .act-main-banner-content-box-carousel-card .act-product-attr-box {
        display: none;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-carousel-card .act-hor-bor.act-hor-bor-last {
        display: block;
        margin-top: 16px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-box-carousel-card .act-product-card-footer {
        margin-top: 13px;
    }
}
.act-product-attr-box {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin: 12px 0;
}
.act-product-option-box {
    position: absolute;
    background-color: #EEE;
    padding: 2px 4px;
    border-radius: 6px;
    color: #070049;
    font-size: 12.6px;
    bottom: -32px;
    z-index: 1;
    border: 1px solid rgb(11 21 48 / 10%);
}
.act-product-attr-card {
    display: flex !important;
    height: 36px;
    padding: 8px 12px !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 6px;
    border-radius: 32px !important;
    background: #F9FAFB;
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px !important;
    font-weight: 400;
    margin: 0 !important;
}
.act-main-banner-content-scroll-down {
    position: absolute;
    bottom: 160px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    width: 112px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .act-main-banner-content-scroll-down {
        bottom: 115px;
    }
}
@media (max-width: 1199px) {
    .act-main-banner-content-scroll-down {
        bottom: 17px;
    }
}
@media (max-width: 1024px) {
    .act-main-banner-content-scroll-down {
        bottom: 10px;
    }
}
@media (max-width: 768px) {
    .act-main-banner-content-scroll-down {
        display: none;
    }
}
.act-main-banner-content-scroll-down p {
    color: #F5F9FF;
    font-size: 12.6px;
    font-weight: 600;
    line-height: normal;
}
.act-main-banner-content-scroll-down svg {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    color: #ffffff;
}
.act-main-banner-content-scroll-down-animate {
    width: 18px !important;
    height: 12px !important;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    animation: wheel 2s infinite;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform, opacity;
}
/* فقط transform و opacity انیمیت بشه */
@keyframes wheel {
    to {
        opacity: 0;
        transform: translate(-50%, 85%); /* حرکت نرم‌تر به پایین */
    }
}
@-webkit-keyframes wheel {
    to {
        opacity: 0;
        transform: translate(-50%, 85%); /* حرکت نرم‌تر به پایین */
    }
}
.act-main-banner-content-box-carousel-card .act-product-card-footer {
    width: 98%;
    margin: 10px auto 0;
}
.act-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.act-add-to-cart-but {
    color: #0B61FF;
    font-size: 14.4px;
    font-weight: 600;
    text-decoration-line: underline !important;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.act-product-price-box {
}
.act-product-price-box-top {
    display: flex;
    padding-right: 0.899px;
    justify-content: center;
    align-items: center;
    gap: 3.596px;
}
.act-product-price-off-percent {
    display: flex;
    width: 100%;
    height: 17.982px;
    padding: 3.188px 6.29px 1.005px 5.398px;
    justify-content: center;
    align-items: center;
    border-radius: 899.099px;
    background: #FF5050;
    color: #F5F9FF;
    font-size: 12px;
    font-weight: 600;
}
.act-product-price-off-price {
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px;
    font-weight: 400;
    position: relative;
}
.act-product-price-off-price::before {
    position: absolute;
    content: '';
    right: 1px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 64px;
    height: 1px;
    transform: rotate(169.791deg);
    background: rgba(11, 21, 48, 0.58);
}
.act-product-price, .act-product-price-range-bottom {
    color: #0B1530;
    font-size: 14.4px;
    font-weight: 700;
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 12px;
}
.act-product-price span, .act-product-price-range-bottom span {
    color: rgba(11, 21, 48, 0.58);
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    position: absolute;
    width: 25px;
    height: 10px;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8px;
}
/*main-banneer end*/

/* act parent atagory  start */
.act-parent-catagory {
    display: flex;
    gap: 40px;
    align-items: center;
}
.act-product-swiper .swiper-slide {
    width: auto;
}
/* act parent catagory end */
/* catagory title start */
.act-catagory-title {
    display: flex;
    gap: 12px;
}
.act-catagory-title-text {
    font-size: 19.8px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.act-catagory-title-text strong {
    font-weight: 700;
    color: #0B61FF;
}
.act-catagory-title-text h5 {
    font-weight: 300;
    font-size: 16.43px;
    color: rgba(11, 21, 48, 0.58);
}
.act-catagory-title-see-more {
    color: #00D1B2;
    font-size: 14.4px;
    width: 100%;
    display: flex;
}
.act-catagory-title-see-more svg {
    width: 20px;
    height: 20px;
}
.act-catagor-title-see-more {
    display: flex;
    align-items: center;
}
.act-catagory-title-right-hand {
    width: 3px;
    height: 32px;
    background-color: rgba(11, 21, 48, 0.08);
    margin-bottom: 3px;
}
.act-catagory-title-right-hand:first-child {
    background-color: #00D1B2;
}
.act-catagory-title-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 123px;
}
/* catagory title end */
/* cat nav start */
.act-product-nav-left {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background: linear-gradient(270deg, rgba(245, 249, 255, 0) -11.29%, #F5F9FF 83.99%);
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    height: 100px;
    color: #0B61FF;
    cursor: pointer;
}
/* cat nav end */
/* catagory card start */
.act-catagory-card {
    padding: 1px;
    border-radius: 14.4px;
    background: #0B15300F;
    width: 204px;
    height: 76px;
    position: relative;
    transition: 0.4s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.act-catagory-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1530 0%, #0B61FF 142.59%);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.act-catagory-card:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-catagory-card-inner {
    display: flex !important;
    padding: 15px;
    gap: 14.4px;
    border-radius: 15px;
    position: relative;
    transition: 0.4s;
    background: #FFF;
    width: 100%;
    height: 100%;
}
.act-catagory-card-mobile-blur {
    display: flex;
    width: 145px;
    height: 100px;
    padding: 0 113px 0 8px;
    align-items: center;
    position: absolute;
    background: linear-gradient(270deg, rgba(245, 249, 255, 0.00) -11.29%, #F5F9FF 83.99%);
    left: -45px;
    z-index: 2;
    display: none;
}
.act-catagory-card:hover .act-catagory-card-img {
    background: #00D1B2;
    color: #F5F9FF;
}
.act-catagory-card-name h2 {
    color: #0B1530;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.act-catagory-card-product {
    display: flex;
    align-items: center;
    height: 13px;
    position: absolute;
    top: 45px;
}
.act-catagory-card-product::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    aspect-ratio: 1/1;
    background: #0B61FF;
    border-radius: 100%;
    top: 4px;
    right: 0;
}
.act-catagory-card-product span {
    color: #0B61FF;
    font-size: 12.6px;
    font-weight: 300;
    padding-right: 10px;
}
.act-catagory-card-product strong {
    font-weight: 600;
    line-height: normal;
}
.act-catagory-card-img {
    background: rgba(0, 209, 178, 0.08);
    color: #00D1B2;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: 0.4s;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 17px;
}
.act-cat-svg-stop-col-1 {
    transition: 0.4s;
    stop-color: #00D1B2;
}
.act-cat-svg-stop-col-2 {
    transition: 0.4s;
    stop-color: #F0FFFD;
}
.act-catagory-card:hover .act-cat-svg-stop-col-1 {
    transition: 0.4s;
    stop-color: #F5F9FF !important;
}
.act-catagory-card:hover .act-cat-svg-stop-col-2 {
    transition: 0.4s;
    stop-color: #F5F9FF !important;
}
.act-catagory-card-img:hover {
    background: #00D1B2;
}
/* catagory card end */

/* act-special-carousel start */
.act-special-carousel-1st {
    width: 100%;
    margin: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    position: relative;
}
@media (max-width: 768px) {
    .act-our-services-carousel-1st {
        gap: 40px;
    }
}
.act-our-special-carousel-head-svg {
    position: absolute;
    right: 0;
    left: 0;
    top: -33px;
    z-index: -1;
    width: 100%;
    margin: auto;
}
@media (max-width: 1199px) {
    .act-our-special-carousel-head-svg {
        width: 85%;
    }
}
@media (max-width: 1024px) {
    .act-our-special-carousel-head-svg {
        display: none;
    }
}
.act-special-carousel-head-buts {
    display: flex;
    align-items: center;
    gap: 24px;
}
.act-special-carousel-head-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}
.act-special-carousel-head-timer-item {
    display: flex;
    width: 32px;
    height: 35px;
    padding: 5.482px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 12px;
    border: 0.685px solid rgba(11, 21, 48, 0.10);
}
.act-special-carousel-head-timer-item p {
    color: #0B1530;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.act-special-carousel-head-timer-item span {
    color: rgba(11, 21, 48, 0.58);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
}
.act-special-carousel-head-timer-item-border {
    color: #6B7280;
    font-size: 18px;
    font-weight: 500;
}
.act-special-carousel-head-nav-buts {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 768px) {
    .act-special-carousel-head-nav-buts {
        position: absolute;
        gap: 10px;
        bottom: 13px;
        right: 0;
        left: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.act-special-carousel-main {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 19.8px;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid rgba(11, 21, 48, 0.06);
    background: #FFF;
}
@media (max-width: 768px) {
    .act-special-carousel-main {
        flex-direction: column;
        height: 602px;
    }
}
.act-special-carousel-main-list {
    width: 205px;
    position: relative;
    height: 297px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 768px) {
    .act-special-carousel-main-list {
        width: 100%;
        height: 110px;
    }
}
.act-special-carousel-main-list-prev {
    position: absolute;
    display: flex;
    height: 80px;
    width: 193px;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) -11.29%, #FFF 83.99%);
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    color: #0B61FF;
    transition: 0.4s;
}
.act-special-carousel-main-list-prev
.act-special-carousel-main-list-prev svg {
    transform: rotate(180deg);
}
.act-special-carousel-main-list-next {
    position: absolute;
    display: flex;
    height: 80px;
    width: 193px;
    padding: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -11.29%, #FFF 83.99%);
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    color: #0B61FF;
    transition: 0.4s;
}
@media (max-width: 768px) {
    .act-special-carousel-main-list-next {
        position: absolute;
        display: flex;
        width: 90px;
        height: 46px;
        padding: 0px 0 0 10px;
        align-items: flex-end;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -11.29%, #FFF 83.99%);
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
        right: unset;
        justify-content: center;
    }
}
.act-special-carousel-main-list-prev.swiper-button-disabled, .act-special-carousel-main-list-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}
.act-special-carousel-main-list-carousel {
    height: 80%;
    margin: 0;
    width: 100%;
}
.act-special-carousel-main-list-carousel .swiper-slide {
    height: fit-content;
    margin-bottom: 14.4px;
}
.act-special-carousel-main-list-carousel .swiper-slide:last-child {
    margin-bottom: 0;
}
.act-special-carousel-main-list-carousel-item {
    padding: 1px;
    border-radius: 14.4px;
    background: #0B15300F;
    width: 204px;
    height: 76px;
    position: relative;
    transition: 0.4s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.act-special-carousel-main-list-carousel-item:hover{
    background: #00D1B2;
}
.act-special-carousel-main-list-carousel-item:hover .act-catagory-card-img {
    background: #00D1B2;
}
.act-special-carousel-main-list-carousel-item.active {
    background: #00D1B2;
    color: #0B1530;
}
.act-special-carousel-main-carousels-list {
    width: 1084px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .act-special-carousel-main-carousels-list {
        width: 927px;
    }
}
@media (max-width: 1024px) {
    .act-special-carousel-main-carousels-list {
        width: 748px;
    }
}
@media (max-width: 991px) {
    .act-special-carousel-main-carousels-list {
        width: 716px;
    }
}
@media (max-width: 768px) {
    .act-special-carousel-main-carousels-list {
        width: 100%;
    }
}
.act-special-carousel-main-carousel-box {
    display: none;
}
.act-special-carousel-main-carousel-box.active {
    display: block;
}
.act-special-carousel-main-carousel .swiper-slide {
    width: auto !important;
    margin-left: 20px;
}
.act-special-carousel-main-carousel .swiper-slide:last-child {
    margin-left: 0;
}
.act-special-carousel-card {
    position: relative;
    transition: 0.4s;
    width: 239px;
    height: 353px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 14.4px;
    background: #0B15301A;
}
@media (max-width: 1199px) {
    .act-special-carousel-card {
        width: 325px;
        height: 403px;
    }
}
@media (max-width: 1024px) {
    .act-special-carousel-card {
        width: 292px;
        height: 382px;
    }
}
@media (max-width: 991px) {
    .act-special-carousel-card {
        width: 297px;
        height: 376px;
    }
}
.act-special-carousel-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1530 0%, #0B61FF 142.59%);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.act-special-carousel-card-inner {
    display: flex;
    padding: 23px 15px 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
    width: 100%;
    height: 100%;
}
.act-special-carousel-card-inner a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    gap: 5px;
}
.act-special-carousel-card-inner a .act-product-title {
    margin-top: 8px;
    text-align: center;
}
.act-special-carousel-card:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-special-carousel-card-off-box {
    display: flex;
    width: 31px;
    height: 31px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    left: 29px;
    top: 9px;
    border-radius: 12px;
    background: #FF5050;
    color: #F5F9FF;
    font-size: 12.6px;
    font-weight: 600;
    line-height: normal;
    box-shadow: 0 0 0 3px #FFF;
}
.act-special-carousel-card-img-box {
    display: flex;
    width: 96px;
    height: 96px;
    padding: 9.364px;
    justify-content: center;
    align-items: center;
    gap: 18.727px;
    aspect-ratio: 1/1;
    border-radius: 14.4px;
    background: rgba(11, 97, 255, 0.05);
    transition: 0.4s;
}
.act-special-carousel-card-img-box img {
    transition: 0.4s;
    object-fit: contain;
}
.act-special-carousel-card-buy-box {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}
.act-special-carousel-card-buy-box-div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.act-special-carousel-card-buy-box-option {
    display: flex;
    height: 41px;
    padding: 10px 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background: #e9e9e9;
    color: rgba(11, 21, 48, 0.58);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.act-special-carousel-card-buy-box-option img, .act-special-carousel-card-buy-box-option svg {
    height: 18px!important;
    width: 18px!important;
}
.act-special-carousel-card-buy-box-but {
    display: flex !important;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #00D1B2;
    position: relative;
    color: #ffffff;
}
.act-special-carousel-card-buy-box-but svg{
    width: 24px;
}
a.act-special-carousel-card-buy-box-option:hover {
    background: #f1f5fb;
}
/* انیمیشن چرخش */
@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.act-special-carousel-card-buy-box-but:hover {
    background: #007765;
}
.act-special-carousel-card-buy-box-but div {
/*    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    position: absolute;
    right: -4px;
    top: -4px;
    border-radius: 809.84px;
    border: 0.81px solid #F5F9FF;
    background: #0B61FF;
    color: #F5F9FF;
    font-size: 10.181px;
    font-weight: 500;
    line-height: normal;*/
}
.act-special-carousel-card:hover .act-special-carousel-card-img-box {
    background: #0B61FF;
}
.act-wish-item-buy-box .act-product-price {
    color: #0B1530;
}
.act-wish-item-buy-box .act-product-price span {
    color: #8B91A0;
}
.act-special-carousel-card-buy-box-div .shop-out-of-stock {
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px;
    font-weight: 400;
}
/* act-special-carousel end */
/* act blogs start */
.act-blogs-1st {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
@media (max-width: 1399px) {
    .act-blogs-1st {
        max-width: 1200px;
    }
}
@media (max-width: 1199px) {
    .act-blogs-1st {
        max-width: 991px;
        position: relative;
        height: 515px;
        gap: 32px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .act-blogs-1st {
        height: auto;
        gap: 24px;
    }
}
.act-blogs-head {
    position: relative;
    width: 100%;
}
@media (max-width: 1199px) {
    .act-blogs-head {
        position: static;
        gap: 32px;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .act-blogs-head {
        gap: 24px;
        flex-direction: column;
        align-items: flex-start !important;
    }
}
@media (max-width: 768px) {
    .act-blogs-head {
        gap: 30px;
    }
}
.act-blogs-carousel-head-svg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 15px;
    z-index: -1;
    transition: 0.4s;
}
@media (max-width: 1199px) {
    .act-blogs-carousel-head-svg {
        display: none;
    }
}
@media (max-width: 1399px) {
    .act-blogs-carousel-head-svg {
        left: 8%;
        width: 78%;
    }
}
.act-blogs-head-content {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 768px) {
    .act-blogs-head-content {
        width: 100%;
    }
}
.act-blogs-head-content-text {
    color: rgba(11, 21, 48, 0.58);
    font-size: 14.4px;
    font-weight: 400;
    line-height: 34px;
    max-width: 334px;
}
@media (max-width: 768px) {
    .act-blogs-head-content-text {
        max-width: 100%;
    }
}
.act-blogs-head-content-text strong {
    color: #0B61FF;
}
.act-blogs-head-content-box a {
    display: flex;
    height: 56px;
    padding: 8px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 14.4px;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    font-size: 14.4px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 991px) {
    .act-blogs-head-content-box {
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
    }
}
.act-blogs-head-nav-buts {
    display: none;
}
.act-blogs-main {
    width: 100%;
}
.act-blogs-carousel .act-blogs-carousel-wrapper {
    gap: 20px !important;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.act-blogs-carousel .swiper-slide {
    width: auto;
    height: auto;
}
.act-blog-card {
    position: relative;
    border-radius: 24px;
    background: #0B15300F;
    transition: 0.4s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 394px;
    padding: 1px;
    height: 319.8px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .act-blog-card{
        width: 348px;
    }
}
.act-blog-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(rgb(11, 21, 48) 0%, rgb(11, 97, 255) 142.59%);
    transition: 0.4s;
    z-index: -1;
}
.act-blog-card:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-blog-card-inner {
    border-radius: 23px;
    background: #FFF;
    transition: 0.4s;
    display: flex !important;
    width: 100%;
    padding: 15px;
    flex-direction: column;
    gap: 12.6px;
    align-self: stretch;
    align-items: flex-start;
    height: 100%;
}
.act-blog-card-img-box {
    position: relative;
    width: 100%;
}
.act-blog-card-img-box img {
    width: 100% !important;
    height: 158px !important;
    border-radius: 14.4px !important;
    background: lightgray 0px -13.776px / 100% 135.641% no-repeat !important;
    object-fit: cover !important;
}
.act-blog-card-img-box-label {
    display: flex;
    height: 32px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 21px;
    top: 21px;
    border-radius: 1000px;
    background: #0B61FF;
    color: #F5F9FF;
    font-size: 12.6px;
    font-weight: 400;
    line-height: normal;
}
.act-blog-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.act-blog-card h4 {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-blog-card-text {
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    align-self: auto;
}
.act-blog-card-footer {
    display: none;
}
.act-blog-card-footer-read-time {
    color: rgba(11, 21, 48, 0.58);
    font-size: 12.6px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}
.act-blog-card-link {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    transition: 0.4s;
}
.act-blog-first-card .act-blog-card {
    height: 151px;
}
.act-blog-first-card .act-blog-card .act-blog-card-inner {
    gap: 14.4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.act-blog-first-card .act-blog-card .act-blog-card-content {
    display: flex;
    height: 119px;
    padding: 8px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 64%;
}
.act-blog-first-card .act-blog-card .act-blog-card-img-box, .act-blog-first-card .act-blog-card img {
    width: 119px !important;
    height: 119px !important;
}
.act-blog-first-card .act-blog-card .act-blog-card-text, .act-blog-first-card .act-blog-card .act-blog-card-img-box-label {
    display: none !important;
}
.act-blog-first-card .act-blog-card .act-blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.act-blog-last-card .act-blog-card {
    height: 94px;
}
.act-blog-last-card .act-blog-card .act-blog-card-inner {
    padding: 14.4px 24px 14.4px 14.4px;
    justify-content: center;
    align-items: center;
}
.act-blog-last-card .act-blog-card .act-blog-card-footer-read-time, .act-blog-last-card .act-blog-card .act-blog-card-img-box, .act-blog-last-card .act-blog-card .act-blog-card-text {
    display: none !important;
}
.act-blog-last-card .act-blog-card .act-blog-card-footer {
    display: flex;
}
.act-blog-last-card .act-blog-card .act-blog-card-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.act-blog-last-card .act-blog-card .act-blog-card-footer .act-blog-card-link {
    width: 48px;
    height: 48px;
}
.act-blog-last-card .act-blog-card .act-blog-card-footer .act-blog-card-link svg {
    width: 36px;
    height: 36px;
}
.act-blogs-first-box, .act-blogs-last-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.act-blog-cards-more {
    display: none !important;
}
.act-archive-blogs-card:hover .act-blog-card-link {
    background: #00D1B2;
    color: #ffffff;
}
/* act blogs end */
/* new-service-box start */
.act-new-service-carousel-1st {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
@media (max-width: 768px) {
    .act-new-service-carousel-1st {
        gap: 24px;
        position: relative;
        height: 540px;
    }
}
.act-new-service-carousel-head {
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .act-new-service-carousel-head {
        position: static;
    }
}
.act-new-service-carousel-head-svg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 15px;
    z-index: -1;
    transition: 0.4s;
}
@media (max-width: 1199px) {
    .act-new-service-carousel-head-svg {
        width: 85%;
    }
}
@media (max-width: 1024px) {
    .act-new-service-carousel-head-svg {
        display: none;
    }
}
.act-new-service-carousel-head-content {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 768px) {
    .act-new-service-carousel-head-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
    }
}
.act-new-service-carousel-head-content .act-link-but {
    display: flex;
    height: 50.4px;
    padding: 7.2px 21.6px;
    justify-content: flex-end;
    align-items: center;
    gap: 9px;
    border-radius: 14.4px;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    font-size: 14.4px;
    font-weight: 400;
    line-height: normal;
}
.act-link-but svg {
    display: none;
}
.act-new-service-carousel-buttons {
    display: flex;
    align-items: center;
    gap: 10.8px;
}
.new-service-box-swiper {
    width: 100%;
}
.new-service-box-swiper::before {
    position: absolute;
    content: '';
    width: 121px;
    height: 100%;
    background: linear-gradient(270deg, rgba(245, 249, 255, 0) 3.29%, #F5F9FF 83.99%);
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
}
.new-service-box-swiper::after {
    position: absolute;
    content: '';
    width: 121px;
    height: 100%;
    background: linear-gradient(90deg, rgba(245, 249, 255, 0) 3.29%, #F5F9FF 83.99%);
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 768px) {
    .new-service-box-swiper::before,.new-service-box-swiper::after{
        width: 110px;
    }
}
.new-service-box-swiper.taheshe::before {
    opacity: 0;
    visibility: hidden;
}
.new-service-box-swiper.taheshe::after {
    opacity: 1;
    visibility: visible;
}
.new-service-box-swiper .swiper-slide {
    width: auto !important;
    margin: 0 0 12px 6px;
}
.act-new-service-card {
    width: 100%;
    background: #0B15301A;
    border-radius: 24px;
    padding: 1px;
    transition: 0.4s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-new-service-card-inner {
    width: 248px;
    height: 368px;
    background: #f5f9ff;
    border-radius: 22px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s;
}
@media (max-width: 1199px) {
    .act-new-service-card-inner {
        width: 280px;
    }
}
@media (max-width: 1024px) {
    .act-new-service-card-inner {
        width: 232px;
        height: 327px;
    }
}
@media (max-width: 991px) {
    .act-new-service-card-inner {
        width: 294px;
        height: 364px;
    }
}
.act-new-service-card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(rgb(11, 21, 48) 0%, rgb(11, 97, 255) 142.59%);
    transition: 0.4s;
    z-index: -1;
}
.act-new-service-card:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-new-service-card:hover .act-new-service-card-inner {
    background: #FFFFFF;
}
.act-new-service-card-inner-top {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.act-new-service-card-inner-top-img-box img {
    width: 100%;
    height: 100% !important;
    transition: 0.4s;
    object-fit: contain;
}
.act-new-service-card-inner-top-txt-box {
    display: flex;
    flex-direction: column;
    gap: 12.6px;
    width: 100%;
}
.act-product-txt {
    font-weight: 400;
    font-size: 12.6px;
    line-height: 28px;
    color: #0B153094;
}
.act-new-service-card .act-add-to-cart-but {
    color: #8B91A0;
    transition: 0.4s;
}
.act-new-service-card:hover .act-add-to-cart-but {
    color: #0B61FF;
}
.act-our-services-carousel-head {
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .act-our-services-carousel-head {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start !important;
        position: static;
    }
}
.act-our-services-carousel-head-title-content h5 {
    color: rgba(11, 21, 48, 0.58);
    font-size: 19.8px;
    font-weight: 300;
    line-height: 34px;
}
.act-our-services-carousel-head-title-content p {
    color: rgba(11, 21, 48, 0.10);
    font-size: 19.8px;
    font-weight: 600;
    line-height: 34px;
}
.act-our-services-carousel-head-title-content strong {
    color: #0B61FF;
    font-size: 19.8px;
    font-weight: 700;
    line-height: 34px;
}

.act-our-services-carousel-head-title-div1 {
    background: #00D1B2;
}
.act-our-services-carousel-head-title-divs div {
    width: 3px;
    height: 32px;
    border-radius: 1000px;
}
.act-our-services-carousel-head-title-div2 {
    background: rgba(11, 21, 48, 0.08);
}
.act-our-services-carousel-head-title {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}
/* new-service-box end */
/* questions start */
.act-faq-1st {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.act-faq-svg-bg {
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
}
.act-faq-svg-mobile-bg {
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    display: none;
}
@media (max-width: 768px) {
    .act-faq-svg-mobile-bg{
        display: block;
    }
}
.act-faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800.6px;
    margin: auto;
    margin-left: 0;
    padding: 24px;
    width: 100%;
}
@media (max-width: 1199px) {
    .act-faq-head {
        max-width: 795px;
        padding-top: 35px;
    }
}
@media (max-width: 991px) {
    .act-faq-head {
        max-width: 595px;
        padding-top: 55px;
        padding-bottom: 0px;
    }
}
.act-faq-head-title {
    display: flex;
    gap: 10.8px;
    align-items: center;
    position: relative;
    color: rgba(11, 21, 48, 0.58);
    font-size: 28.8px;
    font-weight: 300;
}
.act-faq-head-title::before {
    content: "";
    height: 4px;
    border-radius: 1000px;
    background: #00D1B2;
    width: 21.6px;
}
.act-faq-head-title strong {
    color: #0B61FF;
    font-weight: 700;
}
.act-faq-but {
    display: flex;
    height: 50.4px;
    padding: 7.2px 21.6px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border-radius: 14.4px;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    font-size: 14.4px;
    font-weight: 400;
}
.act-faq-main {
    display: flex;
    position: relative;
    gap: 20px;
    padding: 0 30px 20px;
    background: #ffffff;
    border: 1px solid #0B15300F;
    border-top: none;
    border-radius: 0px 0px 24px 24px;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.act-faq-main-col {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 49%;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .act-faq-main-col {
        max-width: 48%;
    }
}
@media (max-width: 991px) {
    .act-faq-main-col {
        max-width: 100%;
    }
}
.act-faq-item {
    width: 100%;
}
.act-questions {
    width: 100%;
    height: 64px;
    display: flex;
    padding: 8px 20px 8px 10px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 14.4px;
    background: #FFFFFF;
    justify-content: space-between;
    border: 1px solid #00D1B2;
    cursor: pointer;
    transition: 0.4s;
}
.act-questions.collapsed {
    background: #F8FAFB;
    transition: 0.4s;
    border: 1px solid #F8FAFB;
}
.act-questions p {
    color: #0B1530;
    font-size: 14.4px;
    font-weight: 400;
    position: relative;
    padding-right: 18px;
    transition: 0.4s;
    line-height: 21px;
}
.act-questions p::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    aspect-ratio: 1/1;
    background: #00D1B2;
    border-radius: 100%;
    transition: 0.4s;
    right: 0;
    top: 2px;
}
.act-questions.collapsed p {
    padding-right: 0;
}
.act-questions.collapsed p::before {
    opacity: 0;
}
.act-questions-flash {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    color: #00D1B2;
    background: transparent;
    transition: 0.4s;
}
.act-questions.collapsed .act-questions-flash {
    background: #00D1B2;
    color: #FFFFFF;
}
.act-questions-flash svg {
    transition: 0.4s;
    transform: rotate(180deg);
}
.act-questions.collapsed .act-questions-flash svg {
    transform: rotate(0deg);
}
.act-answer-content {
    padding: 20px 32px;
    border-radius: 14.4px;
    border: 1px solid rgba(11, 21, 48, 0.10);
    color: rgba(11, 21, 48, 0.58);
    font-size: 14.4px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 14.4px;
    background: #ffffff;
}
.collapse:not(.show) {
    display: none;
}
/* questions end */
.cart-preview__grid--board {
    align-items: start;
}
.cart-panel--list{
    width: 66%;
}
.cart-panel--invoice{
    width: 44%;
}
.cart-panel {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(111, 66, 193, 0.12);
    padding: 1.1rem 1.15rem;
    display: flex;
    width: 100%;
}
.cart-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.cart-panel__title {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 18px 40px -24px #10163a7a;
}
.cart-list {
    display: grid;
    gap: 0.9rem;
    height: 30vh;
    max-height: 64vh;
    overflow: auto;
    margin-top: 21px;
}
.cart-line {
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 12.6px;
    padding: 0.9rem;
    display: grid;
    grid-template-columns: 1.2fr 0.7fr;
    gap: 0.6rem;
    align-items: center;
    background: linear-gradient(135deg, rgba(250, 250, 251, 0.95), rgba(249, 248, 255, 0.95));
}
.cart-mini-line {
    grid-template-columns: 1.5fr 1fr;
}
.cart-mini-line {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    transition: max-height 2s ease, padding 1s ease;
    cursor: pointer;
    max-height: 10vh;
}
.cart-line__price {
    text-align: left;
    display: grid;
    justify-items: end;
    gap: 0.25rem;
}
.cart-mini__item {
    display: none !important;
}
.cart-mini__item {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
.cart-mini-line:hover {
    max-height: 260px;
}
.cart-mini-line:hover .cart-mini__item {
    max-height: 100px;
    opacity: 1;
    display: block !important;
}
.mini-quantity {
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    overflow: hidden;
    background: #fff;
    width: fit-content;
}
.mini-quantity__value {
    width: 52px;
    border: none;
    text-align: center;
    font-weight: 700;
    color: #0f172a;
    padding: 0.35rem 0;
}
.cart-timer {
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border-radius: 14.4px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(99, 102, 241, 0.22);
    align-items: center;
    width: 51%;
    margin-left: 10px;
}
.cart-timer__meta {
    text-align: left;
    display: grid;
    gap: 0.25rem;
    color: #4338ca;
}
.cart-timer__value {
    margin: 0.15rem 0;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #312e81;
}
.cart-timer__meta strong {
    color: #0f172a;
}
.cart-panel__footer {
    border-top: 1px dashed rgba(148, 163, 184, 0.6);
    padding-top: 0.65rem;
}
.cart-preview__hint {
    margin: 0;
    color: #6b7280;
    text-align: center;
    font-size: 11px;
}
.c-box__info {
    background-color: #fffaf5;
    margin-top: 21px;
    padding: 11px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffdcba;
    border-radius: 14.4px;
}
.c-box__info label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.invoice-board {
    /*border: 1px dashed rgba(111, 66, 193, 0.25);
    border-radius: 12.6px;
    background: rgba(111, 66, 193, 0.03);

    padding: 0.9rem;

     */
    display: grid;
    gap: 0.65rem;
}
.invoice-board__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4b5563;
}
.invoice-board__row--accent strong {
    color: #ef4444;
}
.invoice-board__row--total {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.08rem;
}

.coupon-inline {
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 12.6px;
    padding: 0.85rem;
    background: rgba(249, 250, 251, 0.85);
    display: grid;
    gap: 0.35rem;
    margin-top: 15px;
}
.coupon-inline label {
    font-weight: 700;
}
.coupon-inline__controls {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem;
    align-items: center;
}
.coupon-inline input {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    padding: 0.6rem 0.75rem;
    background: #fff;
}
.coupon-inline__hint {
    color: #6b7280;
}
.gateway {
    border: 1px solid rgba(148, 163, 184, 0.7);
    border-radius: 12.6px;
    padding: 0.75rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.gateway__logo {
    width: 56px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gateway__logo--saman::before, .gateway__logo--asan::before {
    content: '';
    position: absolute;
    inset: 9px 12px;
    border-radius: 10px;
}
.gateway__logo--saman::before {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}
.btn--gradient {
    background: linear-gradient(135deg, #8452ff, #6425ff);
    color: #fff !important;
    box-shadow: 0 12px 30px -12px rgba(100, 37, 255, 0.7);
    height: 44px;
    width: 100%;
    margin-top: 10px;
}
.logo_region{
    position: absolute;
    width: 32px;
    top: 4px;
    right: 46px;
}
.logo_detail{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #d92f4e;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-logo__region{
    position: absolute;
    width: 21px;
    top: 10px;
    right: 41px;
}
.Button-lp56 {
    color: #52596b;
    background-color: rgb(61 87 153 / 10%);
    border: 1px solid rgb(61 87 153 / 17%);
    padding: 2px 2px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.cunIUD8{
    background-color: #ffe4e4;
    color: #01030b;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px dashed #ffbcbc;
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.gateway.active {
    border: 2px solid #0d6efd;
    background: #eef4ff;
}
.btn--solid {
    background-color: #dfdfdf !important;
    color: #FFF !important;
}
.btn--solid:disabled {
    opacity: 0.5;
}
.payment{
    background: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 5px 10px;
    cursor: pointer;
    width: -webkit-fill-available;
}
.payment:last-child{
    margin-right: 10px;
}
.payment.active {
    border-color: #200fbf;
    color: #200fbf;
}
.act-catagory-card.Category-al74.active {
    background-color: #00D1B2;
}
.bg-gray-100 {
    background-color: #f7fafc;
}
.hover\:bg-gray-200:hover {
    background-color: rgb(237, 242, 247);
}
.nav_act-blogs-1st{
    gap: 5px;
    margin-bottom: 5px;
}
.nav_act-blogs-1st button{
    cursor: pointer;
}
.styles_Loading__circle1__K7HNJ {
    animation: styles_AnimationCircle1__sKVc1 1.2s linear infinite normal forwards;
}
@keyframes styles_AnimationCircle1__sKVc1 {
    0% {
        opacity: .9
    }

    33.333333% {
        opacity: .6
    }

    66.666667% {
        opacity: .3
    }

    to {
        opacity: .9
    }
}
.styles_Loading__circle2__jpl_q {
    animation: styles_AnimationCircle2__5aKRf 1.2s linear infinite normal forwards;
}
.styles_Loading__circle3__otcH4 {
    animation: styles_AnimationCircle3__nTbuC 1.2s linear infinite normal forwards;
}

@keyframes styles_AnimationCircle3__nTbuC {
    0% {
        opacity: .3
    }

    33.333333% {
        opacity: .9
    }

    66.666667% {
        opacity: .6
    }

    to {
        opacity: .3
    }
}


@keyframes styles_AnimationCircle2__5aKRf {
    0% {
        opacity: .6
    }

    33.333333% {
        opacity: .3
    }

    66.666667% {
        opacity: .9
    }

    to {
        opacity: .6
    }
}
#select-card-form {
    max-height: 17vh;
    overflow: auto;
}
.dp-sh-cart-wallet-card {
    border: 1px solid #E7E8EA;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dp-sh-cart-wallet-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.dp-sh-cart-wallet-top-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.dp-sh-cart-wallet-icon {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #E5FAF7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00D1B2;
}
.act-woo-title-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}
.act-woo-title-1-divs {
    display: flex;
    width: 3px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.act-woo-title-1-div1 {
    background: #00D1B2;
}
.act-woo-title-1-divs div {
    width: 3px;
    height: 32px;
    border-radius: 1000px;
}
.dp-sh-cart-wallet-title .act-woo-title-1-divs div {
    width: 2px;
    height: 24px;
}
.act-woo-title-1-div2 {
    background: rgb(11 21 48 / 8%);
}
.dp-sh-cart-wallet-title .act-woo-title-1-content h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #0B1530;
}
.dp-sh-cart-wallet-title .act-woo-title-1-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #0B15301A;
}
.dp-sh-cart-wallet-top-left {
    margin-top: 8px;
}
.gp-sh-cart-wallet-text {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #0B1530;
    position: relative;
}
.cart__purchaseScore{
    color: #885d02;
    background: #faedd1;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 16px;
    border: 1px solid #e8ce95;
    font-size: 12px;
}
.cart__purchaseScore .icon-star:before{
    content: "\e952";
}
.cart__purchaseScore icon-star {
    font-size: 14px;
    margin-left: 10px;
}
.ModalComponent__animation-JkgpfL {
    will-change: transform;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform.3s ease;
    -moz-transition: transform.3s ease;
}
.ModalComponent__root--open__desktop-x1XDzU {
    height: 100%;
}
.ModalComponent__root--open-i5pSf7 {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.ModalComponent__root--desktop-JzGyNl {
    top: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .3);
}
.ModalComponent__root-YwCAMP {
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ModalComponent__content-XqD1rL {
    background-color: #fff;
    position: absolute;
    box-sizing: 0px 0px 12px rgba(3,10,22,.1);
    display: flex;
    flex-direction: column;
}
.ModalComponent__content--desktop-o5IbOt {
    bottom: 50%;
    width: 480px;
    max-height: 80vh;
    overflow: auto;
}
@media (max-width: 768px) {
    .ModalComponent__content--desktop-o5IbOt{
        max-height: 100%;
        height: 100%;
        transform: translateY(50%);
        width: 100%;
    }
}
.ModalComponent__content--border-md-4G9biy {
    border-radius: 8px;
}
.ModalComponent__animation-JkgpfL {
    will-change: transform;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform.3s ease;
    -moz-transition: transform.3s ease;
}
.ModalComponent__header-l62jh_ {
    z-index: 20;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #FFF;
}
.jc-between {
    justify-content: space-between;
}
.ProfileModal__header-QU8G4w {
    color: #030a16;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.AppHeader__headerBorder-sqCler {
    border-bottom: 1px solid #e0e0e2;
}
@media (min-width: 1024px) {
    #popper-root .text-h5 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 2.1;
    }
    #popper-root .text-body-1 {
        font-size: .875rem;
        font-weight: 400;
        line-height: 2.15;
    }
}
.color-n-700 {
    color: #424750;
}
.mr-2 {
    margin-right: 8px;
}
.ModalComponent__body--default-sYpvC3 {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mb-6 {
    margin-bottom: 24px;
}
.pointer {
    cursor: pointer;
}
.w-100 {
    width: 100%;
}
.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame--L7bcQ {
    display: inline-block;
}
.view {
    border: 0 !important;
}
.DropDown__container-f46538.DropDown__container-f46538>div {
    background-color: #fff;
    border: solid 1px #c0c2c5;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mb-4 {
    margin-bottom:16px;
}
@media (min-width: 768px) {
    #popper-root .radius-md {
        border-radius: 8px;
    }
    #popper-root .text-button-2 {
        font-size: .75rem;
        font-weight: 700;
        line-height: 2.15;
    }
}
.FilesUploader__label--primary-_3645e {
    border: 1px solid #1ab1d4;
    color: #014436FF;
    cursor: pointer;
}
.grow-1 {
    flex-grow: 1;
}
.ModalComponent__footerContainer-rb1vEj {
    z-index: 20;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
}
.ProfileModal__footer-IVQdrc {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #e0e0e2;
    display: block;
}
.btn--primary-uiqWij:not(.btn--text-se4oQM):not(.btn--neutralOutlined-vgBUl_) {
    border: 1px solid #1ab1d4;
}
.btn--primary-uiqWij:not(.btn--outlined-I96mhk):not(.btn--hint-object-error-bFg5_J.btn--neutralOutlined-vgBUl_):not(.btn--brand-i66rqA.btn--neutralOutlined-vgBUl_):not(.btn--error-UMipUi.btn--neutralOutlined-vgBUl_):not(.btn--black-EwfvFY.btn--neutralOutlined-vgBUl_):not(.btn--white-aAZKZu.btn--neutralOutlined-vgBUl_):not(.btn--secondary-NVNbFX.btn--neutralOutlined-vgBUl_):not(.btn--primary-uiqWij.btn--neutralOutlined-vgBUl_):not(.btn--text-se4oQM):not(.btn--neutralOutlined-vgBUl_) {
    background-color: #1ab1d4;
    color: #FFF;
}
#popper-root .ProfileBase__button__modal-O3kjhU {
    padding: 5px;
}
@media (min-width: 768px) {
    #popper-root .ProfileBase__button-jvi4aR {
        width: 200px;
    }
}
.Button-MNNP44:first-child {
    white-space: nowrap;
}
.Button__filledPrimary-OvgwGb:hover {
    background: linear-gradient(0deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.08)),#1ab1d4 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .14), 0 4px 4px rgba(0, 0, 0, .1);
}
.btn-wc51H8 {
    cursor: pointer;
    border: none;
    overflow: hidden;
    transition: top .3s ease-in-out;
}
.FormComponentFrame-sy77JE {
    display: inline-block;
}
.FormComponentFrame__input-container-fArle6:not(.FormComponentFrame__input-container--textArea-cSHd6F) {
    height: 48px;
}
.FormComponentFrame--normal-Tol9_4 .FormComponentFrame__input-container-fArle6 {
    border-radius: 8px;
    border: 1px solid #c0c2c5;
}
.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}
.TextField--primary-cAI5H3 {
    caret-color: #1ab1d4;
}
.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame__input-container--D5edN:not(.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame__input-container--textArea--qCxT1) {
    height: 48px;
}
.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame--normal--A6Ntt .uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame__input-container--D5edN {
    border: 1px solid #c0c2c5;
    border-radius: 8px;
}
.px-2 {
    padding-left: 8px;
    padding-right: 8px;
}
.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame__input-container--D5edN {
    width: 100%;
}
.uikit-collections-FormComponentFrame-FormComponentFrame-module__FormComponentFrame--L7bcQ:focus-within>div {
    border: 1px solid #028e71;
}
.act-comment-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 24px;
    border: 1px solid rgba(11, 21, 48, 0.06);
    background: #FFF;
    width: 100%;
}
.act-comment-box-discription {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    background: #F9FAFB;
    position: relative;
    padding-left: 30px;
}
.act-comment-box-discription p {
    color: rgba(11, 21, 48, 0.58);
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.act-comment-box-discription-quote {
    color: #0B61FF;
    text-align: right;
    font-family: "Playfair Display";
    font-size: 49.995px;
    font-style: normal;
    font-weight: 500;
    line-height: 42.281px;
    position: absolute;
    left: 10px;
    bottom: 10.822px;
    width: 21.998px;
    height: 11.999px;
}
.gap-4 {
    gap: 4px;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.p-8 {
    padding: 8px;
}
@media (min-width: 375px) {
    .\32xs\:gap-6 {
        gap: 6px;
    }
    .\32xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.text-dark {
    --tw-text-opacity: 1;
    color: rgb(68 69 82 / var(--tw-text-opacity));
}
.tracking-tighter {
    letter-spacing: -.05em;
}
.leading-\[18px\] {
    line-height: 18px;
}
.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: 14px;
}
.pts-4 {
    padding-top: 4px;
}
.pr-4 {
    padding-right: 4px;
}
.pl-8 {
    padding-left: 8px;
}
.grow {
    flex-grow: 1;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.skeleton {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(57, 72, 111, .075);
    box-sizing: content-box;
}
.rounded-pill {
    border-radius: 1000px;
}
.w-120 {
    width: 120px;
}
.h-16 {
    height: 16px;
}
.skeleton:before {
    position: absolute;
    top: 0;
    right: -75%;
    left: -75%;
    height: 100%;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: skeleton;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(90deg, rgba(61, 77, 118, 0) 20%, rgba(61, 77, 118, .05) 40%, rgba(61, 77, 118, .05) 60%, rgba(61, 77, 118, 0) 80%);
    content: "";
    transform: translateX(75%);
}
@keyframes skeleton {
    0% {
        transform: translateX(75%)
    }

    to {
        transform: translateX(-75%)
    }
}
.w-48 {
    width: 48px;
}
.h-48 {
    height: 48px;
}
.rounded-sm {
    border-radius: 6px;
}
.simple-scrollbar {
    scrollbar-color: #cfd4e3 #fff;
    scrollbar-width: thin;
}
.overflow-y-auto {
    overflow-y: auto;
}
.pb-20 {
    padding-bottom: 20px;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.h-68 {
    height: 68px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pb-24 {
    padding-bottom: 24px;
}
.border-b, .border-y {
    border-bottom-width: 1px;
}
.pb-20 {
    padding-bottom: 20px;
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(223 227 235 / var(--tw-border-opacity));
}
.rounded-pill {
    border-radius: 1000px;
}
.w-\[200px\] {
    width: 200px;
}
.h-15 {
    height: 15px;
}
.min-h-\[38px\] {
    min-height: 38px;
}
.w-92 {
    width: 92px;
}
.h-14 {
    height: 14px;
}
.w-104 {
    width: 104px;
}
.h-36 {
    height: 36px;
}
.Button-bfa48 {
    font-size: 12px;
    padding: 10px 16px 8px;
    line-height: 18px;
    border-radius: 8px;
    --tw-text-opacity: 1 !important;
    color: rgb(42 114 228 / 1) !important;
    border: 1px solid rgb(80 145 250 / 40%);
    cursor: pointer;
    position: relative;
    letter-spacing: -.03em;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.pt-4 {
    padding-top: 4px;
}
.self-center {
    align-self: center;
}
.grow {
    flex-grow: 1;
}
.ml-12 {
    margin-left: 12px;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex {
    display: flex;
}
.mb-10 {
    margin-bottom: 10px;
}
.simple-scrollbar {
    scrollbar-color: #cfd4e3 #fff;
    scrollbar-width: thin;
}
.pb-20 {
    padding-bottom: 20px;
}
.alert {
    border-radius: 8px;
    padding: 15px 20px 12px;
    font-size: 15px;
    line-height: 1.75;
}
.leading-sm {
    line-height: 1.75;
}
.font-normal {
    font-weight: 400;
}
.text-2xs {
    font-size: 13px;
}
.rounded-sm {
    border-radius: 6px;
}
.mb-10 {
    margin-bottom: 10px;
}
.alert-sm {
    padding: 13px 16px 10px;
    font-size: 14px;
    line-height: 1.5;
}
.alert-orange {
    color: #8c2a03;
    background: #fbebe5;
}
.pb-20 {
    padding-bottom: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.btn-ajax:after,.before\:loading:before {
    border: 2px solid #fff;
    border-right-color: transparent !important;
}
.btn-ajax:after,.before\:loading:before {
    content: "";
    animation: ajaxLoading .75s linear infinite;
    border-radius: 100%;
    height: 1em;
    width: 1em;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    transition: opacity .2s ease-in-out;
    backface-visibility: hidden;
    opacity: 0;
}
.after\:border-blue:after {
    content: "";
    --tw-border-opacity: 1;
    border-color: rgb(80 145 250 / var(--tw-border-opacity));
}
.btn-ajax.is-loading:after, .is-loading .btn-ajax:after {
    color: #fff;
    opacity: 1;
}
.is-loading.before\:loading:before{
    opacity: 1;
    border-color: #000;
}
@keyframes ajaxLoading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.btn-ajax.is-loading{
    color: transparent !important;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.rounded {
    border-radius: 8px;
}
@media (max-width: 768px) {
    .flex-row-reverse {
        flex-direction: row-reverse;
    }
}
.pl-6 {
    padding-left: 6px;
}
.shadow-sm {
    --tw-shadow: 0 1px 3px rgba(49, 50, 57, .12);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
}
.shadow-none, .shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-opacity-90 {
    --tw-text-opacity: 0.9;
}
.text-red-dark {
    --tw-text-opacity: 1;
    color: rgb(238 41 54 / var(--tw-text-opacity));
}
.\!leading-\[24px\] {
    line-height: 24px !important;
}
.text-xs {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rounded-sm {
    border-radius: 6px;
}
.w-24 {
    width: 24px;
}
.h-24 {
    height: 24px;
}
.block {
    display: block;
}
.icon-delete:before {
    content: "\e923";
}
.leading-1 {
    line-height: 1;
}
.text-center {
    text-align: center;
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(93 101 122 / var(--tw-text-opacity));
}
.\!leading-\[24px\] {
    line-height: 24px !important;
}
.text-\[9px\] {
    font-size: 9px;
}
.text-center {
    text-align: center;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.icon-plus:before {
    content: "\e935";
}

.pr-6 {
    padding-right: 6px;
}
[role=button], button {
    cursor: pointer;
}
.pt-4 {
    padding-top: 4px;
}
.pl-12 {
    padding-left: 12px;
}
.self-center {
    align-self: center;
}
.grow {
    flex-grow: 1;
}
.shrink-0 {
    flex-shrink: 0;
}
.mt-10 {
    margin-top: 10px;
}
.items-start {
    align-items: flex-start;
}
.leading-1 {
    line-height: 1;
}
.pt-2 {
    padding-top: 2px;
}
.opacity-85 {
    opacity: .85;
}
.line-through {
    text-decoration-line: line-through;
}
.text-red {
    --tw-text-opacity: 1;
    color: rgb(240 70 81 / var(--tw-text-opacity));
}
.tracking-tighter {
    letter-spacing: -.05em;
}
.font-bold {
    font-weight: 700;
}
.last\:\!border-0:last-child {
    border-width: 0 !important;
}
.opacity-85 {
    opacity: .85;
}
.line-through {
    text-decoration-line: line-through;
}
.text-red {
    --tw-text-opacity: 1;
    color: rgb(240 70 81 / var(--tw-text-opacity));
}
.tracking-tighter {
    letter-spacing: -.05em;
}
.font-bold {
    font-weight: 700;
}
.text-sm {
    font-size: 15px;
}
.block {
    display: block;
}
.mb-2 {
    margin-bottom: 2px;
}
.leading-1 {
    line-height: 1;
}
.border-y {
    border-top-width: 1px;
}
.rounded-none {
    border-radius: 0;
}
.alert-primary {
    color: #885d02;
    background: #faedd1;
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(254 178 13 / var(--tw-border-opacity));
}
.border-opacity-50 {
    --tw-border-opacity: 0.5;
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(254 178 13 / var(--tw-bg-opacity));
}
.bg-opacity-\[0\.12\] {
    --tw-bg-opacity: 0.12;
}
@media (min-width: 1024px) {
    .lg\:mt-20 {
        margin-top: 20px;
    }
    .lg\:px-28 {
        padding-left: 28px;
        padding-right: 28px;
    }
    .lg\:py-12 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
.tracking-tight {
    letter-spacing: -.03em;
}
.font-normal {
    font-weight: 400;
}
.text-\[\#D19411\] {
    --tw-text-opacity: 1;
    color: rgb(209 148 17 / var(--tw-text-opacity));
}
i {
    letter-spacing: 0 !important;
}
.font-bold {
    font-weight: 700;
}
.icon-star:before {
    content: "\e952";
}
.pst-4 {
    padding-top: 4px;
}
.ml-8 {
    margin-left: 8px;
}
.p-16 {
    padding: 16px;
}
@media (min-width: 1024px) {
    .lg\:p-28 {
        padding: 28px;
    }
}
@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky;
    }
}
@media (min-width: 1024px) {
    .lg\:top-28 {
        top: 28px;
    }
}
.leading-xs {
    line-height: 1.5;
}
.tracking-tight {
    letter-spacing: -.03em;
}
div.text-2xs, h1, h2, h3, h4, h5, h6, p, textarea {
    max-height: 999999px;
}
.text-2xs {
    font-size: 13px;
}
.font-bold {
    font-weight: 700;
}
.text-larger {
    font-size: 17px;
}
.pt-2 {
    padding-top: 2px;
}
.inline-block {
    display: inline-block;
}
.tracking-tighter {
    letter-spacing: -.05em;
}
.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
    .lg\:space-y-12>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12px * (1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12px * var(--tw-space-y-reverse));
    }
}
.text-red {
    --tw-text-opacity: 1;
    color: rgb(240 70 81 / var(--tw-text-opacity));
}
.btn-white {
    --btn-color: #0c0c0e;
    --btn-bg-color: #fff;
    --btn-hover-color: #444552;
    --btn-hover-bg-color: #fff;
    box-shadow: inset 0 0 0 1px #dfe3eb;
}
.icon-plus:before {
    content: "\e935";
}
.btn-icon {
    display: inline-flex;
    height: 52px;
    width: 52px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    letter-spacing: -.03em;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #fff;
}
.\!text-green-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(64 165 33 / var(--tw-text-opacity)) !important;
}
.\!text-5xs {
    font-size: 10px !important;
}
.\!pt-2 {
    padding-top: 2px !important;
}
.\!w-28 {
    width: 28px !important;
}
.\!h-28 {
    height: 28px !important;
}
.relative {
    position: relative;
}
.text-green-dark {
    --tw-text-opacity: 1;
    color: rgb(64 165 33 / var(--tw-text-opacity));
}
.mt-14 {
    margin-top: 14px;
}
@media (min-width: 1024px) {
    .lg\:mt-16 {
        margin-top: 16px;
    }
}
.last\:\!border-b-0:last-child {
    border-bottom-width: 0 !important;
}
.text-right {
    text-align: right;
}
.mt-8 {
    margin-top: 8px;
}
.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.px-14 {
    padding-left: 14px;
    padding-right: 14px;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!leading-\[22px\] {
    line-height: 22px !important;
}
.text-4xs {
    font-size: 11px;
}
.text-center {
    text-align: center;
}
.pl-1 {
    padding-left: 1px;
}
.bg-opacity-100 {
    --tw-bg-opacity: 1;
}
.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(71 183 37 / var(--tw-bg-opacity));
}
.rounded-circle {
    border-radius: 50%;
}
.w-20 {
    width: 20px;
}
.h-20 {
    height: 20px;
}
.ml-4 {
    margin-left: 4px;
}
.text-transparent {
    color: transparent;
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(93 101 122 / var(--tw-bg-opacity));
}
.checkbox-label:before, .copy-code-btn i:after, .copy-coupon-btn i:after, .icon-check:before {
    content: "\e91e";
}
.bg-opacity-15 {
    --tw-bg-opacity: 0.15;
}
.Button-bfe54.btn-ajax.is-loading{
    color:#1ab1d4;
}
.cart-panel--list,.cart-panel--invoice{
    border-left: 2px solid;
    border-image: linear-gradient(to bottom, #e4eeff, #5d96ff);
    border-image-slice: 1;
    padding: 0 10px;
}
/****** سبدخرید ********/
table {
    text-indent: 0;
    border-color: inherit;
}
table {
    width: 100%;
    border-collapse: collapse;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    border-spacing: 0 0;
    text-align: right;
}
.cart-table thead {
    background-color: rgb(238 240 245 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
}
.cart-table thead, .order-table thead {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.03em;
    --tw-text-opacity: 1;
    color: rgb(68 69 82 / var(--tw-text-opacity));
}
.cart-table td, .cart-table th, .order-table td, .order-table th {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-table thead td, .cart-table thead th {
    border-top-width: 1px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.cart-table thead td, .cart-table thead th, .order-table thead td, .order-table thead th {
    white-space: nowrap;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 227 235 / var(--tw-border-opacity));
    font-size: 13px;
}
.cart-table td:first-child, .cart-table th:first-child, .order-table td:first-child, .order-table th:first-child {
    padding-right: 28px;
}
.ml-20 {
    margin-left: 20px;
}
.leading-xs {
    line-height: 1.5;
}
.font-bold {
    font-weight: 700;
}
.tracking-tight {
    letter-spacing: -.03em;
}
.self-center {
    align-self: center;
}
.leading-xs {
    line-height: 1.5;
}
.mt-6 {
    margin-top: 6px;
}
.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(238 240 245 / var(--tw-bg-opacity));
}
.rounded {
    border-radius: 8px;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.w-112 {
    width: 112px;
}
.h-40 {
    height: 40px;
}
.flex {
    display: flex;
}
.pl-6 {
    padding-left: 6px;
}
[role=button], button {
    cursor: pointer;
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
.w-28 {
    width: 28px;
}

.h-28 {
    height: 28px;
}
.text-center {
    text-align: center;
}
.\!leading-\[28px\] {
    line-height: 28px !important;
}
.text-xs {
    font-size: 14px;
}
.text-opacity-90 {
    --tw-text-opacity: 0.9;
}
.text-2xs {
    font-size: 13px;
}
.icon-minus:before {
    content: "\e941";
}
@media (min-width: 1024px) {
    .lg\:pb-20 {
        padding-bottom: 20px;
    }
    .lg\:mb-16 {
        margin-bottom: 16px;
    }
}
.px-16.lg\:px-28.pb-16.lg\:pb-20.lg\:mb-16.mb-12.border-b.border-gray-300.last\:\!mb-0.last\:\!pb-0.last\:\!border-0.pt-4{
    padding-top: 4px !important;
}
.w-90{
    width: 90px;
}
.cart-panel--payment{
    margin-right: 10px;
}