.xmas-product-show{
  width:100%;
  clear: none;
  overflow: hidden;
  white-space:nowrap;
  border: 1px solid #b3214e;
  padding: 20px 0;
}
.xmas-product-show .left-layout,.xmas-product-show .right-layout{
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.xmas-product-show .left-layout{
  width:270px;
  /*text-align:center;*/
  float: left;
  margin-left: 20px;
}
.xmas-product-show .left-layout .preview-image{
  display: inline-block;
  width:264px;
}
.xmas-product-show .left-layout .front_iamge_options{
  display:inline-block;
  width:264px;
}
.xmas-product-show .left-layout .image{
  width:264px;
  border:3px solid #ddd;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-radius:0 3px 3px 0;
}
.xmas-product-show .thumbnails-wrap{
  display: inline-block;
  width:264px;
  text-align:left;
  margin-top:5px;
}
.xmas-product-show .thumbnail{
  display: inline-block;
  width:36px;
  height:36px;
  margin-right:6px;
  border:1px solid #ddd;
  float:left;
  margin-bottom: 5px;
}
.xmas-product-show .right-layout{
  width:604px;
  float: right;
  margin-right: 20px;
}
.xmas-product-show .right-layout .horizontal{
  display: inline-block;
  vertical-align: middle;
}
.xmas-product-show .right-layout .label{
  color: #d0111a;
  font-size:18px;
  font-weight:bold;
}
.xmas-product-show #quantity{
  width:170px;
}
.xmas-product-show #request_sample{
  width:126px;
  height:30px;
  line-height:30px;
  color:#888;
  font-size:18px;
  font-weight:bold;
  margin-left:50px;
}
.xmas-product-show #personalise_button{
  margin-top:2px;
}
.xmas-product-show .xmas-product-detail{
 
}
.xmas-product-show .xmas-product-detail .label{
  vertical-align: top;
  width: 130px;
  padding-left: 5px;
  font-size: 18px;
}
.xmas-product-show .xmas-product-detail .content{
  padding-left:8px;
  font-size: 14px;
}
.xmas-product-show .xmas-product-detail .detail-personalize{
  font-size: 13px;
}
.xmas-product-show .xmas-product-detail .detail-description{
  white-space:normal !important;
}
.xmas-product-show .xmas-product-detail .detail-description *{
  font-size: 14px;
}
.xmas-product-show .xmas-product-detail .detail-description p{
  margin:3px 0px;
}
