.t-store__prod-snippet__container .t-product__option[data-edition-option-id="url"] {
	display: none;
}


#allrecords .t-product__option-item_disabled[data-link="product"] {
    pointer-events: auto;
	opacity: 1;
}

/***************************** https://t.me/code_with_you ******************************/
/*************************** Кастомизация чекбокса в попапе ****************************/
#form722819202 .t-checkbox__control {
    display: flex;
}

#form722819202 .t-checkbox__indicator {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 5px;
    opacity: .9;
}
/****************************************************************************************/


.link[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 0 !important;
    border-bottom:  solid #FFFFFF !important;
}

.link[data-elem-type="text"] a:hover {
    border-bottom: 1px solid #181818 !important;
}

.t-store__card__price-wrapper {
    margin-top: 3px !important;
}

@media screen and (min-width: 1200px){
.t-store__prod-popup__title-wrapper {
    margin-bottom: 22px;
}

.t-store .t-product__option {
    margin-top: 20px;
}
}

.t-name_xs {
    font-size: 12px;
    color: #a6a6a6 !important;
    text-transform: uppercase;
}

.t-store__sort-select {
    border: 1px #f2eded solid !important;
    background: #ffffff !important;
    color: #606060 !important;
}

.t-store__sort-select-wrapper:after {
    border-color: #606060 transparent transparent transparent !important;
}

.t450__burger>img {
    width: 50px;
}

.t450__burger {
    width: auto;
    height: auto;
}

.t450__close_icon {
    width: 35px;
}

.t450__burger>img{
   -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

 .t450__burger>img:hover {
   -webkit-transform: rotateZ(45deg);
   -ms-transform: rotateZ(45deg);
   transform:  rotateZ(45deg);
}

.t450 {
    -webkit-transition: transform ease-in-out 0.8s;
    transition: transform ease-in-out 0.8s;
}

.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
    font-size: 12px;
    color: #181818!important;
}

.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 12px;
    color: #181818!important;
}

.t-store__prod-snippet__container {
    padding-top: 20px;
}

.t-btn_sm {
    height: 67px;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.t-submit {
    font-size: 12px;
}

.t-store__stretch-col {
    padding: 0 2px 0 2px !important;
}

.t-store__card__textwrapper {
    padding-top: 10px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    border-radius: 10%!important;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {
    border-radius: 20%!important;
}


.t786__container_indent.t786__container_clgap-10px {
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}

.t-store__parts-switch-wrapper.t-align_center {
    display: none;
}
}

.t-store__load-more-btn-wrap.t-align_center {
    display: none;
}

.t-clear.t-store__grid-separator {
    margin-bottom: 15px !important;
}

@media screen and (min-width: 960px){
.t951 .t-store__filter__chosen-bar {
    bottom: 100px;
}
}
span.delivery-minimum-time {
    display: none;
}

.t786__container_clgap-10px .t786__col {
    padding: 0 2px 0 2px;
}

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

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

@media screen and (max-width: 960px){
.t-store__grid-cont_mobile-one-row[data-col-gap='10'] .t-store__stretch-col:first-child, .t-store__grid-cont_mobile-one-row[data-col-gap='20'] .t-store__stretch-col:first-child {
    margin-left: 10px;
}
}

@media screen and (max-width: 980px){
.t-store__product-snippet .t-store__prod-popup__col-right, .t-store__product-snippet .t-store__prod-popup__col-left {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
}

.t-store.t-store__prod-snippet__container .t-store__tabs {
    padding-left: 10px !important;
    padding-right: 10px !important;
    
}



/*************************** https://t.me/code_with_you ****************************/
/*************************** Перенос аккордеона вправо в карточке товара ****************************/
@media (min-width: 961px) {
    #allrecords .t-store .t-container_fluid .t-store__tabs {
        position: absolute;
        top: 360px;
        left: 490px;
        max-width: 440px;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #allrecords .t-store__prod-snippet__container {
        padding-bottom: 150px;
    }
}

@media (min-width: 981px) {
    #allrecords .t-store .t-container_fluid .t-store__tabs {
        top: 350px;
        left: calc(7 / 12 * 100% - 20px);
        max-width: calc(5 / 12* 100% - 40px);
    }

    #allrecords .t-store__prod-snippet__container {
        padding-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    #allrecords .t-store .t-container_fluid .t-store__tabs {
        top: 380px;
        left: calc(7 / 12 * 100% - 20px);
    }
}

@media (min-width: 1241px) {
    #allrecords .t-store .t-container_fluid .t-store__tabs {
        top: 400px;
        left: calc(7 / 12 * 100%);
    }
}

/*************************** https://t.me/darsllen****************************/
/*************************** Свой текст "нет в наличии" ****************************/

.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "Скоро в наличии";
    font-size: 12px;
}
