/*----------------------------*/
/* product SC
/*----------------------------*/
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3294117647);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
div.woocommerce ul.products[class*=columns-] li.product {
  margin-bottom: 43px;
}

.product-content {
  position: relative;
}

.product-desc {
  z-index: 2;
}

.blockOverlay {
  background: 0 0 !important;
}

.woocommerce a.button,
.woocommerce button.button {
  padding: 14px 40px;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
}

.top-desc {
  padding: 0 0 9px;
}

.apr-product.show-add-to-cart-bottom .product-top .product-action .action-item.add-cart {
  display: none;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  content: none;
}

.product-action .group-action {
  display: inline-block;
}
.product-action .action-item .add-cart-btn a {
  padding: 13.5px 35px;
  text-transform: inherit;
  font-weight: 400;
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  font-size: 14px;
}
.product-action .action-item .add-cart-btn a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.product-action .action-item a.button {
  margin-top: 0;
  color: #2c2c2c;
  background: transparent;
  font-size: 16px;
}
.product-action .action-item a.button.loading {
  opacity: 1;
}
.product-action .action-item a.button:hover {
  color: #2c2c2c;
}
.product-action .action-item.add-cart {
  border: 0;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 26px;
}
.product-action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative;
}
.product-action .yith-wcwl-add-to-wishlist a {
  line-height: 19px;
}
.product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0;
}
.product-action .yith-wcwl-add-to-wishlist i {
  margin-right: 0;
}
.product-action .add-cart-btn {
  transition: all 0.2s ease-in-out;
}
.product-action .add-cart-btn .loading:before {
  opacity: 0;
}
.product-action .wishlist-btn span {
  display: none;
}
.product-action .compare-product a {
  font-size: 0;
}
.product-action .compare-product a:before {
  font-family: "lusion";
  content: "\e94f";
  font-size: 16px;
}
.product-action .compare-product a:hover:before {
  color: #2c2c2c;
}
.product-action .compare-product a i {
  display: none;
}

.product-grid .product-price {
  padding-top: 3px;
}
.product-grid .product-top .product-action .action-item.add-cart {
  margin: 0;
  background: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -55px;
  transition: 0.5s all ease-in-out;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.product-grid .product-top .product-action .group-action {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.5s all ease-in-out;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.product-grid .product-top .product-action .group-action a {
  padding: 12px;
  color: #fff;
  height: 40px;
  width: 40px;
  background-color: #2c2c2c;
  display: inline-block;
}
.product-grid .product-top .product-action .group-action a:hover {
  background-color: #2c2c2c;
}
.product-grid .product-top .product-action .group-action a.add_to_wishlist {
  margin-bottom: 0;
}
.product-grid .product-top .product-action .group-action a:focus {
  color: #fff;
}
.product-grid .product-top .product-action .group-action .action-item {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
  transform: translateY(-60px);
  opacity: 0;
  visibility: hidden;
}
.product-grid .product-top .product-action .group-action .action-item:first-child {
  transition: all 0.3s ease 0s;
}
.product-grid .product-top .product-action .group-action .action-item:nth-child(2) {
  transition: all 0.6s ease 0s;
}
.product-grid .product-top .product-action .group-action .action-item:last-child {
  transition: all 0.9s ease 0s;
}
.product-grid .product-top .product-action .action-item .add-cart-btn {
  height: 100%;
  position: relative;
}
.product-grid .product-top .product-action .action-item .add-cart-btn a {
  color: #fff;
  background-color: #2c2c2c;
  font-size: 0;
  padding: 10px;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: normal;
}
.product-grid .product-top .product-action .action-item .add-cart-btn a:before {
  font-size: 16px;
  content: "\e94d";
  font-family: "lusion";
  font-weight: 400;
}
.product-grid.columns-3 .product-top .product-action .desc, .product-grid.columns-4 .product-top .product-action .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: inherit;
  text-overflow: ellipsis;
}
.product-grid.columns-4 .product-top .product-action {
  top: 16px;
}
.product-grid.columns-4 .product-top .product-action .desc {
  max-height: 75px;
  -webkit-line-clamp: 3;
}
.product-grid.columns-3 .product-top .product-action .desc {
  max-height: 156px;
  -webkit-line-clamp: 6;
}
.product-grid .product-content .product-desc .product-action {
  display: none;
}
.product-grid .product-content:hover .product-top .product-action .group-action {
  opacity: 1;
  visibility: visible;
}
.product-grid .product-content:hover .product-top .product-action .group-action .action-item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-grid .product-content:hover .product-top .product-image a:before {
  background: rgba(0, 0, 0, 0.3);
}
.product-grid .product-content:hover .product-top .action-item.add-cart {
  bottom: 17px;
  opacity: 1;
  visibility: visible;
}

.product-top {
  border: 1px solid #ebeeee;
  z-index: 1;
}
.product-top .product-action {
  z-index: 2;
}

.scroll-loader {
  height: 40px;
}

.none-percentage_lable .sale_perc {
  display: none;
}

.product-content .product-desc {
  padding: 0;
  position: relative;
}

.product-content-info {
  position: relative;
}

.product-grid .product-top .product-action .group-action {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.5s all ease-in-out;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.product-grid .product-content:hover .product-top .product-action .group-action {
  opacity: 1;
  visibility: visible;
}

.yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse a:before {
  font-family: lusion;
  content: "\e913";
  font-size: 16px;
}

.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products .blockOverlay {
  display: block !important;
  opacity: 1 !important;
  background-color: #2c2c2c !important;
}
.woocommerce ul.products .blockOverlay::before {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 14px;
  color: #fff;
  margin-top: -6px;
  text-align: center;
  animation: spin 2s linear infinite;
  vertical-align: top;
  background: transparent;
}
.woocommerce ul.products.columns-1 li.product {
  width: 100% !important;
}
.woocommerce ul.products.columns-1.product-list li.product {
  margin-bottom: 30px !important;
}
.woocommerce ul.products.columns-1.product-list li.product:last-child {
  margin-bottom: 0 !important;
}
.woocommerce ul.products.columns-2 li.product {
  width: 50%;
}
.woocommerce ul.products.columns-2 li.product:nth-child(2n+1) {
  clear: left;
}
.woocommerce ul.products.columns-2 .product-top .product-action .desc {
  max-height: 195px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33333%;
    clear: none;
  }
  .woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: left !important;
  }
  .woocommerce ul.products.columns-3 li.product.first {
    clear: none;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product:nth-child(4n+1) {
    clear: left;
  }
  .woocommerce ul.products.columns-4 li.product.image_size1 {
    width: 50%;
  }
}
.woocommerce ul.products.columns-4:not(.product-list) li.product .product-top .product-action .desc {
  margin-bottom: 20px;
}
.woocommerce ul.products.columns-4:not(.product-list) li.product .product-action .group-action .action-item a.button:not(.compare) {
  font-size: 16px;
}
.woocommerce ul.products.columns-4:not(.product-list) li.product .product-action .group-action .action-item:last-child {
  margin-right: 0;
}
@media (min-width: 1601px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
    clear: none;
  }
  .woocommerce ul.products.columns-5 li.product:nth-child(5n+1) {
    clear: left;
  }
}
@media (min-width: 1311px) and (max-width: 1600px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 25%;
    clear: none !important;
  }
  .woocommerce ul.products.columns-5 li.product:nth-child(4n+1), .woocommerce ul.products.columns-5 li.product:nth-child(4n+1) {
    clear: left !important;
  }
}
@media (min-width: 1025px) and (max-width: 1310px) {
  .woocommerce ul.products.columns-5 li.product {
    width: 50%;
    clear: none !important;
  }
  .woocommerce ul.products.columns-5 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1) {
    clear: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products.columns-5 li.product {
    clear: none;
  }
  .woocommerce ul.products.columns-5 li.product:nth-child(3n+1) {
    clear: left !important;
  }
  .woocommerce ul.products.columns-5 li.product.first {
    clear: none;
  }
}
@media (min-width: 1601px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 16.66667%;
    clear: none;
  }
  .woocommerce ul.products.columns-6 li.product:nth-child(6n+1) {
    clear: left !important;
  }
}
@media (min-width: 1311px) and (max-width: 1600px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 25%;
    clear: none !important;
  }
  .woocommerce ul.products.columns-6 li.product:nth-child(4n+1), .woocommerce ul.products.columns-6 li.product:nth-child(4n+1) {
    clear: left !important;
  }
}
@media (min-width: 1025px) and (max-width: 1310px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 50%;
    clear: none !important;
  }
  .woocommerce ul.products.columns-6 li.product:nth-child(2n+1), .woocommerce ul.products.columns-6 li.product:nth-child(2n+1) {
    clear: left !important;
  }
}
.woocommerce ul.products.columns-6 li.product .price ins {
  margin-right: 6px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.woocommerce ul.products.columns-6 li.product .price del {
  letter-spacing: -0.02em;
}
.woocommerce ul.products.product-grid .product-top {
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products li.product {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left !important;
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product {
    width: 25%;
  }
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
  color: #2c2c2c;
  font-size: 18px;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  float: left;
  color: #2c2c2c;
}
.woocommerce ul.products li.product .price del {
  color: #9a9a9a;
  opacity: 1;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.woocommerce ul.products li.product a.button {
  border-radius: 0;
  margin: 0;
}
.woocommerce ul.products li.product a.button.loading::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  margin-top: -6px;
  text-align: center;
  line-height: normal;
  margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.apr-product div.woocommerce div:not(.product-style-2) ul.products.columns-4:not(.product-list) li.product .product-action .group-action .action-item a.button:not(.compare) {
  padding: 12px;
}
.apr-product .woocommerce .star-rating {
  font-size: 0;
  width: 80px;
  height: 13px;
  margin-bottom: 10px;
  margin-top: 13px;
  display: inline-block;
}
.apr-product .woocommerce .star-rating:before {
  font-size: 12px;
  color: #2c2c2c;
  letter-spacing: 5px;
  white-space: nowrap;
  content: "\e906\e906\e906\e906\e906";
  font-family: lusion;
}
.apr-product .woocommerce .star-rating span {
  height: 13px;
  padding: 0;
  font-size: 0;
}
.apr-product .woocommerce .star-rating span:before {
  font-size: 12px;
  color: #2c2c2c;
  letter-spacing: 5px;
  white-space: nowrap;
  height: 13px;
  content: "\e905\e905\e905\e905\e905";
  font-family: lusion;
}
.apr-product .wishlist-position-top .product-style-1 .product-grid .product-desc .product-action .action-item.wishlist-btn a {
  padding: 0;
  border: 0;
}
.apr-product .slick-arrow {
  border: 0;
  font-size: 12px;
}
.apr-product .slick-arrow i {
  color: #2c2c2c;
}
.apr-product .slick-arrow i:hover {
  color: #fff;
}
.apr-product .slick-arrow i:focus {
  color: #fff;
  background-color: #2c2c2c;
}
.apr-product .slick-slider ul.slick-dots {
  margin-top: 0;
  margin-bottom: 50px;
}
.apr-product .slick-slider .slick-list {
  padding-bottom: 27px;
}
.apr-product .slick-slider ul.slick-dots {
  text-align: center;
}
.apr-product .slick-slider li.first {
  clear: none !important;
}
@media (min-width: 992px) {
  .apr-product .slick-slider.products.columns-4 li.product:nth-child(4n+1) {
    clear: none !important;
  }
}
.apr-product .slick-slider .slick-arrow {
  position: absolute;
  top: auto;
  margin: 0;
  bottom: 0;
  height: auto;
  transform: translateX(-50%);
  line-height: 0;
}
.apr-product .slick-slider .slick-arrow i {
  border: 1px solid #ebeeee;
  background-color: #fff;
  height: 44px;
  color: #2c2c2c;
  width: 44px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  left: 0;
  outline: none;
}
.apr-product .slick-slider .slick-arrow i:hover {
  background-color: #2c2c2c;
  color: #fff;
  border: 1px solid #2c2c2c;
}
.apr-product .slick-slider .slick-arrow.slick-next {
  left: calc(50% + 22px);
}
.apr-product .slick-slider .slick-arrow.slick-prev {
  left: calc(50% - 21px);
}
@media (min-width: 768px) {
  .apr-product .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
  .apr-product .slick-slider .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .apr-product .slick-slider .slick-arrow {
    height: auto !important;
    bottom: -15px;
  }
}
.apr-product.arrow_align_top .slick-slider .slick-arrow i {
  position: absolute;
  top: 0;
}
.apr-product.arrow_align_top .slick-slider .slick-arrow.slick-prev {
  z-index: 9;
}
.apr-product.arrow_align_bottom .slick-slider .slick-arrow i {
  position: absolute;
  bottom: 0;
}

.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a.yith-wcqv-button {
  padding-top: 14px;
}

div.woocommerce .product-style-2 ul.products li.product .button.loading::after {
  color: #fff;
}
div.woocommerce .product-style-2 ul.products li.product .price {
  font-size: 18px;
}
div.woocommerce .product-style-2 ul.products li.product .product-content .product-desc {
  text-align: left;
}

.show-attr .product-style-2 .product-grid .shopswatchinput {
  display: none;
  opacity: 1;
  visibility: visible;
  top: calc(-100% + 55px);
  bottom: auto;
  background: transparent;
  left: 0;
  padding: 5px 0 0 0;
  position: relative;
  transform: none;
}
.show-attr .product-style-2 div.wcvashopswatchlabel, .show-attr .product-style-2 div.selectedswatch,
.show-attr .product-style-2 .wcvaswatchinput {
  border: 0;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.product-style-2 .woocommerce-loop-product__title {
  z-index: 1;
}
.product-style-2 .product-grid .product-top .product-action .group-action .action-item:last-child {
  margin-bottom: 0;
}
.product-style-2 .product-grid .product-top .product-action .group-action a.button:hover {
  color: #2c2c2c;
}
.product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:before {
  color: #2c2c2c;
}
.product-style-2 .product-content .product-top .add-cart-btn {
  transform: translateX(60px);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product-style-2 .product-content .product-top .product-action .group-action .action-item {
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
}
.product-style-2 .product-content .product-top .product-action .group-action .action-item:first-child {
  transition: all 0.6s ease 0s;
}
.product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(2) {
  transition: all 0.9s ease 0s;
}
.product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(3) {
  transition: all 1.2s ease 0s;
}
.product-style-2 .product-content:hover .product-top .product-action .group-action .action-item,
.product-style-2 .product-content:hover .product-top .product-action .add-cart-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-style-2 .product-content .product-desc .product-price {
  order: 0;
  padding-top: 12px;
}
.product-style-2 .product-grid .shopswatchinput,
.product-style-2 .show-attribute {
  display: none;
}
.product-style-2 .slick-slider .slick-arrow i {
  background-color: #fff;
}
.product-style-2 .product-grid .product-content:hover .product-action {
  right: 0;
}
.product-style-2 .product-grid .product-top img {
  transition: all 0.4s;
}
.product-style-2 .product-grid .product-top .product-action {
  text-align: center;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ebeeee;
  border-right: 0;
  padding: 14px 14px 9px 12px;
  transition: all 0.4s;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .product-style-2 .product-grid .product-top .product-action {
    padding: 14px 0 9px 0;
  }
}
.product-style-2 .product-grid .product-top .product-action .group-action {
  transform: none;
}
.product-style-2 .product-grid .product-top .product-action .group-action a {
  background-color: transparent;
  padding: 0;
  height: auto;
}
.product-style-2 .product-grid .product-top .product-action .action-item {
  display: block;
  margin: 0;
}
.product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
  position: static;
}
.product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  font-size: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 8px;
}
.product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
  font-size: 18px;
  content: "\e94d";
  font-family: lusion;
  color: #9a9a9a;
  display: block;
  font-weight: 400;
  position: static;
  transform: none;
}
.product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a.loading:after {
  color: #9a9a9a;
}
.product-style-2 .product-grid .product-top .product-action .group-action {
  position: static;
}
.product-style-2 .product-grid .product-top .product-action .group-action .wishlist-btn {
  display: none;
}
.product-style-2 .product-grid .product-top .product-action .group-action .action-item:last-child {
  margin-bottom: 0;
}
.product-style-2 .product-grid .product-top .product-action .group-action a.button {
  color: #9a9a9a;
  margin: 6px 0;
}
.product-style-2 .product-grid .product-top .product-action .group-action .compare-product a.add_to_compare.compare.button:before {
  font-size: 18px;
  top: 50%;
  right: 50%;
}
.product-style-2 .product-grid .product-top > .wishlist-btn {
  position: absolute;
  bottom: 5px;
  right: 12px;
}
.product-style-2 .product-grid .product-top > .wishlist-btn span {
  display: none;
}
.product-style-2 .product-grid .product-top > .wishlist-btn span.tooltip-custom {
  display: block;
}
.product-style-2 .product-grid .product-top > .wishlist-btn a {
  background-color: transparent;
  color: #9a9a9a;
  font-size: 14px;
  padding: 0;
}
.product-style-2 .product-grid .product-top > .wishlist-btn a:hover {
  color: #2c2c2c;
}
.product-style-2 .product-grid .product-top > .wishlist-btn .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-2 .product-grid .product-top > .wishlist-btn .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
.product-style-2 .top-desc {
  padding-bottom: 0;
}
.product-style-2.furniture-product.show-attr .shopswatchinput {
  position: unset;
  margin-bottom: 16px;
  margin-top: 4px;
}

.product-style-7 .product-grid .product-top .product-action {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 50%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
.product-style-7 .product-grid .product-top .product-action .action-item.add-cart {
  display: inline-block;
  position: static;
  margin-right: 6px;
  width: auto;
  float: left;
}
.product-style-7 .product-grid .product-top .product-action .action-item.add-cart span {
  display: none;
}
.product-style-7 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-indent: 1px;
  padding: 0;
}
.product-style-7 .product-grid .product-top .product-action .action-item.add-cart a:before {
  font-size: 18px;
  content: "\e94d";
  font-family: lusion;
  display: block;
  font-weight: 400;
  position: static;
  transform: none;
}
.product-style-7 .product-grid .product-top .product-action .group-action {
  position: static;
  width: auto;
  display: inline-block;
  transform: none;
}
.product-style-7 .product-grid .product-top .product-action .group-action a {
  background: #fff;
  color: #2c2c2c;
  border: 1px solid #ebeeee;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.product-style-7 .product-grid .product-top .product-action .group-action a.add_to_wishlist {
  font-size: 15px;
}
.product-style-7 .product-grid .product-top .product-action .group-action a:focus, .product-style-7 .product-grid .product-top .product-action .group-action a:hover {
  color: #fff;
  border-color: #2c2c2c;
  background: #2c2c2c;
}
.product-style-7 .product-grid .product-top .product-action .group-action a.button.loading::after {
  line-height: initial;
}
.product-style-7 .product-grid .product-top .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-7 .product-grid .product-top .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
  font-size: 15px;
}
.product-style-7 .product-grid .product-top .product-action .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-style-7 .product-grid .product-top .product-action .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}

.middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .group-action .wishlist-btn {
  display: inline-block;
  margin-bottom: 0;
}
.middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .group-action a {
  color: #9a9a9a;
}
.middle-has-wishlist.wishlist--bottom .product-style-2 .wishlist-btn .tooltip-custom, .middle-has-wishlist.wishlist--top .product-style-2 .wishlist-btn .tooltip-custom {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.middle-has-wishlist.wishlist--bottom .product-style-2 .wishlist-btn .tooltip-custom::after, .middle-has-wishlist.wishlist--top .product-style-2 .wishlist-btn .tooltip-custom::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c2c2c transparent transparent transparent;
  top: 100%;
  left: 50%;
  right: auto;
  margin-top: 0;
}

.custom-pr-watch .product-action-horizontal-middle .product-style-2 .product-grid .compare-product .tooltip-custom,
.custom-slide-product .product-action-horizontal-middle .product-style-2 .product-grid .compare-product .tooltip-custom {
  width: 75px;
  padding: 9px 2px;
  margin-left: -13px;
}

.custom-slide-product .apr-product .slick-slider .slick-arrow {
  top: -73px !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  height: auto !important;
  background: none;
}
.custom-slide-product .apr-product .slick-slider .slick-arrow i {
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  background: none;
  font-size: 22px;
  color: #ebeeee;
}
.custom-slide-product .apr-product .slick-slider .slick-arrow i:hover, .custom-slide-product .apr-product .slick-slider .slick-arrow i:active, .custom-slide-product .apr-product .slick-slider .slick-arrow i:focus {
  color: #2c2c2c;
  background: none !important;
}
.custom-slide-product .apr-product .slick-slider .slick-arrow.slick-next i:before {
  content: "\e904";
}
.custom-slide-product .apr-product .slick-slider .slick-arrow.slick-prev {
  right: 19px !important;
}
.custom-slide-product .apr-product .slick-slider .slick-arrow.slick-prev i:before {
  content: "\e901";
}
.custom-slide-product .apr-product .slick-slider ul.slick-dots {
  display: none !important;
  margin-top: 2px;
}
.custom-slide-product .apr-product .slick-slider ul.slick-dots li button {
  height: 8px;
  background: #ebeeee;
  width: 8px;
  position: relative;
}
.custom-slide-product .apr-product .slick-slider ul.slick-dots li button:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #2c2c2c;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
  visibility: hidden;
}
.custom-slide-product .apr-product .slick-slider ul.slick-dots li.slick-active button button, li:hover button .custom-slide-product .apr-product .slick-slider ul.slick-dots li:hover button, .custom-slide-product .apr-product .slick-slider ul.slick-dots li.slick-active button {
  background: #2c2c2c;
}
.custom-slide-product .apr-product .slick-slider ul.slick-dots li.slick-active button button:before, li:hover button .custom-slide-product .apr-product .slick-slider ul.slick-dots li:hover button:before, .custom-slide-product .apr-product .slick-slider ul.slick-dots li.slick-active button:before {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.apr-product-tab .product-tab-header ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 21px;
}
@media (min-width: 1025px) {
  .apr-product-tab .product-tab-header ul {
    margin-bottom: 41px;
  }
}
@media (min-width: 768px) {
  .apr-product-tab .product-tab-header ul.show-separator-out li:first-child:before {
    content: "";
    height: 5px;
    width: 5px;
    display: block;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    right: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .apr-product-tab .product-tab-header ul.show-separator-out li:last-child:after {
    content: "";
  }
}
.apr-product-tab .product-tab-header ul li {
  transition: all 0.3s;
  cursor: pointer;
  color: #9a9a9a;
  font-size: 16px;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .apr-product-tab .product-tab-header ul li {
    font-size: 20px;
    padding: 0 35px 0 30px;
    position: relative;
  }
  .apr-product-tab .product-tab-header ul li:after {
    content: "";
    height: 5px;
    width: 5px;
    display: block;
    background: #2c2c2c;
    position: absolute;
    right: 0;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .apr-product-tab .product-tab-header ul li:last-child:after {
    content: none;
  }
}
.apr-product-tab .product-tab-header ul li.item-current {
  color: #2c2c2c;
}
.apr-product-tab .product-tab-header ul li:hover {
  color: #2c2c2c;
}

img.pswp__img {
  background: #fff;
}

.test-bg:before {
  content: "";
  height: calc(100% + 200px);
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
}

.sale-subtitle {
  color: #bf1c16;
}

.apr-product.hide_desc_product .product-content-info .desc {
  display: none;
}

body.woocommerce .apr-product .title-list-product {
  font-size: 44px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease;
  position: relative;
  text-align: left;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  body.woocommerce .apr-product .title-list-product:hover {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  body.woocommerce .apr-product .title-list-product {
    background-color: transparent !important;
  }
}
body.woocommerce .apr-product .title-list-product i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-size: 10px;
}
@media (min-width: 768px) {
  body.woocommerce .apr-product .title-list-product i {
    display: none;
  }
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top {
  flex: 0 0 119px;
  max-width: 119px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc {
  max-width: calc(100% - 119px);
  flex: 0 0 calc(100% - 119px);
  align-items: normal;
  padding: 7px 0px 7px 33px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action {
  vertical-align: bottom;
  margin-top: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.6s ease;
  transform-origin: 100% 0;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item {
  margin: 0 3px 0 0;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button {
  color: #fff;
  font-size: 0;
  width: 44px;
  padding: 0;
  vertical-align: bottom;
  background-color: #bdab98;
  border-color: #bdab98;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.add_to_cart_button:before {
  left: 50%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  content: "\e94d";
  font-family: lusion;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.yith-wcqv-button:before, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.add_to_compare:before {
  font-size: 16px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.yith-wcqv-button i, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.add_to_compare i {
  left: 50%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  content: "\e94d";
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist {
  background-color: #bdab98;
  border-color: #bdab98;
  position: relative;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist a {
  color: #fff;
  display: contents;
  line-height: 44px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist a:before, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist a i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .group-action .action-item {
  margin-right: 3px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding-bottom: 19px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .star-rating {
  width: 100px;
  height: 15px;
  margin-bottom: 24px;
  margin-top: 0;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .star-rating:before, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .star-rating span:before {
  font-size: 14px;
  letter-spacing: 7px;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-price {
  margin-bottom: 0;
  position: relative;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-price .top-desc {
  transition: all 0.6s ease;
  position: absolute;
  bottom: -21px;
  transform-origin: 100% 0;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .shopswatchinput {
  display: none;
}
body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content:hover .product-desc .product-action {
  opacity: 1;
  transform: scaleY(1);
  height: auto;
}
@media (min-width: 768px) {
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content:hover .product-price .top-desc {
    opacity: 0;
    transform: scaleY(0);
  }
}

body.woocommerce ul.products.product-list.columns-1 .product-content .product-top {
  flex: 0 0 31%;
  max-width: 31%;
}
body.woocommerce ul.products.product-list.columns-1 .product-content .product-desc {
  max-width: 69%;
  flex: 0 0 69%;
}
body.woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .yith-wcwl-add-to-wishlist.exists {
  background: #2c2c2c;
  border-color: #2c2c2c;
}
body.woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-desc .product-price {
  margin-bottom: 10px;
}
body.woocommerce ul.products.product-list.columns-2 .product-content:hover .product-action {
  top: auto;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-desc .product-action .add-cart-btn .button:before {
  display: none;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-desc .product-action .yith-wcwl-wishlistaddedbrowse a:before {
  color: #2c2c2c;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-top {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-desc {
  max-width: 52%;
  flex: 0 0 52%;
}
body.woocommerce ul.products.product-list.columns-2 .product-content .product-desc .desc {
  max-height: 46px;
  -webkit-line-clamp: 2;
}
body.woocommerce ul.products.product-list .product-content {
  display: flex;
}
body.woocommerce ul.products.product-list .product-content .product-content-info {
  width: 100%;
}
body.woocommerce ul.products.product-list .product-content .star-rating {
  margin-bottom: 6px;
}
body.woocommerce ul.products.product-list .product-content .category-product {
  display: none;
}
body.woocommerce ul.products.product-list .product-content .product-top {
  display: inline-block;
  float: left;
  border: 1px solid #ebeeee;
}
body.woocommerce ul.products.product-list .product-content .product-top .product-action {
  display: none;
}
body.woocommerce ul.products.product-list .product-content .product-top .image-product {
  overflow: hidden;
  position: relative;
}
body.woocommerce ul.products.product-list .product-content .product-desc {
  overflow: hidden;
  margin: 0;
  display: flex;
  align-items: center;
  border: 1px solid #ebeeee;
  border-left: none;
  padding: 29px 30px 32px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .category-product {
  padding-top: 0;
  padding-bottom: 9px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .desc {
  max-height: 46px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .woocommerce-loop-product__title {
  padding-bottom: 10px;
  line-height: 22px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-price {
  margin-bottom: 16px;
  padding-top: 0;
}
body.woocommerce ul.products.product-list .product-content .product-desc .star-rating {
  margin-top: 0;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action {
  display: flex;
  margin-top: 21px;
  padding: 0 !important;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .yith-wcwl-add-to-wishlist a {
  color: #2c2c2c;
  height: 44px;
  width: 44px;
  line-height: 43px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .yith-wcwl-add-to-wishlist a:hover:before {
  color: #fff;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action {
  order: 2;
  width: auto;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 5px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item:last-child {
  margin-right: 0;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item .yith-wcwl-add-to-wishlist,
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item a.button {
  border: 1px solid #2c2c2c;
  width: 45px;
  height: 45px;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0;
  line-height: 43px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item .yith-wcwl-add-to-wishlist i,
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item a.button i {
  line-height: 43px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item .yith-wcwl-add-to-wishlist:hover,
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item a.button:hover {
  background-color: #2c2c2c;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item .yith-wcwl-add-to-wishlist:hover i, body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item .yith-wcwl-add-to-wishlist:hover:before,
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item a.button:hover i,
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .group-action .action-item a.button:hover:before {
  color: #fff !important;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart {
  display: block;
  order: 1;
  width: auto;
  margin: 0 5px 0 0;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart .button {
  height: 45px;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  text-transform: initial;
  letter-spacing: 0.01em;
  font-size: 16px;
  color: #fff;
  padding: 13px 30px;
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart-btn .button {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart-btn .button:before {
    content: none;
  }
}
@media (max-width: 767px) {
  body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart-btn .button:before {
    left: 50%;
    content: "\e91d";
    font-family: lusion;
    font-size: 14px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
body.woocommerce ul.products.product-list .product-content .product-desc .product-action .add-cart-btn .button.loading:after {
  content: "\f110";
  width: auto;
  height: auto;
  transform: none;
  margin-top: -6px;
  top: 50%;
  transform: none;
  background: none;
  border: none;
}

.product-top a.img-last {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-top .img-first {
  animation: 1.25s cubic-bezier(0.26, 0.54, 0.32, 1) forwards ani-fadeIn;
}
.product-top .img-last,
.product-top .img-first {
  transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}
.product-top:hover .has-second-image .img-first {
  opacity: 0;
}
.product-top:hover .has-second-image a.img-last {
  opacity: 1;
  z-index: 1;
  transform: scale(1.09);
}

div.woocommerce .product-style-1 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc {
  margin-top: 16px;
}

.product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products li.product .button.loading::after {
  color: #fff;
}

.product-action-horizontal-bottom .product-style-2 .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-action-horizontal-bottom .product-style-2 .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
@media (min-width: 1025px) {
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action {
    top: 90%;
    bottom: auto;
    right: auto;
    width: 100%;
    text-align: center;
    display: flex;
    background: transparent;
    padding: 0;
    border: 0;
    justify-content: center;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action a {
    color: #2c2c2c;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    display: inline-block;
    border: 1px solid #2c2c2c;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action a i {
    line-height: 44px;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action a:hover {
    background-color: #2c2c2c;
    color: #fff;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action a:hover:before {
    color: #fff;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
    width: 44px;
    height: 44px;
  }
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  margin-bottom: 0;
  margin-top: 0;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.button {
  color: #2c2c2c;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.button:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.button:hover:before {
  color: #fff;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.button.yith-wcqv-button i:before, .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.add_to_wishlist i:before {
  line-height: 44px;
  display: inline-block;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action .wishlist-btn {
  margin-bottom: 0;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .group-action a.button,
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .compare-product a.add_to_compare.compare {
  margin-bottom: 0;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item {
  display: inline-block;
  margin: 0 3px;
  vertical-align: bottom;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  width: 44px;
  height: 44px;
  padding-top: 11px;
  line-height: normal;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  display: block;
}
@media (max-width: 1024px) {
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
  color: #fff;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover {
  background-color: #2c2c2c;
}
.product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:before {
  color: #2c2c2c;
}
@media (min-width: 1025px) {
  .product-action-horizontal-bottom .product-style-2 .product-content:hover .product-action {
    right: auto;
    top: 50%;
  }
}
.product-action-horizontal-bottom .product-style-2 .product-content:hover .product-top > .wishlist-btn {
  opacity: 0;
  visibility: hidden;
}

.product-action-horizontal-middle .product-style-2 .product-top .product-action {
  width: 100%;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top > .wishlist-btn {
  display: none;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action {
  right: auto;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a {
  background-color: #fff;
  height: 44px;
  width: 44px;
  margin-bottom: 0;
  transition: all 0.5s;
  margin-top: 0;
  position: relative;
  padding-top: 0;
  display: block;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a:before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a i {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:after,
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:before {
  color: #fff;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
  display: inline-block;
  width: auto;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item:not(.wishlist-btn) {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px;
}
.product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .group-action .compare-product a.add_to_compare.compare {
  margin-bottom: 0;
}
.product-action-horizontal-middle .product-style-2 .product-content:hover .product-action {
  right: auto;
}

.product-action-horizontal-bottom .product-style-2 .tooltip-custom,
.product-action-horizontal-middle .product-style-2 .tooltip-custom {
  top: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.product-action-horizontal-bottom .product-style-2 .tooltip-custom::after,
.product-action-horizontal-middle .product-style-2 .tooltip-custom::after {
  margin-top: 0;
  border-color: #2c2c2c transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  top: 100%;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .add-cart-btn,
.product-action-horizontal-middle .product-style-2 .product-content .product-top .add-cart-btn {
  transform: translateY(60px);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .product-action .group-action .action-item,
.product-action-horizontal-middle .product-style-2 .product-content .product-top .product-action .group-action .action-item {
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .product-action .group-action .action-item:first-child,
.product-action-horizontal-middle .product-style-2 .product-content .product-top .product-action .group-action .action-item:first-child {
  transition: all 0.6s ease 0s;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(2),
.product-action-horizontal-middle .product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(2) {
  transition: all 0.9s ease 0s;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(3),
.product-action-horizontal-middle .product-style-2 .product-content .product-top .product-action .group-action .action-item:nth-child(3) {
  transition: all 1.2s ease 0s;
}
.product-action-horizontal-bottom .product-style-2 .product-content .product-top .product-action .group-action a.button,
.product-action-horizontal-middle .product-style-2 .product-content .product-top .product-action .group-action a.button {
  margin-top: 0;
}
.product-action-horizontal-bottom .product-style-2 .product-content:hover .product-top .product-action .group-action .action-item,
.product-action-horizontal-bottom .product-style-2 .product-content:hover .product-top .product-action .add-cart-btn,
.product-action-horizontal-middle .product-style-2 .product-content:hover .product-top .product-action .group-action .action-item,
.product-action-horizontal-middle .product-style-2 .product-content:hover .product-top .product-action .add-cart-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-action-horizontal-bottom .product-style-2.product-style .product-grid .product-top .product-action .action-item a:hover,
.product-action-horizontal-bottom .product-style-2.product-style .product-grid .product-top .product-action .group-action a.button:hover,
.product-action-horizontal-bottom .product-style-2.product-style .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:before,
.product-action-horizontal-middle .product-style-2.product-style .product-grid .product-top .product-action .action-item a:hover,
.product-action-horizontal-middle .product-style-2.product-style .product-grid .product-top .product-action .group-action a.button:hover,
.product-action-horizontal-middle .product-style-2.product-style .product-grid .product-top .product-action .action-item .add-cart-btn a:hover:before {
  color: #fff;
}

.change-space-action .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item {
  margin: 0 -3px;
}
.change-space-action .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
  margin-right: 3px;
}

.label-product {
  display: inline-block;
  color: #fff;
  clear: left;
  position: absolute;
  top: 20px;
  z-index: 1;
  text-transform: capitalize;
  background-color: #f5834f;
  font-size: 14px;
  font-weight: 400;
  padding: 1.5px 9px;
  line-height: 22px;
  left: 20px;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}
.label-product.on-hot {
  background-color: #2c2c2c;
}
.label-product.new {
  background-color: #23b445;
}
.label-product.sold-out {
  background-color: #bfc4c4;
}
.label-product + .on-sale, .label-product.on-sale + .new, .label-product.on-hot + .new {
  top: 50px;
}
.label-product.on-hot + .on-sale + .new {
  top: 90px;
}

.action-item {
  position: relative;
}
.action-item:hover .tooltip-custom {
  visibility: visible;
}

.product-action .wishlist-btn span.tooltip-custom {
  display: block;
}

.tooltip-custom {
  visibility: hidden;
  color: #fff;
  position: absolute;
  z-index: 1;
  max-width: 200px;
  padding: 9px 18px;
  background-color: #2c2c2c;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 14px;
  width: 110px;
  text-align: center;
  display: block;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-custom::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c2c2c transparent transparent transparent;
  top: 100%;
  left: 50%;
}

.none-wishlist-before-hover .product-grid .product-top > .wishlist-btn,
.none-wishlist-before-hover .product-grid .product-desc .wishlist-btn {
  display: none;
}

.product-style-1 .slick-slider .slick-arrow.slick-next i {
  border-left-width: 0.5px;
}
.product-style-1 .slick-slider .slick-arrow.slick-prev i {
  border-right-width: 0.5px;
}
.product-style-1 .product-grid .show-attribute {
  display: none;
}
.product-style-1 .product-grid .product-top .product-action {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: ease-in-out 0.6s;
}
.product-style-1 .product-grid .product-top .product-action .action-item a {
  padding: 11px;
}
.product-style-1 .product-grid .product-top .product-action .group-action {
  order: 1;
  position: static;
  transform: none;
}
.product-style-1 .product-grid .product-top .product-action .group-action a.button:hover {
  color: #fff;
}
.product-style-1 .product-grid .product-top .product-action .group-action a.button:hover:before {
  color: #fff;
}
.product-style-1 .product-grid .product-top .product-action .wishlist-btn {
  display: none !important;
}
.product-style-1 .product-grid .product-top .product-action .action-item {
  margin: 0 0 10px 0;
  position: static;
  display: block;
}
.product-style-1 .product-grid .product-top .product-action .action-item a {
  padding: 12px;
  background-color: #2c2c2c;
  color: #fff;
  display: block;
}
.product-style-1 .product-grid .product-top .product-action .action-item a:hover {
  background-color: #2c2c2c;
}
.product-style-1 .product-grid .product-top .product-action .action-item.add-cart {
  margin: 0 0 10px 0;
}
.product-style-1 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  font-size: 0;
  border: 0;
  background-color: #2c2c2c;
  color: #fff;
  padding: 11px;
  width: 40px;
  height: 40px;
}
.product-style-1 .product-grid .product-top .product-action .action-item .add-cart-btn a:hover {
  background-color: #2c2c2c;
}
.product-style-1 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
  font-size: 16px;
  content: "\e94d" !important;
  font-family: "lusion";
  display: block;
}
@media (min-width: 1024px) {
  .product-style-1 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
    right: 50% !important;
    top: 50% !important;
    transform: translate(50%, -50%);
  }
}
.product-style-1 .product-grid .product-top .product-action .wishlist-btn:hover .yith-wcwl-wishlistaddedbrowse a:before, .product-style-1 .product-grid .product-top .product-action .wishlist-btn:hover .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.product-style-1 .product-grid .product-price {
  padding-top: 12px;
  order: 0;
}
.product-style-1 .product-grid .top-desc {
  padding-bottom: 0;
}
.product-style-1 .product-grid .product-desc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-style-1 .product-grid .product-desc .category-product {
  order: -1;
  margin-top: 0;
  margin-bottom: 12px;
}
.product-style-1 .product-grid .product-desc .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-1 .product-grid .product-desc .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
.product-style-1 .product-grid .product-desc .action-item:not(.wishlist-btn) {
  display: none;
}
.product-style-1 .product-grid .product-desc .show-mobile {
  display: none;
}
.product-style-1 .product-grid .product-desc .hide-mobile {
  display: block;
}
.product-style-1 .product-grid .product-desc .product-action {
  display: none;
}
.product-style-1 .product-grid .product-desc .product-action .action-item.wishlist-btn a {
  color: #2c2c2c;
  border: 1px solid #ebeeee;
  padding: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}
.product-style-1 .product-grid .product-desc .product-action .action-item.wishlist-btn a:hover {
  color: #2c2c2c;
}
.product-style-1 .product-content .product-top .add-cart-btn {
  transform: translateY(-50px);
  transition: all 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product-style-1 .product-content .product-top .product-action .group-action .action-item {
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
.product-style-1 .product-content .product-top .product-action .group-action .action-item:first-child {
  transition: all 0.4s ease 0s;
}
.product-style-1 .product-content .product-top .product-action .group-action .action-item:nth-child(2) {
  transition: all 0.8s ease 0s;
}
.product-style-1 .product-content .product-top .product-action .group-action .action-item:nth-child(3) {
  transition: all 1s ease 0s;
}
.product-style-1 .product-content:hover .product-top .product-action .group-action .action-item,
.product-style-1 .product-content:hover .product-top .product-action .add-cart-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.show-add-to-cart-bottom .product-style-1 .product-content-info {
  padding-right: 0;
}

.product-style-1 .tooltip-custom,
.product-style-3 .tooltip-custom,
.product-style-2 .tooltip-custom,
.product-style-4 .product-top .tooltip-custom {
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  top: 50%;
  right: calc(100% + 10px);
}
.product-style-1 .tooltip-custom::after,
.product-style-3 .tooltip-custom::after,
.product-style-2 .tooltip-custom::after,
.product-style-4 .product-top .tooltip-custom::after {
  margin-top: -5px;
  border-color: transparent transparent transparent #2c2c2c;
  top: 50%;
  left: 100%;
  margin-left: 0;
}

div.woocommerce .product-style-3 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc,
div.woocommerce .product-style-4 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc {
  text-align: left;
  margin-top: 15px;
}
div.woocommerce .product-style-3 ul.products.columns-4:not(.product-list) li.product .product-action .group-action .action-item a.button:not(.compare) {
  font-size: 16px;
}

.product-style.product-style-3 .group-action, .product-style.product-style-4 .group-action {
  width: auto;
}

.product-style-3 .product-action .action-item .yith-wcwl-wishlistaddedbrowse.hide a,
.product-style-3 .product-action .action-item .yith-wcwl-wishlistexistsbrowse.show a {
  font-size: 16px;
}
.product-style-3 .product-content .product-top .product-action .group-action .action-item {
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
}
.product-style-3 .product-content .product-top .product-action .group-action .action-item:first-child {
  transition: all 0.3s ease 0s;
}
.product-style-3 .product-content .product-top .product-action .group-action .action-item:nth-child(2) {
  transition: all 0.6s ease 0s;
}
.product-style-3 .product-content .product-top .product-action .group-action .action-item:nth-child(3) {
  transition: all 0.9s ease 0s;
}
.product-style-3 .product-content:hover .product-top .product-action .group-action .action-item,
.product-style-3 .product-content:hover .product-top .product-action .add-cart-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-style-3 .show-attribute,
.product-style-3 .product-grid .shopswatchinput {
  display: none;
}
.product-style-3 .top-desc {
  padding-bottom: 0;
}
.product-style-3 .product-content .product-desc .product-price {
  order: 0;
  padding-top: 10px;
}
.product-style-3 .product-action .wishlist-btn:hover .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-3 .product-action .wishlist-btn:hover .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
.product-style-3 .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-3 .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
.product-style-3 .product-grid .product-top .product-action .group-action {
  left: auto;
  right: 8px;
  top: 10px;
  display: none;
  transform: none;
  bottom: auto;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item {
  display: flex;
  margin: 0 0 10px;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item a {
  height: 40px;
  width: 40px;
  color: #2c2c2c;
  background-color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #2c2c2c;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item a:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item a:hover:before {
  color: #fff;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item a i, .product-style-3 .product-grid .product-top .product-action .group-action .action-item a:before {
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item .yith-wcwl-wishlistaddedbrowse {
  display: flex;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: #2c2c2c;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
.product-style-3 .product-grid .product-top .product-action .group-action .action-item .yith-wcwl-add-button, .product-style-3 .product-grid .product-top .product-action .group-action .action-item .yith-wcwl-wishlistexistsbrowse {
  display: flex;
}
.product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  background: rgba(44, 44, 44, 0.8);
  text-align: center;
  letter-spacing: 0.1em;
  padding: 11px 15px;
}
.product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
  font-size: 18px;
  content: "\e94d";
  font-family: lusion;
  color: #fff;
  display: block;
  font-weight: 400;
}
.product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a span {
  display: none;
}

@media (min-width: 1025px) {
  .layout2_product_type_3 .product-grid .product-content:hover .product-top .action-item.add-cart {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.layout2_product_type_3 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  width: auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.layout2_product_type_3 .product-style-3 .product-grid .product-top .product-action .group-action .action-item a {
  color: #2c2c2c;
  height: auto;
  width: auto;
  border: none;
  background-color: transparent;
}
.layout2_product_type_3 .product-style-3 .product-grid .product-top .product-action .group-action .action-item a.button:not(.compare) {
  font-size: 18px !important;
}

.layout2_product_type_3 .product-action .compare-product a {
  font-size: 0;
}
.layout2_product_type_3 .product-action .compare-product a:before {
  font-size: 18px !important;
}

.layout2_product_type_3 .product-style-3 .product-grid .product-top .product-action .group-action {
  left: 27px;
  right: auto;
  top: 26px;
}
.layout2_product_type_3 .product-style-3 .tooltip-custom {
  right: auto;
  left: calc(100% + 10px);
}
.layout2_product_type_3 .product-style-3 .tooltip-custom:after {
  border-color: transparent #2c2c2c transparent transparent;
  top: 50%;
  right: 100%;
  left: auto;
}

.product-style-4 .show-attribute,
.product-style-4 .product-grid .shopswatchinput {
  display: none;
}
.product-style-4 .product-grid .product-top .product-action .group-action .action-item {
  transform: translateY(0);
}
.product-style-4 .product-content-info {
  position: static;
}
.product-style-4 .product-top {
  margin: -1px;
  margin-bottom: 0;
}
.product-style-4 .top-desc {
  padding-bottom: 0;
}
.product-style-4 .product-grid .product-content .product-desc {
  transition: all 0.3s;
}
.product-style-4 .product-grid .product-content .product-desc .product-price {
  order: 0;
  padding-top: 10px;
}
.product-style-4 .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-4 .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}

.apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action {
  display: inline-block;
  position: relative;
  margin: 30px 0 40px;
}
.apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action .add-cart {
  display: inline-block;
  margin: 0;
}
.apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action .group-action {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action .group-action {
    display: none;
  }
}
.apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action .action-item .add-cart-btn a {
  border: none;
  color: #fff;
  background-color: #000;
}
.apr-product.show-add-to-cart-bottom div.woocommerce .product-style-1 ul.products .product-content .product-desc .product-action .action-item .add-cart-btn a:hover {
  border: none;
}
.apr-product.show-add-to-cart-bottom .product-top .product-action .action-item.add-cart {
  display: none;
}
.apr-product.show-add-to-cart-bottom:not(.show-wishlist-not-full) div.woocommerce ul.products .product-content .product-desc .product-action .add-cart {
  width: 100%;
  text-align: center;
}
.apr-product.show-add-to-cart-bottom:not(.show-wishlist-not-full) div.woocommerce ul.products .product-content .product-desc .product-action .add-cart a {
  width: 100%;
  padding: 9px 35px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .apr-product.show-add-to-cart-bottom.hide-add-to-cart-bottom-on-table div.woocommerce ul.products .product-content .product-desc .product-action {
    display: none;
  }
}
@media (max-width: 767px) {
  .apr-product.show-add-to-cart-bottom.hide-add-to-cart-bottom-on-mobile div.woocommerce ul.products .product-content .product-desc .product-action {
    display: none;
  }
}

.apr-product.pagination_load_more nav.woocommerce-pagination {
  display: none;
}

.apr-product.pagination_number .woocommerce-pagination {
  display: block;
}

.apr-product .loadmore-product {
  text-align: center;
}
.apr-product .loadmore-product .view-more-button {
  background-color: #2c2c2c;
  color: #fff;
  border-color: #2c2c2c;
  font-size: 18px;
  padding: 13.5px 28px;
  letter-spacing: 0.05em;
}
.apr-product .loadmore-product .view-more-button:hover, .apr-product .loadmore-product .view-more-button:focus {
  background-color: #fff;
  color: #2c2c2c;
  border-color: #2c2c2c;
}
.apr-product .loadmore-product.hide-loadmore {
  display: none;
}

.product-style-5 .product-grid .product-top .product-action .group-action .action-item a {
  background-color: #fff;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
}
.product-style-5 .product-grid .product-top .product-action .group-action .action-item a.add_to_compare {
  font-size: 0;
}
.product-style-5 .product-grid .product-top .product-action .group-action .action-item a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.product-style-5 .product-grid .product-top .product-action .action-item .add-cart-btn a {
  background-color: #2c2c2c;
}
.product-style-5 .product-grid .product-top .product-action .action-item a {
  padding: 11px;
}
.product-style-5 .product-action .yith-wcwl-wishlistaddedbrowse a:before,
.product-style-5 .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #2c2c2c;
}
.product-style-5 .product-content .product-desc {
  margin-top: 0 !important;
}
.product-style-5 .product-grid .product-top {
  border: 1px solid #ebeeee;
}

.product-style-6 .product-content {
  position: relative;
  overflow: hidden;
}
.product-style-6 .show-attribute,
.product-style-6 .product-grid .shopswatchinput {
  display: none;
}
@media (min-width: 1025px) {
  .product-style-6 ul.products:not(.product-list):not(.columns-1) .product-desc {
    position: absolute;
    top: 0;
  }
}
.product-style-6 .product-desc .product-price .rating-product {
  display: none;
}
@media (min-width: 1025px) {
  .product-style-6 .product-grid .product-top .product-action .action-item.add-cart {
    bottom: -44px;
  }
}
.product-style-6 .product-grid .product-content:hover .product-top .action-item.add-cart {
  bottom: 0;
}

.apr-product .product-style-6 .slick-slider .slick-arrow.slick-next {
  right: 16px;
}
.apr-product .product-style-6 .slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
@media (max-width: 767px) {
  .apr-product .product-style-6 .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 21px);
  }
}
.apr-product .product-style-6 .slick-slider .slick-arrow:hover i {
  background: #2c2c2c;
  color: #fff;
}

div.woocommerce .product-style-6 ul.products.columns-4 li.product .price,
div.woocommerce .product-style-6 ul.products li.product .price {
  font-size: 18px;
}
div.woocommerce .product-style-6 ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin-bottom: 12px;
}
div.woocommerce .product-style-6 ul.products .product-content .product-desc {
  padding: 25px 0 0 30px;
  margin-top: 0;
}

.woocommerce .product-style.product-style-6 ul.products .product-content .product-desc {
  padding: 25px 0 0 30px;
  margin-top: 0;
}
.woocommerce .product-style.product-style-6 ul.products .product-content .product-desc .product-price {
  padding-top: 7px;
}
.woocommerce .product-style.product-style-6 ul.products li.product {
  margin-bottom: 30px;
}
.woocommerce .product-style.product-style-6 ul.products li.product .label-product {
  display: none;
}

.style-arrow-valentine .apr-product .slick-slider .slick-arrow {
  height: auto !important;
  top: -53px;
  right: 36px;
}
.style-arrow-valentine .apr-product .slick-slider .slick-arrow .theme-icon-left-arrow:before {
  content: "\e901";
}
.style-arrow-valentine .apr-product .slick-slider .slick-arrow .theme-icon-right-arrow:before {
  content: "\e904";
}
.style-arrow-valentine .apr-product .slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 60px;
}
@media (max-width: 767px) {
  .style-arrow-valentine .apr-product .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .style-arrow-valentine .apr-product .slick-slider .slick-dots {
    display: none !important;
  }
}
.style-arrow-valentine .apr-product .slick-slider ul.slick-dots {
  margin-top: 28px;
}
.style-arrow-valentine .apr-product .slick-slider ul.slick-dots li {
  margin-right: 16px;
}
.style-arrow-valentine .apr-product .slick-slider ul.slick-dots li.slick-active button, .style-arrow-valentine .apr-product .slick-slider ul.slick-dots li:hover button {
  background-color: var(--e-global-color-primary) !important;
}
.style-arrow-valentine .apr-product .slick-slider ul.slick-dots li.slick-active button:before, .style-arrow-valentine .apr-product .slick-slider ul.slick-dots li:hover button:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transparent-shopswatchinput .product-content-info {
  flex-direction: column;
  display: flex;
}
.transparent-shopswatchinput .product-content-info .product-price {
  margin-bottom: 3px;
  order: -1;
}
.transparent-shopswatchinput .shopswatchinput {
  background: none;
}

@media (min-width: 992px) {
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-top .product-action {
    top: auto;
    transform: none;
    bottom: 0;
  }
  .product-action-horizontal-bottom .product-style-2 .product-content:hover .product-action {
    bottom: 30px;
  }
}
@media (max-width: 1400px) {
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top {
    flex: 0 0 110px;
    max-width: 110px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc {
    max-width: calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    padding: 7px 0px 7px 20px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .woocommerce-loop-product__title {
    padding-bottom: 14px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .star-rating {
    margin-bottom: 20px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button {
    width: 38px;
    height: 38px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item {
    margin: 0 3px 0 0;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button {
    font-size: 0;
    width: 38px;
    height: 38px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.add_to_cart_button:before, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.yith-wcqv-button i, body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .button.add_to_compare i {
    font-size: 14px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist {
    width: 38px;
    height: 38px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist a {
    line-height: 38px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action .action-item .yith-wcwl-add-to-wishlist a i {
    line-height: 38px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .content-tab-product .woocommerce.columns-6 ul.products:not(.slick-slider) li.product {
    width: 33.3333333333% !important;
  }
  .product-style-4 .product-price .rating-product {
    display: none;
  }
  .product-style-4 .product-price .rating-product + .top-desc .price {
    padding-right: 0;
  }
  .product-style-4 .product-action .action-item .add-cart-btn a {
    padding: 0 !important;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
  }
  .product-style-4 .product-action .action-item .add-cart-btn a:before {
    content: "\e94d" !important;
    font-family: lusion;
    position: static;
    top: auto;
    transform: none !important;
    width: 40px !important;
    font-size: 16px;
  }
  .product-style-4 .product-action .action-item .add-cart-btn a span {
    display: none;
  }
  .product-style-4 .product-grid .product-content:hover .product-desc {
    padding: 0 20px;
  }
  .product-style-4 .product-grid .product-content .product-desc .product-action {
    padding: 25px 20px 30px 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top {
    flex: 0 0 100px;
    max-width: 100px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc {
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products.product-list li.product .price {
    font-size: 20px;
  }
  .product-top:hover img {
    transform: scale(1.1);
  }
  .product-top img {
    transition: all 0.6s ease;
  }
  .product-content {
    background: #fff;
  }
  .product-style-4 div.woocommerce ul.products li.product .price {
    font-size: 18px;
  }
  .product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
    content: none !important;
  }
  .product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a span {
    display: block;
  }
  .product-style-3 div.woocommerce ul.products li.product .price {
    font-size: 18px;
  }
  .product-action-horizontal-middle.middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .action-item {
    margin: 0 2px !important;
  }
  div.woocommerce .product-style-6 ul.products.columns-4 li.product .price,
div.woocommerce .product-style-6 ul.products li.product .price {
    font-size: 18px;
  }
  .product-style-6 .product-grid.columns-3 .product-price, .product-style-6 .product-grid.columns-4 .product-price {
    padding-top: 0;
  }
  .content-tab-product .woocommerce.columns-1 ul.products li.product {
    width: 100%;
  }
  .content-tab-product .woocommerce.columns-2 ul.products li.product {
    width: 50%;
  }
  .content-tab-product .woocommerce.columns-2 ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .content-tab-product .woocommerce.columns-3 ul.products li.product {
    width: 33.3333333333%;
  }
  .content-tab-product .woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
    clear: left;
  }
  .content-tab-product .woocommerce.columns-4 ul.products li.product {
    width: 25%;
  }
  .content-tab-product .woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .content-tab-product .woocommerce.columns-5 ul.products li.product {
    width: 20%;
  }
  .content-tab-product .woocommerce.columns-5 ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .content-tab-product .woocommerce.columns-6 ul.products li.product {
    width: 16.6666666667%;
  }
  .content-tab-product .woocommerce.columns-6 ul.products li.product:nth-child(6n+1) {
    clear: left;
  }
  .apr-product div.woocommerce div:not(.product-default):not(.product-style-2) ul.products:not(.product-list):not(.columns-1) .product-desc .product-action .action-item .add-cart-btn a {
    position: relative;
    z-index: 0;
  }
  .apr-product div.woocommerce div:not(.product-default):not(.product-style-2) ul.products:not(.product-list):not(.columns-1) .product-desc .product-action .action-item .add-cart-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c2c2c;
    width: 0;
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    transition: all ease 0.4s;
  }
  .apr-product div.woocommerce div:not(.product-default):not(.product-style-2) ul.products:not(.product-list):not(.columns-1) .product-desc .product-action .action-item .add-cart-btn a:hover:before {
    width: 100%;
  }
  .apr-product div.woocommerce div:not(.product-default):not(.product-style-2) ul.products:not(.product-list):not(.columns-1) .product-desc .product-action .action-item .add-cart-btn a:focus:before {
    width: 100%;
  }
  .product-grid .product-top .product-action .group-action {
    display: inline-block;
    text-align: center;
  }
  .product-style-5 .product-desc {
    transition: all 0.4s;
    border: 1px solid #f1f6f6;
    border-top: none;
    padding: 17px 30px 22px;
  }
  .product-style-5 .product-desc > .top-desc {
    display: block;
  }
  .product-style-5 .product-grid .product-top .product-action .group-action .action-item:last-child {
    margin-bottom: 0;
  }
  .product-style-5 .product-grid .product-desc .product-content-info {
    position: relative;
    padding-right: 30px;
  }
  .product-style-5 .product-grid .product-desc .product-action {
    bottom: 0;
    right: 0;
    top: auto;
    transition: all 0.4s;
  }
  .product-style-5 .product-grid .product-desc .product-action .action-item.wishlist-btn a {
    padding: 0;
    border: 0;
  }
  .product-style-5 .woocommerce-loop-product__title,
.product-style-5 .top-desc {
    transition: all 0.4s;
  }
  .product-style-5 .product-content {
    overflow: visible;
    background-color: #fff;
  }
  .product-style-5 .product-content:hover div.shopswatchinput {
    margin-top: 0;
    position: static;
  }
  .wishlist-position-top .product-style-1 .product-grid .product-desc .product-action {
    top: 0;
    bottom: auto;
    right: 1px;
  }
  .product-style-1 .product-content-info {
    padding-right: 50px;
  }
  .bold-title .list-cate-title {
    text-transform: uppercase;
  }
  .product-action-horizontal-bottom .product-style-2 .product-grid .product-content:hover .product-desc .product-action {
    display: none;
  }
  .show-attr .product-style-2 .product-grid .shopswatchinput {
    display: block;
  }
  .product-style-2 .product-grid .product-top .product-action {
    padding: 11.2px 2px;
  }
  .product-style-2 .product-grid .product-top > .wishlist-btn {
    bottom: 13px;
    right: 19px;
  }
  .product-action-horizontal-middle.wishlist--bottom .wishlist-btn .tooltip-custom, .product-action-horizontal-middle.wishlist--top .wishlist-btn .tooltip-custom {
    bottom: -6px;
    right: 25px;
    left: auto;
    transform: none;
  }
  .product-action-horizontal-middle.wishlist--bottom .wishlist-btn .tooltip-custom::after, .product-action-horizontal-middle.wishlist--top .wishlist-btn .tooltip-custom::after {
    border-color: transparent transparent transparent #2c2c2c;
    top: 50%;
    left: auto;
    right: -10px;
    margin-top: -5px;
  }
  .product-action-horizontal-middle.wishlist--bottom.middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-content-info {
    padding-right: 0;
  }
  .product-action-horizontal-middle.wishlist--top .product-style-2 .product-grid .product-top > .wishlist-btn {
    bottom: auto;
    top: 20px;
    right: 20px;
  }
  .product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .action-item.quick-view,
.product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .action-item.compare-product,
.product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart {
    display: none;
  }
  .product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-content-info {
    padding-right: 25px;
  }
  .product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-top > .wishlist-btn {
    bottom: -4px;
    right: 20px;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top > .wishlist-btn {
    bottom: -4px;
    display: block;
  }
  .product-action-horizontal-middle div.woocommerce .product-style-2 ul.products .product-content .product-desc {
    padding: 0 30px 24px 30px;
  }
  .product-action-horizontal-middle div.woocommerce .product-style-2 ul.products li.product .price {
    font-size: 18px;
  }
  .product-action-horizontal-middle div.woocommerce .product-style-2 ul.products li.product .price del span {
    font-size: 16px;
  }
  div.woocommerce .product-style-4 ul.products .product-content .product-top .product-action .add-cart {
    display: none;
  }
  .apr-product.product-default .slick-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .apr-product.product-default .slick-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .apr-product .product-style-1.show-add-to-cart-bottom div.woocommerce ul.products .product-content .product-desc {
    padding-right: 0;
  }
  .product-grid .product-top .product-action,
.product-style-1 .product-grid .product-top .product-action .group-action {
    display: block;
  }
  .product-style-1 .product-grid .product-desc .product-action {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .product-action-horizontal-middle.middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .action-item {
    margin: 0 1px !important;
  }
  .product-action-horizontal-middle.middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .action-item a {
    height: 38px;
    width: 38px;
  }
}
@media (min-width: 1367px) {
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li {
    display: list-item !important;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li.init {
    display: none !important;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:last-of-type:after {
    content: none;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul > span {
    display: none;
  }
}
@media (max-width: 1366px) {
  .product-box-filter-1366.apr-product-tab .product-tab-header ul {
    height: 44px;
    position: relative;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul .init > span.theme-icon-download {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-left: 1px #dbdede solid;
    color: #2c2c2c;
    font-size: 11px;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul .init > span.theme-icon-download.upload:before {
    content: "\e903";
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li {
    z-index: 2;
    width: 100%;
    line-height: 42px;
    padding: 0 29px;
    border: 0 !important;
    border-left: 1px #dbdede solid !important;
    border-right: 1px #dbdede solid !important;
    margin: 0 !important;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:not(.init).tab-item.item-current {
    background-color: #2c2c2c;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li span {
    color: #2c2c2c !important;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:last-of-type {
    border-bottom: 1px #dbdede solid !important;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:after {
    content: none;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li.init {
    border: 1px #dbdede solid !important;
    color: #2c2c2c;
    cursor: pointer;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:not(.init) {
    display: none;
    background: #fff;
  }
  .product-box-filter-1366.apr-product-tab .product-tab-header ul li:not(.init):hover {
    background-color: #2c2c2c;
  }
}
@media (max-width: 1024px) {
  div.woocommerce ul.products[class*=columns-] li.product {
    margin-bottom: 28px;
  }
  .product-style-3 .product-grid .product-top .product-action .group-action {
    display: none !important;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action {
    display: none;
  }
  .woocommerce .product-style.product-style-6 ul.products .product-content .product-desc {
    padding-left: 0;
    padding-bottom: 30px;
  }
  div.woocommerce .product-style-6 ul.products[class*=columns-] li.product,
body.woocommerce .product-style-6 ul.products[class*=columns-] li.product {
    margin-bottom: 0;
  }
  .product-style-6 .product-grid .product-content:hover .product-top .product-action .group-action {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .product-style-1 .product-grid .product-top .product-action .group-action,
.product-style-4 .product-grid .product-top .product-action .group-action,
.product-style-5 .product-grid .product-top .product-action .group-action {
    display: none;
  }
  .arrow_align_top.apr-product .slick-slider .slick-arrow i {
    top: 50% !important;
    margin-top: -32px;
  }
  .arrow_align_top.apr-product .slick-slider .slick-arrow.slick-next {
    right: 15px !important;
    left: auto !important;
  }
  .arrow_align_top.apr-product .slick-slider .slick-arrow.slick-prev {
    top: 0 !important;
    right: auto !important;
    left: 15px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .apr-product.product-default .slick-slider .slick-arrow.slick-next, .apr-product.product-default .slick-slider .slick-arrow.slick-prev {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-content-info {
    position: relative;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-action .group-action {
    display: none;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart .add-cart-btn a {
    border: none !important;
    background: none !important;
    color: #2c2c2c;
    padding: 0;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    content: "\e94d";
    font-family: "lusion" !important;
    font-size: 16px;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart .add-cart-btn a span {
    display: none;
  }
  .middle-has-wishlist .product-style-2 .product-grid .product-top .product-action .action-item a:before {
    top: 50%;
    right: 50%;
  }
}
@media (max-width: 1024px) {
  .sc-single-2 {
    background-image: none !important;
    background-color: #2c2c2c !important;
  }
}
@media (max-width: 1024px) {
  .apr-product.product-default .product-desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .product-style-5 .product-price .top-desc {
    display: none;
  }
}
@media (max-width: 1024px) {
  body.woocommerce .apr-product .title-list-product {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .product-style-2 .product-grid .product-top .product-action {
    bottom: -1px;
    top: auto;
    transform: none;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 !important;
  }
  .product-style-2 .product-grid .product-top .product-action .action-item .add-cart-btn a {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 38px;
  }
  .product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .product-style-2 .product-grid .product-top .product-action .add-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-top .product-action .action-item {
    margin: 0;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid li.product .woocommerce-loop-product__title {
    padding-right: 0;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-top .product-action {
    border: none;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-desc .product-action .wishlist-btn {
    display: none;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    display: block;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .group-action {
    display: none;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart {
    display: block;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart .add-cart-btn a {
    font-size: 0;
    padding: 0;
    border: 0;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    font-size: 18px;
    content: "\e94d";
    font-family: "lusion";
    color: #2c2c2c;
    display: block;
    font-weight: 400;
    position: static;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart {
    display: block;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart .add-cart-btn a {
    font-size: 0;
    padding: 0;
    border: 0;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    font-size: 18px;
    content: "\e94d";
    font-family: "lusion";
    color: #2c2c2c;
    display: block;
    font-weight: 400;
    position: static;
  }
  .product-action-horizontal-bottom .product-content-info {
    margin-right: 30px;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action {
    position: absolute;
    right: -22px;
    top: -8px;
    height: 20px;
    width: 20px;
    display: block;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .group-action {
    display: none;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart {
    display: block;
    margin: 0;
    position: static;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart .add-cart-btn a {
    font-size: 0;
    padding: 0;
    border: 0;
    position: static;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    font-size: 18px;
    content: "\e94d";
    font-family: "lusion";
    color: #2c2c2c;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 2px;
    right: 0;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart {
    display: block;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart .add-cart-btn a {
    font-size: 0;
    padding: 0;
    border: 0;
  }
  .product-action-horizontal-bottom .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    font-size: 18px;
    content: "\e94d";
    font-family: "lusion";
    color: #2c2c2c;
    display: block;
    font-weight: 400;
    position: static;
  }
}
@media (max-width: 1024px) {
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action {
    right: 0;
    width: auto;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item:not(.wishlist-btn) {
    margin: 0;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item.add-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .add-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .product-action-horizontal-middle .product-style-2 .product-content:hover .product-action {
    right: 0;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  div.woocommerce .product-style-4 ul.products .product-content .product-top .product-action .add-cart {
    display: none;
  }
  div.woocommerce .product-style-4 ul.products .product-content .product-top .product-action .group-action {
    display: block;
  }
  .col-tablet-3 div.woocommerce ul.products li.product {
    clear: none !important;
    width: 33.3333333333%;
  }
  .col-tablet-3 div.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: left !important;
  }
  .col-tablet-5 div.woocommerce ul.products li.product {
    width: 20%;
  }
  .col-tablet-5 div.woocommerce ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .col-tablet-5 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),
.col-tablet-5 div.woocommerce ul.products.columns-5 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  .col-tablet-2 div.woocommerce.columns-5 ul.products li.product:nth-child(3n+1) {
    clear: none;
  }
  .col-tablet-2 div.woocommerce ul.products li.product {
    width: 50%;
  }
  .col-tablet-2 div.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .col-tablet-2 div.woocommerce ul.products.columns-5 li.product:nth-child(3n+1),
.col-tablet-2 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  .col-tablet-2 div.woocommerce ul.products.columns-5 li.product:nth-child(5n+1) {
    clear: none;
  }
  .col-tablet-4 div.woocommerce ul.products li.product {
    width: 25%;
    clear: none;
  }
  .col-tablet-4 div.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .col-tablet-4 div.woocommerce ul.products.columns-5 li.product:nth-child(3n+1),
.col-tablet-4 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  body.woocommerce .apr-product .woocommerce.columns-1 ul.products.product-list.columns-1 .product-content .product-desc .star-rating {
    margin-bottom: 34px;
  }
  .product-style-1 .product-grid .product-top .product-action,
.product-style-5 .product-grid .product-top .product-action {
    width: auto;
    left: auto;
    right: 0;
    transform: none;
    top: auto;
    bottom: 0;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart,
.product-style-5 .product-grid .product-top .product-action .action-item.add-cart {
    display: inline-block;
    position: static;
    margin-right: 0;
    width: auto;
    float: right;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn,
.product-style-5 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn {
    height: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a,
.product-style-5 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a {
    display: block;
    height: 44px;
    width: 44px;
    padding: 0 !important;
    line-height: 44px !important;
    text-align: center;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a:before,
.product-style-5 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
    font-size: 16px;
    content: "\e94d" !important;
    font-family: lusion;
    font-weight: 400;
    transform: none;
    position: static;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a span,
.product-style-5 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a span {
    display: none;
  }
  .product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a {
    display: block;
    height: 40px;
    width: 40px;
  }
  .product-style-3 .product-grid .product-content .product-top .action-item.add-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: right;
  }
  .product-style-3 .product-grid .product-content .product-top .action-item.add-cart .add-cart-btn {
    float: right;
  }
  .product-style-6 .product-grid .product-top .product-action {
    width: auto;
    left: auto;
    right: 0;
    transform: none;
  }
  .product-style-6 .product-grid .product-top .product-action .group-action {
    display: none;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item.add-cart {
    display: inline-block;
    position: static;
    margin-right: 0;
    width: auto;
    float: right;
    opacity: 1;
    visibility: visible;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a {
    display: block;
    height: 44px;
    width: 44px;
    padding: 0 !important;
    line-height: 44px !important;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
    font-size: 16px;
    content: "\e94d" !important;
    font-family: lusion;
    font-weight: 400;
    transform: none;
    position: static;
    text-align: center;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item.add-cart .add-cart-btn a span {
    display: none;
  }
  .product-style-2 .product-grid .product-top .product-action .group-action {
    display: none !important;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a {
    height: 40px;
    width: 40px;
  }
  .hide-title-tablet .product-style-2 .product-content .product-desc .product-price {
    padding-top: 2px;
  }
  .apr-product .product-style-6 .slick-slider .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
    content: "\e94d";
  }
  .product-style-3 .product-grid .product-top .product-action .group-action {
    display: block;
  }
  .custom-slide-product .product-style-2 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc {
    max-height: 104px;
  }
  .product-style-default .product-grid .product-top .product-action .action-item .add-cart-btn a:before,
.product-style-6 .product-grid .product-top .product-action .action-item .add-cart-btn a::before {
    right: 30px;
    left: auto;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item .add-cart-btn a::before {
    transform: translate(0, -50%);
  }
  .product-grid .product-top .product-action .action-item .add-cart-btn a {
    text-align: left;
    font-size: 14px;
    padding: 19px 30px;
  }
  .product-grid .product-top .product-action .action-item .add-cart-btn a:before {
    content: "\e91d";
    font-family: lusion;
    font-size: 14px;
    color: #fff;
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
  .apr-product .slick-slider .slick-arrow {
    top: 0;
    bottom: auto;
    transform: none;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li {
    display: list-item !important;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li.init {
    display: none !important;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li:last-of-type:after {
    content: none;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul > span {
    display: none;
  }
  div.woocommerce .product-style-1 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc {
    text-align: center;
    margin-top: 26px;
  }
  .product-style-1 .slick-slider .slick-arrow i {
    background-color: #fff;
  }
  .product-style-1 .slick-slider .slick-arrow.slick-prev i {
    border-left: 1px solid #ebeeee;
  }
  .product-style-1 .slick-slider .slick-arrow.slick-next i {
    border-right-width: 1px;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-top > .wishlist-btn {
    display: none;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-top > .wishlist-btn {
    right: 20px;
    bottom: 13px;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-desc .product-action {
    display: block;
    height: 0;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-desc .product-action .quick-view,
.product-action-horizontal-bottom .product-style-2 ul.product-grid .product-desc .product-action .compare-product {
    display: none;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-desc .product-action .wishlist-btn {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 1;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid li.product .woocommerce-loop-product__title {
    padding-right: 20px;
  }
  .product-action-horizontal-bottom .product-style-2 ul.product-grid .product-top .product-action .group-action {
    display: flex;
  }
  .product-action-horizontal-middle div.woocommerce .product-style-2 ul.products .product-content .product-desc {
    margin-top: 24px;
  }
  .product-style-2 ul.products:not(.product-list):not(.columns-1) .product-content .product-desc {
    margin-top: 17px;
  }
  .product-style-2 .product-grid .product-top .product-action .group-action {
    display: inline-block;
  }
  .product-style-2 .product-content .product-desc .product-price {
    order: 0;
    padding-top: 7px;
  }
  .woocommerce .product-style.product-style-6 .columns-4.product-grid .product-top .product-action .action-item .add-cart-btn a {
    text-align: center;
    padding: 13px 15px;
  }
  .woocommerce .product-style.product-style-6 .columns-4.product-grid .product-top .product-action .action-item .add-cart-btn a:before {
    content: none;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action {
    display: flex;
    width: calc(100% + 2px);
    justify-content: space-between;
    padding: 25px 20px 30px 20px;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action .add-cart {
    display: inline-block;
    order: -1;
    margin: 0;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action .add-cart .add-cart-btn .button:before {
    content: none;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action .quick-view {
    display: none;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action .group-action .action-item a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f1f6f6;
    color: #2c2c2c;
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  .woocommerce .product-style.product-style-4 ul.products.product-grid .product-content .product-desc .product-action .group-action .action-item a:hover {
    background-color: #2c2c2c;
    color: #fff;
  }
  .woocommerce .product-style.product-style-4 .product-grid .product-content:hover .product-desc {
    padding: 0 20px;
  }
  div.woocommerce .product-style-4 ul.products .product-content .product-desc {
    text-align: left;
    margin-top: 25px;
  }
  div.woocommerce .product-style-4 ul.products li.product .star-rating {
    margin: 0;
    display: block;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action {
    display: flex;
    width: calc(100% + 2px);
    justify-content: space-between;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .add-cart {
    display: inline-block;
    order: -1;
    margin: 0;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .quick-view {
    display: none;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .yith-wcwl-add-to-wishlist i {
    line-height: 40px;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .group-action .action-item a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f1f6f6;
    color: #2c2c2c;
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .group-action .action-item a:hover {
    background-color: #2c2c2c;
    color: #fff;
  }
  div.woocommerce .product-style-4 ul.products.product-grid .product-content .product-desc .product-action .group-action .action-item a:hover:before {
    color: #fff;
  }
  .product-style-4 .show-attribute,
.product-style-4 .product-grid .shopswatchinput {
    display: none;
  }
  .product-style-4 .product-content {
    overflow: visible;
    border: 1px solid transparent;
    border-bottom: 0;
  }
  .product-style-4 .product-content .product-desc {
    transition: all 0.3s;
    background-color: #fff;
  }
  .product-style-4 .product-content .product-desc .product-price {
    order: 0;
  }
  .product-style-4 .product-content .product-desc .compare-product {
    margin-left: 10px;
  }
  .product-style-4 .product-top {
    margin: -1px;
    margin-bottom: 0;
  }
  .product-style-4 .product-top .product-action .group-action {
    top: auto;
    bottom: 0;
    left: auto;
    right: -50px;
    transform: none;
  }
  .product-style-4 .product-grid .product-content .product-desc .product-action {
    display: block;
    position: absolute;
    top: 50%;
    transition-duration: 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0, 0);
    opacity: 0;
    z-index: 1;
    left: -1px;
    padding: 25px 30px 30px 30px;
    border: 1px solid #f1f6f6;
    right: 0px;
    background: #fff;
    border: 1px solid #f1f6f6;
    transition: all 0.3s;
    border-top: 0;
  }
  .product-style-4 .product-grid .product-content:hover {
    border-color: #f1f6f6;
  }
  .product-style-4 .product-grid .product-content:hover .product-desc .product-action {
    opacity: 1;
    top: 100%;
  }
  .product-style-4 .product-grid .product-content:hover .product-desc {
    padding: 0 30px;
  }
  .product-style-4 .product-grid .product-content:hover .product-price .rating-product {
    opacity: 1;
  }
  .product-style-4 .product-grid .product-content:hover .product-top .product-action .group-action {
    left: auto;
    right: 0;
    bottom: 0;
  }
  .product-style-4 .product-grid .product-content .product-top .group-action .action-item:not(.quick-view) {
    display: none;
  }
  .product-style-4 .product-grid .product-content .product-top .group-action .action-item {
    margin: 0;
  }
  .product-style-4 .product-grid .product-content .product-top .group-action .action-item a {
    height: 40px;
    width: 40px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
  }
  .product-style-4 .top-desc {
    padding-bottom: 0;
  }
  .product-style-4 .product-price {
    position: relative;
    padding-top: 14px;
  }
  .product-style-4 .product-price .rating-product {
    display: block;
    position: absolute;
    right: 0;
    opacity: 0;
    bottom: 5px;
  }
  .product-style-4 .product-price .rating-product .woocommerce-review-link {
    display: none;
  }
  .product-style-4 .product-price .rating-product + .top-desc .price {
    padding-right: 90px;
  }
  .product-style-4 .product-action .action-item .add-cart-btn a {
    background-color: #2c2c2c;
    color: #fff;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 31px;
  }
  .product-style-4 .product-action .action-item .add-cart-btn a:hover {
    background-color: #2c2c2c;
    color: #fff;
  }
  .product-style-4 .product-action .group-action {
    display: flex;
  }
}
@media (max-width: 767px) {
  .label-product {
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 1px 10px;
    line-height: normal;
  }
  .product-valentine span.label-product.on-sale {
    right: 10px;
    top: 10px;
    font-size: 12px;
    line-height: normal;
    padding: 1px 10px;
  }
  .hide-title-product .woocommerce-loop-product__title {
    display: none;
  }
  .product-style-4 .product-grid .product-content .product-top .add-cart {
    display: block;
  }
  .product-style-3 .product-grid .product-top .product-action .action-item .add-cart-btn a {
    width: 40px;
    padding: 0 !important;
    text-align: center !important;
    height: 40px;
    line-height: 40px;
  }
  .custom-slide-product .apr-product .slick-slider .slick-arrow {
    display: none !important;
  }
  .custom-slide-product .apr-product .slick-slider ul.slick-dots {
    display: block !important;
  }
  .custom-slide-product .apr-product .slick-slider .slick-list {
    padding-bottom: 0;
  }
  .product-style-6 .product-grid .product-top .product-action .action-item .add-cart-btn a span {
    display: none;
  }
  .apr-product .product-style-6 .slick-slider .slick-list {
    padding-bottom: 39px;
  }
  .apr-product .product-style-6 .slick-slider .slick-arrow {
    bottom: 0;
  }
  .apr-product .product-style-6 .slick-slider .slick-arrow:hover {
    background-color: #2c2c2c;
  }
  .product-grid .product-content .product-top .action-item.add-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: right;
  }
  .product-grid .product-content .product-top .action-item.add-cart a {
    width: auto;
  }
  .col-mobile-2 div.woocommerce ul.products li.product {
    clear: none !important;
    width: 50%;
  }
  .col-mobile-2 div.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left !important;
  }
  .col-mobile-2 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  .col-mobile-1 div.woocommerce ul.products li.product {
    width: 100%;
  }
  .col-mobile-1 div.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left !important;
  }
  .col-mobile-3 div.woocommerce ul.products li.product {
    width: 33.3333333333%;
    clear: none;
  }
  .col-mobile-3 div.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: left !important;
  }
  .col-mobile-5 div.woocommerce ul.products li.product {
    width: 20%;
    clear: none;
  }
  .col-mobile-5 div.woocommerce ul.products li.product:nth-child(5n+1) {
    clear: left;
  }
  .col-mobile-5 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),
.col-mobile-5 div.woocommerce ul.products.columns-5 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  .col-mobile-4 div.woocommerce ul.products li.product {
    width: 25%;
    clear: none;
  }
  .col-mobile-4 div.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: left;
  }
  .col-mobile-4 div.woocommerce ul.products.columns-5 li.product:nth-child(3n+1),
.col-mobile-4 div.woocommerce ul.products.columns-3 li.product:nth-child(3n+1) {
    clear: none !important;
  }
  .product-action-horizontal-middle .product-style-2 .product-grid .product-top .product-action .action-item a::before {
    position: static;
    transform: none;
  }
  .product-action-horizontal-bottom div.woocommerce .product-style-2 ul.products .product-content .product-desc .product-action .add-cart .add-cart-btn a:before {
    top: 4px;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul {
    height: 44px;
    position: relative;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul .init > span.theme-icon-download {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    color: #3e434e;
    font-size: 11px;
    z-index: 2;
    padding-right: 15px;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul .init > span.theme-icon-download.upload:before {
    content: "\e903";
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li {
    z-index: 2;
    width: 100%;
    line-height: 42px;
    padding: 0 15px;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.01em;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li:not(.init).tab-item.item-current {
    background-color: #15171d;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li span {
    color: #3e434e;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li:after {
    content: none;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li.init {
    color: #3e434e;
    cursor: pointer;
    background: #15171d;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li:not(.init) {
    display: none;
    background: #fff;
  }
  .product-box-filter-767.apr-product-tab .product-tab-header ul li:not(.init):hover {
    background-color: #15171d;
  }
  .scroll-loader .lds-ellipsis {
    bottom: 0;
  }
  .hide-arrow-sc-product .product-detail.single_1 .summary {
    padding-top: 42px;
  }
  .single-style-1 .btn-next {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(calc(-50% + 21.5px));
  }
  .single-style-1 .btn-prev {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(calc(-50% - 21.5px));
  }
  .restyle-mobile {
    background-image: none !important;
  }
  body.woocommerce .apr-product .title-list-product {
    font-size: 30px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 li.product {
    margin-bottom: 24px !important;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top {
    flex: 0 0 119px;
    max-width: 119px;
    position: relative;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action .action-item {
    margin: 0;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action .action-item .button {
    font-size: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    vertical-align: bottom;
    background-color: #bdab98;
    border-color: #bdab98;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action .action-item .button.add_to_cart_button:before {
    left: 50%;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    content: "\e94d";
    font-family: lusion;
    right: auto;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action .action-item .button:hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-top .product-action .group-action {
    display: none;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc {
    max-width: calc(100% - 119px);
    flex: 0 0 calc(100% - 119px);
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-action {
    display: none;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .product-price .top-desc {
    position: unset;
    padding-bottom: 14px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .star-rating {
    margin-bottom: 23px;
  }
  body.woocommerce .apr-product .woocommerce ul.products.product-list.columns-1 .product-content .product-desc .woocommerce-loop-product__title {
    padding-bottom: 13px;
  }
  body.woocommerce .apr-product.active .title-list-product i:before {
    content: "\e903";
  }
  body.woocommerce .apr-product .slick-slider .slick-arrow {
    height: auto !important;
    bottom: -15px;
  }
  body.woocommerce .apr-product .product-style-1 .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 22px) !important;
  }
  .product-style-1 .product-grid .product-top .product-action {
    right: 0;
    top: auto;
    bottom: 0;
  }
  .product-style-1 .product-grid .product-top .product-action .action-item.add-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    margin-bottom: 0;
  }
  .product-style-1 .product-content .product-top .add-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media (max-width: 480px) {
  .product-action-horizontal-bottom .woocommerce .product-style-2 ul.products li.product .price ins {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-sale-wapper div.woocommerce ul.products .product-content .product-desc {
    margin-top: 13px;
  }
  .popup-sale-wapper .apr-product .slick-slider .slick-list {
    padding-bottom: 70px;
  }
}
@media (min-width: 1025px) {
  .product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .action-item.compare-product,
.product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .action-item.quick-view,
.product-action-horizontal-middle.wishlist--bottom .product-style-2 .product-grid .product-content .product-desc .product-action .add-cart {
    display: none;
  }
}
.product-style-8 .product-price .rating-product,
.product-style-8 .product-top .product-action .add-cart {
  display: none !important;
}
.product-style-8 .product-action-8 {
  display: flex;
  margin: 0 -5px;
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .product-style-8 .product-action-8 {
    flex-wrap: wrap;
  }
}
.product-style-8 .product-action-8 a {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  text-align: center;
  width: 50%;
  margin: 0 5px;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .product-style-8 .product-action-8 a {
    font-size: 16px;
    line-height: 19px;
    padding: 19.5px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .product-style-8 .product-action-8 a {
    width: 100%;
  }
  .product-style-8 .product-action-8 a:not(:last-child) {
    margin-bottom: 10px;
  }
}
.product-style-8 .product-action-8 a:hover {
  color: #ffffff;
  background: #2c2c2c;
}
.product-style-8 .product-action-8 a.add-to-cart {
  color: #ffffff;
  background: #2c2c2c;
}
.product-style-8 .product-action-8 a.add-to-cart:hover {
  color: #2c2c2c;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .product-style-8 .product-action--8 {
    position: absolute;
    top: 88%;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0, 0);
    opacity: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.3s;
    padding: 0 30px 44px;
    border: 1px solid #f1f6f6;
    margin: 0 -1px;
    border-top: 0;
    visibility: hidden;
  }
  .product-style-8:hover .product-action--8 {
    opacity: 1;
    top: 96%;
    visibility: visible;
  }
}
.product-style-8 .product-content-info > .rating-product {
  display: block;
}
.product-style-8 .product-content-info > .rating-product .star-rating {
  margin-top: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .col-tablet-2 div.woocommerce ul.products li.product {
    width: 50%;
  }
}