.mc-cover {
    background-image: url("https://static-content.alfagift.id/static/img_banner_special_offer.png");
    background-size: cover;
    background-position: center;
    border-bottom-right-radius: 6rem;
}
.font-sm {
    font-size: 14px;
}
.mc-title {
    font-weight: 800;
}
.nav-top {
    font-size: 0.8rem;
}
.nav-top a {
    color: #fff;
}
.pr-back {
    width: 7.5px;
    height: 7.5px;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    position: absolute;
    top: 5px;
    left: 2px;
    transform: rotate(-45deg);
}
.pr-back::before {
    content: '';
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 2.5px;
    left: -2.5px;
}
.btn-cat {
    padding: 0.75rem 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(52, 59, 67, 0.075);
    border-top-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    color: #343b43;
    border: 0;
    width: 100%;
    margin-top: -24px;
    font-weight: 800;
    position: relative;
}
.btn-cat::after {
    position: absolute;
    right: 15px;
    top: 19px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: 0;
    border-top: 0;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.btn-cat:active, .btn-cat:focus, .btn-cat:hover {
    background-color: #fff !important;
    color: #343b43 !important;
    box-shadow: 0 0.5rem 1rem rgba(52, 59, 67, 0.075) !important;
}
.dropdown-cat-menu {
    width: 100% !important;
    background-color: #fff;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(52, 59, 67, 0.075);
    border: 0;
}
.dropdown-cat-menu ul li a {
    color: #9ca7b2;
    font-weight: 800;
    text-align: center;
}
.dropdown-cat-menu .nav-tabs {
    display: block;
    margin: 0;
    border: 0;
}
.dropdown-cat-menu .nav-tabs .nav-item .nav-link.active {
    border: 0;
    color: #bb1724;
}
.card-item .card-img {
    box-shadow: 0 0.5rem 1rem rgb(52 59 67 / 13%);
    overflow: hidden;
    border-radius: 3rem 0 3rem 0;
    cursor: pointer;
}
.card-item .card-img img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.card-item .card-item-body {
    font-size: 0.9rem;
    color: #343b43;
    font-weight: 600;
    cursor: pointer;
}
.nav-category {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(52, 59, 67, 0.075);
    padding: 0 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -28px auto 0;
    overflow: hidden;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.nav-category .nav-tabs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
}
.nav-category .nav-tabs li a {
    padding: 1rem 0.75rem;
    font-size: 1rem;
    color: #9ca7b2;
    font-weight: 600;
    border: 0;
}
.nav-category .nav-tabs li a.active {
    border: 0;
    color: #bb1724;
}
.nav-category .nav-tabs li a:hover {
    color: #bb1724;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    border: 0;
}
.modal-detail-item {
    box-shadow: 0 0.5rem 1rem rgba(52, 59, 67, 0.075);
    border-radius: 3rem 0 3rem 0;
    overflow: hidden;
    margin-bottom: 15px;
    border: 0;
    color: #343b43;
}
.modal-detail-item .img-wrapper {
    height: 350px;
    width: 350px;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
}
.modal-detail-item .img-wrapper img {
    width: 100%;
    height: 100%;
}
.modal-detail-item .detail-category {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: rgba(0, 0, 1, 0.2);
    font-weight: 800;
    letter-spacing: 1px;
}
.modal-detail-item .md-title {
    font-weight: 800;
}
.modal-detail-item .md-sub {
    font-size: 18px;
    font-weight: 800;
}
.modal-detail-item .list-md-content {
    font-size: 14px;
    padding-left: 35px;
    line-height: 24px;
}
.modal-detail-item .md-content {
    height: 350px;
    padding-right: 1rem;
    overflow-y: scroll;
}
.modal-detail-item .md-content::-webkit-scrollbar {
    width: 5px;
}
.modal-detail-item .md-content::-webkit-scrollbar-thumb {
    background: #d8d8d8;
}
.modal-custom-merchant .modal-dialog {
    max-width: 950px;
}
@media (max-width: 767px) {
    .mc-cover {
        border-bottom-right-radius: 3rem;
    }
    .card-item .card-img {
        border-radius: 1.5rem 0 1.5rem 0;
    }
    .card-item .card-item-body {
        font-size: 0.8rem;
    }
    .modal-detail-item {
        border-radius: 0.75rem 0 0.75rem 0;
    }
    .modal-detail-item .img-wrapper {
        height: 230px;
        width: 230px;
    }
    .modal-detail-item .md-content {
        height: auto;
    }
    .modal-detail-item .detail-category {
        font-size: 10px;
    }
    .modal-detail-item .md-title {
        font-size: 24px;
    }
}

/* Loader */
/* .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: 40px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #bb1724;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #bb1724 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */