.ajax_product_45 article:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  pointer-events: none;
  background-color: #00000007;
  border-radius:15px;
}
.pbc-2-carousel .slick-list {
 overflow: unset;
}
.ajax_product_45 article {
  overflow: unset !important; 
}
.ajax_product_45 article .thumb {
   overflow: unset !important; 
}
.ajax_product_45 {
  overflow: unset !important;
  display: flex;
  align-items: stretch;
  height: 400px;
}
.ajax_product_45 .pbc-2-badge {
  padding: 6px 8px !important;
  font-size: 11px !important;
  border-radius:2px;
  background-color: #e2183d !important;
  color:#fff !important;
}
.ajax_product_45 article .badges {
  position: absolute;
  top: unset !important;
  bottom: 0 !important;
}
.ajax_product_45 article .content {
  padding: 0 !important;
  margin: 35px 26px;
}
.ajax_product_45 article:hover {
  box-shadow: unset !important;
}
.ajax_product_45 article:hover .card-style-second {
  margin: 10px 16px 0 16px;
}
.ajax_product_45 article .card-style-first {
  margin: 10px 10px 0 10px;
}
.product-based-cat-2 .pbc-2-carousel .slick-slide {
  margin: 0px 0px 0 0 ;
}
.ajax_product_45 .thumb .product-action-vertical {
 
  right: 0px !important;
  top: -10px !important;
}

.ajax_product_45 .pbc-2-quickview
{
  width: 35px;
    height: 35px;
    background: #ff6128;
    border-radius: 50%;
    margin-bottom:10px;
}
.ajax_product_45 .pbc-2-quickview i {
    font-size: 17px;
    font-weight: 600;
    padding: 9px 10px;
    color: white;
}
.ajax_product_45 .pbc-2-quickview:hover {
    transform: scale(1.15);
}
.ajax_product_45 .pbc-2-pr-title {
word-break: break-word;
    font-size: 14px;
    font-weight: 500 !important;
}
.ajax_product_45 article .content .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #28B293;
}

@media only screen and (max-width: 1150px)
{
  .ajax_product_45 {
    height: 350px;
  }

  .ajax_product_45 article .thumb {
    height: 150px;
}

}
@media only screen and (max-width: 768px)
{
  .ajax_product_45 {
    height: 400px;
  }

  .ajax_product_45 article .thumb {
    height: 230px;
}
}
@media only screen and (max-width: 575px)
{
  .ajax_product_45 {
    height: auto;
  }
  .ajax_product_45 article .pbc-2-thumb-new {
    height: 125px !important;
}
.ajax_product_45 .pbc-2-quickview i {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 7px;
  color: white;
}
.ajax_product_45 .pbc-2-quickview {
  width: 25px;
  height: 25px;
}
.ajax_product_45 .pbc-2-pr-title {
  font-size: 11px;
}
.ajax_product_45 article .content .price {
  display: grid;
}
.ajax_product_45 article .content .price span {
 
  margin-left: 0px;
}

}