/*
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: #fe284a !important;
}

/* стили для 2 рекомендуем */
.pgroot-recommend {
	position: relative;
	padding: 30px 20px 30px 65px!important;
	background: #def9e5;
	margin-top: 25px;
	border-radius: 10px;
}

.pgroot-recommend:before {
	position: absolute;
	font-family: dashicons;
	content: "\f529";
	font-size: 30px;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	color: #34bc58;
	line-height: 1;
}

/* стили для рекомендуем */
.pg-recommend {
	position: relative;
	padding: 30px 20px 30px 65px!important;
	background: linear-gradient(to right,#def9e5 0,#effbce 100%);
	border-radius: 10px
}

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

@media (max-width: 576px) {
	.pg-recommend {
	padding: 30px 20px 30px 50px!important;

}
	.pg-recommend:before {
	left: 10px;
}
}

/* отступ для картинок */

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