.page-submenu {
  background: #fff;
  margin: 0 0 20px 0;
  border: 1px solid #d8dade;
}
.page-submenu a {
  display: block;
  line-height: 40px;
  font-size: .8em;
  float: left;
  margin-right: 10px;
  color: #e20808;
}
.page-submenu a:hover,
.page-submenu a.active {
  color: #343434;
}
.page-submenu a.active {
  background-image: url(../images/ecommerce/red-dot.gif);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.cart-nav {
  font-size: 11px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cart-nav li {
  float: left;
  line-height: 40px;
  padding:0 25px 0 15px;
  color: #7a7a7a;
  position: relative;
}
.cart-nav li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/ecommerce/ecommerce-bc.png);
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  height: 100%;
  width: 11px;
}
.cart-nav li:last-child {
  margin-right: 0;
}
.cart-nav li:last-child:after {
  display: none;
}
.cart-nav li.current {
  color: #151515;
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.sc-top {
  background: #ffdf00;
  color: #151515;
  line-height: 50px;
  letter-spacing: 0.05em;
  overflow: hidden;
  font-size:1.5em;
}
.sc-bottom {
  margin-bottom: 20px;
  background: #fff;
}
.sct1,
.sct2 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sct11-2 {
  display: none;
}
.sct1 {
  width: 87%;
  padding-left: 15px;
}
.sct1-2,
.sct1-3 {
  display: none;
}
.sct2 {
  width: 13%;
}
.scb-child {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f8f8f8;
}
.scb-child:nth-child(even) {background:#efefef;}
.scb-total {
  background:#e7e7e7;
  width: 100%;
  padding: 15px;
  font-weight: bold;
}
.scbt-left {
  float: left;
  font-size: 13px;
  display:inline-block;
  vertical-align:bottom;
  height:100%;
}
.scbt-left.bigger {font-size:16px;}
.scbt-right {
  float: right;
  color: #444;
  font-size: 16px;
  display:inline-block;
}
.scbt-right.smaller {font-size:13px;}
.scbt-right.bigger {font-size:16px;}
.scbt-right span {display:block; font-size:12px; text-align:right;}
.scbc {
  float: left;
}
.scbc h3 {
  margin-top: 0;
}
.scb1 {
  width: 100%;
  padding: 15px;
}
.scb2 {
  width: 13%;
}
.btn-cancel {
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/ecommerce/icon-cancel.png) no-repeat center center;
  background-size: 100% 100%;
  text-indent: -9999px;
  float: right;
}
.btn-cancel:hover {
  background: url(../images/ecommerce/icon-cancel2.png) no-repeat center center;
  background-size: 100% 100%;
}
.scb1 .img-wrap {
  float: left;
  width: 45px;
  height: 45px;
  position: relative;
}
.scb1 .img-wrap img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scb1-txt {
  margin-left: 60px;
  font-size: 12px;
  color: #444444;
  line-height: 1.5em;
}
.scb2 {
  padding-top: 15px;
  padding-right: 15px;
}
.scb1-1 h3 a {
  color: #343434;
}
.scb1-1 h3 a:hover {
  color: #e20808;
}
.scb1-1 p {margin-bottom:0;}
.scb1-2 {
  margin: 15px 0;
}
.scb1-2 input {
  border: 1px solid #b7b7b7;
  background:#fff;
  width: 40px;
  height: 30px;
  text-align: center;
  color: #444;
  font-size: 12px;
  margin: 0 3px;
}
.scb1-2 input:hover,
.scb1-2 input:focus {
  border: 1px solid #151515;
}
.scb1-3 {
  font-weight: bold;
  font-size: 14px;
  color: #343434;
}
.scb11-1 h3 {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 1.14em;
}
.plusminus {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-left: -1px;
  margin-right: 3px;
}
.pm-plus {
  margin-top: -1px;
}
.pm-plus,
.pm-minus {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pm-plus:hover,
.pm-minus:hover {
  background-color: #efefef;
}
.pm-plus {
  background-image: url(../images/ecommerce/pm-plus.png);
}
.pm-minus {
  background-image: url(../images/ecommerce/pm-minus.png);
}
.btn-nuke-checkout {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #e20808;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.btn-nuke-checkout:hover {
  background: #e20808;
}
/* CHECK OUT */
.checkout-form {padding-bottom:30px;}
.checkout-form .btn-area .submit-btn {
  font-size: 1.24em;
  background: #e20808;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1em;
  padding:10px 30px;
  height:auto;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}
.checkout-form .btn-area .submit-btn:hover {
  background: #151515;
}
.cpb-child {
  padding:15px;
  background:#fafafa;
  margin-bottom: 30px;
}
.cpb-child.last-child {
}
.cpb-child h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
.cpb-child .select-style {
  border: 1px solid #d8dade;
  width: 100%;
  overflow: hidden;
  background: url("../images/ecommerce/icon-select.png") no-repeat right center #ffffff;
  background-size: 30px 9px;
}
.cpb-child .select-style select {
  text-transform: none;
  border: 1px solid #d8dade;
  padding: 6px 10px;
  width: 100%;
  font-size: 12px;
  color: #343434;
  padding: 0 10px;
  height: 38px;
  width:calc(120% + 40px)!important;
  border: none!important;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.cpb-child .select-style select:focus {
  outline: none;
}
.ringkasan-table {
  width: 100%;
}
.ringkasan-table thead th {
  color: #fff;
  font-size:1.14em;
  background: #e20808;
  padding: 0 15px;
  text-align: left;
  text-transform: uppercase;
  line-height: 40px;
}
.ringkasan-table tbody td {
  padding: 10px 15px;
  border-bottom: 1px solid #d8dade;
  font-size: 13px;
  background: #fff;
}
.ringkasan-table tbody td.td1 {
  text-align: left;
  border-left: 1px solid #d8dade;
}
.ringkasan-table tbody td.td2 {
  text-align: right;
  border-right: 1px solid #d8dade;
}
.ringkasan-table tbody .diskon {
  color: #009933;
}
.payment-accordion {
  margin-bottom: 5px;
}
.pa-child,
.aa-child {
  border-bottom:1px solid #eee;
}
.pa-toggle,
.aa-toggle {
  display: block;
  font-size: 11px;
  color: #9d9fa2;
  padding: 8px 15px;
  letter-spacing: 0.025em;
  background-color: #fff;
  background-image: url(../images/ecommerce/icon-arrow-down2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px 7px;
  font-weight:bold;
}
.pa-toggle.opened,
.pa-toggle:hover,
.aa-toggle.opened,
.aa-toggle:hover {
  background-color: #f0f0f0;
  text-decoration:none;
  color:#151515;
}
.pa-toggle.opened,
.aa-toggle.opened {
  color: #444;
}
.pac-child,
.aac-child {
  padding: 15px 15px 0 15px;
  display: none;
  background: #fff;
}
.pacc,
.aacc {
  padding-bottom: 15px;
}
.pacc input.rme-radio[type="radio"] + label.rme-label {
  background-position: left 20px;
}
.aacc input.rme-radio[type="radio"] + label.rme-label {
  background-position: left top;
  color: #444;
}
.pacc label p {
  color: #444;
}
.cp-top {
  border-bottom: 1px solid #d8dade;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.cp-top h3 {
  margin-top: 0;
  font-size: 13px;
  margin-bottom: 1px;
  letter-spacing:0;
}
.cp-top h2 {
  background: #ffdf00;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #151515;
  padding: 0 15px;
  font-size: 1.14em;
  margin-bottom: 0;
  line-height: 40px;
}
.cpt-child {
  border-bottom: 1px solid #d8dade;
  padding: 10px 15px;
  overflow: hidden;
  background: #f7f7f7;
}
.cpt-child .img-wrap {
  float: left;
  width: 45px;
  height: 45px;
  border: 1px solid #d8dade;
  position: relative;
  background:#fff;
}
.cpt-child .img-wrap:hover {
  border: 1px solid #e20808;
}
.cpt-child .img-wrap img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cpt-child .scb1-2 {
  margin-bottom: 1px;
  margin-top: 1px;
}
.ecat .label-input {
  margin-bottom: 15px;
}
.ecat .label-input label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  padding-bottom: 10px;
}
.ecat .label-input input,
.ecat .label-input textarea {
  padding: 10px 15px;
  border: 1px solid #d8dade;
  width: 100%;
  font-size: 13px;
}
.ecat .label-input textarea {
  height: 80px;
  resize: none;
}
.address-accordion {
  margin-bottom: 30px;
  margin-top: -15px;
}
.aa-child .btn-green {
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 15px;
}
.aacc input.rme-radio[type="radio"] + label.rme-label a:hover {
  text-decoration: underline;
}
#tambah-alamat {
  padding: 20px 30px;
  background: #fff;
}
#tambah-alamat h2 {
  color: #343434;
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-bottom: 25px;
}
.btn-add-address {
  display: inline-block;
  background: #e20808;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-size: 12px;
}
.btn-add-address:hover {
  background: #e20808;
}
input[type=radio].rme-radio,
input[type=checkbox].rme-check {
  display: none;
}
input[type=radio].rme-radio + label.rme-label,
input[type=checkbox].rme-check + label.rme-label {
  padding-left: 25px;
  display: inline-block;
  line-height: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio].rme-radio:checked + label.rme-label {
  background-image: url(../images/ecommerce/custom-radio2.png);
  background-size: 19px 17px;
}
input[type=radio].rme-radio +.rme-label {
  background-image: url(../images/ecommerce/custom-radio1.png);
  background-size: 19px 17px;
  color: #343434;
  font-size: 12px;
  font-weight: normal;
}

input[type=checkbox].rme-check +.rme-label {
  background-image: url(../images/ecommerce/custom-centang1.png);
  background-size: 19px 17px;
  color: #343434;
  font-size: 12px;
  font-weight: normal;
}
input[type=checkbox].rme-check:checked + label.rme-label {
  background-image: url(../images/ecommerce/custom-centang2.png);
  background-size: 19px 17px;
}

.scart-wrap .btn-wrap {text-align:right; padding-bottom:40px;}
.scart-wrap .btn-wrap a {display:inline-block; color:#fff; line-height:40px; padding:0 30px; background:#e20808; font-size:16px; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.scart-wrap .btn-wrap a:hover {background:#151515; text-decoration:none;}

.cpt-subtotal {font-weight:bold; overflow:hidden; line-height:1.6em;}
.cpts1 {float:right; width:55%; float:left; text-align:right;}
.cpts2 {text-align:right; float:left; width:45%;}
.grandsubtotal {font-size:14px;}
.cpb-pengiriman {margin-bottom:10px;}
.cpb-shipping {display:none; padding:10px 0 0;}
.cpb-subchild {margin-bottom:15px;}
.cpb-subchild h3 {margin-bottom:5px;}
.cpb-subchild p {line-height:1.375em; margin-bottom:0;}

.scbt-lr {overflow:hidden; line-height:2em;} 

.confirmation-btn {text-align:left!important;}
.confirmation-btn a {margin-bottom:10px; margin-right:15px;}

@media (min-width: 480px) {
  /* CART */
  .pa-toggle,
  .aa-toggle {
    padding: 12px 25px;
    font-size: 12px;
  }
  .pacc label p,
  .aacc input.rme-radio[type="radio"] + label.rme-label,
  .aa-child .btn-red {
    font-size: 13px;
  }
  .aa-child .btn-red {
    width: auto;
    margin-left: 25px;
    margin-bottom: 25px;
  }
  #tambah-alamat .profile-form {
    width: 350px;
  }
  #tambah-alamat h2 {
    font-size: 21px;
  }
}
@media (min-width: 540px) {
  /* CART */
  .cart-nav {
    font-size: 12px;
  }
  .scb1 .img-wrap {
    width: 60px;
    height: 60px;
  }
  .scb1-txt {
    margin-left: 75px;
    font-size: 14px;
  }
  .scb1-2 input {
    font-size: 14px;
  }
  .scb1-3 {
    font-size: 16px;
  }
  .btn-cancel {
    width: 18px;
    height: 18px;
  }
  .scbt-lr {margin:5px 0;}
  .scbt-left,
  .scbt-right.smaller {
    font-size: 16px;
  }
  .scbt-left.bigger,
  .scbt-right, .scbt-right.bigger {
    font-size: 20px;
  }
  .cp-top h3 {
    font-size: 15px;
  }
  
  .scbt-lr {padding-left:75px; font-size:0;}
  .scbt-left {width:60%; text-align:right; padding-right:20px; float:none; display:inline-block; line-height:24px;}
  .scbt-right {width:40%; text-align:left; float:none; display:inline-block; line-height:24px;}
  .scbt-right span {text-align:left; font-size:14px;}
  
  .cpt-subtotal {font-size:15px;}
  .grandsubtotal {font-size:18px;}
  .cpb-pengiriman {display:inline-block; width:40%; margin-right:5%;}
}
@media (min-width: 640px) {
  /* CART */
  .scb1-1,
  .scb23 {
    float: left;
  }
  .scb1-1 {
    width: 60%;
  }
  .scb23 {
    width: 40%;
  }
  .scb1-2 {
    margin-top: 0;
  }
  .btn-nuke-checkout {
    font-size: 14px;
    padding: 13px 20px;
  }
}
@media (min-width: 768px) {
  /* CART */
  .cart-nav {
    font-size: 13px;
  }
  .sct123 {
    margin-left: 75px;
  }
  .sct1 {
    padding-right: 15px;
    width: 100%;
  }
  .sct2 {
    width: 10%;
  }
  .sct1-1,
  .sct1-2,
  .sct1-3 {
    float: left;
  }
  .sct1-2,
  .sct1-3 {
    display: block;
  }
  .sct1-1 {
    width: 50%;
  }
  .sct1-1 span {
    margin-left: -150px;
  }
  .sct1-23 {
    overflow: hidden;
    display: block;
  }
  .sct1-2 {
    width: 40%;
  }
  .sct1-3 {
    width: 60%;
  }
  .scb1 {
    width: 100%;
  }
  .scb2 {
    width: 10%;
  }
  .scb1-2 span,
  .scb1-3 span {
    display: none;
  }
  .scb1-1,
  .scb23 {
    width: 50%;
  }
  .scb23 {
    overflow: hidden;
  }
  .scb1-2 {
    float: left;
    width: 40%;
  }
  .scb1-3 {
    float: left;
    width: 60%;
    line-height: 30px;
  }
  .cp-top h3 {
    font-size: 16px;
  }
  
  .scbt-left {width:70%;}
  .scbt-right {width:30%;}
  /* CHECKOUT */
  .cpt-child .scb1-2 span,
  .cpt-child .scb1-3 span {
    display: inline;
  }
  .cpt-child .scb1-2,
  .cpt-child .scb1-3 {
    line-height: 21px;
  }
  .ecat .label-input label {
    font-size: 14px;
  }
  .pa-toggle,
  .aa-toggle {
    font-size: 14px;
    padding: 15px 25px;
  }
  
  .scart-wrap .btn-wrap a {line-height:50px; font-size:21px;}
  
  .cpb-pengiriman label {font-size:14px!important;}
  .cpb-subchild h3 {font-size:18px;}
  .confirmation-btn {text-align:center!important;}
  .scart-wrap .btn-wrap a {margin:0 10px;}
  
  .cp-child {overflow:hidden;}
  .cpc {float:left; width:50%; max-width:300px;}
}
@media (min-width: 992px) {
  /* CART */
  .cart-nav {
    font-size: 14px;
  }
  .with-beli .oc-li {
    height: 300px;
  }
  .sct1-1,
  .scb1-1 {
    width: 65%;
  }
  .scb23 {
    width: 35%;
  }
  .sct11-1 {
    display: block;
    float: left;
    width: 60%;
  }
  .scb11-1 h3 {
    padding-top: 5px;
  }
  .sct11-2 {
    display: block;
    float: left;
    width: 40%;
  }
  .scb11-1 {
    float: left;
    width: 60%;
  }
  .scb11-2 {
    float: left;
    width: 40%;
  }
  .scb11-2 p {
    line-height: 30px;
  }
  .sct1-1 span {
    margin-left: 0;
  }
  .sct11-1 span {
    margin-left: -75px;
  }
  .scb11-2 {
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    line-height: 30px;
  }
  .scb11-2 span {
    display: none;
  }
  .lc-btn span {
    background-size: auto 14px;
    background-position: 4px center;
    padding-left: 34px;
  }
  /* CHECKOUT */
  #checkout-page .container {
    overflow: hidden;
  }
  .cp-top {
    float: left;
    width: 38%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 1px;
  }
  .cp-bottom {
    float: right;
    width: 59%;
  }
  .cpt-child .scb1-1,
  .cpt-child .scb23,
  .cpt-child .scb1-2,
  .cpt-child .scb1-3 {
    float: none;
    width: 100%;
  }
  .cpt-child .scb1-1 {
    margin-bottom: 15px;
  }
  
  .scbt-left {width:79%; padding-right:40px;}
  .scbt-right {width:21%;}
  
  .confirmation-preview {padding-bottom:30px; overflow:hidden;}
  .cp-c1 {float:left; width:300px;}
  .cp-c2 {margin-left:350px;}
}
@media (min-width: 1200px) {
  /* CART */
  #shopping-cart .btn-red {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sc-top {
    line-height: 50px;
  }
  .btn-nuke-checkout {
    font-size: 16px;
    padding: 15px 25px;
  }
  .cart-nav li {
    line-height: 50px;
  }
  .cart-nav li:after {
    height: 50px;
  }
  
  .scart-wrap .btn-wrap a {font-size:24px;}
  
  .cpb-child {padding:15px 20px;}
  .cpb-child .select-style select {font-size:14px;}
  .cpb-pengiriman label {font-size:16px!important;}
  .checkout-form {padding-bottom:50px;}
  .checkout-form .btn-area {padding-top:10px;}
  .checkout-form .btn-area .submit-btn {padding:12px 50px; font-size:1.5em;}
}
