/*очередность пунктов в картчоке товара*/

.t-store__prod-popup__info {
  display: flex;
  flex-flow: column nowrap;
}

.t-store__prod-popup__title-wrapper {
  order: 1;
}

.t-store__prod-popup__price-wrapper {
  order: 2;
}

.t-store__prod-popup__text {
  order: 3;
}

.js-product-controls-wrapper {
  order: 4;
}

.t-store__prod-popup__links-wrapper {
  order: 5;
}

.t-store__prod-popup__btn-wrapper {
  order: 6;
}

.t282__menu__item {
    margin-bottom: 0px !important;
    }

/*отображение кукис в моб версии*/  
@media screen and (max-width: 480px) {
.t887__wrapper {
width: 65% !important;
padding: 10px 10px !important;
}

.t887__icon-close {
top: 1px !important;
right: 1px !important;
}
}

.t-store__tabs.t-store__tabs_accordion.t-col.t-col_12{
	margin-left: 0 !important;
	margin-top: 20px!important;
	order: 15;
	}


/*смещаем крестик в корзине*/
@media screen and (min-width: 561px) {
    .t706 .t706__close {
         top: 60px !important;
         right: 40px !important;
      }
}

@media screen and (max-width: 560px) {
    .t706__cartwin_showed {
        top: -20px !important;
    }
    .t706__cartwin {
        height: calc(100% + 20px) !important;
    }
       .t706 .t706__close {
        position: absolute;
        top: 60px !important;
        right: 5px !important;
        left: unset !important;
        background: transparent !important;
    }
    
    .t706 .t706__close svg g {
        fill: black !important;
     }
}

/*меняем шрифт*/
.t-form__successbox, .t-text {
    font-family: 'TildaSans',Arial,sans-serif;
}



    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 1px !important;
    top: -3px !important;
    z-index: 9;
    border: none;
    border-radius: 100%;
    background: rgba(0,0,0,0)
}

 