
.p_thumbnail{
	float: left;
}


.ptn{
	display: block;
	line-height: 1.4;
}


.citr.citr_m{
	text-align: center;
}


.add_in_cart{
	white-space: nowrap;
}
    
    
.add_in_cart .qtty_fld{
	    display: inline-block;
	    font-size:16px;
	    height:36px;
	    width:64px;
	    padding:2px 4px;
	    vertical-align: middle;
	    border-radius: 3px 0px 0px 3px
}
    
    
.add_in_cart .aic_but{
	    display:inline-block;
	    width:40px;
	    height:36px;
	    background:#d60000 url(https://tcomponent.ru/backoffice/TEMPLATES/images/cart_icon_white_64.png) no-repeat center center;
	    background-size:contain;
	    border-radius:0px 3px 3px 0px;
	    cursor: pointer;
	    vertical-align: middle;
}
    
    
.add_in_cart .aic_but.inactive{ 
	    background:#919191 url(https://tcomponent.ru/backoffice/TEMPLATES/images/cart_icon_white_64.png) no-repeat center center;
	    background-size:contain;
}



.in_cart{
	margin: 15px auto;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 6px;
    background: #62aadc;
    border-radius: 10px;
    color: white;
    width: fit-content;
    word-break: break-word;
}
   
   
.in_cart .to_cart{
	display: block;
	color:white !important;
	text-decoration: underline;
}
   
   
.in_cart .del_ci{
	display: inline-block;
    margin: 0 0 0 7px;
    color: red;
    cursor: pointer;
    font-size: 14px;
}




.dbl_hdr{
	line-height: 1.5;
	text-align: center;
}


.deal_data{
	position: relative;
	font-size: 1.1em;
}


.spo_cont .cit_row:nth-child(even){
	background: #f0f0f0;
}


#export_to_excel_but{
      background: #f7f7f7 url(https://tcomponent.ru/backoffice/TEMPLATES/images/xl_exp.png) no-repeat left center;
      background-size: contain;
      background-blend-mode: luminosity;
      padding-left:60px;
}

    
     
    
#export_to_excel_but:hover{
	background-blend-mode: initial;
}
	 
	 
	 
	 
.but_in_hdr{
	  display: inline-block;
      margin-right: 5px;
      height: 40px;
      min-width: 50px;
      width: auto;
      cursor: pointer;
      border: 1px solid #999;
      padding: 6px 9px;
      border-radius: 4px;
      vertical-align: middle;
      box-shadow: 0px 1px 2px #a9a9a9;
      font-size: 14px;
      color:black;
      font-weight: normal;
      line-height: 1;
      background-blend-mode: luminosity;
}



.pr_hlt{
    background: #000000;
    padding: 3px 0px 3px 7px;
    border-radius: 3px;
    font-size: 16px;
    color: white;
    border-left: 8px solid #dd0000;
}


.pr_hlt:after{
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    right: -11px;
    border: 13px solid transparent;
    border-left-color: #dc0100;
    border-right: 0;
    top: 0px;
}



@media screen and (max-width:500px){
	
	.pr_hlt{
		font-size:14px;
		padding:5px;
		border:none;
		background:none;
		color:black;
	}
	
	.pr_hlt:after{
		display: none;
	}

}





/*
.cit_row:nth-child(even) .pr_hlt{
	margin-top:5px;
}
*/

  
