/* <!-- section section bodycare list desktop --> */

.bodycare-card {
    padding: 65px 98px;
    border-radius: 20px;
    border: none;
}

.bodycare-content {}

.btn-padding-bodycare {
    background-color: #0C4242;
    color: white;
    padding: 16px 40px;
    border-radius: 30px;
    border: none;
    border: solid 1px #0C4242;
}

.btn-padding-bodycare:hover {
    background-color: white;
    border: solid 1px #0C4242;
    color: #0C4242 !important;
}

.custom-col-7 {
    width: 53%;
}

.custom-col-5 {
    width: 44%;
}


/* pagination custom */
.hidden {
    display: none !important;
}

.custom-dots {
    display: flex;
    justify-content: center;
}

.custom-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #AFBEBB;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-dot.active {
    background: #0C4242;
}

.btn-nav {
    width: 50px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 50%;
    background-color: #EFF6F4;
}

.btn-nav img {
    vertical-align: initial;
}

.btn-nav:hover {
    background-color: rgba(12, 66, 66, 0.2);
}

/* <!-- section bodycare list mobile --> */
.bodycare-list-mobile>div:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 794px) {
    .bodycare-list-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}