/*
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
*/



/* ————  CARRO EN CABECERA  ———— */
#header-outer .icon-salient-cart, /* icono */
#header-outer .cart-wrap          /* número de artículos/burbuja */
{
  display: none !important;
}

/* ————  CARRO EN MENÚ MÓVIL  ———— */
#mobile-cart-link {
  display: none !important;
	}
.footer {
  background-color: #33251a;
  color: #ffffff;
}
	
.vert-center h3 {
    font-size: 23px !important;
    line-height: 1.5em !important;
}
.work-info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
	
.vert-center {
    display: flex;
    flex-direction: column;
    order: 1!important;
}

.vert-center p{
    order:1;
}

