 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F8F8FA;
    color: #70767D !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "\2753";
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "\1F6D2";
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}


/*       Жирность цен в попапе           */
.t-name_md {
    font-size: 30px;
}

/* ----------------------------------------- */



/*   Вместо старой цены, показывает "/ компл."     */

/*   В карточках товаров     */
.t-store__card__price_old {
    text-decoration: none;
	visibility: hidden;
} 

/*.t-store__card__price_old:before {
	visibility: visible;
	color: #1f2833;
	opacity: .5;
	content: "/ компл";
    font-size: .8em;
} */

/*   В попапе     */
/*  надпись вместо старой цены - компл */
/*
.t-store__prod-popup__price_old {
    text-decoration: none;
    visibility: hidden;
} 

.t-store__prod-popup__price_old:before {
	visibility: visible;
	color: #1f2833;
	opacity: .5;
	content: "/ компл";
    font-size: .8em;
    padding: 5px;
} 
*/
/*  надпись вместо старой цены в попапе - уточняйте цены*/

.t-store__prod-popup__price_old {
    text-decoration: none;
    visibility: hidden;
} 

.t-store__prod-popup__price_old:before {
	visibility: visible;
	
	background-color: #34A0A4;
    color: #EEEDF3 !important;
    opacity: .9;
    
    display: inline-block;
    padding: 10px 15px;
    margin-right: 150px;
    margin-left: -4px;
    margin-top: 1px;
    margin-bottom: 0px;
    border-radius: 3px;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 14px;
    font-weight: 800;
    content: "Цены и наличие могут меняться.\a Точную информацию уточняйте у менеджера";
    white-space: pre;
    
/*	opacity: .8;
	content: "Цены уточняйте в прайс-листе или у менеджера";
    font-size: .5em;
    padding: 5px;*/
} 

/*   Выравнивание всего ряда цены в попапе     */

.t-store__card__price-currency, .t-store__card__price-value, .t-store__prod-popup__price-currency, .t-store__prod-popup__price-value, .t-store__prod__price-portion {
    vertical-align: top;
}


/*   Выравнивание единиц по умолчанию     */

.t-store__prod__price-portion {
     vertical-align: middle; 
}

/* ----------------------------------------- */

/*  Описание товара в попапе                */

.t-descr_xxs {
/*    font-size: 14px; */
/*    line-height: 1.55; */
    font-weight: 500;
}


/* Артикул в попапе  */

.t-store__prod-popup__sku {
    font-weight: 600;
    font-size: 28px;
    margin-top: 4px;
    color: #5e5e5e;
}


/* ----------------------------------------- */



/*  надпись про опт в сером квадрате с иконкой под ценой        */
 

 
 
     
.t-store__prod-popup__price-wrapper:after {  

 
   
    background-color: #F8F8FA;
    color: #70767D !important;
    
    display: inline-block;
    padding: 10px 15px;
    margin-right: 150px;
    margin-top: 5px;
    border-radius: 3px;
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    content: "\1F6D2   Минимальный заказ от 100 комплектов";
    
    

}
