#modal-subscribe .modal-wp-ct form .btn {
  border-radius: 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: none;
  text-align: center;
  font-weight: 600;
  position: absolute;
  background-color: var(--bg_button);
  color: var(--color_button);
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 18px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: none;
  white-space: nowrap;
  transition: .3s;
  padding: 0 20px; }

/** Quick view **/
#pro-qv-wanda .product-galerry {
  position: relative; }

#pro-qv-wanda #product-detail-qv .product-title h2 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: capitalize; }
  #pro-qv-wanda #product-detail-qv .product-title h2 a {
    color: var(--colorshop); }

#pro-qv-wanda #product-detail-qv .product-title #pro_sku_qv {
  font-size: 13px;
  display: inline-block; }

#pro-qv-wanda #product-detail-qv .product-price {
  margin-bottom: 10px; }
  #pro-qv-wanda #product-detail-qv .product-price span {
    color: var(--color-price);
    font-weight: 600;
    font-size: 16px; }
  #pro-qv-wanda #product-detail-qv .product-price del {
    color: #888888;
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px; }

#pro-qv-wanda .description-quickview .head-title {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: bold; }

#pro-qv-wanda .description-quickview .content-description {
  max-height: 150px;
  overflow-y: auto; }
  #pro-qv-wanda .description-quickview .content-description::-webkit-scrollbar {
    width: 5px;
    background-color: #ccc; }
  #pro-qv-wanda .description-quickview .content-description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--bgshop); }

#pro-qv-wanda .view-detail {
  display: inline-block;
  border-bottom: 1px solid var(--bg_button); }
  #pro-qv-wanda .view-detail:hover {
    background: #fff;
    color: var(--bgshop); }

#product-detail-qv .pro-status {
  color: #fff;
  padding: 2px 7px;
  font-size: 11px;
  border-radius: 3px;
  margin: 0 5px;
  display: inline-block; }
  #product-detail-qv .pro-status.green-status {
    background: #38bf57; }
  #product-detail-qv .pro-status.red-status {
    background: #ff0000; }

@media (max-width: 991px) {
  #product-detail-qv {
    margin-top: 5px; }
  #pro-quickview-mobile {
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    padding: 15px 10px 10px 10px;
    position: fixed;
    bottom: -100%;
    background: #fff;
    z-index: 11110;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px -3px 6px 0px #686868;
    transform: translatey(100%);
    min-height: 235px;
    max-height: calc(80vh - 40px);
    border-radius: 8px 8px 0 0; }
    #pro-quickview-mobile .btn-close {
      display: flex;
      left: 50%;
      top: -50px;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      transform: translatex(-50%);
      justify-content: center;
      align-items: center; }
    #pro-quickview-mobile #form-quick-view {
      flex-direction: column;
      flex-wrap: initial; }
      #pro-quickview-mobile #form-quick-view .product-title h2 {
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: capitalize; }
      #pro-quickview-mobile #form-quick-view #pro_sku_qv {
        font-size: 13px;
        display: inline-block; }
    .active-quickview #pro-quickview-mobile {
      bottom: 50px;
      transform: translatey(0); }
    #pro-quickview-mobile .slick-arrow {
      display: none !important; }
    #pro-quickview-mobile .product-price span {
      color: var(--color-price);
      font-weight: 600;
      font-size: 16px; }
    #pro-quickview-mobile .product-price del {
      color: #888888;
      font-weight: 600;
      font-size: 14px;
      margin-left: 10px; }
    #pro-quickview-mobile .scroll-qv {
      max-height: calc(80vh - 170px);
      overflow-y: auto;
      overflow-x: hidden; }
    #pro-quickview-mobile .item-left-thumb {
      width: 95px; }
    #pro-quickview-mobile .item-right-info {
      width: calc(100% - 95px); }
  .active-quickview #header {
    z-index: 300; } }

.btn-close {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  overflow: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 30px; }
  .btn-close .bar {
    position: relative;
    top: 15px;
    right: 4px;
    background: #000;
    display: block;
    margin: auto; }
    .btn-close .bar:before {
      content: "";
      position: absolute;
      right: 0;
      background: #000;
      bottom: -2px;
      width: 20px;
      height: 2px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .btn-close .bar:after {
      content: "";
      position: absolute;
      right: 0;
      background: #000;
      top: 0;
      width: 20px;
      height: 2px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#modal-subscribe {
  background: var(--bgsubcribe);
  background-position: center;
  background-size: cover;
  padding: 0;
  max-width: 600px;
  min-height: 320px;
  background-repeat: no-repeat; }
  #modal-subscribe.image-only {
    background: transparent;
    min-height: inherit;
    box-shadow: none; }
  #modal-subscribe .modal-wp-ct {
    position: relative;
    padding: 50px 15px;
    float: right;
    background: rgba(255, 255, 255, 0.6);
    max-width: 55%;
    border-bottom-right-radius: 5px; }
    @media (max-width: 767px) {
      #modal-subscribe .modal-wp-ct {
        max-width: 100%;
        width: 100%; } }
    #modal-subscribe .modal-wp-ct .tt-md-ct {
      font-size: 24px;
      margin: 0px 0px 10px;
      font-weight: 500; }
    #modal-subscribe .modal-wp-ct .content-md-ct {
      font-size: 14px;
      margin-bottom: 5px; }
    #modal-subscribe .modal-wp-ct .list-md-contact {
      list-style: initial;
      padding-left: 15px; }
    #modal-subscribe .modal-wp-ct form {
      margin-top: 30px;
      background-color: #fff;
      height: 45px;
      line-height: 45px;
      border: none;
      width: 100%;
      max-width: 100%;
      position: relative; }
      #modal-subscribe .modal-wp-ct form input {
        border: none;
        width: 100%;
        padding: 0 100px 0 10px; }

#combo-sidebar {
  display: flex;
  flex-direction: column;
  top: 0;
  right: -320px;
  transform: translatex(320px);
  background: #fff;
  z-index: 99999;
  max-width: 320px;
  height: 100%;
  position: fixed;
  padding: 15px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all 36s;
  transition: all .3s; }
  @media (max-width: 480px) {
    #combo-sidebar {
      max-width: 100%;
      width: 100%;
      right: -100vw;
      transform: translatex(100vw); } }
  #combo-sidebar .combo-container-header .heading-combo .name-combo span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  #combo-sidebar .combo-container-body #combo-program {
    position: relative;
    max-height: 75vh;
    overflow-y: auto; }
    #combo-sidebar .combo-container-body #combo-program .combo-list {
      position: relative; }
    #combo-sidebar .combo-container-body #combo-program::-webkit-scrollbar {
      width: 5px;
      background-color: #8b8b8b; }
    #combo-sidebar .combo-container-body #combo-program::-webkit-scrollbar-thumb {
      background-color: #000000; }
  #combo-sidebar .combo-container-footer {
    margin-top: auto; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 7px);
  left: 8px;
  color: #000;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 6px);
  left: 4px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #000; }

#combo-program table tr {
  margin-bottom: 8px;
  display: block; }
  #combo-program table tr:last-child {
    margin: 0; }

#combo-program table tr:first-child td {
  border-top: 0;
  padding: 0; }

#combo-program table tr td {
  border: none;
  padding: 0; }

#combo-program .combo-w {
  border-bottom: 1px solid #e5e5e5;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 10px 10px 10px 30px;
  position: relative; }

#combo-program table .combo-product {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 0;
  cursor: pointer; }

#combo-program table .combo-product:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table .combo-product p a {
  display: block; }

#combo-program table .combo-product .combo-image {
  display: inline-block;
  width: 70px;
  float: left; }

#combo-program table .combo-product .combo-info {
  display: inline-block;
  width: calc(100% - 70px);
  float: left; }

#combo-program table .combo-product p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  padding-left: 8px;
  color: #000; }
  #combo-program table .combo-product p.discount-promotion-price {
    margin-bottom: 5px;
    display: block !important;
    overflow: visible; }

#combo-program table .combo-product .discount-promotion-price b {
  color: #ff0000; }

#combo-program table .combo-product .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table .combo-product .variants {
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 0;
  color: #000;
  margin-top: 10px; }

#combo-program table .combo-product .variants p {
  width: auto;
  border-radius: 0;
  color: #333;
  padding: 8px;
  text-transform: uppercase;
  margin: 0;
  background-color: white;
  border: 1px solid gray;
  text-align: center;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.redthongbao {
  clear: both;
  color: red;
  margin-left: 15px; }

#combo-program table .combo-product .variants select {
  padding: 8px;
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden !important;
  outline: none !important; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

.combo-container-footer button {
  transition: all 0.3s ease;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  background-color: var(--bg_button_add_to_cart);
  color: var(--color_button);
  width: 100%;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 5px; }

.active-combo #combo-sidebar {
  right: 0;
  transform: translatex(0); }

.active-combo {
  overflow: hidden; }

.open-combo, .open-cart, .open-coupon {
  z-index: 9898; }

.suggest-notify {
  max-width: 320px;
  position: fixed;
  top: auto;
  background-color: #fff;
  transition: all .25s ease;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  left: 10px;
  bottom: 15px;
  width: 100%;
  z-index: 999; }
  .suggest-notify .item {
    border: 0;
    text-align: left;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 5px; }
    .suggest-notify .item img {
      height: 60px;
      width: 60px;
      overflow: hidden;
      object-fit: cover; }
    .suggest-notify .item .content {
      margin: 0;
      height: 100%;
      color: #808080;
      padding: 0 10px;
      border-radius: 0 6px 6px 0;
      flex: 1;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      overflow: hidden; }
      .suggest-notify .item .content small {
        display: block;
        font-size: 12px;
        opacity: .8; }
      .suggest-notify .item .content p {
        margin: 0;
        font-size: 12px; }
        .suggest-notify .item .content p b {
          font-size: 13px; }
    .suggest-notify .item .close-notify {
      position: absolute;
      top: 8px;
      right: 8px;
      height: 12px;
      width: 12px;
      cursor: pointer;
      transition: .2s ease-in-out;
      transform: rotate(45deg);
      opacity: 1; }
      .suggest-notify .item .close-notify:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: gray;
        position: absolute;
        left: 0;
        top: 5px; }
      .suggest-notify .item .close-notify:after {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: gray;
        position: absolute;
        left: 5px;
        top: 0; }

.jq-toast-single.image-bg.jq-has-icon.jq-icon-success:before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  left: 5px;
  position: absolute;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px; }

.jq-toast-single.image-bg.jq-has-icon.jq-icon-success {
  padding-left: 60px;
  background: #fff;
  color: #000;
  border: 1px solid #d6e9c6; }

.jq-toast-single.image-bg.jq-has-icon.jq-icon-success h2 {
  color: #348d34; }

.arrow-custom-slide .slick-arrow.custom-style {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px; }
  @media (max-width: 480px) {
    .arrow-custom-slide .slick-arrow.custom-style {
      width: 35px;
      height: 35px; }
      .arrow-custom-slide .slick-arrow.custom-style svg {
        --width: 14px !important;
        --height: 14px !important; } }
  .arrow-custom-slide .slick-arrow.custom-style.slick-prev {
    left: 10px;
    right: auto; }
  .arrow-custom-slide .slick-arrow.custom-style.slick-next {
    right: -5px;
    left: auto; }

.arrow-custom-slide:hover .slick-arrow {
  opacity: 1; }

.arrow-custom-slide .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0; }

.arrow-with-title .slick-arrow {
  position: absolute;
  top: -36px;
  right: 0;
  left: auto; }
  .arrow-with-title .slick-arrow.slick-disabled {
    opacity: 0.3; }
  .arrow-with-title .slick-arrow svg {
    width: 14px;
    height: 14px; }
  .arrow-with-title .slick-arrow.slick-prev {
    right: 30px; }

@media (max-width: 480px) {
  .show-quick-search .navigation-mobile {
    z-index: 99; } }

.btn-close.close-sidebar {
  top: 8px;
  right: 10px; }

/* color variant*/
.list-variants-img .color-hong span,
.filter-color li label[data-color="hong"],
.item-v-select .color-hong, .no-image-swatch.hong {
  background-color: #ef5777 !important;
  background-image: none !important; }

.list-variants-img .color-vang span,
.filter-color li label[data-color="vang"],
.item-v-select .color-vang, .no-image-swatch.vang {
  background-color: #ffd32a !important;
  background-image: none !important; }

.list-variants-img .color-grey span,
.filter-color li label[data-color="grey"],
.item-v-select .color-grey, .no-image-swatch.grey {
  background-color: #d2dae2 !important;
  background-image: none !important; }

.list-variants-img .color-xanh span,
.filter-color li label[data-color="xanh"],
.item-v-select .color-xanh, .no-image-swatch.xanh {
  background-color: #3c40c6 !important;
  background-image: none !important; }

.list-variants-img .color-xanh-la span,
.filter-color li label[data-color="xanh-la"],
.item-v-select .color-xanh-la, .no-image-swatch.xanh-la {
  background-color: #0be881 !important;
  background-image: none !important; }

.list-variants-img .color-xanh-bien span,
.filter-color li label[data-color="xanh-bien"],
.item-v-select .color-xanh-bien, .no-image-swatch.xanh-bien {
  background-color: #0fbcf9 !important;
  background-image: none !important; }

.list-variants-img .color-den span,
.filter-color li label[data-color="den"],
.item-v-select .color-den, .no-image-swatch.den {
  background-color: #000000 !important;
  background-image: none !important; }

.list-variants-img .color-trang span,
.filter-color li label[data-color="trang"],
.item-v-select .color-trang, .no-image-swatch.trang {
  background-color: #ffffff !important;
  background-image: none !important; }

.list-variants-img .color-tim span,
.filter-color li label[data-color="tim"],
.item-v-select .color-tim, .no-image-swatch.tim {
  background-color: #a55eea !important;
  background-image: none !important; }

.list-variants-img .color-pure-apple span,
.filter-color li label[data-color="pure-apple"],
.item-v-select .color-pure-apple, .no-image-swatch.pure-apple {
  background-color: #6ab04c !important;
  background-image: none !important; }

.list-variants-img .color-cam span,
.filter-color li label[data-color="cam"],
.item-v-select .color-cam, .no-image-swatch.cam {
  background-color: #fa8231 !important;
  background-image: none !important; }

.list-variants-img .color-do span,
.filter-color li label[data-color="do"],
.item-v-select .color-do, .no-image-swatch.do {
  background-color: #e90000 !important;
  background-image: none !important; }

/* encolor variant */
