@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');

body{
	font: normal 300 1.4rem/1.86 "Nunito", sans-serif;
}

p, a{
	font-family: 'Nunito', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}

.page-header {
	background-image: url('../images/page-header-bg.jpg')
}
.page-header h1{
	font: normal 400 3.2rem/1.1 "Nunito", sans-serif;
}

.logo {
    margin-top: auto;
    margin-bottom: auto;
}
.user-login-btn__list {
	margin: 10px;
}
.header-26 .header-middle .header-left {
    flex: 0 1 auto;
    -ms-flex: 1;
    max-width: 100%;
	margin-right: 6%;
}
.header-26 .header-middle .header-center {
    flex: 0 1 auto;
    max-width: calc((80%) - 22px);
    width: calc((70%) - 22px);
}
.header-26 .header-middle .header-right {
    flex: 0 1 0;
    -ms-flex: 1;
    justify-content: flex-end;
}

.header-14 .header-bottom .container-fluid::after,
.header-intro-clearance .header-bottom .container::after{
	display:none;
}

.header-cabinet__list:hover{
	color: #61ab00 !important;
}
.header-26 .menu .header-cabinet__list .header-cabinet__link {
	padding: 10px 20px 10px 10px !important;
	color: #999999 !important;
	text-transform: none !important;
	font-weight: normal;
}
.header-26 .menu .header-cabinet__list .header-cabinet__link:hover{
	color: #61ab00 !important;
}
.user-login-btn__list {
	display: flex;
}
.user-login-btn__list li {
	padding-left: 10px;
}
.menu .header-cabinet__list li > a {
    padding-left: 10px;
    padding-right: 0;
}
.header-26 .header-top .menu .header-cabinet__list li + li {
    margin-left: 0;
	padding-left: 10px;
}

.header-cabinet__sub-list li {
	padding-left: 10px;
}
.product-media{
	background-color: white;
}
.megamenu-container {
	position: relative;
}
.cat-blocks-container {
	padding-top: .5rem; }
.cat-blocks-container [class*="col-"] {
	display: flex;
	align-items: stretch;
	justify-content: center; }

.cat-block-title {
	color: #666666;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
	transition: color .35s ease; }

.cat-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 3rem;
	background-color: #fff;
	border-radius: .4rem;
	transition: box-shadow .35s ease;
	min-height: 160px;
	padding-bottom: 1.5rem; }

.cat-block-title {
	text-transform: uppercase;
	padding-top: 10px;
}
.cat-block figure {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 124px;
	margin: 0; }
.cat-block figure span {
	position: relative; }
.cat-block img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.35s ease; }
.cat-block:hover {
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.08); }
.cat-block:hover .cat-block-title {
	color: #3399ff; }

.btn-product{
	border:none;
}
.menu .show {
	position: relative;
}
.details-filter-row label {
	width: 88px;
}
.widget-about-info .footer-payments {
	display: flex;
}
.widget-about-info .footer-payments img {
	margin-right: 10px;
}
.widget-list .active{
	color: #61ab00;
}
.mobile-menu-wrapper .social-icons span {
	display: none;
}
.breadcrumb-item {
    text-transform: none;
}
.sale-personal-section-index-block {
    background-color: #61ab00;
}
.auth-form {
	max-width: 700px;
	margin: 0 auto;
}
.form-footer__items {
	display: flex;
	flex-wrap: wrap;
}
.form-footer__item {
	padding: 10px;
}
.auth-form .form-footer {
    display: flex;
    justify-content: space-between;
}
.forget-pass {
	max-width: 600px;
	margin: 0 auto;
}
.bitrix-main-register > form > div:first-of-type {
	display: none;
}
.system-auth-changepasswd {
    max-width: 600px;
    margin: 0 auto;
}
.intro-slider-container .owl-nav{
display: none;
}
.category-image {
	margin: 10%;
}
.category-body {
	bottom: -20%;
}
.icon-menu-left {
	display: flex !important;
}
.icon-menu-left img {
	margin-right: 10px;
}
.menu-vertical {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.5;
    flex-direction: column;
}
.menu-vertical li {
    position: none;
}
.menu-vertical .megamenu-container {
    position: static;
}
.megamenu-container .megamenus {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
	bottom: 0;
	z-index: 20;
}
.megamenu-container:hover >.megamenus {
	display: block;
}

.megamenu-container:hover .megamenus > ul {
	display: flex;
}
	.menu-vertical ul, .menu-vertical .megamenu {
		/* display: none; */
		position: static;
		/* top: 0; */
		/* left: 100%; */
		/*z-index: 1003;*/
		/* margin-top: 0; */
		/* background-color: #fff; */
		/* box-shadow: 5px 10px 16px rgb(51 51 51 / 5%), -5px 10px 16px rgb(51 51 51 / 5%); */
	}

	.menu-vertical .megamenus>ul>li>ul {
		display: block;
		background-color: none;
		box-shadow:none;
	}
	.menu-vertical .megamenus>ul>li {
		max-width: 220px;
	}
	.level-three {
		color: #666666;
	}
	.level-three li a {
		padding: 5px 10px;
	}
	.product-details-tab .nav.nav-pills .nav-link {
		text-transform: none;
	}
	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		display: none;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-left,
	.product-item-detail-slider-container.popup .product-item-detail-slider-right {	
		display: block;
	}
	.product-item-detail-slider-container.popup {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999999;
		background-color: rgba(102,102,102, 0.9);
	}
	.product-item-detail-slider-container.popup .product-image-gallery {
		display: none !important;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		top: 20%;
		bottom: 20%;
		width: 5%;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0px;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		position: absolute;
		top: 4px;
		right: 10px;
		bottom: 0;
		z-index: 150;
		display: block;
		width: 50px;
		height: 50px;
		background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
		opacity: .57;
		cursor: pointer;
		transition: all 300ms ease;
	}
	.product-item-detail-slider-controls-image.active {
		outline: 2px solid #61ab00;
		z-index: 5;
	}
	.product-price {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.product-price-small-card {
		margin-bottom: 0;
	}
	.product-7 .product-item-price-old {
		font-size: 1.1em;
	}
	.sku-line-block {
		display: flex;
	}
	.side-nav {
		margin-bottom: 20px;
	}
	.product-item-scu-container-title {
		color: #666666;
	display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
	}
	.product-item-scu-item-color-container {
		width: 40px;
		/* width: 25%; */
	}
	.sku-line-block__item {
		width: 33.333%;
	}
	.product-item-amount-field-btn-minus,
	.product-item-amount-field-btn-plus {
		display: none;
	}
	.quantity__block {
		display: flex;
		margin-bottom: 20px;
	}
	.quantity__block-title {
		color: #666666;
	display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 10px;
	}
	.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
		outline-color: #61ab00;
	}

	.product-details-tab .nav.nav-pills .nav-item.active a.nav-link {
		color: #61ab00;
		border-bottom-color: #61ab00;
	}
.mf-ok-text {
	color: #61ab00;
	font-size: 1.3em;
}
.main .btn-primary {
	background-color: #fff;
	color: #61ab00;
    border-color: #61ab00;
    
}
.main .btn-primary:hover {
    background-color: #61ab00;
	color: #fff;
    border-color: #61ab00;
}
.form-check-label {
    margin-left: 10px;
}
.form-check-input {
    position: absolute;
    margin-top: 0.7rem;
}
.smart-filter-parameters-box-title-text {
    color: #61ab00;
    cursor: pointer;
    transition: 250ms linear all;
}
.smart-filter-slider-handle {
	color: #61ab00;
    border: 7px solid #61ab00;
}
.products .mb-4 {
	margin: auto;
}
.icon-info-circle {
	margin-left: 2.2rem;
    margin-bottom: 0rem;
}
.product-gallery {
    height: 100%;
}
	@media screen and (min-width: 992px){
		.product-item-detail-slider-container {
			display: flex;
			min-height: 100%;
		}
		.product-item-detail-slider-block {
			position: static;
		}
		.product-item-detail-slider-block {
			padding-top: 0;
		}
		.product-item-detail-slider-controls-image {
			position: relative;
			display: inline-block;
			width: 130px;
			height: 130px;
			outline: none;
			background-color: #fff;
			text-align: center;
			cursor: pointer;
		}
		.product-gallery-vertical .product-image-gallery {
			height: 100%;
		}
		.product-item-detail-slider-controls-image img {
			position: absolute;
			top: 50%;
			left: 50%;
			max-width: 120px;
			max-height: 120px;
			width: auto;
			height: auto;
			transform: translateY(-50%) translateX(-50%);
		}
	
		.product-item-detail-slider-image img {
			position: absolute;
			top: 50%;
			left: 50%;
			max-width: 100%;
			max-height: 100%;
			width: auto;
			height: auto;
			outline: 1px solid transparent;
			background-position: center;
			background-repeat: no-repeat;
			transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
			transform: translateY(-50%) translateX(-50%);
		}
	
		
		.product-image-gallery {
		z-index: 90;
	}
}
.popup-window-buttons .btn-primary {
    margin: 10px 10px;
	
}
.popup-window-content>div>img {
margin: auto;
}
.bx-green .btn.btn-default {
	background-color: #61ab00;
}

.product-item-detail-tab-content {
    padding: 2.7rem 3rem;
}
.product-price-small-card {
	align-items: center;
}

.flex-direction-column {
	flex-direction: column;
}
.protoshop-popup img {
	margin: auto;
}
.product-action {
	z-index: 15;
}
.product-image-wrapper-small-card {
	padding: 2rem;
}
.product-label.label-new {
    color: #fff;
    background-color: #a6c76c;
	z-index: 15;
}
.product-label {
	top: 0;
	left: 0;
}
.product-action>div,
.product-action .btn-product.btn-cart.btn-md,
.product-action .btn-product.btn-cart.btn-sm{
	width: 100%;
}
.product-discount {
	position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    background-color: #a6c76c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
	z-index: 15;
}
.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20%;
    text-align: center;
    opacity: 0;
    transition: opacity 0ms linear;
	overflow: hidden;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image.active {
    position: absolute;
	width: calc(100% - 200px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
	background: #fff;
    opacity: 1;
    transition: opacity 0ms linear;
	overflow: auto;
	transform: translateY(0%) translateX(10%);
}

.bx-soa-coupon-input input[type=text].form-control {
	margin-bottom: 0;
}
.footer-bottom-bottom{
	padding-bottom: 30px;
}
.footer-bottom-bottom .contain{
	max-width: 1420px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.protobyte_copy a {
    display: inline-block;
 position: relative;
 color:#aaa;
 text-decoration: none;
}
.protobyte_copy:hover {
 color:#fff !important;
}
.protobyte_copy img {
	display: inline;
    filter: grayscale(100%);
 -webkit-filter: grayscale(100%);
 transition: 0.8s;
 opacity: 0.5;
}
.protobyte_copy:hover img {
    filter: none;
 -webkit-filter: none;
 opacity: 1;
}
.footer.footer-2 .footer-copyright {
    order: 1;
}
.proto-logo {
	order: 2;
}
.social-icons {
	order: 3;
}
.no_product {
font-size: 2rem;
letter-spacing: -.01em;
line-height: 1.2;
margin-bottom: 3.3rem;
}
.contacts {
	display: flex;
}
.contacts-info {
	width: 50%;	
	padding-right: 10px;
}
.contacts-map {
	width: 50%;
}
.mobile-menu-container .tab-pane {
	opacity: 1;
}
@media (max-width: 1450px) {
	.footer-bottom-bottom .contain{
		padding: 0px 15px;
	}
}
/*
* {
	outline: 1px solid red;
	}
	*/

@media (max-width: 991px) {
	.contacts {
		flex-direction: column;
	}
	.contacts-info {
		width: 100%;	
		padding-right: 0;
		margin-bottom: 20px;
	}
	.contacts-map {
		width: 100%;
	}
	.product-image-gallery {
		flex-flow: row nowrap;
		margin-top: 20px;
		justify-content: center;
	}
	.product-item-detail-slider-controls-image {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 65px;
		height: 65px;
		margin: 5px;
	}
	.footer-bottom-bottom .contain{
		flex-direction: column;
	}
	.social-icons {
		order: 2;
		padding-bottom: 7px;
	}
	.proto-logo {
		order: 3;
	}
	
}
@media (max-width: 500px) {
	.sku-line-block {
		flex-wrap: wrap;
	}
	.sku-line-block__item {
		width: 50%;
	}
	.page-link.page-link-prev, .page-link.page-link-next {
		padding: 0;
		margin: 0;
		font-size: 0;
		min-width: 30px;
	}
}
@media (max-width: 400px) {
	.wishlist {
		display: none !important;
	}
}

.intro-content {
	left: 0;
	width: 100%;
	padding: 0 100px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 991px) {
	.header-cabinet__sub-list,
	.header-cabinet__list::after {
		display: none !important;
	}
	.top-menu:not(.top-link-menu)>li {
		padding-right: 0;
	}
}
.intro-content .btn-primary {
	width: fit-content;
}
@media (max-width: 500px) {
	.intro-content {

		padding: 0 20px;
	}
}