/*Блокируем день недели по порядковому номеру от 1 до 7*/
/*.t_datepicker__body tr> td:nth-child(7) {opacity: 0.2; pointer-events: none;}*/
/*.t_datepicker__body tr> td:nth-child(7):before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    display:block;*/
/*    width:auto;*/
/*    height:auto;*/
/*    margin: 0;*/
/*    left:0;*/
/*    top:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    background: rgba(0,0,0,0) url(https://static.tildacdn.com/tild3963-6535-4363-b162-636139623966/cross.svg) no-repeat;*/
/*    background-size: 50%;*/
/*    background-position: center; */
/*}*/

.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border-radius: 15px;
}



.t-store__prod__quantity {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 4px 8px 0;
    border: 1px solid #777;
    font-size: 14px;
    height: 45px;
    background-color: #F6F3FC;
    box-sizing: border-box;
}

.t-slds__bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}

.t-store__prod-popup__close-txt {
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: .8;
    font-weight: 400;
    font-size: 18px;
}


.t-store__prod-popup__btn {
    margin-bottom: 0;
    background: #8C77B8;
    color: #ffffff;
}

.t-btn td {
    vertical-align: middle;
    color: #ffffff;
}


.t-btn_xs {
    height: 35px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}


.t-store__card__textwrapper {
    padding-top: 20px;
    margin-bottom: -20px;
}

.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}


.t786__bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    border-radius: 15px;
}



