@media screen and (min-width: 1199px)
{
    .t744__textwrapper
        {
          margin-left: 68px;
        }
}


.t-store__card__price-wrapper
    
{
    margin-top: 0px;
}
    
    
    
      /*CSS-Код для изменения расстояния от границ экрана каталога*/
@media screen and (min-width: 1200px)
{
.js-store-grid-cont.t-store__grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-grid.t-store__mobile-two-columns.t-store__valign-buttons
    {
        
    padding-left: 90px;
    padding-right: 90px;

    }
}

@media screen and (max-width: 480px)
{
.js-store-grid-cont.t-store__grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-grid.t-store__mobile-two-columns.t-store__valign-buttons
    { 
    padding-left: 20px;
    padding-right: 20px;
     /*CSS-Код для разрешения 0-480px*/
    }
}


 @media screen and (min-width: 481px) and (max-width: 640px) 
 {
.js-store-grid-cont.t-store__grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-grid.t-store__mobile-two-columns.t-store__valign-buttons
    { 
    padding-left: 20px;
    padding-right: 20px;
     /*CSS-Код для разрешения 480px-640px*/
  
    }
}

 @media screen and (min-width: 640px) and (max-width: 960px) 
 {
.js-store-grid-cont.t-store__grid-cont.t-store__grid-cont_col-width_stretch.t-store__grid-cont_mobile-grid.t-store__mobile-two-columns.t-store__valign-buttons
    { 
    padding-left: 20px;
    padding-right: 20px;
     /*CSS-Код для разрешения 640px-960px*/
  
    }
}




/*убрать корзину*/

.t706__carticon_showed
{
    display: none;
}


	
	

/*сайзчарт*/
    .js-product-edition-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs
    {
        border: 2px solid black;
        background: #ffffff;
        border-radius: 22px;
        font-weight: 700;
        font-size:11px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
/*наименование SIZE*/    
    .t-product__option-title 
    {
        padding-bottom: 6px;
        padding-left: 12px;
        color: #bcbec0 !important;
        
        
    }
/*выбор размера*/    
.t-product__option-variants 
{
    position: relative;
    display: table;
    width:100%; !important;
}

/*кнопка купить*/
.t744__btn.t-btn.t-btn_sm
{
    width:100%;
}

/*

@media screen and (min-width: 1200px)
{
    .t744__btn.t-btn.t-btn_sm
    {
    margin-top: 10px;    
    padding: 0px 54px 0px 54px;
    height: 35px;

    }
}

 @media screen and (min-width: 960px) and (max-width: 1199px) 
 {
    .t744__btn.t-btn.t-btn_sm
    {
    margin-top: 10px;    
    padding: 0px 54px 0px 54px;
    height: 28px;

    }
}

 @media screen and (min-width: 640px) and (max-width: 960px) 
 {
    .t744__btn.t-btn.t-btn_sm
    {
    margin-top: 10px;    
    padding: 0px 54px 0px 54px;
    height: 28px;

    }
}

 @media screen and (min-width: 481px) and (max-width: 640px) 
 {
    .t744__btn.t-btn.t-btn_sm
    {
    margin-top: 10px;    
    padding: 0px 54px 0px 54px;
    height: 35px;

    }
}



@media screen and (max-width: 480px)
{
    .t744__btn.t-btn.t-btn_sm
    {
    margin-top: 10px;    
    padding: 0px 54px 0px 54px;
    height: 35px;

    }
}
*/


t744__descr.t-descr.t-descr_xxs
{
    width:100%;
}

.t-descr_xxs
{
    width:100%;
    font-size: 11px;
}

/*кнопка size chart*/ 
.t744__descr a {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    border: 2px solid black;
    border-radius: 22px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    font-size: 11px;
    color: #ffffff;
}

.t744 .t-product__option-title 
{
    font-weight: 700;
}


.t706__sidebar-continue 
{
    border-radius: 22px;
    font-size: 13px;

}

.t-submit
{
  border-radius: 22px;  
}

.t706__sidebar-continue.t-btn
{
    font-size: 12px;
}

.t-store__card__mark
{
    width: 80px;
    height: 25px;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    font-family: 'ForzeHell';
    background-color:#000000; 
    color: #ffffff;

}

/*текст кнопки "в корззину"*/
.js-store-prod-buy-btn-txt 
{
    font-size: 12px;
}

/*жирный шрифт на size внутри формы заказа*/
.t706__product-title__option
{
    font-weight: 700;
}

/*цвет иконки кол-ва товара у корзины в моб.меню*/
.t-menuwidgeticons__icon-counter.js-carticon-counter
{
    background-color: #404040;
}


/* позиция пунктов меню в моб.*/
.t451m__container
{
    top:30px;
}


/* цвет "архив" в моб меню*/
.t451m__list_item:last-child a
{
    color: #BCBEC0 !important;
}

/*радиус кнопки мобильной версии полное открытие корзины*/
.t706__cartpage-open-form.t-btn
{
    border-radius: 22px;
}


