.easyel-woocommerce-product-grid ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
}

.easyel-single-shopping-card-one.deals-of-day {
  background: #fff;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  position: relative;
  padding: 15px;
  height: 100%;
}

.easyel-single-shopping-card-one.deals-of-day .easyel-onsale-offer span {
  display: block;
  position: absolute;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #ff2a13;
  z-index: 10;
  top: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 !important;
  min-height: 20px;
}

.easyel-woocommerce-product-list ul.products {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: var(--easyel-column-gap, 15px);
  position: relative;
}
.easyel-woocommerce-product-list ul.products::before {
  display: none;
}
.easyel-woocommerce-product-list ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}
.easyel-woocommerce-product-list ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.easyel-woocommerce-product-list ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.easyel-woocommerce-product-list ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.easyel-woocommerce-product-list ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.easyel-woocommerce-product-list ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.easyel-woocommerce-product-list ul.products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.easyel-woocommerce-product-list .badge.out-of-stock-badge,
.easyel-woocommerce-product-list .easyel-list-left-bar .easyel-out-of-stock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(220, 38, 38, 0.85);
  font-size: 12px;
  font-weight: 600;
  min-width: 100%;
  clip-path: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.easyel-woocommerce-product-list .easyel-quantity-edit {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 17px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 66, 38, 0.12);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 4px;
  padding: 5px 10px;
  background: #fff;
}

.easyel-woocommerce-product-list .easyel-quantity-edit input {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  width: 36px;
  max-width: 36px;
  border: none;
  background: transparent;
  text-align: center;
  color: inherit;
  box-shadow: none;
  outline: none;
}

.easyel-woocommerce-product-list .easyel-quantity-edit input::-webkit-outer-spin-button,
.easyel-woocommerce-product-list .easyel-quantity-edit input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.easyel-woocommerce-product-list .easyel-quantity-edit input[type=number] {
  -moz-appearance: textfield;
}

.easyel-woocommerce-product-list .easyel-quantity-edit .button-wrapper-action {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
}

.easyel-woocommerce-product-list .easyel-quantity-edit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 2px;
  border: 1px solid rgba(43, 66, 38, 0.12);
  background: transparent;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  color: #629D23;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.easyel-woocommerce-product-list .easyel-quantity-edit button svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.easyel-woocommerce-product-list .easyel-quantity-edit button:hover {
  background: #629D23;
  color: #fff;
  border-color: #629D23;
}

.easyel-woocommerce-product-list .easyel-cart-counter-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.easyel-woocommerce-product-list .easyel-cart-counter-action .easyel-quantity-edit {
  margin: 0;
}

.easyel-woocommerce-product-list .easyel-single-shopping-card-one {
  display: flex;
  gap: 20px;
}

.easyel-woocommerce-product-list .woocommerce ul.products li.product {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.easyel-woocommerce-product-list .woocommerce ul.products li.product:last-child {
  margin-bottom: 0 !important;
}

.easyel-woocommerce-product-list .easyel-list-left-bar {
  position: relative;
  flex: 0 0 300px;
}

.easyel-woocommerce-product-list .easyel-list-left-bar img {
  margin: 0 !important;
}

/* Stock Progress Bar (product-list only) */
.easyel-woocommerce-product-list .easyel-stock-progress {
  margin: 16px 0;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}

.easyel-woocommerce-product-list .easyel-stock-label {
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-size: 14px;
}

.easyel-woocommerce-product-list .easyel-stock-bar {
  height: 6px;
  width: 100%;
  background: #E5E7EB;
  border-radius: 4px;
  overflow: hidden;
}

.easyel-woocommerce-product-list .easyel-stock-bar-fill {
  height: 100%;
  background: #DC2626;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.easyel-product-load-more-button-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.easyel-product-load-more-button-list button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #629D23;
  border: 1px solid #629D23;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.easyel-product-load-more-button-list button:hover {
  background: #515151;
  border-color: #515151;
  color: #fff;
}

.easyel-product-load-more-button-list button:active {
  transform: translateY(1px);
}

.easyel-product-load-more-button-list button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.easyel-woocommerce-product-list .easyel-body-content .star-rating::before,
.easyel-woocommerce-product-list .easyel-body-content .star-rating span::before {
  color: #FF9A00;
}

/*ajax skleton effect*/
.easyel-skeleton-item {
  list-style: none;
}

.easyel-skel-img {
  width: 100%;
  height: 220px;
  background: #e5e5e5;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.easyel-skel-line {
  height: 14px;
  background: #e5e5e5;
  border-radius: 6px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.easyel-skel-line.short {
  width: 60%;
}

.easyel-skel-img::after,
.easyel-skel-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: easyelSkeletonShine 1.3s infinite;
}

@keyframes easyelSkeletonShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.easyel-woocommerce-product-list .easyel-cart-counter-action a.button.add_to_cart_button.added {
  display: none !important;
}

.easyel-single-shopping-card-one .easyel-cart-counter-action .easyel-add-tocart-btn,
.easyel-single-shopping-card-one .easyel-cart-counter-action .added_to_cart {
  background: #515151;
  color: #fff;
  border: 1px solid #515151;
  width: 100%;
  max-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 16px !important;
  margin-top: 15px;
}

.easyel-single-shopping-card-one .easyel-onsale-offer span {
  display: block;
  position: absolute;
  padding: 2px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #ff2a13;
  z-index: 10;
  top: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 !important;
  min-height: 20px;
}

.easyel-badge-position-left .easyel-single-shopping-card-one .easyel-onsale-offer span {
  left: 0 !important;
  right: auto !important;
  border-radius: 0;
}

.easyel-badge-position-right .easyel-single-shopping-card-one .easyel-onsale-offer span {
  right: 0 !important;
  left: auto !important;
  border-radius: 0;
}

.easyel-woocommerce-product-list .woocommerce ul.products .easyel-single-shopping-card-one .easyel-onsale-offer span {
  margin: 0;
}

.easyel-dir-rtl .easyel-single-shopping-card-one,
.easyel-dir-rtl .single-shopping-card-one {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 {
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper {
  position: relative;
  flex: 0 0 45%;
  max-width: 45%;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border-radius: 10px 10px 0 0;
  background: #629D23;
  padding: 10px 29px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option .single-action {
  height: 28px;
  width: 28px;
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1.2px dashed rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transition: all 0.3s;
  place-items: center;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option .single-action a {
  line-height: 0;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option .single-action:hover {
  background: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .image-and-action-area-wrapper .action-share-option .single-action:hover i {
  color: #629D23;
  animation: 0.5s mymove;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #EAEAEA;
  padding: 30px;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview img {
  border-radius: 6px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .badge,
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .badge {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 5;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .badge span,
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .badge span {
  display: block;
  background: #EABC5E;
  color: #2C3C28;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 6px 10px 10px;
  min-width: 50px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 50% 100%, 0 calc(100% - 12px));
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .badge.out-of-stock-badge,
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .badge.out-of-stock-badge {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .badge.out-of-stock-badge span,
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .badge.out-of-stock-badge span {
  background: rgba(220, 38, 38, 0.85);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 0;
  min-width: 100%;
  clip-path: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1.01);
  display: block;
  margin: 0;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border-radius: 10px 10px 0 0;
  background: #629D23;
  padding: 10px 29px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .action-share-option .single-action {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.2px dashed rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transition: all 0.3s;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .action-share-option .single-action:hover {
  background: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .thumbnail-preview .action-share-option .single-action:hover i {
  color: #629D23;
  animation: 0.5s mymove;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .short-description {
  margin: 0 0 20px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .time-tag {
  padding: 3px 8px;
  background: #FFFFFF;
  border: 1px solid rgba(43, 66, 38, 0.12);
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 10px;
  color: #2C3C28;
  font-weight: 600;
  margin-bottom: 15px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .time-tag i {
  color: #2C3C28;
  font-weight: 500;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content a .title {
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2em;
  min-height: 40px;
}

.easyel-woocommerce-product-list ul.products li.product .price {
  font-weight: 700;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content a:hover .title {
  color: #629D23;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .availability {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 20px;
  display: block;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .price-area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #DC2626;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .price-area del {
  font-size: 16px;
  font-weight: 400;
  color: #6E777D;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .price-area .current {
  font-weight: 700;
  color: var(--color-danger);
  font-size: 20px;
  margin-bottom: 0;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .price-area .previous {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #74787C;
  position: relative;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .body-content .price-area .previous::after {
  position: absolute;
  overflow: auto;
  left: -5%;
  top: 50%;
  content: "";
  height: 1px;
  width: 110%;
  background: #74787C;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .easyel-out-of-stock {
  font-size: 14px;
  padding: 4px 16px;
  background: rgba(0, 0, 0, 0);
  color: #629D23;
  border: 1px solid #629D23;
  border-radius: 6px;
  font-weight: 600;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  transition: all 0.3s ease;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .easyel-out-of-stock:hover {
  background: #629D23;
  color: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit .button-wrapper-action {
  border: 0;
  border-radius: 0;
  background: #fff;
  display: flex;
  margin-left: -12px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit input {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  max-width: 36px;
  border: none;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit button {
  padding: 4px 5px;
  border-radius: 2px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 0;
  border: 1px solid rgba(43, 66, 38, 0.12);
  background: transparent;
  margin-right: -1px;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit button svg {
  height: 12px;
  width: 12px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit button:first-child i {
  border-right: 1px solid rgba(43, 66, 38, 0.12);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .quantity-edit button:hover i {
  background: #629D23;
  color: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn {
  font-size: 14px;
  padding: 4px 16px;
  background: transparent;
  color: #629D23;
  border: 1px solid #629D23;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 600;
  gap: 6px;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn .arrow-icon {
  line-height: 0;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn .arrow-icon svg {
  width: 13px;
  height: 13px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn i {
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn:hover {
  background: #629D23;
  color: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .rts-btn.added {
  display: none !important;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .added_to_cart {
  font-size: 14px;
  padding: 4px 16px;
  background: #629D23;
  color: #fff;
  border: 1px solid #629D23;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  flex: 1;
  text-align: center;
  transition: 0.3s;
  max-width: -moz-max-content;
  max-width: max-content;
}
.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2 .cart-counter-action .added_to_cart:hover {
  background: rgb(71.96875, 115.296875, 25.703125);
  border-color: rgb(71.96875, 115.296875, 25.703125);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2:hover .thumbnail-preview img {
  transform: scale(1.1);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2:hover .action-share-option {
  bottom: 0;
  transform: translateX(-50%) rotateX(0deg);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day {
  background: #fff;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  position: relative;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .onsale-offer span {
  display: block;
  position: absolute;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #629D23;
  border-radius: 6px 0 6px 0;
  z-index: 10;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day:hover .thumbnail-preview img {
  transform: scale(1.2);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .start-area-rating {
  margin-bottom: 10px;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .start-area-rating i {
  color: #FF9A00;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .thumbnail-preview {
  border: none !important;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .thumbnail-preview img {
  width: 100%;
  transform: scale(1.01);
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .cart-counter-action .rts-btn {
  background: #629d23;
  color: #629D23;
  border: 1px solid #629D23;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .cart-counter-action .rts-btn:hover {
  background: var(--color-heading-1);
  color: #629D23;
  border: 1px solid #2c3c28;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .cart-counter-action .rts-btn .btn-text {
  color: #fff;
}

.easyel-woocommerce-product-list .single-shopping-card-one.easyel-style-2.deals-of-day .cart-counter-action .rts-btn .arrow-icon i {
  color: #fff;
}