/*----------Chi tiết sản phẩm--------*/
.content_product .frame_images {
  width: 37%;
  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: 63%;
  float: left;
  padding-left: 40px;
}
.content_product .frame_images .selectors {
  width: 100%;
  padding-top: 10px;
}
.margin-zoom {
  margin: 0 -5px;
}
.items_zoom {
  padding: 0 5px;
  cursor: pointer;
  outline: none !important;
}
.items_zoom1 {
  border: 1px solid #ccc;
  padding: 3px;
}
#owl-demo22 .owl-stage {
  margin: auto;
}
.slick-current .items_zoom1 {
  border-color: #0a6cf0;
}
.content_product .des-product h2 {
  font-family: "RobotoBold";
  font-size: 20px;
  color: #2c2929;
  text-transform: uppercase;
}
#zoom-fig {
  position: relative;
  text-align: center;
  width: 100%;
}
.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: "RobotoRegular", sans-serif;
  font-size: 15px;
}
.content_product .des-product .item-des:last-child {
  padding-bottom: 0;
}
.content_product .des-product .des-product-sub {
  color: #333;
  font-size: 17px;
  font-family: "RobotoRegular", sans-serif;
}
.content_product .des-product .price-final_price span {
  color: red;
  font-family: "RobotoBold";
}
.content_product .des-product .price-final_price {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.content_product .des-product .sale {
  background: red;
  color: #fff;
  font-size: 13px;
  font-family: "RobotoRegular";
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.content_product .des-product .price-final_price p {
  font-size: 17px;
  color: #111;
  padding-right: 20px;
  font-family: "RobotoRegular";
}
.content_product .des-product .price-final_price p span {
  font-family: "RobotoBold";
  color: red;
  font-size: 20px;
}
.content_product .des-product .price-final_price span.price_old {
  text-decoration: line-through;
  font-family: "RobotoRegular";
  color: #333;
  font-family: "RobotoRegular";
  font-size: 15px;
  margin-left: 0;
}
.content_product .des-product .detail-call {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content_product .des-product .detail-call a {
  padding: 7px 15px;
  background: #bdbdbd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  color: #333;
  font-size: 14px;
  font-family: "RobotoRegular";
  text-transform: uppercase;
  transition: all 0.5s;
}
.content_product .des-product .detail-call a:hover {
  background: #dc1201;
  color: #fff;
}
.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;
  background: #2f6178;
  color: #fff !important;
  padding: 8px 60px;
  font-family: "RobotoRegular";
  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;
}

.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;
}
.button-slick div i {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.button-slick .prev_sub_news {
  left: 10px;
}
.button-slick .next_sub_news {
  right: 10px;
}

ul.tab_nav li {
  list-style: none;
}
ul.tab_nav li a {
  text-decoration: none;
}

.tab_wrapper {
  width: 100%;
}

ul.tab_nav {
  width: 100%;
  padding: 0;
  margin-bottom: -1px;
}

ul.tab_nav li {
  height: 44px;
  vertical-align: bottom;
  position: relative;
  float: left;
  padding: 0 15px;
  line-height: 41px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

ul.tab_nav li.active {
  border: 1px solid #e7e7e7;
  border-top: 3px solid #0c6091;
  border-bottom-color: #fff;
}
ul.tab_nav li a {
  font-family: "RobotoBold";
  color: #0c6091;
  font-size: 16px;
  text-transform: uppercase;
}

.tab_content {
  width: 100%;
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 0;
  border: 1px solid #e7e7e7;
}

.ul_tag {
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ul_tag b {
  font-family: "RobotoBold";
  margin-right: 10px;
}
.ul_tag li {
  list-style: none;
}
ul.ul_tag li a {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: #000;
  padding-right: 10px;
}
ul.ul_tag li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #000;
  content: "/";
}
ul.ul_tag li:hover a {
  color: red;
  text-decoration: underline;
}

@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;
  }
  .content_product .frame_images .box_frame_images {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .content_product .frame_images .selectors {
    width: 100%;
    order: 2;
    padding-top: 10px;
  }
  ul.tab_nav li a {
    font-size: 14px;
  }
  ul.tab_nav li {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .product-info__content-call__left {
    width: 100%;
    padding-right: 0;
  }
  .product-info__content-call__right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
