.htmove-product-grid{
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.htmove-product-grid li{
  margin: 0;
  padding: 0;
}

.htmove-product {
  position: relative;
}

.htmove-product .htmove-product-thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.htmove-product .htmove-product-thumbnail .htmove-product-badges {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  display: block;
}

.htmove-product .htmove-product-thumbnail .htmove-product-badges .htmove-product-badge {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 5px 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 4px;
}

.htmove-product .htmove-product-thumbnail .htmove-product-badges .htmove-product-badge + .htmove-product-badge {
  margin-top: 10px;
}

.htmove-product .htmove-product-thumbnail .htmove-product-badges .htmove-product-badge-sale {
  background-color: #57E6A8;
}

.htmove-product .htmove-product-thumbnail .htmove-product-badges .htmove-product-badge-hot {
  background-color: #E50043;
}

.htmove-product .htmove-product-thumbnail .htmove-product-image {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.htmove-product .htmove-product-thumbnail .htmove-product-image img {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.htmove-product .htmove-product-thumbnail .htmove-product-action {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action li + li {
  margin-top: 12px;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action li .htmove-product-action-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 4px;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action li .htmove-product-action-btn i {
  font-size: 16px;
  margin: 0;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 20px;
  margin: 0;
  left: 12px;
}
.htmove-product .htmove-product-thumbnail .htmove-product-action .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{
  display: block !important;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare.added,.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare{
  text-indent: -9999999px;
  font-size: 0;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare::before {
    content: "\f0ec";
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family: "FontAwesome";
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn.compare.added::before {
  content: "\f00c";
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-primary li .htmove-product-action-btn:hover {
  color: #FFFFFF;
  background-color: #333333;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-light li .htmove-product-action-btn {
  color: #1D39D7;
  background-color: #FFFFFF;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-light li .htmove-product-action-btn:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-light-2 li .htmove-product-action-btn {
  color: #333333;
  background-color: #FFFFFF;
}

.htmove-product .htmove-product-thumbnail .htmove-product-action-light-2 li .htmove-product-action-btn:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product .htmove-product-content {
  margin-top: 22px;
}

.htmove-product .htmove-product-content .htmove-product-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 9px;
  padding-left: 0;
  list-style: none;
}

.htmove-product .htmove-product-content .htmove-product-categories li {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  color: #999999;
}

.htmove-product .htmove-product-content .htmove-product-categories li::after {
  content: ",";
}

.htmove-product .htmove-product-content .htmove-product-categories li:last-child {
  margin-right: 0;
}

.htmove-product .htmove-product-content .htmove-product-categories li:last-child::after {
  display: none;
}

.htmove-product .htmove-product-content .htmove-product-categories li a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #999999;
}

.htmove-product .htmove-product-content .htmove-product-categories li a:hover {
  color: #1D39D7;
}

.htmove-product .htmove-product-content .htmove-product-heading {
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
}

.htmove-product .htmove-product-content .htmove-product-heading .htmove-product-title {
  line-height: 1.25;
  display: block;
  text-decoration: none;
  color: #333333;
}

.htmove-product .htmove-product-content .htmove-product-rattings {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  white-space: nowrap;
}

.htmove-product .htmove-product-content .htmove-product-rattings .htmove-product-ratting {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFAF28;
}

.htmove-product .htmove-product-content .htmove-product-rattings .htmove-product-ratting::before {
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  content: "    ";
}

.htmove-product .htmove-product-content .htmove-product-rattings .htmove-product-ratting .htmove-product-star {
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
}

.htmove-product .htmove-product-content .htmove-product-rattings .htmove-product-ratting .htmove-product-star::before {
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  content: "    ";
}

.htmove-product .htmove-product-content .htmove-product-prices {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #999999;
}

.htmove-product .htmove-product-content .htmove-product-prices ins{
  background: transparent;
}

.htmove-product .htmove-product-content .htmove-product-prices .htmove-product-price-old,.htmove-product .htmove-product-content .htmove-product-prices del span.woocommerce-Price-amount {
  margin-right: 9px;
  text-decoration: line-through;
}

.htmove-product .htmove-product-content .htmove-product-prices .htmove-product-price-new,.htmove-product .htmove-product-content .htmove-product-prices span.woocommerce-Price-amount {
  color: #333333;
}

.htmove-product:hover .htmove-product-thumbnail .htmove-product-action {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart {
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  text-decoration: none;
  opacity: 0;
  color: #1D39D7;
}

.htmove-product .htmove-product-content .htmove-product-heading .added_to_cart{
  color: #1D39D7;
}

.htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
  font-size: 16px;
}

.htmove-button-icon-right .htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
  margin-left: 10px;
}

.htmove-button-icon-left .htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
  margin-right: 10px;
}

.htmove-product-one .htmove-product-content .htmove-product-heading .htmove-product-addtocart.loading{
  padding-right: 25px;
}

.htmove-product .htmove-product-content .htmove-product-heading .htmove-product-addtocart.loading::after,.htmove-product .htmove-product-thumbnail  .htmove-product-addtocart.loading::after{
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.htmove-product-two .htmove-product-content .htmove-product-heading .htmove-product-addtocart.loading::after{
  top: 15px;
  right: 15px;
}
.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart.loading::after,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart.loading::after{
  top: 10px;
  right: 10px;
}

.htmove-product-one:hover .htmove-product-content .htmove-product-heading .htmove-product-title {
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.htmove-product-one:hover .htmove-product-content .htmove-product-heading .htmove-product-addtocart {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.htmove-product-two {
  overflow: hidden;
  border-radius: 4px;
}

.htmove-product-two::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #000000, transparent);
  background-image: -o-linear-gradient(bottom, #000000, transparent);
  background-image: linear-gradient(to top, #000000, transparent);
}

.htmove-product-two .htmove-product-content {
  position: absolute;
  z-index: 11;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding-bottom: 75px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(75px);
      -ms-transform: translateY(75px);
          transform: translateY(75px);
}

.htmove-product-two .htmove-product-content .htmove-product-categories li {
  color: #FFFFFF;
}

.htmove-product-two .htmove-product-content .htmove-product-categories li a {
  color: #FFFFFF;
}

.htmove-product-two .htmove-product-content .htmove-product-categories li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.htmove-product-two .htmove-product-content .htmove-product-heading {
  position: static;
}

.htmove-product-two .htmove-product-content .htmove-product-heading .htmove-product-title {
  color: #FFFFFF;
}
.htmove-product-two .htmove-product-content .htmove-product-heading .added_to_cart,.htmove-product-three .htmove-product-thumbnail .added_to_cart,.htmove-product-five .htmove-product-thumbnail .added_to_cart{
  padding: 0;
}
.htmove-product-two .htmove-product-content .htmove-product-heading .htmove-product-addtocart,.htmove-product-two .htmove-product-content .htmove-product-heading .added_to_cart {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  text-decoration: none;
  color: #333333;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.htmove-product-two .htmove-product-content .htmove-product-heading .htmove-product-addtocart i {
  font-size: 16px;
  margin-right: 4px;
}

.htmove-product-two .htmove-product-content .htmove-product-heading .htmove-product-addtocart:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product-two .htmove-product-content .htmove-product-prices {
  color: #FFFFFF;
}

.htmove-product-two .htmove-product-content .htmove-product-prices .htmove-product-price-old {
  opacity: 0.75;
}

.htmove-product-two .htmove-product-content .htmove-product-prices .htmove-product-price-new {
  color: #FFFFFF;
}

.htmove-product-two:hover .htmove-product-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.htmove-product-three {
  overflow: hidden;
}

.htmove-product-three .htmove-product-thumbnail {
  overflow: hidden;
}

.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three .htmove-product-thumbnail .added_to_cart,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-five .htmove-product-thumbnail .added_to_cart {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  text-decoration: none;
  opacity: 0;
  color: #333333;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart i,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart i {
  font-size: 16px;
  margin-right: 4px;
}

.htmove-product-three .htmove-product-thumbnail .htmove-product-addtocart:hover,.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product-three .htmove-product-content {
  margin-top: 30px;
  text-align: center;
}

.htmove-product-three .htmove-product-content .htmove-product-heading {
  margin-bottom: 13px;
}

.htmove-product-three .htmove-product-content .htmove-product-prices {
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}

.htmove-product-three:hover .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-three:hover .htmove-product-thumbnail .added_to_cart,.htmove-product-five:hover .htmove-product-thumbnail .htmove-product-addtocart,.htmove-product-five:hover .htmove-product-thumbnail .added_to_cart {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.htmove-product-three .htmove-product-content .htmove-product-categories,.htmove-product-three .htmove-product-content .htmove-product-rattings{
  -webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.htmove-product-four {
  overflow: visible;
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.htmove-product-four .htmove-product-thumbnail {
  overflow: hidden;
  border-radius: 4px;
}

.htmove-product-four .htmove-product-content {
  position: relative;
  margin-top: 20px;
}

.htmove-product-four .htmove-product-content .htmove-product-category-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-category {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  color: #999999;
}

.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-category:hover {
  color: #1D39D7;
}

.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-badge {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 0 11px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}

.htmove-product-four .htmove-product-content .htmove-product-category-badge .htmove-product-badge-sale {
  color: #FFFFFF;
  background-color: #57E6A8;
}

.htmove-product-four .htmove-product-content .htmove-product-heading .htmove-product-title:hover {
  color: #1D39D7;
}

.htmove-product-four .htmove-product-content .htmove-product-action {
  position: absolute;
  z-index: 99;
  right: -21px;
  bottom: 0;
  bottom: -20px;
  left: -21px;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border: 1px solid #E6E6E6;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #FFFFFF;
}

.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart,.htmove-product-four .htmove-product-content .htmove-product-action .added_to_cart {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  margin: 4px 20px 20px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #1D39D7;
  position: relative;
}
.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart.added{
  display: none;
}
.htmove-product-four .htmove-product-content .htmove-product-action .added_to_cart{
  padding-top: 0;
  bottom: 19px;
  position: absolute;
  width: 90%;
  margin: 0;
  left: 15px;
}

.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart.loading::after{
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart i {
  font-size: 16px;
  margin-right: 4px;
}

.htmove-product-four .htmove-product-content .htmove-product-action .htmove-product-addtocart:hover {
  background-color: #1a33c1;
}

.htmove-product-four:hover .htmove-product-content .htmove-product-action {
  visibility: visible;
  height: 72px;
}

.htmove-product-five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.htmove-product-five .htmove-product-thumbnail {
  overflow: hidden;
  width: calc(50% - 30px);
  margin: 0 15px;
}

.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 11;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  text-decoration: none;
  opacity: 0;
  color: #333333;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart i {
  font-size: 16px;
  margin-right: 4px;
}

.htmove-product-five .htmove-product-thumbnail .htmove-product-addtocart:hover {
  color: #FFFFFF;
  background-color: #1D39D7;
}

.htmove-product-five .htmove-product-content {
  width: calc(50% - 30px);
  margin: 0 15px;
  text-align: center;
}

.htmove-product-five .htmove-product-content .htmove-product-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 5px 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 4px;
}

.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge + .htmove-product-badge {
  margin-top: 10px;
}

.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge-sale {
  background-color: #57E6A8;
}

.htmove-product-five .htmove-product-content .htmove-product-badges .htmove-product-badge-hot {
  background-color: #E50043;
}

.htmove-product-five .htmove-product-content .htmove-product-categories {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.htmove-product-five .htmove-product-content .htmove-product-heading {
  margin-bottom: 13px;
}

.htmove-product-five .htmove-product-content .htmove-product-rattings {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.htmove-product-five .htmove-product-content .htmove-product-prices {
  font-family: "Space Grotesk";
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}

.htmove-product-five .htmove-product-content .htmove-product-prices .htmove-product-price-old {
  opacity: 0.5;
}

.htmove-product-five:hover .htmove-product-thumbnail .htmove-product-addtocart {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .htmove-product-five {
    margin: 0 -10px;
  }
  .htmove-product-five .htmove-product-thumbnail {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .htmove-product-five .htmove-product-content {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .htmove-product-five .htmove-product-content .htmove-product-prices {
    font-size: 16px;
  }
}

.htmove-content-align-left .htmove-product-five .htmove-product-content .htmove-product-categories,.htmove-content-align-left .htmove-product-five .htmove-product-content .htmove-product-prices {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.htmove-content-align-right .htmove-product-five .htmove-product-content .htmove-product-categories,.htmove-content-align-right .htmove-product-five .htmove-product-content .htmove-product-prices {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}


/* Quick View CSS */
.htmove-quick-view-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 17px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.htmove-quick-view-modal .htmove-modal-dialog {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto !important;
  padding: 30px 0;
}

.htmove-quick-view-modal .htmove-modal-dialog .htmove-modal-content {
  position: relative;
  padding: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.htmove-quick-view-modal .htmove-modal-dialog .htmove-modal-content .htmove-modal-close {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
  border: none;
  background-color: transparent;
  color:rgba(0, 0, 0, 0.8);
}

.htmove-quick-view-modal .htmove-modal-dialog .htmove-modal-content .htmove-modal-close:focus {
  outline: none;
}

@media only screen and (min-width: 992px) {
  .htmove-quick-view-modal .htmove-modal-dialog .htmove-modal-content .htmove-product-summery {
    position: absolute;
    right: 15px;
    left: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
}

.htmove-quick-view-modal.htmovequickview-open {
  visibility: visible !important;;
  opacity: 1 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.htmove-quick-view-modal.htmovequickview-open .htmove-modal-dialog .htmove-modal-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 479px) {
  .htmove-quick-view-modal .htmove-modal-dialog .htmove-modal-content {
    padding: 20px;
  }
}

.htmove-modal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.htmove-modal-row .htmove-modal-col {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htmove-modal-row .htmove-modal-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Product Image */
.product-images {
  position: relative;
}

.product-images img {
  width: 100%;
}

.product-gallery-slider {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.product-gallery-slider .slick-list {
  margin: 0;
}

.product-gallery-slider:hover .slick-arrow {
  opacity: 1;
}

.product-gallery-slider:hover .slick-arrow.slick-prev {
  left: 0;
}

.product-gallery-slider:hover .slick-arrow.slick-next {
  right: 0;
}

.product-gallery-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: #999999;
  border: none;
  background-color: transparent;
}

.product-gallery-slider .slick-arrow:focus {
  outline: none;
}

.product-gallery-slider .slick-arrow i {
  font-size: 36px;
  line-height: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-gallery-slider .slick-arrow.slick-prev {
  right: auto;
  left: -40px;
}

.product-gallery-slider .slick-arrow.slick-next {
  right: -40px;
  left: auto;
}

.product-gallery-slider .slick-arrow:hover {
  color: #333333;
}

.product-gallery-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 18px;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.product-gallery-slider .slick-dots li {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-gallery-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-indent: -9999px;
  opacity: 0.2;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #1F1F1F;
}

.product-gallery-slider .slick-dots li button:focus {
  outline: none;
}

.product-gallery-slider .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  opacity: 1;
  border-color: #333333;
  background-color: transparent;
}

/* Product Summery */
.htmove-product-summery {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}

.htmove-product-summery.htmove-custom-scroll {
  position: relative;
}

.htmove-product-summery.htmove-custom-scroll.ps .ps__rail-y {
  display: block;
  width: 4px;
  opacity: 1;
  background-color: transparent;
}

.htmove-product-summery.htmove-custom-scroll.ps .ps__rail-y .ps__thumb-y {
  right: 0;
  width: 4px;
  background-color: #E6E6E6;
}

.htmove-product-summery.htmove-custom-scroll.ps .ps__rail-y:hover {
  background-color: transparent;
}

.htmove-product-summery .product-ratings {
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 13px 0;
}

.htmove-product-summery .product-ratings .star-rating {
  font-size: 12px;
  position: relative;
  display: block;
  margin-right: 10px;
}

.htmove-product-summery .woocommerce-product-rating .star-rating::before {
  color: #F5CC26;
}

.htmove-product-summery .woocommerce-product-rating .star-rating span::before {
  color: #F5CC26;
}

.htmove-product-summery .product-ratings .review-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #999999;
}

.htmove-product-summery .product-ratings .review-link:hover {
  color: #333333;
}

.htmove-product-summery .product-title {
  font-family: "Space Grotesk";
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1675;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .htmove-product-summery .product-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .htmove-product-summery .product-title {
    font-size: 28px;
  }
}

.htmove-product-summery .product-price {
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.175;
  display: block;
  margin-bottom: 25px;
  color: #333333;
}

@media only screen and (max-width: 575px) {
  .htmove-product-summery .product-price {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .htmove-product-summery .product-price {
    font-size: 18px;
  }
}

.htmove-product-summery .product-description {
  margin-bottom: 45px;
}

.htmove-product-summery .product-description p {
  font-family: "Inter", sans-serif;
  line-height: 1.565;
}

.htmove-product-summery .product-variations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.htmove-product-summery .product-buttons .variations .label label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}

.htmove-product-summery .product-buttons table.variations tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.htmove-product-summery .product-buttons .variations select {
  height: 40px;
  padding: 0 5px;
  padding-right: 15px;
  text-transform: capitalize;
  border: 1px solid #DDDDDD;
  background-image: url(../../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.htmove-product-summery .product-buttons .variations select option {
  font-size: 13px;
  padding: 0 15px;
}

.htmove-product-summery .quantity .qty{
  height: 48px;
}

.htmove-product-summery .product-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

.htmove-product-summery .product-buttons form{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
}

.htmove-product-summery .product-buttons .single_add_to_cart_button {
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 0 20px;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 1px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1D39D7 !important;
}

.htmove-product-summery .product-buttons .single_add_to_cart_button i:not(:last-child) {
  margin-right: 10px;
}

.htmove-product-summery .product-buttons .single_add_to_cart_button:hover {
  background-color: #172daa !important;
}

@media only screen and (max-width: 479px) {
  .htmove-product-summery .product-buttons .product-btn-cart {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}

.htmove-product-summery .product-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
}

.htmove-product-summery .product-meta .label span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}

.htmove-product-summery .product-meta table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.htmove-product-summery .product-meta table tbody tr td.label {
  width: 160px;
  padding-right: 40px;
}

@media only screen and (max-width: 575px) {
  .htmove-product-summery .product-meta table tbody tr td.label {
    width: 120px;
  }
}

.htmove-product-summery .product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.htmove-product-summery .product-category li {
  font-size: 16px;
}

.htmove-product-summery .product-category li:not(:last-child)::after {
  margin-right: 6px;
  content: ",";
}

.htmove-product-summery .product-category li a {
  color: #999999;
}

.htmove-product-summery .product-category li a:hover {
  color: #333333;
}

.htmove-product-summery .product-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.htmove-product-summery .product-tags li {
  font-size: 16px;
}

.htmove-product-summery .product-tags li:not(:last-child)::after {
  margin-right: 6px;
  content: ",";
}

.htmove-product-summery .product-tags li a {
  color: #999999;
}

.htmove-product-summery .product-tags li a:hover {
  color: #333333;
}

/* Quickview Loader */
.htmoveds-css{
  display: flex;
  justify-content: center;
}
@keyframes htmoveds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes htmoveds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.htmoveds-ripple {
  position: relative;
}
.htmoveds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: htmoveds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: htmoveds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.htmoveds-ripple div:nth-child(1) {
  border-color: #51CACC;
}
.htmoveds-ripple div:nth-child(2) {
  border-color: #9DF871;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.htmoveds-ripple {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}