/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#cont-icons-header{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#cont-icons-header .single-icon{
	margin-left: 15px;
	width: 28px;
    height: 28px;
}
#cont-icons-header img{
	margin-bottom: 0 !important;
}
#cont-icons-header #cont-icon-carrito{
	position: relative;
}
#cont-icons-header #cont-icon-carrito #num-items-carro{
	font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    top: -5px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    right: -3px;
    background-color: #E5007E;
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
	#cont-icons-header{
		margin-right: 55px !important;
	}
}



