.v-product-card {
  width: 210px;
}

.v-product-card .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 270px;
}


.loading {
  background: url("/images/v2/tomato_loading.gif") no-repeat center;
  background-size: 100px;
}

.v-product-image-container {
  padding-top: 66.66667%;
  position: relative;
}

.v-product-image {
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}

.discount-tag {
  position: absolute;
  top: 10px;
  z-index: 10;
  left: -4px;
  background: #ff0000 0% 0% no-repeat padding-box;
  border-radius: 4px 0px;
  /* padding: 3px; */
  padding: 3px 11px;
  font-family: gibsonlight;
  color: #fff;
  font-size: 13px;
}
.discount-tag .shaddow-div {
  position: absolute;
  background: #770c13;
  left: 0;
  bottom: -6px;
  width: 4px;
  height: 6px;
  border-radius: 0px 0px 0px 4px;
}

.custom-tag {
  position: absolute;
  top: 10px;
  z-index: 10;
  left: -4px;
  background: #F5B91E 0% 0% no-repeat padding-box;
  border-radius: 4px 0px;
  /* padding: 3px; */
  padding: 3px 11px;
  font-family: gibsonlight;
  color: #fff;
  font-size: 13px;
}
.custom-tag .shaddow-div {
  position: absolute;
  background: #a57700;
  left: 0;
  bottom: -6px;
  width: 4px;
  height: 6px;
  border-radius: 0px 0px 0px 4px;
}

.v-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.v-product-description {
  position: relative;
  background: white;
  /* overflow: hidden; */
  padding: 0px 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v-product-description a {
  text-decoration: none;
}

.v-general-info {
  overflow: hidden;
  height: 50px;
  margin-bottom: 10px;
}

.v-product-supplier {
  height: 20px;
}

.v-product-supplier a {
  color: #636363;
  font-size: 13px;
  white-space: nowrap;
  font-family: "gibsonlight";
}

.v-product-name {
  line-height: 15px;
  height: 30px;
}

.v-product-name a {
  color: #414042;
  font-size: 14px;
}

.v-dynamic-info {
  height: 40px;
  line-height: 18px;
  display:flex;
}

.v-product-price {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
}

.v-price {
  color: #414042;
}

.v-price.en:not(.free):before {
  content: "$";
}
.v-price.fr:not(.free):after {
  content: "$";
}

.v-old-price {
  text-decoration: line-through;
}

.v-sale {
  color: red;
  font-size: 16px;
}

.v-product-weight {
  font-size: 13px;
}

.v-master-range {
  text-align: left;
  font-size: 15px;
  position: relative;
  display: block;
}
.v-master-range div {
  width: 100%;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
}

.v-average-price {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  border-top: 0;
  display: block;
  clear: both;
  height: auto;
  font-family: "gibsonregular";
}

.v-average-price .v-product-weight {
  color: #cfcece;
}

.v-rating {
  /* border-top: 1px solid #e8edf1; */
  height: 30px;
  line-height: 30px;
}

.v-rating span {
  color: #719500;
  text-decoration: none;
}

.v-product-ratings {
  float: left;
  width: 80px;
  height: 30px;
  background: url("/themes/marketplace/img/product-ratings.png") no-repeat;
}

.v-product-ratings.v-rating-0 {
  background-position: -80px;
}

.v-product-ratings.v-rating-1 {
  background-position: -64px;
}

.v-product-ratings.v-rating-2 {
  background-position: -48px;
}

.v-product-ratings.v-rating-3 {
  background-position: -32px;
}

.v-product-ratings.v-rating-4 {
  background-position: -16px;
}

.v-product-ratings.v-rating-5 {
  background-position: 0px;
}

.v-is-in-basket .top-of-product-count-div {
  background: #e6edd8;
}

.v-buy-buttons {
  width: calc(100% + 10px);  
  /* margin-left: -5px; */
  height: 32px;
  display: flex;
  position: relative;
  margin-left: -5px;
}
.v-buy-buttons .plus,
.v-buy-buttons .minus {
  background: #719500;
  color: #fff;
}
.v-buy-buttons .disabled {
  background: #cfcece;
}
.v-buy-buttons > * {
  width: 33.33%;
  display: block;
  position: relative;
  border-radius: 0px;
}
.v-buy-buttons input {
  height: 32px;
  text-align: center;
  padding: 0;
  border: none;
  margin: 0;
  box-shadow: none;
}
.v-buy-buttons .number-of-items {
  position: relative;
}
.v-buy-buttons .saving {
  background: url(/images/loading-dots.gif) no-repeat content-box;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
  height: 21px;
  bottom: -5px;
}
.v-product-card-inner:not(.checkout-container .v-product-card-inner) {
  transition: 1s all;
  border: 2px solid #6d980000;
  border-radius: 17px;
}
.top-products-cards-container .v-is-in-basket .v-product-description {
  background:#e6edd8;
}
.top-products-cards-container .v-is-in-basket {
  border: 2px solid #6d9800 !important;
  border-radius: 18px;
}
.v-product-card .disabled {
  pointer-events: none;
}
.v-product-card .discount-tag,
.v-product-card .new-tag, 
.v-product-card .suggested-tag {
  position: absolute;
  top: 10px;
  z-index: 5;
  left: -4px;
  background: #ff0000 0% 0% no-repeat padding-box;
  border-radius: 4px 0px;
  /* padding: 3px; */
  padding: 3px 11px;
  font-family: gibsonlight;
  color: #fff;
  font-size: 13px;
}
.v-product-card .custom-tag {
  position: absolute;
  top: 10px;
  z-index: 5;
  left: -4px;
  background: #F5B91E 0% 0% no-repeat padding-box;
  border-radius: 4px 0px;
  /* padding: 3px; */
  padding: 3px 11px;
  font-family: gibsonlight;
  color: #fff;
  font-size: 13px;
}
.v-product-card .new-tag {
  background: #719500 0% 0% no-repeat padding-box;
}
.v-product-card .suggested-tag {
  background: #E2EACC 0% 0% no-repeat padding-box;
  color:#719500;
  font-family: gibsonregular;
  font-size: 14px;
  display:flex;
  align-items: center;
  cursor: pointer;
}
.v-product-card .suggested-tag img {
  margin-right: 4px;
}
.v-product-card .suggested-tag {
  display:none;
}
.v-product-card .savings-span {
  background: #ff0000 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 5px 11px;
  font-family: gibsonlight;
  color: #fff;
  font-size: 13px;
  margin-right: 6px;
}
.v-product-card .discount-tag .shaddow-div,
.v-product-card .new-tag .shaddow-div, 
.v-product-card .suggested-tag .shaddow-div,
.v-product-card .custom-tag .shaddow-div {
  position: absolute;
  background: #770c13;
  left: 0;
  bottom: -6px;
  width: 4px;
  height: 6px;
  border-radius: 0px 0px 0px 4px;
}
.v-product-card .new-tag .shaddow-div {
  background: #4a6a00;
}
.v-product-card .suggested-tag .shaddow-div {
  background: #2F3813;
}
.v-product-card .custom-tag .shaddow-div {
  background: #a57700;
}
.v-product-card .pbb-default-quantity {
  width: 30px;
  height: 30px;
  border: 1px solid #D4DADE;
  text-align: center;
  line-height: 30px;
  background: #F9FCFE;
  color: #636363;
  border-radius: 4px;
  margin-left: 5px;
}
@media (max-width: 500px) {
  .v-product-card {
    width: calc(40vw);
  }

  .v-product-card .v-average-price {
    height: auto;
  }

  .v-general-info {
    height: auto;
  }

  .v-product-supplier {
    margin-bottom: 0;
  }

  .v-product-name {
    width: 100%;
    position: relative;
    bottom: initial;
    left: initial;
    min-height: 50px;
  }

  .v-dynamic-info {
    height: 50px;
  }

  .v-dynamic-info .v-product-price {
    font-size: 14px;
    line-height: 14px;
  }

  .v-master-range {
    font-size: 14px;
    line-height: 14px;
  }

  .v-rating {
    margin: 0 auto;
    /* float: left; */
    height: 30px;
    position: relative;
  }

  .v-rating span {
    margin-left: 0px;
  }

  .v-comment-count {
    position: absolute;
    left: 85px;
  }
}

.v-product-description .product-image span {
  margin-right:-5px;
  transform: scale(0.7);
}
.v-product-description .product-image span:not(.product-image span:nth-child(1)) {
  margin-right:-12px;
}
.v-product-needed-in-recipe {
  margin-top: 7px;
  display: flex;
  align-items: center;
}
.v-general-info .needed_in_recipe_icon {
  width: 15px;
}
.v-product-card .v-general-info .needed_in_recipe_value {
  font-size:14px !important;
  font-family: gibsonlight;
  margin-left:5px
}