@font-face {
    font-family: FuturaPT;
    src: url(../font/FuturaPT/FuturaPT-Light.woff2) format("woff2"),url(../webfonts/FuturaPT/FuturaPT-Light.woff) format("woff");
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: FuturaPT;
    src: url(../font/FuturaPT/FuturaPT-Book.woff2) format("woff2"),url(../webfonts/FuturaPT/FuturaPT-Book.woff) format("woff");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: FuturaPT;
    src: url(../font/FuturaPT/FuturaPT-Demi.woff2) format("woff2"),url(../webfonts/FuturaPT/FuturaPT-Demi.woff) format("woff");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: FuturaPT;
    src: url(../font/FuturaPT/FuturaPT-Bold.woff2) format("woff2"),url(../webfonts/FuturaPT/FuturaPT-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap
}


body {
	font-family: FuturaPT, Helvetica, Arial, Sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	padding:0 !important;
}
.container {
	max-width: 1276px;
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	text-transform: uppercase;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2C2D3F;
}
a:hover {
	text-decoration: none;
	color: #2C2D3F;
}
b, strong {
	font-weight: 600;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
.form-control {
	border-color: #c3c3c3;
	color:black;
	padding: 10px 15px;
	height: auto;
}
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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.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-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 600;
}
/* 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: #EEEEEE;
	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: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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;
}
/* header */
header {
	padding:10px 0;
	margin-bottom: 10px;
}
header .row {
	display: flex;
	align-items: center;
}
header .header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .header-wrap {
	transition: transform .35s;
}
header.header-hidden .header-wrap {
	transform: translateY(-100%);
}
header .header-telephone {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	justify-content: flex-end;
}
header .header-telephone .fa {
	font-size: 24px;
	margin-right: 2px;
	transform: rotate(15deg);
}
header .header-telephone:hover span {
	text-decoration:underline;
}
/* logo */
#logo {
	margin: 0;
	width: 240px;
}
/* search */
#search {width: 100%;position: relative;}
#search .input-search {
	height: 40px;
	line-height: 20px;
	border-radius: 20px;
	padding: 10px 40px 10px 30px;
	background: #f4f4f4;
	font-style: italic;
	border: none;
	color: #000;
	width: 100%;
}
#search .btn-search {
	font-size: 15px;
	line-height: 18px;
	text-shadow: 0 1px 0 #FFF;
	position: absolute;
	background: transparent;
	right: 6px;
	top: 0;
	height: 100%;
	padding: 0;
	border: none;
	width: 50px;
	z-index: 10;
}
/* cart */
#cart {display: inline-block;width: auto;padding-right: 10px;}
#cart > button {
	font-size: 12px;
	line-height: 18px;
	color: #616161;
	border: none;
	background-color: transparent;
	padding: 15px 12px;
}
#cart > button .fa {
	font-size: 24px;
}
#cart > button #cart-total {
	position:relative;
}
#cart > button #cart-total .count {
	position: absolute;
	right: -13px;
	top: -14px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: 600;
	background-color: white;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,11);
	border-radius: 50%;
	z-index: 10;
	text-align: center;
	line-height: 18px;
}
#cart > button #cart-total .sum {
	display:none;
}
#cart > button:hover,
#cart.open > button {
	color: black;
	border: none;
	background-color: transparent;
	box-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 300px;
	max-width: 640px;
	width: max-content;
	overflow-y: auto;
	max-height: calc(100vh - 200px);
	overflow: auto;
	scrollbar-width: thin;
	right: -10px;
	left: auto;
	font-size: 16px;
	padding: 0;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu .column-image img {
    width:50px;
    max-width: max-content;
}
#cart .dropdown-menu .column-total {
    white-space: nowrap;
}
#cart .dropdown-menu .table-total {
    margin: auto;
}
#cart .dropdown-menu .btn-checkout {
	max-width: 300px;
	margin: 15px auto;
}
#cart .dropdown-menu .btn-remove {padding: 2px 5px;height: auto;line-height: 12px;}
#cart .dropdown-menu .btn-remove .fa {
    font-size: 12px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	margin: 15px 0 0 0;
	padding: 0 15px;
	background-color: #f4f4f4;
	min-height: auto;
}
#menu .nav  {
	width:100%;
}
#menu .navbar-collapse {
	padding:0;
}
#menu .nav > li {
	padding-right: 25px;
}
#menu .nav > li > a {
	color: black;
	padding: 13px 0;
	background-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	border-bottom: 2px solid transparent;
}
#menu .nav > li.menu-right {
	float:right;
}

#menu .nav > li > a.dropdown-toggle .fa {
	margin-left: 7px;
	font-size: 15px;
}
 
#menu .nav > li > a:hover, #menu .nav > li.open > a {border-color: black;}
#menu .dropdown-menu {
	padding-bottom: 0;
	margin-top: -3px;
	left: -1px;
	border-top: 2px solid black;
	width: max-content;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 18px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: gray;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 9px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 15px;
	color: black;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: gray;
}
#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;
}

#menu .submenu {
	position: initial;
}

#menu .submenu .dropdown-menu {width: 100%;left: 0;margin-left: 0 !important;}
#menu .submenu .dropdown-inner {display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;}

#menu .submenu .submenu-column {padding: 20px 40px;max-width: 25%;width: 100%;}
#menu .submenu .submenu-column ul {display: block;}

#menu .submenu .submenu-column ul a {
	font-size: 15px;
	min-width: 100%;
	padding: 8px 0;
	line-height: 1;
}
#menu .submenu .submenu-column ul a i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 9px;
    color: #333333;
}
#menu .submenu .submenu-column ul a:hover {
	background:transparent;
	text-decoration:underline;
	color:#333333;
	
}

#menu .submenu .submenu-name {font-size: 15px;text-transform: uppercase;margin-bottom: 10px;font-weight: 600;}
#menu .submenu .submenu-bottom {border-top: 1px dotted #333333;margin-top: 10px;}



@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#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;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 16px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 60px;
	background-color: black;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer .footer-rows {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
} 
footer .footer-title {
	font-size: 16px;
	text-transform: uppercase;
	position:relative;
	margin-bottom: 20px;
}
footer .footer-title:after {
	content:"";
	display:block;
	width: 60px;
	height: 2px;
	background-color: white;
	margin-top: 10px;
}
footer .footer-rows a {color: white;display: block;font-size: 16px;margin-bottom: 5px;}
footer .footer-rows a:hover {
	text-decoration:underline;
}
footer .contacts {line-height: 1.6;font-size: 16px;padding: 0;margin: 0 0 20px;list-style: none;}
footer .contacts a {
    margin: 0;
}
footer .contacts .fa {
	width: 20px;
	text-align: center;
	font-size: 14px;
}
footer .contacts .slogan {
	margin-top:10px;
}
footer .copyright {
	border-top: 1px solid white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 40px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 8px 0;
	background: transparent;
	display: flex;
	overflow: auto;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
	font-size: 16px;
}
.breadcrumb > li > a:hover {
	text-decoration:underline;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '\f105';
	font: normal normal normal 14px/1 FontAwesome;
	margin: 0 6px 0 8px;
}
.breadcrumb > li:last-child:after {
	display:none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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 {
	background: #000;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	border: 2px solid black;
	border-radius: 0;
	transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: white;
	color: black;
}
.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 #c1c1c1;
	color: black;
	padding: 8px 12px;
	font-size: 16px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #c1c1c1;
	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 list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.product-thumb .caption {
	min-height: 180px;
}
.product-thumb .caption a {
	
}
.product-thumb .caption p {
	font-weight: 100;
	font-size: 16px;
	/* text-transform: uppercase; */
}
.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: #444;
}
.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: 600;
	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 {width: 100%;}
.thumbnails {display: flex;flex-wrap: wrap;align-items: center;}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
}
.thumbnails .image-additional {width: 49%;margin: 0;display: inline-block;}

@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;
	}
}
@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;
	}
}
@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;
}



/* meddis */
.full-width {
	width: 100vw;
	margin: 0 0 0 -50vw;
	position: relative;
	left: 50%;
	overflow: hidden;
}
.full-width .slideshow {
	margin:0;
	box-shadow: none;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	margin-bottom: 60px;
}

.full-width .slideshow .swiper-slide { 
	display: flex;
    justify-content: center;
}

.slideshow .swiper-pagination {
	bottom: 30px !important;
}
.slideshow .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
    height: 15px;
}
.slideshow .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9);
}
.slideshow .swiper-pagination .swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.7);
} 
.slideshow .swiper-lazy-preloader {
	margin-top: 50px;
}

.module-block h3 {
	font-size:44px;
	text-transform: uppercase;
	margin: 30px 0 40px;
}

.product-grid {display: flex;flex-wrap: wrap;/* margin-right: -15px; *//* margin-left: -15px; */}
.product-grid .product-item {
	width: 20%;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	margin-bottom: 40px;
	align-items: flex-start;
}
.product-grid .product-item:hover {
	 box-shadow: 0px 0px 7px -3px rgba(0,0,0,11);
	}
.product-grid .product-item .image {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.product-grid .product-item .image img {
	display:inline-block;
}
.product-grid .product-item .name {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.2;
	font-weight: 700;
}
.product-grid .product-item .name a {
	display: block;
}
/*
.product-grid .product-item .description {
	margin-bottom: 15px;
	font-size: 14px;
}
*/
.product-grid .product-item .description {
	margin-bottom: 15px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 60px;
}
.product-grid .product-item .bottom {margin-top: auto;width: 100%;}
.product-grid .product-item .price {text-align: center;font-size: 18px;font-weight: 600;margin-bottom: 15px;width: 100%;}
.product-grid .product-item .price .price-old {
	color: gray;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
.product-grid .product-item .button-group {
	width:100%;
}
.product-grid .product-item .button-cart {
	margin: 0 auto;
}

.product-grid .product-item .button-cart .fa {
	font-size:16px;
	margin-right: 4px;
}


.product-grid .product-item .button-cart:hover {
    background-color: white;
	color:black;
}

.full-width-product-slider {
	width: 99.225vw;
	margin: -20px 0 0 -49.59vw;
	position: relative;
	left: 50%;
	overflow: hidden;
}

.full-width-product-slider .swiper {
	overflow: visible;
	box-shadow: none;
	margin-left: -10px;
}
.full-width-product-slider .product-grid {
	flex-wrap: nowrap;
	margin-left: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.full-width-product-slider .product-grid .product-item {
	margin: 0;
}
.full-width-product-slider .swiper-pager {
	top:150px;
}
.full-width-product-slider .swiper-button-disabled{
 display: none;
}
.full-width-product-slider .swiper-button-prev, .full-width-product-slider .swiper-button-next {
 top:40%;
}

.features {
	margin-bottom: 70px;
}
.features .title {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1.4;
}
.features .sub-title {
	text-align: center;
    font-size: 20px;
    color: #525252;
    max-width: 1060px;
    margin: 0 auto 40px auto;
    padding: 0 20px;
}
.features .sub-title a {
	text-decoration: underline;
}
.features .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;
}

.features .item {
	padding: 15px;
	width: 32.3%;
	margin-bottom: 20px;
	display: inline-block;
}
.features .item .image {
	text-align: center;
	border-radius: 10px;
	position: relative;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.features .item .image img {
	height: 210px;
}
.features .item .name {
	position: absolute;
	left: 5%;
	bottom: 10px;
	width: 90%;
	padding: 10px;
	background-color: black;
	color: white;
	border-radius: 0;
	line-height: 1.1;
	font-size: 15px;
	font-weight: 600;
}
.features .item .description {
	padding: 0 10px;
	margin-top: 10px;
	line-height: 1.4;
	font-size: 16px;
}
.features.features-list {
	margin-top:40px;
}
footer .social-list a {border: 1px solid white;display: inline-block;margin: 0 6px 0 0;border-radius: 50%;width: 50px;height: 50px;position: relative;}
footer .social-list a svg {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
footer .social-list a:hover {
	background-color:white;
}
footer .social-list a:hover svg {
	color:black;
}
#product-category h1 {
	margin-bottom: 40px;
	text-transform: uppercase;
}
#product-category .sub-category {
	margin-bottom: 25px;
	margin-top: 10px;
}
#product-category .sub-category a {display: inline-block;background-color: #f4f4f4;padding: 12px 15px;margin-right: 10px;}
#product-category .sub-category a:hover {
	background-color:black;
	color:white;
}
#product-category .category-banner {
	margin-bottom:20px;
	text-align: center;
}
#product-category .category-banner img {
	display: inline-block;
}
#product-product .thumbnails .thumbnail {
	border:none;
}
#product-product h1 {
	text-transform: uppercase;
}
#product-product .button-cart-group {
	display: flex;
	align-items: center;
}
#product-product .button-cart-group input {
	width: 80px;
	margin-right: 10px;
	height: 40px;
	text-align: center;
}

#product-product .price {

}

#product-product .price {font-size: 22px;padding: 20px 0;font-weight: bold;}
#product-product .price .price-old {font-size: 16px;text-decoration: line-through;color: gray;font-weight: normal;}

#product-product .text-blocks {
	margin-top:30px;
}
#product-product .text-blocks .block {
	
}
#product-product .text-blocks .block + .block {
	border-top:solid 1px #ebebeb;
}
#product-product .text-blocks .block .title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0 15px 50px;
	position: relative;
	cursor: pointer;
}
#product-product .text-blocks .block .title:before {
	content:"\f078";
	font: normal normal normal 14px/1 FontAwesome;
	background-color: black;
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	transition: all 0.3s;
}
#product-product .text-blocks .block .text {
	display: none;
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 16px;
}

#product-product .text-blocks .block.open .title:before {
	transform: rotate(180deg);
}
#product-search h2 {
	margin-top:50px;
}
#product-search .search-block {
	background-color: #e5e5e5;
	padding-bottom: 15px;
}


.mobile-search-toggle {
	display:none;
	color: #616161;
	padding: 15px 10px;
}
.mobile-search-toggle .fa {
    font-size: 24px;
}
.mobile-menu-toggle {
	display:none;
	color: #616161;
	padding: 15px 12px;
}
.mobile-menu-toggle .fa {
	font-size: 24px;
}

.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999998;
}
.mobile-menu-content {
	position: fixed;
	width: 80%;
	left: -85%;
	top: 0;
	background-color: white;
	height: 100vh;
	overflow: auto;
	z-index: 999999;
	transition: all 0.3s;
}

.mobile-menu-content .wrap {height: calc(100vh - 90px);overflow: auto;}

.mobile-menu-content .mobile-menu-top {padding: 10px;border-bottom: 1px solid #dddddd;display: flex;justify-content: space-between;}
.mobile-menu-content .mobile-menu-logo img {height: 60px;}
.mobile-menu-content .mobile-menu-close {color: #4a4a4a;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;margin-right: 10px;}
.mobile-menu-content .mobile-menu-close .fa {
	font-size: 30px;
}

.mobile-menu-content .mobile-menu-categories {margin-top: 10px;border-bottom: 1px solid #dddddd;padding-bottom: 10px;}
.mobile-menu-content .mobile-menu-categories .nav {padding: 0;margin: 0;float: none;}
.mobile-menu-content .mobile-menu-categories .nav > li {
    display: block;
    width: 100%;
    float: none;
}
.mobile-menu-content .mobile-menu-categories .nav > li > a {text-transform: uppercase;/* border-bottom: 1px solid #e9e9e9; */display: block;font-size: 18px;padding: 9px 15px;position: relative;background-color: transparent;}

.mobile-menu-content .mobile-menu-categories .nav .dropdown-toggle {
	padding-right: 50px;
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-toggle .fa {
	transition:all 0.3s;
	position: absolute;
	right: 17px;
	top: 0px;
	font-size: 14px;
	width: 50px;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-toggle .fa:before {
	content: '\f078';
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown.open .dropdown-toggle .fa {
	transform:rotate(180deg);
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-menu {
	padding: 0 30px;
	margin-bottom: 20px;
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-menu a {
	font-size: 17px;
	display: block;
	padding: 5px 0;
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-menu a:hover {
	background:transparent;
	color:black;
	text-decoration:underline;
}
.mobile-menu-content .mobile-menu-categories .nav .dropdown-menu .see-all {
	border-top: 1px solid #e1e1e1;
	margin-top: 6px;
	padding-top: 6px;
}
.mobile-menu-content .mobile-menu-informations {margin-top: 15px;border-bottom: 1px solid #dddddd;padding-bottom: 10px;}
.mobile-menu-content .mobile-menu-informations ul {
	padding: 0;
	margin: 0;
}
.mobile-menu-content .mobile-menu-informations ul li {}
.mobile-menu-content .mobile-menu-informations ul li a {
	padding: 4px 15px;
	display: block;
	font-size: 17px;
}

.mobile-menu-content .mobile-menu-contacts {
	padding: 15px;
}
.mobile-menu-content .mobile-menu-contacts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-content .mobile-menu-contacts ul li {
    margin: 8px 0;
}
.mobile-menu-content .mobile-menu-contacts ul li a {}
.mobile-menu-content .mobile-menu-contacts .fa {
	width: 20px;
	text-align: center;
}
.mobile-menu-content .mobile-menu-contacts .slogan {
	margin-top: 15px;
	margin-bottom: 10px;
}
.mobile-menu-open {
	margin: 0; height: 100%; overflow: hidden
}
.mobile-menu-open .mobile-menu-overlay {
	display: block;;
}
.mobile-menu-open .mobile-menu-content {
	left: 0;
}

.mobile-menu-content .submenu .submenu-column {margin: 10px 0 25px;}

.mobile-menu-content .submenu .submenu-column ul {

}
.mobile-menu-content .submenu .submenu-column ul a {font-size: 15px !important;}
.mobile-menu-content .submenu .submenu-column ul a i {font-size: 10px;font-weight: 400;margin-left: 5px;color: #2C2D3F;vertical-align: baseline;} 
.mobile-menu-content .submenu .submenu-name {font-size: 15px;text-transform: uppercase;font-weight: 600;margin-bottom: 5px;}
.mobile-menu-content .submenu .submenu-bottom {border-top: 1px dotted black;}



.notifyjs-corner {
	top:80px !important;
	z-index: 999999 !important;
}
.notifyjs-bootstrap-base {
	max-width: 400px;
	padding: 8px 15px 8px 28px !important;
	
}
.notifyjs-bootstrap-base,
.notifyjs-bootstrap-base a {
	color:black !important;
	font-size:16px !important;
	font-weight:400 !important;
	white-space:normal !important;
	
}
.about-videos {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
}
.about-videos .video {
	width:33%;
	text-align: center;
}
.about-videos video {
	max-height: calc(80vh);
	padding: 30px 10px;
	display: inline-block;
}
.two-banners {display: flex;align-items: flex-start;margin-bottom: 50px;justify-content: space-between;}
.two-banners a {
	width: 50%;
}
.two-banners a img {
	max-width: 500px;
}
.two-banners a:nth-child(even) {
	text-align: right;
}
.video-home {

}
.video-home video {
	width:100%;
}
@media (max-width:1200px) {
	header {
		position: fixed;
		z-index: 999997;
		background-color: white;
		width: 100%;
		left: 0;
		top: 0;
		box-shadow: 0px 4px 12px -7px #000000;
	}
	#menu {
		display: none;
	}
	.container {
		width:100%;
	}
	.mobile-menu-toggle {
		display:block;
		text-align: center;
	}
	.features .item {
		width:240px;
	}

	.notifyjs-corner {
		top:auto !important;
		bottom:30px !important;
	}
	.features .item { 
		width:33.3%;
	}

	.two-banners a img {
		max-width: 95%;
	}
}
@media (max-width:991px) {
	#menu {
		display: none;
	}
	.container {
		width:100%;
	}
	.product-grid .product-item { 
		width:25%;
	}
	.module-block h3 {
		font-size: 42px;
	}

	.about-videos .video {
		width:50%;
	}
	.features .item .image { 
		height: 180px;
	}
	.slideshow .swiper-pagination {
		bottom: 5px !important;
	}
}
@media (max-width:768px) {
	#menu {
		display: none;
	}
	.container {
		width:100%;
	}
	.product-grid .product-item { 
		width:33.3%;
	}
	.header-center {
		display: none;
	}

	#cart .dropdown-menu {
		max-width: 500px;
		right: -40px;
	}

	.about-videos .video {
		width:100%;
	}

	.features .item { 
		width:50%;
	}
	
	.features .item .image { 
		height: 210px;
	}
	
	.full-width-product-slider .swiper-button-prev, .full-width-product-slider .swiper-button-next {
		top:30%;
	}
}
@media (max-width: 540px) {
	#logo {
		max-width:240px;
		min-width:100px;
		width:100%;
	}
	#search {
		width:auto;
	}
	#search .search-wrap {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		z-index: 999;
		background-color: white;
		width: 100vw;
		left: 0;
		padding: 3px 10px 7px;
		transition: all 0.3s;
		box-shadow: 0px 12px 11px -11px #000000;
		margin-top: 0px;
	}

	#search.open .search-wrap {
		visibility: visible;
		opacity: 1;
		
	}
	.mobile-search-toggle {
		display:block;
	}
	.product-grid .product-item .name { 
		font-size:18px;
	}
	.module-block h3 {
		font-size: 36px;
	}
	.product-grid .product-item { 
		width:50%;
	}
	footer .footer-rows > div {
		width:100%;
		margin-bottom: 40px;
	}

	#cart .dropdown-menu {
        max-width: calc(100vw - 20px);
        right: -50px;
        width: max-content;
    }
	#cart .dropdown-menu .column-image {
		display:none;
	}

	.features .item { 
		width:100%;
	}
	
	.features .item .image {
		height: 230px;
	}
	.features .title {
		font-size: 32px;
	}
	.features .title span {
		display: block;
	}
	.features .sub-title {
		text-align: left;
		padding: 0;
	}
	.features .sub-title p {
		margin: 0 0 15px;
	}
}


/* sticky top */
header {
    position: sticky !important;
    top: 0;
    background-color: white;
    z-index: 99;
    padding: 0;
    margin-bottom: 20px;
}
header .header-wrap {
	padding-top:10px;
}
header .top-holder {
	margin-bottom:15px;
}
header .menu-holder {
	background-color: #f4f4f4;
	box-shadow: 0 0 10px -7px black;
}
#logo {
	width:160px;
}
#menu {
	margin:0;
	background-color: transparent;
	padding: 0;
}
#cart > button {
	padding: 8px 12px 8px 12px;
}
#cart .notifyjs-wrapper {
	width: 100%;
}
#cart .notifyjs-container {
	width: 400px;
	left: auto !important;
	right: 0;
}

#cart .notifyjs-bootstrap-base {
	max-width: 100% !important;
	width:400px !important;

}

header + #common-home,
#product-category .category-banner {
	margin-top:-20px;
}

@media (max-width: 540px) {
	#cart .notifyjs-wrapper {
		position: fixed !important;
		width:90% !important;
		left:5% !important;
		top: 70px !important;
		margin: 0 !important;
	}
	#cart .notifyjs-container {
		left: 0 !important;
		width: 100% !important;
		top: 0 !important;
	}
	#cart .notifyjs-bootstrap-base {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#cart .notifyjs-arrow {
		left: auto !important;
		right: 65px !important;
		top: -8px !important;
	}
}