/*Фильтр (слева)*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin-left: 3px !important;
        margin-right: 3px !important;
        margin-top: 20px !important;
        padding-top: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 16px !important;
    }
}

/*Скругление в поп ап на мобилке*/
.t951 .t-slds__main {
    border-radius: 14px;
    overflow: hidden;
    padding: 14px !important;
}

.t-slds__container {
    border-radius: 6px!important;
}

@media screen and (max-width: 560px) {
    .t-store__prod-popup__col-right {
        padding-top: 8px !important;
    }

@media screen and (max-width: 640px) {
    .t-name_md {
        font-size: 20px !important;
    }
    
.t-store__grid-cont_col-width_stretch .t951__sidebar {
    border-radius: 4px;
    }
}

.t951 .t-checkbox__indicator {
    border-color: #fafafa;
    border-radius: 2px !important;
}

.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

t-store__filter__btn, .t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 0px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
}
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

 .t-store__filter__range_bg {
        background-color: #FBDD35; 
    }
    

.t1002__addBtn svg {
    max-width: 50%;
    max-height: 50%;
    overflow: visible;
    pointer-events: none;
    transition: all ease 0.2s;
    padding: 2px;
}

.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #fff;
    border-radius: 100%;
}

@media (max-width: 480px) {
    .t1002__addBtn {
        width: 30px;
        height: 30px;
    }
}

.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #EAEAEA;
    border-radius: 100%;
}

.t1002__addBtn svg path {
      stroke: #fff !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 7px;
    min-height: 30px;
    min-width: 30px;
    padding: 7px;
    border-radius: 4px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    border-radius: 4px;
}

.t-descr {
    font-family: 'Raaaleway', Arial, sans-serif;
    font-weight: 300;
    color: #fff;
}


