.form-check-color {
    width: 31px;
    height: 31px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.form-check-color:focus {
    outline: 0;
}

.form-check-color.selected:after {
    content: "●";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cloth {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-canvas {
    border: 2px dashed rgba(50,100,250,0.8) !important;
}

.canvas-cloth {
    border: 2px dashed rgba(150, 150, 150, 0);
}

.separator-section {
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    margin-top: 24px;
    margin-bottom: 24px;
}

.nav-pills .nav-item .btn-link {
    color: var(--color-grey);
    font-weight: 600;
}
.nav-pills .nav-item .btn-link.active {
    color: #335EFC !important;
}

#paket-harga .harga-item .card {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    transition: all 200ms ease;
}

#paket-harga .harga-item .card:hover {
    border-color: #335EFC;
}

#paket-harga .harga-item .card .card-heading {
    background-color: #335EFC;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    border-radius: 4px;
}

.btn-custom-outline {
    border: 2px solid #335EFC;
    color: #335EFC;
    transition: all 200ms ease;
    padding: 12px 24px;
}

.btn-custom-outline:hover {
    background-color: #335EFC;
    color: #fff;
}

.produk-terkait-item .card {
    box-shadow: none;
}

.produk-terkait-item p {
    transition: all 200ms ease;
    color: var(--grey)
}

.produk-terkait-item:hover p {
    color: var(--primary)
}

.img-produk-terkait {
    width: 100%;
    height: 240px;
    object-fit: fill;
}

/* Keunggulan kami */
#keunggulanKami {
    margin-top: 80px;
}

.keka-item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 32px;
    transition: var(--transition);
    height: 100%;
}

.keka-item:hover {
    box-shadow: var(--shadow);
}

.keka-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    object-position: center;
    margin-right: 28px;
}
/* Keunggulan kami */

/* Promosi */
#promosi {
    margin-top: 80px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.promosi-headline {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
/* Promosi */


@media (max-width: 767.98px) {

    .cloth {
        height: 360px;
    }

    .img-produk-terkait {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .proka-gutter {
        margin-left: -12px;
        margin-right: -12px;
    }

    .proka-gutter > [class^="col-"],
    .proka-gutter > [class^=" col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .canvas-cloth-front {
        margin-top: 24px;
    }

    /* Keunggulan kami */
    #keunggulanKami {
        margin-top: 56px;
    }

    .keka-item {
        padding: 16px;
    }

    .keka-img {
        width: 52px;
        height: 52px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* Keunggulan kami */

    /* Promosi */
    #promosi {
        margin-top: 48px;
    }

    .promosi-headline {
        font-size: 26px !important;
    }
    /* Promosi */

}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Keunggulan kami */
    .keka-item {
        padding: 16px;
    }

    .keka-img {
        width: 52px;
        height: 52px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* Keunggulan kami */
}
