.ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart{
  bottom: 30px !important;
}
/* @media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .ec-product-inner .ec-pro-image .image img
  {
      height: 255px !important;
      width: 230px !important;
  }
}

@media only screen and (max-width: 1366px) {
  .ec-product-inner .ec-pro-image .image img
  {
      height: 255px !important;
      width: 230px !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .ec-product-inner .ec-pro-image .image img
  {
      height: 255px !important;
      width: 230px !important;
  }

}

@media only screen and (max-width: 991px) {
  .ec-product-inner .ec-pro-image .image img
  {
    height: 325px !important;
    width: 306px !important;
  }

}
@media only screen and (max-width: 767px) {
  .ec-product-inner .ec-pro-image .image img
    {
        height: 265px !important;
        width: 257px !important;
    }
}

@media only screen and (max-width: 575px) {
  .ec-product-inner .ec-pro-image .image img
    {
        height: 265px !important;
        width: 257px !important;
    }
} */

.ec-product-inner .ec-link-btn .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-link-btn .ec-add-to-cart {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: #fff;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 30px;
}