/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*TITLES*/
/* Espessura das linhas */
.section-title-normal {border-bottom: 1px solid #e7e7e7;}
.section-title b {background-color: rgb(0 0 0); height: 1px; opacity: .09;}

/*WISHLIST*/
/* Change color of the heart icon*/
.wishlist-icon .is-outline {color: #fff !important;}


/*CATÁLOGO PRODUTOS*/
/* Change moldura Medidas*/
.ux-swatches--rounded * {padding: 1px; font-size: 12px;}

/*Titulos produtos catalogo*/
.product-small .product-title {font-weight: 600 !important;}

/*Icons da página de artista*/
/* Alinhamento horizontal */
.artist-social-horizontal {display: flex; flex-direction: row; align-items: center; gap: 20px; flex-wrap: wrap; /* para ficar bonito em mobile */}
/* Cada item: ícone + texto */
.artist-social-item {display: flex; align-items: center; gap: 5px; text-decoration: none;color: inherit; transition: 0.2s ease;}
/* Hover */
.artist-social-item:hover .artist-social-label {text-decoration: underline;}
/* Texto */
.artist-social-label {font-size: 16px;}
/* Aumentar círculo + ícone */
.artist-social-item .icon {width: 25px; height: 25px;}
.artist-social-item .icon i {font-size: 20px;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}