h1,
h2,
h3,
h4 {
  font-weight: bold;
}

#go-checkout {
  position: fixed;
  z-index: 1;
  top: 30px;
  right: 0;
  width: 32px;
  height: 120px;
  padding: 10px 12px 10px 8px;
  line-height: 120%;
  background: #96c;
  color: #fff !important;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 0 2px;
}

#view-sidecart {
  position: fixed;
  z-index: 1;
  top: 150px;
  right: 0;
  width: 32px;
  padding: 10px 12px 10px 8px;
  line-height: 120%;
  background: #d00;
  color: #fff !important;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 0 2px;
}

#close-sidecart {
  background: #09f;
  color: #fff !important;
  width: 30px;
  line-height: 120%;
  padding: 10px 5px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 0 2px;
  position: absolute;
  margin-left: -40px;
  margin-top: 30px;
  display: none;
}

#sidecart {
  position: fixed;
  top: 100px;
  right: 0;
  margin-top: 0;
  padding: 0 20px 10px 10px;
  right: -600px;
  background: #fff;
  width: 590px;
  height: calc(100vh - 150px);
  z-index: 9999;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-sizing: border-box;
}

.sidecart-shadow {
  box-shadow: rgba(0, 0, 0, 1) 0 0 12px;
}

@media all and (max-width: 1280.1px) {
  .submenu .btn {
    font-size: 13px;
    font-weight: normal;
  }
}

#order-table tbody td ol,
#cart-table tbody td ol {
  margin: 0;
  padding-left: 17px;
}

#order-table tbody td li,
#cart-table tbody td li {
  margin: 0;
}

#sidecart th.th-content,
#sidecart td.td-content {
  display: none;
}

td ul {
}
