/* flecha productos */
.product-block.grid .add-cart > .button {
	background-color: #9f9e9e !important;
	width: 22px !important;
    height: 22px !important;
	line-height: 22px !important;
}
.product-block.grid .add-cart > .button:not(.loading)::before {
	left: -10px !important;
	top: 1px !important;
}

/* Boton traducción */
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1px 1px !important;
}
.gt_float_switcher {
    font-size: 12px !important;
}
.gt_float_switcher img {
    width: 20px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 16px !important;
}
.gt_float_switcher{
    line-height: 12px !important;
}
.gt_float_switcher .gt_options a {
    padding: 1px 1px !important;
}
.gtranslate_wrapper{
    margin-top: 20px !important;
}

/* iconos login */
/* .icon-user:before {
    content: "\e910";
} */

/* icono sin login */
.ti-lock:before {
    content: "\e602" !important;
}