.test {
    padding: 20px;
}

/*Оформление шапки сайта*/
 .uc-topmenu .t-menuwidgeticons__wrapper {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 6px 4px;
 }
 
/*Оформление каталога*/ 
 .uc-catalog .t-store__card__bgimg,
 .uc-catalog .t-store__card__bgimg_second {
    border-radius: 20px 20px 0 0;
 }
 
 .uc-catalog .js-product > a,
 .uc-catalog .js-product > div {
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    display: block;
 }
 
 .uc-catalog .t-store__card__textwrapper {
    padding: 10px;
 }
 
 .uc-catalog .js-store-price-wrapper {
     
 }
 
 @media screen and (max-width: 480px) {
    .js-store-grid-cont {
        padding: 0 7px!important;
    }
    
    .uc-catalog .js-product {
        padding-left: 7px!important;
        padding-right: 7px!important;
    }
    
    .uc-catalog .js-store-price-wrapper {
        text-align: right;
        background: #f1f1f1;
        line-height: 36px;
        float: right;
        padding: 0 5px;
        border-radius: 10px;
    }
    
    .uc-catalog .t-store__card .t-typography__title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .uc-catalog .t-store__card .t-store__card__price_old {
        font-size: 10px!important;
    }
    
    .uc-catalog .t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .uc-catalog .t-store__card__price-wrapper {
        margin-top: 10px;
    }
    
    .uc-catalog .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 14px;
    }
    
    .uc-catalog .t1002__addBtn {
        width: 36px;
        height: 36px;
    }
    
    .uc-catalog .t1002__addBtn svg {
        width: 18px;
        height: 18px;
    }
    
    .t-store__load-more-btn-wrap {
        padding: 0 14px;
    }
    
    .uc-catalog .t-store__load-more-btn {
        margin-top: 5px;
        width: 100%;
        padding: 0;
        border-radius: 10px !important;
    }
    
    /* Всплывающее окно товара */
    .uc-catalog .t-popup {
        
    }
    
    .t-store .t-popup__close,
    .uc-catalog .t-popup__close {
        position: absolute;
        width: 50px;
        top: 10px;
        height: 50px;
        border-radius: 25px;
        left: 10px;
    }
    
    .t-store .t-popup__close-wrapper,
    .uc-catalog .t-popup__close-wrapper {
        border-bottom: 0;
    }
    
    .uc-catalog .t-store__prod-popup__container {
        
    }
    
    
    .t-store__prod-popup__info
    .uc-catalog .js-product > a, .uc-catalog .js-product > div
    
    .t-store .t-store__prod-popup__container .t-store__product-popup .t-slds {
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Сердечко - Избранные */
    .t1002__addBtn {
        width: 36px;
        height: 36px;
    }
    
    .t1002__addBtn svg {
        width: 18px;
    }
 }