@charset "UTF-8";
/*============================================================================
#Variable
==============================================================================*/
/*PRODUCT DETAILS FORM ACTION QUICKVIEW PRODUCT DETTAILS	*/
.button_actions {
  display: inline-block;
  float: left;
  margin-top: 25px;
  position: relative;
  height: 50px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .button_actions {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .button_actions {
      margin-top: 15px; } }
  .button_actions .btn_base {
    height: 50px;
    line-height: 50px;
    font-family: "Arial";
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #00bcd4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    float: left; }
    .button_actions .btn_base .fas {
      margin-right: 5px; }
    .button_actions .btn_base:first-child {
      margin-right: 15px; }
    .button_actions .btn_base:hover {
      color: #fff;
      cursor: pointer;
      border-color: #00bcd4; }
    .button_actions .btn_base.fast {
      background: #00bcd4;
      color: #fff; }
      .button_actions .btn_base.fast:before {
        background: #00bcd4; }
      .button_actions .btn_base.fast:hover {
        color: #fff;
        cursor: pointer; }
    @media (max-width: 991px) {
      .button_actions .btn_base {
        width: 100%; } }
  .button_actions .btn_add_cart {
    position: relative; }
    @media (max-width: 991px) {
      .button_actions .btn_add_cart {
        width: 100%;
        margin-bottom: 15px; } }
    .button_actions .btn_add_cart .text_1 {
      position: relative; }

.button_cart_buy_enable, .button_cart_buy_disable {
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .button_cart_buy_enable, .button_cart_buy_disable {
      font-size: 14px !important; } }
  .button_cart_buy_enable span, .button_cart_buy_disable span {
    font-size: 14px; }
  .button_cart_buy_enable .fa, .button_cart_buy_disable .fa {
    font-size: 20px;
    padding: 20px 22px 23px;
    position: absolute;
    left: 0;
    top: -1px;
    background: #059b3a;
    border-radius: 3px; }

.button_cart_buy_enable {
  background: #00bcd4;
  position: relative; }
  .button_cart_buy_enable:hover {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #fff; }
    .button_cart_buy_enable:hover .fa {
      color: #fff; }

.button_cart_buy_disable {
  background: rgba(255, 65, 87, 0.51);
  width: 100%; }

/*END BUTTON MUA HÀNG */
.soluong {
  display: inline-block;
  float: left;
  width: 120px;
  margin-right: 15px; }
  .soluong.hidden ~ .button_actions {
    margin-top: 0px; }

.form-group .input_number_product {
  display: inline-flex;
  width: 150px;
  height: 50px;
  position: relative;
  background: transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 45px; }
  .form-group .input_number_product .btn_num {
    font-size: 16px;
    line-height: 0px;
    border: none;
    display: inline-block;
    width: 30px;
    height: 50px;
    background: transparent;
    float: left;
    color: #6e7874;
    text-align: center;
    padding: 0px;
    position: relative;
    padding-right: 0px;
    line-height: 50px;
    background: #ebebeb;
    position: absolute; }
    .form-group .input_number_product .btn_num .fas {
      font-size: 16px;
      font-weight: 900;
      color: #6e7874; }
    .form-group .input_number_product .btn_num.num_1 {
      left: 0;
      top: 0; }
    .form-group .input_number_product .btn_num.num_2 {
      right: 0;
      top: 0; }
    .form-group .input_number_product .btn_num:hover {
      cursor: pointer; }
  .form-group .input_number_product input {
    margin: 0px 3px 0 0;
    display: block;
    float: left;
    color: #444444;
    height: 50px;
    border: 1px solid #ebebeb;
    width: 150px;
    padding: 0 40px;
    text-align: center;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    font-family: "Arial";
    min-height: unset;
    padding: 0;
    border-radius: 0;
    background: #ebebeb;
    border-radius: 5px; }

.form-product {
  padding: 0px;
  margin-bottom: 30px; }
  .form-product .form-group {
    width: 100%; }
    .form-product .form-group header {
      width: 85px;
      line-height: 40px;
      font-size: 14px;
      color: #636363; }
  .form-product form {
    margin-bottom: 15px; }

.box-variant {
  margin-top: 10px;
  margin-bottom: 0px; }
  .box-variant .form-group {
    width: 100%; }
    .box-variant .form-group .selector-wrapper {
      margin-bottom: 15px !important; }
      .box-variant .form-group .selector-wrapper label {
        font-weight: 700;
        width: 100px;
        font-size: 14px;
        float: left;
        color: #444444;
        line-height: 40px; }
      .box-variant .form-group .selector-wrapper .single-option-selector {
        height: 45px;
        border-radius: 5px;
        border-color: #ebebeb;
        background-color: #ebebeb !important;
        width: 100%;
        float: left;
        color: #444444; }

.details-pro .swatch {
  margin: 15px 0 0;
  padding: 15px 0 0px; }
  .details-pro .swatch:first-child {
    border-bottom: none;
    padding: 15px 0 0px; }

@media (max-width: 767px) {
  .details-pro .button_actions {
    margin-top: 15px; } }

.details-pro .form_button_details {
  float: left; }
  @media (max-width: 767px) {
    .details-pro .form_button_details {
      margin-bottom: 30px; } }

.details-pro .form-product {
  padding-top: 0px; }
  @media (max-width: 767px) {
    .details-pro .form-product {
      margin-bottom: 40px; } }
  .details-pro .form-product .swatch .header {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #444444;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif; }

.details-pro .reviews_details_product {
  margin: 0px 10px 0 0;
  float: left;
  display: block;
  text-align: center; }
  @media (max-width: 767px) {
    .details-pro .reviews_details_product {
      width: 100%;
      float: left; } }

.details-pro .first_status.status_2 {
  display: block;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  background: #00bcd4;
  color: #fff; }
  @media (max-width: 767px) {
    .details-pro .first_status.status_2 {
      display: none; } }

.details-pro .product-summary {
  padding: 0 0 0px;
  width: 100%;
  float: left; }
  .details-pro .product-summary .rte {
    font-family: "Arial";
    font-size: 14px;
    color: #9d9d9d;
    line-height: 24px;
    font-weight: 400; }
    .details-pro .product-summary .rte p {
      margin: 0; }
    .details-pro .product-summary .rte ul, .details-pro .product-summary .rte ol {
      padding-left: 20px; }
  .details-pro .product-summary .rte {
    font-size: 14px;
    color: #444444;
    line-height: 22px; }
    .details-pro .product-summary .rte img {
      display: none; }

.details-pro .form_product_content {
  width: 100%;
  float: left; }
  @media (max-width: 767px) {
    .details-pro .form_product_content .button_actions {
      display: block;
      width: 100%; } }
  .details-pro .form_product_content label {
    font-family: "Arial";
    font-weight: 700;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 20px;
    font-size: 14px; }

.details-pro .tagslist {
  margin-top: 20px;
  width: 100%;
  float: left; }
  .details-pro .tagslist label {
    font-weight: 700; }

.details-product .large-image {
  text-align: center;
  width: 100%; }
  .details-product .large-image a {
    display: block;
    border: none; }
    .details-product .large-image a img {
      margin: 0 auto; }

.details-product .tab_h {
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 30px;
  border: solid 1px #ebebeb;
  padding: 0 15px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .details-product .tab_h {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .details-product .tab_h {
      margin-top: 25px;
      padding: 15px;
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .details-product .details-pro {
    margin-top: 0px; } }

.details-product .details-pro .product-price {
  font-size: 24px;
  color: #444444;
  font-weight: 700;
  line-height: 30px;
  font-family: "Arial";
  display: inline-block; }

.details-product .details-pro .price-box {
  margin: 0px 0 15px;
  width: 100%;
  float: left;
  position: relative; }
  .details-product .details-pro .price-box del {
    font-weight: 400;
    color: #acb2b0;
    font-size: 17px;
    margin-left: 10px;
    font-family: "Arial"; }

/*============================================================================
12. QUICKVIEW
==============================================================================*/
.ud {
  margin-bottom: 20px; }
  .ud p {
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #444444;
    font-weight: 700; }
  .ud span {
    display: block;
    float: left;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #444444;
    font-family: "Arial";
    width: 100%; }
    .ud span:before {
      content: "\f00c";
      font-family: 'Font Awesome 5\ Free';
      font-weight: 900;
      font-size: 14px;
      color: #444444;
      position: absolute;
      left: 0;
      top: 0; }

#quick-view-product {
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 9999; }
  #quick-view-product .details-product {
    width: 100%;
    float: left; }
  #quick-view-product .available {
    margin: 0;
    font-weight: 400; }
    #quick-view-product .available.outstock {
      color: #E55E5E; }
  #quick-view-product .head-qv .vend-qv {
    overflow: hidden;
    margin-bottom: 5px; }
    #quick-view-product .head-qv .vend-qv .left_vend .loaisp {
      color: #00bcd4;
      margin-right: 15px; }
    #quick-view-product .head-qv .vend-qv .left_vend .vendor_ {
      color: #444444; }
      #quick-view-product .head-qv .vend-qv .left_vend .vendor_ span {
        color: #707070; }
    #quick-view-product .head-qv .vend-qv .left_vend .line {
      margin: 0 5px; }
    #quick-view-product .head-qv .vend-qv .hangsx, #quick-view-product .head-qv .vend-qv .soluong {
      font-size: 14px;
      color: #969696; }
      #quick-view-product .head-qv .vend-qv .hangsx .title_ven, #quick-view-product .head-qv .vend-qv .soluong .title_ven {
        color: #969696;
        margin-right: 15px; }
      #quick-view-product .head-qv .vend-qv .hangsx a, #quick-view-product .head-qv .vend-qv .soluong a {
        color: #969696; }
    #quick-view-product .head-qv .vend-qv .soluong {
      color: #00bcd4; }
      #quick-view-product .head-qv .vend-qv .soluong.hidden ~ .button_actions {
        margin-top: 0px; }
    #quick-view-product .head-qv .vend-qv .share_product_qv {
      display: inline;
      margin: 0;
      list-style: none;
      float: left; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 4px;
        margin-right: 5px; }
        #quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs a .fa {
          font-size: 14px;
          color: #fff; }
        #quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover {
          color: #00bcd4;
          border: solid 1px #00bcd4;
          background: #fff; }
          #quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover .fa {
            color: #00bcd4; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .fb {
        background: #3b5998; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .googleplus {
        background: #dc4e41; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .tw {
        background: #1da1f2; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .pintrest {
        background: #cb2027; }
      #quick-view-product .head-qv .vend-qv .share_product_qv .linkedin {
        background: #324c83; }
  #quick-view-product h3 {
    margin: 0 0 15px; }
  #quick-view-product .qwp-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    color: #444444; }
    #quick-view-product .qwp-name a {
      color: #444444; }
    #quick-view-product .qwp-name:hover > a {
      text-decoration: none;
      color: #00bcd4; }
  #quick-view-product .product-images .img_02 {
    margin: 0 auto; }
  #quick-view-product .product-images .qvx {
    width: 100%;
    float: left;
    box-shadow: 0px 1px 24.57px 2.43px rgba(20, 64, 51, 0.05);
    padding: 10px 10px 10px 5px; }
  #quick-view-product .product-images .col_thumbs_visible {
    width: 100%;
    display: block;
    float: left;
    position: relative; }
  #quick-view-product .product-images .thumbleft_qv {
    width: 0px; }
    #quick-view-product .product-images .thumbleft_qv.avalible {
      width: 90px;
      float: left; }
  #quick-view-product .product-images .col_large_default {
    text-align: center;
    display: block;
    float: left;
    border: solid 1px #ebebeb;
    margin-bottom: 0px;
    width: 100%;
    float: left; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #quick-view-product .product-images .col_large_fix1img {
      width: 100%; } }
  @media (min-width: 1200px) {
    #quick-view-product .product-images .col_large_fix1img {
      width: 100%; } }
  #quick-view-product .product-images .col_large_full {
    padding: 0px; }
  #quick-view-product .product-images .large-image a {
    display: block; }
    @media (min-width: 1200px) {
      #quick-view-product .product-images .large-image a {
        height: 400px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #quick-view-product .product-images .large-image a {
        height: 300px !important; } }
    @media (max-width: 991px) {
      #quick-view-product .product-images .large-image a {
        height: auto !important;
        margin-bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #quick-view-product .product-images .large-image a {
        height: 400px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (max-width: 767px) {
      #quick-view-product .product-images .large-image a {
        margin-bottom: 15px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    #quick-view-product .product-images .large-image a .zoomWrapper {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      overflow: hidden; }
    #quick-view-product .product-images .large-image a img {
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
      width: auto !important;
      height: auto !important;
      position: relative !important; }
  #quick-view-product .product-images .img_02 {
    margin: 0 auto; }
  #quick-view-product .product-images .col_large_default {
    text-align: center;
    display: block;
    float: left;
    border: solid 1px #ebebeb; }
  #quick-view-product .product-images .col_large_full {
    padding: 0px; }
  #quick-view-product .product-images .large-image {
    padding: 0px 0px 0px 0px; }
    #quick-view-product .product-images .large-image a {
      border: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      #quick-view-product .product-images .large-image a {
        height: 400px;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (min-width: 1200px) {
      #quick-view-product .product-images .large-image {
        height: 400px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #quick-view-product .product-images .large-image {
        height: 300px; } }
    @media (max-width: 767px) {
      #quick-view-product .product-images .large-image {
        margin-bottom: 15px;
        padding: 0px; } }
    #quick-view-product .product-images .large-image a {
      display: block; }
      #quick-view-product .product-images .large-image a .zoomWrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden; }
      #quick-view-product .product-images .large-image a img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
        position: relative !important; }
  #quick-view-product .product-images .slides .item a img {
    margin: 0 auto; }

.product-featured-image-quickview {
  margin-bottom: 10px;
  margin: 0 auto; }

.thumbleft_qv .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 50px;
  text-align: center;
  z-index: 2; }
  .thumbleft_qv .slick-arrow.slick-prev {
    left: 0px;
    padding-top: 2px; }
    .thumbleft_qv .slick-arrow.slick-prev:before {
      content: "";
      background-image: url(//theme.hstatic.net/200000395777/1000795509/14/control_slick.png?v=84);
      height: 20px;
      width: 17px;
      display: block;
      position: relative;
      top: 13px;
      left: 13px; }
  .thumbleft_qv .slick-arrow.slick-next {
    right: -30px; }
    .thumbleft_qv .slick-arrow.slick-next:before {
      content: "";
      background-image: url(//theme.hstatic.net/200000395777/1000795509/14/control_slick.png?v=84);
      height: 20px;
      width: 17px;
      display: block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      position: relative;
      top: 15px;
      left: 20px; }

.thumbleft_qv .slick-arrow.slick-next, .thumbleft_qv .slick-arrow.slick-prev {
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px; }
  .thumbleft_qv .slick-arrow.slick-next:hover, .thumbleft_qv .slick-arrow.slick-prev:hover {
    background: #00bcd4; }
    .thumbleft_qv .slick-arrow.slick-next:hover:before, .thumbleft_qv .slick-arrow.slick-prev:hover:before {
      filter: brightness(0) invert(1); }
  .thumbleft_qv .slick-arrow.slick-next.slick-disabled, .thumbleft_qv .slick-arrow.slick-prev.slick-disabled {
    background: #f5f5f5;
    cursor: default; }
    .thumbleft_qv .slick-arrow.slick-next.slick-disabled:before, .thumbleft_qv .slick-arrow.slick-prev.slick-disabled:before {
      filter: brightness(0) invert(1); }

.thumbleft_qv .slick-arrow.slick-next {
  right: 30px;
  bottom: -30px;
  top: auto; }
  .thumbleft_qv .slick-arrow.slick-next:before {
    top: 7px;
    left: 7px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.thumbleft_qv .slick-arrow.slick-prev {
  top: 0px;
  left: 30px; }
  .thumbleft_qv .slick-arrow.slick-prev:before {
    top: 5px;
    left: 10px;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }

.thumbleft_qv .slick-slide {
  margin-bottom: 10px; }

#quick-view-product .form-group .input_number_product {
  display: inline-block;
  width: 110px;
  height: 45px;
  position: relative;
  background: transparent;
  float: left;
  overflow: hidden;
  border-radius: 45px; }

#quick-view-product .button_actions {
  margin-top: 0; }

#quick-view-product .form-group .input_number_product {
  margin-right: 15px; }
  #quick-view-product .form-group .input_number_product .btn_num.num_1 {
    border: 0px;
    font-size: 14px;
    left: 5px;
    top: 0;
    border-left: 0;
    height: 45px;
    line-height: 50px;
    font-size: 18px; }
  #quick-view-product .form-group .input_number_product .btn_num.num_2 {
    right: 5px;
    border: none;
    top: 0;
    height: 45px;
    line-height: 50px;
    font-size: 18px; }

#quick-view-product form {
  width: 100%;
  margin: 0px;
  padding: 10px 0; }
  #quick-view-product form .selector-wrapper label {
    font-size: 14px;
    width: 85px;
    font-family: "Arial";
    font-weight: 700;
    color: #636363;
    line-height: 40px;
    margin-bottom: 0px;
    display: none !important; }
  #quick-view-product form .selector-wrapper .single-option-selector {
    font-family: "Arial";
    width: 100%;
    float: none;
    border-radius: 3px;
    background-color: #ebebeb !important; }

#quick-view-product form label {
  display: inline-block; }

#quick-view-product form select {
  width: 150px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px; }

#quick-view-product #usefull_link_block {
  margin: 10px 0; }
  #quick-view-product #usefull_link_block li a {
    color: #222;
    line-height: 17px; }

#quick-view-product .fancybox-overlay {
  display: block !important;
  height: 100vh;
  background: none;
  z-index: 100; }

#quick-view-product .quick-view-product {
  position: absolute;
  width: 945px;
  top: 5%;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
  z-index: 8011;
  border-radius: 0px; }
  #quick-view-product .quick-view-product .details-product:before {
    right: 48.5% !important; }
  #quick-view-product .quick-view-product .details-product:after {
    display: none; }
  #quick-view-product .quick-view-product .flex-viewport {
    min-height: 440px !important; }
  #quick-view-product .quick-view-product .large-image {
    width: 100%; }
    #quick-view-product .quick-view-product .large-image.avalible {
      width: calc(100% - 90px);
      -webkit-width: calc(100% - 90px);
      -moz-width: calc(100% - 90px);
      -o-width: calc(100% - 90px);
      -os-width: calc(100% - 90px);
      float: left; }
  #quick-view-product .quick-view-product .header_qv {
    font-weight: 400;
    font-size: 14px;
    font-family: "Arial";
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #444444;
    width: 100%; }

#quick-view-product .product-right-column .price-product-detail {
  margin: 0;
  line-height: 33px; }

#quick-view-product .total-price {
  float: left;
  width: 100%;
  display: block;
  margin-top: 15px; }
  #quick-view-product .total-price span {
    font-size: em(15px);
    font-weight: 400;
    color: #222; }

#quick-view-product .product-right-column .quantity_wanted_p {
  width: 100%;
  margin-top: 15px; }

#quick-view-product .product-right-column .add_to_cart_detail {
  margin: 15px 10px 15px 0;
  width: 100%; }
  #quick-view-product .product-right-column .add_to_cart_detail.disabled {
    padding: 0 20px; }

#quick-view-product .product-right-column .btn-wishlist {
  margin-top: 15px; }

#quick-view-product .swatch {
  margin: 0; }
  #quick-view-product .swatch .swatch-element {
    margin: 0px 5px 5px 0; }

#quick-view-product .loading-imgquickview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

#quick-view-product .availability, #quick-view-product .product-sku {
  line-height: 28px;
  color: #00bcd4; }

#thumbs_list_quickview {
  text-align: center;
  position: relative;
  margin-top: 10px; }

.quickview-more-views-owlslider {
  padding: 0; }

#thumblist_quickview #thumblist {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  position: static; }

#thumblist_quickview .slick-slide {
  float: left; }
  #thumblist_quickview .slick-slide.active > a {
    border: 1px solid #00bcd4; }
  #thumblist_quickview .slick-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e9edf5;
    margin: 0 5px;
    height: 80px; }
  #thumblist_quickview .slick-slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    margin: 0 auto; }

#thumblist_quickview .thumb_item {
  border: 1px solid #e6e6e6; }

@media (max-width: 1199px) {
  #quick-view-product, .quickview {
    display: none !important; } }

.fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  background: #333;
  line-height: 25px;
  border-radius: 50%; }

.quick_option .quantity_wanted_p {
  width: 100%;
  float: left;
  margin-top: 15px; }

.quickview-info {
  float: left;
  width: 100%; }
  .quickview-info .reviews_qv {
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 7px 0; }
    .quickview-info .reviews_qv .text_revi {
      position: relative;
      line-height: 27px;
      font-size: 13px;
      color: #7b7b7b;
      font-weight: 500;
      margin-left: 10px;
      padding-left: 10px; }
      .quickview-info .reviews_qv .text_revi:before {
        content: "|";
        position: absolute;
        color: #7b7b7b;
        left: 0;
        line-height: 27px; }
  .quickview-info .price-box .h2 {
    color: #444444; }

.quick_option .quantity_wanted_p .soluong_h {
  width: 100px;
  line-height: 40px;
  display: inline-block;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #636363; }

.quick_option .quantity_wanted_p .input_qty_qv {
  width: 120px;
  display: inline-block;
  float: left;
  position: relative;
  padding: 0;
  margin: 0px;
  margin-right: 10px;
  border: none;
  box-shadow: none;
  height: 45px; }
  .quick_option .quantity_wanted_p .input_qty_qv span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  .quick_option .quantity_wanted_p .input_qty_qv .num_1 {
    line-height: 42px;
    border: solid 1px #eaebf3;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: #fff;
    float: left;
    color: #8d90a6;
    text-align: center;
    padding: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 28px;
    border-right: none; }
  .quick_option .quantity_wanted_p .input_qty_qv .num_2 {
    line-height: 42px;
    border: solid 1px #eaebf3;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: #fff;
    float: left;
    color: #8d90a6;
    text-align: center;
    padding: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 20px;
    border-left: none; }
  .quick_option .quantity_wanted_p .input_qty_qv input {
    margin: 0px;
    display: block;
    float: left;
    color: #8d90a6;
    height: 45px;
    border: 1px solid #eaebf3;
    border-right: none;
    border-left: none;
    width: 40px;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    padding: 0; }

.quick_option .contacts {
  display: inline-block;
  float: left;
  text-align: left;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  margin-top: 10px; }

.quickview-product .product-single h1 a, .quickview-product .product-single .h1 a {
  font-size: em(20px); }

.quickview-product .product-single .price {
  font-size: em(26px); }

.quickview-product .content {
  padding: 30px; }

.quickview-product .product-name {
  margin: 0 0 10px !important; }

.quickview-product .review {
  margin-bottom: 10px; }
  .quickview-product .review:before {
    content: " ";
    display: table; }
  .quickview-product .review:after {
    content: " ";
    display: table;
    clear: both; }
  .quickview-product .review .spr-badge {
    float: left;
    height: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0; }
    .quickview-product .review .spr-badge .spr-icon {
      margin: 0; }
    .quickview-product .review .spr-badge .spr-active {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      overflow: hidden; }
    .quickview-product .review .spr-badge .spr-badge-caption {
      float: left;
      margin: 0 0 9px; }

.quickview-product span.available {
  display: none; }
  .quickview-product span.available.active {
    display: block; }

.quickview-product .call_phone_buy {
  margin: 17px 0 15px 0;
  color: #8d90a6; }
  .quickview-product .call_phone_buy a {
    color: #00bcd4;
    font-weight: bold; }
    .quickview-product .call_phone_buy a:hover {
      color: #444444 !important; }

.quickview-product .social-sharing {
  float: left;
  width: 100%; }

.quickview-product .view-more {
  font-size: 13px; }
  .quickview-product .view-more:hover {
    color: #00bcd4;
    text-decoration: none; }

.quickview-product .product-actions {
  border: none;
  padding: 0;
  margin: 0; }
  .quickview-product .product-actions .btn-addToCart {
    clear: none;
    margin: 0; }

.quickview-product .product-media {
  position: relative;
  min-width: 400px; }
  .quickview-product .product-media:before {
    content: " ";
    display: table; }
  .quickview-product .product-media:after {
    content: " ";
    display: table;
    clear: both; }

.quickview-product .more-views {
  width: 80px;
  margin: 0;
  height: calc(100% - 60px);
  min-height: 361px;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden; }
  .quickview-product .more-views a {
    display: block;
    overflow: hidden;
    height: 100%; }
  .quickview-product .more-views img {
    display: block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.quickview-product .border-bottom-qv {
  padding: 2px 0px;
  border-left: 0px;
  border-right: 0px;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px; }

.quickview-product .featured-image {
  float: right;
  width: calc(100% - 100px);
  margin: 0; }

.quickview-product form {
  margin: 0; }

.quickview-product .product-actions .product-single-quantity {
  margin-bottom: 0; }

.quickview-product .product-single .product-description {
  margin: 0 0 25px; }

.quickview-product .product-options {
  margin: 0 0 25px;
  padding: 0 0 25px; }

.quickview-product .details {
  margin: 0 0 8px; }

/*============================================================================
14. POPUP CART NEW
==============================================================================*/
.quickview-close.close-pop {
  position: absolute;
  right: 5px;
  top: 0; }

#popup-cart {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  z-index: 10000;
  top: 10%;
  display: none;
  z-index: -1; }
  @media (max-width: 1700px) {
    #popup-cart {
      left: 60%; } }
  #popup-cart.opencart {
    display: block;
    z-index: 999; }

body.opacitycart:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: .5;
  z-index: 988; }

#popup-cart-desktop {
  width: 950px;
  background: #fff;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 7%;
  bottom: 10%;
  border-radius: 4px; }
  #popup-cart-desktop .wrap_popup {
    padding: 0px 20px 20px;
    width: 100%;
    float: left; }
  #popup-cart-desktop .title-popup-cart {
    font-family: 'Arial', sans-serif;
    margin-bottom: 13px;
    font-size: 18px;
    padding-right: 50px !important;
    font-weight: 300;
    padding: 15px 50px 0 15px; }
    #popup-cart-desktop .title-popup-cart img {
      width: 24px;
      display: inline-block;
      float: left; }
    #popup-cart-desktop .title-popup-cart .your_product {
      font-family: 'Arial', sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #444444;
      font-weight: 300;
      display: inherit; }
    #popup-cart-desktop .title-popup-cart i {
      color: #00bcd4;
      padding: 5px; }
    #popup-cart-desktop .title-popup-cart .cart-popup-name {
      font-family: 'Arial', sans-serif;
      font-size: 18px;
      color: fff;
      font-weight: 300; }
      #popup-cart-desktop .title-popup-cart .cart-popup-name a {
        color: #00bcd4; }
      #popup-cart-desktop .title-popup-cart .cart-popup-name:hover > a {
        text-decoration: none; }
  #popup-cart-desktop .title-quantity-popup {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #333333;
    width: 100%;
    float: left; }
    #popup-cart-desktop .title-quantity-popup .fa {
      font-size: 18px;
      color: #00bcd4;
      margin-right: 5px; }
    #popup-cart-desktop .title-quantity-popup:hover {
      color: #00bcd4; }
    #popup-cart-desktop .title-quantity-popup img {
      width: 18px;
      display: inline-block;
      float: left; }
    #popup-cart-desktop .title-quantity-popup .cart_status {
      line-height: 26px;
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      font-family: "Arial"; }
      #popup-cart-desktop .title-quantity-popup .cart_status .fa {
        font-family: 'FontAwesome';
        line-height: 26px; }
      #popup-cart-desktop .title-quantity-popup .cart_status span {
        color: #444444; }
    #popup-cart-desktop .title-quantity-popup .total-p {
      display: inline-block;
      float: right;
      text-align: left;
      line-height: 28px;
      font-size: 14px; }
      #popup-cart-desktop .title-quantity-popup .total-p .total-price {
        font-size: 18px;
        font-weight: bold;
        color: #00bcd4;
        font-family: 'Lobster', cursive; }
  #popup-cart-desktop .content-popup-cart .thead-popup {
    background: #f7f7f7;
    float: left;
    width: 100%;
    clear: both; }
    #popup-cart-desktop .content-popup-cart .thead-popup > div {
      font-family: 'Arial', sans-serif;
      float: left;
      padding: 10px 10px;
      text-transform: uppercase;
      font-size: 13px;
      color: #333333;
      border-right: solid 1px #fff; }
      #popup-cart-desktop .content-popup-cart .thead-popup > div:last-child {
        border-right: solid 1px #fff; }
      #popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
        padding: 10px 20px; }
  #popup-cart-desktop .content-popup-cart .tbody-popup {
    width: 100%;
    float: left;
    clear: both;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: none;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    position: relative; }
    #popup-cart-desktop .content-popup-cart .tbody-popup:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #fff;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
      background: #ffffff;
      width: 1px; }
    #popup-cart-desktop .content-popup-cart .tbody-popup ::-webkit-scrollbar-button {
      background: #fff; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
      background: #ffffff;
      width: 1px; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track-piece {
      background: #ebebeb;
      width: 1px; }
    #popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
      background: #ccc;
      width: 1px; }
    #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      border-bottom: solid 1px #ebebeb; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
        border-bottom: 0px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
        float: left;
        padding: 15px 0px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div.border {
          border: none !important; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(2) {
          border-left: 0px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(4) {
          position: relative; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(4):after {
            content: "";
            width: 20px;
            height: 1px;
            background: #ebebeb;
            position: absolute;
            right: -115%;
            bottom: -1px;
            z-index: 0; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:last-child {
          border-left: 0px;
          position: absolute;
          right: 0; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4 {
        position: relative; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4:after {
          content: "";
          border-width: 1px;
          height: 100%;
          position: absolute;
          right: 0px;
          top: 0px;
          /*background: #e1e1e1;*/
          padding: 0px 0.5px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
        font-family: 'Arial', sans-serif;
        margin: 0;
        position: relative;
        margin-top: 50%;
        font-size: 20px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
        padding: 0 10px;
        float: left; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image .product-image img {
          max-width: 100%;
          height: auto; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
        display: block;
        float: left;
        width: calc(100% - 25px);
        margin-left: 10px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
          margin: 0px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
          font-family: 'Arial', sans-serif;
          font-size: 14px;
          line-height: 19px;
          margin-bottom: 5px;
          font-weight: 700;
          position: relative;
          margin-top: 7%;
          color: #333;
          padding-right: 10px; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
            color: #00bcd4;
            text-decoration: none; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
          font-size: 13px;
          margin-bottom: 5px;
          color: #333333; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
          font-size: 13px;
          color: #888; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart {
          font-family: 'Arial', sans-serif;
          font-size: 14px;
          line-height: 19px;
          display: block;
          color: #898989; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart .fa {
            color: #898989; }
          #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .remove-item-cart:hover {
            text-decoration: none; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .addpass {
          margin-top: 5px !important; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
        display: block; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
        font-family: "Arial";
        font-weight: 700;
        color: #00bcd4;
        font-size: 14px;
        line-height: 25px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
        color: #636363;
        font-size: 14px;
        text-decoration: line-through;
        font-weight: 500; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
        font-size: 14px;
        color: #636363; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
        position: relative; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-right: -5px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-left: -5px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
        border: 1px solid #ddd;
        outline: none;
        background: #fff;
        height: 25px;
        width: 25px;
        text-align: center;
        vertical-align: top;
        padding: 0;
        color: #333;
        line-height: 23px;
        font-size: 18px;
        font-weight: 100; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count.btn-minus {
          line-height: 23px;
          font-size: 18px; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
        border: 1px solid #ddd;
        height: 25px;
        text-align: center;
        width: 35px;
        vertical-align: top;
        margin-right: -1px;
        display: inline-block;
        min-height: 25px;
        padding: 0;
        background: #fff; }
      #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
        display: block;
        font-family: 'Arial', sans-serif;
        font-weight: 400;
        color: #636363;
        font-size: 14px;
        line-height: 25px; }
        #popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price span {
          font-size: 14px;
          margin-left: 15px;
          font-family: "Arial";
          color: #00bcd4;
          font-weight: 700; }
  #popup-cart-desktop .content-popup-cart .tfoot-popup {
    width: 100%;
    float: left;
    clear: both; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
      padding: 15px 0px 15px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
        font-size: 13px;
        width: 320px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
          float: left;
          margin-right: 10px; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
          line-height: 20px;
          font-family: 'Arial', sans-serif;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 0;
          margin: 15px 15px 0;
          padding-left: 10px; }
          #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
            font-family: 'FontAwesome';
            content: "\f0d1";
            font-size: 16px;
            position: absolute;
            left: 20px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .tongtien {
        margin: 0;
        padding: 0; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total .vanchuyen {
        font-weight: 300;
        color: #00bcd4; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total span {
        font-weight: 700;
        color: #00bcd4;
        font-family: "Arial"; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #333;
        text-align: right; }
        #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
          color: #00bcd4;
          font-weight: bold; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
      cursor: pointer; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
      margin: 10px;
      background: transparent;
      font-size: 14px;
      float: left;
      font-family: "Arial";
      outline: none;
      color: #00bcd4;
      position: absolute;
      margin-top: -29px;
      padding: 0 45px;
      height: 40px;
      border-radius: 0px;
      line-height: 40px; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
      background: #00bcd4;
      font-size: 15px;
      font-weight: 400;
      float: right;
      line-height: 40px;
      display: block;
      font-family: 'Open Sans', sans-serif;
      padding: 0px 45px;
      border: solid 1px #00bcd4;
      color: #fff;
      border-radius: 40px;
      height: 40px;
      margin-bottom: 0px;
      margin-top: 0px;
      margin-right: 5px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout .fa {
        margin-left: 5px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout:hover {
        background: #00bcd4;
        color: #fff;
        border-color: #00bcd4;
        text-decoration: none; }
    #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_ {
      background: #00bcd4;
      color: #fff;
      border-color: #00bcd4;
      margin-right: 0px; }
      #popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.buy_:hover {
        background: #333;
        border-color: #333; }

.footer-popup {
  margin-top: 10px; }
  .footer-popup .btn-proceed-checkout {
    color: #00bcd4; }
    .footer-popup .btn-proceed-checkout .fa {
      margin-right: 5px; }

/************************ Pop cart mini *****************************/
#popupCartModal {
  padding-right: 0px !important;
  z-index: 10000; }
  @media (max-width: 767px) {
    #popupCartModal {
      top: 50px !important; } }
  #popupCartModal .modal-dialog {
    transform: translate(0);
    border-radius: 0;
    width: 500px; }
    @media (max-width: 767px) {
      #popupCartModal .modal-dialog {
        width: auto; } }
  #popupCartModal .modal-content {
    width: 500px;
    box-shadow: none;
    overflow: hidden;
    padding: 0 20px; }
    @media (max-width: 991px) {
      #popupCartModal .modal-content {
        width: auto; } }
    #popupCartModal .modal-content .col-sm-6 {
      padding: 30px; }
    #popupCartModal .modal-content .modal-left {
      text-align: left;
      padding: 0px; }
    #popupCartModal .modal-content .modal-right {
      text-align: center;
      padding: 0px 20px 20px 20px; }
      @media (max-width: 767px) {
        #popupCartModal .modal-content .modal-right {
          padding: 0 15px 15px !important;
          width: 100%;
          float: left; } }
  #popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center;
    border: solid 1px #ebebeb; }
    @media (max-width: 767px) {
      #popupCartModal .media .thumb-1x1 {
        margin: 0 auto;
        width: 100px; } }
  #popupCartModal .product-new-price {
    color: #444444;
    margin-top: 6px;
    font-size: 16px;
    font-family: "Arial";
    font-weight: 400;
    display: block; }
  #popupCartModal button.close {
    position: absolute !important;
    right: 10px;
    top: 2px;
    opacity: 1; }
    #popupCartModal button.close span {
      color: #333;
      font-size: 30px; }
  #popupCartModal .modal-body {
    position: relative;
    padding: 0 15px 15px;
    border-bottom: solid 1px #ebebeb; }
    @media (max-width: 767px) {
      #popupCartModal .modal-body {
        padding: 10px; } }
    #popupCartModal .modal-body .thumb_img {
      width: 100px;
      display: block;
      float: left; }
      @media (max-width: 767px) {
        #popupCartModal .modal-body .thumb_img {
          width: 100px; } }
    #popupCartModal .modal-body .product-title {
      font-family: "Arial";
      font-size: 14px;
      color: #444444;
      font-weight: 400;
      line-height: 20px; }
    #popupCartModal .modal-body .body_content {
      display: block;
      float: left; }
      @media (min-width: 768px) {
        #popupCartModal .modal-body .body_content {
          width: calc(100% - 100px);
          -webkit-width: calc(100% - 100px);
          -moz-width: calc(100% - 100px);
          -o-width: calc(100% - 100px);
          -os-width: calc(100% - 100px);
          padding-left: 15px; } }
      @media (max-width: 767px) {
        #popupCartModal .modal-body .body_content {
          width: calc(100% - 100px);
          padding-left: 15px; } }
  #popupCartModal .right_title {
    font-family: "Arial";
    font-size: 15px;
    color: #707070;
    display: inline-block; }
  #popupCartModal .total_price {
    font-family: "Arial";
    font-weight: 400;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #444444; }
    @media (max-width: 767px) {
      #popupCartModal .total_price {
        padding: 5px 0 15px; } }
    #popupCartModal .total_price span {
      font-weight: 600;
      font-family: "Arial"; }
    #popupCartModal .total_price span:last-child {
      display: inline-block;
      font-weight: 400;
      color: #444444;
      font-size: 18px;
      font-family: "Arial";
      line-height: 24px;
      margin-left: 10px; }
  #popupCartModal .checkout_button {
    font-family: "Arial";
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0 auto 20px;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #00bcd4;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    color: #fff; }
    @media (max-width: 767px) {
      #popupCartModal .checkout_button {
        width: 100%; } }
    #popupCartModal .checkout_button .fa {
      padding-left: 10px; }
  #popupCartModal h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Arial";
    color: #444444;
    padding: 15px 20px;
    margin: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      #popupCartModal h3 {
        padding: 10px; } }
    #popupCartModal h3.right_title {
      font-size: 16px;
      line-height: 19px;
      font-style: normal;
      color: #444444; }
      #popupCartModal h3.right_title a, #popupCartModal h3.right_title b {
        font-family: "Arial";
        font-size: 16px;
        line-height: 19px;
        font-style: normal;
        color: #444444;
        font-weight: 400; }
        #popupCartModal h3.right_title a i, #popupCartModal h3.right_title b i {
          font-style: normal; }
    #popupCartModal h3 i.fa {
      font-style: normal;
      color: #444444; }
    #popupCartModal h3 a:hover i {
      color: #00bcd4; }
  #popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    box-shadow: none; }

/*============================================================================
7. POPUP
==============================================================================*/
.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden; }
  .ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999; }

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0; }
  .awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff; }
  .awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto; }
    .awe-popup.active .content {
      max-height: calc(100% - 60px);
      opacity: 1;
      background: transparent;
      padding: 0; }
      .awe-popup.active .content .info {
        background: #fff;
        min-width: 500px; }
    .awe-popup.active .overlay {
      width: 100%;
      height: 100%; }

.close-window {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 0; }
  .close-window.quickview-close {
    top: -20px;
    right: -23px; }
    .close-window.quickview-close .fa {
      color: #fff; }
  .close-window .fa {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff; }

.awe-popup.loading {
  z-index: 9998; }
  .awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.awe-popup.loaded-content .loader {
  display: none; }

.awe-popup.addcart-popup .content {
  min-width: auto; }

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0; }

.product-popup .product-info {
  overflow: hidden;
  position: relative; }
  .product-popup .product-info p {
    margin-bottom: 0px;
    line-height: 24px; }

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0; }
  .product-popup .popup-title i {
    margin-right: 5px; }

.product-popup .product-name {
  color: #00bcd4; }

.product-popup .product-info p.total-money {
  margin-bottom: 15px; }

.product-popup h3 {
  color: #52b249;
  margin-bottom: 25px; }
  .product-popup h3 .fa {
    margin-right: 4px; }

.product-popup .pop-right h3 {
  color: #333; }

.pop-right {
  background: #f9f9f9; }

/*============================================================================
8. SWATCH VARIANT
==============================================================================*/
/* 
Swatches Styles
*/
.swatch {
  margin: 15px 0; }
  .swatch .header {
    margin: 0px 0px 10px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    z-index: 0;
    height: unset; }
    @media (min-width: 414px) {
      .swatch .header {
        display: inline-block;
        float: left;
        width: 100px; } }
    .swatch .header .valued {
      color: #00bcd4; }

/* Label */
/* Hide radio buttons.*/
.swatch label {
  /* Rounded corners */
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 30px !important;
  height: 30px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: 2px solid #ebebeb;
  /* Background color */
  background-color: #fff;
  /* Styling text */
  font-size: 14px;
  font-family: "Arial";
  text-align: center;
  line-height: 27px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0;
  color: #444444;
  border-radius: 30px; }

.swatch-element label {
  padding: 0 5px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color: #00bcd4;
  color: #00bcd4;
  font-weight: 400; }

.swatch .color input:checked + label {
  border: 2px solid #ebebeb;
  position: relative; }
  .swatch .color input:checked + label:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px !important;
    position: absolute;
    left: -2px;
    top: -2px;
    border: #00bcd4 solid 2px;
    border-radius: 25px; }

.swatch .color .fa:before {
  width: 20px;
  height: 20px; }

.swatch .color label {
  border-radius: 0;
  width: 25px;
  min-width: 25px !important;
  height: 25px !important;
  line-height: 23px !important;
  border: 2px solid #ebebeb !important;
  border-radius: 25px; }

.swatch .swatch-element {
  margin: 0px 10px 10px 0;
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  /* To position the sold out graphic and tooltip */
  position: relative; }
  .swatch .swatch-element input {
    left: 0px;
    height: 25px; }
  .swatch .swatch-element.color {
    margin: 0px 10px 0px 0; }
    .swatch .swatch-element.color .tim {
      background-color: #db23b6; }
    .swatch .swatch-element.color .xanh {
      background-color: #0554ff; }
    .swatch .swatch-element.color .vang {
      background-color: #e6fa0a; }
    .swatch .swatch-element.color .den {
      background-color: #000000; }
    .swatch .swatch-element.color .do {
      background-color: #f20808; }
    .swatch .swatch-element.color .cam {
      background-color: #fc9905; }
    .swatch .swatch-element.color .xam {
      background-color: #615a5a; }
    .swatch .swatch-element.color .trang {
      background-color: #ffffff; }
    .swatch .swatch-element.color .xanh-la-cay {
      background-color: #00ff15; }
    .swatch .swatch-element.color .hong {
      background-color: #ff00d5; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#quick-view-product .selector-wrapper {
  display: none !important; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  cursor: no-drop;
  /* internet explorer */
  /* khtml, old safari */
  /* mozilla, netscape */
  /* fx, safari, opera */ }

.swatch .tooltip {
  text-align: center;
  background: #00bcd4;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -37px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
  .swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #00bcd4 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px; }
  .swatch.error p {
    margin: 0.7em 0; }
    .swatch.error p:first-child {
      margin-top: 0; }
    .swatch.error p:last-child {
      margin-bottom: 0; }
  .swatch.error code {
    font-family: monospace; }
