:root {
	--main-color: #6562B6; }

#menu {
	position: absolute;
	z-index: 111;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	background: none;
	border: none; }
body.show-menu #menu {
	opacity: 1;
	visibility: visible; }
#menu .nav {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--main-color); }
#menu .navbar-nav {
	margin: 0; }
#menu .navbar-collapse {
	padding: 0; }
#menu .nav > li {
	position: static; }
#menu .dropdown-menu {
	z-index: 1;
	top: 0;
	width: 300px;
	height: 100%;
	left: 321px;
	box-shadow: none;
	border: 1px solid #ccc; }
#menu .dropdown-inner {
	width: 100%; }
#menu .navbar-header .navbar-toggle,
#menu .navbar-header .visible-xs {
	display: none !important; }
#menu .navbar-collapse.collapse {
	display: block !important; }
#menu .list-unstyled .dropdown-menu {
	height: auto;
	left: 298px; }

#menu .dropdown:hover .dropdown-menu {
	display: none; }
#menu .dropdown:hover > .dropdown-menu {
	display: block; }


#product-product h1 {
	margin-top: 0; }
#product-product .rating,
#product-product .nav-tabs {
	display: none; }
#product-product .tab-content ul {
	padding: 15px 0 0 15px; }
#product-product .favorite {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD; }
#product-product .product-files > a {
	display: block;
	/*color: inherit;*/ }
#product-product .product-files > a:hover {
	color: #23a1d1; }
#product-product .thumbnails li:first-child img {
	width: 300px;
	height: 300px; }
#product-product .product-models {
	width: 100%;
	margin-top: 6px;
	padding: 4px;
	border: 1px solid #DDDDDD; }
#product-product .models-table {
	width: 100%;
	margin: 20px 0; }
#product-product td {
	padding: 6px 15px;
	text-align: center;
	border: 1px solid #DDDDDD; }
#product-product .models-table tr:nth-child(odd) td {
	background: #F0F0F0; }
#product-product .models-table tr:first-child td {
	color: white;
	background: #757575; }

#product-product .products-of-category {
	margin-top: 20px; }
/*#product-product .products-of-category .heading {
	margin-bottom: 6px; }*/
	
.a-slider {
	position: relative; }
.a-slider .slider-slides {
	display: flex;
	margin: 0 -10px;
	overflow: hidden; }
.a-slider .one-product {
	flex-shrink: 0;
	width: 25%;
	padding: 0 10px;
	transition: .3s; }
.a-slider .wrap-product {
	padding: 20px;
	border: 1px solid #DDDDDD;
	height: 100%; }
.a-slider .arrow-left,
.a-slider .arrow-right {
	position: absolute;
	top: 47%;
	font-size: 33px;
	cursor: pointer; }
.a-slider .arrow-left.to-the-knee,
.a-slider .arrow-right.to-the-knee {
	opacity: .3; }
.a-slider .arrow-left {
	left: 3px; }
.a-slider .arrow-right {
	right: 3px; }

body.show-mfp .mfp-bg,
body.show-mfp .mfp-wrap {
	display: block; }
	
.header-flex {
	display: flex;
	align-items: center; }
	
button.menu {
	margin: 10px 0;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: var(--main-color);
	color: #fff;
	border: 1px solid var(--main-color);
	width: 25%;
}
button.menu i {
	margin-right: 10px; }
	
body a {
	color: var(--main-color); }
body .dropdown-menu li > a:hover {
    background-color: var(--main-color);
    background-image: none; }
body #menu .see-all:hover, 
body #menu .see-all:focus {
    background-color: var(--main-color);
    background-image: none; }
body .btn-link {
    color:  var(--main-color); }
	
.prod-param span {
	font-size: 14px;
	font-weight: bold; } 
.prod-param li {
	margin-bottom: 15px; }
.prod-mod {
	font-size: 14px;
	font-weight: bold; }
	
.table-holder {
	overflow: auto; }

.sub-categories ul {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px -10px; }
.sub-categories li {
	/*margin-right: 50px;*/
	width: 25%;
    padding: 10px;
    text-align: center;
	font-size: 14px;
    text-transform: uppercase; }
.sub-categories li img {
	display: block;
	margin: auto;
    padding-bottom: 10px;
	max-width: 100%; }

footer {
    background-color: var(--main-color);
    color: #fff; }
body footer a {
	color: #fff; }
body footer a:hover {
	text-decoration: underline; }
body footer hr {
    border-bottom: 1px solid #fff; }
	
body .pagination>.active>a, 
body .pagination>.active>a:focus, 
body .pagination>.active>a:hover, 
body .pagination>.active>span, 
body .pagination>.active>span:focus, 
body .pagination>.active>span:hover {
    background-color: var(--main-color);
    border-color: var(--main-color); }
.pagination>li>a, .pagination>li>span {
    color: var(--main-color); }
	
.product-thumb .caption {
    min-height: 100px; }
	
.products-of-category .heading {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0; }
.products-of-category .product-link {
	font-size: 15px;
	font-weight: bold; }
.products-of-category .product-image img {
	margin: auto;
}

.product-files {
    display: flex; }
.product-files a {
    margin-right: 10px;
    background: var(--main-color);
	border: 1px solid var(--main-color);
    color: #fff;
    padding: 2px 5px;
    text-align: center;
	transition: .3s; }
.product-files a:hover {
    color:: var(--main-color);
    background: #fff; }
	
	
.logo-holder img {
	max-width: 100%; }
.logo-top {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 40px; }
.logo-top > div {
	width: 23%;
	padding: 10px; }
.logo-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center; }
.logo-aifo {
	background: #464B5A; }
.logo-primo {
	background: #235CA5; }
.logo-cfs {
	background: 
}

.flexed {
	display: flex!important; }
	
.contact-info .contact-phone .module-text a {
	display: block; }
.contact-info .contact-phone .module-text span {
	display: none; }
	
.soc-buttons {
    display: flex;
    align-items: center; }
.soc-buttons a {
	margin-right: 20px; }
.soc-buttons a:last-of-type {
	margin-right: 0; }
.soc-buttons svg.fb-icon {
    width: 16px;
    height: 30px;
    fill: var(--main-color); }
.soc-buttons svg.youtube-icon {
    width: 30px;
    height: 21px;
    fill: var(--main-color); }
.soc-buttons a:hover svg {
	fill: #48468b; }
	
footer .copy {
	display: flex;
	justify-content: space-between;
	align-items: center; }
footer .copy p {
	margin: 0; }
footer .soc-buttons svg.fb-icon {
    width: 16px;
    height: 30px;
    fill: #fff; }
footer .soc-buttons svg.youtube-icon {
    width: 30px;
    height: 21px;
    fill: #fff; }
	
	
@media (min-width: 1200px){
	body .container {
		width: 100%;
		max-width: 1440px; }
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 115px; }
}

@media (max-width: 768px) {
	.header-flex {
		flex-wrap: wrap; }
	.col-sm-4.logo-holder {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px; }
	.col-sm-8.search-holder {
		width: 100%; }
	button.menu {
		width: 100%; }
	
	
}

@media (max-width: 990px) {
	.a-slider .one-product {
		width: 33.3%; }
		
	.sub-categories li {
		width: 33.3%; }
}

@media (max-width: 690px) {
	.a-slider .one-product {
		width: 50%; }
	.sub-categories li {
		width: 50%; }
		
	.logo-top,
	.logo-bottom {
		flex-wrap: wrap;
		width: 100%;
		text-align: center; }
	.logo-top > div {
		width: 47%; }
	.logo-bottom > div {
		width: 100%;
		margin-bottom: 40px; }
}

@media (max-width: 460px) {
	.a-slider .one-product {
		width: 100%; }
		
	.sub-categories li {
		width: 100%; }
}