
/*----------Chi tiết sản phẩm--------*/
.content_product .frame_images {
  width: 45%;
  float:left;
  text-align:center;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_product .frame_images img {
  max-width:100%;
}
.content_product .des-product {
  width: 55%;
  float:left;
  padding-left:40px;
}
.content_product .frame_images .selectors {
  width:90px;
  order: 1;
}
.content_product #zoom-fig {
  width: calc(100% - 90px);
  order: 2;
  padding-left: 10px;
}
.margin-zoom {

}
.items_zoom {
  padding-bottom: 9px;
  cursor:pointer;
  outline:none !important;
}
.slick-current img
{
  border: 1px solid #ccc
}
#owl-demo22 .owl-stage {
  margin:auto;
}
.slick-current .items_zoom1 {
  border-color:red;
}
.content_product .des-product h1 {
  font-family: "Nunito-Bold";
  font-size: 20px;
  color: #2c2929;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#zoom-fig {
  position:relative;
  text-align:center;
}
.content_product .des-product .brand
{
  display: flex;
  align-items: center;
}
.content_product .des-product .brand img
{
  max-width: 50px;
  margin-left: 10px;
}
.content_product .des-product .item-des {
  list-style:none;
  padding: 5px 0;
  color:#333;
  font-family:'Nunito-Regular',sans-serif;
  font-size: 15px;
}
.content_product .des-product .item-des:last-child
{
  padding-bottom: 0;
}
.content_product .des-product .item-des span
{
  font-size: 18px;
  color: #000;
}
.content_product .des-product .des-product-sub {
  color: #333;
  font-size: 15px;
  font-family:'Nunito-Regular',sans-serif;
}
.content_product .des-product .price-final_price {
  display:flex;
  align-items:center;
}
.content_product .des-product .price-final_price p {
  font-size: 15px;
  color: #111;
  padding-right: 20px;
  font-family: 'Nunito-Regular';
}
.content_product .des-product .price-final_price p span {
  font-family:'Nunito-Bold';
  color:red;
  font-size: 20px;
}
.content_product .des-product .price-final_price span.price_old {
  text-decoration:line-through;
  font-family: 'Nunito-Regular';
  color: #111;
  font-family: 'Nunito-Regular';
  font-size: 15px;
  margin-left: 0;
}

.items_color {
  float:left;
  margin-left: 5px;
  text-align:center;
}

.items_color input {
  display:none;
}

.items_color span {
  display:block;
  padding: 4px 8px;
  background:#fff;
  cursor:pointer;
  border:1px solid #ccc;
  position:relative;
  font-size: 13px;
}

.items_color span img {
  vertical-align:top;
}

.items_color input[type=radio]:checked + span {
  border:1px solid #D87C7C;
}

.items_color input[type=radio]:checked + span:after {
  content:'';
  background:url(../images/bg-variant-checked.png) no-repeat right bottom;
  width:14px;
  height:14px;
  position:absolute;
  right:0;
  bottom:0;
}
.flex-des
{
  display: flex;
  align-items: center;
}
.flex-des p {
  font-size:13px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.control
{
  display: flex;
  align-items: center;
}
.control p {
  margin-right: 5px;
}
.wrap_qty {
  display: flex;
  align-items: center;
}
.wrap_qty input {
  border-radius:2px;
  width: 55px;
  height: 40px;
  outline: none;
  border: 1px solid #ebebeb;
  text-align: center;
  border-left: 0;
  border-right: 0;
}
.wrap_qty span {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.actions button
{
  font-size: 15px;
  border-color: #D87319;
  background: #D87319;
  color: #fff !important;
  padding: 8px 15px;
  font-family: 'Nunito-Regular';
  border-radius: 0;
  outline: none;
}

#btnbuynow
{
  margin-left: 5px;
  background: red;
}
.wrap_qty .fa-caret-up {
  border-right: 0;
}
.wrap_qty .fa-caret-down {
  border-left: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.wrap_qty .fa-caret-down {
  bottom:1px;
}

#container_product {
  width:100%;
  padding-top: 20px;
}
.box_spcl {
  padding-top:30px;
}
#slick1 {
  opacity:0;
}
#slick1.slick-initialized {
  opacity:1;
}
#slick {
  opacity:0;
}
#slick.slick-initialized {
  opacity:1;
}
.selectors i
{
  font-size: 25px;
  color: #333;
  cursor: pointer;
}
.table_product
{
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0;
}
.table_product td
{
  color: #666;
  padding: .5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  font-size: .9em;
}
.table_product > tbody  > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table_product td:nth-child(1)
{
  width: 40%;
}
.table_product td:nth-child(2)
{
  width: 60%;
}

@media (max-width: 767px) 
{
  .content_product .frame_images
  {
    width: 100%;
  }
  .content_product .des-product
  {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .content_product .frame_images .selectors {
    width:100%;
    order: 2;
    padding-top: 10px;
  }
  .margin-zoom {
    margin: 0 -5px;
  }
  .items_zoom {
    padding: 0 5px;
  }
  .content_product .frame_images .slick-arrow {
    display: none !important;
  }
  .content_product #zoom-fig {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
}
