body {
	font-family: 'Ruberoid', sans-serif;
	font-weight: 400;
	color: #0A0B0C;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	background-color: #F0F0F0;
	-webkit-font-smoothing: antialiased;
}
.tooltip {
	font-family: 'Ruberoid', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #0A0B0C;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 31px;
	font-weight: bold;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #647246;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px 
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-top: 30px;
	background: #fff;
}
.tab-content>.active {
	display: block;
}
@media (max-width: 991px) {
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		padding: 12px 20px !important;
	}
	.nav-tabs>li>a {
		padding: 12px 20px !important;
	}
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	background: #000;
	color: #fff;
	border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #000;
	padding: 15px 30px;
	cursor: default;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none;
}

.nav-tabs>li>a {
	color: #000;
	padding: 15px 30px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #0A0B0C;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #f00;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0px;
	box-shadow: 0px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	padding-top: 7px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
.footer-right {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
			width: 100%;
 }
 .footer-payment {
		justify-content: center;
		margin-bottom: 15px;
	}
	.horizontal-menu-f li {
		text-align: center;
	}
 .footer-left {
	text-align: center;
 }
 .footer-right {
	display: flex;
 }
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
			min-width: 100%;
 }
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #0A0B0C;
	border-color: #0A0B0C;
	min-height: 50px;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 14px;
	min-height: 15px;
	font-weight: 500;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	background-color: #1d891a;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
			display: block;
 }
 .video-youtube-adaptive {
	height: 480px;
 }
}
@media (max-width: 767px) {
	.zoom-img {
			padding: 8px 20px !important;
 }
	.pnc-prod-line {
			font-size: 18px !important;
 }
	.product-pnc-right h1 {
			font-size: 24px;
			line-height: 25px !important;
 }
	.product-thumb .caption {
			min-height: 0 !important;
 }
	.pnc-prod-offer {
			flex-wrap: wrap;
			margin: 15px 0 0 0 !important;
 }
	button#button-cart, .pnc-buy {
			margin-top: 10px;
			width: 100%;
 }
	#menu {
			border-radius: 4px;
 }
	#menu div.dropdown-inner > ul.list-unstyled {
			display: block;
 }
	#menu div.dropdown-menu {
			margin-left: 0 !important;
			padding-bottom: 10px;
			background-color: rgba(0, 0, 0, 0.1);
 }
	#menu .dropdown-inner {
			display: block;
 }
	#menu .dropdown-inner a {
			width: 100%;
			color: #fff;
 }
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
			background: rgba(0, 0, 0, 0.1);
 }
	#menu .see-all {
			margin-top: 0;
			border: none;
			border-radius: 0;
			color: #fff;
 }
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 12px 14px 12px 14px;
	color: #ffffff;
	background-color: #0A0B0C;
	border-color: #0A0B0C;
	border-radius: 0px;
	margin-top: 15px;
}
.alert a {
	color: #1d891a;
	font-weight: bold;
}
.add-img-pnc {
	border-top: 1px solid #f0f0f0;
	display: none;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: 1;
}
.close:focus, .close:hover {
	color: rgba(29,137,26,.85);
	opacity: 1;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
}
.breadcrumb > li a {
	color: #0A0B0C;
	font-size: 13px;
}
.breadcrumb > li a:hover {
	color: #0A0B0C;
	font-size: 13px;
	text-decoration: underline;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #0A0B0C;
	border-bottom: 1px solid #0A0B0C;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border: 1px solid transparent;
	border-radius: 0px;
 ;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #1d891a;
	border: 1px solid transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgba(29,137,26,.85);
	background-position: 0 -15px;
	border: 1px solid transparent;
}
.btn-primary:focus {
	color: #ffffff;
	background-color: #1d891a !important;
	border: 1px solid transparent;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.product-thumb-mini {
	border: 1px solid #fff;
	background: #fff;
	margin-bottom: 20px;
	overflow: auto;
	transition: all 0.3s ease;
}
.product-thumb-mini:hover {
	transform: translateY(-7px);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}
.pnc-prod-right {
	padding: 20px;
}
/* product list */
.product-thumb {
	border: 1px solid #fff;
	background: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding-bottom: 20px;
	transition: all 0.3s ease;
}
.product-thumb:hover {
	transform: translateY(-7px);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}
.product-thumb .image {
	text-align: center;
	padding-bottom: 20px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
			float: left;
			padding: 0 15px;
 }
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	min-height: 192px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
			min-height: 210px;
			padding: 0 10px;
 }
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
			min-height: 0;
			margin-left: 0;
			padding: 0 10px;
 }
	.product-grid .product-thumb .caption {
			min-height: 0;
 }
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #0A0B0C;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
			border-left: none;
 }
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
			width: 33.33%;
 }
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
			width: 33.33%;
 }
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
	.product-thumb .caption {
			min-height: 200px !important;
 }
}
@media (min-width: 992px) {
	.pnc-fot-ms {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-thumb .caption {
			min-height: 250px !important;
 }
	.pnc-buy button {
			width: 100px !important;
 }
}
@media (max-width: 991px) {
	.product-pnc-right {
			padding: 30px !important;
 }
}
.zoom-img {
	background: #0A0B0C;
	padding: 0;
	margin: 0;
	display: block;
	padding: 8px 0px;
	text-align: center;
	min-width: 100%;
	width: 100%;
	color: #fff;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
			clear:left;
 }
	.product-thumb .caption {
			min-height: 275px;
 }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.product-thumb .caption {
			min-height: 336px;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
			clear:left;
 }
	.pnc-promo img {
			max-width: max-content;
 }
	.pnc-promo h1 {
			line-height: 28px !important;
			font-size: 24px;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
			clear:left;
 }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
			width: 100%;
 }
	#column-left + #content .product-layout .col-md-3 {
			width: 50%;
 }
	#column-left + #content + #column-right .product-layout .col-md-3 {
			width: 100%;
 }
	#content + #column-right .product-layout .col-md-3 {
			width: 100%;
 }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
/* Custom Poncho */
header.main {
	min-height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 35px;
}
.pnc-info {
	display: flex;
	align-items: center;
	justify-content: end;
	width: 199px;
}
.pnc-icon-phone {
	display: flex;
	margin-right: 10px;
	justify-content: center;
}
.pnc-phone-time {
	display: flex;
	flex-direction: column;
}
.pnc-info a {
	font-size: 14px;
	font-weight: bold;
	color: #0A0B0C;
	line-height: 20px;
}
.pnc-info a:hover {
	color: #647246;
}
.horizontal-menu {
	display: flex;
	list-style: none;
	align-items: center;
	margin-top: 8px;
	padding-left: 0px;
}
.horizontal-menu li {
	margin-right: 30px;
}
.horizontal-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #0A0B0C;
}
.horizontal-menu li a:hover {
	font-size: 16px;
	font-weight: 500;
	color: #647246;
}
.separator {
	width: 20px;
	height: 3px;
	background-color: #647246;
}
.pnc-topr {
	float: right;
	display: flex;
}
.pnc-topr a {
	padding-right: 10px;
	padding-top: 7px;
}
.pnc-promo {
	background: url('/catalog/view/theme/default/image/top-decor.svg') #647246;
	min-height: 380px;
	color: #fff;
	margin: 15px;
}
.pnc-promo-text {
	padding: 90px 0px 0px 60px;
}
.pnc-promo ul {
	margin-left: -20px;
	margin-top: 20px;
	font-size: 16px;
}
.pnc-promo li {
	padding-bottom: 10px;
}
.pnc-promo li::marker {
	color: yellow;
}
.pnc-promo h1 {
	color: #fff;
	line-height: 35px;
}
.pnc-top-right {
	float: right;
	margin-right: -15px;
}
.advantages {
	padding: 23px 0;
}
.advantages .row [class^="col-"] {
	width: 100%;
}
.advantages_item {
	background: #fff;
	padding: 33px 21px;
}
.advantages_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}
.advantages_title svg {
	margin-right: 15px;
}
.advantages_desc {
	font-weight: 300;
	line-height: 17px;
}
.advantages_center {
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
}
/* Custom Boostrap */
.flex-row {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}
.pnc-np {
	padding: 0 !important;
	margin: 0 !important;
}
/* Products */
.pnc-productt a {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #0A0B0C;
	text-shadow: none;
}
span.pnc-lastn {
	color: #1d891a;
}
.pnc-productt a:hover {
	color: #1D891A;
}
.pnc-productb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.pnc-productt p {
	padding: 20px 0 5px 0px;
}
.pnc-btn {
	width: 112px;
	height: 37px;
	background: #1D891A;
	color: #fff;
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
}
.pnc-btn:hover {
	background: rgba(29,137,26,.85);
}
.pnc-productb .price {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pnc-h3 {
	font-size: 31px;
	font-weight: bold;
	color: #0A0B0C;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
}
.pnc-h1 {
	font-size: 31px;
	font-weight: bold;
	color: #0A0B0C;
	display: flex;
	align-items: center;
	margin-bottom: 25px 
}
.pnc-h1 svg {
	margin-right: 15px;
}
.pnc-h3 svg {
	margin-right: 15px;
}
.pnc-cart-count {
	background: #1D891A;
	border-radius: 300px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	width: 20px;
	height: 20px;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -1px;
	right: 9px;
}
.btn-reset-c {
	border: none;
	padding: 0;
	margin: 0;
}
.pnc-prod-mini {
	display: flex;
	align-items: center;
}
.pnc-prod-left {
	min-width: 179px;
}
.product-pnc {
	background: #fff;
}
.product-pnc .thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.product-pnc-left {
	border-right: 1px solid #F0F0F0;
}
.product-pnc-right {
	padding: 25px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 491px;
}
.pnc-prod-offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 33px 0 0;
}
.pnc-poncho-kolory-img {
	display: flex;
}
.pnc-poncho-kolory-img img {
	width: 42px;
	height: 42px;
	margin-right: 10px;
}
.pnc-poncho-kolory-img img:hover {
	border: 3px solid rgba(29,137,26,.85) 
}
.pnc-prod-short {
	padding-top: 20px;
}
.pnc-buy button {
	width: 220px;
}
.product-pnc-right h1 {
	margin: 0;
	line-height: 31px;
	padding-right: 25px;
}
.pnc-poncho-material {
	padding-right: 25px;
}
.product-pnc-desc {
	background: #fff;
	padding: 30px;
}
.nav-tabs>li>a {
	border: none;
}
.product-pnc-desc p {
	line-height: 22px;
	font-weight: 300;
}
.product-pnc-desc h2 {
	font-size: 21px;
	line-height: 20px;
	padding-bottom: 30px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.pnc-prod-line {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 21px;
	padding-top: 25px;
}
.bg-white {
	background-color: #fff;
}
.pnc-prod-line svg {
	margin-right: 5px;
}
.pnc-clear-qty {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 28px;
	height: 28px;
	color: #DFDFDF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pnc-clear-qty:hover {
	background: #fff;
}
.pnc-clear-qty:hover svg {
	background-color: #fff;
}
.pnc-price {
	font-size: 28px;
	font-weight: bold;
}
.pnc-price li {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}
.pnc-mndg {
	padding-top: 35px;
}
.pnc-mndg_content {
	text-align: center;
	background: #E7E7E7;
	padding: 37px 200px;
}
.pnc-mndg_text {
	font-size: 20px;
	font-weight: bold;
}
.pnc-mndg_text span {
	color: #1D891A;
}
.pnc-seo-right {
	background: #fff;
	padding: 45px 40px;
}
.pnc-mndg_desc {
	line-height: 20px;
	font-weight: 300;
	padding-top: 20px;
}
.pnc-seotext {
	margin-top: 50px;
}
.pnc-seotext_title {
	font-size: 21px;
	padding-bottom: 40px;
	font-weight: bold;
}
.pnc-seotext_title span {
	color: #1D891A;
}
.horizontal-menu-f {
	display: flex;
	list-style: none;
	align-items: center;
	padding-left: 0px;
	float: right;
}
.horizontal-menu-f li {
	margin-left: 13px;
}
.horizontal-menu-f li a {
	font-size: 14px;
	font-weight: 300;
	color: #0A0B0C;
}
.horizontal-menu-f li a:hover {
	font-weight: 300;
	color: #647246;
}
.separator-f {
	width: 10px;
	height: 2px;
	background-color: #647246;
}
.footer-menu {
	margin-top: 50px;
	margin-bottom: 10px;
}
a.a-cart-reset {
	padding: 0;
}
.qty-input {
	width: 32px;
	height: 32px;
	border: 1px solid #F0F0F0;
	font-size: 16px !important;
	font-weight: bold;
	padding: 0;
	margin: 0 15px;
}
.reset-pm {
	padding: 0 !important;
	margin: 0 !important;
}
.form-control {
	border: 1px solid #f0f0f0;
	box-shadow: none;
	border-radius: 0px;
}
@media (min-width: 991px) {
	header.mobile-menu {
			display: none;
 }
}
@media (max-width: 1199px) {
	.advantages_item {
			min-height: 150px;
 }
}
@media (max-width: 991px) {
	.pnc-seotext img {
			display: none;
 }
	.pnc-promo {
		margin: 0 0 25px 0;
			display: flex;
			align-items: center;
 }
	.advantages_item {
			min-height: auto;
 }
	.pnc-promo-text {
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
 }
	.pnc-promo h1 {
			text-align: center;
			font-size: 24px;
			line-height: 26px;
 }
	.pnc-seotext_title {
			line-height: 24px;
 }
	.pnc-h3 {
			font-size: 24px;
 }
	.pnc-prod-mini {
			display: block;
 }
	.pnc-prod-mini img {
			margin: 0 auto;
 }
	.pnc-mndg_content {
			padding: 37px 30px;
 }
	.pnc-top-right {
			display: none;
 }
	.flex-row {
			display: block;
 }
	.advantages_center {
			border-top: 1px solid #F0F0F0;
			border-bottom: 1px solid #F0F0F0;
			border-left: none;
			border-right: none;
 }
	.menu-btn-mob {
			background-color: transparent;
			border: none;
			cursor: pointer;
			display: flex;
			padding: 0;
 }
	.menu-btn-mob button {
			padding: 0;
			margin: 0;
			display: flex;
			border: none;
 }
	.line {
			fill: none;
			stroke: black;
			stroke-width: 6;
			transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
 }
	.line1 {
			stroke-dasharray: 60 207;
			stroke-width: 6;
 }
	.line2 {
			stroke-dasharray: 60 60;
			stroke-width: 6;
 }
	.line3 {
			stroke-dasharray: 60 207;
			stroke-width: 6;
 }
	.opened .line1 {
			stroke-dasharray: 90 207;
			stroke-dashoffset: -134;
			stroke-width: 6;
 }
	.opened .line2 {
			stroke-dasharray: 1 60;
			stroke-dashoffset: -30;
			stroke-width: 6;
 }
	.opened .line3 {
			stroke-dasharray: 90 207;
			stroke-dashoffset: -134;
			stroke-width: 6;
 }
 /* Mobile Menu */
	.mobile-menu {
			margin-bottom: 30px;
 }
	.container-mob {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 20px;
			background-color: #f0f0f0;
			border-bottom: 1px solid #DDDDDD;
			color: #0A0B0C;
			position: relative;
    	z-index: 9999;
 }
	.btn-line-mob {
			width: 100%;
			height: 3px;
			background-color: #0A0B0C;
 }
	.logo-mob {
			font-size: 20px;
 }
	.cart-icon-mob {
			font-size: 20px;
 }
	.mobile-menu-mob {
			position: fixed;
			top: 0;
			border-top: 1px solid #DDDDDD;
			left: -100%;
			width: 100%;
			height: 100vh;
			background-color: #f0f0f0;
			transition: left 0.3s ease;
			z-index: 9998;
			padding-top: 77px;
 }
	.pnc-cart-count {
			top: 21px;
			right: 12px;
 }
	.mobile-menu-mob.active {
			left: 0;
			overflow: scroll;
 }
	.mobile-menu-mob ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
 }
	.mobile-menu-mob ul li {
		position: relative;
		padding: 10px 20px;
			border-bottom: 1px solid #DDDDDD;
 }
 .mobile-menu-mob ul li:active {
	background-color: #647246;
	color: #fff;
 }
	.pnc-info {
			margin-top: 20px;
			padding-left: 20px;
			justify-content: flex-start;
			text-align: center;
			width: 100%;
 }
	.pnc-info-title {
			font-size: 18px;
			font-weight: 500;
			background: #0A0B0C;
			padding: 20px;
			color: #fff;
			text-align: center;
 }
 .mobile-menu-mob ul li a {
	color: #0A0B0C;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px; /* Добавьте нужные отступы, если необходимо */
}
	header.main.hidden-xs {
			display: none;
 }
}
h1.pnc-cat-h1 {
	margin-bottom: 25px;
}
.mobile-menu {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.well {
	margin-top: 30px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.pnc-tiktok {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pnc-tiktok svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.pnc-telegram {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pnc-telegram svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.pnc-tiktok a, .pnc-telegram a, .pnc-whatsapp a, .pnc-viber a {
	font-weight: 500;
}
.pnc-page-other {
	background: #fff;
	padding: 15px 30px;
}

.pnc-viber {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pnc-viber svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.pnc-whatsapp {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pnc-whatsapp svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.panel {
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background-color: #fff;
	border-radius: 0px !important;
}

.panel-heading {
	padding: 15px 15px;
}

.panel-default>.panel-heading {
	color: #0a0b0c;
	background-color: #fff;
	border-color: #fff;
}

.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: #647246;
	}
	.panel-heading .accordion-toggle.collapsed:after {
	content: "\e080";
	}


.video-youtube-adaptiver {
	max-height: 480px;
}

.footer-payment {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.footer-logo {
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.pnc-fot-ms {
	background: #0A0B0C;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 52px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.pnc-fot-ms a {
	color: #fff;
}

.pnc-fot-telegram svg {
	width: 24px;
	height: 24px;
}

.pnc-fot-telegram svg {
	width: 24px;
	height: 24px;
}

.pnc-fot-phone {
	display: flex;
	align-items: center;
}

.pnc-fot-phone svg {
	padding-right: 5px;
}

.pnc-fot-telegram {
	display: flex;
	align-items: center;
}

.pnc-fot-telegram svg {
	padding-right: 5px;
}

.stock {
	padding-top: 20px;
	display: flex;
}

.stock svg {
	width: 16px;
	height: 16px;
}

.stock span {
	color: #1d891a;
	font-weight: bold;
	padding-left: 5px;
}

.details-poncho-texts1 {
	display: flex;
	justify-content: center;
	/* background: #f0f0f0; */
	width: 100%;
	margin-top: 20px;
	/* padding: 8px 20px 4px 20px; */
	text-align: center;
}

.details-poncho-texts1 a {
	font-size: 16px;
	font-weight: bold;
	text-shadow: none;
	background: #f0f0f0;
	padding: 7px 0px;
	width: 100%;
}