.suggest-gift {
  margin-bottom: 15px;
  margin-top: -10px;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 13px;
  color: rgb(29, 29, 29) !important;
  width: 83.5%;
  /*background-color: black;*/
  /*border-radius: 5px;*/
  text-align: center;
  border: 1px solid rgb(29, 29, 29);
}​

#gift_icon > img {
  width:15px !important;
  margin-left:5px !important;
}

@media screen and (min-width: 960px) {
  .suggest-gift {
      width: fit-content;
  }
}

.share-сaption {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 300;
    margin: 18px 0 10px 0;
}




.js-store-grid-cont .t-store__card__sku.t-descr.t-descr_xxs {
    display: none;
}

.js-store-grid-cont select.js-product-edition-option-variants.t-product__option-select {
    display: none;
}

.js-store-grid-cont .js-product .t-product__option-variants:after {
    display: none;
}

.js-store-grid-cont .js-product-edition-option-name.t-product__option-title {
    display: none;
}

/*
.js-store-grid-cont .js-store-prod-name.js-product-name.t-store__card__title {
    text-align: center;
}

.js-store-grid-cont .js-store-price-wrapper.t-store__card__price-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.js-store-grid-cont form.t-product__option-variants.t-product__option-variants_custom {
    display: flex;
    justify-content: center;
}
*/


