/*.dcsoft_products {
	max-width: 1200px;
}*/
.dcsoft-recently {
    max-width: 88.33rem;
    margin: auto;
    display: flex;
    gap: 1.67rem;
    flex-direction: column;
}
.dcsoft_recently_viewed_products {
    background: #F7F8FA;
    padding: 2.78rem 0;
}
.dcsoft_recently_viewed_products {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s ease, transform .35s ease;
}

.dcsoft_recently_viewed_products.is-hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.dcsoft_recently_viewed_products .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dcsoft_recently_viewed_products h2.title {
    margin: 0;
    display: inline-block;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.22rem;
    line-height: 2.78rem;
    letter-spacing: 0;
    text-transform: uppercase;
    width: max-content;
    color: #253D4E;
}
.dcsoft_recently_viewed_products a.btn-rm-history {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: .97rem;
    line-height: 1.39rem;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #DF1F26;
}
.dcsoft_recently_viewed_products .home-collections-viewed .max-content {
    display: flex;
    gap: 1.67rem;
    max-width: 100%;
    overflow: hidden;
}
.home-collections-viewed .home-collections-item {
    width: 28.47rem;
    min-height: 9.24rem;
    gap: .69rem;
    opacity: 1;
    border-radius: 1.11rem;
    padding: 1.11rem;
    display: flex;
    border: .07rem solid #D8ECD0;
    background-color: #fff;
    position: relative;
    align-items: center;
}
.home-collections-viewed .home-collections-item .picture {
    width: 6.94rem;
    height: 6.94rem;
    display: block;
}
.home-collections-viewed .home-collections-item .picture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: auto;
}
.home-collections-viewed .home-collections-item .flex-display-text {
    display: flex;
    flex-direction: column;
    gap: .28rem;
}
.home-collections-viewed .home-collections-item a.category {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: .83rem;
    line-height: 1.39rem;
    letter-spacing: 0;
    color: #ADADAD;
}
.home-collections-viewed .home-collections-item a.detail-url {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 1.11rem;
    line-height: 1.39rem;
    letter-spacing: 0;
    color: #253D4E;
}
.home-collections-viewed .home-collections-item .tag-price {
    display: flex;
    align-items: center;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.94rem;
    letter-spacing: 0;
    color: #DF1F26;
}

.home-collections-viewed .home-collections-item .tag-price .woocommerce-Price-amount.amount {
    color: #DF1F26;
}

.home-collections-viewed .home-collections-item .tag-price del .woocommerce-Price-amount.amount {
    color: #000;
}

.home-collections-viewed .home-collections-item {
    transition: all .25s ease;
    display: none;
}

.home-collections-viewed .home-collections-item:nth-child(-n+3) {
    display: flex;
}

.home-collections-viewed .home-collections-item button.remove {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.11rem;
    right: 1.11rem;
    border: 0.03rem solid #ADADAD40;
    width: 1.67rem;
    height: 1.67rem;
    opacity: 1;
    border-radius: 100%;
    line-height: 1.67rem;
    min-height: auto;
    text-align: center;
    color: #253D4E;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-collections-viewed .home-collections-item button.remove svg {
    width: 1.11rem;
    height: 1.11rem;
}
.home-collections-viewed .home-collections-item button.remove svg path {
    fill: #253D4E;
}
@media only screen and (max-width: 767.9px) {
    .dcsoft-recently {
        max-width: 100%;
        gap: 3.07rem;
    }
    .dcsoft_recently_viewed_products {
        padding: 4.1rem;
    }
    .dcsoft_recently_viewed_products h2.title {
        font-size: 4.1rem;
        line-height: 6.15rem;
    }
    .dcsoft_recently_viewed_products a.btn-rm-history {
        font-size: 3.07rem;
        line-height: 5.12rem;
    }
    .home-collections-viewed {
        max-width: 100%;
        overflow-x: scroll;
    }
    .dcsoft_recently_viewed_products .home-collections-viewed .max-content {
        width: max-content;
        gap: 2.05rem;
        max-width: max-content;
    }
    .home-collections-viewed .home-collections-item {
        min-height: 19.47rem;
        width: 58.4rem;
        padding: 2.05rem;
        gap: 2.05rem;
        border-radius: 4.1rem;
        border: .26rem solid #D8ECD0;
    }
    .home-collections-viewed .home-collections-item button.remove {
        top: 2.05rem;
        right: 2.05rem;
        border: 0;
        padding: 0;
        width: 4.1rem;
        height: 4.1rem;
        line-height: 4.1rem;
    }
    .home-collections-viewed .home-collections-item button.remove svg {
        width: 4.1rem;
        height: 4.1rem;
    }
    .home-collections-viewed .home-collections-item .picture {
        width: 12.81rem;
        height: 12.81rem;
    }
    .home-collections-viewed .home-collections-item .flex-display-text {
        gap: 1.02rem;
    }
    .home-collections-viewed .home-collections-item a.category {
        font-size: 3.07rem;
        line-height: 3.59rem;
    }
    .home-collections-viewed .home-collections-item a.detail-url {
        font-size: 3.59rem;
        line-height: 4.61rem;
    }
    .home-collections-viewed .home-collections-item .tag-price {
        font-size: 3.59rem;
        line-height: 5.12rem;
    }
}
.home-collections-viewed .home-collections-item .tag-price {
    flex-direction: row-reverse;
    margin-left: 0;
    justify-content: flex-end;
    gap: 10px;
}