/* *{
	outline: 1px solid red;
} */

#header {
	background: #84bb26;
}

#inner-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

#inner-header .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

#inner-header .logo-container {
	margin: 0px 30px 0px 0px;
}

#inner-header .logo-v2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.logo-v2 span {
	width: 182px;
	height: 52px;
	cursor: default;
	color: #ffffff;
	font-family: Bahnschrift;
	font-size: 72px;
	font-weight: 400;
}

#main-nav-container {
	background: #84bb26;
	box-shadow: none;
	padding: 0;
	width: 197px;
}

#main-nav-container #main-nav .menu li.mega-menu-container {
	padding: 0;
	border: 1px solid #191919;
	width: 197px;
	background: #84bb26;
}

#main-nav-container #main-nav .mega-menu-container .catalog-link {
	color: #000000;
	font-family: Constantia;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 7px 6px 35px;
	position: relative;
}

#main-nav-container #main-nav .mega-menu-container .catalog-link::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 17px;
	top: 11px;
	left: 3px;
	background: url('../images/burger.png') 0 0 no-repeat;
}

#main-nav-container #main-nav .menu li:first-child a {
	padding-left: 35px;
}

#main-nav-container #main-nav .menu li .mega-menu {
	top: 125%;
	left: -130%;
}

.dropdown-cart-menu-container {
	padding: 0;
}

.dropdown-cart-menu-container .cart-menu-icon {
	width: 40px;
	height: 34px;
    background-image: url(../images/basket-v2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: 40px 34px;
    background-size: 40px 34px;
}

#quick-access {
	margin: 0;
	margin-right: -15px;
}

#quick-access .quick-search-form .form-group {
	display: block !important;
	width: 410px;
	right: 85px;
	background-image: url(../images/search-v2.png);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    z-index: 999;
}

.quick-search-form .form-control {
    padding: 8px 15px 8px 44px;
    color: #7c8e68;
    font-family: 'Constantia';
    font-size: 18px;
    font-weight: 400;
}

#quick-access .quick-search-form .form-control::-webkit-input-placeholder,
#quick-access .quick-search-form .form-control::-moz-placeholder,
#quick-access .quick-search-form .form-control:-moz-placeholder,
#quick-access .quick-search-form .form-control:-ms-input-placeholder {
	font-family: 'Constantia';
}


#quick-access .quick-search-form .form-control {
    font-size: 18px;
}

#quick-search {
	width: 86px;
    height: 35px;
    background: #7c8e68 !important;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

#quick-search.btn {
	padding: 4px 12px;
}

#header .dropdown-cart-menu-container #button_miniCart {
	padding: 0px 15px 0px 17px;
	width: 40px;
	height: 34px;
}

#button_miniCart {
	background: transparent !important;
	padding: 0;
}

#countMiniCart {
	position: relative;
	top: -11px;
	left: 2px;
	display: none;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 50%;
	z-index: 999;
}

.favorites {
	width: 39px;
	height: 34px;
}

#button_favorites {
	display: inline-block;
	width: 39px;
	height: 34px;
	background: url('../images/heart.png') 0 0 / 100% no-repeat;
	border: none;
	box-shadow: none;
}

#quick-access .quick-search-form {
	margin-right: 20px;
	z-index: 0;
}

.row-top {
	margin-bottom: -25px;
}

.nav-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.nav-menu-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nav-menu-list li {
	position: relative;
	margin: 0px 16px 0px 0px;
}

.nav-menu-list li:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 18px;
	top: 5px;
	right: -8px;
	background: #fff;
}

.nav-menu-list li a {
	color: #ffffff;
	font-family: Constantia;
	font-size: 18px;
	font-weight: 400;
}

.nav-menu-social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.nav-menu-social a {
	margin: 0px 10px 0px 0px;
}

.nav-menu-telephone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.nav-menu-telephone li a {
	color: #000000;
	font-family: Constantia;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.nav-menu-telephone li:first-of-type {
	margin-right: 5px;
}

.telephone-popup {
	width: 23px;
	height: 13px;
	background: url('../images/arrow_popup.png') 0 0 no-repeat;
}

.container.row-top {
	padding-right: 0;
}

.row.row-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	padding: 0px 15px;
}

.column1 {
	width: 280px;
}
.column2 {
	width: 200px;
}
.column3 {
	position: relative;
	width: 760px;
}

.fixed-wrapper #main-nav-container #main-nav .menu li .mega-menu {
		left: 0;
	}

#main-nav-container.fixed {
	display: none;
}

.mega-menu-responsive {
	display: none;
}
.menu-mob{
	display: none;
}
@media (max-width: 1200px){
	.logo-v2 span {
		display: none;
	}
	#main-nav-container #main-nav .menu li .mega-menu {
		left: -30%;
	}
	#quick-access .quick-search-form .form-group {
		width: 396px;
	}
}

@media (max-width: 992px){
	#quick-access .quick-search-form .form-group {
		width: 196px;
	}
}

@media (max-width: 767px) {
	#inner-header .logo-container {
		margin: 0;
	}
.menu-catalog-none{
	display: none;
}
	#quick-access .quick-search-form {
		width: 100%;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    margin-left: 0px;
	}

	#responsive-nav-button #responsive-nav-button-icon {
		display: inline-block;
	    width: 35px;
	    height: 35px;
	    background-color: transparent;
	    background-image: url(../images/burger.png);
	    background-repeat: no-repeat;
	    background-position: center center;
	    vertical-align: middle;
	    border-radius: none;
	    margin-left: 15px;
	    margin-right: 15px;
	    margin-top: 0;
	    transition: background-color 0.4s;
	    -webkit-transition: background-color 0.4s;
	    -moz-transition: background-color 0.4s;
	    box-shadow: none;
	}
	#main-nav-container #main-nav #responsive-nav {
		padding: 0;
	}
	#main-nav-container{
		width: 50px;
		margin-right: 10px;
	}
	#quick-access {
		width: 100%;
		margin-right: 0;
	}
	#quick-access .quick-search-form .form-group  {
		width: 100%;
		right: 0;
	}
	.container.row-top{
		display: none;
	}
	#inner-header .logo-container img {
		width: 50px;
		height: 35px;
	}
	#main-nav-container #main-nav #responsive-nav ul{
		width: 250px;
	}

	#quick-search.btn {
		display: none;
	}

	.column3 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	.mega-menu-responsive {
		display: inline-block;
	}
.menu-mob{
	display: block;
}
}

@media (max-width:425px){
	#inner-header .logo-container img {
		display: none;
	}
	.favorites {
		display: none;
	}
	#inner-header .row {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	#main-nav-container #main-nav #responsive-nav {
		margin-top: -5px;
		margin-left: -10px;
	}
}

.modal_contact{
	height: 225px;
	width: 260px;
}