/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* devanagari */
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
*{-webkit-tap-highlight-color:transparent}
body{font-family:'Google Sans Text',-apple-system,BlinkMacSystemFont,'Segoe UI',Oxygen,'Helvetica Neue',sans-serif;overflow:hidden;overflow-y:auto;width:100%}
.hide{display:none!important;}
 body
        {
            background: #dde1e7;
            background-repeat: no-repeat;
            background-size: 200%;
        }
/* Header */
header {
    height: 55px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.header-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: 55px;
    background-color: #dde1e7;
    border-bottom: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
}
.header-container {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 25px;
    padding: 8px 0;
    width: calc(100% - 50px);
    
}
.header-wrap a, .menu-kategori {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}
.header-wrap img {
    position: relative;
    max-height: 40px;
    width: auto;
}
.nama-pengguna {
		width:24%;
		height :auto;
		font-family:Arial;
		font-weight: bold;
		font-size:18px;
		color:black;
		position:fixed;
		top:17px;
		left:10%;
		
		z-index: 10006;
	}
.menu-kategori .button {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    z-index: 2;
    outline: 0;
    margin-top:34px;
    
}
.menu-kategori .button .line1, .menu-kategori .button .line2, .menu-kategori .button .line3 {
    position: absolute;
    left: 0;
    display: block;
    height: 3px;
    width: 22px;
    background: #232020;
    content: '';
    border-radius: 5px;
    transition: all .2s;
    
}
.menu-kategori .button .line1 {
    top: 0;
}
.menu-kategori .button .line2 {
    top: 10px;
}
.menu-kategori .button .line3 {
    top: 20px;
}

/* Main */
#main-produk {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: (1fr)[8] (minmax(48px,1fr))[4];
    grid-template-columns: repeat(8,1fr) repeat(4,minmax(48px,1fr));
    max-width: 800px;
    margin: 0 auto;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-top: 75px;
    padding-bottom: 25px;
    background: #dde1e7;
}
.main-produk-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    -ms-grid-row: 2;
    grid-row-start: 2;
}
#informasi {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 500;
    font-size: 90%;
    text-align: center;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.15);
}

/* Index */
.main-produk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.main-produk-container .post {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 8px;
}
.main-produk-container .post .post-image {
    position: relative;
    width: 100%;
    border-top-left-radius: 13px;
border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}
.main-produk-container .post .post-image img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding:3px;
    border-top-left-radius: 13px;
border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
}
.main-produk-container .post .post-image .post-status {
    position: absolute;
    top: 0;
    background: #dde1e7;
    color: #222222;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
    border-radius: 4px 0 6px 0;
    z-index: 3;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}
.main-produk-container .post .post-meta {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: calc(100% - 10px);
    overflow: hidden;
}
.main-produk-container .post .post-meta h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    display: -webkit-box;
    width: 100%;
    min-height: 50px;
    color: #222222;
    line-height: 24px;
    margin: 7px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-produk-container .post .post-meta h2:hover {
    color: #27AE60;
}
.main-produk-container .post .post-meta .detail-produk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.main-produk-container .post .post-meta .detail-produk a {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background:#27AE60;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}
.main-produk-container .post .post-meta .detail-produk a:hover {
    background: #222222;
    color: #ffffff;
}
@media (max-width:560px){
    .main-produk-container .post {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 8px;
    }    
}













/* Item Produk */
.main-produk-post {
    position: relative;
    width: calc(100% - 30px);
    padding: 0 15px;
    
    
}
.inner-produk .inner-produk-image {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 640px;
    overflow: hidden;
}
.inner-produk .inner-produk-image .post-status {
    position: absolute;
    top: 0;
    background: #ffffff;
    color: #222222;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eee;
    border-radius: 4px 0 6px 0;
    z-index: 3;
}
.inner-produk .inner-produk-image img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.inner-produk .inner-produk-header {
    margin: 20px auto 35px auto;
}
.inner-produk .inner-produk-header h1 {
    color: #212121;
    line-height: 42px;
    letter-spacing: -.011em;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
.inner-produk .inner-produk-header h1:hover {
    color: #e93314;
}
.inner-produk-header .post-meta {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 0;
    position: relative;
}
.meta-author-date, .meta-share {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.meta-author-date .author-avatar {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post-meta .post-meta-top {
    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: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}
.post-meta .post-meta-top .post-author {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-meta .post-meta-top .post-time {
    font-size: 12px;
    color: #757575;
}
.post-meta .post-meta-top .post-time svg {
    position: relative;
    width: 14px;
    height: 14px;
    left: 0;
    vertical-align: -2px;
    margin-right: 5px;
    fill: #27AE60;
}
.meta-share .share-toggle {
    position: relative;
}
.meta-share .share-toggle .button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #27AE60;
    fill: currentColor;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
}
.inner-post-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px 0;
    padding-left: 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}
.inner-post-button a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #222222;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    border-radius: 12px;
}
.inner-post-button .beli-produk {
    background: #27AE60;
}

/* Box Produk */
.box-data-produk {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.box-data-produk-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    padding-top: 30px;
    margin: auto;
    transform: translate(-50%,-45%);
    background-color: #dde1e7;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
    max-height: calc(100vh - 150px);
    overflow: auto;
}
.box-data-produk-wrap .tombol-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0 5px 0 5px;
    outline: none;
    cursor: pointer;
}
.item-data-produk {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    padding: 15px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.item-data-produk .simpleCart_items {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
.box-data-produk-wrap::-webkit-scrollbar-thumb, .item-data-produk .simpleCart_items::-webkit-scrollbar-thumb {
    background-color:#ddd;
    border-radius:5px
}
.empty-cart {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
}
.empty-cart svg {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    margin: auto;
    fill: #27AE60;
}
.empty-cart .center {
    position: relative;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.box-harga-produk {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    text-align: center;
    margin: 10px 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}
.box-harga-produk .simpleCart_total {
    font-weight: 600;
    color: #ff0000;
}
.box-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 0 0 5px 5px;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.box-checkout button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #222222;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    outline: none;
}
.box-checkout .kembali {
    background: #27AE60;
    color: #ffffff;
}
#pilihan-kurir {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    margin: 10px 0 20px 0;
    padding: 0 15px;
}

/* Item Produk */
.item-data-produk .itemRow {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 26px);
    font-weight: 700;
    text-align: left;
    display: block;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #27AE60;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}
.item-data-produk .item-thumb {
    float: left;
    height: 100px;
}
.item-data-produk .item-thumb img {
    width: 90px;
    height: auto;
    border-radius: 0.3rem;
    float: left;
    margin: 0 10px 0 0;
}
.item-data-produk .item-name {
    font-size: 14px;
    margin-bottom: 10px;
}
.item-data-produk .item-remove {
    right: 0;
    top: 5px;
    display: block;
    position: absolute;
}
.item-data-produk .item-remove a {
    color: #e93314;
    font-size: 15px;
    padding: 2px 5px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
}
.item-data-produk .item-price, .item-data-produk .item-link, .item-data-produk .item-toko, .item-data-produk .item-alamat {
    display: none;
}
.item-data-produk .item-decrement, .item-data-produk .item-quantity, .item-data-produk .item-increment {
    font-size: 12px;
    display: table-cell;
    border: 1px solid #444444;
}
.item-data-produk .item-decrement a, .item-data-produk .item-increment a {
    padding: 4px 10px;
    text-align: center;
    color: #ffffff;
    background: #444444;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}
.item-data-produk .item-decrement a svg, .item-data-produk .item-increment a svg {
    width: 10px;
    height: 10px;
}
.item-data-produk .item-quantity {
    background: #ffffff;
    width: 30px;
    border-left: 0;
    border-right: 0;
    text-align: center;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 15%);
    padding: 0 10px;
    font-size: 12px;
    vertical-align: middle;
}
.item-data-produk .item-total {
    float: right;
    display: block;
    position: relative;
    color: #ff460c;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 13px;
}
.item-data-produk .item-total .sub-total {
    color: #222222;
}
.item-data-produk .item-size {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Detail Lokasi */
.button-tab button {
    position: relative;
    background: transparent;
    color: #a7a1a1;
    padding: 5px 10px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #a7a1a1;
    cursor: pointer;
}
.button-tab button.tab-opsi.active {
    color: #222222;
    border-bottom: 1px solid #222222;
}
.form-lokasi {
    position: fixed;
    top: 120px;
    z-index: 9;
}
.form-lokasi.fixed {
    top: 15px;
}
.form-lokasi form {
    position: relative;
    display: block;
    width: 300px;
    height:76px;
    background: #dde1e7;
    margin-left: 28px;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
    border-radius:10px;
    top:22px;
}
.data-form {
    position: relative;
    display: block;
    width: calc(100% - 20px)
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    backgroud:#dde1e7;
    
}
.data-form input {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    padding: 7px 10px;
    max-width: 250px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    outline: none;
    background:#dde1e7;
}
.form-cod .data-form input {
    max-width: 640px;
}
.data-form input:focus {
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}   
#map {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    margin: 15px 0;
}
#detail {
    position: fixed;
    width: 100%;
    max-width: 300px;
    display: none;
    background: #dde1e7;
    padding: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 7px 7px 0 0;
	box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
}
.tombol-lanjut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 0 0 0;
    padding-left: 0;
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    gap: 5px;
}
#toko {
    display:none;
}
.tombol-lanjut a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 5px);
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #222222;
    box-sizing: border-box;
    display: block;
    padding: 7px 0;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
	border-radius:10px;
}
.tombol-lanjut .lanjut {
    background: #27AE60;
    color: #fff;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
    border-radius:10px;
}
.tombol-lanjut a:hover {
    background: #e93314;
    color: #fff;
    box-shadow: inset -3px -3px 7px #ffffffb0, inset 3px 3px 5px rgba(94, 104, 121, 0.692);
    border-radius:10px;
}

/* Menu Form Checkout */
.form-checkout {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 30px;
    width: calc(100% - 30px);
}
.form-checkout .tombol-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0 5px 0 5px;
    outline: none;
    cursor: pointer;
}
.title-keterangan {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    
}
.data-lokasi-asal, .data-lokasi-tujuan, .data-kurir, .data-toko {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px 0;
    border-bottom: 1px solid #999;
    
    
}
.detail-ongkir {
    position: relative;
    margin: 10px 0;
}
.data-ongkos {
    font-weight: 600;
    color: #ff0000;
}
#pilihan-kurir select, #lokasi-cod, .form-checkout select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    display: block;
    border: none;
    
    box-shadow: inset -3px -3px 7px #ffffffb0, inset 3px 3px 5px rgba(94, 104, 121, 0.692);
    border-radius:10px;
    
    background: #dde1e7;
    color: #444;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    background-image: url(data:image/svg+xml,%3Csvg\ style=\'fill:rgba\(0,0,0,.4\);\'\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 512\ 512\'%3E%3Cpath\ d=\'M256\ 294.1L383\ 167c9.4-9.4\ 24.6-9.4\ 33.9\ 0s9.3\ 24.6\ 0\ 34L273\ 345c-9.1\ 9.1-23.7\ 9.3-33.1.7L95\ 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3\ 7-17c9.4-9.4\ 24.6-9.4\ 33.9\ 0l127.1\ 127z\'%3E%3C/path%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 10px;
    background-size: 20px auto;
    padding-right: 45px;
    position: relative;
}
.form-cod {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.form-checkout input {
    position: relative;
    display: block;
    width: 94%;
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border: none;
    
    outline: none;
}
#pilihan-kurir select:focus, #lokasi-cod:focus, .form-checkout select:focus, .form-checkout input:focus {
    border:none;
    border-bottom: 1px solid #999;
    outline: none;
}
.box-checkout .total-belanja {
    background: #dde1e7;
    color: red;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
    border-radius:17px;
}
.box-checkout .kirim-data {
    background: #27AE60;
    box-shadow: -3px -3px 7px #ffffffb2, 3px 3px 5px rgba(94, 104, 121, 0.945);
    border-radius:17px;
}
.box-checkout .kirim-data:hover {
    background: #3271d7;
    box-shadow: inset -3px -3px 7px #ffffffb0, inset 3px 3px 5px rgba(94, 104, 121, 0.692);
    border-radius:17px;
}
