/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

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

@font-face {
	font-family: 'Evolventa';
	src: url('./fonts/Evolventa-Regular.woff') format('woff'),
		url("./fonts/Evolventa-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Evolventa';
	src: url('./fonts/Evolventa-Oblique.woff') format('woff'),
		url('./fonts/Evolventa-Oblique.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Evolventa';
	src: url('./fonts/Evolventa-Bold.woff') format('woff'),
		url('./fonts/Evolventa-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Evolventa';
	src: url('./fonts/Evolventa-BoldOblique.woff') format('woff'),
		url('./fonts/Evolventa-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.h1, h1:not(.site-title) {
	font-family: 'Evolventa', sans-serif !important;
}
body, body * {
	font-family: 'Evolventa', sans-serif !important;
}

.site-logotype img {
	width: 50px;
}

.site-header {
	padding: 2px 0px;
}
.page-header {
	position: relative;
	text-align: center;
}
body.archive .entry-title, body.archive .page-title {
	text-align: center;
	text-transform: none;
	font-weight: normal;
	color: #000;
	padding-top: 20px
}
.page-header:before {
	background-color: #1A1C69;
	content: " "; 
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
.main-navigation+.mobile-menu-placeholder.open, .site-header+.mobile-menu-placeholder.open { 
	margin-top: 0px; 
}
a.wp-block-button__link,a.wp-block-button__link:visited {
	color:#fff;
}
/* .......................................................... */
#woocommerce_product_search-2 {
	max-width:1200px;
	margin:0px auto;
	width:100%;
}
#woocommerce_product_search-2 .widget-header {
	text-align: center;
	font-size:42px; 
	font-weight: normal;
	margin-bottom: 0.6rem;
	position:relative; 
	padding-top: 10px;}
#woocommerce_product_search-2 .widget-header:before {
	background-color:#1A1C69;
	content: " "; 
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;}

.section-0 { margin-bottom: 0px; }

.header-customer-account:before {
	content:" ";
	background:url("/wp-content/uploads/auth.svg") no-repeat scroll center center; 
	background-size:100%;
	width:14px;
	height:19px; 
	display:inline-block;	
}
.header-favorite:before {
	content: " ";
	background:url("/wp-content/uploads/favorite.svg") no-repeat scroll center center; 
	background-size: 30px;
	width: 38px;
	height: 38px; 
	display:inline-block;
}
.header-customer-account:before {
	width: 18px;
    height: 24px;
}


.header-phone__item {
	margin-top:4px;
}
.header-cart__link-ico:after {
	content: " ";
	background:url("/wp-content/uploads/cart.svg");
	width: 38px;
	height: 38px;
	display:inline-block;
	background-size: 100%;
}
.header-cart__link sup{
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -0.65rem;
	color:#FC7609;
	background-color:transparent;
	font-size:14px;
	padding-top:2px;
	font-weight:bold;
}
/* .......................................................... */
.product-category {
	padding: 0px 10px 15px 10px; 
	width:100%;
}
.product-category a {
	box-shadow: 0px 0px 5px #ccc;
	border-radius:15px;
	min-width:175px; 
	font-weight: 500;
	padding: 10px 10px 55px 10px;
	background-color:#fff; 
	display:block;
	position:relative;	
	font-size:14px
}
.product-category img {
	width: 100%;
	height: 70%;
	object-fit:cover;
	border-radius:15px;
}
.product-category .woocommerce-loop-category__title {
	text-transform:uppercase;
	text-align:left; 
}
.product-category a:after {
	content:"Перейти";
	background-color: #E00339; 
	color:#fff;
	border-radius:10px;
	padding:10px 30px;
	display:inline-block;
	font-weight:400;
	position:absolute;
	bottom:10px;
	right:10px;
	left: 10px;
	text-align: center;
}
.product-category .woocommerce-loop-category__title .count {
	display:none;
}
/* .......................................................... */
.section-id--ssearch {
	display: none;
	margin-bottom: 0px;
}
#woocommerce_product_search-2 { 
	padding: 0px 10%;
}
.search-form .search-field {
	border:1px solid #545454;
	border-radius:15px;
	font-size:14px;
	padding:6px 20px;
}

.footer-widgets-5 {
	color:#fff;
}
footer .widget-header {
	font-size:14px;
	text-transform:uppercase;
	font-weight:500
}
footer p {
	margin-bottom: 0.5rem
}
footer a {
	color:#fff !important;
}


.article-meta {
	display:none;
}
body.home #content {
	max-width:100% !important; 
	padding-left:0px;
	padding-right:0px;
}
.page-title {
	color: #000;
	text-transform: uppercase;
}

.section-categories {
	padding-bottom: 0px; 
	margin-bottom: 0px; 
}


body.home main .section-block__header {
        padding: 40px 20px 0px 20px;
        border-radius: 0px 0px 20px 20px;
        font-size: 14px;
        overflow:hidden;
        min-width: 400px;
        max-width: 700px;
        margin: 30px auto 0px;
        text-align:center;
        display:block;
        background-color:#fff;
        color:#2f2f2f;
        border-radius: 20px 20px 0px 0px;
}
body.home main .section-block__header:before {
        background-color:#1A1C69;
        content: " ";
        position:absolute;
        top:20px;
        left:50%;
        margin-left:-57px;
        display:block;
        height:8px;
        width:115px;
        border-radius: 4px;
}
body.home main .section-block__title {
	font-size: 42px;
	font-weight: normal;
}
body.home main .section-block__title {
    margin-right: 0px;
}
body.home main .section-0 .section-block__header {
    display: none;
}



body.home .shop-grid {
	justify-content: space-between;
	max-width:1200px;
	margin:0px auto;
	//background: url(/wp-content/uploads/fon01.svg) no-repeat scroll;
	background-size: 100%;
}

.woocommerce-breadcrumb a {
	color:#000;
}
.woocommerce-breadcrumb .wci-chevron-right:before {
	content:"/";
}

.woocommerce-tabs .wc-tabs li.reviews_tab { 
	display:none; 
}
.woocommerce-tabs .wc-tabs {
	display:none;
}



/* .......................................................... */
.section-id--form {
	background:url("/wp-content/uploads/form.png") no-repeat scroll right top;
	background-size: 95% 100%;
	padding: 20px 40px;
}
.section-id--form .section-html__body { 
	min-width:400px;
	max-width: 700px;
	margin: 0px auto;
	background-color:#fff;
	padding: 0px 20px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	overflow:hidden;
}
.section-id--form .section-block__header {
	padding: 40px 20px 0px 20px;
	border-radius: 0px 0px 20px 20px;
	font-size: 14px; 
	overflow:hidden;
	min-width: 400px;	
	max-width: 700px; 
	margin: 30px auto 0px; 
	text-align:center; 
	display:block;
	background-color:#fff;
	color:#2f2f2f;
	border-radius: 20px 20px 0px 0px;
}
.section-id--form .section-block__header:before {
	background-color:#1A1C69;
	content: " "; 
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}

.section-id--form label{
	display:block;
}
.section-id--form input, .section-id--form textarea {
	width: 100%;
	border:0px;
	background-color: #eaeaea;
	border-radius: 10px;
	padding: 10px 20px;
}
.section-id--form input[name="file-154"] { 
	width: auto;
	opacity:0; 
	z-index:99; 
	height:40px
}
.section-id--form .file_name {
	font-size: 12px;
	padding-left: 10px;
	opacity: 0.6;
}
.section-id--form span[data-name="file-154"] {
	display:block;
}
.section-id--form span[data-name="file-154"]:before {
	content: "Выбрать файл";
	z-index: 0; 
	background-color:#1A1C69;
	border:1px solid #fc7609;
	color:#575757;
	border-radius:10px;
	padding:5px 30px;
	display:inline-block;
	font-weight:400;
	position:absolute;
	bottom:0px;
	left: 0px;
}
.section-id--form .wpcf7-submit {
	background-color: #E00339;
	color:#fff;
	border-radius:10px;
	padding:10px 0px;
	display: block;
	font-weight:400;
	max-width: 50%; 
	margin: 0px auto;
}
.section-id--form input:focus,.section-id--form textarea:focus {
	background-color: #efefef;
}
body.home .site-header { margin-bottom: 0px; }
.section-id--tophome {
	background-color: #fff;
	margin-bottom: 0px;
}
.section-id--tophome .section-html__body {	
	justify-content: space-between;
	max-width:1200px;
	margin:0px auto;
	background: url(/wp-content/uploads/fon02.png) no-repeat scroll center center;
	background-size: cover;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	align-items: center;
}
.section-id--tophome .section-block__header { 
	display: none; 
}
.section-id--tophome ul {
	margin: 0px;padding: 0px;list-style:none;
}
.section-id--tophome ul li {
	background-color: #E00339;
	color:#fff;
	border-radius:10px;
	padding:10px 0px;
	display: block;
	flex: 1;
	padding: 15px;
	text-align:center;
	line-height:30px
}
.section-id--tophome ul li+li {
	margin-top: 30px;
}
.section-id--tophome ul li strong {
	display:block; 
	font-size:40px;
}
.section-id--tophome a {
	background-color: #E00339;
	color:#fff;
	border-radius:10px;
	padding:10px 20px;
	display: block;
	font-weight:400;
	margin: 0px auto;
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
}
.section-id--tophome blockquote {
	padding-right: 10%;
	color: #fff;
}
.section-id--tophome blockquote p {
	background-color: rgba(0,0,0, .6);
	padding: 30px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
}
.section-id--tophome h1 {
	position: relative;
	padding-bottom: 20px;
}
.section-id--tophome h1:before {
	background-color:#FC7609;
	content: " "; 
	position:absolute;
	bottom: 0px;
	left: 0px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}

.section-id--pay {

}
.section-id--pay .section-block__header {
	padding: 20px 0px 0px 0px;
	text-align:center; 
	display:block;
}
.section-id--pay .section-block__title {
	font-size: 42px; 
	font-weight: normal;
}
.section-id--pay .section-block__header:before {
	background-color:#1A1C69;
	content: " "; 
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
.section-id--pay .section-html__body { 
//	max-width: 1200px; 
//	margin: 0px auto; 
}

.section-id--pay ul {
	margin: 0px; padding: 0px; list-style:none;
}
.section-id--pay li {
	position: relative;
	padding: 10px 0px 10px 0px;
}
.section-id--pay li+li:before {
	content: " ";
	display: block;
	position: absolute; 
	top: 0px;
	left:0px;
	width: 30px;
	border-top: 2px solid #fc7609;
}

.section-id--pay blockquote {
	background-color: #1A1C69;
	text-align: center;
	color: #fff;
	padding: 20px;
	border-radius: 20px;
}
.section-id--pay blockquote p {
	margin-bottom: 0px;
}



/* .......................................................... */
.section-id--delivery .flex-row, .section-id--pay .flex-row {
    display: flex;
    align-items: center;
    flex-wrap: no-wrap;
    justify-content: space-between;
    padding: 0px 1rem;
}

.section-id--pay .text, .section-id--delivery .text  { 
    max-width: 600px;
    padding-right: 20px;
}
.section-id--pay .image, .section-id--delivery .image {
    max-width: 600px; 
    min-width: 320px;
}
.section-id--pay .image img,.section-id--delivery .image img  {
    width: 100%;
}









/* .......................................................... */
.post-template-default #content {
//	background: url(/wp-content/uploads/fon.post.svg) repeat scroll center center;
}
/* .......................................................... */
.section-id--delivery {
//	background: url("/wp-content/uploads/fon03.png") no-repeat left center; 
//	background-size: 80% 140%;
}
.section-id--delivery .section-block__header {
	padding: 20px 0px 0px 0px;
	text-align:center; 
	display:block;
}
.section-id--delivery .section-block__title {
	font-size: 42px; 
	font-weight: normal;
}
.section-id--delivery .section-block__header:before {
	background-color: #1A1C69;
	content: " "; 
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
.section-id--delivery .section-html__body { 
//	max-width: 1200px; 
//	margin: 0px auto; 
}
.section-id--delivery .text h3 {
	margin-left: 2rem;
}
.section-id--delivery ul {
	margin: 0px; padding: 0px; list-style:none;
}
.section-id--delivery li {
	position: relative;
	padding: 10px 0px 10px 35px;
}
.section-id--delivery li+li:before {
	content: " ";
	display: block;
	position: absolute; 
	top: 0px;
	left: 35px;
	width: 30px;
	border-top: 2px solid #fc7609;
}
.section-id--delivery li img {
	position: absolute;
	left: 0px;
	top: 15px;
}

.tab_lister { 
}
ul.tab__lister_name {
	margin: 0px;
	padding: 0px 15px;
	display: flex;
}
.tab__lister_name li {
	padding: 8px 15px;
	background-color: #fff;
	border: 2px solid #000;
	border-bottom: 0px;
	color: #000;
	border-radius: 15px 15px 0px 0px;
	font-size: 14px;
	line-height:18px;
	cursor: pointer;
}
.tab__lister_name li.active {
	background-color: #1a1c69;
	color: #fff;
	border-bottom: 0px;
	padding: 6px 13px;
}
.tab__lister_name li:before {
    display: none !important;
}
.tab__lister_name li +li {
	margin-left: 5px;
}
.tab__lister_data {
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 20px;
}
.tab__lister_data_box {
	display:none;
}
.tab__lister_data_box.active {
	display:block;
}


/* .......................................................... */
body.category-uslugi main {
//	background: url("/wp-content/uploads/fon.post.svg") repeat scroll center center;
}
.post-cards--standard {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.post-card--standard { 
	width:48%; 
	margin: 0px 0px 1rem 0px; 
	padding: 0px 1rem; 
	border: 0px; 
	box-shadow: none;
}
.post-card__body {
	width: 100%; 
	height: 100%; 
	display: flex; 
	flex-direction: column; 
	background-color: #fff; 
	border-radius: 15px; 
	padding: 20px;
	box-shadow: 0px 0px 10px #999;
}
.post-card__thumbnail {
	flex-basis: auto; 
	order: -1; 
	flex-grow: unset; 
	border-radius: 15px; 
}
.post-card__thumbnail img {
	width: 100%;
}
.post-card__meta {
	display:none; 
}
.post-card--standard .post-card__title {
	font-size: 1.2em; text-align:center; font-weight: bold;
}
.post-card--standard .post-card__body {
	flex: 1; 
}
/* .......................................................... */
.page-id-1479 #content {
	background-color: transparent; 
	background: url("/wp-content/uploads/fon05.png") no-repeat center top;
	background-size: 100% 35%;
	max-width: 100%;
}
.page-id-1479 #content main {

}

.page-id-1479 h1, .page-id-1479 h2 {
	color: #fff;
	text-align: center;
}
.page-id-1479 .page-title {
	position: relative;
	text-transform: none;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-top: 20px;
}
.page-id-1479 header { 
	margin-bottom: 0px;
}

.page-id-1479 h2 {
	display: inline-block;
	background-color: transparent; 
	background: url("/wp-content/uploads/decor.about.png") no-repeat left bottom;
	background-size: 100% 20px;
	margin: 0px 5%;
	padding-bottom: 20px;
}
.page-id-1479 .wp-block-columns { 	
	margin-top: 40px; 
}
.post-id-1479 .page-title:before {
	background-color: #fff;
	content: " "; 
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
#post-1479 .box01,#post-1479 .box02, #post-1479 .icons li {
	box-shadow: 0px 0px 10px #999
}

#post-1479 .box01, #post-1479 .box02 { 
	background-color: #fff; 
	border-radius: 15px; 
	position: relative; 
	font-size: 1.2em; 
}

#post-1479 .box01 {
	padding: 20px 10px 10px 10px;
}
#post-1479 .box02 {
	padding: 10px 10px 10px 20px;
}
#post-1479 .box01:before {
	background-color: #1A1C69;
	content: " "; 
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
#post-1479 .box02:before {
	background-color: #1A1C69;
	content: " "; 
	position:absolute;
	top:50%;
	left: 0px;
	margin-top:-57px;
	display:block;
	width:4px;
	height:115px;
	border-radius: 4px;
}
#post-1479 .icons {
	list-style: none;
	margin: 0px;
	padding: 0px; 
}

#post-1479 .icons li { 
	background-color: #fff;
	border-radius: 15px; 
	padding: 10px 10px 10px 50px;
	position: relative;
	font-size: 0.9em;
}
#post-1479 .icons li+li { margin-top: 1rem; }
#post-1479 .icons li img {
	height: 27px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -14px;
}
#post-1479 h3 {
	color: #000;
	font-size: 1em;
	display: inline-block;
	margin: 0px auto;
	background-color: #bfd278;
	border-radius: 15px 15px 0px 0px;
	padding: 5px 20px;
}
#post-1479 blockquote {
	padding: 5px 20px; 
	font-size: 1.3em; 
	color: #fff; 
	font-weight: 600; 
	background-color: #FC7609;
	border-radius: 15px; 
	text-align:center;
}
/* .......................................................... */
.page-id-2 {
//	background: url("/wp-content/uploads/fon.post.svg") repeat scroll center center;
}
.page-id-2 #content {
	background-color: transparent; 
		background: url("/wp-content/uploads/fon05.png") no-repeat center top;
	background-size: 100% 70%;
	max-width: 100%;
}
.page-id-2 #content main {
	max-width: 1100px;
	margin: 0px auto;
}
.page-id-2 .page-title {
	position: relative;
	text-transform: none;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-top: 20px;
	color: #fff;
}
.page-id-2 .page-title:before {
	background-color: #fff;
	content: " "; 
	position:absolute;
	top: 10px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
.page-id-2 header { 
	margin-bottom: 0px;
}
#post-2 h2 { 
	color: #fff; 
}
#post-2 ul { 
	list-style: none;
	padding: 30px 10px 10px 10px;;
	margin: 0px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #999;
}
#post-2 ul:before {
	background-color: #FC7609;
	content: " "; 
	position:absolute;
	top: 10px;
	left:50%;
	margin-left:-57px;
	display:block;
	height:8px;
	width:115px;
	border-radius: 4px;
}
#post-2 ul li { 
	position: relative;
	font-size: 1.2em;
	padding: 5px 5px 5px 50px;
}
#post-2 .entry-content ul li:before {
	display: none;
}
#post-2 ul li+li { 
	margin-top: 1rem; 
}
#post-2 ul li img {
	height: 32px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -16px;
}
#post-2 ul li strong {
	font-size: .8em; 
}
/* .......................................................... */
.section-id--slider {
	background-color: #fff;
}
.section-id--slider .fon {
	width: 100%;
	border-radius: 15px;
}
.section-id--slider .fon_mobile {
	width: 100%;
	display: none;
	border-radius: 15px;
}

.section-id--slider .section-html__body {
	max-width: 1200px;
	margin: 0px auto;
	background-size: cover;
	position: relative;
}
.section-id--slider h3 { 
	color: #e5040c; 
	font-size: 1.4em; 
	max-width: 520px;
	text-transform: none;
	position: absolute;
	top: 10%;
	left: 5%;
}
.section-id--slider .section-html__body .box {
    position: absolute;
    top: 0%;
    height: 100%;
    left: 2%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section-id--slider ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section-id--slider li {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 1rem 0px;
}
.section-id--slider li p {
    margin: 0px;
    max-width: 800px;
}
.section-id--slider ul li img {
    margin-right: 1.5rem;
}

.section-id--slider a {
    background-color: #E00339;
    color:#fff;
    border-radius:10px;
    padding:10px 20px;
    font-weight:400;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.seciton-id--slider { 
	padding-bottom: 0px; 
}
.section-id--tophome {
	display:none
}

.header-phone {
	padding-right: 1rem;
}

/* .......................................................... */

@media all and (max-width: 1200px) {
	.header-customer-account__text {
		display: none;
	}
	.header-customer-account:before {
		height: 42px;
		width: 24px;
	}
}

@media all and (max-width: 980px) {

}

@media all and (max-width: 720px) {
	.section-id--slider .fon {
		display: none;
	}
	.section-id--slider .fon_mobile {
		display:block;
	}
	.post-card--standard {
		width: 99%;
	}
	.shop-grid--columns-4 .product-category, .shop-grid--columns-4 .shop-item {
		width: 50%;
	}
	.section-id--delivery .flex-row {
		flex-direction: column;
	}

	body.home main 	.section-block__title  {
		font-size: 28px;
		line-height: 30px;
	}
	#woocommerce_product_search-2 .widget-header {
		font-size: 28px;
		line-height: 30px;
	}
	.section-id--pay .flex-row .text h2 {
		text-align: center;
	}
	.section-id--pay .flex-row .text h2 img {
		margin: 0px 10px;
	}
	.home .content-area {
		padding-left: 15px;
		padding-right: 15px;
	}


	.section-id--slider {
	    overflow: hidden;
	    margin-left: -40px;
	    margin-right: -40px;
	}
	.section-id--slider .fon_mobile {
	    max-width: none;
	    width: 450%;
	}
	.section-id--slider .box {
	    padding-left: 5%;
	    padding-right: 5%;
	}
}


@media all and (max-width: 520px) {
	.header-phone__item {
		margin-bottom: 0px;
	}
	header .header-mobile-items-container {
		display: none;
	}
	.shop-grid--columns-4 .product-category, .shop-grid--columns-4 .shop-item {
		width: 100%;
	}
	.product-category img {
		width: 100%;
		height: auto;
	}
	.product-category a {
		width: 100%;
	}
	body.home main .section-html__body {
		min-width: auto;
		width: 100%
	}
	body.home main .section-block__title {
		font-size: 24px;
		line-height: 25px;
	}
	#woocommerce_product_search-2 .widget-header {
		font-size: 24px;
		line-height: 25px;
	}
	.tab__lister_name li {
		font-size: 12px;
	}
}

