@charset "UTF-8";
:root {
    --primary-color: #7cc6f2;
    --text-white: white;
}

.UIproduk_filter {
    /* FORM FILTER */
}

.UIproduk_filter .all-product a {
    text-decoration: none;
}

.UIproduk_filter .all-product .card.card-portrait {
    margin-bottom: 20px;
    -webkit-box-shadow: #31353b1f 0px 1px 6px 0px;
    box-shadow: #31353b1f 0px 1px 6px 0px;
    border-radius: 9px;
    overflow: hidden;
}

.UIproduk_filter .all-product .card.card-portrait img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.UIproduk_filter .all-product .card.card-portrait .card-body {
    padding: 8px;
}

.UIproduk_filter .all-product .card.card-portrait .card-body h5 {
    margin-bottom: 4px;
    font-size: 0.86rem;
    color: rgba(49, 53, 59, 0.96);
    max-width: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.UIproduk_filter .all-product .card.card-portrait .card-body .card-price {
    margin-bottom: 4px;
    color: rgba(49, 53, 59, 0.96);
    opacity: 1;
    font-size: 1rem;
    font-weight: bold;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.43;
}

.UIproduk_filter .all-product .card.card-portrait .card-body .card-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-discount
    .card-discount-title {
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background-color: #ffeaef;
    font-size: 0.714286rem;
    font-weight: bold;
    color: #ff5c84;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-discount
    .parent-badge {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-discount
    .parent-badge
    .card-badge-title {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 3px;
    margin-right: 3px;
    border-radius: 3px;
    background-color: var(--primary-color);
    font-size: 0.614286rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 3px;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-discount
    .card-discount-potongan-harga {
    font-size: 0.714286rem;
    color: rgba(49, 53, 59, 0.44);
    text-decoration: line-through;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 0px 0px 4px;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-lokasi-toko
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(49, 53, 59, 0.54);
    font-size: 0.85rem;
    line-height: 11px;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-lokasi-toko
    a
    .card-lokasi-toko-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-lokasi-toko
    a
    i {
    margin-right: 4px;
}

.UIproduk_filter .all-product .card.card-portrait .card-body .card-progress {
    margin-top: 10px;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .card-progress
    .progress {
    width: 100%;
    height: 6px;
}

.UIproduk_filter .all-product .card.card-portrait .card-body .rating-toko {
    color: rgba(49, 53, 59, 0.68);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.UIproduk_filter .all-product .card.card-portrait .card-body .rating-toko i {
    margin-right: 4px;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .rating-toko
    .rating-toko-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85rem;
    color: rgba(49, 53, 59, 0.68);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    height: 12px;
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .rating-toko
    .rating-toko-pemisah {
    margin: 1px 4px 0px;
    height: 10px;
    width: 1px;
    background: rgba(49, 53, 59, 0.32);
}

.UIproduk_filter
    .all-product
    .card.card-portrait
    .card-body
    .rating-toko
    .rating-toko-terjual {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 0.85rem;
}

.UIproduk_filter .custom-width-col-2 {
    width: 22%;
}

.UIproduk_filter .custom-width-col-10 {
    width: 78%;
}

.UIproduk_filter .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: 1;
}

.UIproduk_filter .flex-agen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.UIproduk_filter .flex-row {
    width: 90%;
}

.UIproduk_filter .section-agen .row .col-lg-3 {
    margin-top: 10px;
    width: 20%;
}

.UIproduk_filter .section-agen .filter-produk {
    width: 25%;
    margin-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    margin-right: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 10px;
    display: none;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.UIproduk_filter .section-agen .filter-produk .top {
    background-color: var(--primary-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 12px 17px;
}

.UIproduk_filter .section-agen .filter-produk .top p {
    font-size: 18px;
    margin-bottom: 0;
    color: white;
}

.UIproduk_filter .section-agen .filter-produk .sub-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 0px 17px;
}

.UIproduk_filter .section-agen .filter-produk .sub-title-small {
    font-size: 80%;
    font-weight: 400;
    padding: 0px 17px;
    display: block;
}

.UIproduk_filter .section-agen .filter-produk .form-check {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 17px 0px 0px;
}

.UIproduk_filter .section-agen .filter-produk .form-check .form-check-label {
    cursor: pointer;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 5px 17px;
}

.UIproduk_filter .section-agen .filter-produk .form-check .form-check-input {
    cursor: pointer;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.UIproduk_filter .section-agen .filter-produk .select-input {
    padding: 0px 17px;
}

.UIproduk_filter .section-agen .filter-produk .select-input input {
    margin: 5px 0px;
    color: black;
}

.UIproduk_filter .section-agen .filter-produk .form-select {
    background-image: url("./down-chevron.png");
    cursor: pointer;
    padding: 0.375rem 17px;
    margin: 10px 0px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.UIproduk_filter .section-agen .filter-produk .filter-harga {
    padding: 20px 17px;
}

.UIproduk_filter .section-agen .filter-produk .filter-harga .form-control {
    margin: 10px 0px;
    color: black;
}

.UIproduk_filter .btn_close_produk {
    display: none;
}

.UIproduk_filter .btn-show-filter {
    display: none;
}

.UIproduk_filter .btn-show-filter-fixed {
    position: fixed;
    z-index: 2;
}

.UIproduk_filter .ui_show_filter_fixed.close_show_produk {
    left: -100% !important;
    width: 0% !important;
}

.UIproduk_filter .ui_show_filter_fixed {
    position: fixed !important;
    z-index: 2 !important;
    opacity: 1 !important;
    width: 80%;
    left: 50% !important;
    background-color: var(--primary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.UIproduk_filter .ui_show_filter_fixed .btn-close {
    -webkit-filter: invert(1);
    filter: invert(1);
}

@media (max-width: 768px) {
    .UIproduk_filter .filter-produk {
        width: 50% !important;
    }
}

@media (max-width: 552px) {
    .UIproduk_filter .section-agen .row .col-lg-3 {
        width: 50%;
    }
    .UIproduk_filter .filter-produk {
        z-index: 2;
        width: 100% !important;
        position: relative !important;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        height: auto !important;
    }
    .UIproduk_filter .flex-agen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .UIproduk_filter .flex-row {
        width: auto;
    }
}

.flex-row .col-lg-3 {
    width: 25% !important;
}

.bny-agen-checkout {
    background: #fcfdfe !important;
}

.bny-agen-checkout .address-box {
    display: block;
    margin: 1rem 0;
    font-size: 80%;
    padding: 1rem;
    background-color: #f7f7f9;
    color: rgba(0, 0, 0, 0.45);
}

.bny-agen-checkout .address-box #cust-name {
    font-size: 16px;
}

.bny-agen-checkout .address-box #cust-address {
    font-size: 14px;
}

.bny-agen-checkout .product-chooser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1.5rem !important;
}

.bny-agen-checkout
    .product-chooser
    .product-chooser-item.selected:not(.disabled) {
    -webkit-box-shadow: 0 0 0 2px #007bff;
    box-shadow: 0 0 0 2px #007bff;
    background-color: #ebf4ff;
}

.bny-agen-checkout .product-chooser .product-chooser-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #eee;
    box-shadow: 0 0 0 2px #eee;
    background-color: #fff;
    margin-right: 0 !important;
    margin-bottom: 0.5rem !important;
}

.bny-agen-checkout .product-chooser .product-chooser-item input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.bny-agen-checkout .product-chooser .product-chooser-item img {
    min-width: 40px;
    max-width: 60px;
    height: auto;
}

.bny-agen-checkout .product-chooser-item .text-dark {
    margin: 0.5rem 0 0 0.5rem !important;
    font-size: 0.975rem;
}

.bny-agen-checkout .bank-logo {
    width: 100px;
}

.bny-agen-checkout .invalid-feedback {
    display: none;
}

.bny-agen-checkout .product-chooser .product-chooser-item.disabled {
    color: #d3d3d3;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    cursor: default;
}

.bny-agen-checkout .product-chooser .product-chooser-item.disabled h5 {
    color: #d3d3d3;
}

@media (max-width: 552px) {
    .bny-w-md-100 {
        width: 100% !important;
    }
    .bny-w-md-50 {
        width: 50% !important;
    }
    .bny-btn-tambah-customer,
    .bny-btn-alamat-saya {
        margin-top: 10px;
        width: 100%;
    }
}

:root {
    --primary-color: #7cc6f2;
    --text-white: white;
}

.cart .product {
    height: auto;
    margin-bottom: 70px;
    color: white;
}

.cart .product .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding: 5px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.cart .product .item .parent-badge .card-badge-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.cart .product .item .item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart .product .item .item-main .produk-content {
    margin-left: 10px;
}

.cart .product .item .item-main img {
    border-radius: 5px;
    float: none;
    height: 95px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 95px;
}

.cart .product .item .item-main a {
    text-decoration: none;
    color: black;
}

.cart .product .item .item-main a h2 {
    font-size: 16px;
    font-weight: 600;
}

.cart .product .item .item-main h3 {
    color: orange;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
}

.cart .product .item .item-main .clearfix {
    clear: both;
}

.cart .product .item .item-main .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.cart .product .item svg {
    bottom: 11px;
    position: absolute;
    right: 10px;
}

.cart .product .btn-outline-dark {
    color: #243042;
}

.cart .product .btn-outline-dark:hover {
    color: white;
}

.cart .total {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto 50px auto;
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    width: 370px;
}

.cart .total .title {
    font-size: 18px;
    font-weight: 600;
}

.cart .total .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart .total .list p {
    font-size: 15px;
    margin-bottom: 5px;
}

.cart .total .btn {
    width: 100%;
}

@media screen and (max-width: 552px) {
    .cart .product {
        margin-bottom: 30px !important;
    }
    .cart .product .item .item-main a h2 {
        font-size: 14px;
        font-weight: 500;
    }
    .cart .product .item .item-main h3 {
        font-size: 12px;
        font-weight: 400;
    }
    .qty {
        font-size: 12px;
    }
    .bgr-btn-mobile {
        padding: 0px 7px !important;
    }
}

.produk-detail .produk-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
}

.produk-detail .produk-image .image-large {
    width: 100%;
}

.produk-detail .produk-image .image-large img {
    height: 400px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
}

.produk-detail .produk-image img {
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.produk-detail .produk-image img:hover {
    cursor: pointer;
}

.produk-detail .produk-image .thumbnail {
    width: 100%;
}

.produk-detail .produk-image .thumb {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    height: 100px;
    overflow: auto;
}

.produk-detail .produk-image .thumb img {
    float: left;
    margin-bottom: 2px;
    height: 109px;
}

.produk-detail .produk-image .thumb img:hover {
    opacity: 0.5;
}

.produk-detail .produk-image .fade {
    opacity: 1;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.produk-detail .content-produk-detail h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.produk-detail .content-produk-detail .price-detail-corret {
    text-decoration: line-through;
    color: gray;
    margin: 2px;
}

.produk-detail .content-produk-detail .price-detail {
    font-size: 19px;
}

.produk-detail .content-produk-detail p.price {
    font-weight: 500;
    font-size: 21px;
    white-space: pre-wrap;
}

.produk-detail .content-produk-detail .select-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 1.5rem 0px; */
}

.produk-detail .content-produk-detail .select-variant .form-select {
    width: 30%;
    background-color: #f8f9fa;
    color: black;
    border-color: lightgray;
    background-image: url("../../fontawesome5/fontawesome-free-5.15.4-web/svgs/solid/chevron-down.svg");
    margin-right: 20px;
}

.produk-detail .content-produk-detail table th {
    font-weight: 600;
}

.produk-detail .content-produk-detail table th,
.produk-detail .content-produk-detail table td {
    color: black;
}

.produk-detail .content-produk-detail .input-jumlah {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.produk-detail .content-produk-detail .input-jumlah button#btn-plus {
    border-radius: 0px 0.25rem 0.25rem 0px;
}

.produk-detail .content-produk-detail .input-jumlah button#btn-minus {
    border-radius: 0.25rem 0px 0px 0.25rem;
}

.produk-detail .content-produk-detail .input-jumlah span#valueStok {
    width: 15%;
    background: white;
    height: 38px;
    text-align: center;
    color: black;
    line-height: 38px;
}

.produk-detail .total {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto 50px auto;
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    width: 370px;
}

.produk-detail .total .title {
    font-size: 18px;
    font-weight: 600;
}

.produk-detail .total .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.produk-detail .total .list p {
    font-size: 15px;
    margin-bottom: 5px;
}

.produk-detail .total .btn {
    width: 100%;
}

.produk-detail .info-toko-penjual {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

.produk-detail .info-toko-penjual small {
    font-size: 14px;
    color: #aaa;
}

.produk-detail .info-toko-penjual .info-heading {
    color: black;
    margin-left: 8px;
}

.produk-detail .info-toko-penjual .info-toko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.produk-detail .info-toko-penjual .info-toko h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}

.produk-detail .info-toko-penjual .info-toko img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-right: 20px;
}

.produk-detail .info-toko-penjual .info-toko .btn {
    margin-top: 5px;
}

@media screen and (max-width: 400px) {
    .produk-detail .navbar-toggler {
        padding: 0.12rem 0.5rem;
        font-size: 1.1rem;
    }
    .produk-detail .navbar-brand {
        font-size: 18px !important;
    }
    .produk-detail .produk-detail .btn-produk-detail .btn {
        padding: 0.175rem 0.55rem;
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 290px) {
    .produk-detail .produk-detail .btn-produk-detail .btn {
        margin-bottom: 5px;
        padding: 0.175rem 0.55rem;
        font-size: 0.8rem;
        width: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h2 {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.bny-warning {
    background-color: #fdd13a;
}

.bny-menu-bar .nav-item .nav-link {
    margin-top: 13px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.bny-menu-bar .navbar-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.bny-menu-bar .active {
    font-weight: 500;
    color: red !important;
}

.bny-menu-bar .active:active {
    color: black !important;
}

.bny-menu-inline .sub-notification {
    position: relative;
}

.bny-menu-inline .sub-notification span {
    position: absolute;
    top: 0px;
    right: 0;
    background-color: red;
    color: white;
    padding: 3px;
    border-radius: 50%;
    font-size: small;
    line-height: 0.6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bny-menu-inline .bny-sub-register .btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bny-menu-inline .bny-sub-register .btn:hover {
    opacity: 0.7;
}

.bny-menu-inline .bny-sub-register .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bny-menu-inline .bny-sub-login .btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bny-menu-inline .bny-sub-login .btn:hover {
    opacity: 0.7;
}

.bny-menu-inline .bny-sub-login .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-produk .form-control {
    padding: 0.495rem 0.75rem;
    border-radius: 40px;
}

.search-produk .input-group-text {
    padding: 0.495rem 0.75rem;
    border-radius: 40px;
    overflow: hidden;
}

#bny-category {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 3px;
}

#bny-category .bny-grid-category {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (max-content) [10];
    grid-template-columns: repeat(10, -webkit-max-content);
    grid-template-columns: repeat(10, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

#bny-category .sec-center {
    position: relative;
    max-width: 100%;
    z-index: 200;
}

#bny-category [type="checkbox"]:checked,
#bny-category [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

#bny-category .light-back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: 4%;
    height: 100%;
    width: 100%;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
}

#bny-category .dropdown:checked + label,
#bny-category .dropdown:not(:checked) + label {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 4px;
    letter-spacing: 1px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #102770;
    -webkit-box-shadow: 0 12px 35px 0 rgba(255, 235, 167, 0.15);
    box-shadow: 0 12px 35px 0 rgba(255, 235, 167, 0.15);
}

#bny-category .dropdown:checked + label:before,
#bny-category .dropdown:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

#bny-category .dropdown:checked + label:before {
    pointer-events: auto;
}

#bny-category .dropdown:not(:checked) + label .fas {
    font-size: 12px;
    margin-left: 7px;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#bny-category .dropdown:checked + label .fas {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#bny-category .section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #111;
    top: 40px;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    display: block;
    -webkit-box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#bny-category .dropdown:checked ~ .section-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#bny-category .section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}

#bny-category .section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #111;
    content: "";
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#bny-category a {
    position: relative;
    color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin: 2px 0;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: distribute;
}

#bny-category a:hover {
    color: #102770;
    background-color: #ffeba7;
}

#bny-category a .fas {
    font-size: 12px;
    margin-left: 10px;
}

#bny-category .dropdown-sub:checked + label,
#bny-category .dropdown-sub:not(:checked) + label {
    position: relative;
    color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

#bny-category .dropdown-sub:checked + label .fas,
#bny-category .dropdown-sub:not(:checked) + label .fas {
    font-size: 14px;
}

#bny-category .dropdown-sub:not(:checked) + label .fas {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#bny-category .dropdown-sub:checked + label .fas {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#bny-category .dropdown-sub:checked + label:hover,
#bny-category .dropdown-sub:not(:checked) + label:hover {
    color: #102770;
    background-color: #ffeba7;
}

#bny-category .section-dropdown-sub {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    padding-left: 10px;
    padding-right: 3px;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#bny-category .dropdown-sub:checked ~ .section-dropdown-sub {
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
}

#bny-category .section-dropdown-sub a {
    font-size: 14px;
}

#bny-category .section-dropdown-sub a .fas {
    font-size: 14px;
}

#bny-category .logo {
    position: fixed;
    top: 50px;
    left: 40px;
    display: block;
    z-index: 11000000;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

#bny-category .logo:hover {
    background-color: transparent;
}

#bny-category .logo img {
    height: 26px;
    width: auto;
    display: block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.bny-navbar-mobile {
    /* closing animation */
}

.bny-navbar-mobile .wrapper {
    position: fixed;
    top: 0;
    /*left: -100%;*/
    left: -100%;
    height: 100%;
    z-index: 3;
    width: 100%;
    background: white;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.bny-navbar-mobile .wrapper .bny-menu-content a {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    display: block;
    text-decoration: none;
    color: #212529;
    padding: 15px 20px;
}

.bny-navbar-mobile .wrapper .bny-menu-content .separator-menu-mobile {
    border-top: 1px solid #adb5bd;
}

.bny-navbar-mobile .wrapper .bny-menu-content .icon-link-mobile a {
    padding: 12px 20px;
}

.bny-navbar-mobile .wrapper .bny-menu-content .icon-link-mobile a i {
    margin-right: 7px;
    opacity: 0.6;
}

.bny-navbar-mobile .wrapper .bny-menu-content .icon-link-mobile a:hover i {
    opacity: 1;
}

.bny-navbar-mobile .wrapper .bny-menu-content .need-help {
    margin-top: 15px;
}

.bny-navbar-mobile .wrapper .bny-menu-content .need-help .title-need-help {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 500;
    padding: 0px 20px;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .circle-icon-help-menu {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .circle-icon-help-menu
    a {
    margin-right: 10px;
    width: 33px;
    height: 33px;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .circle-icon-help-menu
    .phone {
    background-color: #da1e28;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .circle-icon-help-menu
    .whatsApp {
    background-color: #28a745;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .circle-icon-help-menu
    .mail {
    background-color: #0062ff;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .shorcut-menu-link-help {
    padding: 0px 0px 20px 0px;
}

.bny-navbar-mobile
    .wrapper
    .bny-menu-content
    .need-help
    .shorcut-menu-link-help
    a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    margin-top: 13px;
    padding: 0 20px;
}

.bny-navbar-mobile #active:checked ~ .wrapper {
    /*left: 0;*/
    left: 0;
}

.bny-navbar-mobile .menu-btn {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 0;
    height: 18px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bny-navbar-mobile .menu-btn span,
.bny-navbar-mobile .menu-btn:before,
.bny-navbar-mobile .menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #000;
    -webkit-transition: -webkit-transform 0.6s
        cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bny-navbar-mobile .menu-btn:before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.bny-navbar-mobile .menu-btn:after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.bny-navbar-mobile .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: background 0.6s;
    transition: background 0.6s;
}

.bny-navbar-mobile #active:checked + .menu-btn span {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.bny-navbar-mobile #active:checked + .menu-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: black;
}

.bny-navbar-mobile #active:checked + .menu-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: black;
}

.bny-navbar-mobile input[type="checkbox"] {
    display: none;
}

.bny-navbar-mobile .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}

.bny-navbar-mobile .content .title {
    font-size: 40px;
    font-weight: 700;
}

.bny-navbar-mobile .content p {
    font-size: 35px;
    font-weight: 600;
}

.bny-navbar-mobile #active:checked ~ .wrapper ul li a {
    opacity: 1;
}

.bny-navbar-mobile .wrapper ul li a {
    -webkit-transition: opacity 1.2s,
        -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.2s,
        -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.bny-navbar-mobile #active:checked ~ .wrapper ul li a {
    -webkit-transform: none;
    transform: none;
    -webkit-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
    transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
    /* easeOutBackを緩めた感じ */
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.bny-navbar-mobile {
    display: none;
}

.bny-banner-large {
    margin-top: 20px;
}

.bny-banner-large .carousel .carousel-item img {
    max-height: 360px;
    object-fit: cover;
}

.bny-banner-large .carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
}

.bny-banner-large .carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.bny-banner-large .carousel .carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.bny-banner-large .carousel .carousel-control-prev {
    left: 0;
    opacity: 1;
    background-color: white;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    height: 40px;
    padding: 5px;
    width: 35px;
    top: 50%;
    border-radius: 0px 3px 3px 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bny-banner-large .carousel .carousel-control-prev .carousel-control-prev-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 25px;
    height: 22px;
}

.bny-banner-large .carousel .carousel-control-next {
    right: 0;
    opacity: 1;
    background-color: white;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    height: 40px;
    padding: 5px;
    width: 35px;
    border-radius: 3px 0px 0px 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bny-banner-large .carousel .carousel-control-next .carousel-control-next-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 25px;
    height: 22px;
}

.bny-banner-large .banner-small {
    width: 100%;
}

.bny-banner-large .banner-small .large-poster {
    height: 170px;
    margin-bottom: 20px;
}

.bny-banner-large .banner-small .small-poster {
    max-height: 20vh;
    height: auto;
}

.bny-banner-large .banner-small img {
    width: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.link-lihat-semua-koleksi {
    margin-bottom: 0.5rem;
    text-decoration: underline !important;
    display: block;
}

.link-lihat-semua-koleksi i {
    font-size: 11px;
}

.bny-banner-promo-small .link-lihat-semua-koleksi {
    margin-bottom: 0.5rem;
    display: block;
}

.bny-card-services {
    margin-top: 15px;
}

.all-product a {
    text-decoration: none;
}

.all-product a:hover {
    text-decoration: underline;
}

.all-product .col-xl-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all-product .card.card-portrait {
    margin-bottom: 20px;
    -webkit-box-shadow: #31353b1f 0px 1px 6px 0px;
    box-shadow: #31353b1f 0px 1px 6px 0px;
    border-radius: 9px;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.all-product .card.card-portrait .sale-percent-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 7;
}

.all-product .card.card-portrait .sale-percent-wrapper .sale_percent {
    background: #d62237;
    font-weight: 700;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5px 10px 5px 15px;
    border-radius: 40px 0px 0px 40px;
    text-align: center;
}

.all-product .card.card-portrait img {
    width: 90%;
    height: 70%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.all-product .card.card-portrait .card-body {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all-product .card.card-portrait .card-body h5 {
    margin-bottom: 4px;
    font-size: 0.86rem;
    color: rgba(49, 53, 59, 0.96);
    max-width: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.all-product .card.card-portrait .card-body .card-price {
    margin-bottom: 4px;
    color: rgba(49, 53, 59, 0.96);
    opacity: 1;
    font-size: 1rem;
    font-weight: bold;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.43;
}

.all-product .card.card-portrait .card-body p.card-price.corret-price {
    color: grey !important;
    text-decoration: line-through;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.all-product .card.card-portrait .card-body .card-discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.all-product
    .card.card-portrait
    .card-body
    .card-discount
    .card-discount-title {
    width: 30px;
    height: 20px;
    border-radius: 3px;
    background-color: #ffeaef;
    font-size: 0.714286rem;
    font-weight: bold;
    color: #ff5c84;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.all-product .card.card-portrait .card-body .card-discount .parent-badge {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

.all-product
    .card.card-portrait
    .card-body
    .card-discount
    .parent-badge
    .card-badge-title {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 3px;
    margin-right: 3px;
    border-radius: 3px;
    background-color: var(--primary-color);
    font-size: 0.614286rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 3px;
}

.all-product
    .card.card-portrait
    .card-body
    .card-discount
    .card-discount-potongan-harga {
    font-size: 0.714286rem;
    color: rgba(49, 53, 59, 0.44);
    text-decoration: line-through;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 0px 0px 4px;
}

.all-product .card.card-portrait .card-body .card-lokasi-toko a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(49, 53, 59, 0.54);
    font-size: 0.85rem;
    line-height: 11px;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.all-product
    .card.card-portrait
    .card-body
    .card-lokasi-toko
    a
    .card-lokasi-toko-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.all-product .card.card-portrait .card-body .card-lokasi-toko a i {
    margin-right: 8px;
}

.all-product .card.card-portrait .card-body .card-progress {
    margin-top: 10px;
}

.all-product .card.card-portrait .card-body .card-progress .progress {
    width: 100%;
    height: 6px;
}

.all-product .card.card-portrait .card-body .rating-toko {
    color: rgba(49, 53, 59, 0.68);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.all-product .card.card-portrait .card-body .rating-toko i {
    margin-right: 4px;
}

.all-product .card.card-portrait .card-body .rating-toko .rating-toko-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85rem;
    color: rgba(49, 53, 59, 0.68);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    height: 12px;
}

.all-product .card.card-portrait .card-body .rating-toko .rating-toko-pemisah {
    margin: 1px 4px 0px;
    height: 10px;
    width: 1px;
    background: rgba(49, 53, 59, 0.32);
}

.all-product .card.card-portrait .card-body .rating-toko .rating-toko-terjual {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 0.85rem;
}

#bny-subscribe-newsletter .bny-follow-media-sosial ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bny-subscribe-newsletter .bny-follow-media-sosial ul li {
    list-style: none;
}

#bny-subscribe-newsletter .bny-follow-media-sosial ul li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#ddd),
        to(#fff)
    );
    background: linear-gradient(0deg, #ddd, #fff);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#bny-subscribe-newsletter .bny-follow-media-sosial ul li a:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

#bny-subscribe-newsletter .bny-follow-media-sosial ul li a .fab {
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fff),
        to(#ddd)
    );
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    font-size: 20px;
    color: #262626;
    line-height: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#bny-subscribe-newsletter
    .bny-follow-media-sosial
    ul
    li:nth-child(1)
    a:hover
    .fab {
    color: #3b5998;
}

#bny-subscribe-newsletter
    .bny-follow-media-sosial
    ul
    li:nth-child(2)
    a:hover
    .fab {
    color: #00aced;
}

#bny-subscribe-newsletter
    .bny-follow-media-sosial
    ul
    li:nth-child(3)
    a:hover
    .fab {
    color: #dd4b39;
}

#bny-subscribe-newsletter
    .bny-follow-media-sosial
    ul
    li:nth-child(4)
    a:hover
    .fab {
    color: #007bb6;
}

#bny-subscribe-newsletter
    .bny-follow-media-sosial
    ul
    li:nth-child(5)
    a:hover
    .fab {
    color: #e4405f;
}

#bny-subscribe-newsletter .input-group {
    width: 50%;
    margin: 0 auto;
}

#bny-footers .text-small {
    font-size: 0.9rem;
}

#bny-footers a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    display: block;
}

#bny-footers a:hover,
#bny-footers a:focus {
    text-decoration: none;
}

#bny-footers .form-control {
    background: #212529;
    border-color: #545454;
}

#bny-footers .form-control:focus {
    background: #212529;
}

#bny-footers .img-jasa-pengiriman.bank-parner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bny-footers .img-jasa-pengiriman {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bny-footers .img-jasa-pengiriman img {
    background-color: transparent;
    border: none;
    width: 80%;
    margin-bottom: 10px;
}

@media screen and (max-width: 552px) {
    #bny-footers .img-jasa-pengiriman {
        margin-bottom: 10px;
    }
    #bny-footers .img-jasa-pengiriman img {
        width: 60% !important;
    }
    .all-product .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: left !important;
    }
    .all-product .card.card-portrait .card-body p.card-price.corret-price {
        width: 100%;
    }
    .mobile-c-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .bny-banner-large .banner-small .large-poster {
        height: 130px;
    }
    body .bny-banner-large .carousel .carousel-item img {
        max-height: 220px !important;
        /* height: 220px !important; */
    }
    h2 {
        font-size: 24px;
    }
    .bny-navbar-mobile .bny-brand-mobile img {
        width: 27% !important;
    }
    .bny-banner-large {
        margin-top: 10px;
    }
    .bny-banner-large body .bny-banner-large .carousel .carousel-item img {
        max-height: 220px !important;
        /* height: 220px !important; */
    }
    .bny-banner-large .banner-small .large-poster {
        max-height: 46vh;
        height: 150px;
        margin-bottom: 8px;
    }
    .bny-banner-large .banner-small .small-poster {
        max-height: 20vh;
        height: auto;
    }
    .bny-banner-large .banner-small img {
        width: 100%;
        background-size: cover;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
    }
    .bny-card-services {
        margin-top: 0px;
    }
    .bny-card-services .mb-4 {
        margin-bottom: 0.1rem !important;
    }
    .bny-card-services .card {
        margin-top: 15px;
    }
    .bny-banner-large .carousel .carousel-control-prev {
        padding: 0px;
        width: 30px;
        height: 35px;
    }
    .bny-banner-large .carousel .carousel-control-next {
        padding: 0px;
        width: 30px;
        height: 35px;
    }
    .bny-banner-large
        .carousel
        .carousel-control-next
        .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
    .bny-banner-large
        .carousel
        .carousel-control-next
        .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
    .all-product .card-portrait img {
        height: 220px !important;
    }
    .all-product .col-lg-3 {
        display: block;
    }
    .bny-card-services {
        display: none;
    }
    .bny-card-product .bny-product-agen {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.bny-logo-footer-dekstop {
    display: block;
}
.bny-logo-footer-mobile {
    display: none;
}

@media (max-width: 992px) {
    .bny-navbar-dekstop,
    .bny-category-dekstop,
    #bnyCategoryDekstop {
        display: none;
    }
    .bny-logo-footer-dekstop {
        display: none;
    }
    .bny-logo-footer-mobile {
        display: block;
    }
    .bny-navbar-mobile {
        display: block;
    }
    .bny-navbar-mobile .bny-menu-mobile {
        height: 0px;
    }
    .bny-navbar-mobile .bny-menu-mobile .label-menu {
        font-size: 17px;
        font-weight: 500;
        border-bottom: 1px solid #adb5bd;
        padding-bottom: 5px;
        margin-top: 17px;
    }
    .bny-navbar-mobile .bny-brand-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #b9bfc6;
        padding-bottom: 25px;
    }
    .bny-navbar-mobile .bny-brand-mobile img {
        margin-left: 37px;
        margin-top: 7px;
        margin-bottom: 7px;
        width: auto;
    }
    .bny-navbar-mobile .bny-brand-mobile .bny-menu-icon-mobile {
        margin-top: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bny-navbar-mobile
        .bny-brand-mobile
        .bny-menu-icon-mobile
        .sub-notification {
        position: relative;
    }
    .bny-navbar-mobile
        .bny-brand-mobile
        .bny-menu-icon-mobile
        .sub-notification
        span {
        position: absolute;
        top: 0px;
        right: 0;
        background-color: red;
        color: white;
        padding: 3px;
        border-radius: 50%;
        font-size: small;
        line-height: 0.6;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .bny-category-mobile {
        padding: 7px 0px;
        border-bottom: 1px solid #b9bfc6;
    }
    .bny-category-mobile #bny-category .dropdown:checked ~ .section-dropdown {
        width: 100% !important;
    }
    .bny-category-mobile #bny-category {
        border-bottom: none !important;
    }
    .bny-category-mobile #bny-category .judul-category-mobile {
        padding-left: 6px;
        font-size: 15px;
        font-weight: 500;
    }
    .bny-category-mobile #bny-category a {
        color: grey;
        font-size: 14px;
        padding: 1px 6px;
    }
    .bny-category-mobile #bny-category .section-dropdown {
        width: 100%;
        background-color: white;
        top: 32px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .bny-category-mobile #bny-category .section-dropdown:after {
        display: none;
    }
    .bny-category-mobile .row {
        position: relative;
    }
    .bny-category-mobile .row .sec-center {
        position: static !important;
    }
    .bny-category-mobile .bny-link-mobile-navbar a {
        font-size: 14px;
        font-weight: 600;
        color: black;
        text-decoration: none;
    }
    .bny-category-mobile .bny-link-mobile-navbar a.active {
        color: red;
    }
    .bny-card-services {
        margin-top: 0px;
    }
    .bny-card-services .card {
        margin-top: 15px;
    }
    .container-mobile {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .bny-banner-large .banner-small .large-poster {
        height: 152px;
    }
}

.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    background: rgba(106, 103, 96, 0.4);
}

.loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-animation: wave 2s ease-out infinite;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: rgba(0, 0, 0, 0.1);
}

.loading .dot:nth-child(1)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: rgba(0, 0, 0, 0.2);
}

.loading .dot:nth-child(2)::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: rgba(0, 0, 0, 0.3);
}

.loading .dot:nth-child(3)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: rgba(0, 0, 0, 0.4);
}

.loading .dot:nth-child(4)::before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: rgba(0, 0, 0, 0.5);
}

.loading .dot:nth-child(5)::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes wave {
    50%,
    75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes wave {
    50%,
    75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
    80%,
    100% {
        opacity: 0;
    }
}

.bny-category-dekstop {
    position: absolute;
    z-index: 99999;
    display: flex;
}

.bny-category-dekstop .card-category {
    width: 250px;
}

.bny-category,
.bny-subcategory,
.bny-sub-subcategory {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.bny-sub-subcategory a {
    color: black;
    text-decoration: none;
}

.bny-sub-subcategory a:hover {
    color: #f0ad4e;
}
/*# sourceMappingURL=style.css.map */

.lds-ring {
    display: inline-block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff 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);
    }
}
