/***********************************************************************************************************************************/
/***********************************************************************************************************************************
######## ######## ##     ## ########  ######     
   ##    ##        ##   ##     ##    ##    ##    
   ##    ##         ## ##      ##    ##          
   ##    ######      ###       ##     ######     
   ##    ##         ## ##      ##          ##    
   ##    ##        ##   ##     ##    ##    ##    
   ##    ######## ##     ##    ##     ######     
************************************************************************************************************************************/
/***********************************************************************************************************************************/

/* PRICETAG *******************************************************************************************************************************
 ******************************************************************************************************************************************/


.pricetag:not(.pricetag--s) strong{
	position: relative;
	bottom: 8px;
}
.pricetag--s strong{
	bottom: 12px;
}

/* LIST ***********************************************************************************************************************************
 ******************************************************************************************************************************************/

.list--circle{
    padding-left: 5px;
}
.list--circle a,
.list--circle strong{
    text-indent: 0;
}
ul.list--circle {
    list-style: none;
}
ul.list--circle li{
    padding-bottom: 10px;
}
ul.list--circle li::before {
    content: "\2022";
    color: #AD5B50;
    font-weight: bold;
    display: inline-block;
    width: 14px;
}
ul.list--circle ul{
    padding-left: 30px;
}
ul.list--circle li li::before{
    content: none;
}
