@font-face {
	font-family: 'OmnesHairline';
	src: url('../fonts/OmnesHairline/OmnesHairline.eot');
	src: url('../fonts/OmnesHairline/OmnesHairline.woff') format('woff'),
         url('../fonts/OmnesHairline/OmnesHairline.ttf') format('truetype'),
         url('../fonts/OmnesHairline/OmnesHairline.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OmnesLight';
	src: url('../fonts/OmnesLight/OmnesLight.eot');
	src: url('../fonts/OmnesLight/OmnesLight.woff') format('woff'),
         url('../fonts/OmnesLight/OmnesLight.ttf') format('truetype'),
         url('../fonts/OmnesLight/OmnesLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OmnesRegular';
	src: url('../fonts/OmnesRegular/OmnesRegular.eot');
	src: url('../fonts/OmnesRegular/OmnesRegular.woff') format('woff'),
         url('../fonts/OmnesRegular/OmnesRegular.ttf') format('truetype'),
         url('../fonts/OmnesRegular/OmnesRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OmnesSemibold';
	src: url('../fonts/OmnesSemibold/OmnesSemibold.eot');
	src: url('../fonts/OmnesSemibold/OmnesSemibold.woff') format('woff'),
         url('../fonts/OmnesSemibold/OmnesSemibold.ttf') format('truetype'),
         url('../fonts/OmnesSemibold/OmnesSemibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OmnesBold';
	src: url('../fonts/OmnesBold/OmnesBold.eot');
	src: url('../fonts/OmnesBold/OmnesBold.woff') format('woff'),
         url('../fonts/OmnesBold/OmnesBold.ttf') format('truetype'),
         url('../fonts/OmnesBold/OmnesBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html{
	overflow-x: hidden;
}
body {
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 1.75;
	color: #343434;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'OmnesBold';
	font-size: 48px;
	line-height: 1;
	color: #343434;
}
.brands-title h4{
	font-family: 'OmnesBold';
	font-size: 48px;
	line-height: 1;
	color: #343434;
}
h2 {
	font-family: 'OmnesBold';
	font-size: 45px;
	line-height: 1;
	color: #343434;
}
h3 {
	font-family: 'OmnesBold';
	font-size: 32px;
	line-height: 1.06;
	color: #343434;
}
h4 {
	font-family: 'OmnesBold';
	font-size: 24px;
	line-height: 1.17;
	color: #343434;
}
h5 {
	font-family: 'OmnesLight';
	font-size: 18px;
	line-height: 1.2;
	color: #343434;
}
h6 {
	font-family: 'OmnesLight';
	font-size: 14px;
	line-height: 1.50;
	color: #343434;
}
p {
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 1.75;
	color: #343434;
	margin: 0px;
	padding: 0 0 28px;
}
p strong {
	font-family: 'OmnesBold';
	color:#595959;
}
ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: 0px none !important;
}
img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
input:focus, textarea:focus, a:focus {
	outline: 0px none !important;
}
input[type="text"], input[type="email"], input[type="password"], select {
	width: 100%;
	font-family: 'OmnesRegular';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #343434;
	height: 48px;
	border: solid 1px #e8e8e8;
	border-radius: 0;
	padding: 0 15px;
	box-shadow: none;
	background: none;
	margin: 0 0 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus {
	box-shadow: none;
	background: none;
	font-style: normal;
	border: solid 1px #343434;
	color: #343434;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
 color: #343434;
 opacity: 1;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
 color: #343434;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholderr {
 color: #343434;
}
label {
	display: block;
	font-family: 'OmnesRegular';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #343434;
}
.error label {
	color: #ff0000;
}
textarea {
	width: 100%;
	font-family: 'OmnesRegular';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #343434;
	height: 158px;
	border: solid 1px #e8e8e8;
	border-radius: 2px;
	padding: 15px 15px 5px;
	box-shadow: none;
	background: none;
	resize: none;
	margin: 0 0 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea:focus {
	box-shadow: none;
	background: none;
	font-style: normal;
	border: solid 1px #343434;
	color: #343434;
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea::-moz-placeholder {
 color: #343434;
}
textarea::-webkit-input-placeholder {
 color: #343434;
}
textarea:-ms-input-placeholder {
 color: #343434;
}
input[type="text"].error, input[type="email"].error, textarea.error {
	border-color: #ff0000;
}
.check-box input[type=checkbox] {
	display: none;
}
.check-box input[type=checkbox] + label {
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 1;
	width: 100%;
	font-family: 'OmnesLight';
	font-size: 16px;
	line-height: 1.25;
	color: #6a6a6a;
	padding-right: 28px;
	margin: 0;
}
.check-box input[type=checkbox] + label:before {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	z-index: -1;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	background: none;
	border: solid 2px #929292;
	color: #FFF;
	font-size: 13px;
	line-height: 12px;
}
.check-box input[type=checkbox]:checked + label:before {
	background-color: #acacac;
	content: "\f00c";
}
.check-box {
	padding: 0 0 9px;
}
.btn {
	font-family: 'OmnesLight';
	font-size: 18px;
	line-height: 52px;
	color: #323232;
	background: #FFF;
	border-radius: 0;
	padding: 0 53px 0 20px;
	min-width: 160px;
	height: 54px;
	border: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	box-shadow: none;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.btn:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 20px;
	right: 22px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn:hover, .btn:focus {
	color: #FFF;
	background: #323232;
}
.btn-filter{
	font-family: 'OmnesLight';
	font-size: 18px;
	line-height: 52px;
	color: #323232;
	background: #FFF;
	border-radius: 0;
	padding: 0 53px 0 20px;
	min-width: 160px;
	height: 54px;
	border: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	box-shadow: none;
	position: relative;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.btn-filter:before{
	font-family: 'FontAwesome';
	content: "\f1de";
	position: relative;
	font-size: 20px;
	right: 16px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.submit-btn,
.mg_form_submit {
	width: auto;
    height: 44px;
    line-height: 44px;
    /* float: left; */
	display: inline-block;
    font-family: 'OmnesBold';
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #222222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
	padding: 0 15px;
}
.submit-btn i {
	margin-left: 6px;
}

.acc-wrap {
	padding-top: 60px;
}
.acc-content {
	padding-right: 32px;
}

.login-form {

}
.acc-wrap h2 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 26px;

}
.acc-wrap h3 {

	margin-bottom: 20px;
	font-size: 22px;

}
.acc-wrap a {
	color: #282828;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.acc-wrap a:hover {
 	font-family: 'OmnesSemibold';
}
.single-row.contain3 input {
	margin-right: 10px;
}
.single-row.contain2 input {
	margin-right: 10px;
}
.acc-goto {
	text-align: right;
}
@media (min-width: 320px) {
.container {
	max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
	max-width: 750px;
}
}
@media (min-width: 1024px) {
.container {
	max-width: 970px;
}
}
@media (min-width: 1280px) {
.container {
	max-width: 1200px;
}
}
.container-fluid.no-gutters {
	padding-right: 0;
	padding-left: 0;
}
.no-gutters .row {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.block {
	color: #FFF;
	text-align: center;
	height: 30px;
	margin: 5px 0;
	background: #030;
}
/* Slider start*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide > div {
	width: 100%;
	display: inherit;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
 	margin: 0 auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 9;
	width: 95px;
	height: 95px;
	border: none;
	outline: none;
	background: transparent;
	font-size: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:before {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	font-size: 22px;
	color: #363636;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.slick-arrow.slick-prev {
	left: 0;
}
.slick-arrow.slick-next {
	right: 0;
}
.slick-prev:before {
	content: "\f104";
}
.slick-next:before {
	content: "\f105";
}
.slick-arrow.slick-disabled {
	opacity: 0.3;
	cursor: default;
}
.slick-arrow.slick-disabled:hover {
	border-color: #e9e9e6;
}
.slick-arrow:hover {
	background: #363636;
}
.slick-arrow:hover:before {
	color: #FFF;
}
.slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.slick-slide {
	float: none;
	text-align: center;
}
.slick-slide a {
	width: auto!important;
}
.slick-initialized .slick-slide {
	/* height: auto; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.slick-dots {
	position: absolute;
	left: 60px;
	bottom: 60px;
	margin: auto;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 2px #FFF;
	background: none;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	margin: 0 11px 0 0;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #FFF;
	cursor: default;
}
.slick-dots li button {
	display: none;
}
/* Slider End*/
.wrapper {
	max-width: 1350px;
	margin: auto;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 999;
	min-height: 128px;
}
.is-sticky .header {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.header .col-md-12 {
	position: inherit;
}
.content {
	/* padding-top: 128px; */
	padding-top: 174px;
}

.product-page-content ul li {list-style-type:initial;}

.header-top {
	min-height: 75px;
	position: relative;
}
.header-check{
	top: 7px;
	color: green;
	position:  absolute;
	left: 110px;
}
.logo {
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	margin: auto;
	width: 243px;
	padding: 0 15px;
}
.logo.sneakers {
	width: 134px;
}
.top-right {
	position: absolute;
	right: 0;
	top: 24px;
	font-family: 'OmnesLight';
	font-size: 16px;
	line-height: 1.25;
	color: #939598;
	letter-spacing: .2px;
}
.top-right a {
	color: #282828
}
.top-right a:hover {
	color: #ff0000;
}
.menu {
	padding: 9px 0 5px;
}
.menu > ul {
	text-align: center;
	position: relative;
	/* left: 50%; */
	display: inline-block;
}
.menu ul li {
	float: left;
	font-family: 'OmnesLight';
	color: #282828;
	text-transform: uppercase;
	padding: 0 23px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
}
.menu ul li a {
	display: block;
	color: #282828;
}
.menu > ul > li:hover > a, .menu ul li a:hover, .menu ul li a:focus {
	font-family: 'OmnesSemibold';
}
.sub-menu:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
}

.trigger {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: none;
	cursor: pointer;
}
.trigger:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 5px;
	font-weight: bold;
}
.menuopen .trigger:before {
	content: "\f106";
}
.menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 96%;
	width: 280px;
	background: #FFF;
	text-align: left;
	padding: 40px 0 10px;
}
@media only screen and (min-width: 768px) {
	.menu {
		display: block !important;
	}
	.menu ul ul {
		display: none !important;
	}
	.menu ul li:hover ul {
		display: flex !important;
	}
}
.menu ul ul li {
	/* display: block; */
	width: 100%;
	padding: 11px 23px;
}
.menu ul ul li a {
	position: relative;
}
.menu ul ul li a:before {
	font-family: 'FontAwesome';
	content: "";
	position: absolute;
	right: 10px;
	top: -2px;
	font-weight: bold;
	font-size: 18px;
}
.menu ul ul li a:hover:before, .menu ul ul li a:focus:before {
	content: "\f105";
}
.cart-block {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.cart-block ul li,
.cart-block_v2 ul li,
.cart-block_v3 ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	padding-right: 0px;
}

.cart-block ul li a,
.cart-block_v2 ul li a,
.cart-block_v3 ul li a{
	position: relative;
}
.cart-block ul li a span,
.cart-block_v2 ul li a span,
.cart-block_v3 ul li a span{
	display: block;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #929292;
	font-family: 'OmnesSemibold';
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: -10px;
    bottom: -21px;
}
.menu-icon {
	display: none;
	position: absolute;
	left: 30px;
    top: 68px;
}
.menu-icon p {
	font-size: 12px;
}
.menu-icon #nav-icon {
	width: 30px;
	height: 30px;
	position: relative;
	float: right;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	cursor: pointer;
}
.menu-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.hideondesktop {
	display: none;
}
.menu-icon #nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #222222;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.menu-icon #nav-icon span:nth-child(1) {
	top: 0px;
	moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.menu-icon #nav-icon span:nth-child(2) {
	top: 10px;
	moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.menu-icon #nav-icon span:nth-child(3) {
	top: 20px;
	moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.menu-icon #nav-icon.open span:nth-child(1) {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 2px;
}
.menu-icon #nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.menu-icon #nav-icon.open span:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 2px;
}
.banner-slide {
	position: relative;
}
.banner-image {
	height: 660px;
	width: 100%;
}
.banner-content {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slide-title {
	font-family: 'OmnesBold';
	font-size: 48px;
	line-height: 0.94;
	color: #000;
	-webkit-text-stroke: 1px black;
}
.sm-banner .banner-image {
	height: 126px;
}
.products-outer {
	overflow: hidden;
	position: relative;

	padding-bottom: 150px;
}
.products-outer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4000px;
	height: 82px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
.products-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.product-left {
	width: 25.64%;
}
.product-right {
	width: 74.36%;
}
.product-list {
	border-left: solid 1px #e8e8e8;
	position: relative;
}
.product-list:before {
	content: "";
	position: absolute;
	left: -50%;
	top: 0;
	width: 1000px;
	height: 1px;
	background: #e8e8e8;
}
.product-list ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-list ul li {
	width: 33.33%;
}
.product-list ul li a {
	display: block;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.sort-block {
	min-height: 82px;
	border-left: solid 1px #e8e8e8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 30px;
}
.sort-title {
	display: inline-block;
	vertical-align: middle;
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 1.13;
	color: #1b1b1b;
	min-width: 97px;
	padding: 3px 0 0;
}
.sort-block ul {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sort-block ul li {
	display: inline-block;
	vertical-align: middle;
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 1.13;
	color: #acacac;
	padding-right: 16px;
}
.sort-block ul li a {
	color: #acacac;
}
.sort-block ul li.active a {
	text-decoration: underline;
	color: #acacac;
}
.sort-block ul li a:hover, .sort-block ul li a:focus {
	color: #1b1b1b;
}
.product-block {
	border-right: solid 0px #e8e8e8;
	border-bottom: solid 0px #e8e8e8;
}

.product-image {
	display: block;
	height: 196px;
	border-bottom: solid 0px #edefec;
	overflow:hidden;
	background-size: contain !important;
	margin: 8px;
	/* background-size: 80% !important; */
}
.product-content {
	position: relative;
	padding: 13px 20px 9px;
}
.brand-logo {
	position: absolute;
	right: 35px;
	top: 8px;
}
.product-name {
	padding: 0 40px 0 0;
	font-family: 'OmnesBold';
	font-size: 16px;
	line-height: 1.5;
	color: #343434;
	margin: 0 0 4px;
}
.old-price {
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 1.5;
	color: #969696;
	text-decoration: line-through;
}
.new-price {
	font-family: 'OmnesRegular';
    font-size: 17px;
    line-height: 1.5;

    color: #ff4700;
}
.new-price.black {
	color: #000000;
}
.pagination-block {
	padding: 43px 0;
}
.pagination-block ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}
.pagination-block ul li a {
	display: block;
	width: 33px;
	height: 33px;
	border: solid 2px #d9d9d9;
	font-family: 'OmnesRegular';
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #929292;
}
.pagination-block ul li.active a {
	background: #929292;
	color: #FFF;
	border-color: #929292;
}
.pagination-block ul li.more a {
	border: none;
	width: auto;
	padding-top: 7px;
	font-size: 24px;
}
.pagination-block ul li a:hover {
	border-color: #929292;
	color: #929292;
}
.size {


	/* max-width: 250px; */
	    max-width: 370px;
}
.size ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8; */
}
.size ul li {
	/* width: 20%; */
	width: 50px;
	height: 50px;
	/* border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8; */
	border: 1px solid #e8e8e8;
	margin: 0 2px 2px 0;
}
.size ul li a {
	display: block;
	font-family: 'OmnesLight';
	font-size: 16px;
	line-height: 48px;
	color: #2a2a2a;
	text-align: center;
	width: 50px;
	height: 50px;
}
.size ul li a:hover, .size ul li a:focus {
	font-family: 'OmnesSemibold';
}
.size ul li.active a {
	background: #929292;
	font-family: 'OmnesSemibold';
	color: #FFF;
}
.video-section {
	width: 100%;
	padding: 57px 0 37px;
	background: #1b1b1b;
}
.video-image {
	width: 100%;
	position: relative;
}
.video-image img {
	max-width: none;
	position: absolute;
	right: -5px;
	top: -80px;
}
.video-desc {
	width: 100%;
}
.video-desc h5 {
	color: #ffffff;
	text-transform: uppercase;
}
.video-desc p {
	font-family: 'OmnesLight';
	font-size: 20px;
	line-height: 1.20;
	color: #ffffff;
	padding: 0;
}
.video-link {
	width: 100%;
	margin: 25px 0 0;
}
.video-link a {
	font-family: 'OmnesBold';
	font-size: 20px;
	line-height: 1.20;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	vertical-align: middle;
	display: inline-block;
}
.video-link a:hover, .video-link a:hover i {
	color: #ff0000;
}
.video-link a i {
	font-size: 68px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px 11px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.category-section {
	width: 100%;
	background: #ffffff;
	padding: 20px 0 50px;
}
.category-section2{
	padding: 60px 0 50px;
}
.category-blk {
	width: 100%;
	text-align: center;
}
.category-blk h1 {
	font-family: 'OmnesLight';
	font-size: 24px;
	line-height: 1.4;
	color: #231f20;
	text-transform: uppercase;
	padding: 0 0 20px;
}
.category-list {
	width: 100%;
	text-align: left;
}
.category-list ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.category-list ul li {
	width: 100%;
	border: 1px solid #e8e8e8;
	border-left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.category-list ul li:first-child {
	border: 1px solid #e8e8e8;
}
.category-type {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.category-image {
	width: 100%;
	height: 480px;
	position: relative;
}
.category-type a:hover .category-image:before {
	background: rgba(27, 27, 27, 0.6);
}
.category-image:before {
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(27, 27, 27, 0.26);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.category-desc {
	position: absolute;
	left: 25px;
	bottom: 28px;
}
.category-desc p {
	font-family: 'OmnesRegular';
	font-size: 24px;
	line-height: 1.25;
	color: #ffffff;
	padding: 0;
}
.category-desc h2 {
	font-family: 'OmnesBold';
	font-size: 45px;
	line-height: 0.9;
	color: #ffffff;
	text-transform: uppercase;
}
.brands-section {
	width: 100%;
	background: #ffffff;
}
.brands-blk {
	width: 100%;
	text-align: center;
}
.brands-blk h3 {
	font-family: 'OmnesLight';
	font-size: 24px;
	line-height: 1.4;
	color: #231f20;
	text-transform: uppercase;
}
.brands-blk a {
	font-family: 'OmnesLight';
	color: #231f20;
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
}
.brands-blk a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.brands-blk a:hover, .brands-blk a:hover:after {
	color: #ff0000;
}
.logo-list {
	width: 100%;
	margin: 7px 0 46px;
}
.logo-list ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo-list ul li {
	width: 100%;
	height: 190px;
	border: 1px solid #e8e8e8;
	border-right: 0;
	padding: 10px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo-list .slick-slide {
	border: 1px solid #e8e8e8;
	/* border-right: 0; */
}
.logo-list ul li:first-child {
	border-left: 0;
}
.content-section {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}
.content-section .cols {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.content-desc {
	width: 100%;
	padding: 0 6px 0 52px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.content-desc h2 {
	font-family: 'OmnesLight';
	font-size: 24px;
	color: #231f20;
	text-transform: uppercase;
	text-align: right;
	padding: 0 0 34px;
}
.content-desc p {
	font-family: 'OmnesLight';
	color: #231f20;
	text-align: right;
	padding: 0;
}
.content-image-holder {
	width: 100%;
	position: relative;
	min-height: 480px;
}
.content-image {
	width: 70vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.image-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 96px 96px;
}
.image-desc span {
	font-family: 'OmnesRegular';
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}
.image-desc h2 {
	line-height: 0.8;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 42px;
}
.image-desc .btn {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
}
.left-positioned .content-image-holder .content-image {
	left: auto;
	right: 0;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.left-positioned .content-image-holder .content-image .image-desc {
	left: auto;
	right: 0;
	padding: 0 96px 96px 0;
}
.left-positioned .content-desc {
	padding: 0 0 0 10px;
}
.left-positioned .content-desc h2 {
	text-align: left;
}
.left-positioned .content-desc p {
	text-align: left;
}
.newsletter-section {
	width: 100%;
	padding: 80px 0;
	background: #ffffff;
}
.newsletter-blk {
	width: 100%;
	text-align: center;
}
.newsletter-blk h3 {
	line-height: 0.84;
	text-transform: uppercase;
}
.newsletter-blk p {
	font-family: 'OmnesLight';
	font-size: 14px;
	line-height: 1.86;
	color: #2a2a2a;
	padding: 0;
}
.newsletter {
	width: 100%;
	margin: 25px 0 0;
}
.newsletter input[type=text] {
	width: 70%;
	height: 44px;
	line-height: 44px;
	float: left;
	font-family: 'OmnesLight';
	font-size: 14px;
	color: #58595b;
	margin: 0;
	border: solid 1px #eaeaea;
	background: #f7f7f9;
}
.newsletter input[type=submit] {
	width: 30%;
	height: 44px;
	line-height: 44px;
	float: left;
	font-family: 'OmnesBold';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	background: #222222;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.newsletter input[type=submit]:hover, .newsletter input[type=submit]:focus, .newsletter input[type=submit]:active {
	background: #000000;
}
/*--- footer starts ---*/
.footer {
	width: 100%;
	background: #efefef;
}
.footer .col-md-6 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.footer-right-text{
	padding: 120px 30px 65px 95px;
	text-align: center;
}

.footer-utilities {
	width: 100%;
	padding: 80px 30px 65px 95px;
}
.footer-utilities2 {
	width: 100%;
	padding: 120px 30px 65px 95px;
	text-align: center;
}
.footer-logo {
	display: block;
	margin: 0 0 30px;
}
.footer-utilities strong {
	font-family: 'OmnesBold';
	font-size: 14px;
	font-size: 16px;
	font-weight: normal;
	color: #181818;
	padding: 0 0 23px;
	display: inline-block;
}
.footer-utilities p {
	font-size: 14px;
	font-size: 16px;
	line-height: 1.71;
	color: #181818;
	padding: 0;
}
.footer-utilities p a {
	color: #181818;
}
.footer-utilities p a:hover {
	color: #ff0000;
}


.social-media {
	width: 100%;
	padding: 70px 0 0 0;
}
.social-media ul {
	width: 100%;
}
.social-media ul li {
	width: auto;
	display: inline-block;
	padding: 0 0 0 25px;
}
.social-media ul li:first-child {
	padding: 0;
}
.social-media ul li a {
	width: 100%;
}
.social-media ul li a i {
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #363636;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.social-media ul li a:hover i {
	color: #ff0000;
}
.social-media2{
	padding: 0;
}
.footer-btm {
	width: 100%;
	padding: 15px 0 0;
}
.footer-btm2{
	padding: 15px 60px 0;
	display: flex;
}
.footer-btm2 ul {
	padding: 0 20%;
}
.footer-btm p {
	font-family: 'OmnesRegular';
	font-size: 13px;
	color: #636363;
	text-transform: uppercase;
	display: inline-block;
}
.footer-btm ul {
	display: inline-block;
	padding: 0 0 0 50px;
	padding: 0 0 0 0;
}
.footer-btm2 ul {
	display: inline-block;
	position: absolute;
	text-align: center;
	height: 100%;
	width: 83.33%;
	vertical-align: middle;
}
.footer-btm ul li {
	/* display: inline-block; */
	display: inline-block;
	line-height: 20px;
	padding: 0 12px 0 0;
	/* background: url(../images/divider.jpg) left 7px no-repeat; */
}
.footer-btm ul li:first-child {
	background: none;
	padding-left: 0;
}
.footer-btm ul li a {
	font-family: 'OmnesRegular';
	font-size: 13px;
	line-height: 14px;
	color: #636363;
}
.footer-btm ul li a:hover {
	color: #ff0000;
}
.map-block {
	width: 100%;
}
#map {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
/*--- footer ends ---*/


/*--cart--*/


.cart-section {
	width: 100%;
	padding: 105px 0;
}
.cart-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.cart-left-block {
	width: 50%;/* border: 1px solid #e8e8e8;*/
}
.cart-left-block > ul {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.cart-left-block > ul > li {
	width: 100%;
	padding: 30px 14px 27px 30px;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.cart-left-block > ul > li:first-child {
}
.cart-left-block > ul > li:last-child {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	padding: 33px 26px 34px 30px;
	border-top: none;
}
.cart-left-block > ul > li .image {
	width: 20%;
}
.cart-left-block > ul > li .image img {
	border: 1px solid #e8e8e8;
}
.cart-left-block > ul > li .details {
	padding-left: 46px;
	width: 80%;
	margin: -5px 0 0;
	position: relative;
}
.cart-left-block > ul > li h6 a,
.cart-left-block > ul > li .details h6 a {
	color: #343434;
	padding: 0 0 14px;
	display: block;
}
.cart-left-block > ul > li h6 a:hover.
.cart-left-block > ul > li .details h6 a:hover {
	color: #ff0000;
}
.cart-left-block > ul > li .details span {
	display: table;
}
.cart-left-block > ul > li .details span strong {
	font-family: 'OmnesSemibold';
	font-style: italic;
}
.rate {
	position: relative;
	color: #969696;
	margin-top: 16px;
	line-height: 23px;
}
.mobcartitle {
	display: none;
}
/* .rate:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #969696;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.discount-rate {
	color: #ff0000;
}
ul.bottom-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;


	position: absolute;
    right: 0;
    top: 0;
}
.total-price {
	width: 44.8%;
}
.total-price h5 {
	font-size: 18px;
	padding-bottom: 10px;
}
.total-price ul li {
	padding-top: 7px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.total-price ul li:last-child {
	margin-top: 25px;
}
.total-price ul li:last-child span {
	text-transform: uppercase;
}
.total-price ul li:last-child span.amount {
	color: #929292;
}
.cart-right-block {
	width: 50%;
	border: 1px solid #e8e8e8;
	padding: 24px 31px 27px 33px;
}
.cart-right-block h6 {
	padding: 0 0 18px;
}
.single-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 8px;
}
.single-row label {
	margin: 0;
	min-width: 157px;
}
.single-row input {
	margin: 0;
}
.details-div {
	margin-top: 62px;
	margin-bottom: 56px;
}
.details-div h6 {
	padding: 0 0 9px;
}
.details-div h6 a {
	vertical-align: middle;
	margin-left: 37px;
}
.details-div h6 i {
	color: #343434;
	font-size: 20px;
}
.cart-inner .cart-right-block .btn {
	margin-top: 24px;
}
.cart-inner .btn.dark-bg, .swal2-confirm {
	background: #000000;
	color: #fff;
	line-height: 43px;
	height: 45px;
	font-size: 16px;
	font-family: 'OmnesBold';
	padding: 0 37px 0 31px;
}
.swal2-confirm:focus {
	outline:0 !important;
	box-shadow: none !important;
}
.swal2-confirm, .swal2-cancel {
	height: 45px;
	font-size: 16px;
	font-family: 'OmnesBold';
	padding: 0 37px 0 31px;
	border-radius:0px !important;
	line-height: 15px;
}
.cart-inner .btn.dark-bg:hover, .cart-inner .btn.dark-bg:active, .cart-inner .btn.dark-bg:focus {
	background: #323232;
}
.cart-inner .btn.dark-bg:before {
	font-size: 12px;
	content: "\f054";
	right: 25px;
}
.cart-inner .cart-left-block .btn, .swal2-confirm {
	background: #1f1f1f;
	padding: 0 50px 0 51px;
	margin: 29px 24px 0 0;
}
.cart-inner .cart-left-block .btn.dark-bg:before {
	font-size: 12px;
	content: "\f053";
	right: auto;
	left: 38px;
}
/*--product--*/

.product-left .title {
	padding: 30px 0;
}
.category-block {
	width: 100%;
	padding: 29px 0px 29px 0;
	max-width: 250px;
}
.category-block li {
	width: 100%;
	padding: 3px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	font-family: 'OmnesLight';
	text-transform: uppercase;
	cursor: pointer;
}
.filter-block {
	max-width: 250px;
	padding-bottom: 40px;
}
.filter-outer {
	border-bottom: 1px solid #e8e8e8;
}
.filter-outer h5 {
	border: 1px solid #e8e8e8;
	border-right: none;
	position: relative;
	padding: 30px;
	text-transform: uppercase;
	color: #2a2a2a;
}
.filter-block .check-box {
	padding: 0 0 16px;
}

.filter-main {
	position: relative;
	width: 100%;
}
.refresh {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.filter-main.brand {
	margin: 37px 0 30px;
}
.filter-main.brand .filter-title {
	color: #2a2a2a;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'OmnesBold';
	position: relative;
	padding: 0 0 0 35px;
}
.filter-main.brand .filter-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	background: url('../images/down-arw.png') no-repeat;
	width: 17px;
	height: 17px;
}
.filter-main.brand .filter-title.open:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-main.brand h6 a img {
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.expand {
	font-size: 14px;
	font-family: 'OmnesBold';
	padding-top: 11px;
	cursor: pointer;
}

.category-select.active {
	font-family: 'OmnesBold';
	font-weight:700;
}
.merk-category-select.active {
	font-family: 'OmnesBold';
	font-weight:700;
}
.product-page-content {
	background-color:#efefef;
}
.product-images {
	height: 100%;
}
.product-images .slick-next, .product-images .slick-prev {
	/*right: -48px;*/
	top: auto;
	left: auto;
	bottom:-48px;

	bottom: auto;
    top: 50%;
    /*margin-top: -48px;*/
}
.product-images .slick-next {
	bottom: 46px;

	bottom: auto;
    top: 50%;
    /*margin-top: 48px;*/
}
.product-page-content {
    padding: 75px 40px 40px 75px;
	/* padding:75px; */
}
.product-page-content h2 {
	font-family: 'OmnesLight';
    font-size: 24px;
    color: #231f20;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 14px;
}
.product-page-content h1 {
	font-size: 36px;
	padding: 0 0 15px;
}
.product-page-content p.size-select {
	font-family: 'OmnesBold';
	font-size: 18px;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.price-block {
	margin-top:30px;
}
.price-block .price {
	float:left;
	margin-right:60px;
}
.price-block .add_to_cart {
	/* width: 30%; */
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	float: left;
	font-family: 'OmnesBold';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	background: #222222;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.price-block .price .price-old, .price-block .price .price-now {
	padding:0;
}
.price-block .price .price-old {
	/* color:red; */

	text-decoration: line-through;
}
.price-block .price .price-now {
	color: #ff4700;
	font-size: 20px;
	margin-top:-9px;
}
.price-block .price .price-now.price-normal {
	color: #343434;
}
.no-results {
	padding:20px;
	font-size:20px;
}
#choose-size-error {
	color:red;
	padding-top:5px;
	display: none;
}
.remove-cart-item {
	cursor: pointer;
}
.notifyjs-bootstrap-success {
    background-position-y: 13px !important;
}
.notifyjs-bootstrap-error {
    background-position-y: 13px !important;
}
.select-size {
	list-style-type:none !important;
}
.select-size.disabled {
 	opacity: 0.3;
}
.select-size.disabled a {
 	font-family: 'OmnesLight' !important;
}
.geschiedenis_wrap {
    background: url(../images/geschiedenis_timeline.png) repeat-y center center;
}
.geschiedenis_item {
    width: 464px;
}
.geschiedenis_item.left {
    float: left;
    position: relative;
    left: 11px;
    text-align: right;
}
.geschiedenis_item.right {
    float: right;
    position: relative;
    left: -9px;
    text-align: left;
}
p.geschiedenis_title {
    height: 16px;
    line-height: 16px;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
}
.geschiedenis_item.left p.geschiedenis_title {
    background: url(../images/geschiedenis_dot.png) no-repeat right top;
    text-align: right;
	padding-right: 37px;
	margin-right: -38px;
}
.geschiedenis_item.right p.geschiedenis_title {
    background: url(../images/geschiedenis_dot.png) no-repeat left top;
    text-align: left;
	padding-left: 37px;
	margin-left: -39px;
}
.geschiedenis_item.right img.geschiedenis_img {
    /* margin-left: 34px; */
    max-width: 430px;
}
.geschiedenis_item.left img.geschiedenis_img {
    /* margin-right: 34px; */
    max-width: 430px;
}

.search_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    padding-top: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.search_input {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    height: 51px;
    line-height: 49px;
    color: #999999;
    background: #ffffff;
    font-size: 14px;
    padding: 0 21px;
    font-family: 'OmnesLight';
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search_close_small {
    display: none;
    color: #444549;
}
.search_results {
    padding-top: 10px;
}
.search_close {
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
}
.search_close:before, .search_close_small:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}
body.search-open {
    overflow: hidden;
}
#search-button {
	cursor:pointer;
}
.search_result_item {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 5px;
    cursor: pointer;
}
.search_img {
    width: 126px;
    height: 90px;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    position: relative;

	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	position: relative;
	background-repeat: no-repeat;
}
.search_title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 10px;
}
.search_cats {
    font-size: 12px;
    padding-bottom: 0;
}
.logo-list ul li {
	cursor:pointer;
}
.alert.hide {
	 display: none;
}

.usp_wrap {
	margin-bottom: 15px;
}
.upsi-wrap {
	padding: 0;
}
.usp_item {
	white-space: nowrap;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    background: #1b1b1b;
    margin: 0;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    font-family: 'OmnesLight';
}
.usp_item::before{
	content: "\f00c";
	padding-right: 5px;
	color: green;
	font-family: 'FontAwesome';
}
.usp_tel {
	/* text-align: right; */
    background: #ffffff;
    color: #1b1b1b;
    height: 32px;
    line-height: 30px;

}
.usp_tel a {
	color: #1b1b1b;
	font-family: 'OmnesRegular';
}

.header-container{
	padding-bottom: 15px;
	/* display: flex;
	align-items: center;
	position: relative; */
}
.header-container-v2{
	padding: 15px;
	border-top: 1px solid #404040;
}
.logo_v3{
	padding: 0 10px;
	max-height: 70px;
}
.logo_v3_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 28%;

}
.logo_v3 img{
	max-height: 60px;
}
.logo_v2_wrap {
	display: flex;
	align-items: center;

	justify-content: space-between;
}
.logo_v2 {
	padding: 0 10px;
	max-height: 70px;
}
.logo_v2 img {
	    /* max-height: 70px; */
		    max-height: 60px;
}
.tbaccount_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
		text-align: right;
}
.tbaccount {

}
.header-row {
	width: 100%;
}
.search_v2_wrap {
	display: flex;
	align-items: center;
	position: relative;
}
.search_v3_wrap {
	display: flex;
	align-items: center;
	position: relative;
	/*left: 40%;*/
}
.search_icon {
	position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -8.5px;
    width: 18px;
    height: 17px;
}
input.search_field {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-family: 'OmnesLight';
	font-size: 16px;
	color: #58595b;
	margin: 0;
	border: solid 1px #eaeaea;
	background: #f7f7f9;
	outline: none;
	padding-left: 50px;
}
input.search_field:focus,
input.search_field:active {
	background: #f7f7f9;
}

.tbaccount_wrap {
 	padding-right: 48px;
}
.tbaccount_wrap_v2 {
	padding-right: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	text-align: right;
}
.tbaccount_name {
	margin: 0;
	padding: 0;
}
.tbaccount_name i {
	margin-right: 7px;
}
.tbaccount_name_v2 {
	margin: 0;
	padding: 0;
	color:#fff;
}
.tbaccount_name_v2 p {
	color: #fff;
}
.tbaccount_links_v2 {
	margin: 0;
	padding: 0;
}
.tbaccount_links_v2 a {
	color:#fff;
}
.tbaccount_links {
	margin: 0;
	padding: 0;
}
.tbaccount_links a {
	color: #343434;
    font-size: 14px;
    margin-left: 5px;
    padding-left: 5px;
}
.tbaccount_links a:hover {
	font-family: 'OmnesSemibold';
}
.cart-block_v2 {
	position: absolute;
	right: 0;
	bottom: 30px;
}
.cart-block_v3 {
	position: absolute;
	right: 0;
	/*bottom: 30px;*/
}
.container-fluid.header{
	padding: 0 !important;
	background-color: #000;
}
.nav-block{
	border-bottom: 1px solid #000;
	background-color: #fff;
}
.nav-menu{
	position: relative;
}
.nav-menu ul{
	display: flex;
	text-align: center;
	justify-content: center;
}
.nav-menu ul li{
	padding: 0 10px;

}
.nav-menu ul li span a{
	text-decoration: none;
	color:#343434 ;
}
.menu {
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.menu-container ul{
	padding: 10px 0;
}
.menu > ul {
	text-align: left;
	display: block;
}
.menu ul li {
	float: none;
	display: inline-block;
	position: initial;
}
.sub-menu:before {
	content: "";
}
.menu ul li a {
	font-family: 'OmnesLight';
	font-size: 18px;
	line-height: 1.2;
	color: #343434;
	display:inline-block;
	padding: 10px 2px;
    font-weight: bold;
	/* padding: 10px 10px; */
}
.menu ul ul.submenu_wrap {
	/* width: 100vw;
    margin-left: -15px; */
	width: 100%;
    padding: 15px 15px;
 	background: #f7f7f9;
	display: flex;
}
.menu ul ul.submenu_wrap li {
	width: 100%;
}
.menu ul ul .subsub_menu,
.menu ul li:hover ul  .subsub_menu {
	display: block !important;
    position: relative;
    top: initial;
    padding: 0;
    margin: 0;
    width: 100%;
    left: initial;
    background: none;
}
.menu ul ul .subsub_menu li {
	display: block !important;
	padding: 0;
	text-transform: initial;
}
.menu ul ul .subsub_menu li a {
	position: relative;
	padding: 5px 10px;
    font-weight: normal;
}
.menu ul a.submenu_title {
	font-weight: 700;
	padding-bottom: 4px;
	font-size: 20px;
}
.menu ul ul a:hover:before, .menu ul ul a:focus:before,
.menu ul ul .subsub_menu li a:hover:before, .menu ul ul .subsub_menu li a:focus:before {
	content: "" !important;
}


.top_cat_menuitem_wrap {

}
.top_cat_menuitem_wrap a {

}

.category-block.cb-v2 li {
 	flex-direction: column;
	font-weight: 400;
}
.category-block.cb-v2 li.active {
	font-weight: 700;
}

ul.cat-sel-subsub {
	display: none;
	width: 100%;
}
.category-select.active ul.cat-sel-subsub {
	display: block;
}
.merk-category-select.active ul.cat-sel-subsub {
	display: block;
}

.supsup_cat {
	margin-left: 22px;
	    line-height: initial;
	    padding: 1px 0 3px 0 !important;
}

.ww-login-form {
margin-bottom: 15px;
}
.ww-login-form h4 {
	margin-bottom: 15px;
}
.ww-acc-links {
	display: inline-block;
}
.ww-acc-links a {
	color: #343434;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 5px;
}

.ww-login-form .submit-btn {
	margin-right: 10px;
}

.category-external {

}
.category-external a {
	color: #343434;
	text-decoration: none;
}




.product-list ul li {
	transition: all .1s ease-in-out;
}
.product-list ul li:hover {
	border: 0;
	box-sizing: border-box;
	position: relative;

}

.product-list ul li:hover > .po-zoom-wrap {
	position: absolute;
	background: #ffffff;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1.2);
	transition: all .2s ease-in-out;
	border: 1px solid #d9d9d9;
	z-index: 888;

	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
}


.po-quick-details {
	display: none;
	transition: all .1s ease-in-out;
	background: #ffffff;
}

.product-list ul li:hover .po-quick-details {
	padding: 15px;
	background: #ffffff;
	/* background: #ff0000; */
	display: block;

}



.cart-product-overview {
	margin-top: 15px;
}
.cart-product-overview_values .rate {
	margin: 0;
}
.cart-title {
	display: inline-block !important;
}
.cart-amount {
	display: inline-block;
	width: 50px;
	/* margin-left: 12px; */
}

.cpo-big-total {
	font-weight: 700;
}
.cart-totals {
	padding-right: 25px !important;
}

.po-quick-sizes-wrap {
	margin: 10px 0;
}

.po-quick-details-size {
	width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    margin: 3px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.po-quick-details-size:hover,
.po-quick-details-size.active {
	color: #ffffff;
	background: #3d3d3d;
	border: 1px solid #111111;
}


.ov-quick-buttons {
	display: flex;
	justify-content: space-between;
}


.ov-show-product,
.ov-add-product-bysize {
	display: inline-block;
	background: #000000;
    color: #fff;
    height: auto;
    line-height: initial;
    font-size: 14px;
    padding: 7px 10px 7px 10px;
	min-width: auto;
}
.ov-add-product-bysize.hidden {
	display: none;
}
.ov-add-product-bysize:before,
.ov-show-product:before {
	display: none;
}

.ov-add-product-bysize a,
.ov-show-product a {
	color: #ffffff;
	text-decoration: none;
}




.menu ul li.top_cat_menuitem_wrap {
	padding: 0 8px;
}
.menu ul li a.top_cat_menuitem {
	font-size: 16px;
	position: relative;
}
.tcmab {
	position: absolute;
	width: 100%;
	height: 100%;
}



.menu ul li.top_cat_menuitem_wrap:hover {
    background: #f7f7f9;

}


.menu > ul > li:hover > a.top_cat_menuitem, .menu ul li a.top_cat_menuitem:hover, .menu ul li a.top_cat_menuitem:focus {
	font-family: 'OmnesLight';

}

.menu ul li.top_cat_menuitem_wrap:hover > a,
.menu ul li a.top_cat_menuitem:hover {
	font-family: 'OmnesLight';
	text-shadow: 0 0 black;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	/*
	color: #000000;
	text-decoration: underline; */
}

.pr-xinfo {
	color: #cacaca;
	display: inline-block;
	margin-right: 20px;
	margin-top: -15px;
	font-size: 15px;
	text-transform: uppercase;
 	line-height: 2;
}


.mijn_bestellingen_table {
	width: 100%;
}
.mbt_bestellingrow p {
	padding: 0;
}
.mbt_bestellingrow {
	cursor: pointer;
	padding: 8px 0;
	position: relative;

}
.mbt_bestellingrow:before {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
    top: 5px;
}
.mbt_bestellingrow.mbt_open:before {
	content: "\f077";
	font-family: 'FontAwesome';
}

.mbt_bestellingrow h5 {
	padding-left: 36px;
}


.mbt_bestelling {
	display: none;
}

.mbt_table_head {
	background: #1b1b1b;
}

.mijn_bestellingen_table tr:not(.mbt_table_head):hover {

}

.mijn_bestellingen_table tr:not(.mbt_table_head):nth-child(odd) {
	background: #f5f6f6;
}

.mijn_bestellingen_table tr td {
	padding: 5px;
}
.mijn_bestellingen_table tr td p {
	margin: 0;
	padding: 0;
}
.mijn_bestellingen_table tr.mbt_table_head td p {
	color: #ffffff;
}
.mbt_ta_right {
	text-align: right;
}
.footer-nav nav ul li{
	text-decoration: none;

}
.footer-nav nav ul li::marker{
	display: none;
}
.footer-nav nav ul li span a{
	color: #343434;
}
.footer-nav nav ul li span:hover{
	font-family: 'OmnesSemibold';
}
.footer-middle{
	padding: 30px 0;
	text-align: center;
}
.footer-middle-logo{
	width: 30%;
}
.footer-middle-contact{
	padding: 30px 0;
}
.footer-left, .footer-right {
    float:left;
    width:50%;
}
.footer-right2 p {
	padding: 0;
}
.footer-middle-contact p {
	padding: 0;
}
.footer-right a {
    color:#181818;
}
.btn-maatwerk{
	cursor:pointer;
	border-bottom: 1px solid#2a2a2a;
	color: #2a2a2a;
}
.btn-maatwerk:hover{
	font-family:'OmnesSemibold';
}
.maatwerk-modal{
	position: absolute;
	left: 30%;
	top: 35%;
	max-width: 100% !important;
}
.maatwerk-table{
	border: 1px solid black;
}
.maatwerk-table tr:nth-child(even) {
	background-color: #f2f2f2;
	/*background-color: #fff;*/
}
.maatwerk-table th{
	border: 1px solid black;
	padding: 0 5px;
}
.maatwerk-table td{
	border: 1px solid black;
	min-width: 66px;
	text-align: center;
}