.t-popup__close {
    background-color: rgb(255 255 255) !important;
}

.t-popup__close-icon_arrow path {
    fill: black !important;
}

.t-store .t-store__tabs__content {
    max-width: 100% !important;
}

.js-store-prod-charcs {
    font-size: 20px;
    line-height: 1.5;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 7px;
}

.t-store__card__img {
    border-radius: 15px;
}

@media (max-width: 680px) {
    .t-store__card__wrap_all {
        border-radius: 15px !important;
    }
    
}

.t-store__scroll-icon-wrapper {
    display: none !important;
}

.js-store-prod-popup-buy-btn-txt {
    color: white !important;
}

.t-store__prod-popup__btn {
    background-color: #f37215 !important;
}

.t-store__card__price-wrapper {
    display: inline-grid;
}

[href="#order"] .t-store__card__btn-text {
    display: none;
}


  [href="#order"] tr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  [href="#order"] tr td {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  [href="#order"] tr td:before,
  .js-store-buttons-wrapper:not(.t-store__prod-popup__btn-wrapper) [href="#order"]:before {
    width: 19px;
    height: 100%;
    margin-right: 8px;
    margin-left: 8px;
    content: '';
    background: url('https://static.tildacdn.com/tild3062-3765-4536-a639-313130356237/Cart.svg') no-repeat center;
    background-size: contain;
  }

  .t-popup .js-product [href="#order"] tr td:before {
    background: url('https://static.tildacdn.com/tild3062-3765-4536-a639-313130356237/Cart.svg') no-repeat center;
    background-size: contain;
    color: white;
    margin-left: 0px;
  }
  
  .js-store-relevants-grid-cont .js-product [href="#order"] tr td:before {
    background: url('https://static.tildacdn.com/tild3062-3765-4536-a639-313130356237/Cart.svg') no-repeat center;
    background-size: contain;
  }
