.arrow-right:after, .product-block .product-tag-label, .product-block .button-loop-pro, #product-template #add-item-form .wrap-addcart .item button.btn-animation-buy {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#pagination span, #pagination a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

button[disabled] {
  opacity: 0.8; }

.content-entry hr {
  margin-bottom: 15px; }

.open {
  animation-iteration-count: 1; }

.btn-no-style {
  border: none;
  outline: none !important;
  background: none; }

.arrow-right {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .arrow-right:after {
    content: "" !important;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    border-color: var(--color_menu); }

#cart-sidebar {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  top: 0;
  right: -320px;
  transform: translatex(320px);
  background: #fff;
  z-index: 99999;
  width: 320px;
  height: 100%;
  position: fixed;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all 36s;
  transition: all .3s; }

.sidebar-main {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 500px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  height: 100vh;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s; }

.sale-tag {
  margin-left: 5px;
  color: #EB3636; }

@media (min-width: 1024px) {
  .pro-loop .product-img.has-hover:hover .img-fea:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .pro-loop .product-img.has-hover:hover .img-fea:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; } }

#fixed-action-btn {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 111;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }

#main-button-social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #0064f3;
  cursor: pointer;
  background-color: var(--bg_button);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

#main-button-social ~ button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--color-social-one), var(--color-social-two));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

#main-button-social.open ~ button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27); }

#main-button-social ~ a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear; }

#main-button-social ~ .messenger-color, #main-button-social ~ .zalo-color {
  background: linear-gradient(0deg, var(--color-social-one), var(--color-social-two)); }

#main-button-social.open ~ a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27); }

#main-button-social.open ~ a:nth-of-type(1) {
  bottom: 60px; }

#main-button-social.open ~ a:nth-of-type(2) {
  bottom: 120px; }

#main-button-social.open ~ a:nth-of-type(3) {
  bottom: 180px; }

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(34, 34, 34, 0.5); }
  100% {
    box-shadow: 0 0 0px 10px rgba(34, 34, 34, 0); } }

/** product loop **/
.product-block {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  flex: 1;
  background: #fff;
  /*
	&.loop-border{
	box-shadow: 0px 2px 8px 3px #ddd;
}*/ }
  .product-block .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0; }
    .product-block .product-img > a {
      display: block;
      position: relative;
      z-index: 2; }
      .product-block .product-img > a:before {
        content: "";
        padding-bottom: var(--ratio-product);
        display: block; }
      .product-block .product-img > a > img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: var(--typeimageproduct);
        object-position: center;
        display: block;
        z-index: 1;
        width: 100%;
        background-color: #F1F1F3; }
        .product-block .product-img > a > img.img-hover {
          visibility: hidden;
          opacity: 0;
          transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1); }
      .product-block .product-img > a.sold-out:after {
        content: "";
        background-image: var(--bg-soldout);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9; }
      .product-block .product-img > a .product_gift_label {
        position: absolute;
        top: 2px;
        right: 3px;
        z-index: 11; }
        .product-block .product-img > a .product_gift_label img {
          width: 24px;
          height: 24px;
          position: relative; }
  .product-block .product-detail {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    min-height: var(--height-product-loop);
    max-height: var(--height-product-loop);
    margin-top: 10px; }
    .product-block .product-detail .vendor > a {
      text-transform: uppercase;
      font-size: 12px;
      margin: 6px 0 5px 0;
      display: block;
      line-height: 1;
      font-weight: bold;
      color: var(--colorshop); }
    @media only screen and (max-width: 767px) {
      .product-block .product-detail {
        padding: 0 5px; } }
    .product-block .product-detail .pro-name {
      margin-bottom: 7px;
      display: flex;
      flex-direction: column; }
      .product-block .product-detail .pro-name a {
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 600;
        color: var(--colorshop);
        line-height: 18px;
        padding-top: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .product-block .product-detail .pro-price {
      margin: 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 12px; }
      .product-block .product-detail .pro-price span {
        color: var(--color-price);
        font-weight: 600;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price span {
            margin-right: 5px;
            font-size: 13px; } }
        .product-block .product-detail .pro-price span.sold-out-tag {
          margin: 0;
          color: #fff;
          padding: 2px 5px;
          background: #eb0000;
          font-size: 10px;
          font-weight: 400;
          border-radius: 3px;
          line-height: normal; }
      .product-block .product-detail .pro-price .compare-price {
        font-size: 13px;
        font-weight: 500;
        color: #4c4c4c; }
        @media (max-width: 480px) {
          .product-block .product-detail .pro-price .compare-price {
            font-size: 12px; } }
    .product-block .product-detail .group-review-sold .hrv-product-reviews-star {
      font-size: 10px; }
      .product-block .product-detail .group-review-sold .hrv-product-reviews-star i {
        font-size: 10px; }
    .product-block .product-detail .group-review-sold .productLoop-sold-qtt {
      font-size: 11px; }
  .product-block .product-tag-label {
    position: absolute;
    top: auto;
    bottom: -50px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    right: auto;
    left: 0;
    z-index: 10;
    padding: 5px 0; }
    .product-block .product-tag-label > div {
      flex: 1;
      text-align: center;
      border-left: 1px solid #ddd; }
      .product-block .product-tag-label > div:first-child {
        border: none; }
    .product-block .product-tag-label button {
      width: 24px;
      height: 24px;
      border: none;
      background-color: transparent;
      font-size: 0;
      position: relative; }
    .product-block .product-tag-label .product-add-to-cart button {
      background-position: center;
      background-image: var(--add-to-cart);
      background-size: 28px 28px;
      background-repeat: no-repeat; }
    .product-block .product-tag-label .product-wishlist button {
      text-align: center;
      background-color: transparent;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--heartnofillwhile); }
      .product-block .product-tag-label .product-wishlist button.remove-wl {
        background-image: var(--removewishlist); }
      .product-block .product-tag-label .product-wishlist button.active {
        background-image: var(--heartfillwhile); }
    .product-block .product-tag-label .product-quickview button {
      text-align: center;
      background-color: transparent;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: var(--quick-view); }
  .product-block .button-loop-pro {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    opacity: 0;
    display: flex;
    transform: translate(-50%, -50%) scale(0); }
    .product-block .button-loop-pro button {
      border: none;
      background: #fff;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin: 0 5px;
      border-radius: 100%;
      box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25); }
      .product-block .button-loop-pro button img {
        width: 16px;
        height: 16px; }
  @media (min-width: 768px) {
    .product-block:hover .product-tag-label {
      bottom: 0; } }
  .product-block:hover .button-loop-pro {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  @media (min-width: 768px) {
    .product-block .has-hover:hover .img-first {
      z-index: 1; }
    .product-block .has-hover:hover .img-hover {
      opacity: 1;
      visibility: visible;
      z-index: 2; } }

.list-variants {
  min-height: 16.8px; }
  .list-variants li {
    font-size: 12px; }

.product-sale, .pro-sale-qv, .pro-sale-detail {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  display: flex; }
  .product-sale span, .pro-sale-qv span, .pro-sale-detail span {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 12px;
    position: relative;
    background: var(--color-price);
    min-width: 38px;
    padding: 0 4px;
    height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px; }
    .product-sale span.new, .pro-sale-qv span.new, .pro-sale-detail span.new {
      background: #029018; }
  .product-sale.hidden, .pro-sale-qv.hidden, .pro-sale-detail.hidden {
    display: none; }

.review-loop {
  min-height: 18px; }
  .review-loop > p, .review-loop > span {
    display: none; }
  .review-loop .hrv-product-reviews-star {
    line-height: normal;
    display: flex;
    align-items: center; }
    .review-loop .hrv-product-reviews-star:after {
      content: "(" attr(data-score) ")";
      margin-left: 5px;
      line-height: 12px;
      font-size: 12px; }
    .review-loop .hrv-product-reviews-star i {
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .review-loop .hrv-product-reviews-star i {
          font-size: 11px; } }

.fl_progressbar_group {
  margin-top: 8px; }
  .fl_progressbar_group .fl_label {
    display: flex;
    align-items: center;
    font-size: 12px; }
    .fl_progressbar_group .fl_label img {
      width: 16px;
      margin-right: 5px; }
  .fl_progressbar_group .fl_progressbar {
    display: block;
    width: 100%;
    height: 7px;
    background: #ddd;
    margin-top: 5px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden; }
    .fl_progressbar_group .fl_progressbar .fl_percent {
      width: 0%;
      height: 100%;
      background-color: var(--bgshop);
      border-radius: 9999px;
      position: absolute;
      top: 0;
      z-index: 1; }

/** end product loop **/
.style-button-wd.btn-view-all {
  display: block;
  margin-top: 20px; }

.style-button-wd > a {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 180px;
  border-radius: 5px;
  overflow: hidden; }
  .style-button-wd > a span {
    color: #fff;
    border: 1px solid var(--bg_button);
    transition: 0.2s 0.1s;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px; }
  .style-button-wd > a:before {
    background-color: var(--bg_button);
    transition: 0.3s ease-out;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: ""; }
  .style-button-wd > a:hover span {
    color: var(--bg_button);
    transition: 0.2s 0.1s; }
  .style-button-wd > a:hover:before {
    height: 0%; }

.collection-slider .arrow-custom-slide {
  /*padding-bottom: 25px;*/ }
  .collection-slider .arrow-custom-slide .slick-dots {
    bottom: 0;
    left: 7.5px; }
  .collection-slider .arrow-custom-slide .slick-prev {
    left: 30px !important; }
  .collection-slider .arrow-custom-slide .slick-next {
    right: 15px !important; }
  @media (max-width: 480px) {
    .collection-slider .arrow-custom-slide .slick-prev {
      left: -5px !important; }
    .collection-slider .arrow-custom-slide .slick-next {
      right: -15px !important; } }

.list-variants-img {
  flex: 1;
  padding-left: 0 !important; }
  .list-variants-img li {
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 7px;
    list-style: none !important; }
    .list-variants-img li.active {
      border-color: var(--colorshop); }
    .list-variants-img li span {
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 50%;
      cursor: pointer; }
      .list-variants-img li span.bigloaded {
        background-image: var(--bg-colorloop);
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat; }
  .list-variants-img.type-square li, .list-variants-img.type-square span {
    border-radius: 3px; }

.heading-line {
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative; }
  .heading-line:after {
    border-bottom: 2px solid var(--colorshop);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%); }

/* Footer */
footer {
  background: var(--bgfooter); }
  footer * {
    color: var(--colorfooter); }
  footer .footer-row {
    display: flex;
    margin-top: 205px;
    padding-bottom: 55px; }
    footer .footer-row .footer_logo {
      max-width: 100px;
      margin-right: 1.25rem; }
      footer .footer-row .footer_logo a {
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #222222; }
    footer .footer-row .footer_newsletter {
      margin-left: auto;
      margin-right: 30px;
      margin-top: -12px; }
      footer .footer-row .footer_newsletter input {
        width: 350px;
        outline: none;
        border: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 0 0 0.375rem;
        margin-bottom: 1.5rem;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5); }
      footer .footer-row .footer_newsletter button.btn {
        border: none;
        background: none;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px; }
    footer .footer-row .footer_menu {
      display: flex;
      margin-left: 1rem; }
      footer .footer-row .footer_menu .gtranslate_wrapper.gt_container-unisv1 {
        margin-right: 40px; }
        footer .footer-row .footer_menu .gtranslate_wrapper.gt_container-unisv1 a.glink img {
          display: none; }
        footer .footer-row .footer_menu .gtranslate_wrapper.gt_container-unisv1 a.glink span {
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 500; }
      footer .footer-row .footer_menu ul li {
        display: inline-block;
        margin-right: 40px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500; }
        footer .footer-row .footer_menu ul li a {
          position: relative;
          padding: 3px 0; }
          footer .footer-row .footer_menu ul li a:before {
            content: "";
            background: var(--color_menu);
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.2s ease 0s;
            width: 0%;
            height: 1px; }
          footer .footer-row .footer_menu ul li a:hover:before {
            width: 100%; }

@media screen and (max-width: 1024px) {
  footer .footer-row .footer_menu {
    flex-wrap: wrap; }
  footer .footer-row .footer_menu > ul {
    width: 100%;
    margin-top: 15px; } }

@media screen and (max-width: 768px) {
  footer .footer-row {
    flex-direction: column;
    margin-top: 80px; }
  footer .footer-row .footer_menu {
    flex-wrap: wrap;
    margin-left: 0; }
  footer .footer-row .footer_menu > ul > li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0; }
  footer .footer-row .footer_newsletter {
    margin: 20px 0 25px 0; } }

/* Footer */
/* Article item */
.artile-item .blog-post-image {
  position: relative;
  overflow: hidden;
  display: block; }
  .artile-item .blog-post-image a {
    display: block;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex; }
    .artile-item .blog-post-image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease;
      z-index: 99; }
    .artile-item .blog-post-image a img {
      object-fit: cover;
      height: 100%; }

.artile-item .blog-post-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -2px #ccc;
  margin-bottom: 10px; }
  .artile-item .blog-post-content .blog-title {
    font-size: 16px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    min-height: 45px;
    padding-bottom: 5px; }
    .artile-item .blog-post-content .blog-title a {
      font-weight: 600;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--colorshop); }
  .artile-item .blog-post-content .blog-desc {
    color: #474343;
    margin-top: 5px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; }

.artile-item:hover .blog-post-image a {
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }
  .artile-item:hover .blog-post-image a:before {
    opacity: 1; }

.artile-item .article-loop-footer {
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-size: 13px; }
  .artile-item .article-loop-footer .date-time svg {
    margin-right: 5px; }

.label-date {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: #fff;
  border-radius: 0 0 3px 3px; }
  .label-date span {
    display: block; }
  .label-date .label-big {
    font-size: 20px;
    font-weight: bold; }
  .label-date .label-small {
    font-size: 14px; }

/* Article item */
.scroll-style-wd::-webkit-scrollbar {
  width: 5px;
  background-color: #ccc; }

.scroll-style-wd::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--colorshop); }

#search-template .content-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media only screen and (max-width: 991px) {
    #search-template .content-product-list {
      grid-template-columns: repeat(2, 1fr); } }

#search-template .group-top-search {
  margin-bottom: 15px;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #search-template .group-top-search {
      justify-content: center; }
      #search-template .group-top-search .right-result-search {
        margin-top: 10px; } }
  #search-template .group-top-search .subtext-result {
    margin-bottom: 0; }
  #search-template .group-top-search .right-result-search .item {
    margin-left: 10px; }
    #search-template .group-top-search .right-result-search .item a {
      display: block;
      padding: 10px;
      border-radius: 5px;
      text-transform: uppercase;
      color: var(--colorshop);
      letter-spacing: 0;
      font-weight: 500;
      border: 1px solid #dddddd; }
      #search-template .group-top-search .right-result-search .item a:hover, #search-template .group-top-search .right-result-search .item a.active {
        color: var(--color_button);
        font-weight: 600;
        border: 1px solid var(--bg_button);
        background: var(--bg_button); }

.quantity-area {
  float: left;
  display: flex;
  margin-right: 15px; }
  .quantity-area .qty-btn {
    border: none;
    border-radius: 5px;
    background: #fff;
    float: left;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: black;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: unset; }
  .quantity-area .quantity-selector {
    border: none;
    background: #fff;
    font-weight: 500;
    height: 35px;
    text-align: center;
    width: 35px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
    font-size: 15px;
    color: black;
    padding: 0; }
  @media (max-width: 767px) {
    .quantity-area .quantity-selector, .quantity-area .qty-btn {
      height: 35px;
      width: 35px; } }

#pagination span, #pagination a {
  width: 42px;
  height: 42px;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 9px;
  color: #868686; }
  #pagination span .icon-svg, #pagination a .icon-svg {
    fill: #868686; }
  #pagination span:hover .icon-svg, #pagination a:hover .icon-svg {
    fill: #ffffff; }
  #pagination span.current, #pagination a.current {
    background: var(--bg_button);
    color: var(--color_button);
    border: 1px solid var(--bg_button); }

#pagination a:hover {
  background: var(--bg_button);
  color: var(--color_button); }

.wrap-addcart {
  flex: 1; }
  .wrap-addcart .row-flex {
    display: flex;
    flex-wrap: wrap; }
  .wrap-addcart .add-to-cart-style, .wrap-addcart .add-to-cart-style-qv, .wrap-addcart .add-to-combo-style {
    border: none;
    background: var(--bg_button_add_to_cart);
    padding: 10px;
    width: 100%;
    border: 1px solid transparent;
    color: var(--color_button); }
    @media (max-width: 767px) {
      .wrap-addcart .add-to-cart-style, .wrap-addcart .add-to-cart-style-qv, .wrap-addcart .add-to-combo-style {
        padding: 7.8px 10px; } }
  .wrap-addcart .add-to-combo-style {
    background: transparent;
    border-color: var(--bg_button_add_to_cart); }

#product-template #add-item-form .wrap-addcart .item button.btn-animation-buy {
  position: relative;
  overflow: hidden; }
  #product-template #add-item-form .wrap-addcart .item button.btn-animation-buy:hover {
    background: #fff;
    color: #222222; }

.show-buy-mobile #fixed-action-btn {
  bottom: 120px; }

.pro-loop-loading .list-color {
  height: 24px;
  background: #ededed;
  border-radius: 50%;
  width: 24px;
  margin-bottom: 10px; }

.pro-loop-loading .ratio-product-loop {
  background: #ededed; }

.pro-loop-loading .box-pro-detail .h3, .pro-loop-loading .box-pro-detail .pro-price {
  height: 13px;
  background: #ededed;
  border-radius: 20px; }

.pro-loop-loading .box-pro-detail .pro-price {
  max-width: 50%; }

#product-sider-seen .slick-arrow.slick-disabled, #section-related .slick-arrow.slick-disabled {
  display: block !important; }

@media only screen and (max-width: 767px) {
  .footer-toggle-mb {
    display: none; }
  .open-js button {
    transform: rotate(180deg); }
  .footer-logo-wd ul {
    display: flex; }
    .footer-logo-wd ul li {
      flex: 1; }
      .footer-logo-wd ul li img {
        padding: 0 10px; }
  .sale-tag {
    margin-left: 0; }
  .collection-scroll-mb .special-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px; }
    .collection-scroll-mb .special-product .pro-loop {
      width: 100% !important;
      display: block !important; }
  .banner-information-collection .box-content {
    margin-top: 30px;
    text-align: center; }
  .banner-information-collection .heading {
    font-size: 20px; }
  .banner-information-collection .btn-link {
    margin-top: 30px; }
    .banner-information-collection .btn-link a {
      display: inline-block;
      background: #101012;
      color: #fff;
      border-radius: 5px;
      padding: 10px 25px;
      border: 1px solid #101012; }
      .banner-information-collection .btn-link a:hover {
        background: transparent;
        color: #101012; } }

.none-cart * {
  pointer-events: none;
  opacity: 0.7; }

@media screen and (max-width: 991px) {
  .sidebar-main {
    max-width: 100%; } }
