body {
    background-color: #f8f9fa;
    padding-bottom: 60px;
}

.stand {
    background-color: #FFF;
    padding-top: 2em;
    padding-bottom: 1.2em;
    box-shadow: 0 1px 15px #00000010;
}

.stand a,
.stand a:link,
.stand a:visited {
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100px;
    color: #555;
    font-size: 14px;
}

.stand a:nth-child(2) {
    margin: 0 10px;
}

.stand a ion-icon {
    top: 0;
    color: #FFF;
    background-color: #ff6347;
    font-size: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto 10px;
    transition: all .2s linear;
}

.stand a:hover > ion-icon  {
    background-color: #e6543b;
}

/* Stand Detail */
.stand-profile,
.stand-detail {
    cursor: default;
    width: 100%;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    padding-top: 15px;
    background-color: #FFF;
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 1px 15px #00000010;
}

.stand-detail .wrap-img {
    border: solid 1px #f5f5f5;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: auto;
    background-color: #FFF;
    border-radius: 3px;
    overflow: hidden;
}

.stand-detail .wrap-img img {
    border-radius: 2px;
}

.stand-detail .badge {
    padding: 0 6px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 10px;
}

.stand-detail h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}

.stand-detail h3 {
    color: #f38342;
    font-size: 20px;
}

.stand-detail .btn-primary {
    display: block;
    width: 100%;
}

.stand-detail .btn-primary > ion-icon {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}

.stand-detail .description {
    margin: 30px 0 20px;
    padding: 0;
    display: block;
    height: 154px;
    overflow: hidden;
    position: relative;
    transition: all .2s linear;
}

.stand-detail .description > p {
    white-space: pre-line;
}

.stand-detail .description.show-full {
    height: auto;
}

.stand-detail .description.show-full button {
    line-height: 28px;
}

.stand-detail .description .gradient {
    background-image: linear-gradient(#22222205 20%, #77777730 180%);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.stand-detail .description.show-full .gradient {
    height: 0;
}

.stand-detail .description button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f5AA;
    border: 0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    transition: all .2s linear;
}

.stand-detail .description button:hover {
    background-color: var(--primary);
    color: #FFF;
}

.stand-detail .description button:focus {
    outline: 0;
}

/* Profile css */
.stand-profile {
    cursor: default;
    min-height: 0px;
}

.stand-profile .align-items-center img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.stand-profile ul {
    font-weight: 600;
    line-height: 2.2
}

.stand-profile ul li {
    font-weight: normal;
    line-height: 1.7;
    list-style: circle;
}

.stand-profile .nav-tabs {
    margin-top: 2.5em;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    border: 0;
}

.stand-profile .nav-item {
    list-style: none;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0;
    flex: 0 0 50%;
    text-align: center;
}

.stand-profile .nav-item ion-icon {
    margin-right: 2px;
    font-size: 18px;
}

.stand-profile + section .tab-pane label {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    color: #666;
}

.stand-profile + section .tab-pane > b {
    display: block;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}

.stand-profile .link-receive,
.transaction .btn-receive {
    font-size: 12px;
    border-radius: 20px;
    padding-left: 1.1em;
    padding-right: 1.1em;
}

.transaction .btn-receive {
    font-size: 15px;
}

.orderan .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: solid 1px #F3F3F3;
}

.orderan .item img {
    height: 60px;
    width: 70px;
    object-fit: cover;
}

.orderan #timeline {
    width: auto;
    display: flex;
}

.orderan #timeline > div {
    position: relative;
    width: auto;
    display: inline-block;
}

.orderan #timeline hr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
    border-color: #CCC;
}

.orderan #timeline ion-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    background-color: #FFF;
    border: solid 1px #CCC;
    border-radius: 50%;
    margin-left: 20px;
    font-size: 20px;
    padding: 5px;
    color: #DDD;
}

.orderan #timeline > div:first-child ion-icon {
    margin-left: 0;
}

.orderan #timeline div.active > hr,
.orderan #timeline div.cancel > hr {
    border-color: #02d670;
}

.orderan #timeline div.active > ion-icon {
    color: #02d670;
    border-color: #02d670;
}

.orderan #timeline div.cancel > ion-icon {
    color: #DC3545;
    border-color: #DC3545;
}

.text-orange {
    color: #ff6347;
}

/* Modal Transaction */
.status.text-orange {
    color: var(--orange);
}

.status .pulse {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    top: 0;
}

.status .pulse:before {
    cursor: default;
    position: absolute;
    content: " ";
    background: #a9db43;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(161, 196, 90, .8)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(161, 196, 90, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(161, 196, 90, 0)
    }
}

.status + span {
    font-size: 14px;
    color: #CCC;
    letter-spacing: 1px;
}

.status + span b {
    color: #ff6347;
    font-size: 15px;
    letter-spacing: 0;
}

.transaction-user {
    padding: 0 15px 15px;
    font-size: 15px;
}

.transaction-user .col-md-4,
.transaction-shipping .col-md-4 {
    margin-bottom: 3px;
    color: #777;
}

.transaction-user h1 {
    font-size: 1.2em;
    color: #AAA;
}

.transaction-user h4,
.transaction-shipping h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.transaction {
    padding: 0 15px;
}

.transaction .item img {
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    height: 70px;
}

.transaction .item .text {
    flex: 0 0 calc(80% - 70px);
    width: calc(80% - 70px);
    padding-left: 15px;
}

.transaction .item .text h4 {
    font-size: 16px;
    line-height: 1.5;
}

.transaction .item .text h5 {
    font-size: 15px;
}

.transaction .item .price h5 {
    font-size: 15px;
    font-weight: 600;
}

.transaction .payment {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 0;
    padding: 15px 14px;
    font-size: 14px;
}

.transaction .payment .text-right {
    height: 35px;
}

.transaction .payment h5 {
    margin: 0;
    color: #333;
}

.transaction .payment h2 {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (min-width: 575px) {
    .transaction-user h4:before,
    .transaction-shipping h4:before {
        content: ": ";
        position: absolute;
        left: -5px;
    }
}

.transaction-user small {
    font-weight: bold;
}

.transaction-shipping {
    margin: 20px 0;
}

.transaction-shipping h1 {
    font-size: 1.2em;
    color: #AAA;
}

.transaction-shipping .resi {
    background-color: #ff6347;
    border: 0;
    border-radius: 10px;
    line-height: 30px;
    padding: 0 10px;
    color: #FFFFFFAA;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: 0 !important;
    transition: all .2s linear;
}

.transaction-shipping .resi:hover {
    background-color: #e05b3f;
}

.transaction-shipping .line {
    margin: 0;
    border: 0;
    height: 3px;
    width: 100%;
    background-size: unset;
    background-position-x: -0.5rem;
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
}

.transaction-shipping .wrap {
    padding: 15px;
}

/* TOAST */
.toast {
    font-family: inherit;
    font-size: 14px;
    overflow: hidden;
    border-radius: .5rem;
}

.toast-header {
    padding: .5rem 1rem;
}

.toast-body {
    padding: 1rem;
}

.toast .success {
    background-color: #28A74540;
}

.toast .success ion-icon {
    color: var(--success);
}

.toast .warning {
    background-color: #ffc00440;
}

.toast .warning ion-icon {
    color: var(--warning);
}

.toast .danger {
    background-color: #DC354540;
}

.toast .danger ion-icon {
    color: var(--danger);
}

/* Category */
#wrap-category {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 29px auto 0;
    width: 60%;
    height: 65px;
}

#category-ul {
    padding: 0 0 0 10px;
    float: left;
    
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

#category-ul li {
    margin: 0;
    list-style: none;
    display: inline-table;
}

#category-ul li a {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0 20px;
    border: solid 1px #EEE;
    margin-right: 10px;
    box-shadow: 0 1px 8px #44444410 inset;
    
    border-radius: 25px;
    overflow: hidden;
    flex: 0 0 auto;
}

#category-ul li span {
    font-size: 1em;
    color: #333;
    margin-left: 6px;
    display: flex;
    align-items: center;
    line-height: 40px;
    width: 100%;
    z-index: 99;
}

#category-ul li img {
    padding: 0;
    margin: 0 5px 0 0;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 3px;
    box-shadow: unset;
    object-fit: contain;
    object-position: center;
}

/* Cart List */
.right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cart-form {
    height: auto;
    width: 50%;
}

/* Checkout */
.c-left {
    cursor: default;
    float: left;
    width: 58%;
    background: #FFF;
    border-right: solid 1px #DDD;
}

.c-left h1 {
    font-size: 2em;
}

.c-left .col-6 label,
.c-left .low {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: #AAA;
}

.c-left .col-6 b {
    font-size: 1.1em;
    font-weight: normal;
    color: #000;
}

.c-left .form-control,
.c-left .form-control {
    height: unset;
}

.c-right {
    cursor: default;
    float: right;
    width: 42%;
    height: 100vh;
}

.c-left .container {
    padding: 3em 2em 3em 6em;
}

.c-right .container {
    padding: 3em 6em 3em 2em;
}

.c-right .cart-list {
    position: relative;
    border-bottom: solid 1px #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.c-right .cart-list img {
    flex: 0 0 90px;
    width: 90px;
    height: 70px;
    border-radius: 6px;
    border: solid 1px #EEE;
    background: #FFF;
    object-fit: contain;
    float: left;
    box-shadow: 0 2px 8px #44444410;
}

.c-right .cart-list .detail {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px);
    box-sizing: unset;
    padding: 0 0 0 10px;
}

.c-right .cart-list h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 5px;
}

.c-right .cart-list h5 {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0;
    font-size: 15px;
}

/* Checkout Form */
.sign-form-checkout {
    min-height: 66.5vh;
    position: relative;
}

.sign-form-checkout img {
    width: 80px;
    object-fit: cover;
    display: inline-block;
    margin: 0 auto 30px;
}

.sign-form-checkout > form {
    width: 70%;
    position: relative
}

.sign-form-checkout label {
    font-size: 12px;
    color: #999;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#form-checkout label.error,
.sign-form-checkout label.error {
    position: relative;
    margin: -10px 0 10px 0;
    font-size: 12px;
    color: #F00;
    letter-spacing: 0;
    text-transform: none;
}

#form-checkout label.error {
    margin: 5px 0 5px 0;
}

.sign-form-checkout input {
    margin-bottom: 15px;
    font-family: inherit;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 1px solid #00000024;
    box-sizing: border-box;
    box-shadow: inset 0 2px 0 0 #00000005;
    color: #222;
    height: 35px;
    padding: 0 10px;
    transition: all .2s linear;
}

.sign-form-checkout input:focus {
    box-shadow: 0 1px 5px 1px #00000020;
    border: 1px solid #00000099;
    outline: 0;
}

.sign-form-checkout button:not(.close) {
    display: block;
    width: 100%;
    margin: 25px 0;
    padding: 0 0 2px;
    line-height: 35px;
    border: 0;
}

.sign-form-checkout p {
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

.sign-form-checkout p:hover {
    color: #000;
}

/* Modal content */
.modal-content {
    border-radius: 10px;
    cursor: default;
}

.modal-content .btn {
    height: unset;
    padding: 0 .75rem;
    line-height: 36px;
}

.modal-content h5 {
    font-weight: 600;
    margin: 2px 0 15px;
}

.modal-content #rekening {
    /*font-weight: 600;*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*margin: 0 0 15px;*/
    /*border: 0;*/
    /*padding: 0;*/
    /*width: auto;*/
    /*line-height: 0;*/
    /*display: inline-block;*/
    /*background: transparent;*/
    /*outline: 0 !important;*/
    /*cursor: default;*/
}

.modal-content .clipboard {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    border: 0;
    background-color: transparent;
    outline: 0 !important;
}

.modal-content #copy {
    position: relative;
    top: 2px;
    background-color: transparent;
    border: 0;
    padding: 0 3px;
    outline: 0 !important;
    font-size: 18px;
    color: var(--green);
}

.modal-content #copy:hover {
    color: var(--blue);
}

#copy .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 30%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

#copy .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#copy:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.info-top {
    text-align: center;
}

.info-top ion-icon {
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50%;
    background-color: greenyellow;
    color: #FFF;
    display: inline-block;
}

.info-top h3 {
    font-size: 1.4em;
    margin: 10px 0 3px;
}

.info-top p {
    margin: 0;
    color: #888;
}

.info-top .box {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    margin: 10px 30px;
    padding: 15px 20px;
    border: solid 1px #EEE;
    background-color: #f5f5f5;
    border-radius: 6px;
    box-sizing: border-box;
}

.info-top .box .label {
    flex: 0 0 25%;
    width: 25%;
}

.info-top .box .value {
    flex: 0 0 75%;
    width: 75%;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-top .box .value::before {
    content: ": ";
}

.info-top .box .value:last-child {
    margin-bottom: 0;
}

.payment-bottom {
    border: 0;
    flex-direction: column;
}

.payment-bottom .btn {
    width: 70%;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
}

.konten-detail #img,
.konten-detail #image {
    width: 80%;
    background-color: #F5F5F5;
    border: solid 2px #f1f1f1;
    margin: 10px auto;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 2px 10px #33333310;
}

.konten-detail #img > ion-icon {
    font-size: 3em;
    color: #666;
    margin: 50px 0;
}

/* Order Profile */
.orderan {

}

.orderan .invoice {
    font-size: 14px;
    color: #CCC;
    letter-spacing: 1px;
}

.orderan .invoice b {
    color: #ff6347;
    font-size: 15px;
    letter-spacing: 0;
}

/* Nav menu bottom */
.bottom {
    position: fixed;
    z-index: 10;
    background-color: #FFF;
    border-top: solid 1px #f5f5f5;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 -1px 15px #00000010;
}

.bottom ul {
    margin: 0 auto;
    padding: 5px 0;
    width: 50%;
    display: flex;
    justify-items: center;
    justify-content: space-between;
}

.bottom ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    transition: all .2s linear;
}

.bottom ul li:hover > a:before,
.bottom ul li:hover > button:before {
    content: "";
    display: inline-block;
    background-color: #22222210;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
}

.shop-badge {
    display: none;
    background-color: #e6543bcc;
    position: absolute;
    top: -1px;
    right: -1px;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    border-radius: 6px;
}

.bottom a,
.bottom button {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #777;
    font-size: 22px;
    z-index: 3;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.bottom a:focus,
.bottom button:focus ,
.bottom a.active,
.bottom button.active {
    outline: 0;
    color: #000;
}

/* Cart */
#belanjaan-kosong {
    margin-top: 0;
}

.cart-content-detail-list {
    margin: 20px 0;
}

@media (max-width: 575px) {
    .bottom ul {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .stand {
        text-align: center;
    }

    .stand img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .stand-profile,
    .stand-detail {
        width: 100%;
    }

    .stand-detail .wrap-img {
        margin-bottom: 20px;
    }

    .stand-profile .align-items-center .text-right {
        text-align: center !important;
    }
    
    .stand-profile .align-items-center img {
        margin-bottom: 10px;
    }

    #wrap-category {
        width: 100%;
        height: auto;
    }

    #category-ul {
        margin-bottom: .5em;
    }
    
    .cart-form {
        width: 100%;
    }

    .status {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .status + span {
        text-align: center;
        display: block;
        width: 100%;
    }

    .payment + .py-4 .rounded-pill{
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .payment-bottom .d-flex .btn {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 5px !important;
    }

    .transaction-timeline ion-icon {
        width: 20px;
        height: 20px;
        padding: 8px;
    }

    .transaction-timeline .line {
        top: 22px;
    }

    .transaction-timeline p {
        font-size: 11px;
    }

    .transaction-timeline span {
        font-size: 10px;
    }

    .c-left,
    .c-right {
        float: unset;
        width: 100%;
        height: auto;
        border: 0;
    }

    .c-left .container,
    .c-right .container {
        padding: 0 15px;
    }
}