/* color schemes */

@font-face {
font-family:"Open Sans";
src:url("../font/OpenSans-Regular.woff");
font-display: swap;font-style:normal;font-weight:400;
}

@font-face {
font-family:"Open Sans";
src:url("../font/OpenSans-Bold.woff");
font-display: swap;font-style:normal;font-weight:700;
}




html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

strong {font-weight:bold;}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

i,
em {
	font-style: normal;
}

a {
	color: inherit;
}

sup {
	top: -.2em;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}

body {
	background-color: #ffffff;
	height: 100%;
	font-family: 'Open Sans';
	line-height: 1.2;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

textarea {
	resize: none;
}

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

hr {
	box-sizing: content-box;
	height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

img {
	display: inline-block;
	max-width: 100%;
}

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

body *[class^="fa-"]:before, body *[class*=" fa-"]:before {
	width: auto;
	line-height: inherit;
	margin: 0;
}

.bx-wrapper .bx-controls .bx-controls-direction a:before {
	font-family: fontello;
}

.footable.footab .footable-sortable .footable-sort-indicator:after {
	font-family: fontello;
}

.footable.footab.breakpoint > tbody > tr > td > span.footable-toggle:before,
.footable.footab.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
	font-family: fontello;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

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

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

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 769px) {
	.container {
		width: 750px;
	}
}

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

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

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

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

.container-fluid:after {
	clear: both;
}

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

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.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: 15px;
	padding-right: 15px;
}

.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-1 {
	width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
	.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-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

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

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

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

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

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

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

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

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

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

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

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

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

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

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

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

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

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

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

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

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

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

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

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

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

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

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

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

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

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

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

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

@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-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

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

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

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

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

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

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

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

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

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

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

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

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

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

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

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

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

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

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

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

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

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

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

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

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

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

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

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

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

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

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

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

@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-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

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

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

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

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

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

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

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

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

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

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

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

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

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

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

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

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

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

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

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

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

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

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

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

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

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

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

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

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

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

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

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

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

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

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

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

.table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #373737;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #373737;
}

.table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
    /*border-top: 2px solid #373737;*/;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #373737;
}

.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
	border: 1px solid #373737;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 768px) {
	.table-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #373737;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

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

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.pull-none {
	float: none;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none !important;
}

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

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

.fix-gap-inline {
	font-size: 0;
	display: table;
	width: 100%;
}

.fix-gap-inline * {
	font-size: 14px;
}

/*fix inner shadow in Chrome and Safari mobile*/
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
	-webkit-appearance: none;
}

textarea,
textarea.form-control {
	padding-bottom: 10px;
	padding-top: 10px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

.text_upper {
	text-transform: uppercase;
}

.al_center {
	text-align: center;
}

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

.title_main_section {
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 36px;
	padding-bottom: 20px;
}

.title_main_section,
.title_main_section span,
.title_main_section strong,
#pagenotfound h1 span {
	position: relative;
}

.title_main_section span:before,
.title_main_section span:after,
.title_main_section strong:before,
.title_main_section strong:after,
.title_topbanner strong:before,
.title_topbanner strong:after {
	content: '';
	display: block;
	border-top-style: solid;
	border-top-width: 2px;
	width: 100px;
	height: 0;
	position: absolute;
	left: -160px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.title_main_section:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 74px;
	height: 0;
	border-top-style: double;
	border-top-width: 4px;
	margin: 0 auto;
}

.title_main_section.white_clr span:before,
.title_main_section.white_clr span:after,
.title_main_section.white_clr:after {
	opacity: 0.65;
}

.title_topbanner strong:before,
.title_topbanner strong:after {
	width: 145px;
	border-top-width: 2px;
}

.title_main_section span:after,
.title_main_section strong:after,
.title_topbanner strong:after {
	left: auto;
	right: -160px;
}

.title_main_section.white_clr {
	color: #ffffff;
}

.undertitle_main {
	font-size: 14px;
	text-align: center;
	padding-bottom: 14px;
	text-transform: uppercase;
	line-height: 1.5;
}

.page_product_box h3 {
	color: #555454;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 20px 17px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #d6d4d4;
	border-bottom: none;
	background: #fbfbfb;
}

.info-title {
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
}

.info-account {
	margin: -4px 0 24px 0;
}

.main-page-indent {
	margin-bottom: 30px;
}

.page-heading {
	font: 600 18px/22px "Open Sans", sans-serif;
	color: #555454;
	text-transform: uppercase;
	padding: 0px 0px 17px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d6d4d4;
	overflow: hidden;
}

.page-heading span.heading-counter {
	font: bold 13px/22px Arial, Helvetica, sans-serif;
	float: right;
	color: #333333;
	text-transform: none;
	margin-bottom: 10px;
}

.page-heading span.lighter {
	color: #9c9c9c;
}

.page-heading.bottom-indent {
	margin-bottom: 16px;
}

.page-heading.product-listing {
	border-bottom: none;
	margin-bottom: 0;
}

.page-subheading {
	text-transform: uppercase;
	color: #333333;
	font-size: 20px;
	padding: 0 0 15px;
	line-height: normal;
	text-align: center;
}

.page-product-heading {
	color: #555454;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 20px 17px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #d6d4d4;
	border-bottom: none;
	background: #fbfbfb;
}

@media (max-width: 991px) {
	.title_main_section {
		font-size: 47px;
	}

	.title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
		width: 5pc;
	}

	.title_main_section span:before,
  .title_main_section strong:before {
		left: -90pt;
	}

	.title_main_section span:after,
  .title_main_section strong:after {
		right: -90pt;
	}
}

@media (max-width: 768px) {
	.page-heading span.heading-counter {
		display: block;
		float: none;
		margin-top: 10px;
	}

	.title_main_section {
		font-size: 35px;
		margin-bottom: 25px;
	}

	.title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
		width: 70px;
	}

	.title_main_section span:before,
  .title_main_section strong:before {
		left: -75pt;
	}

	.title_main_section span:after,
  .title_main_section strong:after {
		right: -75pt;
	}

	.undertitle_main {
		font-size: 9pt;
	}
}

@media (max-width: 640px) {
	.title_main_section {
		font-size: 25px;
	}
}

@media (max-width: 579px) {
	.title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
		display: none;
	}

	.page-heading .heading-counter {
		display: block;
		float: none;
	}

	.page-subheading {
		font-size: 13px;
	}

	.title_main_section {
		padding-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.title_main_section {
		font-size: 18px;
	}

	.trinagle_section_bottom:after,
  .trinagle_section_top:before {
		height: 200px;
	}
}
/* mobile */
@media (max-width: 414px) {
	.title_main_section {
		font-size: 35px;
		padding-bottom: 28px;
		text-align: left;
	}

	.title_main_section:after {
		margin: 0;
	}

	.undertitle_main {
		line-height: 1.5;
		text-align: left;
	}
}
/* panel group */
.panel-default {
	overflow: hidden;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
	margin-left: 20px;
}

.rte ul {
	list-style-type: disc;
	padding-left: 15px;
}

.rte ol {
	list-style-type: decimal;
	padding-left: 15px;
}

.breadcrumb {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: none;
	margin: 25px 0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumb .navigation-pipe {
	display: inline-block;
	width: 15px;
	text-align: center;
}

.breadcrumb a {
	display: inline-block;
	position: relative;
	z-index: 2;
}

@media (max-width: 579px) {
	.breadcrumb {
		font-size: 10px;
	}
}
/* mobile */
@media (max-width: 414px) {
	.breadcrumb {
		display: none;
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: 0 10px 0;
	height: 47px;
	background-color: transparent;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.form-control:focus {
	outline: none;
}

.form-group {
	margin-bottom: 15px;
}

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

.radio-inline,
.checkbox-inline {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.form-group label {
	line-height: 2;
}

.radio-inline {
	white-space: nowrap;
}

label {
	color: #333333;
	padding-bottom: 0;
	white-space: normal;
}

.radio label,
.checkbox label {
	padding-left: 5px;
}

.checkbox {
	line-height: 16px;
	white-space: nowrap;
}

div.checkbox {
	margin-bottom: 10px;
}

.checkbox label {
	color: #777777;
}

.formp-grou.form-error input,
.form-group.form-error textarea {
	border: 1px solid #f13340;
	color: #f13340;
	background: url(../img/icon/form-error.png) 98% 12px no-repeat #fff1f2;
}

.form-group.form-ok input,
.form-group.form-ok textarea {
	border: 1px solid #46a74e;
	color: #35b33f;
	background: url(../img/icon/form-ok.png) 98% 12px no-repeat #ddf9e1;
}

.form-group.form-error .form-control,
.form-group.form-ok .form-control {
	padding-right: 30px;
}

.radio-inline,
.checkbox {
	padding-left: 0;
}

.radio-inline .checker,
.checkbox .checker {
	float: left;
}

.radio-inline .checker span,
.checkbox .checker span {
	top: 0px;
}

.radio-inline .radio,
.checkbox .radio {
	display: inline-block;
}

.radio-inline .radio span,
.checkbox .radio span {
	float: left;
	top: 0px;
}

.nav.nav-tabs {
	border-style: solid;
	border-width: 1px;
	background: transparent;
	display: inline-block;
	margin-bottom: 58px;
}

.nav.nav-tabs > li {
	margin-bottom: 0;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	margin: -1px;
}

.nav.nav-tabs > li a {
	display: block;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 30px;
	font-size: 13px;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
}

.tab-content {
	margin-top: 20px;
}

@media (min-width: 580px) {
	.nav.nav.nav-tabs > li:last-child {
		border: none;
	}
}

@media (max-width: 991px) {
	.nav.nav.nav-tabs > li a {
		font-size: 9pt;
		padding: 0 25px;
	}
}
/*------- header -----*/
.header-container {
	background: #ffffff;
}

header {
	width: 100%;
}

header .banner {
	background: #000000;
	max-height: 100%;
}

header .banner .row {
	margin: 0px;
}

header .nav {
	line-height: 37px;
	padding: 8px 0;
}

@media screen and (max-width: 567px) {
	header .nav {
		padding-bottom: 0;
	}
}

header .nav nav {
	width: 100%;
	position: relative;
	z-index: 2;
}

header .row {
	position: relative;
}

header .row > .container {
	position: relative;
}

#header {
	width: 100%;
	z-index: 3;
}

.main_panel {
	position: relative;
	padding-top: 30px;
	border-top-style: solid;
	border-top-width: 1px;
}

.main_panel > .container > .row {
	position: static;
}

/* header */
#header_logo a {
	display: block;
	white-space: nowrap;
	line-height: 1;
}

#header_logo span {
	font-size: 30px;
	line-height: 1;
	padding-left: 9px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

#header_logo span i {
	font-weight: 900;
	font-style: normal;
}

#header_logo img {
	display: inline-block;
	vertical-align: middle;
}

/* fixing */
.fixedHeader {
	-webkit-transform: translateY(-54px);
	transform: translateY(-54px);
}

.fixedHeader #header_logo span {
	font-size: 18px;
	padding-left: 0;
}

.fixedHeader .main_panel {
	padding: 5px 0;
	border-top-style: solid;
	border-top-width: 1px;
	background: #333333;
	background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1025px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}
}

@media (max-width: 1199px) {
	.main_panel {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	.main_panel {
		padding-top: 30px;
	}
}

@media (max-width: 1024px) {
	.scroll-lock {
		overflow: hidden;
		max-width: 100%;
		max-height: 100%;
	}

	.scroll-lock body {
		overflow: hidden;
	}

	#header_logo {
		display: inline-block;
		text-align: center;
		float: right;
		width: auto;
		line-height: inherit;
		margin: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	#header_logo a {
		line-height: inherit;
		display: inline-block;
		position: relative;
		z-index: 4;
	}

	#header_logo img {
		max-width: 120px;
		max-height: 30px;
		text-align: center;
		display: inline-block;
		line-height: inherit;
		margin: 0;
		width: auto;
	}

	#header {
		margin: 0;
		padding: 0;
		line-height: 48px;
		height: 48px;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 4;
	}

	#header .row {
		height: 48px;
		position: static;
		width: auto;
		text-align: center;
		margin: auto;
	}

	#header .clearfix:before, #header .clearfix:after,
    #header .container-fluid:before,
    #header .container-fluid:after,
    #header .container:before,
    #header .container:after,
    #header .row:before,
    #header .row:after {
		content: none;
	}

	#header .nav nav.clearfix {
		text-align: center;
		line-height: inherit;
		position: static;
	}

	#topMain {
		display: inline-block;
		line-height: inherit;
		width: auto;
		position: static;
		vertical-align: top;
	}

	#header .main_panel {
		padding-top: 0;
		display: inline-block;
		line-height: inherit;
		width: 100%;
		position: static;
	}

	#header .main_panel .inner_main_panel {
		position: static;
		padding: 0;
	}

	#header .main_panel .inner_main_panel:before {
		display: none;
	}

	#topMain .container, .main_panel .container {
		padding: 0;
		line-height: inherit;
		width: auto;
		position: static;
		text-align: center;
		margin: auto;
	}
}

.wrap_two_lines {
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	clear: both;
}

.footer_line_one {
	padding: 48px 0 31px;
}

.footer_line_one .container > .row {
	position: relative;
}

.footer_line_one:before {
	content: '';
	display: block;
	border-top-style: solid;
	border-top-width: 1px;
	position: absolute;
	top: 0;
	width: 1140px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.footer_line_middle {
	padding-left: 0;
	padding-right: 0;
}

.footer_line_two #paiement_logo_block_left {
	position: absolute;
	right: 15px;
	z-index: 2;
	line-height: 1;
	top: 100%;
	margin-top: 73px;
}

#paiement_logo_block_left a {
	display: block;
}

.footer_line_two {
	color: #ffffff;
	position: static !important;
}

.-relative {
	position: relative;
}

.footer_line_two > .row {
	position: static;
	padding: 66px 0 38px;
}

.footer_line_two a {
	color: #ffffff;
}

.footer_line_two h4 {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1;
}

.footer_line_two h4 a:hover {
	color: #ffffff;
}

.footer_line_two .toggle-footer li {
	text-transform: uppercase;
	position: relative;
	padding-left: 13px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.footer_line_two .toggle-footer li:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-width: 3px;
	border-left-color: #ffffff;
	position: absolute;
	top: 4px;
	left: 0;
}

.footer_line_two .toggle-footer li a {
	font-size: 12px;
}

.footer_line_two .bottom-footer {
	position: absolute;
	bottom: -55px;
	left: 0;
	display: none;
}

.footer_line_two .bottom-footer div {
	padding: 15px 0 0 0;
	width: 100%;
	border-top: 1px solid #515151;
}

.copyright {
	clear: both;
	position: relative;
	padding-top: 54px;
}

.copy_a {
	line-height: 2.4;
	float: left;
	font-weight: 300;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.copy_a {
		font-size: 12px;
	}
}

.copyright .inner_copyright {
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 18px 0;
}

.copyright a span {
	text-transform: uppercase;
	font-weight: 400;
}

.copyright a:hover .travel_foot span {
	color: #ffffff;
}

.footer_line_middle {
	padding: 0;
}

.toggle-footer.open {
	position: static;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	transform: translateY(0px);
}

.toggle-footer {
	transform: translateY(-100px);
	opacity: 0;
	position: absolute;
	visibility: hidden;
	will-change: transform;
}

h4 ~ .toggle-footer {
	transition: transform .3s, visibility .3s, opacity .3s;
	margin: 0;
}

.blockcategories_footer ul ul {
	display: none;
}

.paiement_logo_block li {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	margin-right: 5px;
}

@media (min-width: 769px) {
	#footer h4:after {
		display: none;
	}
}

@media (max-width: 1199px) {
	.footer_line_two h4 {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.footer_line_two #paiement_logo_block_left {
		margin-top: 63px;
	}

	.footer_line_two h4 {
		font-size: 13px;
	}

	.footer_line_two ul li a {
		font-size: 11px;
	}

	.footer_line_two ul li:before {
		top: 5px;
	}

	.copyright a {
		font-size: 9pt;
	}

	.copyright .inner_copyright {
		padding: 10px 0;
	}
}

@media (max-width: 768px) {
	.footer_line_two #paiement_logo_block_left {
		margin-top: 67px;
	}

	.paiement_logo_block li {
		font-size: 25px;
		margin-right: 1px;
	}

	#footer .footer_line_two h4 {
		border-bottom: 1px solid;
		cursor: pointer;
		line-height: 40px;
		margin-bottom: 0;
		position: relative;
	}

	#footer .footer_line_two .active {
		border-bottom: none;
	}

	#footer .footer_line_two h4:after {
		display: block;
		position: absolute;
		right: 15px;
		top: 1px;
	}

	#footer .footer_line_two .footer_logo h4:after {
		display: none;
	}

	#footer {
		background: #030404;
	}

	.copyright .inner_copyright {
		height: 56px;
	}

	#paiement_logo_block_left img {
		height: 27px;
		width: 40px;
	}

	.copyright {
		border-top-style: solid;
		border-top-width: 1px;
		margin-top: 56px;
	}

	.copyright a {
		font-size: 11px;
	}
}
/* mobile */
@media (max-width: 768px) {
	.footer_line_one {
		padding-bottom: 18px;
	}

	.footer_line_two > .row {
		padding: 18px 0 40px;
	}

	.copyright {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.copyright a {
		text-align: center;
	}

	.copyright a {
		width: 100%;
	}

	.copyright .inner_copyright {
		height: auto;
	}
}

@media (max-width: 480px) {
	.footer_line_two #paiement_logo_block_left {
		left: 0;
		margin-top: 70px;
		right: 0;
		text-align: center;
	}

	.copyright {
		text-align: center;
	}

	.copyright .inner_copyright {
		padding: 43px 0 10px;
	}

	.copy_a {
		float: none;
	}
}

#back-top {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	right: 0;
	left: 0;
	width: 77px;
	height: 100%;
	margin: 0 auto;
	bottom: 0;
	position: absolute;
	z-index: 100000;
	text-align: center;
}

#back-top a i {
	width: 16px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	line-height: 1;
}

#back-top a {
	display: block;
	width: 100%;
	font-size: 18px;
}

@media (max-width: 768px) {
	#back-top {
		top: -100%;
	}
}

@media (max-width: 640px) {
	#back-top {
		height: 54px;
		top: -55px;
	}
}
/* color schemes */
.bx-wrapper {
	position: relative;
}

.easycarousels .bx-wrapper {
	margin: 0 auto !important;
}

.tab-content > .tab-pane .bx-wrapper {
	position: static;
}

.tab-content > .tab-pane {
	display: none !important;
	margin: 0;
	position: static;
}

.tab-pane .link_more {
	position: relative;
}

.tab-pane .link_more .btn {
	display: table;
	margin: 0 auto;
}

.tab-pane .link_more:before {
	border-bottom-style: double;
	border-bottom-width: 4px;
	content: '';
	display: table;
	margin: 30px auto 40px;
	width: 78px;
}

#bxslider1.owl-carousel,
.accessories-block .owl-carousel,
.tab-content .owl-carousel.product_list {
	position: static;
}

.theme-carousel .grid_arrows .bx-controls-direction {
	position: absolute;
	right: 0;
	top: 0;
}

.column .theme-carousel .grid_arrows .bx-controls-direction {
	top: -68px;
	right: 15px;
}

.single_carousel .grid_arrows .bx-controls-direction {
	right: 0;
	top: -65px;
	left: 0;
	text-align: center;
}

.single_carousel .grid_arrows .bx-controls-direction a {
	float: none !important;
}

@media (max-width: 480px) {
	.single_carousel .grid_arrows .bx-controls-direction {
		top: -157px;
	}
}

.column .single_carousel .grid_arrows .bx-controls-direction {
	top: -69px;
}

.single_carousel .title_main_section {
	margin-bottom: 93px;
}

.manufacturers.single_carousel .title_main_section {
	margin-bottom: 36px;
	margin-top:55px;
}

.single_carousel.easycarousel {
	margin-top: 76px;
}

.theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a.bx-prev {
	border-right-width: 0;
}

.theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a {
	border-style: solid;
	border-width: 1px;
	bottom: 0 !important;
	float: left;
	font-size: 22px;
	height: 2pc;
	left: 0 !important;
	line-height: 27px;
	position: relative;
	right: 0 !important;
	text-align: center;
	top: 0 !important;
	width: 2pc;
}

.tab-content .active {
	display: block !important;
}

.theme-carousel .bx-wrapper .bx-controls-direction a {
	overflow: visible;
	font-size: 53px;
	line-height: 1;
	bottom: 0;
	display: inline-block;
	height: 67px;
	margin: auto 0;
	position: absolute;
	top: 0;
}

.theme-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 15px;
}

.theme-carousel .bx-wrapper .bx-controls-direction a.bx-next {
	right: 15px;
}

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	display: block;
	float: left;
	height: 10px;
	margin: 0 6px 0 0;
	overflow: hidden;
	position: relative;
	width: 10px;
}

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	float: left;
	font-size: 0;
}

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: 0 0;
}

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:before {
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	bottom: 0;
	content: '';
	height: 8px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	width: 8px;
}

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover:before {
	-moz-transform: scale(0);
	-o-transform: scale(0);
	height: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 0;
}

.theme-carousel .man-sup-arrows .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -40px;
}

.theme-carousel .man-sup-arrows .bx-wrapper .bx-controls-direction a.bx-next {
	right: -40px;
}

@media (min-width: 1250px) {
	.theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a.bx-prev {
		left: -40px;
	}

	.theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a.bx-next {
		right: -40px;
	}
}

@media (max-width: 1249px) {
	.man-sup-arrows.block_content:not(.scroll-x-wrapper) {
		padding: 0 40px;
	}
}

@media (max-width: 579px) {
	.theme-carousel .in_tabs .tab-content > .tab-pane .bx-controls-direction {
		display: table;
		font-size: 0;
		left: 0;
		right: 0 !important;
		text-align: center;
		top: -52px;
		width: 100%;
	}

	.theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a {
		display: inline-block;
		float: none;
	}
}

.column .carousel_title {
	padding: 0 80px 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.easycarousels {
	margin: auto;
}

.theme-carousel {
	clear: both;
}

/* fix double arrows*/
.bx-viewport:first-child .bx-controls {
	display: none !important;
}

/* mobile */
@media (max-width: 414px) {
	.manufacturers.single_carousel .title_main_section,
  .single_carousel .title_main_section {
		margin-bottom: 25px;
	}

	#product .single_carousel {
		margin: 50px 0 0;
		padding: 0 10px;
	}
}

.box {
	background: #fbfbfb;
	padding: 14px 18px 13px;
	margin: 0 0 30px 0;
	line-height: 23px;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box p {
	margin-bottom: 0;
}

.box-small {
	padding: 9px 10px 9px 20px;
}

.box-small .dark {
	padding-top: 10px;
	padding-right: 20px;
	margin-bottom: 0;
	width: auto;
}

@media (max-width: 579px) {
	.box li {
		font-size: 9pt;
	}
}

.fancybox-skin {
	background: #ffffff;
	padding: 30px !important;
}

.fancybox-skin .fancybox-close {
	width: 27px;
	height: 27px;
	background: none;
	font-weight: 300;
	font-size: 24px;
	top: 2px;
	right: 0px;
}

.fancybox-outer,
.fancybox-type-iframe .fancybox-inner {
	overflow: hidden;
}

.fancybox-overlay .fancybox-error {
	white-space: normal;
	word-wrap: break-word;
}

.fancybox-skin .fancybox-close:hover {
	background: none;
}

#manufacturers_list h3,
#suppliers_list h3 {
	font-size: 17px;
	line-height: 23px;
}

#manufacturers_list .description,
#suppliers_list .description {
	line-height: 18px;
}

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
	font-weight: bold;
	color: #333333;
}

#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
	color: #515151;
}

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
	border-top: 1px solid #d6d4d4;
	padding: 31px 0 30px 0;
}

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
	border-top: 0;
}

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
	text-align: center;
}

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
	margin-top: -5px;
	padding-bottom: 8px;
}

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
	padding-left: 0;
}

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
	border-left: 1px solid #d6d4d4;
	padding: 0 0 32px 31px;
	min-height: 108px;
}

#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
	position: relative;
	top: -6px;
	margin-bottom: 12px;
}

#manufacturers_list.grid li,
#suppliers_list.grid li {
	text-align: center;
}

#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d4d4;
}

#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
	padding-bottom: 42px;
}

#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
	padding-bottom: 10px;
}

#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
	margin-bottom: 12px;
}

#manufacturer .description_box,
#supplier .description_box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #d6d4d4;
}

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
	display: none;
}

#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
	border-bottom: 1px solid #d6d4d4;
}

@media (min-width: 769px) and (max-width: 1199px) {
	#manufacturers_list.grid .first-item-of-tablet-line,
  #suppliers_list.grid .first-item-of-tablet-line {
		clear: left;
	}

	#manufacturers_list.grid .last-tablet-line .product-container,
  #suppliers_list.grid .last-tablet-line .product-container {
		border-bottom: none;
	}
}

@media (max-width: 768px) {
	#manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
		text-align: center;
	}

	#manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
		padding-left: 15px;
		padding-right: 15px;
	}

	#manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
		border: none;
		min-height: 1px;
		padding: 0;
	}

	#manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
		top: 0;
	}

	#manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
		border-bottom: none;
	}
}

.discount i {
	font-size: 20px;
	line-height: 20px;
	vertical-align: -2px;
}

.discount i.icon-ok {
	color: #46a74e;
}

.discount i.icon-remove {
	color: #f13340;
}

#pagenotfound {
	height: 100%;
	width: 100%;
	background: url(../img/bg_404.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.pagenotfound #page,
.pagenotfound {
	height: 100%;
}

#pagenotfound h2 {
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 54px;
	line-height: 90px;
	height: 90px;
}

.form_404 {
	display: none;
}

#pagenotfound h2 .not_found {
	padding: 0 85px;
}

#pagenotfound h2 span {
	display: inline-block;
}

#pagenotfound h2 .p_404 {
	font-weight: 700;
	padding: 0 14px 0 17px;
	margin-right: 14px;
}

#pagenotfound header .nav {
	display: none;
}

#pagenotfound h1 {
	font-size: 130px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 73px;
}

#pagenotfound .columns-container {
	background: transparent;
	padding: 220px 0 60px;
}

#pagenotfound .pagenotfound {
	margin: 0 auto;
	text-align: center;
}

#pagenotfound #footer {
	display: none;
}

#pagenotfound .pagenotfound .img-404 {
	padding: 8px 0 27px 0;
}

#pagenotfound .pagenotfound p {
	padding-bottom: 20px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
}

#pagenotfound .pagenotfound .form-control {
	max-width: 293px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	height: 55px;
	padding: 26px 10px 27px;
}

#pagenotfound .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

#pagenotfound .form-control::-moz-placeholder {
	color: #ffffff;
}

#pagenotfound .form-control:-moz-placeholder {
	color: #ffffff;
}

#pagenotfound .form-control:-ms-input-placeholder {
	color: #ffffff;
}

#pagenotfound .pagenotfound .buttons:before {
	content: '';
	display: table;
	width: 78px;
	margin: 19px auto 66px;
	border-bottom-style: double;
	border-bottom-width: 4px;
}

#pagenotfound .pagenotfound .buttons a {
	display: table;
	margin: 0 auto;
}

@media (min-width: 769px) {
	#pagenotfound h1 {
		font-size: 75pt;
	}

	#pagenotfound .columns-container {
		padding: 190px 0 50px;
	}

	#pagenotfound h2 {
		font-size: 35px;
		line-height: 70px;
		margin-bottom: 40px;
	}

	#pagenotfound .pagenotfound p {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.pagenotfound {
		height: auto;
	}

	#pagenotfound h1 {
		font-size: 5pc;
	}

	#pagenotfound h2 {
		font-size: 18px;
		line-height: 40px;
	}

	#pagenotfound h2 span {
		height: 40px;
	}
}

@media (max-width: 768px) {
	#pagenotfound .pagenotfound label {
		display: block;
	}

	#pagenotfound h2 .p_404 {
		margin-right: 5px;
	}

	#pagenotfound h1 {
		font-size: 70px;
	}

	#pagenotfound .columns-container {
		padding: 150px 0;
	}
}

@media (max-height: 680px) {
	#pagenotfound h1 {
		font-size: 90px;
		margin-bottom: 50px;
	}

	#pagenotfound h2 {
		font-size: 25px;
		height: 50px;
		line-height: 50px;
	}

	#pagenotfound h2 .not_found {
		padding: 0 2pc;
	}

	#pagenotfound .columns-container {
		padding: 150px 0 30px;
	}

	#pagenotfound .pagenotfound p {
		font-size: 20px;
	}
}

@media (max-height: 620px) {
	html.pagenotfound {
		height: auto;
	}
}

@media (max-width: 579px) {
	#pagenotfound h1 {
		font-size: 75pt;
	}

	#pagenotfound h1 span:after,
  #pagenotfound h1 span:before {
		font-size: 60px;
		height: 4pc;
		left: -70px;
	}

	#pagenotfound h1 span:after {
		left: auto;
		right: -70px;
	}

	#pagenotfound .columns-container {
		padding: 75pt 0;
	}
}

@media (max-width: 480px) {
	#pagenotfound h2 .not_found {
		padding: 0 10px;
	}

	.form_404 {
		padding-right: 85px;
		position: relative;
	}

	.form_404 .btn {
		position: absolute;
		right: 0;
		top: 0;
	}

	#pagenotfound h2 {
		font-size: 14px;
	}

	#pagenotfound h1 {
		font-size: 50px;
	}
}

@media (max-width: 419px) {
	#pagenotfound .columns-container {
		padding: 50px 0;
	}
}

.advertising_block {
	width: 191px;
	margin-bottom: 1em;
	text-align: center;
}

/* color schemes */
.btn_border,
.btn_border:active,
.btn_border:hover {
	background: 0 0;
}

button {
	outline: 0;
}

.btn-default,
.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	background: 0 0;
	border: none;
	border-radius: 70px;
	border-width: 1px;
	display: inline-block;
	font: 9pt/1.5 Open Sans;
	height: auto;
	overflow: hidden;
	padding: 13px 30px 11px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
	text-align: center;
}

.btn-default.right i,
  .button.right i,
  .button_disabled.right i,
  .button_large.right i,
  .button_large_disabled.right i,
  .button_mini.right i,
  .button_mini_disabled.right i,
  .button_small.right i,
  .button_small_disabled.right i,
  a.exclusive.right i,
  button.exclusive.right i,
  span.exclusive.right i,
  .exclusive_disabled.right i,
  .exclusive_large.right i,
  .exclusive_large_disabled.right i,
  .exclusive_mini.right i,
  .exclusive_mini_disabled.right i,
  .exclusive_small.right i,
  .exclusive_small_disabled.right i {
	padding-left: 5px;
	font-size: 13px;
}

.btn-default.left i,
  .button.left i,
  .button_disabled.left i,
  .button_large.left i,
  .button_large_disabled.left i,
  .button_mini.left i,
  .button_mini_disabled.left i,
  .button_small.left i,
  .button_small_disabled.left i,
  a.exclusive.left i,
  button.exclusive.left i,
  span.exclusive.left i,
  .exclusive_disabled.left i,
  .exclusive_large.left i,
  .exclusive_large_disabled.left i,
  .exclusive_mini.left i,
  .exclusive_mini_disabled.left i,
  .exclusive_small.left i,
  .exclusive_small_disabled.left i {
	padding-right: 5px;
}

.btn-default i.left,
  .button i.left,
  .button_disabled i.left,
  .button_large i.left,
  .button_large_disabled i.left,
  .button_mini i.left,
  .button_mini_disabled i.left,
  .button_small i.left,
  .button_small_disabled i.left,
  a.exclusive i.left,
  button.exclusive i.left,
  span.exclusive i.left,
  .exclusive_disabled i.left,
  .exclusive_large i.left,
  .exclusive_large_disabled i.left,
  .exclusive_mini i.left,
  .exclusive_mini_disabled i.left,
  .exclusive_small i.left,
  .exclusive_small_disabled i.left {
	padding-right: 5px;
}

.btn-default i.right,
  .button i.right,
  .button_disabled i.right,
  .button_large i.right,
  .button_large_disabled i.right,
  .button_mini i.right,
  .button_mini_disabled i.right,
  .button_small i.right,
  .button_small_disabled i.right,
  a.exclusive i.right,
  button.exclusive i.right,
  span.exclusive i.right,
  .exclusive_disabled i.right,
  .exclusive_large i.right,
  .exclusive_large_disabled i.right,
  .exclusive_mini i.right,
  .exclusive_mini_disabled i.right,
  .exclusive_small i.right,
  .exclusive_small_disabled i.right {
	padding-left: 5px;
	font-size: 13px;
}

.btn-default .fa-chevron-left,
  .button .fa-chevron-left,
  .button_disabled .fa-chevron-left,
  .button_large .fa-chevron-left,
  .button_large_disabled .fa-chevron-left,
  .button_mini .fa-chevron-left,
  .button_mini_disabled .fa-chevron-left,
  .button_small .fa-chevron-left,
  .button_small_disabled .fa-chevron-left,
  a.exclusive .fa-chevron-left,
  button.exclusive .fa-chevron-left,
  span.exclusive .fa-chevron-left,
  .exclusive_disabled .fa-chevron-left,
  .exclusive_large .fa-chevron-left,
  .exclusive_large_disabled .fa-chevron-left,
  .exclusive_mini .fa-chevron-left,
  .exclusive_mini_disabled .fa-chevron-left,
  .exclusive_small .fa-chevron-left,
  .exclusive_small_disabled .fa-chevron-left {
	padding-right: 5px;
}

.btn-default .fa-chevron-right,
  .button .fa-chevron-right,
  .button_disabled .fa-chevron-right,
  .button_large .fa-chevron-right,
  .button_large_disabled .fa-chevron-right,
  .button_mini .fa-chevron-right,
  .button_mini_disabled .fa-chevron-right,
  .button_small .fa-chevron-right,
  .button_small_disabled .fa-chevron-right,
  a.exclusive .fa-chevron-right,
  button.exclusive .fa-chevron-right,
  span.exclusive .fa-chevron-right,
  .exclusive_disabled .fa-chevron-right,
  .exclusive_large .fa-chevron-right,
  .exclusive_large_disabled .fa-chevron-right,
  .exclusive_mini .fa-chevron-right,
  .exclusive_mini_disabled .fa-chevron-right,
  .exclusive_small .fa-chevron-right,
  .exclusive_small_disabled .fa-chevron-right {
	padding-left: 5px;
}

.btn-default.big,
.btn_border {
	padding: 19px 45px 1pc;
}

.btn_border {
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}

.btn-default:after,
.btn-default:before,
.btn_border:after,
.btn_border:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
a.exclusive:after,
a.exclusive:before,
button.exclusive:after,
button.exclusive:before,
span.exclusive:after,
span.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	content: '';
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.btn.bt_compare:before, .btn.bt_compare:after {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn-default:before,
.btn_border:before,
.button:before,
.button_large:before,
.button_mini:before,
.button_small:before,
a.exclusive:before,
button.exclusive:before,
span.exclusive:before,
.exclusive_large:before,
.exclusive_large_disabled:before,
.exclusive_mini:before,
.exclusive_small:before {
	border-radius: 0 0 20px 20px;
	bottom: 0;
	top: auto;
}

.btn-default:after,
.btn-default:before,
.btn_border:hover:after,
.btn_border:hover:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
span.exclusive:after,
a.exclusive:after,
button.exclusive:after,
span.exclusive:before,
a.exclusive:before,
button.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
	height: 51%;
}

.btn-default:hover:after,
.btn-default:hover:before,
.button:hover:after,
.button:hover:before,
.button_large:hover:after,
.button_large:hover:before,
.button_mini:hover:after,
.button_mini:hover:before,
.button_small:hover:after,
.button_small:hover:before,
a.exclusive:hover:after,
a.exclusive:hover:before,
span.exclusive:hover:after,
span.exclusive:hover:before,
button.exclusive:hover:after,
button.exclusive:hover:before,
.exclusive_large:hover:after,
.exclusive_large:hover:before,
.exclusive_large_disabled:hover:after,
.exclusive_large_disabled:hover:before,
.exclusive_mini:hover:after,
.exclusive_mini:hover:before,
.exclusive_small:hover:after,
.exclusive_small:hover:before {
	height: 0;
}

.btn[disabled="disabled"],
.button_disabled,
.disabled,
.exclusive_disabled {
	-ms-filter: 'alpha(opacity=50)';
	opacity: .5;
	cursor: not-allowed;
	pointer-events: none;
}

.link-button {
	font-weight: 700;
}

.btn-alter {
	cursor: pointer;
	border: none;
	padding: 12px 30px 10px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	display: inline-block;
	font: 9pt/1.5 Open Sans;
	text-transform: uppercase;
	height: auto;
	background: #00bdff;
	color: #ffffff;
}

.btn-alter:hover {
	background: #0097cc;
}

.btn-alter:active {
	background: #007199;
}

#add_to_cart button:after {
	display: inline-block;
}

#add_to_cart button.added.disabled:after, #add_to_cart button.disabled:after {
	animation: 2s linear 0s normal none infinite spin;
	-webkit-animation: 2s linear 0s normal none infinite spin;
	-moz-animation: 2s linear 0s normal none infinite spin;
	border: none;
}

.link-button i {
	padding-right: 5px;
}

.btn_sky > a, .btn_sky > span {
	display: table;
	border-spacing: 2px 0px;
	display: inline-block;
	position: relative;
	color: #ffffff;
}

.btn_sky span span, .btn_sky span i, .btn_sky a span, .btn_sky a i {
	display: table-cell;
	vertical-align: middle;
}

.btn_sky span span, .btn_sky a span {
	font-size: 24px;
	padding: 19px 23px;
	font-weight: 700;
	font-family: 'Open Sans';
	text-transform: uppercase;
}

.btn_sky i {
	font-size: 30px;
	padding: 12px 15px;
}

.tp-caption .btn.btn-default {
	line-height: 1;
	height: auto;
	padding: 15px 30px;
}

.tp-caption .btn-default {
	color: #ffffff;
}

@media (max-width: 991px) {
	.btn {
		font-size: 9pt;
	}

	.btn {
		padding-left: 9pt;
		padding-right: 9pt;
	}
}
/* color schemes */
.not-styling {
	display: none !important;
}

.styled-select .option,
.styled-select dt.option {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.styled-select {
	vertical-align: middle;
}

.sortPagiBar .styled-select {
	display: inline-block;
	max-width: 90pt;
	width: auto;
}

#layered_block_left .styled-checkbox,
#layered_block_left .styled-radio {
	left: 0;
	position: absolute;
	top: 4px;
}

.styled-select {
	cursor: pointer;
	font-size: 14px;
	width: 100%;
}

.styled-select select {
	position: absolute;
	visibility: hidden;
}

.styled-select .dl {
	position: relative;
}

.styled-select li {
	font-size: 9pt;
}

.styled-select .option {
	background: #ffffff;
	box-sizing: border-box;
	float: none !important;
	overflow: hidden;
	padding: 14px 10px;
	width: 100%;
	word-wrap: break-word;
	line-height: 1;
}

.styled-select dt.option {
	border-style: solid;
	border-width: 1px;
	height: 42px;
	line-height: 40px;
	overflow: hidden;
	padding-bottom: 0;
	padding-right: 20px;
	padding-top: 0;
	position: relative;
}

.styled-select ul li.optgroup {
	background: #f5f5f5;
	cursor: default;
}

.styled-select .dl i.toggle {
	bottom: 0;
	content: '';
	position: absolute;
	right: 4px;
	top: 0;
	width: 10px;
}

.styled-select ul {
	background: #ffffff;
	border: 1px solid #dddddd;
	left: 0;
	margin: -1px 0 0;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.styled-select ul:not(.mobile) {
	min-width: 100%;
}

.styled-select ul.above {
	bottom: 100%;
	top: auto;
}

.styled-select li:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

.styled-select .dl.closed ul {
	display: none;
}

.styled-checkbox, .styled-radio {
	border: 1px solid #39314e;
	cursor: pointer;
	display: inline-block;
	height: 11pt;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 11pt;
	top: -2px;
}

.styled-checkbox, .styled-radio {height: 16pt;width: 16pt;}

@media (max-width: 768px) {
.styled-checkbox, .styled-radio {height: 18pt;width: 18pt;}
}

.styled-checkbox input,
.styled-radio input {
	cursor: pointer;
	height: 100%;
	margin: auto !important;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0px;
}

.styled-radio {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.styled-checkbox.checked:before,
.styled-radio.checked:before {
	border-radius: 50%;
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
}

.styled-checkbox.checked:before {
	-webkit-border-radius: 0;
	background: 0 0;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 3px 3px;
	bottom: 2px;
	height: 7px;
	left: 1px;
	right: -1px;
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 11px;
}

/* file */
.styled-file {
	display: inline-block;
	border: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	padding: 0 10px 0 0s;
	padding-top: 2px;
	height: 40px;
}

.styled-file.form-control {
	padding: 0 10px 0 0;
}

.styled-file .file-button {
	background: #00bdff;
	color: #ffffff;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-weight: 300;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
}

.styled-file:hover .file-button {
	background: #33caff;
}

.styled-file .file-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 40px;
}

.styled-file input {
	position: absolute;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}

.sortPagiBar select {
	border-color: #dbdbdb;
	display: inline-block;
	font-size: 13px;
	height: 42px;
	max-width: 50px;
	vertical-align: top;
}

.styled-select.mobile ul {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin: auto;
	max-width: 378px;
	padding: 0 20px 20px;
	background: #ffffff;
	border: none !important;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.styled-select.mobile ul .option {
	color: #000000;
	font-size: 15px !important;
	padding: 13px 0;
	white-space: normal;
}

@media screen and (max-width: 380px) {
	.styled-select.mobile ul {
		left: 15px;
		right: 15px;
	}
}

@media (max-width: 1199px) {
	.sortPagiBar select {
		height: 2pc;
	}

	.sortPagiBar .styled-select dt.option {
		height: 2pc;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.styled-select {
		max-width: 100%;
	}

	.sortPagiBar .styled-select {
		max-width: 130px;
	}
}

.longest-txt {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

select,
select.form-control {
	background-image: url(../img/icon/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 6px;
	padding: 0 19px 0 10px;
}

option {
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
}

/* color schemes */
table th {
	font-weight: 700;
}

table td,
table th {
	padding: 9px 10px;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	table.responsive {
		margin-bottom: 0;
	}

	.pinned,
  div.table-wrapper {
		border-right: 1px solid #cccccc;
		overflow: hidden;
	}

	.pinned {
		background: #ffffff;
		border-left: 1px solid #cccccc;
		left: 0;
		overflow-x: scroll;
		position: absolute;
		top: 0;
		width: 35%;
	}

	.pinned table {
		border-left: none;
		border-right: none;
		width: 100%;
	}

	.pinned table td,
  .pinned table th {
		white-space: nowrap;
	}

	.pinned td:last-child {
		border-bottom: 0;
	}

	div.table-wrapper {
		margin-bottom: 20px;
		position: relative;
	}

	div.table-wrapper div.scrollable {
		margin-left: 35%;
		overflow: scroll;
		overflow-y: hidden;
	}

	table.responsive td,
  table.responsive th {
		overflow: hidden;
		position: relative;
		white-space: nowrap;
	}

	table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
		display: none;
	}
}

.trinagle_section_top,
.trinagle_section_bottom {
	position: relative;
}

.trinagle_section_top > div,
  .trinagle_section_bottom > div {
	position: relative;
	z-index: 2;
}

.trinagle_section_top::before, .trinagle_section_bottom::after {
	content: '';
	display: block !important;
	position: absolute;
	height: 60px;
	top: -30px;
	left: -20%;
	right: -20%;
	-moz-transform: rotate(1.7deg);
	-ms-transform: rotate(1.7deg);
	-webkit-transform: rotate(1.7deg);
	transform: rotate(1.7deg);
	z-index: 1;
}

.trinagle_section_bottom:after {
	top: auto;
	bottom: -30px;
}

.twitter-box.trinagle_section_top:before,
.twitter-box.trinagle_section_top:after {
	background: #00bdff;
}

@media (min-width: 2500px) {
	.trinagle_section_bottom:after,
  .trinagle_section_top:before {
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		height: 130px;
	}

	.trinagle_section_top:before {
		top: -50px;
	}

	.trinagle_section_bottom:after {
		bottom: -50px;
	}
}

@media (min-width: 3000px) {
	.trinagle_section_bottom:after,
  .trinagle_section_top:before {
		height: 140px;
	}
}

#pagenotfound #left_column,
#pagenotfound #right_column,
#maintenance #left_column,
#maintenance #right_column,
#module-testimonialswithavatars-testimonials #left_column,
#module-testimonialswithavatars-testimonials #right_column {
	display: none;
}

#pagenotfound #center_column,
#maintenance #center_column,
#module-testimonialswithavatars-testimonials #center_column {
	width: 100%;
}

/* mobile */
@media (max-width: 440px) {
	.trinagle_section_top:before, .trinagle_section_bottom:after {
		height: 40px;
		top: -28px;
	}

	.trinagle_section_bottom:after {
		bottom: -28px;
		top: auto;
	}

	.custombanners.displayBanner.trinagle_section_bottom:after {
		display: none !important;
	}
}
/* color schemes */
.sortPagiBar {
	display: table;
}

.sortPagiBar > * {
	padding: 0 10px;
	font-size: 13px;
	display: table-cell;
	vertical-align: top;
}

.content_sortPagiBar:after,
.content_sortPagiBar:before {
	clear: both;
	content: '';
	display: table;
}

.nbrItemPage {
	margin-left: 30px;
}

@media (min-width: 1200px) {
	.nbrItemPage {
		white-space: nowrap;
	}
}

.nbrItemPage .clearfix > span {
	display: none;
}

.sortPagiBar label {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	display: inline-block;
	font: 700 13px/42px MuseoSansCyrl700, Open Sans;
	height: 42px;
	padding: 0 10px;
	vertical-align: top;
}

.selector1 {
	font-size: 0;
}

.content_sortPagiBar {
	display: table;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #dbdbdb;
	font-size: 13px;
	margin-bottom: 40px;
	padding: 24px 0;
	position: relative;
}

.sortPagiBar.instant_search .productsSortForm {
	display: none;
}

.display,
.display_m {
	font-size: 0;
	padding-left: 0;
}

#grid,
#list,
.pagination {
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

.display li,
.display_m li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	position: relative;
	vertical-align: middle;
	width: 42px;
}

.display li a,
.display_m li a {
	bottom: 0;
	cursor: pointer;
	height: 1pc;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1pc;
}

#grid {
	border-right-width: 0;
}

#list a {
	height: 14px;
}

#grid a span:after,
#grid a span:before,
#grid a:after,
#grid a:before {
	background: 0 0;
	border-style: solid;
	border-width: 1px;
	content: '';
	height: 7px;
	position: absolute;
	width: 7px;
}

#grid a:after,
#list a:after {
	left: 0;
	top: 0;
}

#grid a:before {
	right: 0;
	top: 0;
}

#grid a span:after,
#list a:before {
	bottom: 0;
	left: 0;
}

#grid a span:before {
	bottom: 0;
	right: 0;
}

#list a span:after,
#list a:after,
#list a:before {
	border-style: solid;
	border-width: 1px;
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
}

#list a span:after {
	bottom: 0;
	left: 0;
	margin: auto 0;
	top: 0;
}

.compare-form,
#uniform-nb_item,
.selector {
	float: left;
}

.bt_compare {
	padding: 0 12px !important;
	height: 42px;
	line-height: 40px;
	padding: 0 12px;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#pagination,
#pagination_bottom {
	border: 0px;
}

.pagination_previous > span {
	border-color: #dbdbdb;
	border-right-style: solid;
	border-right-width: 1px;
}

.pagination_previous > span,
.pagination_next {
	border-color: #dbdbdb;
}

.pagination_next {
	border-left-style: solid;
	border-left-width: 1px;
}

.bottom-pagination-content,
.top-pagination-content {
	display: table-cell;
	text-align: right;
}

.pagination {
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
}

.showall .btn span {
	font-size: 13px;
	line-height: normal;
	padding: 3px 5px 4px;
}

.pagination li {
	border: none;
	float: left;
	padding: 0 12px;
}

.pagination li > a,
.pagination li > span {
	background: 0 0;
	border: none;
	display: block;
	font-family: Open Sans;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.pagination_next > a,
.pagination_next > span,
.pagination_previous > a,
.pagination_previous > span {
	background: 0 0;
	display: block;
	width: 40px;
}

.pagination_next,
.pagination_previous {
	padding: 0 !important;
}

.pagination_next > a,
.pagination_next > span {
	border-left-style: solid;
	border-left-width: 1px;
}

.pagination_previous > a,
.pagination_previous > span {
	border-right-style: solid;
	border-right-width: 1px;
}

.pagination li > a span,
.pagination li > span span {
	background: 0 0;
	border: none;
	display: block;
	padding: 0;
	font-size: 1.4em;
}

.active > span,
.pagination li > a:hover span {
	background: 0 0;
	border: none;
}

.active > span span,
.pagination_next > a span,
.pagination_next > span span,
.pagination_previous > a span,
.pagination_previous > span span {
	background: 0 0;
	border: none;
	padding: 0;
}

.pagination li b,
.showall {
	display: none;
}

.pagination_next i:before,
.pagination_previous i:before {
	display: inline-block;
	font-size: 10px;
}

.btn.bt_compare {
	padding-top: 11px;
	padding-bottom: 11px;
}

.bottom_pagi .compare-form {
	padding-left: 0;
}

.content_sortPagiBar .product-count {
	display: none !important;
}

@media (max-width: 1199px) {
	.content_sortPagiBar,
  .sortPagiBar label {
		font-size: 9pt;
	}

	.compare-form {
		top: 7px;
	}

	.nbrItemPage {
		margin-left: 10px;
	}

	.display li,
  .display_m li {
		width: 2pc;
	}

	.display li a,
  .display_m li a {
		height: 14px;
		width: 14px;
	}

	#grid a span:after,
  #grid a span:before,
  #grid a:after,
  #grid a:before {
		height: 6px;
		width: 6px;
	}

	.compare-form .btn-default,
  .display li,
  .display_m li,
  .sortPagiBar label {
		height: 2pc;
		line-height: 2pc;
	}

	.pagination li > a,
  .pagination li > span {
		height: 30px;
		line-height: 30px;
	}

	.pagination_next > a,
  .pagination_next > span,
  .pagination_previous > a,
  .pagination_previous > span {
		width: 20px;
	}

	.compare-form .btn-default {
		padding: 0 !important;
		width: 2pc;
		height: 2pc;
	}

	.sortPagiBar label {
		height: 2pc;
		line-height: 2pc;
		display: none;
	}

	.compare-form span {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.pagination li {
		padding: 0 5px;
	}
}

@media (max-width: 768px) {
	.compare-form {
		padding-left: 0;
	}

	.pagination_next,
  .pagination_previous {
		display: none;
	}

	.pagination li {
		padding: 0 4px;
	}
}

@media (max-width: 579px) {
	.content_sortPagiBar {
		padding: 15px 0;
	}
}
/* mobile */
@media (max-width: 440px) {
	.content_sortPagiBar {
		border-top: none;
		border-color: #f0f0f0;
		display: block;
		margin: 0 -20px;
		padding: 11px 20px;
		width: auto;
	}

	.content_sortPagiBar .btn-column-show {
		display: inline-block;
		float: left;
		padding: 0;
		border: none;
		margin-right: 15px;
		font-size: 18px;
	}

	.content_sortPagiBar .styled-select dt.option {
		border: none;
		color: #8d8d8d;
	}

	.top-pagination-content {
		display: none;
	}

	.bottom_pagi .sortPagiBar {
		display: none;
	}

	.sortPagiBar select {
		color: #8d8d8d;
		border: none;
	}

	.sortPagiBar select:focus {
		box-shadow: none;
	}

	.pagination .pagination {
		border: none;
	}

	.pagination li {
		font-size: 13px;
		padding: 0 12px;
	}

	.pagination li > a, .pagination li > span {
		height: 60px;
		line-height: 60px;
		position: relative;
	}

	.pagination li.current > a, .pagination li.current > span {
		color: #ff5540;
	}

	.pagination li.current > a:after, .pagination li.current > span:after {
		bottom: -1px;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		border-bottom: 2px solid #ff5540;
	}

	.content_sortPagiBar.bottom_pagi {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.price {
	font-size: 13px;
	white-space: nowrap;
}

.price.product-price {
	font-size: 18px;
	font-weight: 700;
}

.old-price {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 12px;
}

@media (max-width: 1199px) {
	.price.product-price {
		font-size: 1pc;
	}
}

.tag {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	padding: 0 10px;
	position: relative;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}

.tag span {
	display: block;
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-o-transform: skew(25deg);
	-ms-transform: skew(25deg);
	transform: skew(25deg);
}

.product_list .availability {
	display: block;
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 14px;
}

.tag:hover {
	color: #ffffff;
}

.block {
	margin-bottom: 30px;
}

.block .title_block,
.block h4,
.column .single_carousel .title_block {
	line-height: 1;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}

.block .list-block {
	margin-top: -8px;
}

.block .list-block li {
	position: relative;
	padding: 5px 0 6px 17px;
	border-top: 1px solid #d6d4d4;
	font-size: 12px;
}

.block .list-block li a i {
	display: none;
}

.block .list-block li a:before {
	display: inline;
	color: #333333;
	position: absolute;
	left: 0;
	top: 5px;
}

.block .list-block li a:hover {
	color: #333333;
}

.block .list-block li:first-child {
	border-top: none;
}

.block .list-block .form-group {
	padding-top: 20px;
	border-top: 1px solid #d6d4d4;
	margin-bottom: 0;
}

.block .list-block .form-group select {
	max-width: 270px;
}

.block .list-block .btn {
	margin-top: 12px;
}

.column-side .button {
	font-size: 13px;
	text-transform: none;
	padding: 4px 15px 4px;
	margin-top: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.column-side .button,
.column-side .button:after,
.column-side .button:before {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (min-width: 769px) {
	.block .title_block:after,
  .block h4:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.block .title_block,
  .block h4 {
		margin-bottom: 25px;
	}

	.block .list-block li {
		font-size: 9pt;
		padding: 5px 0 6px 10px;
	}

	.block .list-block li a:before {
		left: 3px;
		top: 4px;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.block .title_block,
  .block h4 {
		font-size: 18px;
	}

	.column-side .button {
		font-size: 10px;
		padding: 0 10px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.block .title_block,
  .block h4 {
		font-size: 14px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.column-side .block,
  .column .easycarousels {
		margin-left: auto;
		margin-right: auto;
		max-width: 5in;
	}
}

@media (max-width: 768px) {
	.column-side {
		padding-bottom: 30px;
	}

	.block .title_block,
  .block h4 {
		cursor: pointer;
		position: relative;
	}

	.block .title_block:after,
  .block h4:after {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		height: 30px;
		width: 30px;
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		line-height: 33px;
	}

	#best-sellers_block_right h4:after,
  #new-products_block_right h4:after {
		display: none;
	}

	.block .list-block {
		margin-top: 0;
	}

	.block .list-block .form-group select {
		width: 270px;
	}
}

@media (max-width: 480px) {
	.block .title_block,
  .block h4 {
		font-size: 1pc;
	}

	.block .title_block:after,
  .block h4:after {
		font-size: 12px;
		height: 20px;
		width: 20px;
	}
}
/* mobile */
@media (max-width: 440px) {
	.block .title_block, .block h4 {
		border-bottom: 1px solid #dadada;
		font-size: 14px;
		margin-bottom: 0;
		padding: 0 0 16px;
	}

	.block .title_block:after, .block h4:after {
		font-size: 13px;
		width: 40px;
		text-align: right;
		right: 0;
		line-height: 20px;
		top: -17px;
	}

	.block .title_block.active, .block h4.active {
		border-bottom: none;
	}

	.column-side .block {
		margin-bottom: 18px;
	}

	.column-side .block.products_block .title_block, .column-side .block.products_block h4 {
		margin-bottom: 0;
	}
}

body.content_only {
	background: none;
}

#product.content_only .pb-left-column .resetimg {
	margin-bottom: 0px;
	padding-top: 0px;
}

#product.content_only .pb-left-column #thumbs_list_frame {
	margin-bottom: 0px;
}

.listcomment {
	list-style-type: none;
	margin: 0 0 20px 0;
}

.listcomment li {
	padding: 10px 0;
	border-bottom: 1px dotted #d6d4d4;
	color: #666666;
}

.listcomment .titlecomment {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.listcomment .txtcomment {
	display: block;
	padding: 5px 0;
	color: #333333;
}

#sendComment fieldset {
	padding: 10px;
	border: 1px solid #cccccc;
	background: #eeeeee;
}

#sendComment h3 {
	font-size: 14px;
}

#new_comment_form .text {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sendComment .text label,
#sendComment .textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}

#sendComment .text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #cccccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #ffffff;
}

#sendComment .textarea textarea {
	height: 80px;
	width: 508px;
	border: 1px solid #cccccc;
}

#sendComment .submit {
	padding: 0;
	text-align: right;
}

#sendComment .closeform {
	float: right;
	padding: 0;
	height: 12px;
	width: 12px;
	text-indent: -5000px;
}

.block .products-block .owl-item {
	padding-right: 1px;
}

.block .products-block .item {
	text-align: center;
	padding: 7px 0 25px;
}

.block .products-block .item .products-block-image {
	display: inline-block;
}

.block .products-block .item .products-block-image img {
	width: 100%;
}

.rate_left_product .nb-comments {
	display: none;
}

.wrap_image_left {
	position: relative;
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}

.rate_left_product {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}

.block .products-block .item {
	text-align: center;
}

.block .products-block .item .product-content h5 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 14px 0;
	text-align: left;
	line-height: 1.5;
}

.products_block {
	position: relative;
}

.products_block .owl-carousel {
	position: static;
}

.products_block.block .title_block,
.products_block.block h4 {
	margin-bottom: 38px;
}

#new-products_block_right h4,
#best-sellers_block_right h4 {
	padding-right: 60px;
}

.products_block .owl-controls {
	position: absolute;
	top: -5px;
	right: 0;
}

.products_block .owl-buttons > div {
	position: relative;
}

.products_block .wrap_additional_aset {
	position: absolute;
	top: 11px;
	right: 21px;
	z-index: 2;
}

.block .products-block .product-name {
	font-size: 12px;
}

.block .products-block .old-price {
	position: absolute;
	top: -0.4em;
	left: 100%;
	padding-left: 5px;
	white-space: nowrap;
}

.block .products-block .price {
	font-size: 18px;
	font-weight: 700;
}

.block .products-block .price-box {
	text-align: center;
	float: left;
	margin-top: 10px;
	position: relative;
}

.block .products-block .product-description {
	display: none;
}

@media (max-width: 991px) {
	.products_block.block .title_block,
  .products_block.block h4 {
		margin-bottom: 25px;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.block .products-block .price {
		font-size: 1pc;
	}

	.block .products-block .product-name {
		font-size: 11px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.block .products-block li .products-block-image {
		display: inline-block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}

	.block .products-block .price {
		font-size: 14px;
	}

	.block .products-block .old-price {
		font-size: 11px;
	}

	.block .products-block .item .product-content h5 {
		padding: 8px 0;
	}
}
/* mobile */
@media (max-width: 440px) {
	.products_block .block_content {
		margin-top: 15px;
	}
}

.product-container,
.share_product a {
	border-style: solid;
	border-width: 1px;
	display: inline-block;
}

.product-container {
	display: block;
}

.product-image-container {
	overflow: hidden;
	position: relative;
}

.wrap_image_list {
	display: inline-block;
}

.left-block {
	position: relative;
	text-align: center;
}

.product-image-container img {
	width: 100%;
}

.left-block {
	position: relative;
	overflow: hidden;
}

.share_product {
	display: inline-block;
}

.share_product a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 2px;
	text-align: center;
	width: 25px;
}

.share_product a:first-child {
	margin-left: 0;
}

.wrap_features {
	position: absolute;
	right: 14px;
	top: 11px;
	z-index: 1;
}

.product-container h5 {
	font-size: 9pt;
	overflow: hidden;
	text-transform: uppercase;
}

.reduce_tag,
.tag.price-percent-reduction {
	bottom: 11px;
	position: absolute;
	right: 14px;
	z-index: 1;
}

.reduce_tag .tag.price-percent-reduction {
	position: static;
}

.product-container .old-price {
	left: 100%;
	padding-left: 8px;
	position: absolute;
	top: -.5em;
	white-space: nowrap;
}

.product-container .product-flags,
.product_list .color-list-container {
	display: none;
}

.wrap_view {
	font-size: 0;
}

.wrap_view .ajax_add_to_cart_button,
.wrap_view a {
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 1px;
	text-align: center;
	vertical-align: top;
	width: 35px;
}

.wrap_view .add_to_compare {
	overflow: hidden;
	position: relative;
}

.wrap_view .add_to_compare:after,
.wrap_view .add_to_compare:before {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wrap_view .add_to_compare.checked:after {
	right: 0;
}

.wrap_view .add_to_compare.checked:before {
	left: 100%;
}

.product_list .button-container {
	display: inline-block;
	vertical-align: top;
}

.grid.category_list .product-desc,
.product_list .nb-comments,
.wrap_view .ajax_add_to_cart_button span,
.wrap_view a span {
	display: none;
}

.wrap_features .tag {
	float: left;
	margin-right: 4px;
}

.wrap_features .tag:last-child {
	margin-right: 0;
}

@media (min-width: 769px) and (max-width: 1199px) {
	.product-container h5 {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	.wrap_view .ajax_add_to_cart_button,
  .wrap_view a {
		height: 28px;
		line-height: 28px;
		width: 28px;
	}

	.product_list .tag {
		font-size: 9pt;
		height: 22px;
		line-height: 22px;
		padding: 0 7px;
	}
}

@media (max-width: 768px) {
	.product_list .wrap_view > .quick-view {
		display: none;
	}

	.product-container .old-price {
		padding-left: 0;
		position: static;
	}

	.price.product-price {
		font-size: 14px;
	}

	.old-price {
		font-size: 11px;
	}

	.grid .share_product {
		padding-top: 10px;
	}

	.grid .content_price {
		height: 29px;
	}

	.grid .content_price.reduce_style {
		line-height: 24px;
	}

	.wrap_view .ajax_add_to_cart_button,
  .wrap_view a {
		margin: 0 3px;
	}
}
/* mobile */
@media (max-width: 440px) {
	.wrap_features {
		top: 0px;
	}
.tag span {font-size: 0.8em;}
.product_list .availability {top: 0px;right: 5px;}

}

.grid .product-image-container {
	position: relative;
}

.grid .left-block {
	border: none;
  /*border-style: solid;
  border-width: 1px;*/
	padding: 1px;
}

.grid .ajax_add_to_cart_button {
	font-size: 22px;
}

.grid .share_product {
	float: right;
	padding: 17px 15px 0 0;
}

.product-container {
	padding-bottom: 19px;
}

.grid .right-block {
	overflow: hidden;
}

.grid .comments_note {
	bottom: 15px;
	left: 15px;
	position: absolute;
	z-index: 1;
}

.grid.category_list .product-desc {
	display: none;
}

.grid .wrap_view {
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.grid .content_price {
	float: left;
	margin-top: 10px;
	position: relative;
}

.grid .product-container h5 {
	line-height: 1.3;
	padding: 14px 0;
	position: relative;
}

.grid .product-container h5 a {
	display: block;
	height: 31px;
}

.grid .product-container h5:before {
	top: 0;
}

.grid .product-container h5:after {
	bottom: 0;
}

@media (min-width: 769px) and (max-width: 1199px) {
	.grid .content_price {
		display: inline-block;
		float: none;
	}
}

@media (max-width: 600px) {
	.grid .product-container {
		margin: 0 auto;
		max-width: 5in;
	}
}
/* mobile */
@media (max-width: 440px) {
	.grid .product-container h5 {
		font-size: 13px;
		margin-bottom: 12px;
		padding: 12px 0 0;
	}

	.grid .product-container h5 a {
		height: auto;
	}

	.grid .product-container:hover {
		border: none;
	}

	.grid .price.product-price {
		font-size: 18px;
	}

	.grid .left-block {
		border: none;
	}
}

.list .reduce_tag,
.list .wrap_features,
.product_list.list .availability {
	right: 30px;
}

.list .product-container .old-price {
	margin-left: -10px;
	padding-left: 0;
}

.list .content_price,
.list .star_content {
	display: inline-block;
}

.list h5 {
	padding-bottom: 15px;
}

.list .product-desc {
	font-family: MuseoSansCyrl300,Open Sans;
	font-weight: 300;
	line-height: 1.5;
}

.list .product-container {
	border-width: 1px;
	margin-bottom: 30px;
	padding: 15px 0;
}

.list .content_price {
	margin: 20px 0;
	width: auto;
}

.list .wrap_view {
	padding-bottom: 23px;
}

.list .price.product-price {
	font-size: 28px;
}

.list .ajax_block_product {
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.list .price.product-price {
		font-size: 19px;
	}
}

@media (max-width: 991px) {
	.list .product-container .old-price {
		margin-left: 0;
		position: static;
	}
}

@media (max-width: 519px) {
	.list .center-block,
  .list .left-block,
  .list .right-block {
		width: 100%;
	}

	.list .comments_note {
		margin-top: 15px;
	}
}

@media screen and (min-width: 520px) {
	.list .left-block, .list .center-block, .list .right-block {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.wrap_view .add_to_compare:after {
	left: auto;
	right: 100%;
}

.category_list.grid .inner-product-list {
	display: table;
	font-size: 0;
	width: 100%;
}

.category_list.grid .ajax_block_product {
	display: inline-block;
	float: none;
	font-size: 14px;
	margin-bottom: 60px;
	vertical-align: top;
}

@media (max-width: 519px) {
	.product_list.grid.category_list .ajax_block_product {
		width: 50%;
	}
}
/* mobile */
@media (max-width: 440px) {
	.category_list.product_list {
		margin: 0 -20px;
	}

	.category_list.product_list .ajax_block_product {
		border-bottom: 1px solid #f0f0f0;
		margin-bottom: 0;
	}

	.category_list.grid .right-block {
		text-align: center;
	}

	.category_list.grid .content_price {
		float: none;
	}

	.category_list.grid .share_product {
		display: none;
	}
}

.product-box {
	width: 178px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-box .product-image {
	border: 1px solid #d6d4d4;
	background: #ffffff;
	padding: 5px;
	display: block;
	margin-bottom: 11px;
}

.product-box .product-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.label {
	font-size: 75%;
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	vertical-align: baseline;
	border-radius: .25em;
	white-space: normal;
	padding: 0 10px;
	line-height: 24px;
}

.label-success {
	background-color: green;
	text-transform: uppercase;
}

.label-warning {
	background-color: orange;
}

.label-danger {
	background-color: red;
}

.alert {
	color: #ffffff;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-weight: bold;
}

.alert p {
	text-transform: uppercase;
}

.alert ul,
  .alert ol {
	padding: 12px 0 12px 25px;
	list-style-position: inside;
}

.alert li {
	list-style-type: decimal;
	font-weight: normal;
}

.alert.alert-success:before, .alert.alert-danger:before {
	font-size: 20px;
	float: left;
	vertical-align: -2px;
	padding-right: 7px;
}

.alert-success {
	background: green;
}

.alert-info {
	background: orange;
}

.alert-warning {
	background: orange;
}

.alert-danger {
	background: red;
}

.star_content {
	line-height: 13px;
}

.star {
	display: inline-block;
	margin: 0 1.6px;
	position: relative;
	vertical-align: middle;
	text-align: left;
	height: 14px;
	width: 14px;
	background: url(../img/icon/star-border.svg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.star:before {
	content: '';
	background: url(../img/icon/star-empty.svg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	transition: background-image .2s;
}

.star.star_hover {
	cursor: pointer;
}

.star.star_hover:before, .star.star_on:before {
	background-image: url(../img/icon/star-on.svg);
}

.star a {
	font-size: 0;
	opacity: 0;
}

/* cancel */
.cancel {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 15px;
}

.cancel a {
	display: block;
}

@media (min-width: 415px) {
	.step {
		margin-bottom: 30px;
		overflow: hidden;
		clear: both;
	}

	.step li {
		border-style: solid;
		border-width: 1px;
		border-color: #f1f1f1;
		float: left;
		text-align: left;
		width: 20%;
	}

	.step li a,
  .step li span,
  .step .step_current span,
  .step .step_current_end span {
		display: block;
		padding: 13px 0px 14px 13px;
		color: #333333;
		font-size: 17px;
		line-height: 21px;
		font-weight: bold;
		position: relative;
	}

	.step .first,
  .step .first {
		padding-left: 13px;
	}

	.step li b {
		position: relative;
		z-index: 1;
	}

	.step li a:focus,
  .step li span:focus,
  .step .step_current span:focus,
  .step .step_current_end span:focus {
		text-decoration: none;
		outline: none;
	}

	.step .first {
		border-left-width: 1px;
	}

	.step .first span,
  .step .first a {
		z-index: 2;
		padding-left: 13px;
	}

	.step .second span,
  .step .second a {
		z-index: 1;
	}

	.step .step_current {
		border-color: 0;
		font-weight: bold;
	}

	.step .step_current span {
		border-style: solid;
		border-width: 1px;
		color: #ffffff;
		position: relative;
	}

	.step .step_current_end {
		font-weight: bold;
	}

	.step .step_todo {
		background: #f1f1f1;
	}

	.step .step_todo span {
		display: block;
		border: 1px solid;
		border-color: transparent;
		color: #333333;
		position: relative;
	}

	.step .step_done {
		background-color: #cccccc;
		border-color: transparent;
	}

	.step .step_done a {
		border: 1px solid;
		border-color: transparent;
		position: relative;
		text-shadow: none;
	}

	.step li em {
		font-style: normal;
	}
}

@media (min-width: 769px) {
	#order-detail-content #cart_summary tbody td .price {
		text-align: center;
	}

	#pagenotfound h1 {
		font-size: 75pt;
	}

	#pagenotfound .columns-container {
		padding: 190px 0 50px;
	}

	#pagenotfound h2 {
		font-size: 35px;
		line-height: 70px;
		margin-bottom: 40px;
	}

	#pagenotfound .pagenotfound p {
		font-size: 25px;
	}

	.step {
		border-radius: 4px;
	}

	.step .first,
  .step .first a,
  .step .first span {
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
	}

	.step .last,
  .step .last span {
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}

	.wrap_up_down_cart {
		float: left;
		z-index: 1;
	}
}

@media (min-width: 992px) {
	.step .step_done a {
		padding-left: 38px;
	}

	.step .step_current,
  .step .step_todo span {
		padding-left: 30px;
	}
}

@media (max-width: 768px) and (min-width: 415px) {
	#center_column .step li {
		padding-left: 0;
	}

	.step li {
		border-left-width: 1px;
		width: 100%;
	}

	.step .step_done,
  .step li {
		border-bottom: 1px solid #e2e2e2;
	}

	.step #step_end,
  .step .step_dones.step_done_last {
		border: none;
	}
}

@media (max-width: 1199px) and (min-width: 415px) {
	.step .step_current span,
  .step .step_current_end span,
  .step li a,
  .step li span {
		font-size: 13px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.step #step_end:after,
  .step .step_current:after,
  .step .step_done_last:after,
  .step li em {
		display: none;
	}

	.step li {
		position: relative;
	}

	.step li:after {
		background: #e2e2e2;
		bottom: -2px;
		content: '';
		position: absolute;
		right: 0;
		top: -2px;
		width: 1px;
	}
}

@media (max-width: 440px) {
	.wrapper-steps {
		border-bottom: 1px solid #f6f6f6;
		margin: 0 -15px 20px;
		padding: 0 15px 0;
		white-space: nowrap;
		overflow: hidden;
	}

	.step {
		padding-bottom: 40px;
		transform: translateY(18px);
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.step li {
		background: none !important;
		color: #737171;
		display: inline-block;
		padding-right: 21px;
		vertical-align: top;
		line-height: 1;
	}

	.step li a:after, .step li span:after {
		content: '\f105';
		font-family: fontello;
		font-size: 16px;
		padding-left: 25px;
		vertical-align: middle;
		background: none !important;
	}

	.step li.step_current {
		color: #00bdff;
	}

	.step .last a:after, .step .last span:after {
		display: none;
	}

	.step em {
		border: 1px solid;
		border-radius: 50%;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		margin-right: 2px;
		text-align: center;
		width: 25px;
	}

	.step b {
		font-weight: 400;
	}
}

#order_carrier {
	clear: both;
	margin-top: 20px;
	border: 1px solid #999999;
	background: #ffffff;
}

#order_carrier .title_block {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#order_carrier span {
	display: block;
	padding: 15px;
	font-weight: bold;
}

.delivery_option_carrier td {
	width: 200px;
}

.delivery_option_carrier td + td {
	width: 280px;
}

.delivery_option_carrier td + td + td {
	width: 200px;
}

.delivery_option_carrier tr td {
	padding: 5px;
}

.delivery_option_carrier.selected {
	display: table;
}

#order .delivery_option > div, #order-opc .delivery_option > div {
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

#order .delivery_option > div > table, #order-opc .delivery_option > div > table {
	margin-bottom: 0;
}

#order .delivery_option > div > table.resume, #order-opc .delivery_option > div > table.resume {
	height: 53px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier, #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #dfdfdf;
	font-weight: bold;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
	padding: 8px 11px 7px 11px;
}

#order .delivery_option > div > table.resume.delivery_option_carrier td i, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
	font-size: 20px;
	margin-right: 7px;
	vertical-align: -2px;
}

#order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
	width: 54px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
	width: 97px;
}

#order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price {
	width: 162px;
}

.order_carrier_content {
	line-height: normal;
	padding-bottom: 16px;
}

.order_carrier_content .carrier_title {
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	font-size: 18px;
}

.order_carrier_content .checkbox input {
	margin-top: 2px;
}

.order_carrier_content .delivery_options_address .carrier_title {
	margin-bottom: 17px;
}

.order_carrier_content + div {
	padding-bottom: 15px;
}

#carrierTable {
	border: 1px solid #999999;
	border-bottom: none;
	background: #ffffff;
}

#carrierTable tbody {
	border-bottom: 1px solid #999999;
}

#carrierTable th {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#carrierTable td {
	padding: 15px;
	font-weight: bold;
	border-right: 1px solid #e2dede;
}

#carrierTable td.carrier_price {
	border: none;
}

p.checkbox.gift {
	margin-bottom: 10px;
}

#gift_div {
	display: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

a.iframe {
	color: #333333;
}

@media (min-width: 769px) {
	#order .terms, #order-opc .terms {
		display: none;
	}
}

@media (max-width: 768px) {
	#order .delivery_option > div > table.resume td, #order-opc .delivery_option > div > table.resume td {
		color: #000000;
		font-size: 13px;
		line-height: 1.7;
		padding: 47px 9px;
	}

	#order .delivery_option > div > table.resume strong, #order-opc .delivery_option > div > table.resume strong {
		font-weight: 600;
	}

	#order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
		width: 25px;
	}

	#order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
		text-align: center;
		width: 128px;
	}

	#order .delivery_option > div > table.resume td.delivery_option_logo + td, #order-opc .delivery_option > div > table.resume td.delivery_option_logo + td {
		width: 105px;
	}

	#order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price {
		text-align: center;
		width: 55px;
	}

	#order #message, #order-opc #message {
		height: 44px;
	}

	#order .terms, #order-opc .terms {
		border-top: 1px solid #dfdfdf;
		font-size: 30px;
		font-weight: 300;
		line-height: 1;
		color: #000000;
		margin: 0 -18px 25px;
		padding: 30px 18px 0;
	}

	#order .terms + .box, #order-opc .terms + .box {
		margin: 0;
		padding: 25px 30px;
	}

	#order .terms + .box p, #order-opc .terms + .box p {
		margin: 0;
	}
}
/* mobile */
@media (max-width: 667px) {
	#order .delivery_option .styled-radio:before, #order-opc .delivery_option .styled-radio:before {
		background: #e73c66;
	}

	#order .delivery_option > div > table td, #order-opc .delivery_option > div > table td {
		border-color: #cccccc;
	}

	#order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
		width: 54px;
	}

	#order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
		width: 50px;
	}

	#order .terms, #order-opc .terms {
		max-width: 250px;
	}
}

.cart_last_product {
	display: none;
}

.cart_quantity .cart_quantity_input {
	text-align: center;
	height: 100%;
	line-height: 40px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	border: none;
	font-size: 18px;
	color: #333333;
	font-weight: 300;
	width: 100%;
	position: absolute;
	padding-left: 26px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.cart_quantity .cart_quantity_button a {
	height: 20px;
	line-height: 20px;
	width: 20px;
	display: block;
	background: #f4f4f4;
	text-align: center;
}

.cart_quantity .cart_quantity_button a + a {
	margin-right: 0;
}

.cart_gift_quantity .cart_quantity_input {
	height: 27px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	width: 57px;
}

.table tbody > tr > td {
	vertical-align: middle;
}

.table tbody > tr > td.cart_quantity {
	padding: 41px 14px 25px;
	width: 88px;
}

.quantity_item .wrap_up_down a:hover {
	background: #00bdff !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

.quantity_item .wrap_up_down a i {
	font-style: normal;
	color: #f4f4f4;
}

.quantity_item .wrap_up_down a:hover i {
	color: #ffffff;
}

.quantity_item .wrap_up_down {
	position: relative;
	z-index: 1;
	float: left;
}

.quantity_item {
	display: inline-block;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	width: 100%;
	position: relative;
}

.quantity_item .product_quantity_up {
	border-right: 1px solid #e0e0e0;
}

.quantity_item .product_quantity_down {
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
	padding: 5px;
}

.table tfoot > tr > td {
	vertical-align: middle;
}

.cart_quantity_delete, .price_discount_delete {
	font-size: 18px;
	color: #000000;
}

.cart_quantity_delete:hover, .price_discount_delete:hover {
	color: #333333;
}

#cart_summary .gift-icon {
	color: #ffffff;
	background: #00bdff;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

#cart_summary tbody td {
	padding: 7px 8px 9px 18px;
}

#cart_summary .cart_product {
	padding: 7px;
	width: 137px;
}

#cart_summary .cart_product a {
	display: inline-block;
}

#cart_summary .cart_product img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

#cart_summary .old-price {
	font-size: inherit;
	padding-left: 0;
}

#cart_summary .old-price:before {
	display: none;
}

#cart_summary .cart_unit .price span {
	display: inline-block;
}

#cart_summary .cart_unit .price span.price-percent-reduction {
	margin: 5px auto;
	display: inline-block;
}

#cart_summary .cart_unit .price span.old-price {
	text-decoration: line-through;
	display: none;
}

#cart_summary .cart_description small {
	display: block;
	padding: 5px 0 0 0;
	font-size: 13px;
}

#cart_summary .cart_total {
	text-align: right;
}

#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit {
	font-weight: bold;
	color: #333333;
}

#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
	font-weight: bold;
	color: #333333;
}

#cart_summary tfoot td.price {
	text-align: right;
}

@media (min-width: 769px) {
	#cart_summary tfoot td.total_price_container span {
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
	}
}

@media (min-width: 769px) {
	#cart_summary tfoot td#total_price_container {
		font-size: 21px;
		color: #333333;
	}
}

#cart_summary .stock-management-on tbody td.cart_description {
	width: 320px;
}

.cart_discount_price {
	text-align: right;
}

.cart_discount_delete {
	text-align: center;
}

.cart_voucher {
	vertical-align: top !important;
}

.cart_voucher h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 0 10px 0;
}

.cart_voucher .title-offers {
	color: #333333;
	font-weight: bold;
	margin-bottom: 6px;
}

.cart_voucher fieldset {
	margin-bottom: 10px;
}

.cart_voucher fieldset #discount_name {
	float: left;
	width: calc(100% - 100px);
	height: 42px;
	margin-right: 11px;
}

.cart_voucher #display_cart_vouchers span {
	font-weight: bold;
	cursor: pointer;
	color: #111;
}

.enable-multishipping {
	margin: -13px 0 17px;
}

.enable-multishipping label {
	font-weight: normal;
}

#HOOK_SHOPPING_CART #loyalty i {
	font-size: 26px;
	line-height: 26px;
}

@media (max-width: 1199px) {
	.cart_description .product-name a {
		font-size: 15px;
	}
}
/* tablet and mobile */
@media (max-width: 768px) {
	#order #order-detail-content, #order-opc #order-detail-content {
		border: none;
		overflow: visible;
		margin-bottom: 30px;
	}

	#cart_summary table,
  #cart_summary thead,
  #cart_summary tr,
  #cart_summary th,
  #cart_summary td {
		display: block;
	}

	#cart_summary thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#cart_summary td {
		border: none;
		position: relative;
		white-space: normal;
	}

	#cart_summary tfoot td {
		float: none;
		width: 100%;
	}

	#cart_summary tfoot td:before {
		display: inline;
	}

	#cart_summary tfoot .text-right,
  #cart_summary tfoot tr tbody .cart_unit {
		display: block;
		float: left;
		width: 50%;
	}

	.cart_quantity {
		clear: both;
		padding: 9px 8px 11px 18px;
	}

	#cart_title {
		display: none;
	}

	#cart_summary {
		border: none;
	}

	#cart_summary tbody tr {
		padding: 20px 0 14px;
	}

	#cart_summary tbody tr:not(:last-child) {
		border: none;
	}

	#cart_summary .cart_product {
		padding: 0;
		width: 94px;
	}

	#cart_summary .cart_product img {
		border: 1px solid #f2f2f2;
	}

	#cart_summary .cart_avail {
		clear: none;
	}

	#cart_summary .cart_avail .label {
		background: none;
		color: white;
		font-size: 11px;
		padding: 0 5px;
	}

	#cart_summary .cart_description .product-name a {
		color: #000000;
		font-size: 14px;
		line-height: 1;
		text-transform: uppercase;
	}

	#cart_summary tbody .price {
		text-align: left;
	}

	#cart_summary .price {
		white-space: normal;
	}

	#cart_summary .price > span, #cart_summary .price > li {
		display: inline-block;
		font-size: 16px;
		padding: 0;
		vertical-align: baseline;
	}

	#cart_summary .price > span:first-child, #cart_summary .price > li:first-child {
		font-weight: 700;
	}

	#cart_summary tfoot .price > span:first-child, #cart_summary tfoot .price > li:first-child {
		font-size: inherit;
		font-weight: 400;
	}

	#cart_summary .cart_total {
		display: none;
	}

	.cart_quantity {
		padding: 7px 0 7px 104px;
	}

	.cart_quantity .quantity_item {
		border: none;
		border-radius: 0;
		background: none;
		width: 120px;
		text-align: center;
	}

	.cart_quantity .quantity_item .wrap_up_down {
		float: right;
		width: 40px;
		position: static;
	}

	.cart_quantity .quantity_item .wrap_up_down:before, .cart_quantity .quantity_item .wrap_up_down:after {
		display: none;
	}

	.cart_quantity .cart_quantity_input {
		border-radius: 0;
		border: 1px solid #dadada;
		border-right: none;
		height: 46px;
		width: 80px;
		position: static;
		padding: 0 5px;
		line-height: 1;
		display: inline-block;
		font-size: 16px;
	}

	.cart_quantity .cart_quantity_input.form-control {
		background: none;
	}

	.cart_quantity .cart_quantity_button a {
		background-color: transparent;
		display: inline-block;
		height: 23px;
		width: 100%;
		text-align: center;
		line-height: 23px;
		font-size: 16px;
		border: 1px solid #dadada;
	}

	.cart_quantity .cart_quantity_button a:hover {
		color: #ffffff !important;
	}

	.cart_quantity .cart_quantity_button .cart_quantity_up {
		position: relative;
		z-index: 1;
		border-bottom-width: 0;
	}

	.cart_quantity .cart_quantity_button .cart_quantity_down {
		position: relative;
		z-index: 1;
	}

	#cart_summary tfoot tr:before, #cart_summary tfoot tr:after {
		content: '';
		display: table;
		clear: both;
	}

	#cart_summary tfoot tr td, #cart_summary tfoot tr .cart_unit, #cart_summary tfoot tr .cart_total, #cart_summary tfoot tr .price, #cart_summary tfoot tr .text-right {
		color: #000000;
		font-size: 13px;
		padding: 0;
		width: 100%;
		text-align: left;
	}

	#cart_summary tfoot tr .text-right {
		font-weight: 600;
	}

	#cart_summary tfoot tr .price {
		text-align: left;
	}

	#HOOK_SHOPPING_CART #loyalty {
		color: #5f5f5f;
		font-size: 13px;
		line-height: 2;
		margin: 30px 0 15px;
	}

	#HOOK_SHOPPING_CART #loyalty b, #HOOK_SHOPPING_CART #loyalty strong {
		font-weight: 600;
	}

	#HOOK_SHOPPING_CART #loyalty i {
		display: none;
	}
}
/* tablet */
@media (max-width: 768px) and (min-width: 668px) {
	#cart_summary tbody tr {
		display: flex;
		justify-content: space-between;
		padding: 35px 0;
	}

	#cart_summary tbody td {
		padding: 0;
	}

	#cart_summary .cart_product {
		order: 1;
	}

	#cart_summary .cart_unit {
		order: 2;
		max-width: 80px;
	}

	#cart_summary .cart_avail {
		order: 3;
	}

	#cart_summary .cart_description {
		order: 4;
		max-width: 145px;
	}

	#cart_summary .cart_quantity {
		order: 5;
		width: 90px;
	}

	#cart_summary .cart_delete {
		order: 6;
	}

	#cart_summary .cart_total {
		display: none;
	}

	#cart_summary tfoot {
		display: flex;
		justify-content: space-between;
		margin: 0 -20px;
	}

	#cart_summary tfoot tr {
		background: none;
		padding: 30px 20px;
	}

	#cart_summary tfoot tr:not(:last-child) {
		border-right: 1px solid #e5e5e5;
	}

	#cart_summary tfoot tr .text-right {
		margin-bottom: 8px;
	}

	#cart_summary #total_price {
		font-size: 20px;
	}
}
/* mobile */
@media (max-width: 667px) {
	#cart_summary tbody tr {
		position: relative;
	}

	#cart_summary tbody td {
		float: none;
		padding: 0 0 7px 120px;
		text-align: left;
		width: auto;
	}

	#cart_summary tbody .cart_description {
		padding-right: 32px;
	}

	#cart_summary .cart_product {
		float: left;
	}

	#cart_summary .cart_delete {
		position: absolute;
		right: 11px;
		top: 19px;
		width: auto;
		padding: 0;
	}

	#cart_summary .cart_unit {
		padding-bottom: 20px;
	}

	#cart_summary tfoot tr {
		background: none;
		padding: 12px 0;
	}

	#cart_summary tfoot tr:not(:last-child) {
		border-bottom: 1px solid #e5e5e5;
	}

	#cart_summary tfoot tr.cart_total_price:last-child {
		border-bottom: 1px solid #f0f0f0;
	}

	#cart_summary tfoot tr .text-right {
		float: left;
		width: 60%;
	}

	#cart_summary tfoot tr .price {
		float: left;
		width: 40%;
		text-align: right;
	}

	#HOOK_SHOPPING_CART #loyalty {
		margin-bottom: 30px;
	}
}

.cart_navigation {
	margin: 20px 0;
	clear: both;
}

@media (min-width: 668px) {
	.cart_navigation .button-medium {
		float: right;
		font-size: 15px;
	}

	.cart_navigation .btn.btn-default {
		font-size: 15px;
	}
}

@media (max-width: 768px) and (min-width: 668px) {
	.cart_navigation .btn.btn-default {
		font-size: 14px;
		padding: 11px 30px;
	}
}

@media (max-width: 640px) and (min-width: 668px) {
	.cart_navigation .button-medium {
		float: none;
		margin-right: 10px;
		margin-bottom: 20px;
		min-width: 240px;
	}

	.cart_navigation .btn.btn-default {
		margin-right: 10px;
		margin-bottom: 20px;
		min-width: 240px;
	}
}
/* mobile */
@media (max-width: 667px) {
	.cart_navigation {
		margin-top: 32px;
	}

	.cart_navigation .btn.btn-default {
		font-size: 14px;
		width: 50px;
		height: 50px;
		padding: 0;
		line-height: 50px;
		font-size: 0;
	}

	.cart_navigation .btn.btn-default i {
		float: none !important;
		padding: 0 !important;
		font-size: 14px;
	}

	.cart_navigation .button-medium {
		float: right;
	}

	.cart_navigation .button-exclusive {
		float: left;
	}
}

.footer_links {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding: 40px 0 0px 0;
}

.footer_links li {
	float: left;
}

.footer_links li + li {
	margin-left: 10px;
}

@media (max-width: 579px) {
	.footer_links li {
		float: left;
		padding-bottom: 10px;
		text-align: center;
		width: 100%;
	}

	.footer_links li + li {
		margin: 0;
	}

	.footer_links li a {
		font-size: 16px;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

.multishipping_close_container {
	text-align: center;
}

#multishipping_mode_box {
	padding-top: 12px;
	padding-bottom: 19px;
}

#multishipping_mode_box .title {
	font-weight: bold;
	margin-bottom: 15px;
}

#multishipping_mode_box .description_off {
	display: none;
	margin-bottom: 10px;
}

#multishipping_mode_box .description_off a:hover {
	background: #f1f1f1;
	border: 1px solid #cccccc;
}

#multishipping_mode_box .description a:hover {
	background: #f1f1f1;
	border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
	display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
	width: 198px;
}

#order .address_add.submit {
	margin-bottom: 20px;
}

#ordermsg {
	margin-bottom: 30px;
}

.addresses .waitimage {
	display: none;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url("../../../img/loader.gif");
	background-repeat: no-repeat;
	position: relative;
	bottom: -2px;
	left: 10px;
}

.addresses .checkbox.addressesAreEquals {
	clear: both;
	float: left;
	margin: 15px 0 25px 0;
}

p.cheque-indent {
	margin-bottom: 9px;
}

.cheque-box .form-group {
	margin-bottom: 0px;
}

.cheque-box .form-group .form-control {
	max-width: 269px;
	display: block;
}

.order-confirmation.box {
	line-height: 29px;
}

.order-confirmation.box a {
	text-decoration: underline;
}

.order-confirmation.box a:hover {
	text-decoration: none;
}

.not-displayable {
	display: none;
}

.submit2 {
	padding-top: 20px;
}

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
	padding-bottom: 25px;
	line-height: 20px;
}

#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
	color: #dd625d;
}

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
	color: #dd625d;
}

#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
	margin-bottom: 20px;
}

#address .form-group .form-control {
	display: block;
}

#address .gender-line {
	margin-bottom: 4px;
	padding-top: 4px;
}

#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
	margin-bottom: 15px;
}

#identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
	margin-right: 10px;
	margin-bottom: 0;
	display: block;
	line-height: 2.5;
}

#identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
	font-weight: normal;
	color: #777777;
}

#identity #center_column .std .row,
#authentication #center_column .std .row,
#order-opc #center_column .std .row {
	margin-left: -5px;
	margin-right: -5px;
}

#identity #center_column .std .row .col-xs-4,
  #authentication #center_column .std .row .col-xs-4,
  #order-opc #center_column .std .row .col-xs-4 {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 120px;
}

#identity #center_column .std .footer_links,
#authentication #center_column .std .footer_links,
#order-opc #center_column .std .footer_links {
	border: none;
	padding-top: 0;
}

#new_account_form .box .top-indent {
	padding-top: 10px;
}

#new_account_form .box .customerprivacy {
	padding-top: 15px;
}

#authentication .account_creation {
	margin-bottom: 20px;
}

/* tablet */
@media (max-width: 768px) and (min-width: 668px) {
	#opc_account_choice > div {
		padding: 0 5px;
		width: 50%;
	}

	#opc_account_choice > div:nth-child(2) .opc-button {
		padding-top: 20px;
	}
}

@media (max-width: 768px) {
	#order {
		color: #000000;
	}

	#identity .gender-line,
  #account-creation_form .gender-line,
  #new_account_form .gender-line,
  #opc_account_form .gender-line,
  #authentication .gender-line {
		margin-bottom: 12px;
	}

	#identity #center_column .std .row .col-xs-4,
  #authentication #center_column .std .row .col-xs-4,
  #order-opc #center_column .std .row .col-xs-4 {
		margin-bottom: 12px;
		max-width: none;
		width: 100%;
	}

	#address p.required,
  #identity p.required,
  #account-creation_form p.required,
  #new_account_form p.required,
  #opc_account_form p.required,
  #authentication p.required {
		font-size: 13px;
		margin-bottom: 15px;
	}

	#address .form-control,
  #identity .form-control,
  #account-creation_form .form-control,
  #new_account_form .form-control,
  #opc_account_form .form-control,
  #authentication .form-control {
		max-width: none;
	}
}

@media (max-width: 440px) {
	#order .page-heading {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#address .box, #identity .box, #account-creation_form .box, #authentication .box, #order .box {
		border: none;
		background: none;
		padding: 0;
	}

	#address .page-subheading, #identity .page-subheading, #account-creation_form .page-subheading, #authentication .page-subheading, #order .page-subheading {
		font-size: 20px;
		text-align: left;
		font-weight: 400;
		margin-bottom: 16px;
		text-transform: uppercase;
		padding: 0;
	}

	.submit .required {
		border-top: 1px solid #e5e5e5;
		padding: 25px 0 10px;
		text-align: center;
		width: 100%;
	}

	#address .submit2 .btn {
		font-size: 16px;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}

  /*full width btn submit*/
	#address .submit .btn, #address .submit2 .btn, #addresses .submit .btn, #addresses .submit2 .btn, #authentication .submit .btn, #authentication .submit2 .btn, #identity .submit .btn, #identity .submit2 .btn, #order-opc .submit .btn, #order-opc .submit2 .btn, #order-opc .submit .btn, #order-opc .submit2 .btn {
		width: 100%;
	}
}

.payment_module {
	margin-bottom: 10px;
}

.payment_module a {
	display: block;
	border: 1px solid #e5ebea;
	border-radius: 4px;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	padding: 33px 40px 34px 99px;
	letter-spacing: -1px;
	position: relative;
}

.payment_module a.bankwire {
	background: url(../img/bankwire.png) 15px 12px no-repeat #ffffff;
}

.payment_module a.cheque {
	background: url(../img/cheque.png) 15px 15px no-repeat #ffffff;
}

.payment_module a.cash {
	background: url(../img/cash.png) 15px 15px no-repeat #ffffff;
}

.payment_module a:after {
	display: block;
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-size: 25px;
	height: 22px;
	width: 14px;
}

.payment_module a:hover {
	background-color: #ffffff;
}

.payment_module a span {
	font-weight: bold;
}

.payment_module.box {
	margin-top: 20px;
}

#HOOK_PAYMENT {
	margin-top: 20px;
}

#HOOK_PAYMENT > .row {
	clear: both;
	margin: 0;
}

.payment_module.paypal img {
	display: none;
}

#paypal-express-checkout-btn-product {
	float: none !important;
	margin: 0 !important;
}

/* mobile */
@media (max-width: 440px) {
	.payment_module {
		margin-bottom: 18px;
	}

	.payment_module a {
		color: #000000;
		font-size: 13px;
		font-weight: normal;
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

#facebook_block,
#cmsinfo_block {
	overflow: hidden;
	padding-right: 29px;
	padding-left: 29px;
}

@media screen and (max-width: 768px) {
	#facebook_block,
    #cmsinfo_block {
		width: 100%;
	}
}

#facebook_block h4 {
	padding: 35px 0 0 0;
	margin: 0 0 12px 0;
	font-size: 21px;
	color: #6f6d6d;
}

#facebook_block .facebook-fanbox {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding-bottom: 10px;
}

#cmsinfo_block {
	border-left: 1px solid #d9d9d9;
}

#cmsinfo_block > div {
	padding: 35px 10px 0 0;
}

@media screen and (max-width: 768px) {
	#cmsinfo_block > div {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	#cmsinfo_block > div + div {
		border-left: 1px solid #d9d9d9;
		min-height: 344px;
		padding-left: 29px;
	}
}

#cmsinfo_block em {
	float: left;
	width: 60px;
	height: 60px;
	margin: 3px 10px 0 0;
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	background: #00bdff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#cmsinfo_block .type-text {
	overflow: hidden;
}

#cmsinfo_block h3 {
	margin: 0 0 5px 0;
	font: 300 21px/25px "Open Sans", sans-serif;
	color: #6f6d6d;
}

#cmsinfo_block ul li {
	padding-bottom: 22px;
}

#cmsinfo_block p em {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	font-size: 13px;
	color: #777777;
	float: none;
	height: inherit;
	line-height: inherit;
	text-align: left;
	font-style: italic;
}

/* color schemes */
#left_column .button:after,
#left_column .button:before,
#left_column .button:hover:after,
#left_column .button:hover:before,
#maintenance h1 span,
#page .ui-slider-handle.ui-state-default.ui-corner-all:hover,
#pagenotfound h2 span,
#pagination_next > a:hover,
#pagination_previous > a:hover,
#product .wrap_up_down .button-minus:hover,
#product .wrap_up_down .button-plus:hover,
#video-promo-wrap:after,
.alert-warning,
.back_product,
.btn.blue_btn:after,
.btn.blue_btn:before,
.btn.blue_btn:hover:after,
.btn.blue_btn:hover:before,
.breadcrumb,
.btn_sky i,
.btn_sky span span, .btn_sky a span,
.chosen-container .chosen-results .highlighted,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
.grid_arrows .owl-buttons > div:hover,
.label-success,
.owl-pagination .owl-page:before,
.products-block .owl-buttons > div:hover,
.radio .checked:before,
.step .step_current,
.step .step_current span:after,
.styled-radio.checked:before,
.nav.nav-tabs > .active a,
.nav.nav-tabs > li a:hover,
.tag.new,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.title_topbanner:after,
.twitter-box,
.uploader .action,
.wrap_view .add_to_compare.checked,
.wrap_view a:hover {
	background: #00bdff;
}

.styled-select .option {
	color: #00bdff;
}

.sortPagiBar .styled-select .option {
	border-color: #dbdbdb;
}

.sortPagiBar .styled-select dl .toggle {
	color: #dbdbdb;
}

.styled-select:not(.mobile) li:hover {
	background: #00bdff;
	color: #ffffff;
}

.theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a:hover {
	color: #ff5540;
}

#pagenotfound .pagenotfound .buttons:before,
.title_main_section:after {
	color: #adb0b2;
}

#more_info_tabs li a {
	color: #515151;
}

.undertitle_main {
	color: #666666;
}

.old-price {
	color: #727272;
}

.promo-text h2 .hi,
.promo-text h2 .this {
	color: #333333;
}

#idTab1,
#short_description_block,
.elem_butt li a {
	color: #494056;
}

.print_prod {
	color: #525252;
}

#categories_block_left li a,
.promo-text h2,
#layer_cart .cross:hover,
#layer_cart .crossseling h2,
#layer_cart .layer_cart_cart h2,
#layer_cart .layer_cart_product h2,
#layered_block_left .layered_subtitle,
#left_column .button:hover,
#more_info_tabs li .selected,
#more_info_tabs li a:hover,
#my-account .myaccount-link-list li a:hover,
#play em:hover,
#product_comparison .remove a:hover,
#reviews_carousel .subject_review,
#stop,
.btn.blue_btn:hover,
.both-style.home-carousel-reviews .wrapper-ava:before,
.pagination .active > span,
.button_down,
.checked:before,
.checker .checked:before,
.chosen-container-single .chosen-single,
.comment_author_infos strong,
.comment_details .title_block strong,
.content_sortPagiBar .sortPagiBar #productsSortForm label:before,
.content_sortPagiBar .sortPagiBar .nbrItemPage label:before,
.elem_butt li a:hover,
.fancybox-skin .fancybox-close,
.footer_line_two ul li:hover a,
.form-control,
.gba .single_post .date_add,
.gba .single_post .subject,
.header_user_info #drop_content_user a:hover,
.myaccount-link-list li a i,
.open-comment-form,
.payment_module a:hover,
.radio .checked:before,
.select2-container .select2-choice > .select2-chosen,
.selector span,
.selector:after,
.sf-menu > li a:hover,
.share_product .btn_twitter:hover,
.table tbody > tr > .cart_quantity .cart_quantity_button a:hover,
.title_banner_category,
.pagination .active > span,
.twitter_btn.btn_border.btn:hover,
.value_bullet,
a:hover {
	color: #00bdff;
}

.block-contacts-info,
.block-contacts-info p,
#header,
#maintenance,
.pro-block-newsletter,
#pagenotfound,
#pagenotfound label,
#pagination_next > a:hover,
#pagination_next > span,
#pagination_previous > a:hover,
#pagination_previous > span,
#play em,
#product .socialsharing_product .btn-default:hover i,
#prosocial_block,
.alert-warning,
.banner_top_item,
.breadcrumb,
.breadcrumb a:hover,
.btn-default,
.btn_border,
.btn_sky a,
.btn_sky a:hover,
.button,
.button_disabled,
.button_down:hover,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
.copyright,
.custombanners.displayBanner,
.custombanners.displayCustomBanners2,
.custombanners.displayLeftColumn,
.banner-top .custom-html,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled,
.form-control.white,
.grid_arrows .owl-buttons > div:active,
.grid_arrows .owl-buttons > div:hover,
.pb-left-column #image-block #view_full_size .span_link,
.products-block .owl-buttons > div:hover,
.share_product button,
.nav.nav-tabs > .active a,
.nav.nav-tabs > li a:hover,
.tag,
.title_main_section.white_clr,
.title_main_section.white_clr span:after,
.title_main_section.white_clr span:before,
.title_main_section.white_clr strong:after,
.title_main_section.white_clr strong:before,
.title_main_section.white_clr:after,
.twitter-box,
.undertitle_main.grey_clr,
.undertitle_main.white_clr,
.wrap_arrows_review > div,
.wrap_button_video,
.wrap_view .ajax_add_to_cart_button,
.wrap_view .ajax_add_to_cart_button:hover,
.wrap_view a,
.wrap_view a:hover {
	color: #ffffff;
}

.block-contacts-info ul li:before {
	color: #00bdff;
}

#layered_block_left .layered_subtitle,
.block .title_block,
.block h4,
.column .single_carousel .title_block,
.pb-right-column h2,
.title_main_section {
	color: #406a77;
}

#availability_date_label,
#availability_label,
#quantityAvailableTxt,
#quantityAvailableTxtMultiple,
.pagination li > a,
.pagination li > span,
.content_sortPagiBar .sortPagiBar label,
.elem_butt,
.pagination li > a,
.pagination li > span,
.wrap_attr label,
.wrap_share > span {
	color: #4b4b4b;
}

#old_price {
	color: #878787;
}

.title_main_section span:after,
.title_main_section span:before,
.title_main_section strong:after,
.title_main_section strong:before {
	color: #b1b1b1;
}

.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span {
	color: #a3a3a3;
}

.chosen-container-single .chosen-single div b {
	color: #a0a0a0;
}

#last_quantities,
#layered_block_left #enabled_filters .layered_subtitle,
#prosocial_block li a:hover,
#view_scroll_left:hover,
#view_scroll_right:hover,
.dproductrating .response,
.price,
.price.product-price {
	color: #d24f00;
}

#product .socialsharing_product .btn-default i {
	color: #5d5d5d;
}

.product-name,
.nav.nav-tabs > li a {
	color: #212121;
}

#layered_block_left .nomargin a {
	color: #39314e;
}

#layered_block_left .nomargin a span {
	color: #999999;
}

#layered_price_range span,
#layered_weight_range span,
.wrap_attr {
	color: #4b4b4b;
}

.wrap_quan label {
	color: #434343;
}

#maintenance #prosocial_block li a:hover {
	color: #2ac0f3;
}

.star:after {
	color: #f9ba46;
}

.star_hover:after,
.star_on:after {
	color: #e7cb5b;
}

.share_product .btn_facebook:hover {
	color: #435f9f;
}

.share_product .btn_in:hover {
	color: #0177b5;
}

.share_product .btn_google:hover {
	color: #e04b34;
}

#first-languages a:hover,
.btn-default:hover,
.button:hover,
.button_disabled:hover,
.button_large:hover,
.button_large_disabled:hover,
.button_mini:hover,
.button_mini_disabled:hover,
.button_small:hover,
.button_small_disabled:hover,
.cart_block .ajax_cart_block_remove_link:hover,
.cart_block .remove_link a:hover,
.easycarousels .bx-wrapper .bx-controls-direction a:hover,
a.exclusive:hover,
button.exclusive:hover,
span.exclusive:hover,
.exclusive_disabled:hover,
.exclusive_large:hover,
.exclusive_large_disabled:hover,
.exclusive_mini:hover,
.exclusive_mini_disabled:hover,
.exclusive_small:hover,
.exclusive_small_disabled:hover {
	color: #ff5540;
}

.custombanners.displayBanner .custom-html {
	color: #ffffff;
}

.facebook-box .likeButton {
	color: #00bdff;
}

.promo-text .custom-html {
	color: #4e4e4e;
}

.twitter_bird,
.twitter_bird:hover {
	color: #33caff;
}

#social-share-compare .socialsharing_product .btn-twitter:hover {
	color: #00bdff;
}

#social-share-compare .socialsharing_product .btn-facebook:hover {
	color: #435f9f;
}

#social-share-compare .socialsharing_product .btn-google-plus:hover {
	color: #e04b34;
}

#social-share-compare .socialsharing_product .btn-pinterest:hover {
	color: #ce1f21;
}

.wrap_attr li:before {
	background: #4e4e4e;
}

#video-promo-wrap.trinagle_section_top:before,
.custombanners.displayCustomBanners2.trinagle_section_top:after,
.twa_container,
.twa_container.trinagle_section_top:before, .twa_container.trinagle_section_bottom:after {
	background: #e9e9e9 !important;
}

#drop_content_user,
.btn-default:hover:after,
.btn-default:hover:before,
.button:hover:after,
.button:hover:before,
.button_large:hover:after,
.button_large:hover:before,
.button_mini:hover:after,
.button_mini:hover:before,
.button_small:hover:after,
.button_small:hover:before,
a.exclusive:hover:after,
a.exclusive:hover:before,
button.exclusive:hover:after,
button.exclusive:hover:before,
span.exclusive:hover:after,
span.exclusive:hover:before,
.exclusive_large:hover:after,
.exclusive_large:hover:before,
.exclusive_large_disabled:hover:after,
.exclusive_large_disabled:hover:before,
.exclusive_mini:hover:after,
.exclusive_mini:hover:before,
.exclusive_small:hover:after,
.exclusive_small:hover:before {
	background: #ff5540;
}

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.grid_arrows .owl-buttons > div:active,
.pagination #pagination_next > a:active,
.pagination #pagination_previous > a:active,
.pb-left-column #image-block #view_full_size .span_link,
.products-block .owl-buttons > div:active,
.nav.nav-tabs > li a:active,
.tag.out,
.wrap_view .ajax_add_to_cart_button,
.wrap_view a {
	background: #406a77;
}

.wrap_view .ajax_add_to_cart_.disabled {
	background: #697376;
}

#pagination_next > span,
#pagination_next_bottom > span,
#pagination_previous > span,
#pagination_previous_bottom > span {
	background: #0c0c0d;
}

.tag.sale {
	background: #00cc91;
}

#page .layered_slider.ui-slider.ui-slider-horizontal {
	background: #ececce;
}

#page .ui-slider-range.ui-widget-header.ui-corner-all {
	background: #406a77;
}

.copyright {
	background: #030404;
}

.nav.nav-tabs > li {
	background: #ffffff;
}

#header .cart_block,
.sf-menu > li > ul {
	background: #00bdff;
	background: rgba(0, 0, 0, 0.95);
}

#more_info_tabs li a,
.both-style.home-carousel-reviews .wrapper-ava:before,
.btn_border.twitter_btn:after,
.btn_border.twitter_btn:before,
.custombanners.displayCustomBanners2 .banner-item h4:after,
.tp-bullets.simplebullets.round .bullet,
.trinagle_section_bottom:after,
.trinagle_section_top:before {
	background: #ffffff;
}

.pb-left-column #image-block #view_full_size .span_link:hover,
.tag.price-percent-reduction {
	background: #ff5540;
}

#back-top,
.copyright,
.copyright .inner_copyright,
.footer_line_one:before {
	border-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.2);
}

.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
span.exclusive,
a.exclusive,
button.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	color: #ffffff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

input.button,
input.button_disabled,
input.button_large,
input.button_large_disabled,
input.button_mini,
input.button_mini_disabled,
input.button_small,
input.button_small_disabled,
input.exclusive,
input.exclusive_disabled,
input.exclusive_large,
input.exclusive_large_disabled,
input.exclusive_mini,
input.exclusive_mini_disabled,
input.exclusive_small,
input.exclusive_small_disabled {
	background: #ff5540;
}

.content_sortPagiBar .display #grid a span:after,
.content_sortPagiBar .display #grid a span:before,
.content_sortPagiBar .display #grid a:after,
.content_sortPagiBar .display #grid a:before,
.content_sortPagiBar .display #list a span:after,
.content_sortPagiBar .display #list a:after,
.content_sortPagiBar .display #list a:before,
.content_sortPagiBar .display_m #grid a span:after,
.content_sortPagiBar .display_m #grid a span:before,
.content_sortPagiBar .display_m #grid a:after,
.content_sortPagiBar .display_m #grid a:before,
.content_sortPagiBar .display_m #list a span:after,
.content_sortPagiBar .display_m #list a:after,
.content_sortPagiBar .display_m #list a:before {
	border-color: #406a77;
}

.home-carousel-reviews .post_footer {
	border-color: #cfcfcf;
}

#bxslider,
#bxslider1.owl-carousel .owl-wrapper-outer,
.block .products-block .item,
.tab-pane .inner_products {
	border-color: #524574;
}

.nav.nav-tabs,
.nav.nav-tabs > li {
	border-color: #d5d5d5;
}

#more_info_sheets,
#more_info_tabs li .selected {
	border-color: #ececec;
}

#layered_price_range span,
#layered_weight_range span {
	border-color: #d6d6d6;
}

.btn_border.twitter_btn,
.button_down,
.form-control.white,
.tp-bullets.simplebullets.round .bullet {
	border-color: #ffffff;
}

#currencies-block-top,
#header .wrap_cart,
#header.fixedHeader .wrap_cart:after,
#header.fixedHeader .wrap_cart:before,
#languages-block-top,
.header_user_info #drop_content_user a,
.main_panel {
	border-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.2);
}

.footer_line_two ul li:hover:before {
	border-left-color: #00bdff;
}

.tparrows.default.tp-leftarrow {
	border-bottom-color: #00bdff;
	border-right-color: #00bdff;
}

.tparrows.default.tp-rightarrow {
	border-left-color: #00bdff;
	border-top-color: #00bdff;
}

.tparrows.default.tp-leftarrow:hover {
	border-bottom-color: #ff5540;
	border-right-color: #ff5540;
}

.tparrows.default.tp-rightarrow:hover {
	border-left-color: #ff5540;
	border-top-color: #ff5540;
}

#attributes .attribute_list #color_to_pick_list .selected,
#layered_block_left #enabled_filters,
#layered_form .color-option.on,
#prosocial_block li a:hover,
.facebook-box .fb_followers li:hover img {
	border-color: #ff5540;
}

.grid .product-container h5:after,
.grid .product-container h5:before {
	border-color: #dddede;
}

.promo-text .view_more:before,
.link_more:before {
	border-color: #b7b7b7;
}

#maintenance #prosocial_block li a:hover {
	border-color: #2ac0f3;
}

.facebook-box .fb_followers li img {
	border-color: #00bdff;
	border-color: rgba(0, 189, 255, 0.66);
}

.share_product .btn_facebook:hover {
	border-color: #435f9f;
}

.share_product .btn_in:hover {
	border-color: #0177b5;
}

.share_product .btn_google:hover {
	border-color: #e04b34;
}

#buy_block,
#product .wrap_buttons,
#send_friend_form .product img,
#view_scroll_left,
#view_scroll_right,
.pagination,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.chosen-container-single .chosen-single,
.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li,
.content_sortPagiBar .sortPagiBar label,
.grid .left-block,
.layered_filter,
.layered_price,
.layered_weight,
.pb-left-column #views_block,
.product-container,
.product_attributes,
.share_product a,
.pagination,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.wrap_attr,
.wrap_extra_right,
.wrap_image_block,
.wrap_image_left,
.wrap_quan #quantity_wanted_p input,
.wrap_share .socialsharing_product .btn-default,
.wrap_up_down .button-minus,
.wrap_up_down .button-plus {
	border-color: #dbdbdb;
}

#view_scroll_left,
#view_scroll_right,
.share_product a {
	color: #898989;
}

#left_column .button,
#my-account .myaccount-link-list li a i,
#my-account .myaccount-link-list li a:hover,
#my-account .myaccount-link-list li a:hover span,
#new_comment_form input,
#new_comment_form textarea,
#page .ui-slider-handle.ui-state-default.ui-corner-all,
#product .wrap_up_down .button-minus:hover,
#product .wrap_up_down .button-plus:hover,
#reviews_carousel .wrap_avatar_review img,
#send_friend_form .form_container .text input,
.addForm .imgholder,
.box,
.checker .checked,
.content_sortPagiBar .display #grid.selected a span:after,
.content_sortPagiBar .display #grid.selected a span:before,
.content_sortPagiBar .display #grid.selected a:after,
.content_sortPagiBar .display #grid.selected a:before,
.content_sortPagiBar .display #grid:hover a span:after,
.content_sortPagiBar .display #grid:hover a span:before,
.content_sortPagiBar .display #grid:hover a:after,
.content_sortPagiBar .display #grid:hover a:before,
.content_sortPagiBar .display #list.selected a span:after,
.content_sortPagiBar .display #list.selected a:after,
.content_sortPagiBar .display #list.selected a:before,
.content_sortPagiBar .display #list:hover a span:after,
.content_sortPagiBar .display #list:hover a:after,
.content_sortPagiBar .display #list:hover a:before,
.content_sortPagiBar .display .selected a span:after,
.content_sortPagiBar .display .selected a span:before,
.content_sortPagiBar .display .selected a:after,
.content_sortPagiBar .display .selected a:before,
.content_sortPagiBar .display li:hover a span:after,
.content_sortPagiBar .display li:hover a span:before,
.content_sortPagiBar .display li:hover a:after,
.content_sortPagiBar .display li:hover a:before,
.content_sortPagiBar .display_m #grid.selected a span:after,
.content_sortPagiBar .display_m #grid.selected a span:before,
.content_sortPagiBar .display_m #grid.selected a:after,
.content_sortPagiBar .display_m #grid.selected a:before,
.content_sortPagiBar .display_m #grid:hover a span:after,
.content_sortPagiBar .display_m #grid:hover a span:before,
.content_sortPagiBar .display_m #grid:hover a:after,
.content_sortPagiBar .display_m #grid:hover a:before,
.content_sortPagiBar .display_m #list.selected a span:after,
.content_sortPagiBar .display_m #list.selected a:after,
.content_sortPagiBar .display_m #list.selected a:before,
.content_sortPagiBar .display_m #list:hover a span:after,
.content_sortPagiBar .display_m #list:hover a:after,
.content_sortPagiBar .display_m #list:hover a:before,
.content_sortPagiBar .display_m .selected a span:before,
.content_sortPagiBar .display_m .selected a:before,
.content_sortPagiBar .display_m li:hover a span:before,
.content_sortPagiBar .display_m li:hover a:before,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
.fixedHeader .main_panel,
.form-control,
.gba .single_post .inner_item,
.grid_arrows .owl-buttons > div:hover,
.owl-pagination .owl-page,
.payment_module a:hover,
.products-block .owl-buttons > div:hover,
.radio span:checked,
.selector,
.share_product .btn_twitter:hover,
.step .step_current span,
.nav.nav-tabs > .active,
.nav.nav-tabs > li:hover,
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
	border-color: #ccc;
}

#layered_form .color-option,
.checker span,
.radio span {
	border-color: #39314e;
	font-size: 1em;
}

.btn_border.disabled {
	border-color: #a7a3b2;
}

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a,
.grid_arrows .owl-buttons > div,
.products-block .owl-buttons > div {
	border-color: #d8d8d8;
}

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.grid_arrows .owl-buttons > div:active,
.products-block .owl-buttons > div:active {
	border-color: #406a77;
}

.button_down:hover {
	box-shadow: inset 0 0 0 75pt #00bdff;
}

.form-control:focus {
	-moz-box-shadow: 0 0 10px 0 #00bdff;
	-webkit-box-shadow: 0 0 10px 0 #00bdff;
	border-color: transparent;
	box-shadow: 0 0 10px 0 #00bdff;
}

.form-control.white:focus {
	-moz-box-shadow: 0 0 10px 0 #ffffff;
	-webkit-box-shadow: 0 0 10px 0 #ffffff;
	border-color: transparent;
	box-shadow: 0 0 10px 0 #ffffff;
}

.btn-default:after,
.btn-default:before,
.btn_border:after,
.btn_border:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
.exclusive:after,
.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
	background: #ff5540;
}

#social-share-compare .btn-twitter:after,
.socialsharing_product .btn-twitter:before {
	background: #00bdff;
}

#social-share-compare .btn-google-plus:after,
.socialsharing_product .btn-google-plus:before {
	background: #e04b34;
}

#social-share-compare .btn-pinterest:after,
.socialsharing_product .btn-pinterest:before {
	background: #ce1f21;
}

#social-share-compare .btn-facebook:after,
.socialsharing_product .btn-facebook:before {
	background: #435f9f;
}

#product .socialsharing_product .btn-twitter:hover {
	border-color: #00bdff;
}

#product .socialsharing_product .btn-google-plus:hover {
	border-color: #e04b34;
}

#product .socialsharing_product .btn-pinterest:hover {
	border-color: #ce1f21;
}

#product .socialsharing_product .btn-facebook:hover {
	border-color: #435f9f;
}

.alert-warning {
	-moz-text-shadow: 1px 0 1px #333333;
	-webkit-text-shadow: 1px 0 1px #333333;
	text-shadow: 1px 0 1px #333333;
}

.sf-menu li li a:hover {
	color: #ff5540;
}

.btn-default,
.btn_border,
.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
	-webkit-box-shadow: inset 0 0 0 1px #ff5540;
	box-shadow: inset 0 0 0 1px #ff5540;
}

.btn.blue_btn {
	-webkit-box-shadow: inset 0 0 0 1px #00bdff;
	box-shadow: inset 0 0 0 1px #00bdff;
}

#social-share-compare .socialsharing_product .btn-twitter {
	-webkit-box-shadow: inset 0 0 0 1px #00bdff;
	box-shadow: inset 0 0 0 1px #00bdff;
}

#social-share-compare .socialsharing_product .btn-google-plus {
	-webkit-box-shadow: inset 0 0 0 1px #e04b34;
	box-shadow: inset 0 0 0 1px #e04b34;
}

#social-share-compare .socialsharing_product .btn-pinterest {
	-webkit-box-shadow: inset 0 0 0 1px #ce1f21;
	box-shadow: inset 0 0 0 1px #ce1f21;
}

#social-share-compare .socialsharing_product .btn-facebook {
	-webkit-box-shadow: inset 0 0 0 1px #435f9f;
	box-shadow: inset 0 0 0 1px #435f9f;
}

.box .form-control {
	background-color: #ffffff;
}

.search_query:-moz-placeholder {
	color: #ffffff;
}

.search_query::-moz-placeholder {
	color: #ffffff;
}

.search_query::-webkit-input-placeholder {
	color: #ffffff;
}

.search_query:-ms-input-placeholder {
	color: #ffffff;
}

@media (max-width: 480px) {
	.search-box.search-active .search_query {
		background: #555555 !important;
	}
}

.alert {
	background: #00bdff;
	color: #ffffff;
}

.label-danger {
	background: red;
}

.label-warning {
	background: #ff5d30 !important;
	color: white !important;
}

@media (max-width: 440px) {
	#layered_block_left .layered_subtitle {
		color: #000000;
	}

	#product .wrap_buttons {
		border-color: #f0f0f0;
	}

	.comment_author_infos strong {
		color: #000000;
	}
}

@media (min-width: 415px) {
	.btn-column-hide, .btn-column-show {
		display: none !important;
	}
}

@media (max-width: 440px) {
	.btn-column-show {
		display: inline-block !important;
	}

	.btn-column-hide {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
		display: block;
		margin-bottom: 35px;
	}

	.btn-column-hide:before {
		padding-right: 5px;
	}

	.page-listing-products #left_column {
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		padding-top: 35px;
		padding-bottom: 15px;
		transition: transform .3s, visibility .3s;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.page-listing-products #toggle-column-hide:checked ~ #left_column {
		transform: translateX(-100%);
		visibility: hidden;
	}
}

@media screen and (min-width: 1025px) {
	#play, #stop {
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		moz-transition: all .4s ease;
		transition: all .4s ease;
	}

	.custombanners.displayCustomBanners2 .wrap-icon:hover i:last-child {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.custombanners.displayCustomBanners2 .wrap-icon:hover i:first-child {
		-webkit-transform: rotate(360deg) scale(0);
		-moz-transform: rotate(360deg) scale(0);
		-o-transform: rotate(360deg) scale(0);
		transform: rotate(360deg) scale(0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	#stop, #video-promo-wrap h2 {
		-webkit-transition: all .8s ease 0s;
		-moz-transition: all .8s ease 0s;
		-o-transition: all .8s ease 0s;
		transition: all .8s ease 0s;
	}

	.custombanners.displayCustomBanners2 .wrap-icon i {
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}

	.banner-top h3, .banner-top p {
		-webkit-transition: -webkit-transform .5s, opacity .5s;
		-o-transition: -o- transform .5s, opacity .5s;
		-moz-transition: -moz-transform .5s, opacity .5s;
		transition: transform .5s, opacity .5s;
	}

	.banner-top:hover .custom-html {
		visibility: hidden;
	}

	.banner-top .banner-item-content {
		margin-left: -6%;
		width: 111%;
		-webkit-transform: skew(-12deg);
		-moz-transform: skew(-12deg);
		-o-transform: skew(-12deg);
		-ms-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	.banner-top .banner-item-content img {
		margin-left: -8%;
		width: 108%;
		max-width: none;
	}

	.banner-top .banner-item-content .custom-html, .banner-top .banner-item-content img {
		-webkit-transform: skew(12deg);
		-moz-transform: skew(12deg);
		-o-transform: skew(12deg);
		-ms-transform: skew(12deg);
		transform: skew(12deg);
	}

	.banner-top:hover h3 {
		-webkit-transform: translateX(140px);
		-moz-transform: translateX(140px);
		-o-transform: translateX(140px);
		-ms-transform: translateX(140px);
		transform: translateX(140px);
		opacity: 0;
	}

	.banner-top:hover p {
		-webkit-transform: translateX(-140px);
		-moz-transform: translateX(-140px);
		-o-transform: translateX(-140px);
		-ms-transform: translateX(-140px);
		transform: translateX(-140px);
		opacity: 0;
	}

	.banner-top:hover .banner-item-content img {
		-webkit-transform: skew(12deg) scale(1.12);
		-moz-transform: skew(12deg) scale(1.12);
		-o-transform: skew(12deg) scale(1.12);
		-ms-transform: skew(12deg) scale(1.12);
		transform: skew(12deg) scale(1.12);
	}

	.banner-top .banner-item-content img {
		-webkit-transition: -webkit-transform .5s;
		-moz-transition: -moz-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
	}

	.custom-html {
		-webkit-transition: all .6s ease;
		-o-transition: all .6s ease;
		-moz-transition: all .6s ease;
		transition: all .6s ease;
	}

	.banner-item-content:before {
		-webkit-transition: visibility .5s,opacity .5s;
		-moz-transition: visibility .5s,opacity .5s;
		-o-transition: visibility .5s,opacity .5s;
		transition: visibility .5s,opacity .5s;
	}

	.banner-top:hover .banner-item-content:before {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (min-width: 1025px) {
	a, button {
		-webkit-transition: color .6s ease,background .6s ease,border-color .6s ease;
		-o-transition: color .6s ease,background .6s ease,border-color .6s ease;
		-moz-transition: color .6s ease,background .6s ease,border-color .6s ease;
		transition: color .6s ease,background .6s ease,border-color .6s ease;
	}

	input.button_mini,
  input.button_small,
  input.button,
  input.button,
  button.button,
  input.button_large,
  input.button_mini_disabled,
  input.button_small_disabled,
  input.button_disabled,
  input.button_large_disabled,
  input.exclusive_mini,
  input.exclusive_small,
  input.exclusive,
  input.exclusive_large,
  input.exclusive_mini_disabled,
  input.exclusive_small_disabled,
  input.exclusive_disabled,
  input.exclusive_large_disabled,
  a.button_mini,
  a.button_small,
  a.button,
  a.button_large,
  a.exclusive_mini,
  a.exclusive_small,
  a.exclusive,
  a.exclusive_large,
  span.button_mini,
  span.button_small,
  span.button,
  span.button_large,
  span.exclusive_mini,
  span.exclusive_small,
  span.exclusive,
  span.exclusive_large,
  span.exclusive_large_disabled,
  .btn.btn-default {
		-webkit-transition: color .2s linear;
		-o-transition: color .2s linear;
		-moz-transition: color .2s linear;
		transition: color .2s linear;
	}

	button.button:after,
  a.button_mini:after,
  a.button_small:after,
  a.button:after,
  a.button_large:after,
  a.exclusive_mini:after,
  a.exclusive_small:after,
  a.exclusive:after,
  a.exclusive_large:after,
  span.button_mini:after,
  span.button_small:after,
  span.button:after,
  span.button_large:after,
  span.exclusive_mini:after,
  span.exclusive_small:after,
  span.exclusive:after,
  span.exclusive_large:after,
  span.exclusive_large_disabled:after,
  .btn.btn-default:after,
  button.button:before,
  a.button_mini:before,
  a.button_small:before,
  a.button:before,
  a.button_large:before,
  a.exclusive_mini:before,
  a.exclusive_small:before,
  a.exclusive:before,
  a.exclusive_large:before,
  span.button_mini:before,
  span.button_small:before,
  span.button:before,
  span.button_large:before,
  span.exclusive_mini:before,
  span.exclusive_small:before,
  span.exclusive:before,
  span.exclusive_large:before,
  span.exclusive_large_disabled:before,
  .btn.btn-default:before,
  #product .socialsharing_product .btn.btn-default:before, .btn.btn_border:after, .btn.btn_border:before {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
	}
}

.footer_line_two ul li:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.form-control {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

@media screen and (min-width: 1025px) {
	.fixedHeader,
  .main_panel,
  .header_logo img {
		-webkit-transition: all .36s ease;
		-o-transition: all .36s ease;
		-moz-transition: all .36s ease;
		transition: all .36s ease;
	}
}

.hover_scale {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.hover_scale img {
	display: inline-block;
	width: 100%;
}

.hover_scale img {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	moz-transition: all .4s ease;
	transition: all .4s ease;
}

.hover_scale:hover img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

@media screen and (min-width: 1025px) {
	#layered_block_left ul.color-group li {
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		moz-transition: all .4s ease;
		transition: all .4s ease;
	}

	#page .ui-slider-handle.ui-state-default.ui-corner-all {
		-webkit-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
		-o-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
		-moz-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
		transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
	}
}

.product_img_link {
	display: block;
	position: relative;
}


.grid .product-container {
	border: none;
}

.share_product a:first-child {
	-webkit-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
	-moz-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
	-o-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
	transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
}

.wrap_view .add_to_compare:before, .wrap_view .add_to_compare:after {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


/*
.grid .product-container h5:before, .grid .product-container h5:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	border-top-style: solid;
	border-top-width: 1px;
}
*/



.grid .product_img_link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.4);
	z-index: 1;
	-webkit-transform: translateX(105%) rotate(90deg);
	-moz-transform: translateX(105%) rotate(90deg);
	-o-transform: translateX(105%) rotate(90deg);
	-ms-transform: translateX(105%) rotate(90deg);
	transform: translateX(105%) rotate(90deg);
}

.grid .product-container:hover .product_img_link:before {
	-webkit-transform: translateX(0) rotate(0);
	-moz-transform: translateX(0) rotate(0);
	-o-transform: translateX(0) rotate(0);
	-ms-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}

.grid .share_product a {
	left: 120%;
	position: relative;
}

/*
.grid .comments_note {
	-webkit-transform: translate(-40px, -40px);
	-moz-transform: translate(-40px, -40px);
	-o-transform: translate(-40px, -40px);
	-ms-transform: translate(-40px, -40px);
	transform: translate(-40px, -40px);
}
*/

.grid .product-container .comments_note {
	opacity:1 !important;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.grid .share_product a, .grid .wrap_view a, .grid .wrap_view .ajax_add_to_cart_button, .grid .comments_note,
.grid .add_to_compare {
	opacity: 0;
}

.grid .wrap_view .lnk_view {
	-webkit-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
	-moz-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
	-o-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
	transition: all 0.2s ease-in 0.3s,background .3s ease-in;
}

.grid .wrap_view .addToWishlist {
	-webkit-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
	-moz-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
	-o-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
	transition: all 0.2s ease-in 0.5s,background .3s ease-in;
}

.grid .add_to_compare {
	-webkit-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
	-moz-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
	-o-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
	transition: all 0.2s ease-in 0.7s,background .3s ease-in;
}

.grid .ajax_add_to_cart_button {
	-webkit-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
	-moz-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
	-o-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
	transition: all 0.2s ease-in 0.9s,background .3s ease-in;
}

.grid .wrap_view .quick-view {
	-webkit-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
	-moz-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
	-o-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
	transition: all 0.2s ease-in 1.1s,background .3s ease-in;
}

.grid .wrap_view .lnk_view, .grid .wrap_view .addToWishlist, .grid .add_to_compare {
	webkit-transform: translateY(-60px) skewY(45deg);
	-moz-transform: translateY(-60px) skewY(45deg);
	-o-transform: translateY(-60px) skewY(45deg);
	-ms-transform: translateY(-60px) skewY(45deg);
	transform: translateY(-60px) skewY(45deg);
}

.grid .ajax_add_to_cart_button, .grid .wrap_view .quick-view {
	webkit-transform: translateY(60px) skewY(45deg);
	-moz-transform: translateY(60px) skewY(45deg);
	-o-transform: translateY(60px) skewY(45deg);
	-ms-transform: translateY(60px) skewY(45deg);
	transform: translateY(60px) skewY(45deg);
}

.product_list.grid .product-container:hover .wrap_view a,
.product_list.grid .product-container:hover .ajax_add_to_cart_button,
.grid .product-container:hover .add_to_compare {
	-webkit-transform: translateY(0) skewY(0);
	-moz-transform: translateY(0) skewY(0);
	-o-transform: translateY(0) skewY(0);
	-ms-transform: translateY(0) skewY(0);
	transform: translateY(0) skewY(0);
}

.grid .share_product a:nth-child(2) {
	-webkit-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
	-moz-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
	-o-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
	transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
}

.grid .share_product a:nth-child(3) {
	-webkit-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
	-moz-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
	-o-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
	transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
}

.grid .share_product a:last-child {
	-webkit-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
	-moz-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
	-o-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
	transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
}

.grid .product-container:hover .share_product a {
	left: 0;
	opacity: 1;
}

.grid .content_price, .product-container:hover .wrap_view a,
.grid .product-container:hover .comments_note, .grid .product-container:hover .add_to_compare {
	opacity: 1;
}

.grid .product-container:hover .wrap_view .ajax_add_to_cart_button.disabled {
	opacity: 0.5;
}


@media screen and (min-width: 1025px) {
	.content_sortPagiBar .display li a:before,
  .content_sortPagiBar .display_m li a:before,
  .content_sortPagiBar .display li a:after,
  .content_sortPagiBar .display_m li a:before,
  .content_sortPagiBar .display li a span:before,
  .content_sortPagiBar .display_m li a span:before,
  .content_sortPagiBar .display li a span:after,
  .content_sortPagiBar .display_m li a span:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

	.content_sortPagiBar .display li#list:hover a:after,
  .content_sortPagiBar .display_m li#list:hover a:after,
  .content_sortPagiBar .display li#list:hover a:before,
  .content_sortPagiBar .display_m li#list:hover a:before,
  .content_sortPagiBar .display li#list:hover a span:after,
  .content_sortPagiBar .display_m li#list:hover a span:after {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}



/* Hover only mouse */

@media (hover: hover) {
.product-container:hover .product-image-container img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.grid .product-container h5,
.grid .product-container:hover h5:before, .grid .product-container:hover h5:after,
.grid .content_price, .product-container .product-image-container img,
.grid .comments_note, .grid .product_img_link:before {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


.grid .product-container:hover .content_price {
	-webkit-transform: translateX(-102%) rotate(-90deg);
	-moz-transform: translateX(-102%) rotate(-90deg);
	-o-transform: translateX(-102%) rotate(-90deg);
	-ms-transform: translateX(-102%) rotate(-90deg);
	transform: translateX(-102%) rotate(-90deg);
}

.grid .content_price:hover {
	opacity: 0;
}

.grid .product-container:hover h5 {
	padding: 14px 15px;
}

.grid .product-container:hover {
	border-width: 1px;
}

.grid .product-container:hover .left-block {
	border: none;
}

.grid .product-container h5:before {
	right: 100%;
}

.grid .product-container h5:after {
	left: 100%;
}

.grid .product-container:hover h5:before {
	right: 15px;
}

.grid .product-container:hover h5:after {
	left: 15px;
}




}








#page {
	overflow: hidden;
}

.columns-container {
	clear: both;
	background: #ffffff;
}

#columns {
	position: relative;
	padding-bottom: 30px;
}

#index .tab-content {
	clear: both;
	margin: 0 -15px;
	text-align: left;
}

.unvisible {
	display: none;
}

.close {
	opacity: 1;
}

.close:hover {
	opacity: 1;
}

.product-name {
	font-size: 14px;
	font-weight: 600;
}

.page-product-box {
	padding-bottom: 10px;
}

.pack_content {
	margin: 10px 0 10px 0;
}

.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 lightyellow;
}

#page .rte {
	background: transparent none repeat scroll 0 0;
}

#reinsurance_block {
	clear: both;
}

.block_hidden_only_for_screen {
	display: none;
}

#left_column #paiement_logo_block_left {
	margin-bottom: 30px;
}

.aeuc_delivery_label {
	display: block;
	padding-top: 10px;
}

@media (max-width: 1199px) {
	.zoomdiv {
		display: none;
	}
}
/* mobile */
@media (max-width: 768px) {
	body:not(.index) .footer_line_middle {
		display: none;
	}
}

@media (max-width: 440px) {
	#center_column {
		margin-top: 15px;
	}

	#center_column, .column-side {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-listing-products #columns {
		padding-bottom: 0;
	}

	#product #center_column {
		margin-top: 0;
	}
}

/*# sourceMappingURL=global.css.map */



/* Custom style */


.disp-mobile {
	display: none;
}

.cat-name {
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size: 1.6em;
	line-height: 1em;
}

.category_list .share_product, #usefull_link_block, .wrap_share, .share_product {
	display: none;
}

.category_list .product-name {
	margin-bottom: 0px;
}

.layer_cart_row message-liv {
	font-weight: bold;
	color: black;
}

.cart_total_delivery, .cart_total_tax {
	display: none;
}

.info-liv {
	color: black;
	padding: 10px;
	margin: 1.5em 0;
	background-color: #fbfbfb;
}
.info-liv img {margin-right:20px;}

.block-contacts-info.trinagle_section_top {
	margin-top: 10px !important;
}
.info-liv strong {font-weight:bold; }

#HOOK_SHOPPING_CART #loyalty {background-color: #fbfbfb;}
#HOOK_SHOPPING_CART #loyalty b {color:black;font-weight:bold; }


#csinstagramfeed .title_main_section img {
	height: 50px;
	width: 50px;
	margin-right: 14px;
	position: relative;
	top: -5px;
}

.stk-ok {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: green;
	border-radius: 6px;
	margin-left: 5px;
	margin-right: 5px;
}

.stk-ko {
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: red;
	border-radius: 6px;
	margin-left: 5px;
	margin-right: 5px;
}

#display_cart_vouchers .voucher-bouton {
	background-color: black;
	color: white !important;
	cursor: pointer;
	margin-right: 15px;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

#display_cart_vouchers .voucher-bouton:hover {
	color: #ccc;
}

#oosHook {
	display: inline-block;
	width: 100%;
}

#mailalert_link {
	background: url("../img/cloche.gif") no-repeat left center;
	padding-left: 50px;
	display: inline-block;
	text-decoration: underline;
	float: left;
	display: block;
	width: 49%;
}

#oosHook .form-group {
	display: block;
	width: 50%;
	float: left;
}

#oos_customer_email {
	color: #555;
}

#oos_customer_email_result {
	display: inline-block;
	color: red;
	width: 100%;
}

.label-success {background-color:green !important; }

#module-mailalerts-account .product-name {
	font-size: 18px;
}

#module-mailalerts-account .alert-danger {
	background: none;
	font-size: 25px;
}

@media (min-width: 1024px) {
	#header_logo {
		margin-right: 10px;
		position: relative;
		z-index: 1;
	}

	.fixedHeader #header_logo {
		margin-right: 10px;
	}

	.flexmenu_ul {
	}

	#cart_olea_quote_name {
		margin: 2.5em 0;
	}

	#cart_olea_quote_name .discount_name {
		width: 50%;
		display: inline-block;
	}

	#cart_olea_quote_name .btn {
		width: 45%;
		display: inline;
		font-size: 1.1em;
	}
}

@media (max-width: 768px) {

	.liv-plusque {
		line-height: 1.5em;
		text-align: center;
		padding-bottom: 0.5em;
	}

	.disp-mobile {
		display: block;
	}

	.sortPagiBar {
		width: 100%;
	}

	.sortPagiBar select {
		max-width: initial;
	}

	.easycar2:before {
		display: none !important;
	}

	.displayBanner .banner-item {
		background-size: cover;
	}

	.simpleblog-single .blog-info {
		display: none;
	}

	.ph_simpleblog .post-item h2, .ph_simpleblog.simpleblog-single h1 {
		font-size: 18px !important;
		line-height: 1em !important;
	}

	.product_attributes .attribute_list {
		text-align: left;
		margin-left: 5px;
	}

	.ph_simpleblog .ph_col.ph_col_2 {
		min-height: 490px;
	}

	#mailalert_link {
		width: 100%;
	}

	.qty-panier {
		width: 20px;
		height: 20px;
		background-color: white;
		line-height: 16px;
		color: black;
		border-radius: 25px;
		position: relative;
		left: 25px;
		top: 10px;
		border: 1px solid #ff5d30;
		z-index: 5;
	}
}


/* Pop promo 10? (footer.tpl) */
#popcont {
	box-shadow: 2px 0 18px -4px rgba(0,0,0,0.25);
	left: 20px;
	right: auto;
	bottom: 14px;
	position: fixed;
	border-radius: 0;
	z-index: 999998;
}

.close-pop {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -16px;
	right: -15px;
	background-image: url("../img/close_pop.png");
	background-size: contain;
	cursor: pointer;
}

#popbout {
	box-shadow: 2px 0 18px -4px rgba(0,0,0,0.25);
	left: 20px;
	right: auto;
	bottom: 14px;
	position: fixed;
	background-color: #ff5d30;
	border-radius: 0;
	z-index: 999998;
	padding: 10px 15px;
	border-radius: 25px;
}

#popbout-x {
	padding: 0;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

#popbout-x .croix {
	margin: 0;
	width: 18px;
	height: 18px;
	display: flex;
	position: relative;
}

#popbout-x .croix::after, #popbout-x .croix::before {
	background: white;
	height: 3px;
	border-radius: 2px;
	box-shadow: none;
}

.croix::before, .croix::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0%;
}

.croix::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0px 1px 6px 0px black;
}

.croix::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(-45deg);
	box-shadow: 0px 1px 6px 0px black;
}

#popbout-texte {
	color: white;
	font-size: 1.2em;
	cursor: pointer;
}

.block-banner {
	display: none;
}

body.index .displayBanner {
	display: none;
}

.bottom_pagi {
margin-bottom: 150px;
}
.module-loyalty-default .price {color:white;}
.module-loyalty-default .btn-default:hover .price {color:#ff5d30;}
.carrier-warning {
	background-color: #ff5d30;
	border-radius: 8px;
	color: white;
	padding: 12px 15px;
}

/*#header:not(body.index) {top:22px;}*/

/*mobile switch */
.mobiledisplay {
	display: none;
}

.no-mobiledisplay {
	display: block;
}

.cart_navigation .btn.btn-default.standard-checkout {font-size: 15px;}
.cart_navigation .btn.btn-default.standard-checkout::before, .cart_navigation .btn.btn-default.standard-checkout::after {background-color:#12931e;}
.cart_navigation .btn.btn-default.standard-checkout .fa-chevron-right {position:relative;right:-5px;}

.btn.btn-default.btn-full {font-size: 15px;}
.btn-default.btn-full::before, .btn-default.btn-full::after {background-color:#12931e;}
.btn-default.btn-full .fa-chevron-right {position:relative;right:-5px;}

#cart_olea_quote_name {margin-bottom:60px;}
#cart_olea_quote_name .btn-default {display: block;margin: 0 auto;float: none;}

.tab-panierenr {width: 100%;display: inline-block;margin: 1em 0;}
.tab-panierenr-first { }
.tab-panierenr-first .tab-panierenr-item {font-size:1.2em;font-weight:bold;}
.tab-panierenr-item {width:10%;float:left;}
.tab-panierenr1 {width:20%;}
.tab-panierenr4 {width:20%;}
.tab-panierenr5 {width:35%;}


.connexion-warning {
	margin-top: 75px;
	padding: 10px;
	border-radius: 10px;
       text-align: center;
}
.connexion-warning strong {font-weight:bold;font-size:1.2em;color:#333333;}
.connexion-warning-link {display:inline-block;padding:10px;margin:1em auto 1em auto;background-color:#ff5d30;color:white;border-radius: 10px;}
.connexion-warning-link:hover {color:#ccc;}

#HOOK_PAYMENT .col-md-12 {padding-left:0;padding-right:0;}
a.bankwire {color: #333;}
#ps_checkout-displayPayment { }
.payment_module.open a:after {display:none; }
.ps_checkout-payment-option div.payment_module a:hover {color: #ff5d30;}


@media (min-width: 768px) {
#ps_checkout-displayPayment .col-md-6 {width: calc(50% - 8px);}
}


@media (max-width: 768px) {
	#block-history .table > thead > tr > th, #block-history .table > thead > tr > td, #block-history .table > tbody > tr > th, #block-history .table > tbody > tr > td, #block-history .table > tfoot > tr > th, .table > tfoot > tr > td {padding:4px;}
	.connexion-warning {margin-top: 15px;text-align: center;}
	.ps_checkout-payment-option div.payment_module a {font-size:14px !important;color:black !important;}
	#ps_checkout-displayPayment .col-xs-12 {width: calc(100% - 15px);padding-right:0px;}
	.message-paypal-produit {display:none;}

	.tab-panierenr-first {display:none; }
	.tab-panierenr-item {width:100%;float:none;margin: 1em 0;}
	.tab-panierenr1 {font-size: 1.2em;border-bottom: 2px solid #333;}

	.mob-nopadding {padding:0 !important;}

	.cart_navigation .btn.btn-default.standard-checkout {width: 60%;float: right;font-size: 13px;}
	.btn.btn-default.btn-full {width: 60%;float: right;font-size: 13px;}
	
	.cart_total_delivery {display:none !important;}

	.mobiledisplay {
		display: inline-block;
	}

	.no-mobiledisplay {
		display: none;
	}


/*Swipe*/
	.swipe-container {
		width: 100%;
		overflow: hidden;
		position: relative;
		transition: all .3s ease-in;
	}

	.swipe {
		position: absolute;
		left: 0px;
		transition: all .3s ease-in;
	}

	.swipe img {
		float: left;
	}

	.swipe-icon {
		width: 20px;
		height: 20px;
		background: url("../img/swipe.gif") no-repeat;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
	}

	body.product .swipe-icon {
		width: 30px;
		height: 30px;
	}

/*boutons*/
	.product_attributes ul li {
		margin: 5px 0;
	}

	.styled-checkbox, .styled-radio {
		height: 18pt;
		width: 18pt;
	}

	.styled-checkbox.checked::before, .styled-radio.checked::before {
		height: 8px;
		width: 8px;
	}

	#more_info_block {
		display: inline-block;
		width: 100%;
	}

	#more_info_tabs {
		background: #ff5d30;
	}

	#more_info_tabs li label {
		color: white;
		color: white;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.2em;
	}

	#short_description_block iframe {
		max-width: 100%;
	}

	.fancybox-skin {
		padding: 5px !important;
	}
/*#header:not(body.index) {top:22px;}*/


/* Hover block produit liste mobile */
	.wrap_view, .grid .product_img_link:before {
		display: none;
	}

	.product-container:hover .product-image-container img {
		transform: none;
	}

	#manufacturersCarousel {
		display: none;
	}

	#popcont {
		left: 0px;
	}

	#popbout-texte {
		font-size: 1em;
	}

	.close-pop {
		top: -15px;
		right: -3px;
	}
}


.ico-ret {width:100px;height:100px;display:inline-block;background:url("../img/ico-ret.png") no-repeat;}
.ico-cus {width:100px;height:100px;display:inline-block;background:url("../img/ico-cus.png") no-repeat;}
.ico-liv {width:100px;height:100px;display:inline-block;background:url("../img/ico-liv.png") no-repeat;}


#footer{
z-index: 50;
position: relative;
}

.pl-map-modal {top: 15% !important;}
#pl-dropoff-button {
	padding: 0 12px 0 0;
	background-color: green;
	color: white;
	padding: 10px !important;
	border-radius: 10px;
	cursor: pointer;
}


.comment_details button.btn-default {padding: 5px 15px !important;}
.comment_details ul {display:none;margin: 15px 0px;}
.comment_details .body_review {color:black;font-size: 1.2em;}

#new_comment_form .new_comment_form_content input, #new_comment_form .new_comment_form_content textarea  {border: 1px solid #666 !important;}
@media (min-width: 768px) {
#new_comment_form_footer .closefb {display:inline;}
}


/* Blog Homepage */
.bloghomepage {padding:5em 0;}
.bloghomepage .post-container .post-item h2 {min-height:initial;padding-bottom:0;}
.bloghomepage.ph_simpleblog .post-info p {min-height: initial;}
.bloghomepage.ph_simpleblog .post-item figure {margin-bottom: 5px !important;}
.bloghomepage.ph_simpleblog .ph_col.ph_col_3 .post-info h2 {font-size: 16px;line-height: 21px;letter-spacing: 0px;color: black !important;}
.bloghomepage.ph_simpleblog .post-info p {color: #7c7c7c;font-size: 0.95em !important;text-align: left !important;line-height: 1.4em;}
.bloghomepage .blog-main-image {overflow:hidden;}
.img-scale-off {transform: scale(1);transition-duration: 500ms;transition-timing-function: ease;}
.img-scale {transform: scale(1.2);transition-duration: 500ms;transition-timing-function: ease;}

#csinstagramfeed .bx-wrapper {margin:0 auto !important;}

#account-creation_form .page-subheading {font-size:35px;}
.account_creation p {margin:15px 0 !important;}
.checkbox-newsletter {margin: 60px 0 !important;border: 3px solid #ff5d30;padding: 10px;background: url('../img/kdo_news.jpg') 95% center no-repeat black;}
.checkbox-newsletter .styled-checkbox {border: 2px solid white;height: 16pt;width: 16pt;}
.checkbox-newsletter label {color:#ff5d30;font-size:1.4em;font-weight:bold;}
.newsletter-signup {}
.newsletter-signup li {font-size: 0.8em;color: white;margin:5px 0px 5px 15px;}
.newsletter-signup li::before {content:"- ";}


.layered_filter .layered_filter_ul > li {padding-left: 30px !important;} 
#layered_block_left .nomargin a {font-size: 1.2em !important;;}

.block-contacts-info .custom-text {
	padding: 20px;
	font-size: 1.7em;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
}

@media (max-width: 768px) {
.block-contacts-info .custom-text {display:inline-block !important;font-size: 1.3em;line-height: 1.7em;}
.bloghomepage {padding:3em 0;}
.bloghomepage.ph_simpleblog .ph_col.ph_col_3 .post-item {width: calc(100% - 10px);}
.bloghomepage.ph_simpleblog .ph_col.ph_col_3 {width: 50%;margin-bottom:5px;}
.bloghomepage .post-container .post-item h2 {min-height:initial;}
.bloghomepage.ph_simpleblog .post-info p {min-height: initial;}
.bloghomepage.ph_simpleblog .ph_col.ph_col_3 .post-info h2 {font-size: 15px !important;}
.bloghomepage.ph_simpleblog .post-info p {font-size: 0.95em !important;line-height: 1.3em;}
.bloghomepage.ph_simpleblog .post-info a.button {display:none;}

.checkbox-newsletter {background:black;}
.checkbox-newsletter label {font-size:1.2em;}

#layered_block_left ul li label {font-size: 15px !important;}
.layered_filter .layered_filter_ul > li {padding-top:3px !important;padding-bottom: 23px;padding-left: 33px !important;}
#layered_block_left .layered_subtitle {font-size: 1.3em !important;}

}


/* Pop up */
.welcome {background-color: white;padding: 20px;width:540px;}
.welcome h3 {text-align:center;color:#ff5d30;}
.welcome p {line-height: 1.6em;}
.welcome-line {display: inline-block;width: 100%;margin: 20px 0;}
.welcome-line label {width: 100%;margin-bottom: 5px;display: inline-block;}
.welcome-line input {width: 100%;border: 1px solid #bbb;height:35px;border:1px solid #bbb;}
.welcome-line input.invalid {border: 2px solid red;}
.welcome-button img {margin-left: 10px;display:none;}

/*.welcome-line input[type=email]:user-valid {border:2px solid green;}*/

.welcome-button {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #ff5d30;
	border-radius: 3px;
	padding: 10px;
	cursor:pointer;
}
.welcome-return {
	padding: 10px;
}
.welcome-return.success {border: 1px solid green;background: url("../img/green-check.png") no-repeat 9px center;padding-left: 60px;}
.welcome-return.error {border: 1px solid red;background: url("../img/red-mark.png") no-repeat 9px center;padding-left: 60px;}

@media (max-width: 768px) {
#popbout {left: 0px;}
.welcome {width:100%;}
.welcome p {	line-height: 1.2em;}
.welcome-line {margin: 10px 0;}
}

/* New panier */
.panier-ligne {margin:20px 0;background-color: #fbfbfb;padding:10px;}
#order-opc .form-group .form-control {max-width:initial !important;}
#opc_new_account h5 {
	text-align: center;
	padding: 10px;
	background-color: #ff5d30;
	color: white;
	cursor: pointer;
}
#opc_new_account h5:after {
  content:' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  display: inline-block;
  position: relative;
  right: -20px;
  transition: all 0.25s ease-in;
}
#opc_new_account h5.open:after {
transform: rotate(90deg);
}


@media (min-width: 1024px) {
.flexmenu-container {margin-top: 10px;}
#order-detail-content h4, .panier-ligne h4 {font-size: 1.4em;font-weight: bold;text-transform: uppercase;}
.panier-ligne-top {}
.panier-ligne-left {display:inline-block;width:48%;font-size: 1.2em;font-weight: bold;}
.panier-ligne-right {display:inline-block;width:48%;}
.panier-ligne .form-control {width:75%;display: inline-block;background-color: white;}
.panier-ligne button {display: inline-block;}

.cart_olea_quote_name input, #cart_olea_quote_name .btn-default {display:inline-block;}
#carrier_area {margin-top:5em;}
}

@media (max-width: 768px) {
.panier-ligne-left, .panier-ligne-right {width:100%;}
.panier-ligne .form-control {width:75%;display: inline-block;}
.amzpayments-product-banner img {display:inline !important;}
}

#opc_payment_methods-overlay {
    width: 48px;
    height: 48px;
    border: 5px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

#contact .selector1 {font-size: 14px;}
#customizationForm .infoCustomizable {display:none;}

.banner-link {
	position: absolute;
	height: 750px;
	width: 87%;
	top: -250px;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-right {
  right: 140px !important;
  bottom: 23px !important;
}

.amzpayments-product-banner img {
	max-width: 180px !important;
	margin-top: 0 !important;
	margin-bottom: 1rem;
       display:none;
}
.amazonPayShoppingCartFooterButton #AmazonPayButton {width:250px !important;}
.amzbuttoncontainer {}
.amzbuttoncontainer .page-subheading {margin-bottom:0px;}
.amazonLogin {width:100% !important;}
.amazonpay-button-container, .amazonPayButton {max-width:100% !important;width:100% !important;}
#create-account_form button.btn-default, #login_form button.btn-default {display: block;margin: 0 auto;width: 40%;}
#amazonpay_payment_button a {background-color: white !important;}
.amazonPayPayNow {color:black !important;}
#amazonpay_payment_button a::after {
	font-family: "fontello" !important;
	content: "\e801" !important;
}

.product-finish {display: inline-block;margin: 1em 0;font-weight: bold;font-size: 1.2em;color: black;}
.product-finish p {margin-top: 1em;text-align: center;}
#product .button {font-weight:bold;font-size:1em;}

/* Bandeau top page */
@media (min-width: 1024px) {
header#header.fixedHeader {top:-24px;}
}

.marquee-container {width: 100%;overflow: hidden;white-space: nowrap;box-sizing: border-box;background: #ff5d30;z-index:60;position:relative;}
.marquee-text {display: inline-block;animation: scroll-left 35s linear infinite;font-size: 1.2em;color: #fff;line-height: 1.5em;font-weight: bold;}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
@keyframes scroll-left {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee-text {font-size: 1em; padding-left: 0;line-height: 1.2em;animation: scroll-left 20s linear infinite;}
}

