#attention {margin-top: 1em;}

.cart_option dt span {color: #666; padding-left: 0.5em;font-size: 11px}

.coupon_price {
	margin-bottom: 15px;
	font-size: 12px;
  	margin-top: 1em;
}

.coupon_price div:first-child {
	margin-bottom: 5px;
}
.coupon_price .strong {
	font-weight: bold;
}
.cdata {
	font-size: 13px;
}

.coupon_tag {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em 0 1em;
  font-weight: bold;
  margin-left: 4px;
  background-color: #ffcd00;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #d8b10f;
}
.coupon_tag:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #ffcd00 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
}
.coupon_tag:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;

}


.coupon_code {
   line-height: 20px;
	border: 1px solid #333;
   font-weight: bold;
   padding: 0.2em 0.7em;
   color:#333;
  	font-size: 13px;
}
.coupon_expire {
	color: #666;
	margin-left: 5px;
	font-size: 10px;
}

.point {
	margin-bottom: 0.5em;
}

.point > span {
    background: #2C4D94;
    color:#fff;
    padding: 0.3em 0.7em;
}


.detail_image {
	position: relative;
}

.limited_coupon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 25%;
}
.icon_coupon {
	position: relative;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .icon_coupon {
      width: 100%;
  }
}

.icon_coupon div {
	position: absolute;
   bottom: 10px;
   right: 0;
   width: 80px;
  padding: 24px 0.5em 0.5em 0.5em;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
   height: 80px;
   background: #E8E800;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -moz-border-radius: 50%;
  	color: #000;
   text-align: center;
}
.icon_coupon span {
 	display: block;
  font-size: 13px;
	line-height: 1;
}

.detail .detail_spec .stock_table dt {
    width: 40% !important;
}
.detail .detail_spec .stock_table dd {
   margin-left: 40% !important;
}

@media screen and (max-width: 768px){
  .detail .detail_spec .stock_table dt {
    width: 100% !important;
  }
  .detail .detail_spec .stock_table dd {
     margin-left: 0 !important;
  }
}


.videoWrap {
 margin-bottom: 10px;
}

ul.cVari li .cCM {background: #98785F}
ul.cVari li .cBLNV { background: #494E5A}
ul.cVari li .cTGN { background: #66A458}
ul.cVari li .cTGY { background: #958373}
ul.cVari li .cTBG { background: #6B7993}
ul.cVari li .cSP { background: #F68D7E}
ul.cVari li .cSB { background: #99C7D6}
