.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
#product{
  min-height: 700px;
}
#side{
  position: absolute;
  top: 94px;
  max-width: 260px;
  min-width: 200px;
}
@media screen and (max-width: 800px){
  #product{
    min-height: 800px;
  }
}
@media screen and (max-width: 768px){
  #product{
    min-height: 300px;
  }
  #side{
    position: relative;
    top: 0;
    max-width: none;
    min-width: none;
  }
}
@media screen and (max-width: 600px){
  .ctm_items_d th.imgB{
    width: 100% !important;
    display: block;
    text-align: center !important;
  }
  .ctm_items_d th.imgB img{
    display: block;
    margin: 0 auto 3px;
  }
  .ctm_items_d td.txtB{
    width: 100%;
    display: block;
  }
  .product-order{
    text-align: center !important;
  }
}

.ctm_items_d{
  display: block;
  width: 100%;
}
.ctm_items_d th.imgB{
  width: 210px;
  vertical-align: top;
  text-align: left;
}
.ctm_items_d td.txtB{
}
.ctm_items_d td.txtB .table{
  width: 100%;
}
.ctm_ptb th,
.ctm_ptb td{
  padding-top: 10px;
  padding-bottom: 10px;
}

.item_details p{
  padding: 5px 5px 5px 8px;
}
.itemInfo{
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  padding: 6px 25px 10px 25px;
  font-size: 0.7rem;
  border-radius: 2px;
  margin-bottom: 10px;
}
.itemInfo b{
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 2px;
}
.itemInfo span{
  color: #C00;
}
.itemInfo2{
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 2px;
}
.itemInfo2 th{
  vertical-align: middle;
  text-align: center;
  padding-left: 45px;
}
.itemInfo2 th .img{
  display: block;
  width: 100px !important;
  height: auto;
  max-width: none;
}
.itemInfo2 td{
  font-size: 0.7rem;
  vertical-align: middle;
  padding: 1em 2em;
}
.itemInfo2 td b{
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 4px;
}
@media screen and (max-width: 414px){
  .itemInfo{
    padding: 6px 15px 10px 15px;
  }
  .itemInfo2 th{
    padding-left: 15px;
  }
  .itemInfo2 td{
  	padding: 1em 1em 1em 1.4em;
  }
}
.bkLink {
  display: block;
  margin-bottom: 1em;
}
.bkLink a {
  display: inline-block;
  color: #777;
}
@media screen and (max-width: 414px){
  .bkLink {
    margin-bottom: 2em;
  }
  .bkLink a {
    display: block;
    text-align: center;
    padding: .8em 0;
    border: 1px solid #777;
    border-radius: 1em;
  }
}

.ctm_opBox {
  position: relative;
  display: flex;
  align-items: center;
  top: -10px;
}
.ctm_opBox .ctm_imgB {
  width: 100px;
  margin-right: 15px;
}
.ctm_opBox .ctm_imgB img {
  width: 100%;
  height: auto;
}
.ctm_opBox .prduct-option {
  flex-grow: 2;
}
.ctm_opBox .prduct-option .ctm_atn {
  clear: left;
  display: block;
  font-size: 80%;
  padding-top: 3px;
}
@media screen and (max-width: 414px){
  .ctm_opBox .ctm_imgB {
    width: 150px;
  }
}

