.images_layout {
  /* width: 95%; */
  float: left;
  margin: 10px;
}
.images_layout > .main_image {
  /* width: 99%; */
  /*max-height: 490px;*/
  float: left;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.images_layout > .main_image > img {
  width: 100%;
  height: auto;
  float: left;
}
.images_layout > .list_thumbnail {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px;
}
.images_layout > .list_thumbnail > li {
  /* width: 24%; */
  overflow: hidden;
  float: left;
  margin-right: 6.8px;
  margin-bottom: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.images_layout > .list_thumbnail > li > img {
  height: 100px;
  width: 135px;
}
.images_layout > .list_thumbnail > li.active {
  border-color: #000000;
}

.detail {
  width: 95%;
  float: left;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
}

table.list_oder > thead > tr {
  height: auto;
}
table.list_oder > thead > tr > td.c_1 {
  width: 5%;
}
table.list_oder > thead > tr > td.c_2 {
  width: 7%;
}
table.list_oder > thead > tr > td.c_3 {
  width: 30%;
}
table.list_oder > tbody > tr {
  height: auto;
}
table.list_oder > tbody > tr > td.c_1 {
  width: 5%;
}
table.list_oder > tbody > tr > td.c_2 {
  width: 7%;
}
table.list_oder > tbody > tr > td.c_3 {
  width: 30%;
}
table.list_oder > tbody > tr > td > div {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
table.list_oder > tbody > tr > td > div > img {
  width: 100px;
  float: left;
  margin-right: 5px;
}
table.list_oder > tbody > tr > td > div > a {
  color: #2196f3;
  text-decoration: none;
  line-height: 25px;
}
table.list_oder > tbody > tr > td > div > a:hover {
  color: #83c55f;
}
table.list_oder > tbody > tr > td > div > span {
  line-height: 25px;
}
table.list_oder > tbody > tr > td > .status_1 {
  color: #2196f3;
}
table.list_oder > tbody > tr > td > .status_2 {
  color: #5ec35e;
}
table.list_oder > tbody > tr > td > .status_3,
table.list_oder > tbody > tr > td > .status_4 {
  color: red;
}
.btn-proceed-checkout {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: right;
  margin: 15px;
}
.btn-proceed-checkout > span {
  height: 34px;
  float: left;
  border: 0;
  padding: 0 0 0 9px;
  font: bold 15px/34px Arial, Helvetica, sans-serif;
  color: #fff;
  background: url(../images/bg_cart_view.png) repeat-x;
}
.btn-proceed-checkout > span > span {
  background-position: 100% 0;
  padding: 0 25px 0 16px;
}
.btn-proceed-checkout > span:hover {
  background-position-y: -40px;
}
.tabs-group {
  width: 100%;
}
.tabs-group > .tabs-title {
  width: 100%;
  background-color: #f5f5f5;
  /* border: 1px solid #ccc;  */
  border-bottom: 2px solid green;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs-group > .tabs-title > label {
  padding: 2%;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #e5e5e5;
  margin-bottom: unset;
}
.tabs-group > .tabs-title > label.active {
  background: #fff;
  /* border-bottom: 2px solid red; */
  font-weight: bold;
  margin-bottom: unset;
}
.tabs-group > .tab-content {
  display: none;
  width: 100%;
  background-color: #ffffff;
  float: left;
  padding: 0 2% 2% 2%;
  /* border: 1px solid #ccc; */
  border-top-width: 0;
}
.tabs-group > .tab-content > .detail {
  width: 100%;
  float: left;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
}
.tabs-group > .tab-content > .detail > img {
  max-width: 100%;
  margin-bottom: 10px;
  margin: 5px auto;
  float: none !important;
  width: auto;
}
.tabs-group > .tab-content.active {
  display: block;
}

.box-ship {
    border: 1px dashed green;
    padding: 10px;
    border-radius: 5px;
}

.list_thumbnail img:hover {
    cursor: pointer;
}

.origin_price {
  color: #ccc; 
  text-decoration: line-through; 
  padding-right: 10px;
}

.discount_price {
  color: red; 
  font-size: 14px; 
  font-weight: bold;
}
.out-of-stock { 
  color: red; 
  font-size: 14px; 
  font-weight: bold;
  text-transform: uppercase;
}
