.t851__col {
    border-radius: 20px;
}

.t851__table {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.t527__bgimg {
    border-radius: 20px;
}

.t558__bgimg {
    border-radius: 20px;
}

.t550__textwrapper {
    padding-top: 10px;
}


.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px;
}

.t951 .t951__grid-cont.t-store__valign-buttons .t-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 15px;
    margin: 0 10px;
    width: calc(100% / 3 - 20px);
}

.t951 .t-product__option-select {
    border: 1px solid #ff822e;
    background: none;
    color: #000000;
    border-radius: 10px;
}

.t-store .t-product__option-title {
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.t-popup .t-store__prod-popup__price {
    font-weight: 700;
}

a.t-store__prod-popup__btn[href="#order"] {
    background-color: #ff822e;
    color: white;
}

@media screen and (max-width: 480px) {
    .t951 .t951__grid-cont.t-store__valign-buttons .t-item {
        margin: 15px 10px;
    }
    
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: calc(100vw / 2 - 30px);
    }
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch[data-col-gap='20'], .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap='20'] {
        padding: 0 5px;
    }
}
