
/*----------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:100%;
  padding-top: 10px;
}
#zoom-fig {
  width: 100%;
}
.margin-zoom {
  margin: 0 -5px;
}
.items_zoom {
  padding: 0 5px;
  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: "QuicksandBold";
  font-size: 20px;
  color: #2c2929;
  margin-bottom: 5px;
  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:'QuicksandMedium',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:'QuicksandMedium',sans-serif;
  padding: 10px;
  background: #f3ebdd;
}
.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: 'QuicksandMedium';
}
.content_product .des-product .price-final_price p span {
  font-family:'QuicksandBold';
  color:red;
  font-size: 20px;
}
.content_product .des-product .price-final_price span.price_old {
  text-decoration:line-through;
  font-family: 'QuicksandMedium';
  color: #111;
  font-family: 'QuicksandMedium';
  font-size: 15px;
  margin-left: 0;
}
.content_product .des-product .item-des .table_product {
  margin-top: 10px;
}
.content_product .des-product .item-des .table_product span {
  font-size: 14px;
}
.table_product td {
  padding: 7px;
}
.table_product td:nth-child(1) {
  width: 50%;
}
.table_product td:nth-child(2) {
  width: 50%;
  padding-left: 15px;
}
.table_product tr:nth-child(odd) {
    background: #efefef;
}
.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;
}

.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: #f15922;
  background: #f15922;
  color: #fff;
  padding: 8px 25px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'Arial';
}
.actions button i {
  margin-right: 5px;
}
.actions button:hover
{
  color: #000;
  background: #fff;
}
.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;
}

.content_product .button-slick div
{
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -khtml-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  box-shadow: 1px 0 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  outline: none;
}
.content_product .button-slick div i
{
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.content_product .button-slick .prev_sub_news
{
  left: 10px;
}
.content_product .button-slick .next_sub_news
{
  right: 10px;
}

@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;
  }
}
