/*-- remove default container --*/

.main-container {
	max-width: none;
	padding: 0px;
}

.main-container .col-main {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}


/*-- bootstrap grid section --*/

.img-responsive {
	display: block!important;
	max-width: 100%!important;
	height: auto!important;
}

img.under-breadcrumb.visible-xs.img-responsive {
	margin-top: -100px!important;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.container {
		width: 730px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1190px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.filters {
		padding-bottom: 10px;
	}
	body .products-section {
		padding-top: 70px!important;
	}
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}


/*-- END bootstrap grid --*/


/*-- start grid big
.container {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.row {
margin-left: -10px;
margin-right: -10px;
}
/*-- end grid big --*/


/*-- start special classes --*/

.round {
	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
}


/*-- end special classes --*/


/*-- start minimal height --*/

.mh-100 {
	min-height: 100px;
}

.mh-150 {
	min-height: 150px;
}

.mh-200 {
	min-height: 200px;
}

.mh-250 {
	min-height: 250px;
}

.mh-300 {
	min-height: 300px;
}

.mh-400 {
	min-height: 400px;
}

.mh-500 {
	min-height: 500px;
}

.mh-600 {
	min-height: 600px!important;
}

.mh-220 {
	min-height: 220px;
}

.mh-280 {
	min-height: 220px;
}

.mh-320 {
	min-height: 320px;
}

.mh-420 {
	min-height: 420px;
}

.mh-520 {
	min-height: 520px;
}


/*-- end minimal height --*/


/*-- start margin & padding --*/

.m-t-0 {
	margin-top: 0!important;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-t-150 {
	margin-top: 150px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-r-30 {
	margin-right: 30px;
}

.p-t-0 {
	padding-top: 0px!important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-75 {
	padding-top: 75px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-t-150 {
	padding-top: 150px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.p-l-0 {
	padding-left: 0px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-r-0 {
	padding-right: 0px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

@media (max-width: 767px) {
	.m-t-50 {
		margin-top: 30px;
	}
	.m-t-100 {
		margin-top: 50px;
	}
	.m-t-150 {
		margin-top: 50px;
	}
	.m-b-50 {
		margin-bottom: 30px;
	}
	.p-t-100 {
		padding-top: 50px;
	}
	.p-t-150 {
		padding-top: 100px;
	}
	.p-b-100 {
		padding-bottom: 50px;
	}
}

.w-100 {
	width: 100%;
}


/*-- end margin & padding --*/


/*-- start position clases --*/

.po-absolute {
	position: absolute;
}

.po-relative {
	position: relative;
}

.po-left {
	left: 0;
}

.po-right {
	right: 0;
}

.po-top: {
	top: 0;
}

.po-bottom {
	bottom: 0;
}


/*-- end position clases --*/


/*-- text helper classes --*/

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-notransform {
	text-transform: none !important;
}

.text-red {
	color: #E3151F !important;
}

.text-white {
	color: #fff !important;
}

.text-black {
	color: #1A171B !important;
}

.text-l {
	font-size: 3.714289em !important;
	line-height: 1.2em;
}
.text-m {
	font-size: 2.8em !important;
	line-height: 1.2em;
}
@media (max-width: 991px) {
	.text-l {
		font-size: 2.8em !important;
		line-height: 1.2em;
	}
	.text-m {
		font-size: 1.8em !important;
		line-height: 1.2em;
	}
}
.text-s {
	font-size: 1.8em !important;
	line-height: 1.2em;
}

.text-xs {
	font-size: 1em !important;
	line-height: 1.2em;
}

.banner h5 {
	font-weight: 700;
	line-height: 1.2em;
}


/*-- new classes text by med-use --*/

body .newstyle .text-title {
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
}

body .newstyle .text-body {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}


/*-- text helper classes --*/


/*-- start new headers --*/

.full-marquee-bg {
	position: fixed;
	display: block;
	left: 0;
	right: 0;
	top: 120px;
	bottom: 0;
	z-index: 0;
}

.special-marquee {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.full-marquee {
	position: relative;
	display: block;
	min-height: 400px;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.full-marquee.mh-500 {
	min-height: 500px;
}

.full-marquee .full-bg {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: auto;
	transform: translateX(-50%);
	max-width: none!important;
}

.full-marquee .full-bg.full-w {
	width: 100%;
	height: auto;
}

.full-marquee h1 {
	text-transform: uppercase !important;
	font-size: 3.75em;
	font-weight: 800;
}

.full-marquee h1 .light {
	font-weight: 500;
}

.full-marquee h1 small {
	margin-top: 20px;
	font-size: 0.429em;
	font-weight: 600;
	display: block;
}

.full-marquee h2 {
	text-transform: uppercase !important;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
}

.full-marquee h2 small {
	font-size: 22px;
	line-height: 27px;
	font-weight: 600;
	display: block;
}

.full-marquee h2 small:before {
	content: ' ';
	width: 35px;
	display: block;
	margin: 20px auto;
	height: 4px;
	background-color: #E3151F;
}

.full-marquee small.author {
	font-size: 16px;
	line-height: 100px;
}

.full-marquee small.author img {
	border-radius: 100px;
	float: left;
	margin-right: 20px;
	max-width: 100px
}

.under-breadcrumb {
	padding-top: 50px;
}

.full-marquee.responsive-marquee {
	min-height: 50px;
	margin-top: -50px;
	padding-top: 0px;
	min-height: 50px!important;
}

.full-marquee.responsive-marquee .img-responsive {
	max-height: 550px;
}


/*-- end new headers --*/


/*-- start pattern-marquee --*/

.full-marquee.pattern-marquee {
	background-color: #bd0237;
	position: relative;
	min-height: auto;
}

.full-marquee.pattern-marquee h1 {
	padding: 120px 0px 160px 0px;
	color: #ff94b2;
	margin: 0px;
	opacity: 0.4;
	width: 100%;
	height: auto;
	text-align: center;
}

.full-marquee.pattern-marquee.pattern-gray {
	background-color: #e5e5e5;
}

.full-marquee.pattern-marquee.pattern-gray h1 {
	color: #999;
}

.full-marquee.pattern-marquee.pattern-yellow {
	background-color: #ffba00;
}

.full-marquee.pattern-marquee.pattern-yellow h1 {
	color: #fff999;
	opacity: 0.5;
}

.full-marquee.pattern-marquee.pattern-blu {
	background-color: #14a1cc;
}

.full-marquee.pattern-marquee.pattern-blu h1 {
	color: #81ffff;
}

.full-marquee.pattern-marquee.pattern-black {
	background-color: #5c5c5c;
}

.full-marquee.pattern-marquee.pattern-black h1 {
	color: #ffffff;
}

.full-marquee.pattern-marquee:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-attachment: fixed;
	background-size: 400px;
	opacity: 0.15;
	z-index: -1;
}

.full-marquee.pattern-marquee.pattern-new:before {
	background-image: url('pattern/pattern-new-obj.png');
}

.full-marquee.pattern-marquee.pattern-best:before {
	background-image: url('pattern/pattern-best-obj.png');
}


/*-- end pattern-marquee --*/


/*-- start hovertext --*/


/*-- end hovertext --*/


/*-- different title style --*/

.intro-text h2,
h3.style2 {
	font-size: 2.35em;
	font-weight: 700;
	position: relative;
}


/*
.intro-text h2 {
  padding-left: 100px;
}
.intro-text h2:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  max-width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  background-image: url(start-p.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
*/

.separate:before {
	content: '';
	width: 35px;
	display: inline-block;
	margin: 20px 0px;
	height: 4px;
	background-color: #E3151F;
}

h2.separate:before {
	display: block;
}

.bg-red .separate:before {
	background-color: #333;
}


/*-- end different title style --*/


/*-- newstyle --*/

.newstyle {
	position: relative;
	z-index: 2;
}


/*-- newstyle --*/

.parallax-window {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}


/*-- background --*/

.wrapper {
	background: transparent;
}

.parallaxie {
	min-height: 900px;
	width: 100%;
	position: absolute;
}

.parallax-bg {
	z-index: -100;
	background-color: #f1a400!important;
	margin-top: -40px;
	padding-bottom: 400px;
	height: 200%;
}

.parallax-obj {
	z-index: -90;
	margin-top: -40px;
	background-size: 78% auto!important;
	height: 110%;
}

.parallax-leaf {
	z-index: -80;
	background-size: auto!important;
	margin-top: -40px;
	height: 110%;
}

@media (max-width: 1199px) {
	.parallax-obj {
		background-position-x: 110%!important;
	}
}

@media (max-width: 992px) {
	.parallax-bg {
		margin-top: -80px;
	}
	.parallax-obj {
		margin-top: -80px;
		height: 120%;
	}
	.parallax-leaf {
		margin-top: -100px;
	}
}

.vitec-section {
	position: relative;
	z-index: 2;
}

.bg-fix {
	position: fixed;
	z-index: 0;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-fix div.po-absolute {
	width: 100%;
}

.bg-fix img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.color-1 {
	background-color: #ff6c00;
}

.bg-black {
	background-color: #1A171B;
}

.bg-gray {
	background-color: #bcbcbc;
}

.bg-gray-light {
	background-color: #f5f5f5
}

.bg-white {
	background-color: #fff;
}

.bg-gradient-white {
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(247, 247, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
	border-bottom: 1px solid #ebebeb;
}

.bg-red {
	background-color: #E3151F;
}

.border-white {
	border: 2px solid #fff;
}


/* still in progress the parallax position */

.move-20 {}


/* change position footer to help dimension position */

.footer-container-wrapper {
	position: relative;
	z-index: 2;
}


/* chahge position breadcrumbs */

.breadcrumbs,
.cms-page-view .breadcrumbs,
.cms-no-route .breadcrumbs {
	position: absolute!important;
	z-index: 3;
	color: #fff;
	width: 100%;
	max-width: none;
	margin: auto;
}

.text-breadcrumb-black .breadcrumbs,
.text-breadcrumb-black.cms-page-view .breadcrumbs,
.text-breadcrumb-black.cms-no-route .breadcrumbs {
	color: #333;
}

.breadcrumbs ul {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.breadcrumbs a,
.breadcrumbs strong {
	color: #fff;
}

.text-breadcrumb-black .breadcrumbs a,
.text-breadcrumb-black .breadcrumbs strong {
	color: #333;
}


/*-- background --*/


/* override marquee style */

.newstyle .hp-slider-content h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px
}

.hp-slider-content.p-t-100 {
	padding-top: 50px;
}

.newstyle .hp-slider-content h1 {
	font-size: 52px;
	line-height: 1em;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 0;
}

.newstyle .hp-slider-content p {
	margin-top: 0;
	padding-top: 40px;
	font-size: 16px;
	line-height: 24px;
}

.newstyle .hp-slider-content h4::after {
	content: " ";
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 35px;
	display: block;
	background-color: #E3151F;
}


/*-- button --*/

.button {
	cursor: pointer;
}

.button.p-l-30.p-r-30:active {
	padding-left: 30px!important;
	padding-right: 30px!important;
}

a.button[disabled="disabled"] {
	opacity: 0.5;
}

body .newstyle .big-button {
	margin-top: 30px;
	padding: 11px 45px;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


}
.newstyle .big-button:active {}
.newstyle .big-button:hover {}

/* grid banners and banners */
.grid-banners {
	margin-top: 100px;
	margin-left: -20px;
	margin-right: -20px;
}
.banner {
	display: block;
	padding: 30px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner p {
	font-size: 16px;
	line-height: 1.2
}
.banner a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: block;
}
.banner:hover {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(51, 51, 51, 0.35);
	-moz-box-shadow: 1px 1px 4px 0px rgba(51, 51, 51, 0.35);
	box-shadow: 1px 1px 4px 0px rgba(51, 51, 51, 0.35);
}
.banner a span {
	position: absolute;
	display: inline-block;
	min-height: 31px;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	border: solid 1px #ffffff;
	color: #e42d38;
	font-size: 16px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 40px;
	font-size: 1em;
	bottom: 20px;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none) {
	.banner a span {
		left: 50%;
	}
	/* IE11 */
}
.banner a.red span {
	min-height: 31px;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e42d38;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	border: solid 1px #e42d38;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 40px;
	font-size: 1em;
	margin: 0px auto;
	/* width: auto; */
}
.banner .full-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	width: auto;
}
.newstyle.bg-gray-light .full-marquee .container {
	position: absolute;
	width: 100%;
}
.newstyle.bg-gray-light .full-marquee {
	height: 455px!important;
}
.newstyle.bg-gray-light .full-marquee .full-bg {
	max-width: none;
}
.banner-white {
	background-color: #fff;
}
.banner-black {
	background-color: #1A171B;
}
.banner-dark {
	background-color: #252525;
}
.banner-gray {
	background-color: #404042;
}
.banner-red {
	background-color: #E3151F;
	/*
  background: #8a2e1d;
  background: -moz-linear-gradient(-45deg, #8a2e1d 0%, #f52613 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #8a2e1d), color-stop(100%, #f52613));
  background: -webkit-linear-gradient(-45deg, #8a2e1d 0%, #f52613 100%);
  background: -o-linear-gradient(-45deg, #8a2e1d 0%, #f52613 100%);
  background: -ms-linear-gradient(-45deg, #8a2e1d 0%, #f52613 100%);
  background: linear-gradient(135deg, #8a2e1d 0%, #f52613 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2e1d', endColorstr='#f52613', GradientType=1 );
  */
}
.banner-img h5 {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
.banner-transparent {
	border: 1px solid #fff;
}
.banner-transparent .text-xs {
	line-height: 0.8em;
	font-size: 1.8em !important;
}
.banner.banner-small a span {
	width: auto;
	max-width: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
body .newstyle .banner.banner-small .text-title {
	font-size: 31px;
	line-height: 1em;
	font-weight: 700;
}
body .newstyle .banner.banner-small .text-body {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.bg-text {
	font-size: 320px;
	font-weight: 700;
	line-height: 170px;
}
.op-5 {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: -30px;
	opacity: 0.15;
}

/*-- filters inline display */
.newstyle .filter-display {
	position: relative;
	width: 100%;
	text-align: center;
}
.newstyle .filter-display .filter-desc {
	display: inline-block;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 36px;
	font-weight: 500;
	padding: 0 10px;
}
.newstyle .filter-display a.selectBox-dropdown {
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: #e3e3e3;
	width: auto!important;
	text-transform: uppercase;
	height: auto;
	line-height: 36px;
	margin-bottom: 10px;
}
.newstyle .filter-display a.selectBox-dropdown .selectBox-label {
	font-weight: 600;
	color: #e42d38;
	font-size: 21px;
	width: auto!important;
	padding: 20px 40px 30px 20px!important;
	display: block;
	transition: color 0.3s ease;
}
.newstyle .filter-display a.selectBox-dropdown .selectBox-hint {
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
	transition: color 0.3s ease;
}
.newstyle .filter-display a.selectBox-dropdown.selectBox-menuShowing .selectBox-label {
	color: #ccc;
	transition: color 0.3s ease;
}
.newstyle .filter-display a.selectBox-dropdown.selectBox-menuShowing .selectBox-hint {
	color: #e42d38;
	font-weight: 600;
	transition: color 0.3s ease;
}
.newstyle .filter-display a.selectBox-dropdown .selectBox-arrow {
	background: none;
	font-family: 'FontAwesome';
	color: #e42d38;
}
.newstyle .filter-display .container {
	position: relative;
}
.newstyle .filter-display .reset-filter {
	position: absolute;
	top: -5px;
	right: 0;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.05em;
	font-weight: 600;
	cursor: pointer;
}
.newstyle .filter-display .reset-filter:before {
	content: '\f057 ';
	font-family: 'fontAwesome';
}
.newstyle .filter-display .reset-filter:hover:before {
	color: #e42d38;
}
.newstyle .filter-display a.selectBox-dropdown .selectBox-arrow:before {
	display: block;
	content: "\f0d7";
	line-height: 36px;
	margin-top: 10px;
}
.newstyle .filter-display a.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before {
	content: "\f0d8";
}
.newstyle .filter-display a.selectBox-dropdown.active {
	background-color: #e3e3e3!important;
}
.newstyle .filter-display a.selectBox-dropdown.selectBox-menuShowing {
	-webkit-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
ul.display-select-selectBox-dropdown-menu.selectBox-dropdown-menu.selectBox-options {
	border: none;
	background-color: #e3e3e3;
	width: auto!important;
	-webkit-box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.35);
}
ul.display-select-selectBox-dropdown-menu.selectBox-dropdown-menu.selectBox-options li a {
	font-size: 21px;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto!important;
	max-width: 480px;
	word-break: break-all;
	white-space: normal;
}
ul.display-select-selectBox-dropdown-menu.selectBox-dropdown-menu.selectBox-options li:first-child a {
	font-size: 21px;
	text-transform: uppercase;
	background-color: #ccc;
}
ul.display-select-selectBox-dropdown-menu.selectBox-dropdown-menu.selectBox-options li:first-child a:before {
	font-size: 14px;
	padding-right: 5px;
}
ul.display-select-selectBox-dropdown-menu.selectBox-dropdown-menu.selectBox-options.selectBox-options-top {
	-webkit-box-shadow: 2px -6px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 2px -6px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 2px -6px 10px 0px rgba(0, 0, 0, 0.35);
}
.xume-tails .item:after {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #ccc;
	content: '';
	border-radius: 3px;
}
.xume-tails .item .manufacturer {
	display: none;
}
.xume-tails .special-offert-list .item .price-box {
	left: auto;
	right: 15px;
}
.xume-tails .item .product_labels_wrapper {
	display: none;
}
.item .button-multiple * {
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.item .button-multiple .please-wait-buy img {
	max-width: none;
	min-width: 10px;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}
.item .button-multiple button {
	background: none;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.item .button-multiple button .btn-cart-qty {
	color: #e42d38;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 5px;
}
.item .button-multiple .btn-cart-minus {
	border-left: 1px solid #fff;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	height: 34px;
	position: relative;
	font-size: 10px;
	width: 30px;
}
.item .button-multiple .btn-cart-minus:before {
	font-family: 'FontAwesome';
	content: '\f068';
}
.item .button-multiple .btn-cart-plus {
	border-right: 1px solid #fff;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	height: 34px;
	position: relative;
	font-size: 10px;
	width: 30px;
}
.item .button-multiple .btn-cart-plus:before {
	font-family: 'FontAwesome';
	content: '\f067';
}
.xume-tails .item .product-name {
	bottom: initial;
	top: 15px;
	left: 15px;
	right: 15px;
	width: auto;
	text-align: center;
}
.xume-tails .item .product-diameters {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	padding: 15px;
}
.xume-tails .item .product-diameters ul li {
	margin-left: 0px!important;
	padding: 0 5px;
	color: #ccc;
	font-size: 12px;
	background-color: transparent!important;
	font-weight: 500;
}
.xume-tails .item .product-diameters ul li.active {
	color: #000;
}
@media (max-width: 770px) {
	.xume-tails .item .product-diameters ul li {
		padding: 0 4px;
		font-size: 10px;
	}
}
.xume-tails .item .product-image-column {
	padding-bottom: 60px;
	padding-top: 80px;
}
.xume-tails .item .product-sku {
	bottom: 15px;
	top: initial;
	right: initial;
	width: 25%;
	left: 38%;
	text-align: center;
	position: absolute;
}
.xume-tails .item .actions ul.learn-more {
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	padding-top: 15px;
}
.xume-tails .item .actions ul.learn-more li {
	float: none!important;
	width: auto;
	display: inline;
	padding: 0px;
	margin: 0px!important;
}

/*-- filters section */
.newstyle .filter-section {
	position: absolute;
	width: 100%;
	margin-top: -100px;
}
@media (min-width: 768px) {
	.newstyle .filter-section .container {
		width: 710px;
	}
}
@media (min-width: 992px) {
	.newstyle .filter-section .container {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	.newstyle .filter-section .container {
		width: 1170px;
	}
}
.newstyle.bg-white .filter-section {
	position: static;
}
.newstyle.bg-white .filter-section .container.bg-white {
	background-color: #f5f5f5!important;
}
.newstyle .filter-section .container {
	min-height: 100px;
}
.filters span.selectBox-label {
	min-width: 100%;
	line-height: 1em;
	top: -8px;
	position: relative;
	height: 30px;
	font-size: 1em;
	padding: 2px 0px;
}
.filters a.selectBox.selectBox-dropdown {
	min-width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 1px;
	box-shadow: none;
	padding: 20px;
}
.filters a.selectBox.selectBox-dropdown.active,
.filters a.selectBox.selectBox-dropdown.selectBox-menuShowing,
.filters a.selectBox.selectBox-dropdown:hover {
	border: 1px solid #E3151F;
}
.filters span.selectBox-arrow {
	background: none;
}
.filters span.selectBox-arrow:before {
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 1.2em;
	line-height: 2.4em;
}
body .selectBox-dropdown-menu {
	border-radius: 0px!important;
	box-shadow: none;
	border-left: 1px solid #E3151F;
	border-bottom: 1px solid #E3151F;
	border-top: 1px solid #E3151F;
	border-right: 1px solid #E3151F;
}
body .selectBox-dropdown-menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
}
body .selectBox-dropdown-menu li.selectBox-selected a {
	background-color: #E3151F;
	color: #fff;
}
body .selectBox-dropdown-menu li:first-child {
	display: none;
}
body .selectBox-dropdown-menu.active li:first-child, body .selectBox-dropdown-menu.selectBox-options-bottom li:first-child, body .selectBox-dropdown-menu.selectBox-options-top li:first-child {
	display: block;
}
/*
body .selectBox-dropdown-menu li:first-child a {
	font-weight: 700;
}
body .selectBox-dropdown-menu li:first-child a:before {
	content: '\f057 ';
	font-family: FontAwesome;
}
*/
.filter-section .row {
	position: relative;
}
.filter-section a.reset-filter {
	position: absolute;
	text-align: right;
	right: -12px;
	top: -12px;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}
.filter-section a.reset-filter:before {
	content: '\f057 ';
	font-family: FontAwesome;
}
.filter-section a.reset-filter:hover:before {
	color: #E3151F;
}

/*-- --*/
.newstyle .warranty-complete * {
	font-family: "Open Sans"!important;
}
.newstyle .warranty-complete {
	padding-top: 40px;
	font-size: 13px;
	line-height: 21px;
}
.newstyle .warranty-complete h3 {
	padding-top: 40px;
}
.newstyle .warranty-complete a {
	color: #e42d38;
	font-weight: 700;
}
.newstyle .warranty-complete h3 {
	color: #e42d38;
}
.newstyle .warranty-complete ul {
	padding-left: 20px
}
.newstyle .warranty-complete ul li {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
}
.newstyle .btn-warranty {
	position: relative;
	padding: 25px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newstyle .btn-warranty:hover {
	top: -1px;
	left: -1px;
}
.newstyle .btn-warranty a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0.5px 0.5px 2px 0px rgba(0, 0, 0, 0.25);
}
.newstyle .btn-warranty a:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.45);
}
.newstyle .btn-warranty strong {
	display: block;
	font-size: 21px;
	font-weight: 700;
	line-height: 1em;
}
.newstyle .btn-warranty.red {
	background-color: #e42d38;
	color: #fff;
}
.newstyle .btn-warranty.white {
	background-color: #fff;
	color: #333;
}
.newstyle ul.brands-list {
	list-style: none;
	display: block;
}
.newstyle ul.brands-list li {
	background-color: #fff;
	border-right: 1px solid #eee;
	display: inline-block;
	width: 14%;
}
.newstyle ul.brands-list li:last-child {
	border: none;
}
.newstyle ul.brands-list li a {
	display: block;
	width: 100%;
}
.newstyle ul.brands-list li a img {
	display: block;
	margin: 0 auto;
}
.newstyle ul.brands-list:hover li a img,
.newstyle ul.brands-list.active li a img {
	opacity: 0.35;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */

	filter: grayscale(100%);
}
.newstyle ul.brands-list li:hover a img,
.newstyle ul.brands-list li a.active img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */

	filter: grayscale(0%);
}
.newstyle .collapsed {
	display: none;
}
.newstyle .collapsed.acrtive {
	display: block;
}

/*-- ---*/
.newstyle .tail {
	font-size: 0.8em;
}
.newstyle.bg-white .tail.square-tail {
	border: 1px solid #ededed;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.newstyle .tail.square-tail {
	background-color: #fff;
	padding: 20px;
	position: relative;
	min-height: 370px;
	z-index: 0;
	overflow: hidden;
}
.img-tail {}
.newstyle .tail.square-tail .tail-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: -1;
	height: auto;
}
.newstyle .tail.square-tail .tail-bg img {
	width: auto;
	min-height: 100%;
	max-width: none;
	max-height: none;
}
.newstyle .tail.square-tail .tail-head {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 20px;
}
.newstyle .tail.square-tail .tail-head:before {
	content: ' ';
	background-color: #E3151F;
	height: 4px;
	width: 35px;
	position: absolute;
	left: 0;
}
@media (max-width: 970px) {
	.newstyle #mainBinding .products-section {
		padding-top: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner a span {
		padding: 9px 20px!important;
	}
}
.newstyle .tail.square-tail .tail-head span {
	height: 27px;
	padding: 2px 7px;
	font-weight: 600;
	font-size: 1.3em;
	margin-left: -9px;
}
.newstyle .tail.square-tail .tail-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.newstyle .tail.square-tail .tail-footer h3 {
	font-weight: 700;
	line-height: 1.2em
}
.newstyle .tail.square-tail .tail-footer .pull-right {
	font-weight: 700;
	font-size: 21px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
.newstyle .tail.square-tail a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-align: center;
	z-index: 2;
}
.newstyle .tail.square-tail a span {
	position: relative;
	min-height: 31px;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e42d38;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	border: solid 1px #e42d38;
	color: #ffffff;
	font-size: 16px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 40px;
	font-size: 1em;
	margin: 0px auto;
	top: -15px;
	margin-top: 50%;
	display: none;
}
.newstyle .tail.square-tail:hover img {
	opacity: 0.5;
}
.newstyle .tail.square-tail a:hover {}
.newstyle .tail.square-tail a:hover span {
	display: inline-block;
}
.newstyle .tail.square-tail .tail-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 50px;
	text-align: center;
	z-index: -1;
}
.newstyle .tail.square-tail .tail-content img {
	display: inline-block;
	max-width: 100%;
	padding-left: 6.8181818%;
	padding-right: 6.8181818%;
}
.newstyle .default-tail {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	padding: 15px;
}
.newstyle .default-tail a.link-full {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.newstyle .default-tail .tail-head {
	position: absolute;
	left: 15px;
	right: 15px;
}
.newstyle .default-tail .tail-head h3 {
	font-size: 14px;
	padding-top: 40px;
	font-weight: 700;
	width: 80%;
	margin-right: 20%;
}
.newstyle .default-tail .tail-head .product_labels_wrapper .manufacturer-logo {
	margin: 0px 15px 0 0px;
	background-size: contain;
}
.newstyle .default-tail .tail-head .discount {
	position: absolute;
	right: 0;
	color: #E3151F;
	font-weight: 700;
	font-size: 14px;
	margin-top: 40px;
	display: block;
}
.newstyle .default-tail .tail-footer {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	z-index: 2;
}
.newstyle .default-tail .tail-footer .product-sku {
	color: #b9b9b9;
}
.newstyle .default-tail .tail-content {
	padding-top: 115px;
	padding-bottom: 125px;
	margin-left: 0px;
	margin-right: 0px;
}
.newstyle .default-tail .tail-content img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.newstyle .default-tail .tail-footer .productlinks {
	display: block;
	width: 100%;
	margin-top: 15px;
	float: left;
}
.newstyle .default-tail .tail-footer .productlinks .primary-button {
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e42d38;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 2a55, 255, 0.2);
	border: solid 1px #e42d38;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 7.5px;
	width: 46%;
	float: left;
	text-align: center;
}
.newstyle .default-tail .tail-footer .productlinks .button {
	display: inline-block;
	margin-left: 0;
	width: 50%!important;
	float: left;
	background: none;
	border-style: hidden;
	color: #333;
	text-align: center;
}
.newstyle .default-tail .tail-footer .productlinks button.primary-button {
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e42d38;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 2a55, 255, 0.2);
	border: solid 0px #e42d38;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 0;
	width: 50%;
	float: left;
	text-align: center;
	margin-left: 0px;
	position: relative;
}
.newstyle .default-tail p.price {
	display: block;
	margin-bottom: 0
}
.newstyle .default-tail p.price .priceNormal {
	font-size: 24px;
}
.newstyle .default-tail p.price .priceDiscount {
	font-size: 15px;
	position: relative;
	left: 10px;
	top: -5px;
	color: #e42d38;
	text-decoration: line-through;
}
.newstyle .price-big {
	font-weight: 600;
}
.newstyle .price-big small {
	font-size: 75%;
	color: #e42d38;
	text-decoration: line-through;
	line-height: 100%;
	vertical-align: top;
}

/*-- new navigation --*/
.nav-secondary {
	position: relative;
	top: 0px;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 20px -15px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 12px 20px -15px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 12px 20px -15px rgba(0, 0, 0, 0.20);
	left: 0px;
	right: 0px;
}
.nav-secondary ul {
	margin: 0;
	padding: 0;
}
.nav-secondary ul li {
	display: inline-block;
	line-height: 50px;
	position: relative;
}
.nav-secondary ul li a {
	padding-right: 25px;
	font-family: "Open Sans";
}
.nav-secondary ul li:last-child {
	margin-right: auto;
}
.nav-secondary ul li:after {
	content: '';
}
.nav-secondary ul li:hover:after {
	content: '\f0d7';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	font-size: 3em;
	line-height: 10px;
	color: #fff;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.20);
	text-align: center;
}
.nav-secondary ul li.active {
	font-weight: 600;
}
.nav-secondary ul li.active:after {
	content: '\f0d7';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	font-size: 3em;
	line-height: 10px;
	color: #fff;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.20);
	text-align: center;
}
.nav-secondary ul li a {
	display: block;
	line-height: 50px;
}
.nav-secondary.sticky {
	position: fixed;
	z-index: 2;
	top: 100px!important;
}

/*-- widget products in details page --*/
.newstyle .widget-bundle-products {
	padding-bottom: 150px;
	position: relative;
}
.newstyle .widget-title {
	position: absolute;
	bottom: 50px;
}
.newstyle .widget-title .content-wrapper {
	width: 100%;
}
.newstyle .widget-title .content-wrapper .title-wrapper,
.newstyle .widget-title .content-wrapper .title-wrapper h2 {
	width: 100%;
	font-size: 1em;
	color: #333;
	text-align: left
}
.newstyle .widget-bundle-products .widget-title .content-wrapper div.action.bundle-action {
	float: left;
	padding: 0px;
}
.newstyle .widget-title .content-wrapper .action.bundle-action button.primary-button.btn-cart.button {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 0px;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	text-indent: -9999px;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action label:before {
	content: "";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	z-index: 0;
	left: -40px;
	margin-left: 100%;
	width: 20px;
	height: 20px;
	background-color: #333;
	border-style: none;
	color: #fff;
	text-indent: 1px;
	text-align: center;
	line-height: 22px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action label:hover:before {
	z-index: 2;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action input[type=checkbox]:not(old):checked+label:before {
	background: none;
	background-color: #E3151F;
	content: '\f00c';
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action label:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.40);
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action label:hover:after {
	display: none;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action input[type=checkbox]:not(old):checked+label:after {
	display: none;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li.item .price-box {
	position: absolute;
	top: 0;
	left: 10px;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details {
	padding-bottom: 5px;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .product-name {
	font-size: 0.9em;
	line-height: normal;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action .learn-more {
	float: left;
	font-size: 1em;
	color: #E3151F;
	font-weight: 400;
	text-align: left;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li .product-details .action .learn-more a.link-learnmore {
	font-size: 0.8em;
	color: #E3151F;
	font-weight: 400;
	text-transform: none;
	min-height: inherit;
	line-height: normal;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li.item .price-box span.price {
	color: #E3151F;
	font-size: 1.2em;
}
.newstyle .widget-bundle-products ul.bundled-products-slider li.item {
	padding-top: 40px;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 42px!important;
}
.newstyle .widget-bundle-products .bx-wrapper .bx-viewport {
	height: 344px!important;
}
.newstyle .widget-bundle-products .bx-wrapper {
	max-width: 100%!important;
}
.offerts-nofilter .filter-section {
	display: none;
}
.offerts-nohide .view-more {
	display: none!important;
}
body .offerts-nohide .hide-lenght {
	max-height: none!important;
	height: auto!important;
}
.newstyle.filters-static .filter-section {
	position: static!important;
	margin-top: 0px!important;
}
.newstyle.filters-static .outlet .filter-section {
	background-color: #fff;
}
.newstyle.filters-static .outlet .filter-section .container {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

/*-- hide text --*/
.hidden-text {
	overflow: hidden;
	max-height: 100px;
	position: relative;
}
.warranty-complete .hidden-text {
	max-height: none;
	display: none;
	padding: 40px;
	border: 1px solid #ccc
}
.warranty-complete .hidden-text:before {
	display: none;
}
.hidden-text:before {
	content: '';
	display: block;
	width: 100%;
	background-color: transparent;
	height: 50px;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: inset 0px -40px 30px -20px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0px -40px 30px -20px rgba(255, 255, 255, 1);
	box-shadow: inset 0px -40px 30px -20px rgba(255, 255, 255, 1);
}
.hidden-text.show {
	max-height: none;
}
.hidden-text.show:before {
	display: none;
}

/*-- remove on prodution --*/
body #notice-cookie-block .notice-inner {
	display: none !imprtant;
	visibility: hidden!imprtant;
	opacity: 0!imprtant;
	z-index: -9!imprtant;
	bottom: -500px!imprtant;
}
.hide-lenght {
	display: block;
	overflow: hidden;
	max-height: 1500px!important;
	position: relative;
}
.newstyle .view-more {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
	height: 80px;
	display: block;
	z-index: 99999999999;
	background-color: #ffffff;
	margin-left: -10px;
}
.bg-black .view-more {
	-webkit-box-shadow: 0px -50px 100px 50px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px -50px 100px 50px rgba(0, 0, 0, 1);
	box-shadow: 0px -50px 100px 50px rgba(0, 0, 0, 1);
}
.bg-gray .view-more {
	-webkit-box-shadow: 0px -50px 100px 50px rgba(188, 188, 188, 1);
	-moz-box-shadow: 0px -50px 100px 50px rgba(188, 188, 188, 1);
	box-shadow: 0px -50px 100px 50px rgba(188, 188, 188, 1);
}
.bg-gray-light .view-more {
	-webkit-box-shadow: 0px -50px 100px 50px rgba(245, 245, 245, 1);
	-moz-box-shadow: 0px -50px 100px 50px rgba(245, 245, 245, 1);
	box-shadow: 0px -50px 100px 50px rgba(245, 245, 245, 1);
}
.bg-white .view-more {
	-webkit-box-shadow: 0px -50px 100px 50px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px -50px 100px 50px rgba(255, 255, 255, 1);
	box-shadow: 0px -50px 100px 50px rgba(255, 255, 255, 1);
}
.bg-red .view-more {
	-webkit-box-shadow: 0px -50px 100px 50px rgba(228, 45, 36, 1);
	-moz-box-shadow: 0px -50px 100px 50px rgba(228, 45, 36, 1);
	box-shadow: 0px -50px 100px 50px rgba(228, 45, 36, 1);
}
.bg-black .view-more {
	background-color: #1A171B;
}
.bg-gray .view-more {
	background-color: #bcbcbc;
}
.bg-gray-light .view-more {
	background-color: #f5f5f5
}
.bg-white .view-more {
	background-color: #fff;
}
.bg-red {
	background-color: #E3151F;
}
.newstyle .view-more a {
	position: relative;
	display: inline-block;
	min-height: 31px;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e42d38;
	-webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 2px rgba(255, 255, 255, 0.2);
	border: solid 1px #e42d38;
	color: #ffffff;
	font-size: 16px!important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 40px;
	font-size: 1em;
	bottom: 20px;
	left: 50%;
	margin-top: 40px;
	transform: translateX(-50%);
}
.newstyle .center-marquee {
	min-height: 500px;
}
.newstyle .center-marquee h1 {
	padding-top: 120px;
	font-size: 28px;
	line-height: 1em;
	font-weight: 500;
}
.newstyle .center-marquee h1 small {
	font-size: 22px;
}
.newstyle .center-marquee h1:before {
	content: ' ';
	display: block;
	background-color: #fff;
	width: 30px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.newstyle .center-marquee h1:after {
	content: ' ';
	display: block;
	background-color: #fff;
	width: 30px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/*-- spare parts section --*/
.full-marquee.spareparts-background {
	background-size: auto;
	background-position: top center;
	background-image: url(/media/external/dt/collections/newstyle/bg-service-2.jpg);
	background-repeat: no-repeat;
	margin-top: -40px;
	padding-top: 40px;
}
.full-marquee.dw-catalogs-background {
	background-size: auto;
	background-position: top center;
	background-image: url(/media/external/dt/collections/newstyle/bg-service-2.jpg);
	background-repeat: no-repeat;
	margin-top: -40px;
	padding-top: 40px;
}
.full-marquee.contact-us-background {
	background-size: auto;
	background-position: top center;
	background-image: url(/media/external/dt/collections/newstyle/bg-service-2.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
}
.full-marquee.warranty-background {
	background-size: auto;
	background-position: top center;
	background-image: url(/media/external/dt/collections/newstyle/bg-service-2.jpg);
	background-repeat: no-repeat;
	margin-top: -40px;
	padding-top: 40px;
}
@media (max-width: 960px) {
	.full-marquee.spareparts-background {
		background-position: top left;
	}

	.full-marquee.dw-catalogs-background {
		background-position: top left;
	}

	.full-marquee.contact-us-background {
		background-position: 50% 0px;
	}
}
@media (max-width: 770px) {
	.full-marquee.spareparts-background {
		background-position: -340px 0px;
	}

	.full-marquee.contact-us-background {
		background-position: -610px 0px;
	}
}
.big-search {
	width: 100%;
	display: block;
	position: relative;
}
.big-search label {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.big-search input:focus {
	outline: none;
	border-color: #e42d38;
}
.big-search input.search_field {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 31px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-right: 80px;
	padding-left: 20px;
	height: 80px;
	color: #555555;
	line-height: 80px;
	float: left;
	overflow: hidden;
}
.big-search .search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	text-indent: -9999px;
	background-color: #4c4c4c;
	overflow: hidden;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}
.big-search .search_btn:hover {
	background-color: #e42d38;
}
.big-search label:after {
	content: '\f002';
	background-image: url(none);
	position: absolute;
	text-align: center;
	line-height: 80px;
	top: 0;
	right: 1px;
	bottom: 0;
	font-family: fontAwesome;
	font-size: 2em;
	color: #ffffff;
	text-indent: initial;
	pointer-events: none;
	z-index: 0;
	width: 78px;
	background-image: url(/media/external/dt/collections/newstyle/load-red.gif);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: -100px -100px;
}

/* ie11 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.big-search .search_btn {
		background-image: url(/media/external/dt/collections/newstyle/ie11-search.png);
		background-position: center center;
		background-repeat: no-repeat;
	}

	*::-ms-backdrop,
	.big-search.in-search .search_btn {
		background-image: url(/media/external/dt/collections/newstyle/loading.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
}
.big-search.in-search {
	pointer-events: none;
}
.big-search.in-search .search_btn {
	background-color: #e42d38;
}
.big-search.in-search input.search_field {
	opacity: 0.7;
}
.big-search.in-search label:after {
	color: transparent;
	background-position: center center;
}
.newstyle .product-infofiles-list {
	padding-top: 20px;
}
.newstyle .product-infofiles-list li {
	padding-left: 20px
}
.std .newstyle ul:not(.messages) li {
	margin-left: auto;
}
.cms-page-view .std .newstyle p,
.cms-no-route .std .newstyle p {
	font-family: "Open Sans";
}
.newstyle .product-infofiles-list li a {
	display: block;
	background-image: url(/skin/frontend/manfrotto/global/images/download.png);
	background-size: 58px;
	background-repeat: no-repeat;
	background-position: 10px, 10px;
	padding-left: 80px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent;
	height: 100px;
}
.newstyle .product-infofiles-list li a.old-product {
	/*   background-image: url(/media/external/dt/collections/newstyle/download-gray.png); */
}
.newstyle .product-infofiles-list li a:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}
.newstyle .product-infofiles-list li a span.product-infofiles-title {
	color: #333;
	font-weight: 600;
	display: block;
	font-size: 1.2em;
	line-height: 1em;
}
.newstyle .product-infofiles-list li a span.product-infofiles-sku {
	display: block;
	height: 35px;
	line-height: 11px;
	font-size: 11px;
	word-break: break-all;
	margin-top: 5px;
}

/*-- spare parts section --*/

/*-- style change (edit existing block with a class in body)*/
.style-change .main {
	background-color: #f5f5f5;
}
.style-change .request-a-catalog {
	width: 100%;
	margin: auto;
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	display: block;
	padding: 20px 10px 100px 10px;
}
@media (min-width: 768px) {
	.style-change .request-a-catalog {
		width: 730px;
	}
}
@media (min-width: 992px) {
	.style-change .request-a-catalog {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.style-change .request-a-catalog {
		width: 1190px;
	}
}
.style-change .request-a-catalog .rc-list {
	display: none;
}
.style-change .request-a-catalog .button {
	min-width: 200px;
	margin-left: 0px;
}
.style-change .product-infofiles-list.form-list label {
	font-size: 14px;
	height: 30px;
	font-weight: 700;
}
.style-change .product-infofiles-list.form-list input[type=checkbox]:not(old)+label:before {
	content: " ";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	z-index: 0;
	top: -0px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #333;
	border-style: none;
	color: #fff;
	text-indent: 1px;
	text-align: center;
	line-height: 22px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.style-change .product-infofiles-list.form-list input[type=checkbox]:not(old):checked+label:before {
	background: none;
	background-color: #E3151F;
	color: #fff;
	content: '\f00c';
}
.style-change .contact-us-content .page-title {
	display: none;
}
.style-change .contact-us-content {
	width: 100%;
	margin: auto;
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	display: inl;
	padding: 20px 10px 100px 10px;
	position: relative;
	overflow: hidden;
}
@media (min-width: 768px) {
	.style-change .contact-us-content {
		width: 730px;
	}
}
@media (min-width: 992px) {
	.style-change .contact-us-content {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	.style-change .contact-us-content {
		width: 1190px;
	}
}
@media (max-width: 1199px) {
	.newstyle ul.brands-list li {
		width: 24%;
	}
}

/*-- style change --*/
@media (max-width: 991px) {
	/*
  .bg-fix img {
      position: relative;
      display: inline-block;
      width: 1319px;
      height: 600px;
      max-width: none !important;
      left: -600px;
      margin-left: 25%;
  }
  */

	.newstyle .filter-section {
		margin-top: -150px;
	}

	.newstyle .filter-section h5 {
		padding-left: 00px;
		padding-top: 10px;
	}

	.newstyle .hp-slider-content h1 {
		font-size: 2.8em;
		line-height: 1.2em;
		font-weight: 700;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.newstyle .hp-slider-content p {
		padding-top: 20px;
	}

	.products-section {
		padding-top: 50px!important;
	}

	.newstyle .hide-lenght {
		max-height: 1500px!important;
	}

	.newstyle .hp-slider-content h4 {
		font-size: 12px;
		font-weight: 700;
		line-height: 16px
	}

	.newstyle .hp-slider-content h1 {
		font-size: 35px;
		line-height: 1em;
		font-weight: 700;
	}

	.newstyle .hp-slider-content p {
		font-size: 14px;
		line-height: 21px;
	}
}
@media (max-width: 915px) {
	/*
  .bg-fix img {
      position: absolute;
      top: 40px;
      z-index: -1;
      height: 500px;
      width: 1100px;
      max-width: none!important;
      margin-left: -550px;
      left: 50%;
  }
  */

	.hp-slider-content.p-t-100 {
		padding-top: 0px;
	}
}
@media (max-width: 960px) {
	.parallax-obj {
		background-size: 130%!important;
		background-position-x: 98%!important;
	}

	.parallax-leaf {
		background-size: 150%!important;
	}
}
@media (max-width: 769px) {
	body .no-mh {
		min-height: none!important;
	}

	.newstyle .center-marquee.outlet-mq {
		min-height: 300px;
	}

	.newstyle .center-marquee.outlet-mq h1 {
		padding-top: 15px;
	}

	.newstyle.filters-static.outlet {
		margin-bottom: -20px;
	}

	.newstyle.filters-static .outlet .filter-section .container {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}

	.bg-fix img {
		top: 0px;
	}

	.newstyle .hp-slider-content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.bg-fix img {
		/*   position: absolute;*/
		/*  right: -50px; */
		left: auto;
	}

	.products-section {
		padding-top: 20px!important;
	}

	.newstyle #mainBinding {
		margin: 20px;
		margin-top: 0px;
	}

	.newstyle #mainBinding .products-section {
		overflow: hidden!important;
		width: 100%;
		max-width: 100%;
	}

	.newstyle .filter-section {
		margin: 0px;
		width: 100%;
	}

	.bg-fix {
		top: 100px;
	}

	.p-l-0 {
		padding: inherit;
	}

	.p-r-0 {
		padding: inherit;
	}

	.full-marquee .full-bg {}

	.newstyle.m-t-50 {
		margin-top: 0px!important;
	}

	.newstyle .filter-section {
		position: relative;
		top: 0px;
		width: inherit;
	}

	.newstyle.p-b-50 {
		padding-bottom: 0px!important;
	}

	.newstyle .tail.square-tail {
		font-size: 0.6em;
		min-height: 250px;
		margin: 1px;
	}

	.newstyle .tail.square-tail .tail-bg {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}

	.newstyle .tail.square-tail .tail-bg img {
		max-width: none;
		max-height: none;
	}

	.newstyle .tail.square-tail .tail-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		bottom: 80px;
		text-align: center;
		z-index: -1;
	}

	.newstyle .tail.square-tail .tail-content img {
		display: inline-block;
		max-width: 100%;
		max-height: 100%;
	}

	.newstyle .grid-banners .col-xs-6,
	.newstyle .grid-banners .row {
		padding: 0;
		width: 100%;
	}

	.newstyle .grid-banners .m-b-20,
	.grid-banners .m-t-20,
	.grid-banners .m-l-20,
	.grid-banners .m-r-20 {
		margin: 0px;
		padding: 0px;
	}

	.newstyle .container .col-xs-6 {
		padding: 0;
		margin: 0;
	}

	.newstyle .grid-banners .col-md-6 {
		padding: 0;
		margin: 0;
	}

	.newstyle .grid-banners .banner {
		font-size: 0.8em;
		min-height: 0px!important;
		padding: 20px;
		padding-bottom: 40px;
		text-align: left;
		width: 120vw;
		height: 100vw;
	}

	.newstyle .grid-banners .banner a {
		text-align: center;
	}

	.newstyle .banner h5 {
		font-size: 32px!important;
		line-height: 1.2em;
	}

	.newstyle .widget-bundle-products {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}

	.newstyle .widget-title {
		position: static;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.nav-secondary.sticky {
		position: relative;
		top: 0px!important;
	}

	.newstyle .col-md-4.col-xs-6.m-t-20.product-content {
		width: 100%;
		height: auto;
	}

	.newstyle .col-md-4.col-xs-6.m-t-20.product-content .tail-content {
		width: 100%!important;
		height: auto!important;
		max-height: inherit!important;
		min-height: inherit;
		position: static;
	}

	.newstyle .col-md-4.col-xs-6.m-t-20.static-content {
		width: 100%!important;
		height: auto!important;
		max-height: inherit!important;
		min-height: inherit!important;
		position: static!important;
	}

	.newstyle .col-md-4.col-xs-6.m-t-20.product-content .tail-content img {
		width: 100%;
		height: auto!important;
		max-height: inherit;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.newstyle .col-md-4.col-xs-6.m-t-20.static-content img {
		width: 100%;
		height: auto!important;
		max-height: inherit;
		position: static!important;
	}

	.newstyle .static-content .tail.square-tail .tail-bg {
		position: relative;
		/* width: 100%; */
		/* height: 100%; */
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

	.newstyle .static-content .tail.square-tail.img-tail {
		padding: 0px;
	}

	.newstyle .tail.square-tail .tail-head span {
		font-size: 1.5em;
	}

	.hp-slider-content.p-t-100 {
		padding-top: 0;
	}

	.grid-banners {
		margin-top: 100px;
	}

	.title-marquee.text-center {
		text-align: left;
		margin-left: 15px;
	}

	.title-marquee.text-center.m-t-50 {
		margin-top: 0px;
	}

	.full-marquee h2 small:before {
		content: ' ';
		width: 35px;
		display: block;
		margin: 20px 0px;
		height: 4px;
		background-color: #E3151F;
	}

	.grid-banners {
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.grid-banners .banner {
		left: -20px;
		right: -20px;
		padding: 30px!important;
	}

	.banner a span {
		left: 30px;
		bottom: 20px;
		transform: none;
	}

	.newstyle .filter-section .container {
		padding: 10px 20px;
	}

	.newstyle .filter-section .filters {
		padding-bottom: 10px;
	}

	.hide-lenght {
		display: block;
		overflow: hidden;
		width: 100vw;
		max-height: none!important;
		height: 550vw;
		position: relative;
	}

	.newstyle .default-tail {
		margin-bottom: 20px;
	}

	.nav-secondary ul li {
		display: block;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		line-height: 50px;
		position: relative;
	}

	.nav-secondary ul li.active:after {
		display: none;
	}

	.nav-secondary ul li a {
		padding: 0px;
	}

	.nav-secondary ul li:hover:after {
		content: '';
	}

	.newstyle .hp-slider-content h4 {
		font-size: 12px;
		font-weight: 700;
		line-height: 16px
	}

	.newstyle .hp-slider-content h1 {
		font-size: 28px;
		line-height: 1em;
		font-weight: 700;
	}

	.newstyle .hp-slider-content p {
		font-size: 13px;
		line-height: 19px;
	}

	.full-marquee h1 {
		font-size: 2.5em;
	}

	.newstyle .btn-warranty strong {
		font-size: 16px;
		line-height: 1em;
	}

	.newstyle ul.brands-list li {
		width: 49%;
	}

	.newstyle ul.brands-list li:nth-child(even) {
		border: none;
	}
}
.newstyle .product_labels_wrapper {
	top: -11px;
}
.newstyle .product_labels_wrapper .labels {
	display: block;
}
.newstyle .product_labels_wrapper .product_label {
	font-size: 10px;
	line-height: 25px;
}
.newstyle .product_labels_wrapper .product_label .arrows {
	height: 27px;
	margin-left: -17px;
	margin-top: -2px;
	margin-bottom: -2px;
}
.newstyle .product_labels_wrapper .product_label .arrows:after {
	bottom: -2px;
}
.messages-bottom .messages {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

/* form */
#styled-form .field {
	width: 100%;
	display: inline-block;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#styled-form .field input {
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 0px solid #000000;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0);
	transition: border ease 200ms, box-shadow ease 200ms;
}
#styled-form .field input[type=file] {
	height: 40px;
	/* line-height: 40px; */
	background-color: #fff;
	cursor: pointer;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 20px;
	max-width: 100%;
	position: relative;
}
#styled-form .field input[type=file]:before {
	content: '\f093 ';
	font-family: 'fontAwesome';
	position: absolute;
	left: 20px;
	color: #e42d38;
}
#styled-form .field input:focus {
	outline: none;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
	border: 1px solid #e42d38;
}
#styled-form .buttons-set button.button {
	float: none;
	width: 50%;
	display: block;
	margin: 20px auto 60px auto;
	height: 50px;
	font-size: 1.2em;
	min-width: 240px;
}
#styled-form .caption {
	background: none;
	padding: 5px 100px 5px 10px;
	font-weight: 600;
	font-size: 14px;
	color: #333;
}
#styled-form .selectBox-dropdown {
	width: 100%!important;
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
#styled-form .selectBox-dropdown .selectBox-label {
	line-height: 34px;
	border: 1px solid rgba(255, 255, 255, 0)!important;
	transition: border ease 200ms;
	font-size: 14px;
}
#styled-form .selectBox-dropdown.selectBox-menuShowing {
	border: 1px solid #e42d38 !important;
	transition: border ease 200ms;
}
body .selectBox-dropdown-menu {
	font-size: 14px;
	height: auto;
	border-radius: 4px 4px 4px 4px!important;
	-moz-border-radius: 4apx 4px 4px 4px!important;
	-webkit-border-radius: 4px 4px 4px 4px!important;
	border: 0px solid #000000;
	line-height: 40px;
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #e42d38 !important;
}
body .selectBox-dropdown-menu.selectBox-options-bottom {
	margin-top: 5px;
}
body .selectBox-dropdown-menu.selectBox-options-top {
	margin-top: -35px;
}
#styled-form .col-md-12.check{
	float: left;
}
#styled-form .check input[type=checkbox] {
	/* position: absolute; */
}
#styled-form .check label {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#styled-form .check span {
	color: #333;
	font-family: "open sans";
	font-size: 14px;
}
#styled-form .check input[type=checkbox]:not(old)+label {
	padding-left: 30px;
}
#styled-form .check input[type=checkbox]:not(old)+label:before {
	width: 25px;
	height: 25px;
	content: "";
	display: inline-block;
	background-color: #fff;
	font-size: 14px;
	border-radius: 4px 4px 4px 4px!important;
	-moz-border-radius: 4apx 4px 4px 4px!important;
	-webkit-border-radius: 4px 4px 4px 4px!important;
	border: 0px solid #000000;
	line-height: 25px;
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.30);
	left: -8px;
	top: 8px;
	text-align: center;
}

/* line 483, ../scss/core/_form.scss */
#styled-form .check input[type=checkbox]:not(old):checked+label:before {
	background-image: none;
	content: "\f00c";
	font-family: "FontAwesome";
	color: #e3151f;
}
#styled-form a.hidemodule{
  display: none;
}
#styled-form .disable{
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}
#styled-form .disable a.hidemodule{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: default;
}
#styled-form .disable i{
	display: none;
}
