@font-face {
    font-family: Eina;
    src: url(../fonts/Eina/34E6DB_F_0.ttf);
    font-weight: 700;
    unicode-range: U+000-5FF
}

@font-face {
    font-family: Eina;
    src: url(../fonts/Eina/34E6DB_C_0.ttf);
    font-weight: 600;
    unicode-range: U+000-5FF
}

@font-face {
    font-family: Eina;
    src: url(../fonts/Eina/34E6DB_D_0.ttf);
    font-weight: 400;
    unicode-range: U+000-5FF
}

@font-face {
    font-family: Staatliches;
    src: url(../fonts/Staatliches/Staatliches-Regular.ttf);
    font-weight: 300;
}

body {
    font-family: 'Eina', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited {
    color: #333;
    transition: all .2s linear;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ion-icon {
    position: relative;
    top: 2px;
}

header {
    height: auto;
    border-bottom: solid 1px #EEE;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background-color: #FFF;
    z-index: 77;
}

header .logo {
    width: auto;
    height: 60px;
    display: inline-block;
    margin: 0 auto 10px;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top #profile,
.nav-top #sign {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
}

.nav-top #profile:focus,
.nav-top #sign:focus {
    outline: 0;
}

.nav-top > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top > div button,
.nav-top > div button:focus,
.nav-top > div a,
.nav-top > div a:link,
.nav-top > div a:visited {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border-radius: 12px;
    border: 0;
    transition: all .2s linear;
}

.nav-top > div button:hover,
.nav-top > div a:hover {
    background-color: #EEE;
}

.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    list-style: none;
    padding: 0;
}

.nav-menu li a {
    outline: 0;
    transition: all .2s linear;
}

.nav-menu li a:hover {
    color: #000;
    font-weight: 600;
}

/* Content */
.title {
    display: inline-block;
    text-align: left;
    background-color: #ccc999;
    transform: skew(-20deg);
    padding: 0 25px;
    line-height: 40px;
    margin: 0;
    cursor: default;
    position: relative;
    left: 8px;
}

.title span {
    display: inline-block;
    transform: skew(20deg);
    color: #FFF;
}

.title + hr {
    background-color: #ccc999;
    height: 1px;
    width: 100%;
    border: 0;
    margin: 0 0 1em;
}

.more-link,
.more-link:link
.more-link:visited {
    position: relative;
    right: 4px;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #ccc999;
    transform: skew(-10deg);
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    transition: all 0.2s linear;
}

.more-link:hover {
    border: solid 1px #a19c52;
}

.more-link:hover > span {
    color: #7e7930;
}

.more-link > span {
    display: inline-block;
    transform: skew(10deg);
    color: #a19c52;
    font-size: 14px;
}

/* Grid Produk */
.product {
    /* margin: 0; */
    outline: 0;
}

.product .product-item {
    display: inline-block;
    padding: 0;
    margin: 0 0 20px;
    transition: all .2s linear;
    border: solid 2px transparent;
    cursor: pointer;
}

.product .product-item:hover {
    border: solid 2px #AAA674;
}

.product .wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #FFF;
}

.product img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product .caption {
    text-align: center;
    padding: 10px 4px;
    font-size: 13px;
    font-weight: 600;
}

.product .caption h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

.product .caption small {
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    margin-top: 10px;
    color: #AAA;
}

.product .caption > a:hover {
    color: #b8b15c;
    text-decoration: underline;
}

/* Detail store */
.detail {
    position: relative;
    padding: 15px 0 5px;
    z-index: 51;
}

.wrap-logo {
    border: solid 1px #EEE;
    border-radius: 8px;
    padding: 15px;
    background-color: #000000AA;
    overflow: hidden;
    position: relative;
}

.wrap-logo .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px) brightness(40%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.wrap-logo .logo {
    position: relative;
    display: block;
    text-align: center;
    width: 180px;
    z-index: 2;
}

.wrap-logo .logo img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: solid 1px #F5F5F5;
    box-shadow: 0 0 6px #22222210;
    object-fit: cover;
}

.wrap-logo .logo span {
    background-color: #928e58;
    color: #FFF;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 8px;
    text-align: center;
    line-height: 23px;
    border-radius: 20px;
    display: inline-block;
}

.wrap-logo .text {
    z-index: 2;
}

.wrap-logo .text h5 {
    color: #FFF;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-logo .text .icon-verifed {
    position: relative;
    width: 20px;
    height: 20px;
}

.wrap-logo .text span {
    color: #FFFFFFAA;
    font-size: 12px;
}

.wrap-logo .text button {
    width: auto;
    border: solid 1px #CCC;
    background-color: transparent;
    flex: 0 0 47%;
    max-width: 47%;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
    border-radius: 4px;
    color: #FFF;
    transition: all .2s linear;
}

.wrap-logo .text button:hover {
    background-color: #AAA674;
    border-color: #AAA674;
}

.wrap-logo .text button:focus,
.wrap-logo .text button:active {
    outline: 0;
}

.detail .form-row label {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.detail .form-row ion-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    top: 4px;
}

.store-menu {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 1px 15px #00000010;
    z-index: 50;
}

.store-menu a {
    display: inline-block;
    line-height: 50px;
    margin-right: 30px;
}

.store-menu a:last-child {
    margin: 0;
}

.store-menu a:hover {
    font-weight: 600;
}

.store-menu a.active {
    font-weight: 600;
    border-bottom: solid 3px #AAA674;
}

.voucher,
.store-about {
    border-radius: .25rem;
    box-shadow: 0 2px 8px #00000005;
    margin-left: 0;
    margin-right: 0;
}

.voucher .card {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 10px 15px;
    background-color: #f7e595;
}

.voucher .card:after {
    content: '';
    position: absolute;
    height: 5px;
    width:100%;
    left: 0;
    bottom: -5px;
    background-image:   linear-gradient(to right, #f7e595 5px, transparent 5px, transparent),
                        radial-gradient(10px circle at 10px 5px, transparent 5px, #f7e595 5px);
    background-size: 15px 5px;
}

.voucher .card h5 {
    font-size: 17px;
    margin: 0 0 5px;
}

.voucher .card span {
    font-size: 12px;
    color: #888;
}

.voucher .card button {
    display: inline-block;
    margin-left: auto;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    background-color: #f38342;
    padding: 0 20px;
    line-height: 33px;
    box-shadow: 0 2px 5px #00000010;
    transition: all .2s linear;
}

.voucher .card button:hover {
    background-color: #e7712c;
}

.voucher .card button:active {
    background-color: #df6721;
}

.voucher .card button:focus {
    outline: 0;
}

/* Store About */
.store-about h4 {
    font-size: 1.20em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.store-about b {
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

.store-about p {
    line-height: 1.7;
    white-space: pre-wrap;
}

.store-about #slider {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 6px #00000010;
}

.store-about .carousel-indicators {
    justify-content: center;
}

.store-about .carousel-inner,
.store-about .carousel-inner img {
    height: 300px;
}

.store-product .product-item {
    background-color: #FFF;
    border-radius: .25rem;
    box-shadow: 0 2px 8px #00000005;
}

/* Shop style */
.shop-detail {
    position: relative;
    padding: 15px 0 5px;
    z-index: 51;
}

.shop-detail img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: solid 1px #eee;
    object-fit: cover;
    box-shadow: 0 2px 6px #00000005;
}

.shop-detail h1 {
    font-size: 22px;
    font-weight: 600;
}

.shop-detail p {
    line-height: 1.7;
}

.shop-detail button {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    color: #FFF;
    background-color: #00E676;
    padding: 0 15px;
    line-height: 33px;
    border-radius: 6px;
    box-shadow: 0 1px 6px #00000020;
    transition: all .2s linear;
}

.shop-detail button:focus {
    outline: 0;
}

.shop-detail button:hover {
    background-color: #02d670;
}

.shop-detail .icon-verifed {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    top: -1px;
}

/* Product Detail */
.product-detail {
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0;
    background-color: #FFF;
    border-radius: .25rem;
    box-shadow: 0 2px 8px #00000005;
}

.product-detail .breadcrumb {
    background-color: #FFF;
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
    border-radius: 0;
}
    
.product-detail .wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: #FFF;
}

.product-detail .wrap-img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-detail .description h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-detail .description h3 {
    color: #f38342;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-detail .description h3 small {
    font-size: 12px;
    font-weight: 600;
}

.product-detail .review {
    display: flex;
}

.product-detail .review ion-icon {
    font-size: 18px;
    cursor: pointer;
    color: #f38342;
    text-decoration: none;
    margin-right: 1px;
    top: 0;
}

.product-detail .review span {
    margin-left: 8px;
    display: inline-block;
}

.product-detail .description > .d-flex {
    border-bottom: solid 1px #f4f4f4;
    padding: 10px 0;
    cursor: default;
}

.product-detail .description b {
    color: #f38342;
    font-weight: 600;
}

.product-detail .cart .group {
    background: #fde8db;
}
.product-detail .cart .group .minus,
.product-detail .cart .group .plus {
    font-size: 18px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius: 22px;
    background: #f38342;
}

.product-detail .cart .group .minus:hover,
.product-detail .cart .group .plus:hover {
    background-color: #e7712c;
}

.product-detail .favorite {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #444444AA;
}

.product-detail .favorite a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
}

.product-detail .favorite ion-icon {
    color: #dc3545
}

.product-detail .wrap-button {
    display: flex;
    margin-top: 1rem;
}

.product-detail .wrap-button button {
    padding: 0 25px;
    line-height: 35px;
    margin-right: 4px;
    border-radius: 0;
    font-weight: 600;
    transition: all .2s linear;
}

.product-detail .wrap-button button:hover {
    box-shadow: 0 1px 10px #00000050;
}

.product-detail .social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 31px;
    font-size: 17px;
    text-align: center;
    background-color: #93b5de;
    color: #FFF;
    border-radius: 0;
    margin-left: 2px;
}

.product-detail .social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px #44444450;
}

.product-detail .social a:nth-child(1) {
    background-color: #00E676;
}

.product-detail .social a:nth-child(1):hover {
    background-color: #02d670;
}

.product-detail .social a:nth-child(2) {
    background-color: #3C5B9B;
}

.product-detail .social a:nth-child(2):hover {
    background-color: #335394;
}

.product-detail .social a:nth-child(3) {
    background-color: #359BED;
}

.product-detail .social a:nth-child(3):hover {
    background-color: #2a8fe2;
}

.product-detail table .col.label {
    width: 25%;
}

.product-detail table .col.data {
    width: 75%;
}

.product-detail table > tbody > tr > th {
    padding: 4px 30px 10px 0;
}

.product-detail table > tbody > tr > td {
    padding: 4px 5px 10px 5px;
}

.product-detail #review .list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #AAA;
    font-size: 12px;
    cursor: default;
    box-shadow: 0 1px 10px #00000005;
    border: solid 1px #F3F3F3;
    border-radius: 6px;
    margin: 15px;
    padding: 15px;
}

.product-detail #review .list img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 30px;
    margin-right: 15px;
}

.product-detail #review .list .name {
    margin-right: 15px;
    align-self: center;
    color: #333;
    font-size: 15px;
}

.product-detail #review .list .rating {
    margin-top: 3px;
    display: flex;
}

.product-detail #review ion-icon {
    font-size: 16px;
    color: #f38342;
    text-decoration: none;
    margin-right: 1px;
    top: 0;
}

.product-detail #review .list p {
    margin-top: 10px;
    display: block;
    width: 100%;
    flex: 0 0 100%;
    color: #333;
    font-size: 15px;
}

/* Footer */
.footer-top {
    margin-top: 40px;
    background-color: #AAA674;
    color: #F4F4F4;
    padding: 15px 0;
    font-size: 14px;
    cursor: default;
}

.footer-top .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top .icon-left {
    float: left;
    width: auto;
    height: 100%;
    margin-right: 15px;
}

.footer-top ion-icon {
    width: 30px;
    height: 30px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 2px #FFF;
    color: #FFF;
    background-color: transparent;
    transition: all 0.2s linear;
}

.footer-top h4 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #FFF;
}

.footer-top .col-12:first-child {
    border-right: solid 1px #FFF;
}

.footer-top .col-12:hover ion-icon {
    color: #AAA674;
    background-color: #FFF;
}

.footer {
    padding: 30px 0;
    cursor: default;
}

.footer h5 {
    font-weight: 600;
    color: #AAA;
}

.footer a,
.footer a:link,
.footer a:visited {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.footer a:hover {
    font-weight: 600;
}

.footer a.social {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: solid 1px #ccc999;
    color: #ccc999;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}

.footer a.social:hover {
    font-weight: normal;
    background-color: #ccc999;
    color: #FFF;
}

.footer form {
    color: #666;
    font-size: 14px;
    padding-top: 5px;
}

.footer form input[type=text] {
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 0 10px;
    width: 100%;
    line-height: 33px;
    margin: 15px 0;
    box-shadow: 2px 5px 10px #22222210 inset;
    transition: all .2s linear;
}

.footer form input[type=text]:focus {
    border-color: #AAA674;
}

.footer form input[type=submit] {
    line-height: 35px;
    width: 100%;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    background-color: #AAA674;
    box-shadow: 0 2px 10px #22222230;
    transition: all .2s linear;
}

.footer form input[type=submit]:hover {
    background-color: #928e58;
}

.footer form input,
.footer form input:active,
.footer form input:focus {
    outline: 0;
}

.wrap-bank,
.wrap-delivery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.wrap-bank img {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.wrap-delivery img {
    margin-right: 4px;
    margin-bottom: 4px;
    max-width: 100%;
}

/* Search style */
#search-overlay {
    display: none;
}

#close-btn {
    position: fixed;
    top: 2em;
    right: 2em;
    font-size: 26px;
    cursor: pointer;
}

#close-btn:hover {
    color: #777;
}

.block {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    z-index: 999;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.search-box {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
}

.search-box input[type="text"] {
    flex: 0 0 85%;
    padding: 0 15px;
    line-height: 3.1em;
    border: 0;
    color: #333;
    outline: none;
    font-weight: normal;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.search-form {
    height: auto;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

.search-button {
    height: 2.8em;
    flex: 0 0 80px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-width: 0;
    background-color: #AAA674;
    outline: 0;
    cursor: pointer;
    transition: all .2s linear;
}

.search-button:hover {
    background-color: #a19c52;
}

.search-button:active {
    background-color: #7e7930;
}

.search-button:focus {
    outline: 0;
}

/* Cart Overlay */
.sign-block,
.cart-block {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    z-index: 1000;
}

#cart-overlay {
    display: none;
}

#close-cart:focus {
    outline: 0;
}

#close-cart:hover {
    color: #777;
}

#close-cart {
    height: 40px;
    width: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    background: transparent;
    outline: 0;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    transition: all .2s linear;
 }

.right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 6px;
}

.cart-form {
    position: relative;
    background: #FFF;
    min-height: 200px;
    overflow: auto;
    height: 100%;
    width: 350px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px;
    text-align: left;
    display: inline-block;
}

.cart-form h1 {
    font-size: 1.2em;
}

.cart-form .list {
    padding: 10px 0;
    display: block;
    height: auto;
    box-sizing: border-box;
    border-top: solid 1px #F4f4f4;
    padding: 13px 0;
    position: relative;
}

.cart-form .list:nth-child(3),
.cart-form .cart-items .list:first-child {
    border: 0;
}

.cart-form .list img {
    width: 80px;
    height: 70px;
    border-radius: 6px;
    float: left;
    object-fit: contain;
    background-color: #FFF;
    box-shadow: 0 1px 4px #44444430;
}

.cart-form .list h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.cart-form .list h5 {
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
}

.cart-form .list .detail {
    width: calc(100% - 88px);
    padding: 0;
    margin-left: 88px;
}

.cart-form .cart {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.cart-form .btn:hover {
    color: #fff !important;
}

.cart-form .row {
    margin-right: -13px;
    margin-left: -13px;
}

.cart-form .cart .group {
    background: #ECF0F5;
    height: 24px;
    padding: 0 2px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-form .cart button + .group {
    display: none;
}

.cart-form .cart .group .minus,
.cart-form .cart .group .plus {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    background: #bdd0e8;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    transition: all .2s linear;
}

.cart-form .cart .group .minus:hover,
.cart-form .cart .group .plus:hover {
    background: #a6c2e5;
}


.cart-form .cart .group .minus:active,
.cart-form .cart .group .plus:active {
    background: #93b5de;
}

.cart-form .cart .group input {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 0;
    background: none;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: inherit;
    cursor: default;
    user-select: none;
}

.cart-form .cart .group input:hover,
.cart-form .cart .group input:focus,
.cart-form .cart .group input:active {
    outline: 0;
    border: 0;
}

.cart-content-submit .btn {
    border-radius: 10px;
    color: #555;
}

#belanjaan-kosong {
    margin-top: 80%;
}

#belanjaan-kosong > ion-icon {
    color: #777;
    font-size: 3em;
    margin-bottom: 6px
}

/* Cart List */
.cart .group {
    background: #ECF0F5;
    height: 24px;
    padding: 0 2px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart button + .group {
    display: none;
}

.cart .group .minus,
.cart .group .plus {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 20px;
    background: #bdd0e8;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    transition: all .2s linear;
}

.cart .group .minus:hover,
.cart .group .plus:hover {
    background: #a6c2e5;
}


.cart .group .minus:active,
.cart .group .plus:active {
    background: #93b5de;
}

.cart .group input {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 0;
    background: none;
    font-size: 14px;
    letter-spacing: -0.5px;
    cursor: default;
    user-select: none;
    color: #ed6e24;
    font-weight: 600;
}

.cart .group input:hover,
.cart .group input:focus,
.cart .group input:active {
    outline: 0;
    border: 0;
}

/* Sign in/up overlay */
#sign-overlay {
    display: none;
}

.left {
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 6px;
}

.sign-form {
    background-color: #FFF;
    height: 100%;
    width: 300px;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 13px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.sign-form #close-sign {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.sign-form #close-sign:hover {
    color: #777;
}

.sign-form #close-sign:focus {
    outline: 0;
}

.sign-form img {
    width: 80px;
    object-fit: cover;
    display: inline-block;
    margin: 0 auto 30px;
}

.sign-form label {
    font-size: 12px;
    color: #999;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sign-form label.error {
    position: relative;
    margin: -10px 0 10px 0;
    font-size: 12px;
    color: #F00;
    letter-spacing: 0;
    text-transform: none;
}

.sign-form 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 input:focus {
    box-shadow: 0 1px 5px 1px #00000020;
    border: 1px solid #00000099;
    outline: 0;
}

.sign-form button {
    display: block;
    width: 100%;
    margin: 25px 0;
    padding: 0 0 2px;
    line-height: 35px;
    border: 0;
}

.sign-form p {
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

.sign-form p:hover {
    color: #000;

}

.sign-form #message img,
.sign-form #message2 img,
.form-signup #message img,
.form-signup #message2 img {
    position: absolute;
    right: 20px;
    margin: -42px 0 0;
    width: 20px;
}


/* Profile */
.profile {
    padding: 20px 0;
    cursor: default;
}

.profile .wrap-top img {
    width: 55px;
    height: 55px;
    border-radius: 30px;
    border: solid 1px #AAA;
    object-fit: cover;
    margin-right: 10px;
}

.profile .wrap-top b {
    display: block;
    font-size: 16px;
}

.profile .wrap-top span {
    color: #999;
    font-size: 12px;
}

.profile .wrap-top + hr {
    border-color: #EEE;
}

.profile .wrap-menu a {
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.profile .wrap-menu a.active,
.profile .wrap-menu a:hover {
    color: tomato;
}

.profile .wrap-menu a ion-icon {
    top: -1px;
    width: 13px;
    height: 13px;
    padding: 6px;
    background-color: darkorange;
    color: #FFF;
    border-radius: 50px;
    margin-right: 10px;
}

.profile .wrap-menu a:first-child ion-icon {
    background-color: mediumspringgreen;
}

.profile .wrap-menu a:last-child ion-icon {
    background-color: mediumpurple;
}

.profile .wrap-menu a:nth-child(4) ion-icon {
    background-color: hotpink;
}

.profile .wrap-menu a:nth-child(6) ion-icon {
    background-color: cadetblue;
}

.profile .wrap-menu a:last-child ion-icon {
    background-color: mediumpurple;
}

.profile .wrap-menu .indent {
    margin-bottom: 20px;
    padding-left: 35px;
}

.profile-content {
    background-color: #FFF;
    padding: 15px;
    border-radius: .25rem;
    box-shadow: 0 2px 8px #00000005;
    min-height: 300px;
    position: relative;
}

.profile-content h1 {
    font-size: 18px;
}

.profile-content h1 + p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.profile-content h1 + p + hr {
    border-color: #EEE;
    margin: 10px 0 20px;
}

.profile-content .input-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

.profile-content .input-label {
    flex: 0 0 30%;
    width: 30%;
    text-align: right;
    padding-right: 20px;
    font-size: 13px;
    color: #777;
}

.profile-content .input-value {
    flex: 0 0 70%;
    width: 70%;
}

.profile-content input {
    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: 40px;
    padding: 0 10px;
    transition: all .2s linear;
}

.profile-content input:focus {
    box-shadow: 0 1px 5px 1px #00000020;
    border: 1px solid #00000099;
    outline: 0;
}

.profile-content .input-row a,
.profile-content .input-row a:link,
.profile-content .input-row a:visited {
    position: relative;
    top: -3px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.profile-content .back {
    padding: 0 15px 0 10px;
    line-height: 33px;
    border: 0;
    background-color: transparent;
    transition: all .2s linear;
}

.profile-content .back:hover {
    background-color: #00000010;
    border-radius: 3px;
}

.profile-content .back:focus {
    outline: 0;
}

.profile-content .float-right span {
    color: tomato;
    font-weight: 600;
    line-height: 33px;
    padding: 0 10px 0 0;
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
}

.profile-content .float-right {
    color: #666;
    font-size: 12px;
}

.profile-content button {
    padding: 0 15px 2px;
    line-height: 35px;
}

.profile-content .button-top {
    position: absolute;
    top: 11px;
    right: 15px;
    padding: 0 10px;
    line-height: 27px;
    height: 30px;
    font-size: 12px;
    color: #FFF;
    padding: 0 10px 0 5px;
}

.profile-content .button-top ion-icon {
    font-size: 18px;
    top: 4px;
}

.profile-content .profile-image {
    margin-left: 30px;
    padding-bottom: 10px;
    border-left-color: #f4f4f4 !important;
}

.profile-content .profile-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    padding: 3px;
    border: solid 1px #EEE;
}

.profile-image #browse-file {
    display: none;
}

.profile-image #browse {
    display: block;
    font-family: inherit;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #00000024;
    box-sizing: border-box;
    box-shadow: inset 0 2px 0 0 #00000005;
    background-color: #00000010;
    color: #222;
    height: 33px;
    line-height: 30px;
    margin: 20px auto 0;
    padding: 0 15px;
    transition: all .2s linear;
}

.profile-image #browse:focus {
    outline: 0;
}

.profile-image #browse:hover {
    background-color: #00000020;
}

.profile-image span {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
}

/* Modal Sign */
.modal-button a,
.modal-button a:link,
.modal-button a:visited {
    display: inline-block;
    text-align: center;
    width: 100px;
    margin: 0 5px;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: transparent;
    transition: all .2s linear;
}

.modal-button a:hover {
    background-color: #ed6e2420;
}

.modal-button img {
    width: 14px;
    height: 16px;
    object-fit: fill;
    display: block;
    margin: 0 auto 5px;
}

.modal-button ion-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto 5px;
}

/* Transaction list */
.transaction .list {
    border: solid 1px #f5f5f5;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 6px #44444405;
    transition: all .2s linear;
}

.transaction .list:hover {
    box-shadow: 0 2px 6px #44444415;
}

.transaction .list .detail {
    position: relative;
    padding: 0;
    z-index: unset;
    display: flex;
    align-items: center;
}

.transaction .detail img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.transaction .detail a,
.transaction .detail a:link,
.transaction .detail a:visited {
    border-radius: 3px;
    margin-left: 20px;
    background-color: transparent;
    padding: 0 10px 2px;
    line-height: 23px;
    font-size: 12px;
    display: inline-block;
}

.transaction .detail a:nth-child(3) {
    background-color: #ff6347;
    border: solid 1px tomato;
    color: #FFF;
}

.transaction .detail a:nth-child(3):hover {
    background-color: #eb5339;
}

.transaction .detail a:last-child {
    margin-left: 5px;
    border: solid 1px #EEE;
}

.transaction .detail a:last-child:hover {
    background-color: #F5F5F5;
    border-color: #CCC;
}

.transaction .detail a ion-icon {
    top: 1px;
}

.transaction span {
    color: tomato;
    letter-spacing: 1px;
}

.transaction .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #F3F3F3;
}

.transaction .item img {
    flex: 0 0 90px;
    width: 90px;
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    padding: 2px;
    border: solid 1px #F3F3F3;
}

.transaction .item .text {
    flex: 0 0 calc(80% - 90px);
    width: calc(80% - 90px);
    padding-left: 15px;
}

.transaction .item .text h4 {
    font-weight: 500;
    font-size: 1.2em;
    color: #000;
}

.transaction .item .text h5 {
    margin: 0;
    color: #777;
    font-size: 1.1em;
}

.transaction .item .price {
    flex: 0 0 20%;
    width: 20%;
    text-align: right;
    align-self: flex-end;
}

.transaction .item .price h5 {
    font-size: 1.1em;
    font-weight: 600;
}

.transaction .item .price small {
    font-weight: 600;
}

.transaction .item .price .discount {
    text-decoration: line-through;
    color: var(--danger);
}

.transaction .payment {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-top: dotted 1px #ff634760;
    padding: 10px;
    background-color: #ff634708;
    color: #888;
}

.transaction .payment h2 {
    font-size: 1.8em;
    color: #ff6347;
}

.transaction .payment a,
.transaction .payment a:link,
.transaction .payment a:visited,
.transaction .payment button {
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding: 0 10px 1px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    border: solid 1px #DDD;
    transition: all .2s linear;
}

.transaction .payment button {
    border-color: #ff6347;
    background-color: #ff6347;
    color: #FFF;
    margin-left: 4px;
}

.transaction .payment a:hover {
    background-color: #F5F5F5;
    border-color: #BBB;
}

.transaction .payment button:hover {
    background-color: #eb5339;
}

/* Transaction Timeline */
.transaction-timeline {
    margin: 2em 1em 3em;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.transaction-timeline .line {
    position: absolute;
    left: -50%;
    top: 30px;
    z-index: 1;
    width: 100%;
    border-bottom: solid 2px #CCC;
}

.transaction-timeline li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    flex: 0 0 20%;
    width: 20%;
    text-align: center;
}

.transaction-timeline .active .line {
    border-bottom: solid 2px #02d670;
}

.transaction-timeline .cancel .line {
    border-bottom: solid 2px #02d670;
    border-bottom-style: dotted;
    border-image-source: linear-gradient(45deg, #02d670, #ff374a);
    border-image-slice: 1;
}

.transaction-timeline ion-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 10px;
    color: #CCC;
    border: solid 2px #CCC;
    border-radius: 50%;
    background-color: #FFF;
    margin-bottom: 15px;
    z-index: 99;
    position: relative;
}

.transaction-timeline .active ion-icon {
    color: #02d670;
    border: solid 2px #02d670;
}

.transaction-timeline .cancel ion-icon {
    color: #DC3545;
    border: solid 2px #DC3545;
}

.transaction-timeline p {
    color: #333;
    margin: 0;
}

.transaction-timeline span {
    font-size: 12px;
    color: #BBB;
}

.transaction-timeline + .line {
    margin: 0 -15px;
    border: 0;
    height: .1875rem;
    width: calc(100% + 30px);
    background-position-x: -1.1rem;
    background-size: 7.25rem .1875rem;
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
}

.detail-list {
    display: block;
    margin-top: 20px;
}

.detail-list .list {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent;
}

.detail-list .list:hover {
    box-shadow: unset;
}

.detail-list .payment {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.detail-list .payment > div {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.detail-list .payment h2 {
    margin: 0;
}

.detail-list .payment h5 {
    color: tomato;
    font-size: 18px;
    margin: 0;
}

/* Custom BS */
.form-control {
    font-size: 1em;
    font-family: inherit;
}

.btn {
    font-size: 1em;
    font-family: inherit;
    outline: 0 !important;
}

.modal-content {
    border-radius: 10px;
    cursor: default;
}

.modal-content .btn {
    height: unset;
    padding: 0 .75rem;
    line-height: 36px;
}

.modal-content h5:not(.modal-title) {
    font-weight: 600;
    margin: 0 0 15px;
}

.modal-body label {
    margin: 0;
}

.carousel-item {
    height: 450px;
}

.carousel-item img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    width: 100%;
    background: linear-gradient(to top, #000000EE -100%, #FFFFFF00 100%);
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding-left: 5%;
    padding-bottom: 10px;
}

.carousel-indicators {
    justify-content: flex-end;
    margin-right: 5%;
    margin-left: 5%;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 0;
    margin: 0 5px 5px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 45%;
    display: inline-block;
    height: 10%;
    width: 4%;
    color: #fff;
    background: #00000010;
    padding-top: 12px;
    box-sizing: border-box;
    vertical-align: middle
}

.nav-tabs {
    border-color: #EEE;
    margin-bottom: 10px;
}

.nav-tabs .nav-item {
    margin: 0 30px 0 0;
}

.nav-tabs .nav-link {
    color: #999;
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #444;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    font-weight: 600;
    padding: 0;
}

.table-vertical-center td {
    vertical-align: middle;
}

/* Custom SELECT2 */
.select2 {
    width: 100% !important;
}

span.select2-selection.select2-selection--single {
    line-height: 34px;
    height: 34px;
    font-size: 15px;
    padding: 0;
    border: 1px solid #ced4da;
}

span.select2-selection__rendered {
    color: #666;
    line-height: 33px !important;
    height: 33px !important;
    padding: 0 .75rem !important;
    font-size: 15px;
}

span.select2-selection__arrow {
    height: 32px !important;
    right: 5px !important;
}

@media (min-width: 1440px) {
    .carousel-item {
        height: 650px;
    }

    .carousel-item img {
        height: 650px;
    }
}

@media (max-width:768px) {
    .centered {
        width: 95%;
    }

    .search-button {
        width: 50px;
        flex: 0 0 50px;
    }

    .search-box input[type="text"] {
        left: 10px;
        line-height: 3.4em;
        font-size: 15px;
        letter-spacing: 0;
        font-weight: 600;
    }

    #close-btn {
        top: 20px;
        right: 20px;
    }
}