.upperhead,
.upperhead a,
.upperhead a:visited{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.wa-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.page-title {
    font-size: 14px;
    text-transform: uppercase;
}
.totalpembeli {
    position: relative;
    top: 5px;
    font-size: 10px;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #c20202;
}
.lazy {
    width:100%;
}
.label-best {
    position: relative;
}
.label-best:before {
    position: absolute;
    content: 'BEST SELLER';
    padding: 2px 7px;
    background-color: #40bc4a;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
}
.label-grosir {
    position: relative;
}
.label-grosir:after {
    position: absolute;
    content: 'GROSIR';
    padding: 2px 7px;
    background-color: #FFD9AF;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #333;
    border-radius: 2px;
    font-size: 11px;
}
.label-new {
    position: relative;
}
.label-new:before {
    position: absolute;
    content: 'NEW';
    padding: 2px 7px;
    background-color: #c72fd1;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
}
.label-limited {
    position: relative;
}
.label-limited:before {
    position: absolute;
    content: 'LIMITED';
    padding: 2px 7px;
    background-color: #4076bc;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
}
.print-none {
    display: none;
}
.page-keranjang h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.page-profile .title {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    max-height: 1em;
    text-transform: uppercase;
}
.page-profile h3 {
    font-size: 14px;
    color: #444;
    overflow: hidden;
    max-height: 1em;
    text-transform: uppercase;
}
.page-profile .form-login lable{
    color: #333;
    font-weight: bold;
}
.page-profile .form-login .button {
    padding: 5px 20px;
    border-radius: 3px;
    border: 0;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
}
.page-profile .form-login .button:hover {
    background-color: #ddd;
    color: #333;
}
.page-profile .form-login {
    padding: 20px;
    border: 1px solid #ddd;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
}
.page-profile .input {
    width: 100%;
}
.pointer {
    cursor: pointer;
}
.opsitoggle {
    position: relative;
    left: 30px;
}
.page-keranjang .opsitoggle input {
    position: absolute;
    top: 4px;
    left: -30px;
}
.pesan-transfer i {
    font-size: 50px;
    color: #333;
    margin-bottom: 20px;
}
.frame-invoice span {
    border: 1px solid #777;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    background: #333;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
}
.noborder td, .noborder th {
    border: 0 !important;
}
.navigasi .slick-slide:hover img,
.navigasi .slick-current img{
    padding: 3px;
    cursor: pointer;
    transition: 300ms ease all;
}
.single-harga {
    font-size: 18px;
    color: #333;
}
.sku-container {
    border-bottom: 2px solid #e6e6e6;
    background-color: #f8f8f8;
    padding: 5px 10px;
}
.belilain {
    color: #333;
    font-size: 16px;
    padding: 5px 0;
}
.btn-sosmed {
    padding: 2px 5px;
    border: 1px solid;
    border-radius: 3px;
}
.color-fb {
    color: #3b5998;
}
.color-twit {
    color: #1ea1f3;
}
.color-gplus {
    color: #e94233;
}
.love,
.unlove:hover{
    color: #fe4365;
    cursor: pointer;
}
.unlove,
.love:hover{
    color: #FF9E9D;
    cursor: pointer;
}
.slider-produk img {
    width:100%;
}
#accordion label {
    padding-left: 10px;
    cursor: pointer;
}
#accordion article {
	background: #fff;
	height:0px;
	text-align: center;
	overflow:hidden;
	transition: all ease 300ms;
}
#accordion article p {
	padding: 1em;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	height: auto;
	transition: all ease 300ms;
	margin-bottom: .125em;
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
.tabel-keranjang {
    border: 2px solid #ddd;
}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 26px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #012A4B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 8px;
}

.slider.round:before {
    border-radius: 5px;
} 

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}