.filter-order-content {
  position: relative
}

.product2-star-active {
  color: var(--cl-star) !important
}

.filter-order-item:hover,
.filter-order-item.active {
  background-color: var(--cl-primary);
  color: var(--black)
}

.filter-order-content {
  position: relative
}

.filter-order-list {
  background-color: #ededed;
  position: absolute;
  top: 40px;
  transition: .3s all;
  z-index: 3;
  text-align: right;
  display: none;
  width: 140px;
  right: 0
}
.filter-order-list.is-active {
  display: block;
}
.filter-order-item {
  padding: 10px 10px;
  cursor: pointer
}

@media (min-width: 1025px) {
  .filter-order-content {
      display: flex;
      top: 2px;
      margin-left: 30px
  }

  .filter-order-item-firt {
      border: 0;
      padding: 0 10px 0 0
  }

  .filter-order-list {
      position: relative;
      display: flex;
      top: 0;
      width: auto;
      background: transparent;
  }

  .filter-order-item {
      padding: 0 5px;
      margin: 0 10px;
  }
}

.filter-order-item .btn-filt {
  cursor: pointer;
}

.filter-order-item-firt {
  position: relative;
  border: 0;
  padding: 0 10px 0 0;
  border-radius: 4px
}
@media (max-width: 991px) {
  .filter-order-item-firt:after {
      content: "";
      position: absolute;
      right: -8px;
      top: 2px;
      display: block;
      transform: rotate(90deg);
      width: 20px;
      height: 20px;
      background-color: currentColor;
      -webkit-mask-position: center;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z'%3E%3C/path%3E%3C/svg%3E")
  }

  .filter-order-item-firt.is-active:after {
      transform: rotate(-90deg);
  }
}

.filter-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  /*border-bottom: 1px solid #ebebeb;*/
  padding-bottom: 15px;
}
.cata-sum {
  border-bottom: 1px solid #ebebeb;
  padding:0 15px 15px 15px;
  margin-bottom: 20px;
  font-family: auto;
  font-style: italic;
  background: #fcfcfc;
}
.product2-image-src {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.product2-content {
  position: relative;
  padding: 12px 10px;
  min-height: 149px
}

.product2-item {
  box-shadow: var(--cl-shadown-1);
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative
}

.product2-item:hover {
  border: 1px solid var(--red)
}

.product2-size {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px
}

.product2-size-title {
  margin-right: 5px
}

.product2-star-total {
  margin-left: 5px
}

.product2-star-icon {
  display: flex;
  align-items: center
}

@media (min-width: 992px) {
  .product2-item {
      margin-bottom: 20px
  }

  .product2-size-title {
      margin-right: 0px;
      margin-bottom: 1px
  }

  .product2-size {
      display: block;
      position: absolute;
      top: 10px;
      font-size: var(--fz-base);
      opacity: 0;
      z-index: 1
  }

  .product2-size-content {
      display: flex;
      flex-wrap: wrap;
      margin-left: -3px
  }

  .product9-star-icon i,
  .product9-sale {
      font-size: var(--fz-small-x)
  }

  .product2-btn-favorite {
      display: block;
      bottom: 0px;
      left: 0px
  }

  .product2-content {
      min-height: 137px
  }

  .product2-star-icon,
  .product2-size,
  .product2-prices,
  .product2-prices-discount,
  .product2-sale,
  .product2-title {
      transition: 0.2s all !important
  }

  .product2-star-icon {
      opacity: 1
  }

  .product2-item:hover .product2-btn-favorite {
      opacity: 0.9;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .product2-item:hover .product2-btn-cart {
      opacity: 0.9;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .product2-item:hover .product2-star-icon {
      opacity: 0
  }

  .product2-item:hover .product2-prices {
      opacity: 0
  }

  .product2-item:hover .product2-prices-discount {
      opacity: 0
  }

  .product2-item:hover .product2-sale {
      opacity: 0
  }

  .product2-item:hover .product2-title {
      opacity: 0
  }

  .product2-item:hover .product2-size {
      opacity: 1
  }

  .product2-item:hover .product2-btn-favorite {
      display: block
  }

  .product2-prices {
      font-size: var(--fz-normal)
  }

  .product2-size {
      display: block;
      position: absolute;
      top: 10px;
      font-size: var(--fz-base);
      opacity: 0;
      z-index: 1
  }

  .product2-size-item-text {
      display: inline
  }

  .product2-size-item {
      height: 28px;
      line-height: 28px;
      border: 1px solid var(--cl-gray);
      font-size: 10px;
      margin: 0 3px 6px 3px;
      padding: 0 4px;
      border-radius: 2px
  }
}

.product2-title {
  color: var(--black);
  display: -webkit-box;
  font-size: var(--fz-base);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 3px
}

.product2-size {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px
}

.product2-prices {
  color: var(--cl-third);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden
}

.product2-image {
  background-color: var(--cl-primary);
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden
}

.product2-image-src {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.product2-image-link {
  position: relative;
  display: block;
  overflow: hidden
}

.row-custom {
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5)
}

.product2-btn-favorite:hover,
.product2-btn-favorite:hover a {
  background: var(--cl-primary);
  color: var(--white);
}

.product2-btn-cart:hover {
  background: var(--cl-primary)
}

@media (min-width: 1025px) {
  .row-custom {
      margin-right: calc(var(--gutter-x)*-1);
      margin-left: calc(var(--gutter-x)*-1)
  }
}

.view-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  margin-bottom: 5px
}

.product9-star-active {
  color: var(--cl-star) !important
}

.product9-star-icon {
  margin-top: -2px
}

.product2-btn-favorite {
  color: var(--white);
  background: var(--red);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: var(--fz-small-x);
  width: 100%;
  text-align: center;
  transition: opacity 1000ms;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 0px;
  opacity: 0;
  z-index: 1
}

.product2-btn-favorite a {
  color: var(--white);
}

.product-cata-desc,
.product-cata-desc span,
.product-cata-desc p,
.product-cata-desc strong {
  font-family: var(--font-base) !important
}

.detail-description {
  position: relative;
}

.news-detail-summary {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative
}

.news-detail-summary-title {
  color: var(--cl-text-heading);
  font-size: var(--fz-normal);
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center
}

.news-detail-summary-title i {
  font-size: var(--fz-large);
  margin-right: 10px;
  position: relative
}

.product-cata-desc {
  margin-top: 25px
}

.detail__article a {
  color: var(--cl-text-2)
}

.detail__article img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 10px
}

.detail-readmore {
  padding-top: 20px;
  padding-bottom: 15px;
  color: var(--colorPrimary);
  cursor: pointer;
  text-align: center
}

.detail-readmore>span {
  background-color: transparent;
  color: var(--cl-text-2);
  border: 1px solid var(--cl-text-2);
  margin: 0 auto;
  display: none
}

.detail-description.active {
  overflow: initial;
  max-height: initial;
  opacity: 1 !important
}

.detail-readmore>span.active {
  display: inline-block
}

.pb-cs {
  padding-bottom: 20px !important
}

@media (min-width: 1025px) {
  .pb-cs {
      padding-top: 40px !important
  }
}

.about-row {
  display: flex;
  flex-wrap: nowrap
}


.about-cl {
  width: 50%;
  padding: 0 5px
}

.about-icon {
  color: var(--black);
  background-color: var(--cl-primary);
  line-height: 48px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: .3s all;
  text-align: center;
  margin: 0 auto;
  box-shadow: var(--cl-shadown-1)
}

.about-content {
  font-size: var(--fz-small-x);
  width: calc(100% - 45px);
  padding-left: 10px
}

.product-sales {
  background-color: #f5f0f2;
  padding: 10px
}

.product-sales-banner a {
  display: block;
  position: relative;
  color: var(--cl-text-2)
}

.product-sales-banner {
  background: var(--cl-primary);
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: var(--fz-base)
}

@media (min-width: 1025px) {
  .product-sales-banner {
      text-align: left;
      font-size: var(--fz-large)
  }
}

.about-icon svg {
  height: 42px;
  width: 28px
}

.about-title {
  margin-top: 8px;
  font-weight: 600;
  color: var(--black)
}

.about-desc {
  line-height: 1.5
}

.about-item {
  display: flex;
  align-items: center
}
@media (max-width: 991px) {
 .about-item {
  flex-direction: column;
  margin-bottom: 15px;
}
}

.heading__custom {
  color: var(--cl-text);
  display: block;
  position: relative;
  margin-top: -5px;
  margin-bottom: 5px;
  line-height: 35px;
  font-weight: 700;
  font-size: var(--fz-large)
}

@media (min-width: 1025px) {
  .heading__custom {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: var(--fz-xl);
  }
}

.wcu-desc {
  margin-bottom: 30px !important
}

.wcu-item {
  text-align: center
}

.wcu-number {
  color: var(--cl-third);
  font-size: 30px;
  font-weight: 600
}

.wcu-title {
  font-size: var(--fz-normal);
  margin-top: -5px
}

.wcu-number p {
  display: inline-block
}

.wcu-number span {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  line-height: 1
}

.wcu-icon i {
  color: var(--black);
  min-width: 45px;
  min-height: 45px;
  line-height: 1
}

.content-placeholder {
  background-color: var(--cl-gray) !important;
  position: relative
}

.product-sales {
  background-color: #f5f0f2;
  padding: 10px
}

.swiper-slide .product10-item {
  margin-bottom: 0px
}

.product10-item {
  box-shadow: var(--cl-shadown-1);
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative
}

.product10-item:hover {
  border: 1px solid var(--red)
}

.product10-image {
  background-color: var(--cl-primary);
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden
}

.product10-image-link {
  position: relative;
  display: block;
  overflow: hidden
}

.product10-image-src {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.product10-out-stock {
  background-color: rgba(254, 205, 8, 0.7);
  color: var(--black);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  text-transform: capitalize
}

.product10-btn-cart {
  color: var(--white);
  background: var(--cl-secondary);
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: var(--fz-small-x);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: opacity 1000ms;
  cursor: pointer
}

.product10-cart-icon,
.product10-favorite-icon {
  font-size: var(--fz-base)
}

.product10-btn-favorite {
  color: var(--white);
  background: var(--red);
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: var(--fz-small-x);
  width: 100%;
  text-align: center;
  transition: opacity 1000ms;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 0px;
  opacity: 0;
  z-index: 1
}

.product10-btn-favorite:hover,
.product10-btn-cart:hover {
  background: var(--cl-primary)
}

.product10-content {
  position: relative;
  padding: 12px 10px;
  min-height: 149px
}

.product10-content-highlight {
  padding-top: 20px
}

.product10-highlight {
  background: var(--cl-gradient-1);
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  padding-right: 8px;
  margin-bottom: 7px
}

.product10-highlight img {
  float: left;
  max-width: 20px
}

.product10-highlight span {
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 10px;
  line-height: 13px;
  margin-left: 3px;
  overflow: hidden;
  padding: 4px 0 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  text-transform: uppercase
}

.product10-title {
  color: var(--black);
  display: -webkit-box;
  font-size: var(--fz-base);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 3px
}

.product10-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.product10-star-active {
  color: var(--cl-star) !important
}

.product10-star-icon {
  margin-top: -2px;
  display: flex;
  align-items: center
}

.product10-star-icon i {
  color: var(--cl-grey);
  width: var(--fz-small);
  height: var(--fz-small);
  margin-right: 4px
}

.product10-star-total {
  font-size: var(--fz-small)
}

.product10-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.product10-comment {
  display: none
}

.product10-prices {
  color: var(--cl-third);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden
}

.product10-prices-discount sup,
.product10-prices sup {
  font-size: var(--fz-small);
  vertical-align: baseline
}

.product10-prices-discount {
  color: #111;
  display: inline;
  font-size: var(--fz-small);
  text-decoration: line-through;
  opacity: .6
}

.product10-sale {
  font-size: var(--fz-small);
  margin-left: 6px;
  display: inline-block
}

.product10-desc {
  display: none
}

.product10-size {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px
}

.product10-prices-size,
.product10-size-item-text {
  display: none
}

.product10-size-title {
  margin-right: 5px
}

.product10-item-stock .product10-size {
  display: none !important
}

@media (max-width: 991px) {
  .cl-percent .product10-content {
      min-height: 166px
  }
}

@media (min-width: 992px) {
  .swiper-slide.col-bd:first-child .product10-item {
      border-left: 1px solid var(--cl-text-4)
  }

  .product10-item {
      margin-bottom: 20px
  }

  .product10-content {
      min-height: 137px
  }

  .product10-title {
      margin-bottom: 5px
  }

  .product10-prices {
      font-size: var(--fz-normal)
  }

  .product10-prices-discount sup,
  .product10-prices sup {
      font-size: var(--fz-base)
  }

  .product10-star-icon i,
  .product10-sale {
      font-size: var(--fz-small-x)
  }

  .product10-prices-discount {
      font-size: var(--fz-base)
  }

  .product10-btn-favorite {
      display: block;
      bottom: 0px;
      left: 0px
  }

  .product10-btn-cart {
      top: 15px;
      right: 15px
  }

  .product10-btn-cart {
      -webkit-transform: translateX(55px);
      -ms-transform: translateX(55px);
      transform: translateX(55px);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease
  }

  .product10-item:hover .product10-btn-favorite,
  .product10-item:hover .product10-btn-cart {
      opacity: 0.9;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .product10-item:hover .product10-btn-cart {
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s
  }

  .product10-comment {
      color: var(--cl-text-3);
      font-size: var(--fz-small-x);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden
  }

  .product10-size {
      display: block;
      position: absolute;
      top: 10px;
      font-size: var(--fz-base);
      opacity: 0;
      z-index: 1
  }

  .product10-size-title {
      margin-right: 0px;
      margin-bottom: 1px
  }

  .product10-size-content {
      display: flex;
      flex-wrap: wrap;
      margin-left: -3px
  }

  .product10-size-item {
      height: 28px;
      line-height: 28px;
      border: 1px solid var(--cl-gray);
      font-size: 10px;
      margin: 0 3px 6px 3px;
      padding: 0 4px;
      border-radius: 2px
  }

  .product10-size-item-text {
      display: inline
  }

  .product10-prices-size {
      display: block;
      opacity: 1 !important
  }

  .product10-item:hover .product10-image-src {
      margin-top: 0
  }

  .product10-star-icon,
  .product10-size,
  .product10-prices,
  .product10-prices-discount,
  .product10-sale,
  .product10-title {
      transition: 0.2s all !important
  }

  .product10-item:hover .product10-star-icon,
  .product10-item:hover .product10-prices,
  .product10-item:hover .product10-prices-discount,
  .product10-item:hover .product10-sale,
  .product10-item:hover .product10-title {
      opacity: 0
  }

  .product10-item.product10-item-stock:hover .product10-star-icon,
  .product10-item.product10-item-stock:hover .product10-prices,
  .product10-item.product10-item-stock:hover .product10-prices-discount,
  .product10-item.product10-item-stock:hover .product10-sale,
  .product10-item.product10-item-stock:hover .product10-title {
      opacity: 1
  }

  .product10-item:hover .product10-size {
      opacity: 1
  }

  .product-promotion {
      margin-bottom: -20px
  }
}

@media (min-width: 1200px) {
  .product10-size-item {
      font-size: var(--fz-small);
      padding: 0 7px
  }
}

.gallery-image {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.gallery-content {
  text-align: center;
  padding: 7px 0;
  border: 1px solid var(--cl-gray)
}

@media (min-width: 992px) {
  .gallery-content {
      font-size: var(--fz-large)
  }
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.breadcrumb {
  line-height: 32px
}

@media (min-width: 200px) {
  .breadcrumb {
      background-color: var(--white);
      position: relative;
      z-index: 2;
      margin-bottom: 5px;
  }

  .breadcrumb-list {
      display: flex;
      align-items: center;
      padding-top: 6px;
      padding-bottom: 0
  }

  .breadcrumb-item {
      position: relative;
      padding-left: 22px;
      white-space: nowrap
  }
/*
  .breadcrumb-item:last-child {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden
  }
  */
}

.filter-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -1);
  margin-left: calc(var(--gutter-x) * -1)
}

.content-left,
.content-main,
.content-right {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x)
}

.content-right,
.content-left {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.filter_wrapper {
  position: relative;
  z-index: 3
}

.product-filter {
  background-color: var(--white);
  position: relative;
  padding-top: 10px;
  z-index: 1;
}

@media (min-width: 1025px) {
  .product-filter {
      padding-top: 22px;
      padding-bottom: 10px
  }
}

.filter-item {
  background: #f2f2f2;
  margin-top: 10px;
  padding: 10px 20px
}

.filter-item-name {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.filter-name {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  width: 100%;
}

.filter-item-scroll {
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden
}

.filter-item-scroll::-webkit-scrollbar {
  width: 2.5px
}

.filter-item-scroll::-webkit-scrollbar-thumb {
  background: var(--cl-primary)
}

.filter-item-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px var(--cl-grey)
}

.filter-item-list-value {
  display: block;
  transition: .3s all;
  padding: 10px 0
}

.list-category-custom {
  background: #f2f2f2;
  padding: 10px 20px
}

.filterFeature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.filterFeature .filter-item-list-value {
  -ms-flex: 0 0 250px;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 100%
}

.filter-item-list-value label {
  cursor: pointer
}

._checkbox {
  position: relative
}


@media (min-width: 1025px) {

  .filter-item--tn,
  .filter-item {
      position: relative;
      padding-bottom: 0
  }

  .product-filter-mobile {
      display: block;
      overflow-x: inherit;
      overflow-y: inherit;
      white-space: inherit;
      min-height: inherit
  }
}

@keyframes skeleton-loading {
  0% {
      background-color: var(--cl-skeleton)
  }

  100% {
      background-color: var(--cl-skeleton2)
  }
}

@-webkit-keyframes FadeInDown {
  from {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1
  }
}

@keyframes FadeInDown {
  from {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0
  }

  to {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1
  }
}

@-webkit-keyframes ArrowAnimation {

  0%,
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
  }

  50% {
      -webkit-transform: translate(8px, 0);
      transform: translate(8px, 0)
  }
}

@keyframes ArrowAnimation {

  0%,
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
  }

  50% {
      -webkit-transform: translate(8px, 0);
      transform: translate(8px, 0)
  }
}

@keyframes kfTextFillBg {
  from {
      background-position: 0 0
  }

  to {
      background-position: 2000px 0
  }
}

@keyframes kfShapEffect {
  0% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%
  }

  25% {
      border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%
  }

  50% {
      border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%
  }

  75% {
      border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%
  }
}

@keyframes kfSpin {
  from {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(360deg)
  }
}

@keyframes kfPlaceholder {
  100% {
      transform: translateX(100%)
  }
}

@keyframes kfLoading {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

p {
  padding: 0;
  margin: 0
}

a:hover {
  color: var(--cl-text-2)
}
/*
a:focus {
  color: var(--cl-text-2)
}
*/
iframe {
  max-width: 100%
}

hidden {
  display: none
}

template {
  display: none
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto
}

._show {
  display: block !important
}

._hidden {
  display: none !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.v-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.container {
  width: 100%;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
  margin-left: auto;
  margin-right: auto
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.rows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x)*-1);
  margin-left: calc(var(--gutter-x)*-1)
}

.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.no-gutters [class*="_col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important
}

[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: var(--gutter-x);
  padding-left: var(--gutter-x)
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%
}

input {
  font-family: var(--font-base)
}

button {
  font-family: var(--font-base)
}

textarea {
  font-family: var(--font-base)
}

.alert-ib-wrapper {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 111
}

.alert-ib-box {
  background: var(--cl-secondary);
  box-shadow: var(--cl-shadown-1);
  padding: 15px 20px;
  border-radius: 3px;
  max-width: 320px;
  margin-top: 20px;
  position: relative
}

.alert-ib-content {
  color: var(--white);
  font-size: var(--fz-normal);
  margin-bottom: 7px;
  line-height: 27px;
  padding-right: 17px
}

.alert-ib-btn {
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  height: 45px;
  width: 100%;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px
}

.alert-ib-close {
  border: 1px solid var(--white);
  color: var(--white);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer
}

.alert-success {
  background: var(--cl-als)
}

.alert-warning {
  background: var(--cl-alw)
}

.alert-danger {
  background: var(--cl-ale)
}

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 6px
}

.skeleton-text {
  width: 100%;
  height: 27px;
  margin-bottom: 0.25rem
}

.skeleton-text:last-child {
  margin-bottom: 0;
  width: 80%
}

.demo-close {
  color: var(--black) !important;
  top: 7px
}

.demo-close i {
  font-size: var(--fz-xl)
}

.mg-0 {
  margin-bottom: 0 !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-10 {
  margin-top: 10px !important
}

.mt-cs {
  margin-top: 15px !important
}

.mb-cs {
  margin-bottom: 15px !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.bd-el-mb {
  background-color: var(--cl-text-4);
  height: 4px
}

.bd-el-mb.mt-cs {
  margin-top: 19px !important
}

.section__padding {
  padding-top: 25px;
  padding-bottom: 25px
}

.section__padding__right {
  padding-bottom: 30px
}

.icon-angle-right-effect {
  margin-left: 5px;
  font-size: var(--fz-small);
  animation: 2s infinite ArrowAnimation;
  position: relative;
  top: -2px
}

.text-fill-bg {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.demo-modal {
  box-shadow: var(--cl-shadown-1);
  border-radius: 0;
  display: none;
  overflow-y: auto;
  padding: 30px 15px 20px 15px
}

.form-control {
  border: 1px solid var(--cl-gray);
  font-size: var(--fz-base);
  outline: none;
  border-radius: 30px;
  transition: 0.3s
}

.form-control:focus {
  box-shadow: 0.5px 0.866px 5px 0 rgba(179, 179, 179, 0.5)
}

select.form-control {
  height: 32px;
  padding-left: 10px;
  padding-right: 10px
}

textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  padding: 15px 20px
}

.content-placeholder {
  background-color: var(--cl-gray) !important;
  position: relative
}

.content-placeholder::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(var(--white-rgb), 0.5), transparent) !important;
  -webkit-animation: kfPlaceholder 1.5s infinite;
  animation: kfPlaceholder 1.5s infinite
}



.noUi-connect {
  background: var(--cl-text-2)
}

.noUi-handle:after {
  background: var(--cl-text-2)
}

.noUi-handle:before {
  background: var(--cl-text-2)
}

.go-top {
  background-color: var(--cl-primary);
  color: var(--black) !important;
  position: fixed;
  right: 20px;
  bottom: -120px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 11
}

.go-top::before {
  font-family: "icoibco" !important;
  speak: never;
  line-height: 35px;
  font-size: var(--fz-normal);
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.go-top:hover {
  background-color: var(--black);
  color: var(--cl-primary) !important;
  color: var(--cl-secondary)
}

.go-top.active {
  left: 20px;
  bottom: 80px
}

.go-top-mobile {
  text-align: center;
  background: #fafafa;
  padding: 10px 10px 8px 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: none
}

.go-top-mobile i {
  position: relative;
  top: 2px;
  margin-right: 2px
}

.btn__custom:hover {
  color: var(--cl-text-2);
  background-color: var(--white);
  border: 1px solid var(--cl-text-2)
}

.btn__custom:disabled {
  pointer-events: none;
  opacity: 0.65
}

.btn__custom2 {
  background-image: var(--cl-linear-gradient3)
}

.btn__custom3 {
  background-color: #fff;
  color: var(--cl-text-heading);
  background-image: none;
  border: 2px solid var(--cl-primary)
}

.btn__custom3:hover {
  background-color: var(--cl-primary)
}

.pt-cs {
  padding-top: 20px !important
}

.pb-cs {
  padding-bottom: 20px !important
}

.heading__custom2 {
  text-align: center;
  margin-bottom: 15px
}

.heading__custom2 span {
  background-color: var(--cl-primary);
  color: var(--black);
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 280px;
  font-weight: 600;
  font-size: var(--fz-large);
  text-transform: uppercase;
  z-index: 2
}

.heading__custom2 span:before {
  content: "";
  position: absolute;
  right: -15px;
  border-width: 0;
  bottom: 0;
  border-style: solid;
  border-color: var(--cl-primary) transparent;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid var(--cl-primary)
}

.heading__custom2 span:after {
  content: "";
  position: absolute;
  left: -15px;
  border-width: 0;
  bottom: 0;
  border-style: solid;
  border-color: var(--cl-primary) transparent;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid var(--cl-primary)
}

.heading__custom h3 {
  font-weight: 400
}

.heading__custom h2 {
  font-weight: 400
}

.heading__custom.heading_upper {
  text-transform: uppercase
}

.heading__center {
  text-align: center
}

.heading__custom-icon {
  font-size: var(--fz-large);
  line-height: 1;
  margin-right: 2px
}

.heading__right {
  color: var(--black);
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: var(--fz-normal);
  border-bottom: 2px solid var(--cl-text-4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.heading__right:before {
  content: '';
  background-color: var(--cl-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px
}

._paginate {
  margin-top: 30px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center
}

.shops-pagination-nav.pagination-nav {
  width: auto;
}

._paginate>div {
  margin-bottom: 6px;
  width: 33.33%;
  text-align: center;
  display: flex;
}

._paginate span {
  border: 1px solid var(--cl-grey);
  color: var(--cl-text);
  display: inline-block;
  font-size: var(--fz-base);
  font-weight: 700;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  margin-right: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
  width: 100%;
}

._paginate span.active {
  background-color: var(--cl-secondary);
  color: var(--white)
}
._paginate span.prenext{
  font-size: 18px;
}
.pagination-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.pagination-input {
  border: 1px solid var(--cl-grey);
  color: var(--cl-text);
  display: inline-block;
  font-size: var(--fz-base);
  font-weight: 700;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  margin-right: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
  width: 100%
}

.pagination-button span {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}



.row-custom {
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5)
}

.col-custom {
  padding-left: calc(var(--gutter-x) * .5);
  padding-right: calc(var(--gutter-x) * .5)
}

.content-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -1);
  margin-left: calc(var(--gutter-x) * -1)
}

.content-left {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.content-main {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
  flex: 1;
  max-width: 100%;
  overflow: hidden
}

.content-right {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.swiper-btn-pc {
  display: none !important
}

@media (min-width: 380px) {
  .text-tiny-left {
      text-align: left
  }

  .text-tiny-center {
      text-align: center
  }

  .text-tiny-right {
      text-align: right
  }

  .text-tiny-justify {
      text-align: justify
  }

  .col-tiny-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-tiny-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-tiny-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-tiny-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-tiny-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-tiny-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-tiny-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-tiny-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-tiny-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-tiny-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-tiny-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-tiny-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-tiny-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }
}

@media (min-width: 576px) {
  .text-sm-left {
      text-align: left
  }

  .text-sm-center {
      text-align: center
  }

  .text-sm-right {
      text-align: right
  }

  .text-sm-justify {
      text-align: justify
  }

  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-sm-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-sm-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-sm-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-sm-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-sm-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }

  .heading__custom h3 {
      font-size: var(--fz-xl);
      line-height: 52px
  }

  .heading__custom h2 {
      font-size: var(--fz-xl);
      line-height: 52px
  }

  .container {
      max-width: 540px
  }
}

@media (min-width: 768px) {
  .text-md-left {
      text-align: left
  }

  .text-md-center {
      text-align: center
  }

  .text-md-right {
      text-align: right
  }

  .text-md-justify {
      text-align: justify
  }

  .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-md-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-md-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-md-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-md-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-md-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }

  .swiper-btn-pc {
      display: block !important
  }

  .container {
      max-width: 972px
  }
}

@media (min-width: 992px) {
  .text-lg-left {
      text-align: left
  }

  .text-lg-center {
      text-align: center
  }

  .text-lg-right {
      text-align: right
  }

  .text-lg-justify {
      text-align: justify
  }

  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-lg-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-lg-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-lg-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }
  .col-lg-footer-1{
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%  
  }
  .col-lg-footer-2{
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%  
  }
  .row-cols-lg-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
      text-align: left
  }

  .text-xl-center {
      text-align: center
  }

  .text-xl-right {
      text-align: right
  }

  .text-xl-justify {
      text-align: justify
  }

  .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-xl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-xl-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-xl-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-xl-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-xl-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }

  .container {
      max-width: 1240px
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
      text-align: left
  }

  .text-xxl-center {
      text-align: center
  }

  .text-xxl-right {
      text-align: right
  }

  .text-xxl-justify {
      text-align: justify
  }

  .col-xxl-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-xxl-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-xxl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-xxl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-xxl-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-xxl-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-xxl-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-xxl-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-xxl-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-xxl-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-xxl-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-xxl-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-xxl-5>* {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }
}
@media (max-width: 1024px) {
 .shops-pagination-nav.pagination-nav {
  width: auto;
  display: inline-block;
} 
  ._paginate {
  display: flex;
}
  ._paginate span {
  font-size: 12px;
  height: 25px;
  padding: 0 5px;
  width: 35px;
  margin-right: 4px;
  line-height: inherit;
}

.pagination-button span {
  width: 25px;
  height: 25px;
  padding: 0;
  display: block;
  line-height: 25px;
}
  ._paginate .pagination-nav-mobile {flex-wrap: wrap;width: auto;justify-content: center;}
}

@media (min-width: 1025px) {
  .demo-modal {
      border-radius: 20px;
      padding: 30px 25px 20px 25px
  }

  .heading__custom2 {
      margin-bottom: 30px
  }

  .heading__custom2 span {
      line-height: 45px;
      font-size: var(--fz-xl)
  }

  .heading__custom2 span:before {
      border-top: 23px solid transparent;
      border-bottom: 22px solid transparent
  }

  .heading__custom2 span:after {
      border-top: 23px solid transparent;
      border-bottom: 22px solid transparent
  }

  .bd-el-mb {
      display: none
  }

  .pt-cs {
      padding-top: 40px !important
  }

  .pb-cs {
      padding-bottom: 40px !important
  }

  .mt-cs {
      margin-top: 30px !important
  }

  .mb-cs {
      margin-bottom: 30px !important
  }

  .mt-lg-0 {
      margin-top: 0 !important
  }

  .row-custom {
      margin-right: calc(var(--gutter-x)*-1);
      margin-left: calc(var(--gutter-x)*-1)
  }

  .col-custom {
      padding-left: var(--gutter-x);
      padding-right: var(--gutter-x)
  }

  .bd-layout {
      border-bottom: none
  }

  .heading__center {
      width: 80%;
      margin: 0 auto
  }

  ._paginate .pagination-nav-mobile {
      display: inline-block;
      width: auto;
  }

  ._paginate span {
      width: auto
  }



  .pagination-input {
      width: auto;
      width: 60px;
      cursor: text
  }

  .pagination-button span {
      width: 34px;
  }

  .section__padding {
      padding-top: 40px;
      padding-bottom: 40px
  }

  .section__padding__right {
      padding-bottom: 40px
  }

  .container {
      max-width: 972px
  }

  .content-right {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%
  }

  .content-left {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
      margin-right: 10px
  }
}

@media (min-width: 1440px) {
  .container {
      max-width: 1240px
  }
}

@media (max-width: 500px) {
  .go-top-mobile {
      display: block
  }

  .sweet-alert {
      left: 0;
      right: 0;
      width: 320px;
      margin-left: 0;
      margin: 0 auto
  }
}

.product2-size-item {
  height: 28px;
  line-height: 28px;
  border: 1px solid var(--cl-gray);
  font-size: 12px;
  margin: 0 3px 0 3px;
  padding: 0 4px;
  border-radius: 2px
}

.product2-prices-discount {
  color: #111;
  display: inline;
  text-decoration: line-through;
  opacity: .6;
}

.product2-sale {
  margin-left: 6px;
  display: inline-block;
}

.eval-box-percent {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--cl-text-4);
  margin: 0;
  padding: 0 0 20px 0;
}

.eval-top-data {
  width: 130px;
  border-right: 1px solid var(--cl-text-4);
  padding: 10px 0;
  text-align: center;
}

.eval-top-star span {
  color: var(--cl-btn-buy);
  display: block;
  font-weight: bold;
  font-size: var(--fz-xl);
  line-height: 27px;
  margin-top: 2px;
}

.eval-top-total {
  line-height: 17px;
  margin-top: 4px;
  font-weight: 400;
}

.category-custom-item a {
  font-size: var(--fz-base);
  padding: 0 10px;
  margin-top: 10px;
  display: block;
}

.category-custom-title {
  position: relative;
  text-transform: capitalize;
  font-size: var(--fz-icon);
}

.icon-angle-down {
  position: absolute;
  width: 30px;
  display: block;
  height: 30px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.icon-angle-down:after {
  content: "";
  position: absolute;
  top: 19%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  color: #333;
  width: 25px;
  rotate: 90deg;
  height: 25px;
  background-color: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z'%3E%3C/path%3E%3C/svg%3E")
}

.detail-readmore {
  padding-top: 20px;
  padding-bottom: 15px;
  color: var(--colorPrimary);
  cursor: pointer;
  text-align: center;
}

.detail-readmore>span.active {
  display: inline-block;
}

.detail-readmore>span {
  background-color: transparent;
  color: var(--cl-text-2);
  border: 1px solid var(--cl-text-2);
  margin: 0 auto;
  display: none;
}

.detail-description img {
  max-width: 100%;
  height: auto !important;
}

/* .detail-description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 20%,#fff);
} */

.detail-description.active {
  overflow: initial;
  max-height: initial;
}

.detail-description.active:after {
  display: none;
}

.header-backhome {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 50px;
  padding: 5px 0;
  transform: translate3d(0px, -50px, 0px);
  -webkit-transition: transform .3s;
  transition: transform .3s;
  background-color: rgba(22, 22, 22, 0.5);
}

.body-header-fixed .header-backhome {
  transform: translate3d(0px, 0px, 0px);
}

.back-home {
  position: absolute;
  top: 2px;
  left: 20px;
}

.back-home i {
  color: var(--white);
  font-size: 28px;
}

.home-banner {
  position: relative;
  min-height: 100px;
}

.home-banner img {
  width: 100%;
}

.home-banner #flipdown {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-group-heading .heading__custom {
  font-size: var(--fz-xl);
}

.product-group-heading {
  margin-bottom: 10px;
  text-align: center;
}

.product-group-heading .heading__custom {
  text-transform: uppercase;
}

@media(min-width: 1025px) {
  .product-group-item {
      margin: 0 0 0 10px;
  }

  .product-group-item-more {
      display: inline-block;
  }

  .heading__custom.mg-0 {
      font-size: 40px;
  }

  .home-banner #flipdown {
      bottom: 120px;
  }
}

.product-group-btn {
  display: inline-block;
  font-weight: 500;
  font-size: var(--fz-base);
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--cl-primary);
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-group-btn span {
  position: relative;
  padding-right: 15px;
}

@media(max-width: 1024px) {
  .detail-description table {
      width: 100% !important;
  }

  .product-main-wrapper .container {
      padding: 0;
  }

  .product-main-wrapper .heading__custom {
      padding: 0 10px;
  }
}

.gallery-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
}

.gallery-overlay i {
  color: var(--white);
  width: 42px;
  height: 42px;
  line-height: 39px;
  border: 2px solid var(--white);
  font-size: 18px;
  border-radius: 50%;
  transition: .3s all;
  position: relative;
}

.gallery-overlay i:before {
  width: 17px;
  height: 17px;
  background: url(../images/ic_video.png) no-repeat top center;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);

}

.icon {
  font-family: "icoibco" !important;
  speak: never;
  font-size: var(--fz-normal);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-control-play::before {
  content: "\e071";
}
.product-filter-mobile-main{
  position: absolute;
  top: -5000px;
}
@media (max-width: 768px) {
  .about-row {
      flex-wrap: wrap
  }
  .product2-size, .product10-size{
      display: none;
  }
  .product2-content, .product10-content {
      min-height: 110px;
  }
  ._paginate span.prenext {
      display: inline;
      padding: 0 9px 2px;
  }
}

.product2-item-stock {
  border: 1px solid var(--red) !important;
}
.product2-btn-favorite-stock {
  display: block !important;
  opacity: 0.9 !important;
}
.product2-item:hover .product2-stock {
  opacity: 1 !important;
}
.product10-item:hover .product2-prices-discount {
    display: none;
}
.product10-item:hover .product2-size-item{
    margin:0;
}
.product10-item:hover .product10-btn-favorite a{
    color:#fff;
}