.rad-breadcrumb.rad-woo-bread {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sep {
    color: #DEE2EA;
}
.kp-pn {
    color: #8F93A0;
}
.act-filter-box-1st {
    position: relative;
    width: 305px;
    min-height: 484px;
    margin: 50px 0;
}
.act-filter-box-1st-bg {
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
}
.act-filter-box-head {
    z-index: 2;
    position: relative;
    width: 95% !important;
    height: 60px;
}
.act-filter-box-head-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #00D1B2;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    padding-right: 16px;
}
.act-filter-box-head-text svg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.dp-remove-filters {
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 93px;
    height: 34px;
    background: #E5FAF7;
    border-radius: 40px;
    cursor: pointer;
    display: none;
}
.dp-filter-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #00D1B2;
}
.dp-remove-filters-x {
    color: #00D1B2;
}
.act-filter-box-main {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #0B15300F;
    border-top: none;
    border-radius: 0px 0px 24px 24px;
    padding-top: 0;
    margin-top: 25px;
    margin-right: 1px;
    width: 304px;
}
.act-bg-hover {
    position: relative;
    transition: 0.4s;
    background: #E7E8EA;
    border-radius: 16px;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.shop-filters-items {
    border-radius: 12px;
    width: 265px;
}
.act-bg-hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0B1530 0%, #0B61FF 142.59%);
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.act-bg-hover-inner {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    border-radius: 15px;
}
.shop-filters-items-head {
    gap: 8px;
}
.shop-filters-items-head-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.shop-filters-items-head-right-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #E5FAF7;
    color: #00D1B2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.shop-filters-items-head-right-icon-box div {
    width: 12px;
    height: 12px;
    border-radius: 809.84px;
    background: #00D1B2;
    border: 0.81px solid #ffffff;
    position: absolute;
    top: -2px;
    right: -2px;
    transition: 0.4s;
    transform: scale(0);
}
.shop-filters-items-head-right-icon-box svg {
    width: 24px;
    height: 24px;
}
.shop-filters-items-head-right-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.shop-filters-items-head-right-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #0B1530;
}
.shop-filters-items-head-right-text span {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #E7E8EA;
}
.shop-filters-items-head-left {
    width: 36px;
    height: 36px;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-filters-items-head .shop-filters-items-head-left svg {
    transform: rotate(180deg);
}
.shop-filters-items-head-left svg {
    transition: 0.4s;
}
.shop-filters-items-head.collapsed .shop-filters-items-head-left svg {
    transform: rotate(0deg);
}
.act-selected-filters-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #8F93A0;
    padding: 0 8px;
}
.collapse:not(.show) {
    display: none;
}
.shop-filters-items-main-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.shop-filters-items-main-content .act-hor-bor {
    margin-top: 10px;
    margin-bottom: 2px;
}
.shop-filters-items-main-item {
    width: 100%;
    border-radius: 12px;
}
.shop-filters-items .act-bg-hover-inner {
    padding: 11px;
}
.shop-filters-items-main-item .act-bg-hover-inner {
    border-radius: 11px;
    padding: 10px 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.shop-filters-items-main-item-tick {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #F5F6F7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.shop-filters-items-main-item-tick svg {
    opacity: 0;
    color: #ffffff;
    transition: 0.4s;
}
.shop-filters-items-main-item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 14px;
}
.shop-filters-items-main-item-text-1 {
    font-weight: 600;
    color: #0B1530;
}
.shop-filters-items-main-item-text-2 {
    font-weight: 400;
    color: #8F93A0;
}
.act-bg-hover.active:before, .act-bg-hover:hover::before {
    opacity: 1;
    visibility: visible;
}
.act-shop-filters {
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    flex-wrap: wrap;
}
.act-shop-filters-label {
    color: #0B1530;
}
.act-shop-filter-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.act-shop-btn-filter {
    color: #8990A0;
    transition: 0.4s;
}
.act-shop-btn-filter:hover, .act-shop-btn-filter.active {
    color: #0B61FF;
}
.act-shop-products-grid {
    display: flex;
    gap: 6px;
    justify-items: start;
    align-items: center;
    flex-wrap: wrap;
}
.act-special-carousel-card {
    position: relative;
    transition: 0.4s;
    width: 325px;
    height: 297px;
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: #0B15301A;
}
.act-shop-card {
    width: 305px;
}
.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%;
}
.navigation.pagination {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}

.navigation.pagination .nav-links {
    height: 56px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #F0F1F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 20px;
    gap: 12px;
    overflow: hidden;
}
.act-vb {
    background: #0B15301A;
    width: 1px;
    height: 24px;
}
.navigation.pagination .act-vb {
    height: 32px;
}
.navigation.pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #F9FAFB;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F93A0;
    transition: 0.4s;
    position: relative;
}
.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
    color: #00D1B2;
    background: #E5FAF7;
}
.navigation.pagination .nav-links .page-numbers::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #00D1B2;
    transition: 0.4s;
    bottom: -8px;
    transform: translateY(4px);
}
.navigation.pagination .nav-links .page-numbers:hover::before, .navigation.pagination .nav-links .page-numbers.current::before {
    transform: translateY(0px);
}
.act-pagination-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}
.act-pagination-arrows a {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 16px;
    background: #E1F6F9;
    transition: 0.4s;
    color: #00D1B2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.act-pagination-arrows a svg {
    width: 24px;
    height: 24px;
}


/* new-service-box start */
.act-new-service-carousel-1st {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}
.act-new-service-carousel-head {
    position: relative;
    width: 100%;
    z-index: 1;
}
.act-new-service-carousel-head-svg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    bottom: 15px;
    z-index: -1;
    transition: 0.4s;
}
.act-new-service-carousel-head-content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.act-new-service-carousel-head-content .act-link-but {
    display: flex;
    height: 56px;
    padding: 8px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #00D1B2;
    color: #00D1B2;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.act-link-but svg {
    display: none;
}
.act-new-service-carousel-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.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;
}
.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 {
    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: 352px;
    background: #f5f9ff;
    border-radius: 22px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s;
}
.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: 14px;
    width: 100%;
}
.act-product-txt {
    font-weight: 400;
    font-size: 14px;
    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%;
}
.act-our-services-carousel-head-title-content h5 {
    color: rgba(11, 21, 48, 0.58);
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
}
.act-our-services-carousel-head-title-content p {
    color: rgba(11, 21, 48, 0.10);
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}
.act-our-services-carousel-head-title-content strong {
    color: #0B61FF;
    font-size: 22px;
    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;
}
.logo_region {
    position: absolute;
    width: 32px;
    top: 4px;
    right: 47px;
}
.act-new-service-card-inner-top-img-box img {
    width: 100%;
    height: 100% !important;
    transition: 0.4s;
    object-fit: contain;
}
.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;
}
.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.taheshe::after {
    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;
}
.act-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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;
}
.act-product-price-box-top {
    display: flex;
    padding-right: 0.899px;
    justify-content: center;
    align-items: center;
    gap: 3.596px;
}
.act-product-price-off-price {
    color: rgba(11, 21, 48, 0.58);
    font-size: 14px;
    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-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, .act-product-price-range-bottom {
    color: #0B1530;
    font-size: 16px;
    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;
}
.act-carousel-but.swiper-button-disabled {
    background: rgba(0, 209, 178, 0.08);
    color: #00D1B2;
}
/* new-service-box end */
.shop-filters-items.active .shop-filters-items-head-right-icon-box div {
    transform: scale(1);
}
.shop-filters-items-main-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.act-hor-bor {
    height: 1px;
    align-self: stretch;
    background: rgba(11, 21, 48, 0.10);
    position: relative;
    margin: 3px 0;
    margin-left: 4px;
}
.shop-filters-items-main-content .act-hor-bor {
    margin-top: 10px;
    margin-bottom: 2px;
}
.act-hor-bor::before {
    background: rgba(11, 21, 48, 0.10);
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.act-price-filter-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.act-price-filter-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.act-price-sep {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #8F93A0;
}
.act-price-filter-inputs-inner {
    display: flex;
    align-items: center;
    border: 1px solid #E7E8EA;
    border-radius: 12px;
    padding: 10px 14px;
    gap: 8px;
    position: relative;
    width: 100%;
}
.act-price-filter-inputs-inner input {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #dbdbdb;
    width: 85%;
}
.act-price-filter-inputs-inner-border {
    width: 1px;
    height: 26px;
    background: #0B15301A;
}
.act-price-filter-inputs-inner-text {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #8B91A0;
    transform: rotate(270deg);
    position: absolute;
    left: 8px;
}
.act-price-filter-btns .act-price-reset {
    width: 100%;
    background: #EEF4FF;
    padding: 5px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0B61FF;
    cursor: pointer;
}
.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;
}
.shop-filters-items-main-item.active .shop-filters-items-main-item-tick {
    background: #00D1B2;
}
.shop-filters-items-main-item.active .shop-filters-items-main-item-tick svg {
    opacity: 1;
}
.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;
}
.logo_detail{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #d92f4e;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .act-new-service-card-inner{
        width: 100%;
    }
    .box_control .flex.flex-col.gap-6{
        margin: 0 20px !important;
        width: 90% !important;
    }
    .box_control{
        flex-direction: column;
    }
    .act-filter-box-1st{
        min-height: max-content !important;
        margin: 50px auto !important;
    }
    .nav__box{
        width: 80%;
        margin-bottom: 10px;
    }
    .act-product-card-footer{
        position: sticky;
        bottom: 8px;
        background-color: #f5f9ff;
        z-index: 2;
    }
}