@charset "UTF-8";
/* ------------------------------------------------------
Common :: Variables
------------------------------------------------------ */
/* Space */
/* Headline */
/* Tables */
/* ------------------------------------------------------
Common :: Functions
------------------------------------------------------ */
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Layout 
-----------------------------------------------------------------------------------------------------------*/
/* columns */
.product-shortcode.column-2 .row.list-products:not(.list) li.product,
.product-shortcode.column-3 .row.list-products:not(.list) li.product,
.product-shortcode.column-4 .row.list-products:not(.list) li.product,
.product-shortcode.column-5 .row.list-products:not(.list) li.product,
.product-shortcode.column-6 .row.list-products:not(.list) li.product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

@media (min-width: 768px) {
  .product-shortcode.column-3 .row.list-products:not(.list) li.product,
  .product-shortcode.column-4 .row.list-products:not(.list) li.product,
  .product-shortcode.column-6 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .product-shortcode.column-5 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 992px) {
  .product-shortcode.column-5 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .product-shortcode.column-4 .row.list-products:not(.list) li.product,
  .product-shortcode.column-6 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }
@media (min-width: 1200px) {
  .product-shortcode.column-6 .row.list-products:not(.list) li.product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; } }
@media (max-width: 576px) {
  /*html .product-shortcode .row.list-products li.product {
  	-ms-flex: 0 0 100% !important;
  	flex: 0 0 100% !important;
  	max-width: 100% !important;
  }*/ }
/*---------------------------------------------------------------------------------------------------------
## Woocommerce Button
-----------------------------------------------------------------------------------------------------------*/
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after, button.loading::after, input[type='button'].loading::after, input[type='reset'].loading::after, input[type='submit'].loading::after, .button.loading::after, .added_to_cart.loading::after, #openQuickView.loading::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  vertical-align: -2px;
  font-family: 'fontello';
  line-height: inherit;
  vertical-align: baseline;
  content: "";
  background: url("../img/ajax-loader.gif") center no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px; }

a.checkout-button {
  background-color: var(--primarycolor) !important; }

.add_to_cart_button.added {
  padding-right: 30px !important;
  position: relative; }
  .add_to_cart_button.added:before {
    content: '\E807';
    font-family: 'fontello';
    position: absolute;
    top: 0px;
    right: 7px; }

form.cart .button {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 18px 0;
  background-color: #0071e3 !important;
  font-weight: 700; }
  @media (min-width: 1200px) {
    form.cart .button {
      min-width: auto;
      padding: 0 30px; } }
  form.cart .button.buy_now {
    margin-left: 20px;
    background: var(--primarycolor) !important; }

/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
@media (min-width: 992px) {
  #QuickViewModal .modal-lg {
    max-width: 900px; } }
#QuickViewModal .modal-content {
  position: relative;
  border-radius: 0; }
  #QuickViewModal .modal-content .modal-header {
    position: fixed;
    top: 30px;
    right: 15px;
    border-bottom: none;
    padding: 0;
    z-index: 999999;
    outline: none; }
    #QuickViewModal .modal-content .modal-header .close {
      margin: 0;
      outline: none;
      padding: 0;
      border: 0;
      background: transparent;
      cursor: pointer;
      color: #FFF;
      outline: none; }
#QuickViewModal .woocommerce-product-details__short-description {
  border-bottom: 0; }
#QuickViewModal .woocommerce-review-link {
  pointer-events: none; }

.list-products li .product-info__thumbnail .quickviewButton {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden; }
  .list-products li .product-info__thumbnail .quickviewButton a, .list-products li .product-info__thumbnail .quickviewButton span {
    min-width: 35px;
    height: 35px;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    color: #FFF;
    background: var(--primarycolor);
    margin: 0 0 5px;
    display: block;
    transition: 0.5s ease-in-out;
    transform: scale3d(0, 0, 0); }
    .list-products li .product-info__thumbnail .quickviewButton a:hover, .list-products li .product-info__thumbnail .quickviewButton span:hover {
      background-color: #ea2700; }
.list-products li:hover .product-info__thumbnail a, .list-products li:hover .product-info__thumbnail span, .list-products li.open .product-info__thumbnail a, .list-products li.open .product-info__thumbnail span {
  transform: scaleX(1); }
.list-products li:hover .product-info__thumbnail .quickviewButton, .list-products li.open .product-info__thumbnail .quickviewButton {
  opacity: 1;
  visibility: visible; }

.quantity_text {
  margin-right: 10px; }

.slick-prev:before {
  transition: all 0.3s linear 0s; }

.slick-next:before {
  transition: all 0.3s linear 0s; }

a.unidev-popup {
  transition: all 0.3s linear 0s;
  bottom: 10px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  z-index: 9;
  color: #444;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 0; }
  a.unidev-popup:hover {
    opacity: 1; }

.woocommerce-product-gallery {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 30px;
  overflow: hidden; }

.unidev-slider-nav img {
  cursor: pointer;
  opacity: .9; }
  .unidev-slider-nav img:hover {
    opacity: 1; }
.unidev-slider-nav .slick-current img {
  opacity: 1; }

.unidev-slider-for .zoom img:first-child {
  display: none !important; }
.unidev-slider-for .zoomImg {
  cursor: default; }
.unidev-slider-for .slick-slide {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.admin-bar .fancybox-container {
  z-index: 999999; }

.single-product.woocommerce span.onsale {
  z-index: 9; }

.unidev-slider-for.slick-slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px; }

.gallery-horizontal .unidev-slider-for.slick-slider {
  margin-bottom: 20px; }
.gallery-horizontal #unidev-gallery:hover .slick-prev {
  left: 10px; }
.gallery-horizontal #unidev-gallery:hover .slick-next {
  right: 10px; }

#unidev-gallery {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  position: relative; }
  #unidev-gallery:before {
    content: '';
    background: linear-gradient(90deg, rgba(62, 62, 63, 0) 0%, #3e3e3f 102.5%);
    width: 53px;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotate(-180deg);
    z-index: 2;
    cursor: pointer; }
  #unidev-gallery:after {
    content: '';
    background: linear-gradient(90deg, rgba(62, 62, 63, 0) 0%, #3e3e3f 102.5%);
    width: 53px;
    height: 100%;
    z-index: 9;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer; }
  #unidev-gallery .slick-slide {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    border-radius: 8px; }
    #unidev-gallery .slick-slide figure {
      margin-bottom: 0; }
    #unidev-gallery .slick-slide img {
      border: 3px solid transparent;
      opacity: 0.5;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: opacity 0.6s;
      background: #FFF;
      border-radius: 8px; }
    #unidev-gallery .slick-slide:hover img, #unidev-gallery .slick-slide.slick-current img {
      border-color: rgba(0, 0, 0, 0.3);
      opacity: 1;
      border-color: #2997ff; }
  #unidev-gallery .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    z-index: 9999;
    height: 30px; }
    #unidev-gallery .slick-arrow:before {
      font-size: 30px;
      color: #FFF; }
  #unidev-gallery:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }

.gallery-vertical {
  clear: both; }
  .gallery-vertical .unidev-slider-for {
    float: right;
    width: calc( 100% - 20% - 10px ); }
  .gallery-vertical #unidev-gallery {
    float: left;
    width: 20%;
    margin-left: 0;
    margin-right: 0; }
    .gallery-vertical #unidev-gallery .slick-slide {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .gallery-vertical #unidev-gallery:hover .slick-prev {
      top: 10px; }
    .gallery-vertical #unidev-gallery:hover .slick-next {
      bottom: 10px; }
  .gallery-vertical #unidev-gallery.slick-slider .slick-prev {
    left: 50%;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0); }
    .gallery-vertical #unidev-gallery.slick-slider .slick-prev:before {
      content: "\F104"; }
  .gallery-vertical #unidev-gallery.slick-slider .slick-next {
    left: 50%;
    right: 50%;
    bottom: 0;
    top: initial;
    transform: translate(-50%, -50%); }
    .gallery-vertical #unidev-gallery.slick-slider .slick-next:before {
      content: "\F105"; }

/*--------------------------------------------------------------
# Giỏ hàng
--------------------------------------------------------------*/
.calculated_shipping h2 {
  text-transform: uppercase; }

/*---------------------------------------------------------------------------------------------------------
## Woocommerce Minicart
-----------------------------------------------------------------------------------------------------------*/
.cart-block {
  display: inline-block; }
  .cart-block.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible; }
    .logged-in .cart-block.opened .shopping-cart-menu-wrapper {
      top: 32px; }
  .cart-block .shopping-cart-icon-container {
    cursor: pointer;
    display: block;
    z-index: 1; }
  .cart-block .return-to-shop {
    text-align: center;
    padding: 15px 0; }
    .cart-block .return-to-shop .button {
      padding: 10px 15px;
      font-size: 13px;
      line-height: 1.4;
      background-color: var(--primarycolor);
      color: #FFF;
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
      transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease; }

.overlay-cart {
  opacity: 0;
  filter: alpha(opacity=0); }
  .overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s; }

.shopping-cart {
  display: inline-block; }
  .shopping-cart .shopping-cart-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f3033;
    border-radius: 100%;
    padding: 10px;
    margin: 0 0 0 10px;
    position: relative;
    height: 40px;
    width: 40px; }
    .shopping-cart .shopping-cart-icon-wrapper:after {
      content: attr(title);
      display: block;
      min-width: 20px;
      background: #F00;
      border-radius: 50%;
      padding: 1px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      color: #FFF;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      border-radius: 50%; }
    .shopping-cart .shopping-cart-icon-wrapper img {
      filter: brightness(0) invert(1);
      max-height: 20px; }

/*--------------------------------------------------------------
# Thanh toán
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
  border-radius: 0; }
  @media (min-width: 568px) {
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
      padding: 15px; } }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
      width: 100%;
      float: none; } }

.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 10px 0; }

td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td,
.shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
  text-align: right; }

.cart_totals > h2, .cross-sells > h2 {
  font-size: 25.6px; }

.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout #order_review_heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px; }
.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%; }
#add_payment_method .woocommerce-checkout #payment, .woocommerce-cart .woocommerce-checkout #payment, .woocommerce-checkout .woocommerce-checkout #payment {
  background: none;
  border-radius: 0; }
  #add_payment_method .woocommerce-checkout #payment ul.payment_methods, .woocommerce-cart .woocommerce-checkout #payment ul.payment_methods, .woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    padding: 0; }
  #add_payment_method .woocommerce-checkout #payment div.payment_box, .woocommerce-cart .woocommerce-checkout #payment div.payment_box, .woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    padding: 12px 18px;
    background-color: #edf7ff;
    border: 1px solid #49aff5;
    margin: 0 0 16px; }
    #add_payment_method .woocommerce-checkout #payment div.payment_box:before, .woocommerce-cart .woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout .woocommerce-checkout #payment div.payment_box:before {
      display: none; }
  #add_payment_method .woocommerce-checkout #payment div.form-row, .woocommerce-cart .woocommerce-checkout #payment div.form-row, .woocommerce-checkout .woocommerce-checkout #payment div.form-row {
    padding: 16px 0 0 0; }
  #add_payment_method .woocommerce-checkout #payment #place_order, .woocommerce-cart .woocommerce-checkout #payment #place_order, .woocommerce-checkout .woocommerce-checkout #payment #place_order {
    display: block;
    width: 100%;
    letter-spacing: .3px;
    text-transform: uppercase;
    background: var(--primarycolor);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease; }
    #add_payment_method .woocommerce-checkout #payment #place_order:hover, #add_payment_method .woocommerce-checkout #payment #place_order:active, .woocommerce-cart .woocommerce-checkout #payment #place_order:hover, .woocommerce-cart .woocommerce-checkout #payment #place_order:active, .woocommerce-checkout .woocommerce-checkout #payment #place_order:hover, .woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
      box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2); }
    #add_payment_method .woocommerce-checkout #payment #place_order:active, .woocommerce-cart .woocommerce-checkout #payment #place_order:active, .woocommerce-checkout .woocommerce-checkout #payment #place_order:active {
      top: 1px; }
.woocommerce-checkout #payment .woocommerce #place_order, .woocommerce-checkout #payment .woocommerce-page #place_order {
  line-height: 38.4px;
  min-height: 40px;
  padding: 0 19.2px; }
#add_payment_method .woocommerce-checkout #payment .payment_method_paypal .about_paypal, .woocommerce-cart .woocommerce-checkout #payment .payment_method_paypal .about_paypal, .woocommerce-checkout .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: none;
  line-height: 1.4;
  font-size: 13px;
  margin-left: 5px; }
.woocommerce-checkout #order_review {
  border-width: 0 3px 3px; }
.woocommerce-checkout .woocommerce-Price-currencySymbol {
  margin-left: 5px; }
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  flex-basis: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%; }
.woocommerce-checkout .checkout-order-review {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #F8F8F8; }
  .woocommerce-checkout .checkout-order-review #order_review_heading {
    text-align: center; }
  .woocommerce-checkout .checkout-order-review:before, .woocommerce-checkout .checkout-order-review:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
    background-size: 15px 15px; }
  .woocommerce-checkout .checkout-order-review:before {
    top: -10px;
    background-position: -3px -5px,0 0; }
  .woocommerce-checkout .checkout-order-review:after {
    bottom: -10px;
    background-position: -3px 2px, 0 0; }

.qhtheme-table-wrapper {
  padding: 5px 15px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }

.woocommerce .woocommerce-input-wrapper {
  display: block;
  width: 100%; }
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px; }
  .woocommerce form .form-row label {
    font-weight: 600; }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 34px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px 12px; }
  .woocommerce form .form-row textarea {
    height: 124px;
    padding: 16px 12px; }
  .woocommerce form .form-row.notes label {
    font-weight: normal; }
.woocommerce table.shop_table.order_details {
  border: 1px solid #ddd; }
  .woocommerce table.shop_table.order_details td, .woocommerce table.shop_table.order_details th {
    padding: 10px 12px; }
  .woocommerce table.shop_table.order_details address {
    border-color: #ddd; }

.woocommerce-order {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce-order .woocommerce-order__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
  .woocommerce-order .woocommerce-notice--success {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
    background: #5cb85c;
    border-radius: 5px;
    color: #FFF;
    margin-bottom: 30px; }
  .woocommerce-order .woocommerce-order-overview {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 30px 32px 0 !important;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 15px; }
    .woocommerce-order .woocommerce-order-overview li {
      line-height: 1.99 !important;
      margin-bottom: 15px !important;
      float: none !important;
      font-size: 14px !important;
      border-right: 0 !important; }
      .woocommerce-order .woocommerce-order-overview li strong {
        font-size: 14px !important; }
    .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
  .woocommerce-order .woocommerce-order-details {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); }
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
  .woocommerce-order .woocommerce-customer-details {
    line-height: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone:before,
    .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email:before {
      display: none; }
    .woocommerce-order .woocommerce-customer-details p {
      padding-left: 25px !important;
      margin-bottom: 0;
      position: relative; }
      .woocommerce-order .woocommerce-customer-details p i {
        position: absolute;
        top: 0;
        left: 0; }

.continue_shopping {
  margin-bottom: 10px;
  overflow: hidden; }
  .continue_shopping a {
    float: right; }

/*--------------------------------------------------------------
# Tài khoản
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%; } }
.u-column1.col-1.woocommerce-Address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  border: 1px solid #ddd; }
  .woocommerce-MyAccount-navigation ul li {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2; }
    .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: none; }
    .woocommerce-MyAccount-navigation ul li a {
      display: block;
      padding: 0;
      font-size: 14px;
      color: #555;
      background-color: #f8f8f8;
      padding: 15px 10px;
      -moz-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      transition: background-color 0.3s ease 0s; }
      .woocommerce-MyAccount-navigation ul li a:before {
        position: relative;
        top: -2px;
        content: "\F101";
        font-family: 'fontello';
        margin-right: 10px;
        font-size: 10px;
        color: var(--primarycolor); }
    .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #FFF; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      color: rgba(0, 0, 0, 0.8); }
    .woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
      background-color: rgba(0, 0, 0, 0.07); }

.ui-datepicker {
  width: 230px; }
  .ui-datepicker .ui-datepicker-header {
    width: 230px; }
  .ui-datepicker table {
    background: #FFF;
    width: 230px; }

#customer_login {
  width: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px; }
  #customer_login h2 {
    text-transform: uppercase; }
  .woocommerce #customer_login form.checkout_coupon, .woocommerce #customer_login form.login, .woocommerce #customer_login form.register {
    margin: 15px 0; }
  .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce-page #customer_login .col-1, .woocommerce-page #customer_login .col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce-page #customer_login .col-1, .woocommerce-page #customer_login .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 768px) {
    #customer_login .col-2 {
      border-left: 1px solid #ececec; } }

.woocommerce form .password-input, .woocommerce-page form .password-input {
  flex: 0 0 100%; }

.woocommerce table.my_account_orders {
  font-size: 14px; }

.woocommerce table.my_account_orders .button {
  margin: 0 5px 5px 5px; }

/*--------------------------------------------------------------
## Comment
--------------------------------------------------------------*/
.comment-section .woocommerce-Reviews-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0 !important;
  border-bottom: solid 2px #D2D2D2;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px; }
  .comment-section .woocommerce-Reviews-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--primarycolor);
    z-index: 3;
    width: 100px; }

.star_box {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0 20px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }
  .star_box .reviews-star__boxleft {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .star_box .reviews-star__boxright {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 767.98px) {
    .star_box .star-average {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding-left: 10px;
      padding-right: 10px; }
    .star_box .reviews-star__boxleft {
      -ms-flex: 0 0 calc(100% - 30% - 190px);
      flex: 0 0 calc(100% - 30% - 190px);
      max-width: calc(100% - 30% - 190px);
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 0 !important; }
    .star_box .reviews-star__boxright {
      -ms-flex: 0 0 190px;
      flex: 0 0 190px;
      max-width: 190px;
      padding-left: 10px;
      padding-right: 10px; } }
  .star_box .star-average .star_average {
    color: #fe9727;
    font-size: 35px;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    margin: 0 10px 0 0;
    line-height: 1; }
  .star_box .star-average .woocommerce-product-rating {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: baseline;
    visibility: visible;
    margin-bottom: 0 !important;
    line-height: 3; }
    .star_box .star-average .woocommerce-product-rating .star-rating {
      font-size: 22px; }
      .star_box .star-average .woocommerce-product-rating .star-rating.rating-null span::before {
        color: #ccc; }
      .star_box .star-average .woocommerce-product-rating .star-rating:before {
        letter-spacing: 0.7px; }
      .star_box .star-average .woocommerce-product-rating .star-rating span::before {
        letter-spacing: 0.7px; }
    .star_box .star-average .woocommerce-product-rating .woocommerce-review-link {
      position: relative;
      top: -2px;
      width: 100%;
      display: block; }
  .star_box .reviews-star__boxleft {
    margin-bottom: 20px; }
    .star_box .reviews-star__boxleft .reviews-starbar__wrap {
      line-height: 1; }
      .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row {
        padding-bottom: 10px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row:last-child {
          padding-bottom: 0; }
        .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__number {
          width: 50px; }
          .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__number span {
            width: 70px;
            display: inline-block; }
        .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__value {
          line-height: 1;
          width: 40px;
          display: flex; }
          .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__value i {
            margin: 0 3px;
            color: #FF0; }
        .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__rating {
          flex: 1;
          -ms-flex-negative: 1;
          -ms-flex-preferred-size: auto !important;
          padding: 0 10px; }
          .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__rating .reviews-starbar__scala {
            border-radius: 3px;
            display: inline-block;
            height: 15px;
            background: #eee;
            vertical-align: middle;
            overflow: hidden;
            width: 100%; }
            .star_box .reviews-star__boxleft .reviews-starbar__wrap .reviews-starbar__row .reviews-starbar__rating .reviews-starbar__scala .reviews-starbar__percent {
              height: 15px;
              border-radius: 3px;
              display: inline-block;
              width: 0;
              background: #f5a623; }
  .star_box .reviews-star__boxright {
    text-align: center; }
    .star_box .reviews-star__boxright a {
      white-space: nowrap;
      background-color: var(--primarycolor);
      color: #FFF;
      display: inline-block;
      padding: 10px 10px;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none; }

/*--------------------------------------------------------------
# Woocommerce Category Product
--------------------------------------------------------------*/
.list-products .woocommerce-info {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-color: var(--primarycolor); }

.woocommerce-message::before {
  color: var(--primarycolor); }

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 35px; }
  .woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0; }
    .woocommerce nav.woocommerce-pagination ul li {
      background: #f5f5f5;
      margin: 0 5px;
      border: none; }
      .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        font-weight: 600;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        width: 40px;
        color: #444444;
        background-color: #e9ecef !important;
        border-color: #dee2e6 !important; }
      .woocommerce nav.woocommerce-pagination ul li a {
        color: #1e1e1e; }
      .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
        background: var(--primarycolor) !important;
        color: #FFF; }

.woocommerce .woocommerce-ordering select {
  margin-bottom: 0;
  appearance: none !important;
  background-position: 97% center;
  background-repeat: no-repeat;
  background-image: url("../img/down.png");
  background-size: 10px;
  padding: 7px !important;
  padding-right: 1.5em !important; }

.switcher-wrap {
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 10px; }
  .switcher-wrap > * {
    margin-bottom: 10px; }
  .switcher-wrap .woocommerce-message {
    flex: 0 0 100%; }
  .switcher-wrap .woocommerce-result-count {
    padding: 0;
    float: none;
    order: 1; }
  .switcher-wrap .woocommerce-ordering {
    float: none;
    flex: 1 1 auto; }
  .switcher-wrap .view-mode-switcher {
    display: flex;
    order: 2;
    margin-left: 20px; }
    .switcher-wrap .view-mode-switcher a {
      display: inline-block;
      padding: 9.888px;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      color: #1e1e1e;
      background-color: #f5f5f5; }
      .switcher-wrap .view-mode-switcher a em {
        display: none; }
      .switcher-wrap .view-mode-switcher a:hover, .switcher-wrap .view-mode-switcher a.active {
        color: #FFF;
        background-color: var(--primarycolor); }
    .switcher-wrap .view-mode-switcher i:before, .switcher-wrap .view-mode-switcher i {
      font-size: 16px;
      line-height: 1;
      height: 16px;
      width: 16px; }

/*--------------------------------------------------------------
# Woocommerce Single Product
--------------------------------------------------------------*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: auto; }
.woocommerce div.product .product_title {
  font-weight: bold;
  font-size: 20px;
  margin: 0px 0px 10px;
  border-bottom: 0;
  color: #FFF;
  text-align: left; }
  @media only screen and (min-width: 576px) {
    .woocommerce div.product .product_title {
      font-size: 25px; } }
  @media only screen and (min-width: 992px) {
    .woocommerce div.product .product_title {
      font-size: 30px; } }
.woocommerce div.product .woocommerce-product-details__short-description {
  display: block;
  overflow: hidden;
  padding: 20px 15px 10px 15px;
  background: #2f3033;
  border-radius: 12px;
  margin: 0 0 20px; }
  .woocommerce div.product .woocommerce-product-details__short-description ul {
    padding: 12px 0 12px;
    margin: 12px 0 12px;
    list-style-type: none;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141; }
    .woocommerce div.product .woocommerce-product-details__short-description ul li {
      position: relative;
      padding-left: 10px;
      margin-bottom: 6px; }
      .woocommerce div.product .woocommerce-product-details__short-description ul li:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 6px; }
  .woocommerce div.product .woocommerce-product-details__short-description .text {
    font-size: 12px; }
.woocommerce div.product form.cart .group_table .woocommerce-Price-amount {
  font-size: 14px; }
.woocommerce div.product p.price {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  color: #FFF;
  font-size: 15px; }
  .woocommerce div.product p.price ins {
    font-size: 18px;
    order: 1; }
  .woocommerce div.product p.price del {
    order: 2; }
  .woocommerce div.product p.price .text_price {
    font-weight: 400;
    color: var(--textcolor);
    font-size: 14px; }
  .woocommerce div.product p.price .badge {
    font-size: 13px;
    padding: 4px 8px;
    background: #ec4855;
    border-radius: 6px;
    margin-left: 20px;
    color: #FFF; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin-left: 15px; }
.woocommerce div.product .stock {
  font-style: italic;
  color: #000; }
.woocommerce div.product form.cart label {
  margin-bottom: 0; }
.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important; }
.woocommerce div.product form.cart .variations select {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: none; }
.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-flow: column; }
  .woocommerce div.product form.cart .variations tr th {
    vertical-align: middle;
    text-align: left; }
    .woocommerce div.product form.cart .variations tr th label {
      font-weight: normal; }
  .woocommerce div.product form.cart .variations tr td li {
    margin-right: 14px; }
    @media only screen and (min-width: 576px) {
      .woocommerce div.product form.cart .variations tr td li {
        margin-right: 20px; } }
  .woocommerce div.product form.cart .variations tr td .button-variable-item {
    border: 0;
    width: auto !important;
    padding: 0 10px;
    border-radius: 8px !important;
    background-color: #2f3033 !important; }
    .woocommerce div.product form.cart .variations tr td .button-variable-item span {
      color: #FFF !important; }
    .woocommerce div.product form.cart .variations tr td .button-variable-item:hover {
      box-shadow: 0 0 0 1px #535353 !important; }
    .woocommerce div.product form.cart .variations tr td .button-variable-item.selected {
      background-color: #1c1c1d !important; }
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle; }
.woocommerce div.product form.cart .single_add_to_cart_button {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 30px; }
.woocommerce div.product form.cart .woocommerce-variation-price .price {
  display: flex;
  align-items: flex-end;
  color: #FFF;
  font-size: 15px; }
  .woocommerce div.product form.cart .woocommerce-variation-price .price ins {
    font-size: 18px;
    order: 1; }
  .woocommerce div.product form.cart .woocommerce-variation-price .price del {
    order: 2; }
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .woocommerce div.product div.images .flex-control-thumbs li img {
      border: 1px solid #ddd; }
div.product .summary .buy_now {
  width: 100%;
  margin-right: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 18px 0;
  background: #0071e3;
  font-weight: 700; }

.woocommerce-tabs ul.tabs {
  overflow: visible !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .woocommerce-tabs ul.tabs::before {
    display: none !important; }
  .woocommerce .woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 40px;
    margin-top: 0; }
    .woocommerce .woocommerce-tabs ul.tabs li {
      display: initial !important; }
      .woocommerce .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e5e5e5;
        color: #3a3a3a !important;
        padding: 10px 18px !important;
        font-size: 15px;
        line-height: 20px;
        margin: 0 15px 0 0;
        border-radius: 8px;
        font-weight: 700;
        cursor: pointer; }
      .woocommerce .woocommerce-tabs ul.tabs li:before, .woocommerce .woocommerce-tabs ul.tabs li:after, .woocommerce .woocommerce-tabs ul.tabs li.active:before, .woocommerce .woocommerce-tabs ul.tabs li.active:after {
        display: none; }
      .woocommerce .woocommerce-tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li a:hover {
        border-color: #0055d4; }
  .woocommerce #content .woocommerce-tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li, .woocommerce-page #content .woocommerce-tabs ul.tabs li, .woocommerce-page .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0; }
.woocommerce-tabs .specifications-tabs {
  max-width: 590px;
  margin: 0 auto; }
  .woocommerce-tabs .specifications-tabs .specifications-box {
    margin-bottom: 20px; }
  .woocommerce-tabs .specifications-tabs .specifications-list {
    display: none; }
  .woocommerce-tabs .specifications-tabs .specifications-btn {
    display: block;
    overflow: hidden;
    background: #f5f5f7;
    padding: 15px 10px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer; }
    .woocommerce-tabs .specifications-tabs .specifications-btn:not(.active):before {
      content: '';
      width: 2px;
      height: 16px;
      background: #000;
      border-radius: 2px;
      position: absolute;
      right: 21px;
      top: 18px; }
    .woocommerce-tabs .specifications-tabs .specifications-btn:after {
      content: '';
      width: 16px;
      height: 2px;
      background: #000;
      border-radius: 2px;
      position: absolute;
      right: 14px;
      top: 50%; }
    .woocommerce-tabs .specifications-tabs .specifications-btn.active::after {
      content: '';
      width: 16px;
      height: 2px;
      background: #000;
      border-radius: 2px;
      position: absolute;
      right: 14px;
      top: 50%; }
  .woocommerce-tabs .specifications-tabs .specifications-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .woocommerce-tabs .specifications-tabs .parameter-item {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px; }
    .woocommerce-tabs .specifications-tabs .parameter-item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .woocommerce-tabs .specifications-tabs .parameter-item span {
      display: block; }
    .woocommerce-tabs .specifications-tabs .parameter-item .ts {
      width: 40%; }
    .woocommerce-tabs .specifications-tabs .parameter-item .gt {
      width: 60%; }
      .woocommerce-tabs .specifications-tabs .parameter-item .gt p {
        margin-bottom: 0; }

.woocommerce .star-rating span, .woocommerce p.stars a {
  color: #ffc114; }
.woocommerce span.onsale {
  display: none; }
.woocommerce table.shop_attributes {
  display: block;
  border: none;
  margin-bottom: 10px; }
  .woocommerce table.shop_attributes tbody {
    display: block; }
    .woocommerce table.shop_attributes tbody * {
      display: inline-block; }
  .woocommerce table.shop_attributes tr {
    display: block;
    margin-bottom: 5px; }
    .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
      background: none; }
  .woocommerce table.shop_attributes td {
    border: none; }
    .woocommerce table.shop_attributes td p {
      padding: 0; }
  .woocommerce table.shop_attributes th {
    padding: 0;
    width: auto;
    border: none; }
    .woocommerce table.shop_attributes th:after {
      content: ": "; }
.woocommerce #reviews #comments ol.commentlist {
  padding: 0; }
.woocommerce .wc-tab h2.woocommerce-Reviews-title, .woocommerce .wc-tab h2.woocommerce-description-title {
  display: none; }
.woocommerce .stars a {
  font-size: 16px;
  margin-left: -10px;
  display: inline-block;
  color: transparent !important;
  overflow: hidden;
  font-family: 'fontello';
  width: initial !important;
  height: initial !important;
  text-indent: initial !important; }
  .woocommerce .stars a:hover:after {
    color: #ffc114; }
  .woocommerce .stars a:before {
    content: none !important; }
  .woocommerce .stars a:after {
    color: #ddd;
    content: '\E809';
    font-weight: bold; }
.woocommerce .stars a + a {
  margin-left: .3em;
  border-left: 1px solid #ececec; }
.woocommerce .stars a.active:after {
  color: #ffc114; }
.woocommerce .stars a.star-2:after {
  content: '\E809\E809'; }
.woocommerce .stars a.star-3:after {
  content: '\E809\E809\E809'; }
.woocommerce .stars a.star-4:after {
  content: '\E809\E809\E809\E809'; }
.woocommerce .stars a.star-5:after {
  content: '\E809\E809\E809\E809\E809'; }

.percent {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  color: #FFF;
  background: #ff0000;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600; }

.socials-share {
  padding: 14px 0 14px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .socials-share .share_unit {
    display: flex;
    align-items: center; }
  .socials-share a {
    margin-right: 8px;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    text-align: center;
    background: var(--primarycolor);
    color: #FFF;
    border-radius: 5px; }
    .socials-share a.zalo-share-button {
      cursor: pointer;
      text-indent: -99999px;
      overflow: hidden;
      background: url("../img/zalo-2.png") center no-repeat, var(--primarycolor);
      background-size: 12px; }

.product_meta {
  margin-bottom: 10px; }
  .product_meta .sku_wrapper, .product_meta .posted_in {
    display: block;
    margin-bottom: 5px; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1; }

.woocommerce div.product form.cart {
  margin-bottom: 20px; }

.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none; }

.woocommerce .wrap-btn-cart {
  margin-bottom: 20px; }
.woocommerce div.product form.cart div.quantity,
.woocommerce table.shop_table .quantity.buttons_added {
  position: relative;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  padding: 0 20px;
  display: inline-block;
  float: none; }

.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
  padding-right: 19.2px; }

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 80px;
  height: 40px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #d3d3d3;
  font-weight: 500;
  -moz-appearance: textfield;
  outline: none; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 19px;
  height: 19.5px;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  cursor: pointer;
  color: #515151;
  border: 1px solid #d3d3d3;
  background-color: #FFF;
  text-shadow: none;
  line-height: 1;
  background-image: none;
  outline-width: 0;
  z-index: 1; }
  .woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover {
    background-color: #dad8da; }
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
  top: 0;
  right: 0; }
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
  bottom: 0;
  right: 0; }

.woocommerce-variation-price {
  margin-bottom: 20px; }

.woocommerce-product-details__short-description {
  text-align: justify;
  margin-bottom: 20px;
  padding-bottom: 0; }
  .woocommerce-product-details__short-description ul {
    padding: 0;
    list-style-position: inside; }
    .woocommerce-product-details__short-description ul li {
      margin-bottom: 3px; }

@media (min-width: 992px) {
  .no-sidebar.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 80%;
    float: right; }
  .no-sidebar.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 18%;
    float: left; }
  .no-sidebar.single-product div.product div.images .flex-control-thumbs {
    margin: -5px 0; }
    .no-sidebar.single-product div.product div.images .flex-control-thumbs li {
      width: 100%;
      padding: 5px 0; }

  .related .slick-carousel .slick-next, .related .slick-carousel .slick-prev {
    top: -40px !important; }
  .related .slick-carousel .slick-next {
    right: 15px !important; }
  .related .slick-carousel .slick-prev {
    left: inherit !important;
    right: 40px !important; } }
.related .slick-list {
  padding-top: 10px; }
.related .heading-related {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #D2D2D2;
  text-transform: uppercase; }
  .related .heading-related span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    .related .heading-related span:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 2px;
      background: var(--primarycolor);
      z-index: 3;
      max-width: 380px;
      min-width: 215px; }

.up-sells > h2 {
  font-size: 18px; }

.single-product .socials-share {
  padding: 14px 0 14px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .single-product .socials-share .share_unit {
    display: flex;
    align-items: center; }
  .single-product .socials-share a {
    margin-right: 8px;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    text-align: center;
    background: var(--primarycolor);
    color: #FFF;
    border-radius: 5px; }
    .single-product .socials-share a.zalo-share-button {
      cursor: pointer;
      text-indent: -99999px;
      overflow: hidden;
      background: url("../img/zalo-2.png") center no-repeat, var(--primarycolor);
      background-size: 12px; }

/*---------------------------------------------------------------------------------------------------------
## Woocommerce Style Product
-----------------------------------------------------------------------------------------------------------*/
.product-shortcode .row.list-products li.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  margin: 0 0 30px 0; }

.product-shortcode {
  clear: both; }
  .product-shortcode .list-products {
    padding: 0; }
    .product-shortcode .list-products.row {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: -15px;
      margin-right: -15px; }
    .product-shortcode .list-products li.product {
      display: block;
      margin-bottom: 30px;
      text-align: center; }
      .pro-suggest .product-shortcode .list-products li.product {
        margin-bottom: 0; }
      .product-shortcode .list-products li.product .product-info {
        position: relative;
        background: #323232;
        border-radius: 24px;
        padding-bottom: 30px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .pro-suggest .product-shortcode .list-products li.product .product-info {
          background: #FFF; }
        .product-shortcode .list-products li.product .product-info .price {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          padding: 0 10px;
          margin-bottom: 0;
          color: #FFF; }
          @media only screen and (max-width: 400px) {
            .product-shortcode .list-products li.product .product-info .price {
              flex-wrap: wrap; }
              .product-shortcode .list-products li.product .product-info .price ins, .product-shortcode .list-products li.product .product-info .price del {
                max-width: 100%;
                flex: 0 0 100%; } }
          .pro-suggest .product-shortcode .list-products li.product .product-info .price {
            color: var(--textcolor); }
          .product-shortcode .list-products li.product .product-info .price ins {
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            margin: 0 2px;
            order: 1; }
            @media only screen and (min-width: 992px) {
              .product-shortcode .list-products li.product .product-info .price ins {
                font-size: 18px;
                margin: 0 5px; } }
          .product-shortcode .list-products li.product .product-info .price del {
            font-weight: normal;
            opacity: 1;
            order: 2;
            margin: 0 2px;
            font-size: 13px; }
            .pro-suggest .product-shortcode .list-products li.product .product-info .price del {
              color: var(--textcolor); }
            @media only screen and (min-width: 992px) {
              .product-shortcode .list-products li.product .product-info .price del {
                margin: 0 5px;
                font-size: 15px; } }
          .product-shortcode .list-products li.product .product-info .price .badge {
            display: none; }
        .home .product-shortcode .list-products li.product .product-info .variations_form, .pro-suggest .product-shortcode .list-products li.product .product-info .variations_form {
          display: none; }
        .product-shortcode .list-products li.product .product-info .variations_form .reset_variations {
          display: none !important; }
        .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item {
          border: 0;
          width: auto;
          padding: 0 10px;
          border-radius: 8px !important;
          background-color: #2f3033 !important; }
          .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item span {
            color: #FFF !important; }
          .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item:hover {
            box-shadow: 0 0 0 1px #535353 !important; }
          .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item.selected {
            background-color: #1c1c1d !important; }
        @media only screen and (max-width: 400px) {
          .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper {
            margin: 2px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            padding: 5px 10px 5px 5px;
            flex-wrap: nowrap;
            display: flex;
            width: 100%;
            list-style: none;
            justify-content: initial; }
            .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.15);
              background-color: #F5F5F5; }
            .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper::-webkit-scrollbar {
              height: 1px;
              background-color: #F5F5F5; }
            .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper::-webkit-scrollbar-thumb {
              background-color: #b1abab; }
            .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item {
              width: auto;
              min-width: 60px;
              margin: 0 4px 8px;
              padding: 5px;
              height: 40px; }
              .product-shortcode .list-products li.product .product-info .variations_form .button-variable-wrapper .button-variable-item span {
                font-size: 12px; } }
      .product-shortcode .list-products li.product:hover .product-info, .product-shortcode .list-products li.product.open .product-info {
        box-shadow: -4px -4px 8px rgba(134, 134, 134, 0.2), 4px 4px 8px rgba(28, 28, 28, 0.4); }
      .product-shortcode .list-products li.product .product-info__thumbnail {
        display: block;
        text-align: center;
        padding-top: 100%;
        width: 100%;
        overflow: hidden;
        position: relative; }
        .product-shortcode .list-products li.product .product-info__thumbnail a.img {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%; }
          .product-shortcode .list-products li.product .product-info__thumbnail a.img img {
            width: 80%;
            height: 80%;
            margin: auto;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            position: absolute;
            object-position: center;
            object-fit: contain; }
      .product-shortcode .list-products li.product .product-info__title {
        display: block;
        overflow: hidden;
        padding: 0 10px;
        margin: 5px 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (min-width: 992px) {
          .product-shortcode .list-products li.product .product-info__title {
            font-size: 15px;
            margin: 12px 0; } }
        .product-shortcode .list-products li.product .product-info__title a {
          color: #FFF; }
          .pro-suggest .product-shortcode .list-products li.product .product-info__title a {
            color: var(--textcolor); }
      .product-shortcode .list-products li.product .button, .product-shortcode .list-products li.product .added_to_cart {
        display: inline-block;
        background: var(--primarycolor);
        color: #FFF;
        margin-bottom: 10px;
        margin-top: 0 !important;
        line-height: 35px;
        height: 35px;
        min-width: 100px;
        padding: 0 10px;
        border-radius: 0;
        font-size: 14px;
        font-weight: normal;
        min-height: 0; }
      .product-shortcode .list-products li.product .wc-forward {
        display: none; }
      .product-shortcode .list-products li.product.product-has-gallery .product-info__thumbnail .wp-post-image--secondary {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
      .product-shortcode .list-products li.product.product-has-gallery:hover .product-info__thumbnail .wp-post-image--secondary {
        opacity: 1; }

.upsells .list-products li.product, .row.list-products.list li.product {
  text-align: left; }
  .upsells .list-products li.product .product-info, .row.list-products.list li.product .product-info {
    overflow: hidden; }
  .upsells .list-products li.product .product-info__thumbnail, .row.list-products.list li.product .product-info__thumbnail {
    float: left;
    display: block;
    width: 30%;
    margin: 0 15px 0 0; }
    .upsells .list-products li.product .product-info__thumbnail img, .row.list-products.list li.product .product-info__thumbnail img {
      width: 100%;
      height: auto; }
  .upsells .list-products li.product .price *, .row.list-products.list li.product .price * {
    margin: 0; }
  .upsells .list-products li.product .price > *, .row.list-products.list li.product .price > * {
    margin: 0 10px 0 0; }

.gridlist-description {
  display: none;
  margin-bottom: 20px; }
  .row.list-products.list .gridlist-description {
    display: block; }

/*---------------------------------------------------------------------------------------------------------
## Woocommerce Widget
-----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- 
    Product Filter
------------------------------------------------------*/
.prdctfltr_wc * {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0; }

.prdctfltr-widget .prdctfltr_filter .widget-title {
  margin-bottom: 10px !important; }

.prdctfltr-pagination-load-more {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 14px auto 57px;
  font-size: 15px; }
  .prdctfltr-pagination-load-more a {
    color: #fff !important;
    padding: 18px 100px !important;
    display: inline-block !important;
    background-color: transparent !important;
    background-color: #323232 !important;
    border: 2px solid #323232 !important;
    border-radius: 12px  !important;
    font-weight: normal !important; }

/*----------------------------------------------------- 
    Widget Slider Products
------------------------------------------------------*/
.sidebar .slider-products {
  padding: 10px 10px 0 10px; }

.item-product-slide {
  overflow: hidden;
  margin-bottom: 15px; }
  .item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .item-product-slide .alignleft, .item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #FFF; }
    .item-product-slide .alignleft > div, .item-product-slide .alignright > div {
      width: 100%; }
  .item-product-slide .alignleft {
    margin-right: 15px; }
  .item-product-slide .alignright {
    margin-left: 15px; }
  .item-product-slide .alignnone img {
    margin: 0 auto 10px; }
  .item-product-slide h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
    .item-product-slide h3 a {
      color: var(--textcolor); }
  .item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0; }
    .item-product-slide .price .text_price, .item-product-slide .price .badge {
      display: none; }
    .item-product-slide .price ins, .item-product-slide .price del {
      display: block;
      text-decoration: none; }
    .item-product-slide .price ins {
      margin-right: 0; }
    .item-product-slide .price del {
      text-decoration: line-through;
      font-weight: normal;
      color: #666666; }
  .item-product-slide.slick-slide img {
    width: auto;
    display: inline-block;
    max-height: 100px;
    max-width: 100px; }

/*----------------------------------------------------- 
    Widget Search  
------------------------------------------------------*/
.sidebar .widget_product_categories .product-categories {
  border: 1px solid #cccccc;
  border-top: none; }
.sidebar .widget_product_categories ul li {
  position: relative;
  padding: 8px 10px; }
  .sidebar .widget_product_categories ul li:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
  .sidebar .widget_product_categories ul li a {
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor); }
.sidebar .widget_product_categories .cat-parent .children {
  background: #FFF;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 99;
  min-width: 200px;
  border: 1px solid #cccccc;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  -webkit-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s; }

.content-sidebar .sidebar .widget_product_categories .cat-parent .children, .sidebar-content-sidebar .sidebar.sidebar-secondary .widget_product_categories .cat-parent .children {
  right: 100%;
  left: initial;
  -webkit-transform: translate(-40px, 0);
  -moz-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  transform: translate(-40px, 0); }
.sidebar .widget_product_categories .cat-parent:hover .children, .content-sidebar .sidebar .widget_product_categories .cat-parent:hover .children, .sidebar-content-sidebar .sidebar.sidebar-secondary .widget_product_categories .cat-parent:hover .children {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/*---------------------------------------------------------------------------------------------------------
## Widget Recently Viewed Products
-----------------------------------------------------------------------------------------------------------*/
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 15px; }

.woocommerce ul.cart_list li a span, .woocommerce ul.product_list_widget li a span {
  color: var(--textcolor);
  margin: 5px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  object-position: center;
  object-fit: cover; }

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-weight: bold;
  color: #ff0000;
  margin: 0; }

.woocommerce ul.product_list_widget del span.woocommerce-Price-amount {
  color: #666666;
  font-weight: normal; }

.woocommerce ul.product_list_widget ins {
  text-decoration: none; }

/*--------------------------------------------------------------
# Theo dõi đơn hàng
--------------------------------------------------------------*/
pre .woocommerce {
  font-size: 14px;
  white-space: normal; }

/*--------------------------------------------------------------
# Custom Css
--------------------------------------------------------------*/
.single-product .content-sidebar-wrap {
  margin-left: 0;
  margin-right: 0; }
.single-product .site-main {
  padding-left: 0;
  padding-right: 0; }
.single-product .topSingle {
  padding-bottom: 30px; }
.single-product .pro-suggest {
  background: #FFF;
  padding-top: 45px; }
  .single-product .pro-suggest .slick-track {
    padding-top: 20px;
    padding-bottom: 10px; }
  .single-product .pro-suggest .pkgy_tt {
    color: var(--textcolor);
    font-size: 20px; }
    @media only screen and (min-width: 576px) {
      .single-product .pro-suggest .pkgy_tt {
        font-size: 25px; } }
    @media only screen and (min-width: 992px) {
      .single-product .pro-suggest .pkgy_tt {
        font-size: 30px; } }
.single-product .middleSingle {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--textcolor); }
  @media only screen and (min-width: 992px) {
    .single-product .middleSingle {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .single-product .middleSingle .container {
    max-width: 1110px; }
  .single-product .middleSingle .woocommerce-tabs .panel {
    margin-bottom: 0 !important; }

.categories-lists {
  display: block;
  margin: 30px 0; }
  @media only screen and (max-width: 992px) {
    .categories-lists {
      white-space: nowrap;
      overflow: auto;
      padding-bottom: 15px; } }
  .categories-lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.15);
    background-color: #F5F5F5; }
  .categories-lists::-webkit-scrollbar {
    height: 1px;
    background-color: #F5F5F5; }
  .categories-lists::-webkit-scrollbar-thumb {
    background-color: #b1abab; }
  .categories-lists a {
    color: #afb7bd;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0 10px;
    margin: 0 46px 4px 0;
    display: inline-block; }
    .categories-lists a.active, .categories-lists a:hover {
      color: #f5f5f7;
      border-bottom: 1px solid #fff; }
    .categories-lists a:first-child {
      padding: 10px 0;
      margin-left: 0; }

.tax-banner {
  border-radius: 24px;
  overflow: hidden; }

.woocommerce-cart .actions #coupon_code, .woocommerce-checkout .actions #coupon_code {
  width: 150px !important;
  border-radius: 3px; }
.woocommerce-cart .actions .button, .woocommerce-checkout .actions .button {
  height: 34px; }
.woocommerce-cart .product-name, .woocommerce-checkout .product-name {
  font-weight: bold; }
  .woocommerce-cart .product-name a, .woocommerce-checkout .product-name a {
    font-size: 18px;
    font-weight: bold; }
  .woocommerce-cart .product-name .variation, .woocommerce-checkout .product-name .variation {
    font-weight: normal;
    margin-top: 4px; }
.woocommerce-cart .product-quantity .quantity, .woocommerce-checkout .product-quantity .quantity {
  padding-left: 0 !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: transparent;
  color: #FFF;
  padding: 25px 0;
  border: 0 solid #000; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    display: none; }
  .woocommerce-cart .woocommerce-error, .woocommerce-checkout .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-checkout .woocommerce-info, .woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-message {
    color: var(--textcolor); }

.woocommerce-checkout .woocommerce-info {
  padding-bottom: 0; }

.woocommerce-cart .container, .woocommerce-checkout .container {
  max-width: 970px; }

.tax-product_cat {
  overflow-x: hidden; }

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1200.98px) {
  .comment-form-cookies-consent {
    display: flex; }
    .comment-form-cookies-consent #wp-comment-cookies-consent {
      margin-right: 5px; }
    .comment-form-cookies-consent label {
      margin-top: -5px; } }
/* Large devices (desktops, less than 1200px) */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
  .star-average {
    width: 100%; }

  .woocommerce-review-link {
    display: block;
    width: 100%; } }
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 850px) {
  .switcher-wrap {
    display: none; }

  .woocommerce-order .woocommerce-order-overview {
    border: 0;
    margin-bottom: 0px !important;
    margin-right: 0 !important;
    padding: 6px 0; }
  .woocommerce-order .woocommerce-order-overview,
  .woocommerce-order .woocommerce-order-details {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
  .product-shortcode .list-products.row {
    margin-left: -5px;
    margin-right: -5px; }

  .product-shortcode .row.list-products li.product {
    padding-left: 5px;
    padding-right: 5px; }

  .list-products li .product-info .price ins, .list-products li .product-info .price del {
    display: block; }
  .list-products li .product-info .price ins {
    margin-right: 0; } }

/*# sourceMappingURL=custom-woocommerce.css.map */
