ul.products .product {
  border-radius: 25px;
  border: 1px solid #dadada;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  max-height: 467px;
  max-width: 387px;
}

.title-hit {
  position: absolute;
  color: #FFF;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #D8353A;
  padding: 7px 14px;
  top: 15px;
  left: 14px;
  z-index: 1;
}

.product__inside__image {
  max-height: 333px;
  overflow: hidden;
}

.product__inside__image a {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.product__inside__image a img {
  position: relative;
  bottom: 30px;
}

ul.products .product:hover {
  transition: ease all .5s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.product-listing > li.ys-product {
  display: inline-flex;
}

.product__inside__name span {
  margin-top: 16px;
  margin-bottom: 21px;
  margin-left: 28px;
  text-align: left;
  display: block;
}

.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}

.woocommerce div.product form.cart::before {
  content: none;
}

.woocommerce div.product form.cart .variations label {
  display: none;
}

.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td {
  padding: 0;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 32px 0 23px;
  min-height: 134px;
}

.woocommerce div.product form.cart .variations select {
  display: block !important;
  padding: 7px 16px;
  border-radius: 5px;
  border: 2px solid #dadada;
  background: #fff;
  appearance: none;
  background: url(https://new.elki.site/wp-content/themes/yourstore/images/site/arrow-select.svg) no-repeat right;
  background-position-x: calc(100% - 8px);
  padding-right: 0;
  width: auto;
  min-width: auto;
  margin: 0 auto;
}

.woocommerce div.product form.cart span.catalog__title {
  color: #000;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 192px;
  text-align: left;
}

.woocommerce div.product form.cart span.catalog__title a:hover {
  text-decoration: none;
  color: inherit;
}

ul.variable-items-wrapper.button-variable-wrapper {
  display: none;
}

.awooc-custom-order-button.button.alt.show-add-to-card {
  display: none;
}

.dolyame_product__block {
  display: none;
}

.delivery_block {
  display: none;
}


.product__inside__name span a {
  color: #000;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.woocommerce div.product form.cart .variations select {
  color: #000;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.single_variation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.single_variation_wrap div:nth-child(4) {
  display: none;
}

.woocommerce div.product span.price {
  color: #5bbda1 !important;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button,
.woocommerce a.button {
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal !important;
  border-radius: 5px;
  background: #5bbda1;
  padding: 12px 30px !important;
  width: auto;
  margin: 0;
  text-transform: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button:hover,
.woocommerce a.button:hover {
  background: #7DCEB7;
  color: #fff !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button:active,
.woocommerce a.button:active {
  background: #48A48A;
  color: #fff !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button:focus,
.woocommerce a.button:focus {
  background: #48A48A;
  color: #fff !important;
}

form.variations_form.cart .woocommerce-variation-price {
  margin: 0;
}

.product__inside__hover {
  display: none;
}

.product__inside {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 16px;
}

@media (max-width: 800px) {
  ul.products .product {
    margin-bottom: 17px !important;
  }

  .product__inside__name span {
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .product__inside__name span a {
    font-size: 18px !important;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button.button,
  .woocommerce a.button {
    color: #fff !important;
    font-family: Ubuntu;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    border-radius: 5px;
    background: #5bbda1;
    padding: 12px 30px !important;
    width: auto;
    margin: 0;
    text-transform: none;
  }

  .woocommerce div.product form.cart {
    padding: 13px 11px 0 13px;
  }

  .woocommerce div.product form.cart h2.catalog__title {
    font-size: 18px;
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .product-listing > li.ys-product {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .woocommerce div.product form.cart .single_add_to_cart_button.button {
    width: 100% !important;
  }
}