#product {
  max-width: 520px;
  margin: 0 auto;
}
#product .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
}
#product-slide {
  margin: 0;
  display: flex;
  align-items: center;
}
#product-slide img {
    margin: 0 auto;
}
.custom-thumb > a {
  margin: 1%;
  position: relative;
  overflow: hidden;
  padding-top: 16%;
}
.custom-thumb > a > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-order-exp {
  line-height: 1.8;
}
.product-order-exp > h2 {
  color: #32A29E;
  border-bottom: 2px solid #32A29E;
  padding-bottom: 5px;
}
.cta,
.product-order {
  width: 100%;
  border: 4px solid #C6E5E4;
  padding: 30px;
  border-radius: 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.product-order table th,
.product-order table td {
  border-top: none;
}
.product-order table th {
  padding-left: 0;
}
.btn-addcart {
  background-color: #EB706E;
  color: #fff;
  border: 1px solid #eb806e;
  width: 100%;
  border-radius: 40px;
}
.btn-addcart:hover {
  background-color: #E05350;
  color: #fff;
}
.icon-lg-w {
  background-position: -264px -96px;
}
.input-prepend.input-append input {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 50px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}
#prd-opt-table,#option_tbl {
  width: 100%;
}
#prd-opt-table tr:nth-child(odd) {
  background: #eff7f7;
}
#prd-opt-table th,
#prd-opt-table td {
  padding: 10px;
  text-align: left;
}
#prd-opt-table td > div,
#prd-opt-table td > label {
  vertical-align: middle;
  display: inline-block!important;
}
#prd-opt-table td > label { 
  margin-left: 10px;
  margin-bottom: 0;
}
#prd-opt-select {
  width: 100%;
}