/*-------------------------------*\
       Oketoko © Oketheme.com
\*-------------------------------*/

/* STATUS */
.pending {
  color: red;
  text-transform: capitalize;
}
.proses,.request {
  color: #FF8000;
  text-transform: capitalize;
}
.kirim {
  color: #e2c702;
  text-transform: capitalize;
}
.selesai, .aktif, .paid {
  color:#4CAF50;
  text-transform: capitalize;
}
.batal {
  color: #AAA;
  text-transform: capitalize;
}

/* LOOK GRID/LIST */
.look {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.look span{
  cursor: pointer;
}
.look-active {
	opacity: 0.5;
}

/* DETAIL PRODUK */
.boxview {
  width: 40%;
  float: left;
}
.boxdetail {
  width: 60%;
  padding-left: 15px;
  float: right;
}
.boxdetail h1,.boxdetail .big {
  line-height:1.2em;
  margin: 5px 0 10px;
}
.boxdetail form.jcart {
	margin: 10px 0;
}
.boxdetail form.jcart .buybutton {
	margin: 0;
}
.kolom1{
	width: 55%;
	float: left;
	padding-right: 15px;
}
.kolom2 {
	width: 45%;
	float: right;
	border: 1px solid #F2F2F2;
	padding: 0 10px 10px;
	background: #FFF;
}
.kolom2 .jumdiv,.kolom2 .buybutton {
	width: 100%;
}
.kolom2 .input-number {
	width: 40%;
}
.kolom2 .jumdiv {
	margin-bottom: 10px;
}

/* ZOOM PREVIEW */
.zoomwrap {
  position: relative;
  border: 1px solid #F2F2F2;
}
.zoomcover {
  display: none;
}
#zoomview {
  width: 100%;
}
#galeriview {
  width: 100%;
  margin-top: 10px;
  height: 137px;
  overflow: auto;
  white-space: nowrap;
}
#galeriview img{
  opacity: 0.7;
  background: #FFF;
  border: 1px solid #F2F2F2;
  margin-right: 3px;
}
#galeriview .active_gal img {
  opacity: 1;
  border: 1px solid var(--color2);
}
#galeriview::-webkit-scrollbar-track, #galeriview::-webkit-scrollbar-thumb {
  display: none; 
}
#galeriview:hover::-webkit-scrollbar-track,#galeriview:hover::-webkit-scrollbar-thumb {
  display: block; 
}
.zoomhp, .zoomfull {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 80%;
  z-index: 2;
}
.zoomhp {
  display: none;
  cursor: pointer;
}

/* TABLE INFO */
.tabinfo {
  width: 100%;
  margin: 10px 0;
}
.tabinfo td{
  padding: 8px 10px;
  vertical-align: top;
}
.tabinfo tr td:nth-child(1) {
	width: 50%;
	font-weight: 600;
}
.tabinfo tr:nth-child(2n+1){
  background: #F9F9F9;
}
.tabinfo td:nth-child(1){
  border-right: 2px solid #FFF;
}
.product-note {
  margin: 10px 0;
}
.product-note li {
	list-style-type: none;
    padding: 0 0 0 25px;
    position: relative;
    margin: 2px 0;
}
.product-note li:before {
	position: absolute;
	left: 5px;
	content: "\2713";
	color: #666;
}

/* HARGA, QTY & BUTTON */
.harga {
  font-size: 160%;
  font-weight: 600;
}
.hargathumb {
  font-size: 110%;
  font-weight: 600;
}
#harganya, #beforenya {
  display: none;
}
.coret {
  text-decoration:line-through;
  color: #999;	
}
.jumdiv {
  width: 35%;
  float: left;
}
.jumdiv button:hover {
  color: #FFF;
}
.btn-number {
  background: #F2F2F2;
  color: #555;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  width:30%;
  padding:0;
  float: left;
  font-size: 24px;
  font-family: Arial;
  border: none;
}
.input-number {
  background: #F9F9F9;
  height: 60px;
  width:34%;
  vertical-align: middle;
  line-height: 60px;
  border: none;
  box-shadow: none;
  text-align: center;
  float: left;
  font-weight: bold;
}
.buybutton {
  height: 60px;
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  padding:0;
  width: 65%;
  border: none;
	margin: 10px 0;
}
.buybutton i {
  margin-right: 5px;
}
.buyt {
  background: var(--color2);
}
.buyt:hover {
  background: var(--color1);
}
.grid:hover .buyt img{
  transform: none;
}

/* OPSI */
#colorsize {
	margin: 10px 0;
}
#warnanya, #ukurannya {
  display: none;
  border-color: var(--color2);
}
.opsi {
  position: relative;
	margin-top: 10px;
}

/* OPSI: WARNA PRODUK */
#warnabox{
  position: relative;
	border-bottom: 2px solid #FFF;
	background: #F9F9F9;
	padding: 10px 10px 0;
	overflow: auto;
	white-space: nowrap;
}
#warnabox::-webkit-scrollbar-track, #warnabox::-webkit-scrollbar-thumb {
  display: none; 
}
#warnabox:hover::-webkit-scrollbar-track,#warnabox:hover::-webkit-scrollbar-thumb {
  display: block; 
}
#warnabox b {
	display: block;
}
.warni{
	display:inline-block;
	width:28px;
	height: 28px;
	border: 1px solid #F2F2F2;
	cursor:pointer;
	margin: 5px 5px 5px 0; 
	border-radius: 50%;
}
.warni:hover{
    border-color: var(--color2);
}
.warni.selected{
	position: relative;
	border: 3px solid #FFF;
}
.warni.selected:before {
	content:'\2713';
	position: absolute;
	bottom: -3px;
	left: -3px;
	top: -3px;
	right: -3px;
  text-align: center;
	border-radius: 50%;
	font-weight: 900;
	color: var(--color2);
	font-size: 16px;
	border: 1px solid var(--color2);
}

/* OPSI: PILIHAN PRODUK */
#pilihanbox{
	overflow: auto;
	white-space: nowrap;
	padding: 10px 10px 0;
	background: #F9F9F9;
}
#pilihanbox::-webkit-scrollbar-track, #pilihanbox::-webkit-scrollbar-thumb {
  display: none; 
}
#pilihanbox:hover::-webkit-scrollbar-track,#pilihanbox:hover::-webkit-scrollbar-thumb {
  display: block; 
}
#pilihanbox b {
	display: block;
}
.pilih{
  border: 1px solid #F2F2F2;
  cursor:pointer;
	display: inline-block;
	background: #FFF;
	margin: 5px 10px 10px 0; 
	padding: 5px;
	font-size: 85%;
}
.pilih span{
	background: #F9F9F9;
	padding: 5px 10px;
	display: inline-block;
}
.pilih strong{
	background: #F2F2F2;
	float: right;
	padding: 5px 10px;
	display: inline-block;
}
.pilih:hover{
  border-color: var(--color2);
}
.pilih.selected{
  border-color: var(--color2);
}

/* LINK TO MP */
.marketp {
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
.marketp span {
	display: inline-block;
}

/* VIEW FORM */
.viewform {
	width: 58%;
	margin-right: 2%;
	float: left;
}
.viewform #jcart table tbody {
	display:block;
	max-height: 500px;
	overflow: auto;
}
.viewform .jcart-items {
	padding: 10px 0;
}
	
/* TABLE STYLE */
.oketable input,.oketable textarea,.oketable select {
	width: 100%;
}
.oketable td {
	padding: 5px;
	vertical-align: top;
}
.oketable td:nth-child(1) {
	width: 40%;
}
.oketable ::placeholder {
	color: #CCC;
}
.viewform .oketable {
	margin-bottom: 20px;
}

/* VIEW CART */
.viewcart {
	width: 40%;
	padding: 10px;
	float: right;
	background: #FFF;
	border: 2px solid #F2F2F2;
}
#dcart td {
  padding: 5px;
}
#dcart tr td:nth-child(2) {
  text-align: right;
}
.addresscust {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 45px;
  clear:both;
}
.addresscust p {
  font-size: 90%;
  margin: 0;
}
.addresscust span{
  position: absolute;
  top:7px;
  right: 7px;
  display: inline-block;
}
.addresscust span:hover {
  color: var(--color2);
}
input[type=text].invis {
  width:0;
  height:0;
  padding:0;
  display:block;
  visibility:hidden
}

#voucherpop input{
	width: 70%;
	float: left
}
#voucherpop p button {
	width: 30%;
}
.voucher {
  display: none;
  text-align: center;
  background: #E2FFD9;
  padding: 10px;
  overflow: hidden;
}
.voucher li {
  list-style: none;
  padding: 5px 10px;
}
.vouch {
  color: #e49e00;
  text-transform: uppercase;
  background: #FFFFEC;
  border: 1px solid #F2F2F2;
  font-family: monospace;
  font-weight: 600;
  font-size: 110%;
  position: relative;
}
.vouch .hapusvouch {
  position: absolute;
  top:0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.cocart {
  max-width: 340px;
  background: #FFFFBF;
  padding: 20px;
  margin: 20px auto;
  border: #F2F2F2 solid 1px;
  text-align: center;
}

/* PAYMENT PAGE */
.paystatus {
	max-width:480px;
	margin:0 auto 40px;
	text-align:center;
	padding: 15px;
	background-image: linear-gradient(to top, #F9F9F9, #FFF);
	border: 1px solid #F2F2F2;
}
.paystatus ul{
  border-top:1px solid #F2F2F2;
  margin-top:15px;
  padding:15px 0 0 20px;
}
.paystatus ol{
  border-top:1px solid #F2F2F2;
  margin-top:15px;
  padding:15px 0 0 20px;
}
.paystatus li {
  padding: 3px 0;
  text-align: left;
}
.payinfo {
  border-top:1px solid #F2F2F2;
  padding-top:10px;
  margin-top:10px
}

/* ONGKIR */
#kurirbox {
  position: relative;
  padding: 10px;
}
#kurirbox .kurirblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff2f2b0;
  border: 1px solid #f7b1b1;
}
#kurirbox .kurirblock span{
  display: inline-block;
  background: #f7b1b1;
  color: #FFF;
  padding: 5px 10px;
  position: absolute;
  bottom: 100%;
  right: -1px;
}

#resultongkir table, #resultresi table {
  background: #FCFCFC;
  border: 1px solid #F2F2F2;
}
#resultongkir tr:nth-child(even), #resultresi tr:nth-child(even) {
  background: #FFF;
}
#resultongkir tr:hover, #resultresi tr:hover {
  background: #F9F9F9;
}
#resultongkir th, #resultresi th {
  background-image: linear-gradient(to top, #F9F9F9, #FFF);
  padding: 10px;
  border-bottom: 1px solid #F2F2F2;
}
#resultongkir td, #resultresi td {
  padding: 6px 10px;
}
#resultongkir input[type="radio"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#resultongkir th:nth-last-child(1):before{
	content: '\2713';
}
#resultongkir.ongkircek th:nth-last-child(1):before{
	content: '';
}
.ongkircek input[type="radio"] {
 display:none;
}
.ongkircek table.kurtamb,.ongkircart .notis,.ongkircek .info {
 display:none;
}

/* PROFILE */
.boxpp {
	width: 26%;
	padding: 20px;
	text-align: center;
	float: left;
	background-image: linear-gradient(to bottom, #FAFAFA, #FFF);
	border: 1px solid #F2F2F2;
}
.boxpp ul {
  margin: 30px 0;
  text-align: left;
}
.boxpp ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  box-shadow: 0 1px #FFF;
  padding: 7px 5px 7px 20px;
}
.boxinfo {
	width: 74%;
	padding-left: 30px;
	float: right;
}
.boxinfo .tabprofil {
	margin-bottom: 20px;
}
.boxinfo .tabprofil tr td:nth-child(2) {
  border-bottom: 2px solid #F9F9F9;
}
.tabprofil td {
	vertical-align: top;
	padding: 5px;
}
.tabprofil input,.tabprofil select,.tabprofil textarea {
	width: 100%;
}
.tabprofil tr td:nth-child(1) {
  width: 40%;
}

/* PROFILE AVATAR */
#ppcircle, #ppcircle-edit {
    border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-color: #FFF;
}
.pp-upload, .pp-edit {
	cursor: pointer;
	background: #E5E5E5;
	border-radius: 50%;
	padding: 7px;
	font-size: 16px;
}
.uploadpic {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* ORDER TABS */
.datalist {
border: 1px solid #F2F2F2;
margin: 20px 0;
background: #FFF;
font-size: 90%;
text-align: center;
}
.dataTables_length, .dataTables_filter, table.dataTable {
margin-bottom: 10px;
font-size: 90%;
}
table.dataTable>tbody>tr.child ul.dtr-details {
width: 100%;
text-align: left;
}
table.dataTable>tbody>tr.child ul.dtr-details li{
overflow: hidden;
}
table.dataTable>tbody>tr.child span.dtr-title {
display: block;
float: left;
width:40%;
}	
table.dataTable>tbody>tr.child span.dtr-data {
display: block;
float: right;
width:56%;
}

/* LOGIN & REGISTER */
.loginwrap {
  max-width: 380px;
}
.regwrap {
  max-width: 800px;
}
.midwrap {
  max-width: 900px;
}
.regleft {
  width: 50%;
  float: left;
  padding-right: 15px;
  border-right: 1px solid #F2F2F2;
}
.regright {
  width: 50%;
  float: right;
  padding-left: 15px;
}
.midform {
  border: 1px solid #F2F2F2;
  background-image: linear-gradient(to top, #F9F9F9, #FFF);
  padding: 20px;
  margin: 30px auto;
  overflow: hidden;
}
.midform input[type="text"], .midform input[type="password"],.midform label {
  width: 100%;
}
.captchay {
  max-width: 316px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}

/* UPLOAD BUKTI TRANSFER */
#preview_bukti {
	max-width:100%;
	height:250px;
	margin-top:10px;
	display:none;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 5px;
}
.hapusbukti {
	background: #FFF;
	padding: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.hapusbukti:hover {
	background: var(--color2);
	color: #FFF;
}

/* JCART MODIF */
#jcart table {
  width: 100%;
  background: #FFF;
  margin-top: -5px;
}
#jcart tr, #jcart td  {
 width: 100%;
 display: block;
 overflow: hidden;
}

.jcart-items {
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
}
.jcart-items img {
	float: left;
	margin: 0 10px 2px 0;
}	
.jcart-remove {
	color: red;
}
.jcart-item-size {
	margin:5px 0;
	font-size: 90%;
}
.ubahqty {
	text-align: center;
	border: none;
	padding: 5px 7px;
	border-bottom: 2px solid #F2F2F2;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 90%;
}
.jcart-items input  {
	border-color: var(--color1);
	color: var(--color1);
}

.jcart-item-price {
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.jcart-item-foot {
  padding: 10px;
  text-align: right;
  position: relative;
  background: #F9F9F9;
}
.jcart-item-total {
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.jcart-item-qtyberat {
	margin-top: 5px;
	display: inline-block;
}
#jcart-subtotal {
	font-size: 130%;
	font-weight: bold;
	margin-left: 10px;
	color: var(--color1);
}
.ukco {
  font-size: 90%;
  border: 1px solid #F2F2F2;
  background: #FAFAFA;
  padding: 2px 5px 3px;
  display: inline-block;
}

#jcart-buttons input {
  margin: 2px;
  padding: 2px;
}

/* POP JCART */
.popcart {
  background-color: #FFF;
  margin: 0 auto;
  padding: 10px;
  max-width: 500px;
}
.popcart img {
  background: #FFF;
  border: #F2F2F2 solid 1px;
  margin: 0 15px 5px 0;
  float: left;
}

/* ERROR JCART */
#jcart-sizetip {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff2f2b0;
  border: 1px solid #f7b1b1;
}
#jcart-sizetip span{
  display: inline-block;
  background: #f7b1b1;
  color: #FFF;
  padding: 5px 10px;
  position: absolute;
  bottom: 100%;
  right: -1px;
}
#jcart-tooltip {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 100px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1ee9;
}

/* WIZARD CHECKOUT */
.nav-pills {
  background-color: #D5D5D5;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 40px;
  text-align: center;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  padding: 0;
  font-size: 13px;
  max-width: 120px;
  margin: 0 auto;
  color: #D5D5D5;
  position: relative;
  top: -32px;
  z-index: 1;
}
.nav-pills > li > a:after {
  content: '';
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -4px;
  transform: scale(0);
  transition: .2s all linear;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: transparent;
  color: #D5D5D5;
  outline: 0 !important;
  cursor: pointer;
}
.nav-pills > li.active > a:after {
  content: '';
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -2px;
  transform: scale(1);
  transition: all 0.2s linear;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: var(--color1);
  transition: font-size 0.2s linear;
}
.nav-pills > li.active > a [class*="ti-"],
.nav-pills > li.active > a:hover [class*="ti-"],
.nav-pills > li.active > a:focus [class*="ti-"] {
  color: #FFF;
  font-size: 28px;
  top: 10px;
  transition: all 0.2s linear;
}
.wizard-card .icon-circle {
  font-size: 20px;
  border: 4px solid #D5D5D5;
  text-align: center;
  color: #D5D5D5;
  font-weight: normal;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  margin: 10px auto;
  position: relative;
  top: -2px;
}
.wizard-card .icon-circle [class*="ti-"] {
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 0px;
  top: 14px;
}
.wizard-card .nav-pills > li.active > a:after {
  background-color: var(--color1);
}
.wizard-card .nav-pills .icon-circle.checked {
  border-color: var(--color1);
}
.wizard-card .wizard-navigation .progress-bar {
  background-color: var(--color1);
}
.wizard-card .disabled {
  display: none;
}
.wizard-navigation {
  position: relative;
  height: 150px;
}
.wizard-navigation .progress-with-circle {
  position: relative;
  top: 40px;
  z-index: 1;
  height: 5px;
}
.wizard-card .wizard-navigation .progress-with-circle .progress-bar {
  box-shadow: none;
  transition: width .3s ease;
}
.wizard-footer {
	margin: 0 -10px -10px -10px;
	background: #F9F9F9;
	padding: 10px;
}
.tab-pane {
    animation: moveInRight .5s ease-out;
}

/* AFILIASI PAGE */
.affstats {
  overflow: hidden;	
  margin-top: -10px;
}
.affstats li {
  width: 33.333%;
  padding: 10px;
  float: left;
  list-style-type: none;
}
.affstats li:nth-child(3n+1){
	clear: left;
}
.affstats strong {
  display: block;
  font-size: 180%;
}

/* AFILIASI BANNER */
.affbanner {
  width: 100%;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
  overflow: hidden;
  position: relative;
}
.affbanner textarea {
  width: 100%;
  margin: 15px 0;
  box-shadow: none;
}
.affbanner button {
  position: absolute;
  padding: 5px 10px;
  right: 5px;
  bottom: 37px;
  border: none;
}
.affbanner .copyinfo {
  position: absolute;
  left: 6px;
  padding: 5px 10px;
  background: #FFF;
  bottom: 37px;
  border: 1px solid #F2F2F2;
  display: none;
}

/* BANK */
.bankwrap {
  padding: 10px;
  margin: 10px 0;
  background: #FFF;
  border: 1px solid #F2F2F2;
  overflow: hidden;
}
.banx {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banx span {
  display: inline-block;
  padding: 5px;
}
.banx span:nth-child(2){
  background: #FFFFEC;
  border: 1px solid #F2F2F2;
  font-family: monospace;
  font-weight: 600;
  padding: 5px 10px;
  margin-right: 5px;
}
.bca, .bni, .bri, .cimb, .danamon, .mandiri, .muamalat, .xbank {
  background-image: url(images/bank.jpg);
  background-repeat: no-repeat;
  width: 120px;
  height: 40px;
}
.bca {
  background-position: 0 0;
}
.mandiri {
  background-position: 0 -40px;
}
.bri {
  background-position: 0 -80px;
}
.danamon {
  background-position: 0 -120px;
}
.bni {
  background-position: 0 -160px;
}
.cimb {
  background-position:  0 -200px;
}
.muamalat {
  background-position:  0 -240px;
}
.xbank {
  background-position:  0 -280px;
}

/* INVOICE SEARCH */
.invsearch {
  max-width: 400px;
  margin: 0 auto;
}
.invsearch input {
  width: 38%;
}
.invsearch button {
  width: 18%;
}

/* INVOICE STATUS FILTER */
.inv-filter {
  border-bottom: 2px solid #F2F2F2;
  padding: 10px 0 0;
  margin-bottom: 15px;
  display: grid;
}
.inv-filter ul li {
  float: left;
  list-style-type: none;
  padding: 5px 10px;
  border-bottom: 2px solid #F2F2F2;
  margin-bottom: -2px;
  cursor: pointer;
  color: #555;
  text-align: center;
}
.inv-filter .current, .inv-filter li:hover {
  border-bottom: 2px solid var(--color1);
  color: var(--color1);
}
.inv-filter .current {
  font-weight: 600;
}

/* POP INVOICE */
.invpop {
padding: 15px;
background: #FFF;
max-width: 500px;
min-width: 500px;
max-height: 600px;
display: none;
}
.invpop td {
  padding: 5px;
}
.invpop td:nth-child(2n) {
  width: 40%;
}
.invpop ul li {
  padding: 3px 0;
  margin: 5px 10px 5px 30px;
}
.invpop .history {
	border-left: 1px dashed #DDD;
	margin: 10px 0 0 10px;
}
.invpop .history li {
  margin: 0 10px 10px 14px;
	padding: 0 0 0 5px ;
	list-style-image: url('images/dot-grey.png');
}
.invpop .history li:first-child {
	list-style-image: url('images/dot-green.png');
}
.invjudul {
  font-size: 105%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #F5F5F5;
  margin: 20px 0 5px;
}
.invtotal {
display : inline-block;
padding : 10px 15px;
background : #FFF;
text-align : center;
margin-top : 10px;
border : #F2F2F2 solid 1px;
box-shadow : 0 5px 0 0 rgba(0, 0, 0, 0.03);
font-weight: bold;
}

/* PAYMENT */
.mid_bank_transfer, .mid_gopay, .mid_indomaret, .mid_alfamart, .mid_credit_card, .mid_bca_klikbca, .mid_bca_klikpay, .mid_bri_epay, .mid_mandiri_clickpay, .mid_cimb_clicks, .mid_danamon_online, .mid_telkomsel_cash, .mid_mandiri_ecash  {
  background-image: url(images/payment.jpg);
  background-repeat: no-repeat;
  height: 40px;
  margin: -5px 0 10px 24px;
}
.mid_bank_transfer {
  background-position: 0 0;
  width: 390px;
}
.mid_gopay {
  background-position: 0 -40px;
  width: 396px;
}
.mid_indomaret {
  background-position: 0 -80px;
  width: 86px;
}
.mid_alfamart {
  background-position: 0 -120px;
  width: 278px;
}
.mid_credit_card {
  background-position: 0 -160px;
  width: 175px;
}
.mid_bca_klikbca {
  background-position: 0 -200px;
  width: 52px;
}
.mid_bca_klikpay {
  background-position: 0 -240px;
  width: 125px;
}
.mid_bri_epay {
  background-position: 0 -280px;
  width: 125px;
}
.mid_mandiri_clickpay {
  background-position: 0 -320px;
  width: 67px;
}
.mid_cimb_clicks {
  background-position: 0 -360px;
  width: 126px;
}
.mid_danamon_online {
  background-position: 0 -400px;
  width: 97px;
}
.mid_telkomsel_cash {
  background-position: 0 -440px;
  width: 106px;
}
.mid_mandiri_ecash {
  background-position: 0 -480px;
  width: 258px;
}

/* EKSPEDISI */
.ekspedisi, .esl, .jne, .jnt, .pandu, .pcp, .pos, .rpx, .sicepat, .tiki, .wahana, .pahala, .cahaya, .sap, .jet, .indah, .dse, .slis, .first, .ncs, .star, .ninja, .lion, .idl, .rex, .ide, .sentral, .anteraja {
  background-image: url(images/ekspedisi.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 130px;
  height: 60px;
  border: #F2F2F2 solid 1px;
  margin: 5px;
}
.ekspedisi img {
	width: 100%;
	height: 100%;
	display: block;
	background: #FFF;
}

.jne {
  background-position: 0 0;
}

.pos {
  background-position: -130px 0;
}

.tiki {
  background-position: -260px 0;
}

.pcp {
  background-position: -390px 0;
}

.esl {
  background-position: -520px 0;
}

.rpx {
  background-position: -650px 0;
}

.pandu {
  background-position: -780px 0;
}

.wahana {
  background-position: -910px 0;
}

.sicepat {
  background-position: -1040px 0;
}

.jnt {
  background-position: -1170px 0;
}

.pahala {
  background-position: -1300px 0;
}

.cahaya {
  background-position: -1430px 0;
}

.sap {
  background-position: -1560px 0;
}

.jet {
  background-position: -1690px 0;
}

.indah {
  background-position: -1820px 0;
}

.dse {
  background-position: -1950px 0;
}

.slis {
  background-position: -2080px 0;
}

.first {
  background-position: -2210px 0;
}

.ncs {
  background-position: -2340px 0;
}

.star {
  background-position: -2470px 0;
}

.ninja {
  background-position: -2600px 0;
}

.lion {
  background-position: -2730px 0;
}

.idl {
  background-position: -2860px 0;
}

.rex {
  background-position: -2990px 0;
}

.ide {
  background-position: -3120px 0;
}

.sentral {
  background-position: -3250px 0;
}

.anteraja {
  background-position: -3380px 0;
}

.ekspedisi {
  background-position: -3510px 0;
}

/* MISC */
.cornerclose {
	position:absolute;
	top:8px;
	right:10px;
	font-size:14px;
	cursor:pointer
}

/* TRIPAY */
.tripay input[type="radio"],.tripay label {
  cursor: pointer;
  width: unset;
}