/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* изменим большую кнопку */

.btn-size-big {
	text-transform: uppercase;
	white-space: normal;
	color: #fff;
	background-color: #3daa45 !important;
}

/* добавим отступ при центрировании картинки */

.wp-block-image .aligncenter {
	margin-bottom: 25px;
}

/* цвет подменю в шапке */

@media (min-width: 992px) {
	.top-menu ul li .sub-menu li a {
		color: #666 !important;
    }
}

/* стили для рекомендуем */

.pg-recommend {
	position: relative;
	padding: 30px 20px 30px 65px!important;
	background: linear-gradient(to right,#def9e5 0,#effbce 100%);
}

.pg-recommend:before {
	position: absolute;
	font-family: wpshop-core!important;
	content: "👍";
	font-size: 30px;
	max-width: 30px;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	color: #34bc58;
	line-height: 1;
}