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

.t-cl:hover {

    background: white;
box-shadow: 6px 3px 27px -3px rgba(34, 60, 80, 0.11);
border-radius:20px;
    
    
}
.t-store__card__textwrapper {
    padding-left: 5px;
}
.t-popup__container{
border-radius:20px;}

.t706__sidebar-content_showed {
   
    border-radius: 40px 0px 0px 40px;}
    
.t-store__sort-select {
   
    background: #ffdcfd;
   
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
   
}


.t-radio__wrapper {
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.t-radio__control:first-child {
    margin-top: 0;
}

label.t-radio__control {
    padding: 10px 20px;
    border-radius: 30px;
    width: 37%;
    text-align: center;
}

.t-radio__indicator {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-color: #dddddd !important;
}

.t-radio__indicator:after {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
}

.t-radio__control .t-radio:checked~.t-radio__indicator:after {
    background: #ffe143;
}

.t-radio__control .t-radio:checked~.t-radio__indicator {
    border-width: 0px;
}    
    
.t-store__prod-popup__text {
    margin-top: 20px;
    font-size: 17px;
}
