.aldstore-dropshipping-marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.aldstore-dropshipping-marquee .marquee-animated {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-play-state: running;
    width: max-content;
    will-change: transform, width;
    animation-name: scrolling-left;
}

.aldstore-dropshipping-marquee .marquee-animated span {
    padding: 0 35px;
}

@keyframes scrolling-left {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/**/
.aldstore-dropshipping-testimonials {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.aldstore-dropshipping-testimonials .testimonials-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-avatar {
    min-width: 116px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-avatar::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-info .testimonials-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 10px;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-info .testimonials-rating {
    position: relative;
    width: 90px;
    white-space: nowrap;
    font-size: 0;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-info .testimonials-rating .testimonials-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.aldstore-dropshipping-testimonials .testimonials-inner .testimonials-info .testimonials-title {
    line-height: 20px;
    margin-top: 10px;
}

.aldstore-dropshipping-testimonials .desc {
    color: #000;
    line-height: 20px;
}

.aldstore-dropshipping-testimonials .desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .aldstore-dropshipping-testimonials .testimonials-inner {
        flex-wrap: wrap;
    }

    .aldstore-dropshipping-testimonials .testimonials-inner .testimonials-info .testimonials-name {
        font-size: 16px;
    }
}

/**/
.aldstore-dropshipping-iconbox {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.aldstore-dropshipping-iconbox .iconbox-animated {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aldstore-dropshipping-iconbox .iconbox-animated .iconbox {
    line-height: 20px;
    color: #000;
    display: flex;
}

.aldstore-dropshipping-iconbox .iconbox-animated .iconbox strong {
    font-weight: 500;
    padding: 0 5px;
}

.aldstore-dropshipping-iconbox .iconbox-animated + .iconbox-animated {
    display: none;
}

@media (max-width: 1366px) {
    .aldstore-dropshipping-iconbox .iconbox-animated {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 30s;
        animation-play-state: running;
        width: max-content;
        will-change: transform, width;
        animation-name: scrolling-left;
    }

    .aldstore-dropshipping-iconbox .iconbox-animated .iconbox {
        padding: 0 27px;
    }

    .aldstore-dropshipping-iconbox .iconbox-animated + .iconbox-animated {
        display: flex;
    }
}

/**/
.wp-block-aldstore-dropshipping-categoryslide .aldstore-dropshipping-categoryslide {
    display: flex;
    white-space: nowrap;
    gap: 20px;
    overflow-x: auto;
}

.wp-block-aldstore-dropshipping-categoryslide .aldstore-dropshipping-categoryslide .categoryslide-inner {
    min-width: 156px;
}

.aldstore-dropshipping-categoryslide {
    padding: 20px !important;
    background-color: #fff;
    border-radius: 10px;
}

.aldstore-dropshipping-categoryslide .swiper-slide {
    width: 156px;
}

.categoryslide-inner {
    position: relative;
}

.categoryslide-inner .category-thumb-wrap {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.categoryslide-inner .category-thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.25s ease 0s;
}

.categoryslide-inner .category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 10px;
    background: #FFFFFF66;
    backdrop-filter: blur(10px);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    white-space: pre-wrap;
    color: #000;
}

.categoryslide-inner .category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
}

.categoryslide-inner:hover img {
    transform: scale(1.02);
}

/**/
.aldstore-dropshipping-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}

.aldstore-dropshipping-phone svg {
    vertical-align: top;
}

.aldstore-dropshipping-phone .phone-info {
    line-height: 20px;
}

.aldstore-dropshipping-phone .phone-title {
    display: block;
    font-size: 12px;
}

.aldstore-dropshipping-phone .phone-text {
    font-size: 16px;
    vertical-align: top;
    text-decoration: none;
}

.aldstore-dropshipping-phone .phone-text:hover {
    color: #F5C000;
}