html,
body {
    height: 100%;
}

/* Wizard Checkout */
:root {
    --green: #8ac642;
    --active: #2c3f4c;
}

/* Progress Bar */
#progress .bar {
    height: 15%;
    top: 40%;
    left: 0;
    transition: all 0.4s ease;
}

#progress i {
    transition: all 0.3s ease;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
}

.tab-content {
    width: 50%;
    margin-bottom: 10rem;
}

/* SIDENAV */
.sidenav {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 90%;
    background-color: #fff;
    transform: translatey(100%);
    transition: 0.4s ease;
    padding: 2rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 7rem;
}

.sidenav .profil {
    margin-top: 4rem;
    padding: 1rem 3rem;
}

.sidenav .profil .profil-image {
    background-color: #fff;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 100%;
}

.sidenav .profil-data h2 {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.8rem;
    font-weight: 500;
}

.sidenav .profil-data h3 {
    font-family: "Roboto", sans-serif;
    color: #8f8f8f;
    font-size: 1.2rem;
    font-weight: 500;
}

.sidenav .nav .nav-item img {
    width: 2.5rem;
    height: 2.5rem;
}

.sidenav .nav .nav-item h3 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.5rem;
    font-weight: 500;
}

.sidenav .auth {
    margin-top: 1rem;
    border-top: solid 1px #aaa;
    height: 100%;
}

.sidenav .auth h3 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.5rem;
    font-weight: 500;
}

.sidenav .install-cover {
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 100%;
    height: 13rem;
    overflow: hidden;
}

.sidenav .install-cover svg {
    position: absolute;
    z-index: 0;
    top: -20rem;
    right: -20rem;
    opacity: 30%;
}

.sidenav .install-cover button {
    position: relative;
    z-index: 9;
}

.sidenav .nav a:hover,
.sidenav .auth a:hover {
    text-decoration: none;
}

.sidenav.open {
    transform: translatey(0%);
}

.menu {
    display: grid;
    grid-template-areas: "car car car btn" "car car car btn" "cat cat cat cat";
    padding-top: 5rem;
}

.menu .banner {
    width: 35rem;
    grid-area: car;
}

.menu .main-btn {
    width: 35rem;
    grid-area: btn;
}

.menu .main-btn img {
    text-decoration: none;
    cursor: pointer;
    width: 14rem;
    transition: all 0.3s ease;
}

.menu .main-btn img:hover {
    opacity: 80%;
}

.menu .sub-menu {
    grid-area: cat;
    margin-top: 4rem;
}

.menu .sub-menu .card {
    text-decoration: none;
    cursor: pointer;
    width: 20%;
    border: none;
    text-align: center;
    transition: all 0.3s ease;
}

.menu .sub-menu .card:hover {
    opacity: 80%;
}

.menu .sub-menu .card img {
    width: 3.5rem;
    border-radius: 0.6rem;
}

.menu .sub-menu .card h2 {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1rem;
    font-weight: 500;
}

#profil {
    border-radius: 0.6rem;
    width: 15rem;
    border: none;
}

#profil .name {
    border-bottom: solid 0.1rem #c2c2c2;
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 2rem;
    font-weight: 500;
}

#profil .keluar {
    border-top: solid 0.1rem #c2c2c2;
    font-family: "Roboto", sans-serif;
    color: #8ac642;
    font-size: 1rem;
    font-weight: 500;
}

.content {
    margin-top: 8rem;
}

.content .title h3 {
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.8rem;
    font-weight: 500;
}

.content .title h3::before {
    content: "";
    position: absolute;
    top: none;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 25%;
    background: #8ac642;
    opacity: 80%;
}

.content .title a {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.content .title a i {
    transition: all 0.3s ease;
}

.content .title a:hover {
    color: #202020;
}

.content .title a:hover i {
    margin: 0rem -0.3rem 0rem 0.3rem;
}

.content .card-dl {
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fff;
    border-radius: 0.6rem;
    width: 13rem;
}

.content .card-dl.sold-out img {
    filter: grayscale(100%);
}

.content .card-dl .cover-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.content .card-dl .card-body .card-title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

.content .card-dl .card-body .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 500;
}

.content .card-dl .discount-amount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.2rem 1.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.content .card-dl .discount-amount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 500;
}

.content .card-dl .discount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.7rem 0.7rem 1.5rem 1.5rem;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 0.6rem;
}

.content .card-dl .discount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.1rem;
    font-weight: 500;
}

.articles .article .image {
    position: relative;
}

.articles .article .image .more {
    top: 100%;
    left: 100%;
    transition: all 0.3s ease;
}

.articles .article .image:hover .more {
    top: 60%;
    left: 50%;
}

.articles .article .image .more i {
    margin: 15% 0 0 25%;
    font-size: 3.5rem;
}

.content .main-video iframe {
    width: 33.3%;
}

/* dokterhub/dokterkhitan */
.why-dokterkhitan::after {
    content: " ";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
    border-radius: 5rem;
    background-color: #2db295;
}

.voucher-card {
    height: max-content;
}

@media (max-width: 991.98px) {
    :root {
        font-size: 14px;
    }

    .menu .banner {
        width: 23rem;
    }

    .menu .main-btn {
        width: 23rem;
    }

    .content .article .article-card {
        background-color: #fff;
        border-radius: 0.6rem;
        box-shadow: 0rem 0.2rem 0.7rem #aaa;
        width: 16rem;
    }
}

@media (max-width: 767.98px) {
    .container .data-profile {
        width: 100%;
    }

    :root {
        font-size: 12px;
    }

    .menu {
        grid-template-areas: "btn btn btn btn" "cat cat cat cat" "car car car car";
    }

    .menu .banner {
        width: 40rem;
    }

    .menu .main-btn {
        width: 100%;
    }

    .menu .main-btn img {
        width: 13rem;
        border-radius: 0.6rem;
    }

    .content .article {
        flex-wrap: wrap;
    }

    .content .article:first-child {
        background-color: khaki;
    }

    .content .article .article-card {
        background-color: #fff;
        border-radius: 0.6rem;
        box-shadow: 0rem 0.2rem 0.7rem #aaa;
        width: 20rem;
    }

    .content .article .article-card .card-image img {
        width: 100%;
        border-radius: 0.6rem;
    }

    .content .article .blank {
        height: 31rem;
        display: flex;
    }

    .content .article .blank a {
        font-family: "Roboto", sans-serif;
        color: #8ac642;
        font-size: 1.1rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .content .article .blank a i {
        transition: all 0.3s ease;
    }

    .content .article .blank a:hover {
        color: #202020;
    }

    .content .article .blank a:hover i {
        margin: 0rem -0.3rem 0rem 0.3rem;
    }

    .content .main-video {
        text-align: center;
    }

    .content .main-video iframe {
        width: 80%;
        margin-bottom: 1rem;
    }

    .container .profil-image-container {
        width: 100%;
    }
}

* {
    font-family: "Roboto", sans-serif;
}

*:focus {
    box-shadow: none !important;
}

body {
    overflow-x: hidden;
    padding-bottom: 7rem;
}

/* .call-center {
    bottom: 0;
    right: 0rem;
    width: 5rem;
    height: 5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
    background-color: #25D366;
    border-radius: 2rem;
    opacity: 0%;
    box-shadow: 0 .5rem 1rem #6565654f;
} */

/* .call-center * {
     font-size: 1rem;
}

.call-center.show {
     opacity: 100%;
} */

/* .call-center:hover {
    background-color: white;
}

.call-center:hover i {
     color: #25D366;
}

.call-center i {
    color: white;
    font-size: 3rem;
} */

.follow {
    bottom: 1rem;
    left: 2rem;
    width: 16.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
}

.product-card {
    position: relative;
    position: relative;
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 12rem;
    margin-bottom: 3rem;
}

.product-card.sold-out img {
    filter: grayscale(100%);
}

.product-card .cover-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.product-card .card-body .card-title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

.product-card .card-body .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 500;
}

.product-card .discount-amount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.2rem 1.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.product-card .discount-amount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 500;
}

.product-card .discount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.7rem 0.7rem 1.5rem 1.5rem;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 0.6rem;
}

.product-card .discount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.1rem;
    font-weight: 500;
}

.product-card img {
    border-radius: 0.6rem;
}

.bg-dl {
    background-color: #8ac642;
}

.bg-tertiary {
    background-color: #8f8f8f;
}

.bg-dl-secondary {
    background-color: #ffcc00;
}

.w-10 {
    width: 10%;
    -o-object-fit: contain;
    object-fit: contain;
}

.w-15 {
    width: 10%;
    -o-object-fit: contain;
    object-fit: contain;
}

.badge-dl {
    position: absolute;
    top: -0.5rem;
    bottom: none;
    left: none;
    right: -1.1rem;
    z-index: 0;
    padding: 0.6rem;
    width: 10%;
    height: 10%;
    border-radius: 9999999999px;
    font-size: 13px;
}

.visit {
    margin-top: 6rem;
}

.homevisit .product {
    background-color: whitesmoke;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 100%;
    border-radius: 0.6rem;
}

.homevisit .product .product-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.homevisit .product .product-title .title h1 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 2.3rem;
    font-weight: 500;
}

.homevisit .product .product-title .title h2 {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.8rem;
    font-weight: 500;
}

.homevisit .product .product-title .title h2 span {
    font-family: "Roboto", sans-serif;
    color: #8f8f8f;
    font-size: 1.8rem;
    font-weight: 500;
}

.homevisit .product-text {
    padding: 4rem;
}

.homevisit .product-text h2 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 2rem;
    font-weight: 500;
}

.clinic .card-dl {
    position: relative;
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 19rem;
    margin-bottom: 3rem;
}

.clinic .card-dl.sold-out img {
    filter: grayscale(100%);
}

.clinic .card-dl .cover-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.clinic .card-dl .card-body .card-title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

.clinic .card-dl .card-body .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 500;
}

.clinic .card-dl .discount-amount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.2rem 1.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.clinic .card-dl .discount-amount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 500;
}

.clinic .card-dl .discount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.7rem 0.7rem 1.5rem 1.5rem;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 0.6rem;
}

.clinic .card-dl .discount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.1rem;
    font-weight: 500;
}

.clinic .card-dl .cover-image {
    height: 12rem;
}

.clinic .card-dl .cover-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.clinic .card-dl .card-body {
    height: 12rem;
}

.clinic-detail .clinic-address h2 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 2rem;
    font-weight: 500;
}

.clinic-detail .clinic-address p {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1rem;
    font-weight: 500;
}

.clinic-product .card-dl {
    position: relative;
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 12rem;
    margin-bottom: 3rem;
}

.clinic-product .card-dl .cover-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.clinic-product .card-dl .card-body .card-title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

.clinic-product .card-dl .card-body .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 500;
}

.clinic-product .card-dl .discount-amount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.2rem 1.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.clinic-product .card-dl .discount-amount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 500;
}

.clinic-product .card-dl .discount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.7rem 0.7rem 1.5rem 1.5rem;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 0.6rem;
}

.clinic-product .card-dl .discount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.1rem;
    font-weight: 500;
}

.clinic-product .card-dl img {
    border-radius: 0.6rem;
}

.product .card-dl {
    position: relative;
    background-color: #fff;
    border-radius: 0.6rem;
    /* box-shadow: 0rem 0.2rem 0.7rem #aaa; */
    width: 12rem;
    margin-bottom: 3rem;
}

.product .card-dl .cover-image img {
    width: 100%;
    border-radius: 0.6rem;
}

.product .card-dl .card-body .card-title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

.product .card-dl .card-body .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 0.9rem;
    font-weight: 500;
}

.product .card-dl .discount-amount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.2rem 1.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.product .card-dl .discount-amount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 0.9rem;
    font-weight: 500;
}

.product .card-dl .discount {
    position: absolute;
    top: 0;
    bottom: none;
    left: none;
    right: 0;
    z-index: 0;
    background-color: #ffcc00;
    padding: 0.7rem 0.7rem 1.5rem 1.5rem;
    border-bottom-left-radius: 100%;
    border-top-right-radius: 0.6rem;
}

.product .card-dl .discount span {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.1rem;
    font-weight: 500;
}

.product .card-dl img {
    border-radius: 0.6rem;
}

.cover {
    background-color: #fff;
    padding-top: 5rem;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
}

.method .card-dl {
    cursor: pointer;
    background-color: #fff;
    border-radius: 0.6rem;
    width: 22%;
    transition: all 0.3s ease;
}

.method .card-dl .method-image img {
    width: 70%;
    border-radius: 0.6rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.method .card-dl .method-title {
    font-family: "Roboto", sans-serif;
    color: #8f8f8f;
    font-size: 1.2rem;
    font-weight: 500;
}

.method .card-dl:hover {
    transform: scale(1.07, 1.07);
    box-shadow: #dbdbdbbc 0px 1px 2px 0px, #31313106 0px 1px 3px 1px,
        #31313110 0px -1px 3px inset, #31313110 -1px 0px 3px inset;
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.2rem;
    font-weight: 500;
}

.khitan-product .product-title h3 {
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 2rem;
    font-weight: 500;
    z-index: 0;
}

.khitan-product .product-title h3::before {
    content: "";
    position: absolute;
    top: none;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 25%;
    background: #8ac642;
    opacity: 80%;
}

.khitan-product .testimoni-picture .card-dl {
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 14rem;
    margin: 0rem 2rem 3rem;
}

.khitan-product .testimoni-picture .card-dl img {
    width: 100%;
    border-radius: 0.6rem;
    height: 18rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.khitan-product .testimoni-picture .card-dl .card-text {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.1rem;
    font-weight: 500;
    height: 5rem;
}

.aesthetic .card-dl {
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 35%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aesthetic .card-dl .image {
    width: 35%;
}

.aesthetic .card-dl .image img {
    width: 100%;
    border-radius: 0.6rem;
}

.aesthetic .card-dl .title {
    width: 65%;
    transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1.5rem;
    font-weight: 500;
}

.aesthetic .card-dl:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 0rem 0.3rem 1.5rem #aaa;
}

.aesthetic .card-dl:hover .title {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .method .card-dl {
        background-color: #fff;
        border-radius: 0.6rem;
        box-shadow: 0rem 0.2rem 0.7rem #aaa;
        width: 40%;
        margin-bottom: 3rem;
    }

    .method .card-dl .method-title {
        margin-left: -3rem;
    }
}

@media (max-width: 767.98px) {
    .container .data-profile {
        width: 100%;
    }

    .method .card-dl {
        background-color: #fff;
        border-radius: 0.6rem;
        box-shadow: 0rem 0.2rem 0.7rem #aaa;
        width: 40%;
        position: relative;
        overflow: hidden;
    }

    .method .card-dl .method-image img {
        width: 100%;
        border-radius: 0.6rem;
    }

    .method .card-dl .method-title {
        background-color: #fff;
        position: absolute;
        bottom: 0rem;
        font-family: "Roboto", sans-serif;
        color: #202020;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0.6rem;
        margin-left: 0rem;
    }

    .method .card-dl .method-title p {
        margin-top: 0.5rem;
    }
}

.checkout-area {
    position: relative;
}

.checkout-area .order-data {
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 50%;
    padding: 2rem;
}

.checkout-area .order-data h2 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.8rem;
    font-weight: 500;
}

.checkout-area .order-data table {
    width: 100%;
}

.checkout-area .order-data table td,
.checkout-area .order-data table th {
    background-color: transparent;
    font-size: 1.1rem;
    padding: 1rem 1rem 0.5rem;
    border-bottom: solid 1px #d0d0d0;
    text-align: center;
}

.checkout-area .form-data {
    background-color: #fff;
    border-radius: 0.6rem;
    box-shadow: 0rem 0.2rem 0.7rem #aaa;
    width: 80%;
    padding: 2rem;
}

.checkout-area .form-data h2 {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1.8rem;
    font-weight: 500;
}

.checkout-area .form-data label {
    font-family: "Roboto", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .checkout-area .order-data {
        width: 80%;
    }

    .checkout-area .form-data {
        width: 100%;
    }
}

/* EDIT PROFILE */
.edit-container {
    /* background-image: linear-gradient(to bottom, #8ac642, white, white);   */
}

.edit-container .edit-img {
    width: 20rem;
    height: 20rem;
    background-color: #aaa;
}

.edit-container .edit-img img {
    border-radius: 100rem;
    object-fit: cover;
}

.edit-container .edit-img.open {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5rem 10rem;
}

.edit-container .edit-img.open img {
    border-radius: 0px;
    object-fit: contain;
}

.edit-container .edit-data {
    width: 35rem;
    margin-left: 5rem;
}

/* profile in edit profile */

.profil-image-container {
    width: 75%;
}

.container .profile-image {
    width: 20rem;
    height: 20rem;
    cursor: pointer;
}

.container .profile-image img {
    border-radius: 20rem;
    transition: all 0.3s ease;
}

.container .profile-image .change-icon {
    border: solid 0.3rem white;
    transition: all 0.3s ease;
}

.container .profile-image .change-icon:hover {
    background-color: #70a431;
}

.svg-1 {
    top: -23%;
    right: -8%;
    width: 20%;
    animation-name: down;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
}

.svg-2 {
    top: 5%;
    right: 5%;
    width: 6%;
    animation-name: down;
    animation-duration: 1.5s;
}

.svg-3 {
    bottom: -5%;
    left: 0;
    width: 15%;
    animation-name: up;
    animation-duration: 1.3s;
}

.svg-4 {
    bottom: 23%;
    left: 0;
    width: 4%;
    animation-name: up;
    animation-duration: 1.5s;
    animation-delay: -0.5s;
}

.svg-5 {
    bottom: 0rem;
    left: 13%;
    width: 5%;
    animation-name: up;
    animation-duration: 1.5s;
}

.svg {
    opacity: 30%;
    z-index: -9;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

/* up-down animation */
@keyframes up {
    from {
        margin-bottom: 2rem;
    }

    to {
        margin-bottom: 0rem;
    }
}

@keyframes down {
    from {
        margin-top: 0rem;
    }

    to {
        margin-top: 2rem;
    }
}

/* UTILITY */
.m-content {
    margin-top: 4.5rem;
}

.text-link {
    color: #202020;
    transition: all 0.3s ease;
}

.line-through {
    text-decoration: line-through;
}

.text-link:hover {
    color: #727272;
}

.text-link-secondary {
    color: #727272;
    transition: all 0.3s ease;
}

.text-link-secondary:hover {
    color: #202020;
}

.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: none;
}

.bottom-decor {
    position: relative;
    z-index: 0;
}

.bottom-decor::before {
    content: "";
    position: absolute;
    top: none;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 25%;
    background: #8ac642;
    opacity: 80%;
}

.circle-decor {
    position: relative;
    z-index: 0;
}

.circle-decor::before {
    content: "";
    position: absolute;
    top: -25%;
    bottom: none;
    left: 85%;
    right: none;
    z-index: -1;
    width: 20%;
    height: 100%;
    background: #8ac642;
    opacity: 100%;
    border-radius: 100%;
}

.circle-decor-secondary {
    position: relative;
    z-index: 0;
}

.circle-decor-secondary::before {
    content: "";
    position: absolute;
    top: -25%;
    bottom: none;
    left: 85%;
    right: none;
    z-index: -1;
    width: 20%;
    height: 100%;
    background: #ffcc00;
    opacity: 100%;
    border-radius: 100%;
}

.object-cover {
    object-fit: cover;
}

.object-contain {
    object-fit: contain;
}

.vh-100 {
    height: 100vh;
}

.shadow-dl {
    box-shadow: #dbdbdbbc 0px 1px 2px 0px, #31313106 0px 1px 3px 1px,
        #31313110 0px -1px 3px inset, #31313110 -1px 0px 3px inset;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

.pill input[type="radio"] {
    display: none;
}

.pill label {
    border-radius: 100rem;
    padding: 0.3rem 1rem;
    background-color: #8ac642;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pill.disabled label {
    border-radius: 100rem;
    padding: 0.3rem 1rem;
    background-color: #aaa;
    color: white !important;
    cursor: not-allowed;
}

.pill.disabled:hover label {
    background-color: #aaa;
}

.pill :hover + label {
    background-color: #8ac642d0;
}

.pill :checked + label {
    background-color: #70a431;
}

.bs-tooltip-top .arrow::before {
    border-color: #fc0 transparent transparent transparent;
}

.bs-tooltip-right .arrow::before {
    border-color: transparent #fc0 transparent transparent;
}

.bs-tooltip-bottom .arrow::before {
    border-color: transparent transparent #fc0 transparent;
}

.bs-tooltip-left .arrow::before {
    border-color: transparent transparent transparent #fc0;
}

.tooltip .tooltip-inner {
    background-color: #fc0;
    color: #2b2b2b;
    font-weight: bold;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0.6rem;
}

.mb-super {
    margin-bottom: 10rem !important;
}

.pb-super {
    padding-bottom: 10rem !important;
}

@keyframes alert {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.3rem;
    }

    50% {
        margin-left: 0rem;
    }

    75% {
        margin-left: 0.4rem;
    }

    100% {
        margin-left: 0rem;
    }
}

@keyframes alert2 {
    0% {
        margin-right: 0rem;
    }

    25% {
        margin-right: 0.3rem;
    }

    50% {
        margin-right: 0rem;
    }

    75% {
        margin-right: 0.4rem;
    }

    100% {
        margin-right: 0rem;
    }
}

.animate-alert:hover {
    animation: alert 0.4s ease-in alternate;
}

.animate-alert2:hover {
    animation: alert2 0.4s ease-in alternate;
}

iframe {
    border: none !important;
}

.w-33 {
    width: 33.3%;
}

/* SWIPER JS */
.swiper {
    width: 100%;
}

.slider .swiper-pagination-bullet-active,
.sliders .swiper-pagination-bullet-active,
.product-slider .swiper-pagination-bullet-active {
    background-color: #2b2b2b;
}

.product-slider .swiper-slide {
    width: max-content;
}

/* button size */
/* div.swiper-button-next::after {
  font-size: 100%;
  color: rebeccapurple;
} */

/* product badges */
.merchant-badges {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    border-top-right-radius: 0.6rem;
    background-color: white;
    padding: 0.3rem 0.6rem;
}

.product-wm {
    position: absolute;
    top: 42%;
    left: 10%;
}

.product-wm {
    width: 110% !important;
}

.hs-badges {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
}

.sold-out .stock-badge {
    display: block;
}

.stock-badge {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d2ff79;
    z-index: 1;
    text-align: center;
    color: #2b2b2b;
}

.stock-badge i {
    font-size: 1rem;
}

/* notif badge */
.notif-badge {
    z-index: 99999;
    background-color: white;
    border-radius: 0.6rem;
    text-align: center;
}

i {
    font-size: 1.8rem;
}

/* NAVBAR */
.navbar {
    padding: 1.5rem 0;
    transition: all 0.3s ease;
}

.navbar .install-app {
    font-size: 14px;
}

.navbar * {
    transition: all 0.3s ease;
}

.navbar.shrink {
    padding: 1rem 0;
    box-shadow: #dbdbdbbc 0px 1px 2px 0px, #31313106 0px 1px 3px 1px,
        #31313110 0px -1px 3px inset, #31313110 -1px 0px 3px inset;
}

.navbar.shrink .logotype {
    width: 70% !important;
}

.navbar.shrink .nav-icon {
    font-size: 1.5rem;
}

.navbar.shrink .install-app {
    font-size: 12px;
}

/* Product Card */
.products {
    width: 18%;
}

/* testimoni */
.testimoni {
    width: 32%;
}

/* Employee Profile */
.employee-profile img {
    width: 40%;
}

.employee-profile data {
    width: 60%;
}

.employee-profile .data span {
    /* padding-bottom: .7rem; */
    margin-left: 1rem;
}

.employee-profile .data .link {
    cursor: pointer;
    color: #656565;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
}

.employee-profile .data .btn {
    font-size: 1.5rem;
    width: 80%;
    margin-left: 10%;
    border-radius: 99rem;
}

.employee-profile .data .btn i {
    font-size: 1.5rem;
}

.employee-profile .data .link i {
    background-color: #9c3;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-weight: bold;
    color: white;
    transition: all 0.4s;
    /* filter: grayscale(100%); */
}

.employee-profile .data span::before {
    border-radius: 99rem;
    margin: auto;
    height: 10%;
    width: 0px;
    transition: all 0.4s;
}

.employee-profile .data .link:hover span::before {
    /* border-radius: 99rem; */
    width: 80%;
    transition: all 0.4s;
}

@media (max-width: 991.98px) {
    .products {
        width: 23%;
    }

    .employee-profile .data .link i {
        background-color: #9c3;
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }

    .employee-profile .data .link {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) {
    .products {
        width: 28%;
    }

    /* employee profile */
    .employee-profile {
        margin-top: 0rem;
        padding-bottom: 11rem;
    }

    .employee-profile img {
        width: 100%;
        height: 30rem;
        object-fit: contain;
    }

    .employee-profile data {
        width: 100%;
    }
}

/* begin:: Other Menu Modal */
#other-menu-modal .modal-body .sub-menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    row-gap: 2%;
}

#other-menu-modal .modal-body .sub-menu .menu {
    display: block;
    width: 11.5%;
    height: fit-content;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

#other-menu-modal .modal-body .sub-menu .menu h2 {
    font-family: "Roboto", sans-serif;
    color: #727272;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 576px) {
    #other-menu-modal .modal-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    #other-menu-modal .modal-body .sub-menu {
        row-gap: 25%;
    }
}
@media (max-width: 992px) {
    #other-menu-modal .modal-body .sub-menu {
        justify-content: start;
    }

    #other-menu-modal .modal-body .sub-menu .menu {
        width: 24%;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 1400px) {
}
/* end:: Other Menu Modal */
