/* Product Detail */
.product__detail {
  padding-bottom: 30px; }
  .product__detail #zoomparent {
    margin-bottom: 15px;
    position: relative; }
    .product__detail #zoomparent .icon_tag_7, .product__detail #zoomparent .icon_tag_6 {
      width: 100px;
      left: 5px; }
  .product__detail .thumb.owl-carousel .owl-next {
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 30%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .product__detail .thumb.owl-carousel .owl-prev {
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 30%;
    padding: 0;
    color: #000;
    margin: 0;
    opacity: 1;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .product__detail .tag_icon.icon_tag_1 {
    bottom: 5px; }
    .product__detail .tag_icon.icon_tag_1 img {
      height: 35px;
      width: auto; }
  .product__detail--title {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0 10px;
    margin-bottom: 0; }
  .product__detail .box-promotion {
    border: 1px solid #ff7200;
    border-top: 0;
    border-radius: 10px;
    width: 100%;
    }
    .product__detail .box-promotion .box-title {
      width: 100%;
      padding: 10px;
      background: #ff7200;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .product__detail .box-promotion .box-title p {
        margin: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .product__detail .box-promotion .box-content {
      padding: 10px; }
  .product__detail .promotion_text {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
    counter-increment: item;
    position: relative; }
    .product__detail .promotion_text:before {
      content: counter(item);
      width: 15px;
      height: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
      border-radius: 50px;
      background: #ff7200;
      font-size: 10px;
      font-weight: 700;
      color: white;
      text-align: center;
      position: absolute;
      top: 2px;
      left: calc(0px); }
  .product__detail--price {
    background-color: #fdf6f5;
    border: 1px solid #f1f1f1;
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    }
    .product__detail--price .price {
      color: #129fd8;
      font-weight: 700; }
    .product__detail--price del {
      font-size: 14px;
      line-height: 42px;
      padding: 0px 10px 0px 10px;
      color: #606060; }
    .product__detail--price--sale {
      position: relative;
      background: red;
      padding: 5px;
      color: #fff;
      margin-left: 20px;
      font-size: 13px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .product__detail--price--sale:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: red;
        border-width: 14px;
        margin-top: -14px; }
    .product__detail--price .weight {
      color: #999;
      font-size: 11px;
      line-height: 2;
      margin: 0; }
  .product__detail .selector-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px; }
    .product__detail .selector-wrapper label {
      margin-bottom: 0;
      margin-right: 10px;
      font-weight: 700; }
    .product__detail .selector-wrapper .selector-title {
      padding: 5px 15px;
      border: 1px solid #333;
      color: #333;
      margin-right: 10px;
      margin-bottom: 10px;
      display: inline-block;
      text-transform: none;
      cursor: pointer; }
      .product__detail .selector-wrapper .selector-title.active {
        border: 1px solid #e42127; }
  .product__detail--quantity {
    margin-top: 10px; }
    .product__detail--quantity span {
      margin-bottom: 0;
      margin-right: 10px;
      font-weight: 700; }
    .product__detail--quantity .quantity_wrap {
      display: table; }
      .product__detail--quantity .quantity_wrap .btn_minus {
        height: 25px;
        border-radius: 4px 0 0 4px;
        border: 1px solid #e6e6e6;
        background: #fff;
        padding: 0 10px;
        display: table-cell;
        cursor: pointer; }
      .product__detail--quantity .quantity_wrap .quantity {
        font-size: 16px;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 6px 3px;
        border: 1px solid #e6e6e6;
        display: table-cell;
        text-align: center; }
        .product__detail--quantity .quantity_wrap .quantity::-webkit-outer-spin-button, .product__detail--quantity .quantity_wrap .quantity::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .product__detail--quantity .quantity_wrap .btn_plus {
        height: 25px;
        border-radius: 0 4px 4px 0;
        border: 1px solid #e6e6e6;
        background: #fff;
        padding: 0 10px;
        display: table-cell;
        cursor: pointer; }
  .product__detail--note {
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
    font-weight: normal; }
  .product__detail--action {
    margin-top: 0px; }
    .product__detail--action button {
      padding: 9px 20px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 0;
      color: #fff; }
      .product__detail--action button.preorder {
        background: #0073a0; }
      .product__detail--action button[disabled="disabled"] {
        background: #b5b5b5;
        font-weight: 700; }
    .product__detail--action .login-cart {
      padding: 9px 20px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border: 0;
      color: #fff; }
  .product__detail--description {
    margin-bottom: 15px;
    margin-top: 15px; }
    .product__detail--description .tab-pane {
      padding: 15px 0; }
      .product__detail--description .tab-pane iframe {
        left: 0; }
  .product__detail .sidebar__block {
    background: #f8f8f8;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px; }
  .product__detail .sidebar__hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .product__detail .sidebar__hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px; }
  .product__detail .sidebar__hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px); }
    .product__detail .sidebar__hotline--text a {
      font-size: 16px;
      color: #ff7200;
      font-weight: bold;
      line-height: 20px;
      margin-top: 10px; }
  .product__detail .sidebar__services {
    padding-bottom: 20px; }
    .product__detail .sidebar__services .item {
      padding-top: 20px; }
      .product__detail .sidebar__services .item .icon {
        margin-right: 5px; }
        .product__detail .sidebar__services .item .icon img {
          width: 35px;
          height: 35px; }
      .product__detail .sidebar__services .item .description {
        line-height: 15px;
        padding-top: 6px; }
        .product__detail .sidebar__services .item .description .large-text {
          font-size: 11px;
          color: #000;
          text-transform: uppercase;
          font-weight: 700;
          display: block;
          clear: both;
          line-height: 1.4; }
        .product__detail .sidebar__services .item .description .small-text {
          font-size: 11px;
          color: #999999;
          font-weight: 600; }
    @media (max-width: 767.98px) {
      .product__detail .sidebar__services .item {
        width: 50%; } }
  .product__detail .sidebar__nhqa {
    text-align: center; }
    .product__detail .sidebar__nhqa .nhqa_title {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 10px;
      font-size: 13px;
      text-align: center; }
    .product__detail .sidebar__nhqa .nhqa_content {
      text-align: center;
      padding-bottom: 10px; }
      .product__detail .sidebar__nhqa .nhqa_content p {
        margin-bottom: 0; }
        .product__detail .sidebar__nhqa .nhqa_content p strong a {
          color: #ff7200; }
  .product__detail .sidebar .related__product--title {
    background-color: #129fd8;
    display: block;
    height: 30px;
    color: #fff;
    line-height: 29px;
    padding-left: 12px;
    text-transform: uppercase;
    font-size: 17px;
    position: relative; }
    .product__detail .sidebar .related__product--title::after {
      content: '';
      display: inline-block;
      background-image: url(//theme.hstatic.net/1000030244/1000818998/14/icon_vmega.png?v=2643);
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0px;
      right: 0px;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
  @media (max-width: 991.98px) {
    .product__detail--title {
      padding-top: 20px;
      order: 1;
      width: 100%; }
    .product__detail--price {
      order: 2;
      width: 100%; }
    .product__detail #add-item-form {
      order: 3; }
    .product__detail--short--des {
      order: 4;
      margin-top: 10px; }
    .product__detail .box-promotion {
      order: 5; }
    .product__detail .combo-shopping {
      order: 6; }
    .product__detail .selector-wrapper {
      padding-top: 5px;
      padding-bottom: 5px; }
    .product__detail--action {
      margin-top: 0px; } }

.product-comment .nav-tabs {
  border: none; }

.product-comment .nav {
  border-bottom: 1px solid #000; }

.product-comment li {
  float: left; }
  .product-comment li:first-child {
    padding-left: 0; }
  .product-comment li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-align: center; }

.product-comment #mota {
  padding: 10px; }
  .product-comment #mota:after {
    left: 9%; }

.product-comment #binhluan:after {
  left: 26%; }

.product-comment #like:after {
  left: 44%; }

.product-comment .notice {
  margin-bottom: 20px;
  color: #737373; }

.product-comment .btn-rb {
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  margin: 0;
  line-height: 1.42;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #fff;
  color: #333;
  font-size: 11px;
  border: 1px solid #333; }
  .product-comment .btn-rb:hover {
    background-color: #2e9ed5;
    color: #fff; }

.product-comment .title-bl, .product-comment .title-like {
  border-bottom: 1px solid #000;
  margin-bottom: 23px; }

.product-comment .comment_form {
  margin-top: 30px;
  margin-bottom: 30px; }

/* Recommend */
.combo-shopping {
  padding-bottom: 0px; }
  .combo-shopping h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 20px; }
  .combo-shopping .list.style-list .item {
    margin-bottom: 15px;
    width: 50%; }
    .combo-shopping .list.style-list .item .checkbox-wrap {
      margin: 0 4px 0 0; }
    .combo-shopping .list.style-list .item .image {
      border: 1px solid #d8d8d8;
      border-radius: 4px;
      text-align: center;
      margin-right: 8px;
      padding: 2px;
      width: 50px; }
    .combo-shopping .list.style-list .item .name {
      font-size: 13px;
      padding: 0; }
      .combo-shopping .list.style-list .item .name h3 {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 5px; }
      .combo-shopping .list.style-list .item .name select {
        font-size: 13px;
        height: 25px;
        padding: 0;
        border-radius: 3px;
        border-color: #e6e6e6; }
        .combo-shopping .list.style-list .item .name select:focus {
          border-color: #e6e6e6; }
    .combo-shopping .list.style-list .item .price {
      font-size: 13px;
      background: transparent;
      border: 0;
      margin: 0;
      padding: 0;
      font-weight: 700;
      margin-bottom: 5px;
      color: #333; }
  .combo-shopping .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto; }
    .combo-shopping .checkbox input[type=checkbox] {
      opacity: 0;
      filter: alpha(opacity=0);
      display: none; }
      .combo-shopping .checkbox input[type=checkbox] + span.ico {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-image: url(//file.hstatic.net/1000030244/file/check-off.svg);
        vertical-align: middle;
        color: #a6a6a6;
        margin-right: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .combo-shopping .checkbox input[type=checkbox]:checked + span.ico {
        background-image: url(//file.hstatic.net/1000030244/file/check-on.svg); }
  .combo-shopping .summary .text-right {
    padding: 0; }
  .combo-shopping .summary p .price {
    color: #ff6600;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px; }
  .combo-shopping .summary button {
    background: #ff6600;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    padding: 6px 10px 5px; }

/* Product Infomation */
.product-infomation {
  margin-top: 15px;
  max-width: 30%;
  margin: 0 auto; }
  .product-infomation .info-product {
    /*border: 2px solid #0096e4;
    padding: 8px 5px 9px 5px;*/ }
    .product-infomation .info-product .product-map-title {
      font-size: 20px;
      color: #333;
      font-weight: normal;
      margin: 0;
      padding-left: 5px; }
    .product-infomation .info-product .product-map-price {
      color: #333;
      font-weight: normal;
      font-size: 20px;
      padding: 5px;
      border-bottom: 2px dashed #0096e4;
      margin-bottom: 10px; }
  .product-infomation .product-map-cart {
    /*padding: 8px 5px 9px 5px;*/
    text-align: center; }
    .product-infomation .product-map-cart button {
      padding: 15px 60px;
      font-size: 18px;
      background: #ff7200;
      text-align: center;
      text-transform: uppercase;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      color: #fff;
      border: 0;
      width: 100%; }
      .product-infomation .product-map-cart button.preorder {
        background: #0073a0; }
  @media (max-width: 767px) {
    .product-infomation {
      max-width: 70%; }
      .product-infomation .product-map-cart button {
        padding-left: 40px;
        padding-right: 40px; } }

.het-hang-wrap {
  width: 100%; }

.het-hang {
  background: #949494;
  padding: 9px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  display: inline-flex; }
  .het-hang:hover {
    color: #fff; }
  .het-hang svg {
    width: 35px;
    margin-right: 10px; }
  .het-hang span {
    width: calc(100% - 45px); }

.process-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px; }
  .process-top .preorder-num b {
    color: #FF0000; }

.fb_dialog_mobile img {
  bottom: 65px !important; }

.hotline-fixed {
  bottom: 65px; }

.form-mb {
  position: fixed;
  bottom: -60px;
  left: 0;
  height: 60px;
  padding: 8px;
  background: #fff;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px 0px #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form-mb button {
    padding: 0 32px;
    height: 44px;
    background: #ff7200;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    color: #fff; }

@media (max-width: 767px) {
  .show-buy-mobile .form-mb {
    bottom: 0; } }

.content-mb {
  position: fixed;
  background: #fff;
  z-index: 9999;
  bottom: -100vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px;
  left: 0; }
  .content-mb .btn-close-quick--view {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
    font-size: 0;
    text-align: center;
    line-height: 35px; }

.product__detailmb--title {
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 0; }

.product__detailmb--price {
  background-color: #fdf6f5;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .product__detailmb--price .price {
    color: #129fd8;
    font-weight: 700; }
  .product__detailmb--price del {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 10px 0px 10px;
    color: #606060; }
  .product__detailmb--price--sale {
    position: relative;
    background: red;
    padding: 5px;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .product__detailmb--price--sale:after {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-right-color: red;
      border-width: 14px;
      margin-top: -14px; }
  .product__detailmb--price .weight {
    color: #999;
    font-size: 10px;
    line-height: 2;
    margin: 0; }

.product__detailmb .selector-wrapper {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  .product__detailmb .selector-wrapper label {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700; }
  .product__detailmb .selector-wrapper .selector-title {
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: none;
    cursor: pointer; }
    .product__detailmb .selector-wrapper .selector-title.active {
      border: 1px solid #e42127; }

.product__detailmb--quantity {
  margin-top: 10px; }
  .product__detailmb--quantity span {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700; }
  .product__detailmb--quantity .quantity_wrap {
    display: table; }
    .product__detailmb--quantity .quantity_wrap .btn_minus-mb {
      height: 25px;
      border-radius: 4px 0 0 4px;
      border: 1px solid #e6e6e6;
      background: #fff;
      padding: 0 10px;
      display: table-cell;
      cursor: pointer; }
    .product__detailmb--quantity .quantity_wrap .quantity-mb {
      font-size: 16px;
      text-align: center;
      width: 30px;
      height: 30px;
      padding: 6px 3px;
      border: 1px solid #e6e6e6;
      display: table-cell;
      text-align: center; }
      .product__detailmb--quantity .quantity_wrap .quantity-mb::-webkit-outer-spin-button, .product__detailmb--quantity .quantity_wrap .quantity-mb::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .product__detailmb--quantity .quantity_wrap .btn_plus-mb {
      height: 25px;
      border-radius: 0 4px 4px 0;
      border: 1px solid #e6e6e6;
      background: #fff;
      padding: 0 10px;
      display: table-cell;
      cursor: pointer; }

.product__detailmb--note {
  margin: 10px 0;
  font-style: italic;
  font-size: 14px;
  font-weight: normal; }

.product__detailmb--action {
  margin-top: 20px; }
  .product__detailmb--action button {
    padding: 9px 20px;
    font-size: 18px;
    background: #ff7200;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    color: #fff; }
    .product__detailmb--action button.preorder {
      background: #0073a0; }
    .product__detailmb--action button[disabled="disabled"] {
      background: #b5b5b5;
      font-weight: 700; }
  .product__detailmb--action .login-cart {
    padding: 9px 20px;
    font-size: 18px;
    background: #ff7200;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    color: #fff; }

.addcart-mb .content-mb {
  bottom: 0; }

@media (min-width: 341px) {
  .product__detail--action {
    margin-left: 30px;
  }
  .product__detail--action button {
    padding: 10px;
  }
}

@media (max-width: 340px) {
  .product__detail--action {
    position: absolute;
    right: 10px;
  }
  .product__detail--action button {
    padding: 5px;
  }
}

.tab-content #home .aligncenter {
  display: block;
  margin: 0 auto;
}