/*
 *	Theme Name:   	pearlhen
 *	Template:     	storefront
 */

/**
* Подключение фонта с сайта https://fontello.com/
* сами фонты лежат в каталоге font темы
************************************************************************************************************************************/
 @import url('fontello-hromov.css');
 
 /**
* Оформление кнопок соц.сетей при наведении мышки a:hover
* Подключение фонта с сайта https://fontello.com/ - выше -  @import url('fontello-hromov.css');
* сами фонты лежат в каталоге font темы
************************************************************************************************************************************/
.instagram a:hover {background: #8841a6; color: #fff!important;}
.vk a:hover {background: #5d84ae; color: #fff!important;}
.odnoklassniki a:hover {background: #f93; color: #fff!important;}
.whatsapp a:hover {background: #50b154; color: #fff!important;}
.telegram a:hover {background: #249bd7; color: #fff!important;}
.facebook a:hover {background: #3b5998; color: #fff!important;}

.social-nets a {
    text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px!important;
}

.button-round a {
    border-radius: 20px!important;
}
.button-square-round a {
    border-radius: 4px;
}
/************************************************************************************************************************************/
 

/* Главное меню - будет невидимым */
.storefront-primary-navigation{
    display: none;
}

