/* Прижать подвал к низу окна просмотра браузера */
#allrecords {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#t-footer {
  margin-top: auto;
}

/* Кнопка в карточке товара */
.js-store-prod-text a[href="#popup:catalog"] {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    background-color: #d68b17;
    color: #ffffff !important;
    box-sizing: border-box;
}
@media(max-width: 500px) {
    .js-store-prod-text a[href="#popup:catalog"] {
        max-width: inherit;
    }
}
/* Кнопка в карточке товара */
.js-store-prod-text a[href="#popup:nochnik"] {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    background-color: #d68b17;
    color: #ffffff !important;
    box-sizing: border-box;
}
@media(max-width: 500px) {
    .js-store-prod-text a[href="#popup:nochnik"] {
        max-width: inherit;
    }
}

/* Кнопка в карточке товара */
.js-store-prod-text a[href="#popup:box"] {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    background-color: #d68b17;
    color: #ffffff !important;
    box-sizing: border-box;
}
@media(max-width: 500px) {
    .js-store-prod-text a[href="#popup:box"] {
        max-width: inherit;
    }
}


/* Кнопка в карточке товара */
.js-store-prod-text a[href="#popup:accessories"] {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    background-color: #d68b17;
    color: #ffffff !important;
    box-sizing: border-box;
}
@media(max-width: 500px) {
    .js-store-prod-text a[href="#popup:accessories"] {
        max-width: inherit;
    }
}
