body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.hidden {
    display: none !important;
}
.yellow {
    color: #D47D05;
}
.bg-yellow {
    background-color:  #FFBF00;
}
.bold {
    font-weight: bold;
}
.txt-black {
    color: #000;
}

.rectangle {
    box-sizing: border-box;
    padding: 34px 40px 40px 40px;
    margin: 15% 0;
    width: 486px;
    border: 1px solid #C9CCD1;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.separator-bottom {
    border-bottom: 1px solid #E8E8E8;
}
.separator-top {
    border-top: 1px solid #E8E8E8;
}

.button {
  font-size: 14px;
  margin: 16px 0;
  padding: 10px 16px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}

.btn.right-top {
    margin: 0 !important;
}

.btn.primary {
    font-size: 14px;
    margin: 16px 0;
    padding: 10px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    background-color:  #FFBF00;
    font-weight: bold;
    color: #000;    
}

.btn.primary:hover {
    border-color: #d39e00;   
}

.btn.secondary {
    font-size: 14px;
    margin: 16px 0;
    padding: 10px 20px;
    border: 1px solid #FFBF00;
    background-color:  #FFFFFF;
    font-weight: bold;
    color: #D47D05;
    border-radius: 4px;
}

.btn.secondary:hover {
    border-color: #d39e00;   
    color: #c38e00;   
}

.btn .icon {
    margin-right: 6px;
}

.btn.danger {
    font-size: 14px;
    margin: 16px 0;
    padding: 10px 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    background-color:  #dc3545;
    font-weight: bold;
    color: #FFF;    
}
.btn.danger:hover {
    background-color: #c82333
}

.jsgrid-cell.jsgrid-control-field .btn.primary, 
.jsgrid-cell.jsgrid-control-field .btn.danger {
    margin: 4px;
    padding: 6px 12px;
}

.btn.topbutton.primary {
    margin: 4px;
    padding: 6px 12px;
    float: right;
}


.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}

.text-smaller {
    font-size: 0.8em;
}
.text-small {
    font-size: 0.9em;
}
.text-large {
    font-size: 1.5em;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    padding: 12px 14px;
    height: auto;
}

.block {
    display: block;
}
.inline {
    display: inline !important;
}
.inline-block {
    display: inline-block !important;
}

.bg-color.active, .bg-color.approved, .bg-color.aktif, .bg-color.tayang, .bg-color.sudah-dibalas, .bg-color.pesanan-diambil, .bg-color.pesanan-diterima {
    background-color: #28a745;
    color: #FFF;
}

.bg-color.draf, .bg-color.diarsipkan, .bg-color.inactive, .bg-color.tidak-aktif, .bg-color.tidak-tayang {
    background-color: #6c757d;
    color: #FFF;
}

.bg-color.pending, .bg-color.waiting-for-activation, .bg-color.sudah-dibuka, .bg-color.pesanan-diproses {
    background-color: #ffc107;
    color: #000;
}
.bg-color.baru, .bg-color.siap-diambil, .bg-color.sedang-dikirim {
    background-color: #0074d9;
    color: #FFF;
}

.bg-color.menunggu-pembayaran {
    background-color: #17a2b8;
    color: #FFF;
}

.bg-color.blocked, .bg-color.deleted, .bg-color.dihapus, .bg-color.dibatalkan-otomatis, .bg-color.dibatalkan-mitra, .bg-color.dibatalkan-pembeli {
    background-color: #dc3545;
    color: #FFF;
}

.swal2-styled.swal2-confirm {
    background-color: #ffc107;
    border: 0 none;
    padding: 10px 16px;
    color: #000;
}

.swal2-styled.swal2-confirm:focus {
    border: 0 none;
    box-shadow: 0 none;
}

.swal2-styled.swal2-confirm:hover {
    border: 0 none;
    background: #e0a800;
}

.swal2-styled.swal2-cancel {
    background-color: #999999;
    color: #FFF;
    border: 0 none;
    padding: 10px 16px;
}

.swal2-styled.swal2-cancel:focus {
    border: 0 none;
    box-shadow: 0 none;
}

.swal2-styled.swal2-cancel:hover {
    border: 0 none;
    background: #999999;
}

.error-text {
    color: #EF0000;
    padding-left: 14px;
}
.info-text {
    color: #5050CE;
    font-style: italic;
}

.form-group.error-text, .form-group.success-text {
    padding-left: 0;
}

.success-text {
    color: #309030;
    padding-left: 14px;
}

button .loading-state {
    display: none;
}
.loading-icon {
    text-align: center;
    font-size: 1.2em;
}

.input-group-password input {
    border-right: 0 none;
}
.toggle-password {
    background: transparent;
    color: #939ba2;
}
.toggle-password.turn-on {
    color: #000;
}

.modal {
    top: 80px;
}

.modal-header {
    border-bottom: 0 none;
    padding: 8px;
    margin: 0;
}

.modal-body {
    padding: 0 32px;
}
.modal-body .content {
    max-height: 500px;
    overflow-y: scroll;
}
.modal-body .title {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 16px 0;
    border: 0 none;
    padding: 0;
    text-align: center;
}
.modal-content {
    width: auto;
}
.modal-footer .btn {
    margin-top: 6px;
}

.form-control {
    padding: 10px 12px;
    height: auto;
}

.modal-header .close {
    margin-right: 0px;
    margin-top: 0px;
    padding: 4px;
    float: right;
}

.page-banner {
    width: 100%;
}

.page-wrapper .title {
    font-size: 18px;
    font-weight: bold;
    margin: 32px 0;
    border: 0 none;
    padding: 0;    
}

.container-fluid {
    clear: both;
}

.container-fluid img {
    max-width: 100%;
}

.pull-right {
    text-align: right;
}

.bordered-box {
    border: 1px solid #C9CCD1;
    border-radius: 4px;
    padding: 12px 16px;
    height: 100%;
}

.bordered-box .header {
    padding-bottom: 12px;
}

.bordered-box .title {
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
}

.content .primary.link, .btn.btn-link.primary-link {
    font-weight: bold;
    color: #025CC0;
    font-size: 14px;
}
.content .danger.link {
    font-weight: bold;
    color: #EF0000;
}
.content .normal.link, .btn.btn-link.normal-link {
    color: #025CC0;
}

.bordered-box .body .content {
    padding: 12px 0;
    display: block;
}

.bordered-box .body .link {
    display: block;
    padding: 12px 0;
}

.tabs .nav-tabs {
    border-bottom: 1px solid #C9CCD1;
}
.tabs .nav-tabs .nav-link {
    color: #000000;
    font-size: 1.25em;
}

.tabs .nav-tabs .nav-item.show .nav-link, 
.tabs .nav-tabs .nav-link.active {
    border: 0;
    font-weight: bold;
    border-bottom: 3px solid #FFBF00;
}

#map {
    width: 100%;
    height: 300px;
}

.empty-text {
    color: #999999;
}

.shipping-address-box {
    width: 100%;
    border: 1px solid #C9CCD1;
    border-radius: 4px;
    padding: 1.2em;
    margin-bottom: 1.2em;
}
.shipping-address-box.active {
    border: 2px solid #FFBF00;
}

.ekko-lightbox.modal {
    top: 0;
}
.ekko-lightbox.modal .modal-body {
    padding: 0;
    margin: 0;
}
.ekko-lightbox-nav-overlay a:last-child span {
    position: relative;
    right: -60px;
    z-index: 999;
}
.ekko-lightbox-nav-overlay a:first-child span {
    position: relative;
    left: -60px;
    z-index: 999;
}
.modal-backdrop.show {
    opacity: .9;
    background-color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: " > " !important;
}

.grey {
    color: #BDBDBD;
}
.darkgrey {
    color: #909090;
}
.larger-font {
    font-size: 1.2em;
}
.input-group.date input {
    border-right: 0 none;
}
.input-group.date .input-group-append .input-group-text {
    background: #FFFFFF;
    color: #BDBDBD;
    border-left: 0 none;
}

.subcard-title {
    font-weight: bold;
    font-size: 1.2em;
}
.dz-preview:first-child::after {
    content: ' Gambar Utama ';
    padding: 4px 8px;
    margin-top: 8px;
    background: #FFBF00;
    color: #000;
    display: block;
}

.section-wrapper {
    margin-bottom: 2em;
}
.section-title {
    border-bottom: 1px solid #BDBDBD;
    padding: 0.5em 0;
}
.section-title-text {
    font-size: 1.25em;
    color: #000000;
    font-weight: bold;
    text-align: left;
}
.section-title-link {
    font-size: 1em;
    text-align: right;
}
.product-item {
    max-width: 220px;
    width: 100%;
    height: 292px;
    margin-top: 16px;
    margin-left: 16px;
    border: 1px solid #C9CCD1;
    display: inline-block;
    position: relative;
}
.product-item .thumbnail {
    text-align: center;
}
.product-item .icon-shipment-promo {
    position: absolute;
    margin-top: -32px;
    left: 8px;
    width: 105px;
    max-width: 65%;
    height: auto;
    display: flex;
    font-size: 16px;
    z-index: 99;
    box-shadow: none;
    border: 0 none;
}
.product-item img {
    width: 100%;
    height: 164px;
    object-fit: cover;
    display: block;
}
.product-item:first-child {
    margin-left: 0px;
}
.product-item .info {
    padding: 8px 16px;
    color: #000000;
}
.product-item .name {
    height: 3em;
    overflow: hidden;
}
.product-item .final-price {
    font-weight: bold;
}
.product-item .normal-price {
    text-decoration: line-through;
    font-size: 1em;
    color: #7C8187;
    margin-right: 8px;   
}
.product-item .merk {
    color: #7C8187;
}

.product-item .favorite-icon, .product-item .delete-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    z-index: 99;
    box-shadow: none;
    border: 0 none;
}

.product-item .favorite-icon {
    color: #D47D05; 
}

.product-item .delete-icon {
    color: #c82333;
}

.product-item .fa-star {
    font-size: 0.85em;
}
.product-item .fa-star:last-child {
    margin-right: 3px;
}
.rating-symbol {
    color: #FFBF00; 
}
.rating-stars .fa-star {
    color: #FFBF00; 
}
.rating-value {
    color: #7C8187;
    margin-left: 3px;
}

.product-option .final-price {
    font-weight: bold;
}
.product-option .normal-price {
    text-decoration: line-through;
    font-size: 1em;
    opacity: 0.7;
    margin-right: 8px;   
}
.product-option .merk, .product-option .storename {
    opacity: 0.7;
}

.product-option .name {
    font-weight: bold;
} 
.product-option img {
    width: 120px;
    height: auto;
}

.bootstrap-switch span {
    font-size: 0.9em;
}
.tooltip {
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    opacity: 1 !important;
    box-shadow: 0 6px 15px 0 rgba(0,0,0,0.3);
    color: #000000;
    width: auto;
    max-width: 75%;
    height: auto;
}
.tooltip .arrow {
    visibility: hidden;
}

.tooltip .tooltip-inner.full-width {
    text-align: left;
    background: inherit;
    color: inherit;
    padding: 1.6em;
    opacity: 1;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.tooltip .tooltip-inner ul {
    padding: 0.25em 1em;
    margin: 0;
}

.modal-no-form .modal-dialog {
    width: auto;
    max-width: 420px;
}

.modal-no-form .modal-body {
    padding-bottom: 16px;
}

.modal-no-form {
    top: 30%;
}

#modal-write-review .rating-symbol .fa-star {
    color: #FFBF00; 
    font-size: 32px;
}

.link.yellow:hover {
    color: #D47D05; 
}

#grand-total {
    font-size: 1.2em;
    color: #FF6A00;
    font-weight: bold;
}

.subscription-package {
    width: 295px;
    max-width: 100%;
    height: 100%;
    vertical-align: top;
    padding: 40px 16px 25px 16px;
}

.subscription-package .price {
    font-weight: bold;
    font-size: 2.5em;
}

.subscription-package li {
    list-style-type: none;
    padding: 5px 3px;
}

.subscription-package li i {
    color: #3CCF8E;
}

.operational-time {
    padding: 12px 0; 
    border-top: 1px solid #E8E8E8;
}
#form-merchant-operationaltime .operational-time:first-child {
    padding: 12px 0; 
    border-top: 1px solid #000000;
}

.table-header {
    background: #F5F5F5;
    font-weight: bold;
}

.normal-price {
    text-decoration: line-through;
    font-size: 1em;
    color: #7C8187;
    margin-right: 8px;
}

/* CART */
#cart-container .bordered-box,
#checkout-container .bordered-box,
#select-payment-container .bordered-box {
    padding: 0;
    margin-bottom: 15px;
}
#cart-container .bordered-row,
#checkout-container .bordered-row,
#select-payment-container .bordered-row {
    padding: 16px 20px;
    border-top: 1px solid #C9CCD1;
}
#cart-container .bordered-row:first-child,
#checkout-container .bordered-row:first-child,
#select-payment-container .bordered-row:first-child {
    border-top: 0;
}

#select-payment-container .payment-detail{
    padding-left: 58px;
}

#cart-container .summary.bordered-box {
    padding: 0;
    line-height: 1em;
}
#cart-container .summary.bordered-box .btn {
    margin: 4px;
    padding: 10px auto;
    width: 138px;
    max-width: 35%;
}
#cart-container .summary.bordered-box span {
    font-size: 1.2em;
}
.primary.icheck-default > input:first-child + input[type="hidden"] + label::before, 
.primary.icheck-default > input:first-child + label::before {
    margin-top: 2px;
    margin-left: -26px;
    width: 16px;
    height: 16px;
}
.primary.icheck-default > input:first-child:checked + input[type="hidden"] + label::after, 
.primary.icheck-default > input:first-child:checked + label::after {
    border-bottom-color:#D47D05;
    border-right-color:#D47D05;
}
.primary.icheck-default > input:first-child:checked + input[type="hidden"] + label::before, 
.primary.icheck-default > input:first-child:checked + label::before {
    background: #FFBF00;
    border: 1px solid #D47D05;
}
.primary.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before, 
.primary.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border: 1px solid #D47D05;
}
.primary.radio.icheck-default > input:first-child + input[type="hidden"] + label::before, 
.primary.radio.icheck-default > input:first-child + label::before {
    margin-top: 0px;
    margin-left: -26px;
    width: 16px;
    height: 16px;
}
.primary.radio.icheck-default > input:first-child:checked + input[type="hidden"] + label::after, 
.primary.radio.icheck-default > input:first-child:checked + label::after {
    border: 0 none;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #D47D05;
    background: #D47D05;
}

.primary.radio.icheck-default label {
    width: 100%;
}
#cart-empty {
    margin: auto;
    text-align: center;
    align-items: center;
}
#cart-empty .image {
    background: url('/assets/images/image-search-not-found.jpg') 
                    center center 
                    no-repeat;
    width: 100%;
    height: 300px;
}
#cart-empty .header {
    margin-top: 24px;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 8px;
}

.cart-image {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    height: 80px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.cart-info {
    color: black;
    width: 235px !important;
    max-width: 235px !important;
    min-width: 235px !important;
}
.cart-productname {
    color: black;
    width: 160px !important;
    max-width: 160px !important;
    min-width: 160px !important;
}
.cart-merchantname:hover, .cart-info:hover, .cart-productname:hover {
    color: black;
}
.cart-quantity {
    width: 175px !important;
    max-width: 175px !important;
    min-width: 175px !important;
}
.cart-quantity input {
    padding: 0.3em;
    width: 50px !important;
}
.cart-display-subtotal, .cart-display-finalprice {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
    text-align: center;
}

.cart-info .badge {
    font-style: normal;
    font-weight: normal;
}

.cart-item .row {
    padding: 0;
    margin: 0;
}

.order-status-wizard {
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.order-status-wizard .text {
    font-size: 0.8em;
}


ol.order-status-wizard {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    list-style-type: none;
    padding-left: 0;
}

.order-status-wizard li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: #000;
    list-style-type: none;
}

.order-status-wizard .current ~ li {
    color: #BDBDBD;
}

.order-status-wizard li:before {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: black;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFBF00;
    border: 2px solid #FFBF00;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    position: relative;
    left: 50%;
    margin-bottom: 16px;
    margin-left: -16px;
    z-index: 1;
}
.order-status-wizard .current ~ li:before {
    background-color: #E8E8E8;
    color: #BDBDBD;
    border-color: #E8E8E8;
}

.order-status-wizard li + li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #FFBF00;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 1em;
    z-index: 0;
}

.order-status-wizard .current ~ li:after {
    background-color: #E8E8E8;
}
.order-status-wizard li.danger::before {
    background-color: #c82333;
    border-color: #c82333;
    color: #FFFFFF;
    
}
#productreview-summary {
    margin-right: 24px;
}
#productreview-stats {
    margin-left: 24px;
}
#productreview-overallrating {
    font-size: 1.7em;
}
#productreview-ratingvalue {
    font-size: 1.7em;
    font-weight: bold;
}
#productreview-ratingstar .rating-symbol {
    height: 22px;
    font-size: 22px;
    margin-right: 4px;
}
#productreview-totalreviewers {
    color: #7C8187;
}
#productreview-stats .rating-symbol {
    height: 16px;
    font-size: 16px;
    margin-right: 4px;
}
.ratingstar-bar {
    width: 164px;
    height: 8px;
    background: #F0F0F0;
    margin-left: 16px;
    margin-right: 16px;
}
.ratingstar-bar-filled {
    height: 100%;
    background: #FFBF00;
}

.review-item .datetime {
    color: #7C8187;
}
.review-item .rating-symbol {
    display: inline-block;
    max-width: 200px;
}
.review-item .rating-symbol {
    height: 14px;
    font-size: 14px;
    margin-left: 4px;
}
#product-detail-rating {
    min-width: 140px;
}
.product-rating-item .rating-symbol, #product-detail-rating .rating-symbol {
    display: inline-block;
}
.jsgrid-cell .rating-symbol, .product-rating-item .rating-symbol, #product-detail-rating .rating-symbol {
    height: 12px;
    font-size: 12px;
    margin-right: 1px;
}

#toast-container > .toast-info {
    background: url('/assets/icons/info-icon.svg') 8px center no-repeat, #FFBF00  !important;
    background-size: 32px 32px !important;
}
.toast .toast-title, .toast .toast-message, .toast .toast-close-button {
    color: #000 !important;
}


@media only screen and (max-width: 480px) {
    #productreview-summary {
        margin-right: 4px;
    }
    #productreview-overallrating {
        font-size: 1.5em;
    }
    #productreview-ratingvalue {
        font-size: 1.5em;
        font-weight: bold;
    }
    #productreview-ratingstar .rating-symbol {
        height: 16px;
        font-size: 16px;
        margin-right: 1px;
    }
    #productreview-totalreviewers {
        color: #7C8187;
    }
    #productreview-stats {
        margin-left: 4px;
    }
    #productreview-stats .rating-symbol {
        height: 12px;
        font-size: 12px;
        margin-right: 1px;
    }
    .ratingstar-bar {
        width: 80px;
        height: 4px;
        background: #F0F0F0;
        margin-left: 6px;
        margin-right: 6px;
    }
    .ratingstar-bar-filled {
        height: 100%;
        background: #FFBF00;
    }
    .ratingstar-totalreviewersbystar {
        width: 2em;
        overflow: hidden;
        height: 1em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.role-list label {
    font-weight: normal !important;
}

.dashboard-table .badge,
.jsgrid-table .badge {
    font-size: 1em;
    font-weight: normal;
    padding: 0.3em 0.5em;
}

.dashboard-table .logo, .jsgrid-table .logo {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    border: 1px solid #EAEAEA;
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding: 3px;
}


.btn.btn-app {
    height: 100px;
    min-width: 100px;
    padding: 25px;
}

#admin-panel-merchant-detail .nav-tabs .nav-link {
    font-size: 0.95em;
    padding: 5px 10px;
}

.pagination-item {
    background: #F3F2F2;
    color: #000000;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin: 0 2px;
}
.pagination-item i {
    color: #BDBDBD;
}
.pagination-item.active {
    background: #FFBF00;
    color: #000000;
    font-weight: bold;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 20rem;
}
.bootstrap-datetimepicker-widget table td {
    padding: 0.6em;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #BDBDBD;
    text-decoration: line-through;
    cursor: not-allowed; 
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    color: #BDBDBD;
    cursor: not-allowed; 
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    color: #BDBDBD;
    cursor: not-allowed; }    

#product-name {
    font-size: 1.75rem;
    font-weight: bold;
    display: inline;
    margin: 0;
    line-height: 1.2;
}

#iframe-payment {
    width: inherit;
    height: inherit;
    border: 0px none;
}

#three-ds-container {
    padding: 20px 0px;
    width: 100%;
    height: 400px;
}
#modal-shipment-tracking .timeline-item {
    box-shadow: none !important;
    border-radius: 0 !important;
}
#modal-shipment-tracking #content-details {
    max-height: 320px;
    overflow-y: scroll;
}
#modal-shipment-tracking #div-details {
    margin-bottom: 0;
}
#modal-shipment-tracking #div-loading {
    text-align: center;
}

.shipment-logo {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}