#quick-view-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none; }
  #quick-view-product .product-center-column {
    display: flex;
    align-items: center; }
  #quick-view-product .quickview-content {
    position: absolute;
    width: 840px;
    top: 5%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
    z-index: 8011;
    border-radius: 5px; }
    #quick-view-product .quickview-content .quickview-close {
      position: absolute;
      right: -15px;
      top: -25px;
      width: 30px;
      height: 30px;
      border: 2px solid #f9f9f9;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #333;
      color: #fff; }
      #quick-view-product .quickview-content .quickview-close svg {
        width: 15px;
        height: 15px;
        transition: transform 0.3s; }
      #quick-view-product .quickview-content .quickview-close:hover svg {
        transform: rotate(90deg); }
  #quick-view-product .quickview-overlay {
    pposition: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #quick-view-product .large-image .img-product {
    padding-bottom: 100%;
    display: block;
    height: 0;
    position: relative; }
    #quick-view-product .large-image .img-product img {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 100% !important;
      max-height: 100% !important;
      width: auto !important;
      height: auto !important;
      position: absolute; }
  #quick-view-product .thumbs_list_quickview {
    margin-top: 15px;
    margin-right: -1px;
    padding-right: 1px; }
    #quick-view-product .thumbs_list_quickview ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #quick-view-product .thumbs_list_quickview ul .swiper-slide a {
        padding-bottom: 100%;
        display: block;
        height: 0;
        position: relative;
        border: 1px solid #e9edf5; }
        #quick-view-product .thumbs_list_quickview ul .swiper-slide a img {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          max-width: 100% !important;
          max-height: 100% !important;
          width: auto !important;
          height: auto !important;
          position: absolute; }
      #quick-view-product .thumbs_list_quickview ul .swiper-slide.active a {
        border: 1px solid #862714;
        overflow: hidden;
        z-index: 1; }
    #quick-view-product .thumbs_list_quickview .swiper-button-next {
      right: 0px; }
    #quick-view-product .thumbs_list_quickview .swiper-button-prev {
      left: 0px; }
    #quick-view-product .thumbs_list_quickview .swiper-button-next, #quick-view-product .thumbs_list_quickview .swiper-button-prev {
      background: transparent; }
      #quick-view-product .thumbs_list_quickview .swiper-button-next:after, #quick-view-product .thumbs_list_quickview .swiper-button-prev:after {
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        padding: 8px 5px;
        color: #333;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04); }
      #quick-view-product .thumbs_list_quickview .swiper-button-next:hover:after, #quick-view-product .thumbs_list_quickview .swiper-button-prev:hover:after {
        color: #862714; }
      #quick-view-product .thumbs_list_quickview .swiper-button-next.swiper-button-disabled, #quick-view-product .thumbs_list_quickview .swiper-button-prev.swiper-button-disabled {
        display: none; }
  #quick-view-product .product-info .title-product {
    font-size: 18px;
    color: #000;
    padding-right: 20px;
    font-weight: 600;
    font-family: 'Ysabeau Office'; }
  #quick-view-product .group-status {
    margin-bottom: 10px; }
    #quick-view-product .group-status .first_status {
      display: inline-block;
      font-size: 14px; }
      #quick-view-product .group-status .first_status .status_name {
        color: #862714; }
    #quick-view-product .group-status .line_tt {
      padding: 0 5px; }
  #quick-view-product .selector-wrapper {
    display: none !important; }
  #quick-view-product .price-box {
    margin-bottom: 10px;
    display: block; }
    #quick-view-product .price-box .product-price {
      color: #5c5c5c;
      font-size: 20px;
      font-weight: 700; }
    #quick-view-product .price-box .old-price {
      color: #a5a5a5;
      font-size: 16px;
      margin-left: 5px; }
  #quick-view-product .product-summary {
    margin-bottom: 10px;
    font-size: 14px; }
    #quick-view-product .product-summary img {
      display: none; }
  #quick-view-product .form_product_content {
    margin-top: 10px; }
    #quick-view-product .form_product_content .quantity_wanted_p {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    #quick-view-product .form_product_content .soluong1 {
      display: inline-block;
      margin-bottom: 0px;
      font-size: 14px;
      align-items: center; }
      #quick-view-product .form_product_content .soluong1 .soluong_h {
        margin-bottom: 10px;
        display: block; }
      #quick-view-product .form_product_content .soluong1 .input_number_product {
        margin-right: 10px;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
      #quick-view-product .form_product_content .soluong1 .btn_num {
        border-radius: 5px;
        background: #862714;
        border: none;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 2.2rem;
        margin: 0px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        display: flex;
        justify-content: center; }
        #quick-view-product .form_product_content .soluong1 .btn_num.num_1 {
          bottom: 0;
          top: initial; }
      #quick-view-product .form_product_content .soluong1 #quantity-detail {
        height: auto;
        border: solid 1px #ddd;
        text-align: center;
        padding: 0px;
        width: 60px;
        height: 40px;
        min-height: 40px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #862714;
        color: #862714;
        margin: 0px 3px;
        font-size: 1.8rem; }
    #quick-view-product .form_product_content .button_actions {
      display: inline-block; }
      #quick-view-product .form_product_content .button_actions button {
        background: #862714;
        color: #fff;
        padding: 0px 40px;
        border-radius: 4px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        text-transform: uppercase;
        border: 1px solid #862714;
        height: 40px;
        line-height: 40px; }
        #quick-view-product .form_product_content .button_actions button:hover {
          background: #fff;
          color: #862714; }
        #quick-view-product .form_product_content .button_actions button.btn[disabled] {
          margin-top: 5px;
          opacity: 0.6; }
  #quick-view-product .swatch {
    font-size: 14px;
    margin-bottom: 0px; }
    #quick-view-product .swatch .header {
      margin-bottom: 5px; }
    #quick-view-product .swatch .swatch-element {
      display: inline-block;
      margin: 0px 10px 10px 0;
      position: relative; }
      @media (min-width: 1200px) {
        #quick-view-product .swatch .swatch-element.color:hover:before {
          content: attr(title);
          position: absolute;
          bottom: calc(100% + 8px);
          left: 50%;
          padding: 3px 7px;
          background: #666;
          color: #fff;
          border-radius: 5px;
          font-size: 1.3rem;
          white-space: nowrap;
          display: inline-block;
          line-height: initial;
          transform: translate(-50%, 0%); }
        #quick-view-product .swatch .swatch-element.color:hover:after {
          display: block;
          position: absolute;
          border: 10px solid transparent;
          border-top-color: #666;
          content: "";
          left: 50%;
          bottom: calc(100% + -7px);
          z-index: -1;
          transform: translate(-50%, 0%); } }
      #quick-view-product .swatch .swatch-element input {
        opacity: 0;
        z-index: 10;
        position: absolute;
        width: 100%;
        cursor: pointer;
        height: 100%; }
      #quick-view-product .swatch .swatch-element label {
        min-width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebebeb;
        cursor: pointer;
        white-space: nowrap;
        padding: 0 5px;
        position: relative;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px;
        line-height: 30px; }
      #quick-view-product .swatch .swatch-element input:checked + label {
        background: #862714;
        border-color: #ddd;
        color: #fff; }
      #quick-view-product .swatch .swatch-element .tooltip {
        display: none; }
      #quick-view-product .swatch .swatch-element.soldout {
        position: relative; }
        #quick-view-product .swatch .swatch-element.soldout label {
          position: relative; }
      #quick-view-product .swatch .swatch-element.color.trang label {
        background-color: #ffffff !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.be label {
        background-color: #e6ddcf !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.nau label {
        background-color: #8b5a2b !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.bac label {
        background-color: #c4c4c4 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.xam label {
        background-color: #9aa0a6 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.den label {
        background-color: #111111 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.do label {
        background-color: #d12a2a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.hong label {
        background-color: #ff77a8 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.cam label {
        background-color: #ff7a1a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.vang label {
        background-color: #f6c343 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.xanh-la label {
        background-color: #45c16a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.xanh-bien label {
        background-color: #0b2a4a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.tim label {
        background-color: #7e57c2 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.ngau-nhien label {
        background-color: #e6e2d8 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.orange label {
        background-color: #ffab00 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.black label {
        background-color: #111111 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.white label {
        background-color: #ffffff !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.green label {
        background-color: #45c16a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.blue label {
        background-color: #0b2a4a !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color.pink label {
        background-color: #ff77a8 !important;
        min-width: 30px !important;
        height: 30px !important; }
      #quick-view-product .swatch .swatch-element.color label {
        border-radius: 50%; }
      #quick-view-product .swatch .swatch-element.color input:checked + label {
        border: 2px solid #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
