/*
Theme Name:   oceanwp child theme
Description:  Write here a brief description about your child-theme
Author:       Роман
Author URL:   https://magnet.in.ua
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/


.woocommerce .products .product-inner {
    border-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 73%), 0px 0px 6px 0px rgb(0 0 0 / 13%);
}
/* Write here your own personal stylesheet */
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top: 1%;}
.woocommerce ul.products li.product .woo-entry-inner li.title{height: 60px;}
/* wc-block-product-categories-list */

.wc-block-product-categories-list {
	width: auto;
	height: auto;
	border: 0.1px solid #B8B8B8;
	/*-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);*/
}
.wc-block-product-categories-list > li > a {
	background-color: RGB(0, 136, 0,0.7);
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='RGB(0, 136, 0,0.7);', EndColorStr='RGB(0, 136, 0,0.7);');
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.wc-block-product-categories-list ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 25px;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
}
.wc-block-product-categories-list ul li ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 53px;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
}
.wc-block-product-categories-list ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.wc-block-product-categories-list > li > a:hover, .wc-block-product-categories-list > li > a.active {
	background-color: RGB(0, 199, 0,0.7);
	/*  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219)); */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='RGB(0, 199, 0,0.7)', EndColorStr='RGB(0, 199, 0,0.7)');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.wc-block-product-categories-list > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.wc-block-product-categories-list > li > a:before {
	content: '';
	background-image: url(sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}
.wc-block-product-categories-list > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.wc-block-product-categories-list > li > a:hover span, .wc-block-product-categories-list > li a.active span {
	background: #2173a1;
}
.wc-block-product-categories-list > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 4px;
	left: -13px;
}
.wc-block-product-categories-list > li > ul li ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 4px;
	left: -13px;
}
.wc-block-product-categories-list > li > ul li:hover a,
.wc-block-product-categories-list > li > ul li:hover a span,
.wc-block-product-categories-list > li > ul li:hover a:before {
	color: #32373D;
}


.wc-block-product-categories-list ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}


@media screen and (max-width: 1200px){

	.home .single-page-article .entry h1 { font-size:26px !important; }
	.home .single-page-article .entry h2 { font-size:26px !important; }

	.home .single-page-article .entry { display:flex;flex-direction: column; }
	.vc_custom_1662724663253 { display:flex;flex-direction: column; }
	.vc_custom_1662724663253 > div:first-child { order:2; }
	.vc_custom_1662724663253 > div:last-child { order:1; }
	
	.vc_custom_1662721797214 { display:flex;flex-direction: column; }
	.vc_custom_1662721797214 > div:first-child { order:2; }
	.vc_custom_1662721797214 > div:last-child { order:1; }

	.vc_custom_1662721809526 { display:flex;flex-direction: column; }
	.vc_custom_1662721809526 > div:first-child { order:2; }
	.vc_custom_1662721809526 > div:last-child { order:1; }
 
}
.one-half,
.one-third,
.two-third,
.one-fourth {position: relative;margin-right: 5%;float: left;margin-bottom: 10px;}
.two-third {margin-right: 2.5%;}
.one-half { width: 30%; }
.one-third { width: 30.66%; }
.two-third { width: 66%; }
.one-fourth {width: 22%;}
.last {margin-right: 0 !important;clear: right;}
@media only screen and (max-width: 1024px) {
.one-fourth {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}


.wpcf-wrap {min-height: 90px;}
div.wpcf7-response-output {width: 100%;clear: both;margin: 0;}
.wpcf-accept {clear: both;}
.wpcf7-acceptance > .wpcf7-list-item {margin: 0;}
.wpcf-accept > .wpcf7-form-control-wrap {display: inline-block !important;}
.call-to-action{
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #008000;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
.wpcf7-form-control-wrap textarea{min-height: 50px;text-align: center;}
input.wpcf7-form-control {text-align:center;border-radius: 4px;border: 1px solid #fc3;}
.grecaptcha-badge {display:none}
/* Стили для хлебных крошек */
.site-breadcrumbs {
    margin-left: 4%; /* Отступ слева */
    padding: 10px 15px; /* Внутренний отступ */
    background-color: #f7f7f7; /* Фон */
    border-radius: 5px; /* Скругление углов */
    font-size: 17px; /* Размер шрифта */
    line-height: 1.5; /* Межстрочный интервал */
}

.site-breadcrumbs a {
    color: #0073aa; /* Цвет ссылок */
    text-decoration: none; /* Убираем подчеркивание */
}

.site-breadcrumbs a:hover {
    text-decoration: underline; /* Подчеркивание при наведении */
}

.site-breadcrumbs .breadcrumb-sep {
    margin: 0 5px; /* Отступы для разделителей */
}
