/* ---------------------------------------------------------------------------------------------------------------------------------- */

* {
	vertical-align: top;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
}

body {
	/* margin-bottom: 205px; */
	padding: 0px;
	color: #454545;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	background-color: #f5f5f5;
	overflow-y: scroll;
}

a,
i {
	vertical-align: baseline;
}

blockquote {
	margin: 0px 0px 10px 0px;
	padding: 10px 12px;
	font-size: 14px;
	font-style: italic;
	border-left: 3px solid #33567d;
}

form {
	margin: 0px;
}

form > .submit,
form > div > .submit {
	margin-top: 20px;
}

h2,
.events > .row > .col-md-3 > .title {
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.1;
}

h2:first-child {
	margin-top: 0px;
}

h3 {
	font-size: 1.1rem;
	font-weight: 400;
}

iframe {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 3px 0px 0px 0px;
}

select > option.warning {
	background-color: #f0ad4e;
}

b,
strong {
	font-weight: 500;
}

table {
	margin: 0px;
	font-size: 14px;
	font-weight: inherit;
}

th {
	font-weight: 500;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul > li {
	list-style-type: none;
}

time {
	vertical-align: baseline;
}

* > p:last-child {
	margin-bottom: 0px;
}

::selection {
	color: white;
	background-color: #f19340;
}

::-moz-selection {
	color: white;
	background-color: #f19340;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.ajax-backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1060;
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
}

.local-backdrop {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.1);
}

.ajax-backdrop.active {
	background-color: rgba(0, 0, 0, 0.5);
}

.ajax-backdrop.active.danger {
	background-color: rgba(132, 0, 0, 0.5);
}

.ajax-backdrop > p,
.local-backdrop > p {
	position: absolute;
	top: 50%;
	margin: -0.5em 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 40px;
	text-align: center;
}

.local-backdrop > p {
	top: 30%;
}

.ajax-backdrop > p.spin,
.local-backdrop > p.spin {
	transform-origin: center center;
	animation: spin 2s 0s infinite;
}

@media (max-width: 992px) {
	.col-sm-12 > .affix,
	.col-sm-12 > .affix-bottom {
		position: initial !important;
		top: 0px !important;
	}
}

.alert:not(.no-text) > i,
.badge:not(.no-text) > i,
.nav-tabs:not(.no-text) i {
	width: 18px;
	text-align: left;
}

.container .alert {
	margin-bottom: 0px;
}

.container > .seo-description {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.container > .seo-description > .description {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.container > .seo-description > .description > *:nth-last-child(2) {
	margin-bottom: 10px;
}

.container > .seo-description > .description > .gradient {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -moz-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
}

.container > .seo-description-bottom {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.container > .seo-description-bottom > .description {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.container > .seo-description-bottom > .description > *:nth-last-child(2) {
	margin-bottom: 10px;
}

.container > .seo-description-bottom > .description > .gradient {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -moz-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
	background: linear-gradient(
		top,
		rgba(245, 245, 245, 0) 0,
		rgba(245, 245, 245, 0) 50%,
		#fafafa 100%
	);
}

.alert {
	padding: 10px;
	border-left-width: 4px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.alert > i.fa-info {
	text-align: center;
}

.alert > ul {
	padding-left: 18px;
}

.alert > ul > li {
	list-style-type: disc;
}

.alert-info {
	border-color: #31708f;
}

.alert-info a {
	color: #31708f;
}

.alert-success {
	border-color: #3c763d;
}

.alert-success a {
	color: #3c763d;
}

.alert-warning {
	border-color: #8a6d3b;
}

.alert-warning a {
	color: #8a6d3b;
}

.alert-danger {
	border-color: #a94442;
}

.alert-danger a {
	color: #a94442;
}

.backdrop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1000;
	-webkit-transition: background 0.5s ease-in;
	-moz-transition: background 0.5s ease-in;
	-o-transition: background 0.5s ease-in;
	transition: background 0.5s ease-in;
}

.backdrop.active {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.badge {
	color: #fff !important;
	text-align: left;
	white-space: normal;
}

.badge.badge-danger {
	background-color: #d9534f;
}

.badge.badge-info {
	background-color: #5bc0de;
}

.badge.badge-info:hover {
	background-color: #31b0d5;
}

.badge.badge-primary {
	background-color: #337ab7;
}

a.badge.badge-primary:hover {
	background-color: #286090;
}

.badge.badge-success {
	background-color: #5cb85c;
}

.badge.badge-warning {
	background-color: #f0ad4e;
}

.badge.badge-gold {
	background-color: #d4af37;
}

.badge.badge-silver {
	background-color: #c0c0c0;
}

.badge.badge-copper {
	background-color: #b87333;
}

.badge.badge-white {
	background-color: #efefef;
	color: #afafaf !important;
}

.badge.badge-info.badge-product > i,
.badge.badge-primary.badge-product > i {
	padding-top: 0px;
	margin-left: 4px;
	width: initial;
}

.badge-user {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	text-align: center;
	cursor: default;
	overflow: hidden;
}

.badge-user.active {
	background-color: #fff;
	overflow: visible;
}

.badge-user.active.reverse {
	margin-left: -210px;
	margin-right: 210px;
}

.badge-user > .content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 4px;
	width: 290px;
	min-height: 80px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.badge-user.active > .content {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.badge-user > .content > .pull-left.opacity {
	opacity: 0.25;
}

.badge-user.active.reverse > .content > .pull-left {
	float: center !important;
}

.badge-user > .content > .pull-right {
	width: 200px;
	/* color: #fff; */
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.badge-user.active > .content > .pull-right {
	width: 200px;
	/* color: #454545; */
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.badge-user.active.reverse > .content > .pull-right {
	float: left !important;
}

.badge-user > .content > .pull-right > p:first-child {
	border-bottom: 1px solid #ddd;
}

.badge-user > .content > .pull-right > p:nth-child(2),
.badge-user > .content > .pull-right > p:nth-child(3) {
	font-size: 12px;
}

.badge-user > .content > .pull-right > p:nth-child(3) {
	font-style: italic;
}

.breadcrumb {
	margin-bottom: 15px;
	padding: 0px;
	font-size: 0.8rem;
	background: none;
	border-radius: 0px;
}

.breadcrumb a {
	color: #454545;
}

.breadcrumb > li + li:before {
	content: "\f105";
	margin: 0px 4px;
	font: normal normal normal 14px/1 FontAwesome;
}

a,
.btn {
	outline: none !important;
}

.btn:not(.btn-sm) {
	height: 34px;
}

.btn:not(.no-text) > i:not(.fa-caret-down) {
	margin-right: 10px;
}

.btn-sm > i.fa-caret-down {
	padding: 3px 0px;
}

.btn.btn-sm.no-text {
	height: 30px;
}

.btn-responsive {
	margin: 8px;
	background-color: #33567d;
}

.btn-responsive:hover,
.btn-responsive:focus {
	color: #fff;
}

div.checkbox,
div.radio {
	margin-top: 0px;
}

div.checkbox:last-child,
div.radio:last-child {
	margin-bottom: 0px;
}

div.checkbox.alone > label,
div.radio.alone > label {
	padding-left: 0px;
}

div.checkbox.alone > label > input,
div.radio.alone > label > input {
	position: initial;
	margin-left: 0px;
}

.checkbox-select {
	display: none;
}

.checkbox-select.active {
	display: inline;
}

.composite-image {
	position: relative;
}

.composite-image > img:not(:first-child) {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.datepicker-days {
	display: block;
}

.btn-group.dropdown > a {
	line-height: 1.5;
}

.btn-group.dropdown > .dropdown-menu {
	padding: 5px !important;
}

.calendar {
	border: none;
}

.calendar > thead > tr > th {
	font-size: 1rem;
	background-color: transparent !important;
	border: none !important;
}

.calendar > thead > tr > td {
	color: #fff;
	background-color: #33567d;
}

.calendar > tbody > tr > td {
	position: relative;
	padding: 0px;
	width: 14.28%;
	height: 80px;
	font-size: 0.8rem;
	background-color: #fff;
	vertical-align: top !important;
}

.calendar > tbody > tr > td.disabled {
	background-color: #eee;
}

.calendar > tbody > tr > td > span {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 2px;
	width: 22px;
	height: 22px;
	color: white;
	text-align: center;
	background-color: #6282ac;
	border-radius: 22px;
}

.calendar > tbody > tr > td.text-bold > span {
	background-color: #f19340;
}

.calendar > tbody > tr > td > div {
	margin: 0px 10px;
	margin-top: 30px;
}

.calendar > tbody > tr > td > div > div {
	padding: 0px 5px;
}

.calendar > tbody > tr > td > div > div > a {
	display: block;
	margin-top: 1px;
	padding: 15px 0px;
	text-align: center;
	white-space: initial;
}

@media (max-width: 767px) {
	.calendar > tbody > tr > td {
		display: block;
		width: 100%;
	}

	.calendar > tbody > tr > td > span {
		right: initial;
		left: 1px;
	}
}

.dropdown > .dropdown-toggle {
	cursor: pointer;
}

.dropdown > .dropdown-menu a,
.dropdown > .dropdown-menu li {
	display: block;
	color: #454545;
}

.dropdown > .dropdown-menu a i {
	width: 18px;
}

.dropdown > .dropdown-menu > li.row,
.dropdown > .dropdown-menu > li > a,
.dropdown > .dropdown-menu > li > div,
.dropdown > .dropdown-menu > .product-list > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #454545;
	font-weight: 300;
	line-height: 1.42857143;
	border: none;
	white-space: nowrap;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

.dropdown > .dropdown-menu > li > a:focus,
.dropdown > .dropdown-menu > li > a:hover,
.dropdown > .dropdown-menu > li > div:focus,
.dropdown > .dropdown-menu > li > div:hover,
.dropdown > .dropdown-menu > .product-list > li > div:focus,
.dropdown > .dropdown-menu > .product-list > li > div:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f19340;
}

.dropdown > .dropdown-menu > .divider {
	margin: 5px 0px;
}

.edit-hover {
	position: relative;
}

.edit-hover > span {
	display: none;
	position: absolute;
	top: -10px;
	right: 13px;
}

.edit-hover:hover > span {
	display: inline-block;
}

.fa-stack > .fa-stack-2x {
	color: rgba(255, 255, 255, 0.9);
}

.fa-stack > .fa-stack-1x {
	color: #454545;
}

.floating-scroll.affix {
	top: 144px;
}

.floating-scroll.affix-bottom {
	position: relative;
}

.footer-info {
	position: fixed;
	right: 20px;
	bottom: 14px;
	padding: 2px 12px;
	color: #fff;
	font-size: 1.2rem;
	background-color: #f19340;
	border-radius: 30px;
	cursor: pointer;
	z-index: 2;
}

body.has-admin-toolbar .footer-info {
	bottom: 50px;
}

.form-checkboxes .checkbox {
	display: inline-block;
	margin: 7px 0px;
}

.form-checkboxes .checkbox:first-child {
	margin-right: 20px;
}

.form-control.dropdown {
	padding: 0px;
}

.form-control.dropdown > .dropdown-toggle {
	padding: 6px 12px;
}

.form-control.dropdown > .dropdown-toggle > .badge {
	float: right;
}

.form-control.dropdown > .dropdown-menu {
	width: 100%;
	z-index: 1;
}

.form-control.dropdown > .dropdown-menu > li > .checkbox {
	padding: 0px;
}

.form-control.dropdown > .dropdown-menu > li.active {
	background-color: #c4e3f3;
}

.form-control.dropdown > .dropdown-menu > li.active > .checkbox {
	color: #31708f;
}

.form-control.dropdown > .dropdown-menu > li > .checkbox > label {
	padding: 3px 10px 3px 30px;
	width: 100%;
}

.form-control-feedback {
	left: 0px;
	padding-top: 10px;
}

.form-group.date > .row {
	padding: 0px 13px;
}

.form-group.date > .row > .col-md-4 {
	padding: 0px 5px;
}

@media (min-width: 768px) {
	.form-group.date > .row > .col-md-4:first-child {
		padding-left: 0px;
	}

	.form-group.date > .row > .col-md-4:last-child {
		padding-right: 0px;
	}
}

.has-feedback input.form-control,
.has-feedback select.form-control {
	padding: 0px 0px 0px 34px;
}

.has-feedback textarea.form-control {
	padding: 6px 12px 6px 34px;
}

.help-block {
	margin-bottom: 0px;
	font-size: 0.7rem;
}

.horizontal {
	margin-bottom: 15px;
}

.horizontal > .form-group {
	margin: 0px;
}

@media (max-width: 768px) {
	.horizontal > .form-group.text-right {
		text-align: left;
	}
}

.horizontal > .form-group > label {
	padding-top: 8px;
}

.horizontal > .form-group > label > i {
	margin-left: 5px;
}

.horizontal.row .form-control-feedback {
	left: 15px;
}

.image-follow {
	position: absolute;
	height: 300px;
	z-index: 1;
}

.image-radio {
	display: inline-block;
	position: relative;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}

.image-radio:hover {
	border-color: #96b9cd;
}

.image-radio.active {
	border-color: #2b729c;
	cursor: default;
}

.image-radio:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 28px;
	height: 28px;
	background: url(../files/img/ui/main/image_radio.png);
	background-position: 0px 0px;
	background-size: 56px 28px;
}

.image-radio.active:after {
	background-position: 28px 0px;
	background-size: 56px 28px;
}

.image-small {
	width: auto;
	max-height: 251px;
}

.image-medium {
	width: auto;
	max-height: 307px;
}

.input-group > .input-group-btn > .btn {
	vertical-align: top;
}

.input-group > .input-group-btn > a > i.fa-link,
.input-group > .input-group-btn > button > i.fa-link {
	margin-right: 0px;
	padding: 3px;
}

.justify {
	text-align: justify;
}

.justify ul {
	padding-left: 14px;
}

.justify ul > li {
	list-style-type: disc;
}

.label {
	padding: 0.4em 0.6em 0.3em;
	font-weight: normal;
}

.label > i {
	margin-right: 5px;
}

.lazy-decklist {
	width: 100%;
}

.lazy-decklist > .content,
.lazy-product > .content {
	display: none;
}

.modal > .modal-dialog > .modal-content > .modal-header > .modal-title {
	font-size: 18px;
	font-weight: 500;
}

.modal > .modal-dialog > .modal-content > .modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.modal > .modal-dialog > .modal-content > .modal-body > *:last-child {
	margin-bottom: 0px;
}

.modal.jumbo > .modal-dialog {
	max-width: 768px;
	width: inherit;
}

.modal.jumbo-plus > .modal-dialog {
	max-width: 1170px;
	width: inherit;
}

.modal.jumbo-max > .modal-dialog {
	max-width: 1700px;
	width: inherit;
}

@media (max-width: 788px) {
	.modal.jumbo > .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1190px) {
	.modal.jumbo-plus > .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 1720px) {
	.modal.jumbo-max > .modal-dialog {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.nav-pills > li > a {
	margin-bottom: 2px;
	background-color: #f1f1f1;
}

.nav-tabs > li > a {
	background-color: #fafafa;
	border: 1px solid #ddd;
}

.nav-tabs > li > a:hover {
	border: 1px solid #ddd;
}

.nav-tabs > li > a.back > i {
	width: initial;
}

.pagination {
	margin: 0px;
}

.pagination > li > a {
	border-color: #ccc !important;
	cursor: pointer;
}

.pagination > li.active > a {
	z-index: 0;
}

.pagination > li.disabled > a {
	background-color: #eee;
	cursor: default !important;
}

.pagination > li.inactive > a {
	cursor: default;
}

.pagination > li.disabled > a:hover {
	background-color: #eee;
}

.panel-group {
	margin-bottom: 0px;
}

.panel-group > .panel {
	margin-bottom: 0px;
}

.panel-group
	> .panel
	> .panel-collapse
	> .list-group
	> .list-group-item
	> .form-group {
	margin: 0px;
}

.panel-group > .panel-default a {
	display: block;
	padding: 10px 15px;
	color: #454545;
	text-decoration: none;
}

.panel-group > .panel-default > .panel-heading {
	padding: 0px;
	font-size: 1rem;
	line-height: 1.1;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.panel-group > .panel-default > .panel-heading:hover {
	background-color: #e7e7e7;
}

.panel-group > .panel-default > .panel-heading > a:after {
	float: right;
	content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
}

.panel-group > .panel-default > .panel-heading > a.collapsed:after {
	content: "\f067";
}

.panel-group
	> .panel-default
	> .panel-collapse
	> .list-group
	> .list-group-item {
	padding: 0px;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd !important;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.panel-group
	> .panel-default
	> .panel-collapse
	> .list-group
	> .list-group-item:hover {
	background-color: #f5f5f5;
}

.panel-group
	> .panel-default
	> .panel-collapse
	> .list-group
	> .list-group-item
	> a {
	cursor: pointer;
}

.panel-group
	> .panel-default
	> .panel-collapse
	> .list-group:last-child
	.list-group-item:last-child,
.panel-group
	> .panel-default
	> .panel-collapse
	> .panel-group
	> .panel-collapse
	> .list-group:last-child
	.list-group-item:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.panel-group > .panel-tiny {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group > .panel-tiny a {
	display: block;
	padding: 10px 0px;
	color: #454545;
	text-decoration: none;
}

.panel-group > .panel-tiny > .panel-heading {
	padding: 0px;
	font-size: 1rem;
	line-height: 1.1;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.panel-group > .panel-tiny > .panel-heading > a {
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

.panel-group > .panel-tiny > .panel-heading > a:after {
	float: right;
	content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 13px;
}

.panel-group > .panel-tiny > .panel-heading > a.collapsed:after {
	content: "\f067";
}

.panel-group > .panel-tiny > .panel-collapse > .list-group {
	border: inherit;
}

.panel-group > .panel-tiny > .panel-collapse > .list-group > .list-group-item {
	padding: 0px;
	font-size: 0.8rem;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.panel-group
	> .panel-tiny
	> .panel-collapse
	> .list-group
	> .list-group-item:hover {
	background-color: #f5f5f5;
}

.panel-group
	> .panel-tiny
	> .panel-collapse
	> .list-group
	> .list-group-item
	> a {
	cursor: pointer;
}

.reorder {
	cursor: move;
}

.new .reorder {
	opacity: 0.5;
	cursor: not-allowed;
}

.row.condensed {
	margin: 0px;
}

.row.condensed > div {
	padding-left: 10px;
	padding-right: 10px;
}

.row.condensed > div:first-of-type {
	padding-left: 0px;
}

.row.condensed > div:last-of-type {
	padding-right: 0px;
}

.row.danger > div,
input.danger {
	color: #a94442;
	background-color: #f2dede;
}

.row.info > div,
input.info {
	color: #31708f;
	background-color: #d9edf7;
}

.row.success > div,
input.success {
	color: #3c763d;
	background-color: #dff0d8;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
	min-height: 34px;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 34px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	padding-left: 12px;
	line-height: 32px;
}

.range-price-show {
	margin-left: 10px;
}

.relative {
	position: relative;
}

.social-media-icons {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../files/img/ui/footer/social-media.png);
	background-repeat: no-repeat;
}

.social-media-icons.facebook {
	background-position: 0px 0px;
}

.social-media-icons.twitter {
	background-position: -50px 0px;
}

.social-media-icons.google-plus {
	background-position: -100px 0px;
}

.social-media-icons.instagram {
	background-position: -150px 0px;
}

.social-media-icons.small {
	width: 25px;
	height: 25px;
	background-size: 100px 25px;
}

.social-media-icons.small.facebook {
	background-position: 0px 0px;
}

.social-media-icons.small.twitter {
	background-position: -25px 0px;
}

.social-media-icons.small.google-plus {
	background-position: -50px 0px;
}

.social-media-icons.small.instagram {
	background-position: -75px 0px;
}

.spoiler {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.spoiler > .spoiler-text {
	padding: 5px;
}

.spoiler > .spoiler-toggle {
	padding: 5px;
	color: #454545;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}

.spoiler-toggle:hover {
	background-color: #f5f5f5;
}

.tab-content {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-color: transparent;
	-webkit-border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
}

.table {
	margin-bottom: 0px;
}

.table > thead > tr > th {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table > tbody > tr > td.border-left {
	border-left: 1px solid #dddddd;
}

.table > thead > tr > td.nowrap,
.table > thead > tr > th.nowrap,
.table > tbody > tr > td.nowrap,
.table > tbody > tr > th.nowrap {
	white-space: nowrap;
}

.table > thead > tr > th i {
	padding-bottom: 3px;
}

.table > tbody > tr > td i {
	padding-top: 3px;
}

.table > tbody > tr > td .btn i {
	padding-top: 0px;
}

.table > tbody > tr.space:hover {
	background-color: transparent;
}

.table > tbody > tr.space > td {
	border-top: none;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > td > a,
.table > tbody > tr > td.danger {
	color: #a94442;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > td > a,
.table > tbody > tr > td.info {
	color: #31708f;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > td > a,
.table > tbody > tr > td.success {
	color: #3c763d;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > td > a,
.table > tbody > tr > td.warning {
	color: #8a6d3b;
}

.table > tbody > tr.selected > td,
.table > tbody > tr.selected > td > a,
.table > tbody > tr > td.selected {
	color: #31708f !important;
	background-color: #c4e3f3 !important;
}

.table-a-block > tbody > tr > td,
.table-a-block > tbody > tr > th {
	padding: 0px;
}

.table-a-block > tbody > tr > td > a,
.table-a-block > tbody > tr > th > a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.table-bordered-bottom > tbody > tr > td,
.table-bordered-bottom > tbody > tr > th,
.table-bordered-bottom > tfoot > tr > td,
.table-bordered-bottom > tfoot > tr > th,
.table-bordered-bottom > thead > tr > td,
.table-bordered-bottom > thead > tr > th {
	border-bottom: 1px solid #ddd;
}

.table-hover > tbody > tr,
.table-hover > tbody > tr > td {
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.table-hover > tbody > tr:hover {
	background-color: #f0f0f0;
}

.tableHistory > tbody > tr:hover {
	background-color: #bfbcbc;
}

.table-hover > tbody > tr > td > label {
	margin: 0px;
}

.table-mini {
	font-size: 0.7rem;
}

.tablesorter > thead > tr > .tablesorter-header,
.tablesorter-false > thead > tr > .tablesorter-header {
	background-position: center right 5px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.tablesorter > thead > tr > .tablesorter-headerUnSorted,
.tablesorter-false > thead > tr > .tablesorter-headerUnSorted {
	background-image: url(../plugins/js/tablesorter-2.28.3/dist/css/images/black-unsorted.gif);
}

.tablesorter > thead > tr > .tablesorter-headerAsc,
.tablesorter-false > thead > tr > .tablesorter-headerAsc {
	background-image: url(../plugins/js/tablesorter-2.28.3/dist/css/images/black-asc.gif);
}

.tablesorter > thead > tr > .tablesorter-headerDesc,
.tablesorter-false > thead > tr > .tablesorter-headerDesc {
	background-image: url(../plugins/js/tablesorter-2.28.3/dist/css/images/black-desc.gif);
}

.tablesorter > thead > tr > .sorter-false,
.tablesorter-false > thead > tr > .sorter-false {
	background-image: none;
	cursor: default;
}

.tablesorter-false > thead > tr > .tablesorter-header > a {
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.top-scroll {
	background-color: #fafafa;
	z-index: 3;
}

.top-scroll > form .row {
	margin: 0px;
}

.top-scroll > form > .row:not(:last-child) {
	margin-bottom: 10px;
}

.top-scroll .row > div {
	padding-left: 5px;
	padding-right: 5px;
}

.top-scroll .row > div:first-child {
	padding-left: 0px;
}

.top-scroll .row > div:last-child {
	padding-right: 0px;
}

.top-scroll .checkbox {
	padding: 7px 0px 0px 10px;
}

.top-scroll.affix {
	top: 124px;
	margin-left: -20px;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1210px) {
	.top-scroll.affix {
		top: 50px;
	}
}

.ui-autocomplete {
	position: fixed;
	top: 0px;
	left: 0px;
	cursor: default;
}

.ui-front {
	z-index: 100;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute;
	padding: 0px;
	width: 1px;
	height: 1px;
	border: 0px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.ui-menu {
	display: block;
	margin: 0px;
	padding: 8px;
	color: #fff;
	font-size: 0.9em;
	background-color: #000;
	opacity: 0.8;
	border-radius: 0px 0px 4px 4px;
	outline: none;
}

.ui-slider {
	position: relative;
	height: 0.8em;
	color: #454545;
	font-size: 1em;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.ui-slider > .ui-slider-range {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	color: #454545;
	font-size: 0.7em;
	font-weight: 500;
	background-color: #f19340;
	border-radius: 3px;
	z-index: 1;
}

.ui-slider > span {
	position: absolute;
	top: -0.3em;
	margin-left: -0.6em;
	width: 1.2em;
	height: 1.2em;
	color: #454545;
	font-weight: normal;
	background-color: #f6f6f6;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	outline: transparent;
	cursor: default;
	z-index: 2;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-widget-content .ui-state-active {
	margin: -1px;
	padding-left: 2px;
	color: #fff;
	font-weight: normal;
	background: #0972a5;
	border: 1px solid #26b3f7;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#image_preview {
	margin: 0px auto 15px auto;
}

#image_preview > img {
	max-width: 300px;
	max-height: 300px;
}

.avatar {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}

.my-account .avatar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.small-avatar {
	width: 64px;
	height: 64px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.caption {
	display: block;
	margin: 0px auto;
	padding: 0px 5px;
	text-align: center;
}

.captions {
	text-align: center;
}

.captions > .caption {
	display: inline-block;
}

.caption > p {
	margin: 10px auto 0px auto;
	max-width: 600px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.color-pickup {
	width: 70px;
	height: 23px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
		inset 0 -5px 15px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
		inset 0 -5px 15px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
		inset 0 -5px 15px rgba(0, 0, 0, 0.25), 0 1px rgba(0, 0, 0, 0.2);
}

.column-count-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.column-count-2 > .column {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.cursor-default {
	cursor: default !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-zoom-in {
	cursor: zoom-in !important;
}

.edit-quantity {
	margin: 11px auto 0px auto;
	width: 70px;
}

.edit-quantity > div:first-child {
	float: left;
	width: 50px;
}

.edit-quantity > div:first-child > input {
	border-right: none;
	border-radius: 4px 0px 0px 4px;
}

.edit-quantity > div:last-of-type {
	float: right;
	width: 20px;
	line-height: 15px;
}

.edit-quantity > div:last-of-type > button {
	padding: 0px;
	width: 20px;
	height: 17px;
	line-height: 17px;
}

.edit-quantity > div:last-of-type > button:first-child {
	border-bottom: none;
	border-radius: 0px 4px 0px 0px;
}

.edit-quantity > div:last-of-type > button:last-child {
	border-radius: 0px 0px 4px 0px;
}

.floating-bloc {
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
	/* -webkit-border-radius: 4px; */
	/* -moz-border-radius: 4px; */
	/* border-radius: 4px; */
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.floating-bloc > .title {
	padding: 1px 10px 1px 10px;
	color: #fff;
	/* font-weight: 500; */
	font-weight: 300;
	text-transform: uppercase;
	background-color: #f19340;
	/* border-bottom: 1px solid #eee; */
	/* -webkit-border-radius: 4px 4px 0px 0px; */
	/* -moz-border-radius: 4px 4px 0px 0px; */
	/* border-radius: 4px 4px 0px 0px; */
}

.floating-bloc > .title > i {
	margin-left: 6px;
}

.floating-bloc > .title > .pull-right > a {
	display: block;
	height: 20px;
	color: #fff;
	cursor: pointer;
}

.floating-bloc > .title > .pull-right > a:hover {
	color: #00aff0;
}

.floating-bloc > .title > .pull-right > a > i {
	padding: 3px 5px 0px 7px;
}

.floating-bloc > .content {
	position: relative;
}

.floating-bloc > .content .title-sub {
	margin: 10px 0px;
	text-align: center;
	border-bottom: 0px;
}

.floating-bloc > .title > i,
.floating-bloc > .content > i,
.floating-bloc > .content > li > i,
.floating-bloc > .content > li > a > i {
	width: 18px;
}

.floating-bloc > .content {
	padding: 10px 15px;
	background-color: #fff;
	/* -webkit-border-radius: 0px 0px 4px 4px ; */
	/* -moz-border-radius: 0px 0px 4px 4px ; */
	/* border-radius: 0px 0px 4px 4px ; */
}

.floating-bloc > .content ul:not(.nav-tabs):not(.select2-selection__rendered) {
	padding: 10px;
}

.floating-bloc
	> .content.justify
	ul:not(.nav-tabs):not(.select2-selection__rendered) {
	padding: 0px 20px 20px 20px;
}

.floating-bloc
	> .content.justify
	ol:not(.nav-tabs):not(.select2-selection__rendered)
	> li:not(:last-child),
.floating-bloc
	> .content.justify
	ul:not(.nav-tabs):not(.select2-selection__rendered)
	> li:not(:last-child) {
	margin-bottom: 5px;
}

.floating-bloc > .content > .avatar {
	margin-bottom: 10px;
}

.floating-bloc > .content .address,
.modal .modal-body .address {
	position: relative;
	padding: 10px;
	background-color: #fafafa;
}

.floating-bloc > .content .address:not(:first-child) {
	/*.modal .modal-body > div:not(.horizontal) > div:not(:first-child):not(.margin-top-none) {*/
	margin-top: 10px !important;
}

.floating-bloc > .content .address > div {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}

.floating-bloc > .content .address > div > div:not(:first-child) {
	margin-top: 10px;
}

.floating-bloc > .content .address > li > i {
	width: 18px;
}

.floating-bloc > .content > .horizontal:first-child {
	margin-top: 10px;
}

.floating-bloc > .content > .horizontal:last-child {
	margin-bottom: 10px;
}

.floating-bloc.hover > .content > li > a {
	display: block;
	padding-left: 6px;
	text-decoration: none;
	color: #454545;
	-webkit-transition: background 0.1s ease-in;
	-moz-transition: background 0.1s ease-in;
	-o-transition: background 0.1s ease-in;
	transition: background 0.1s ease-in;
}

.floating-bloc.hover > .content > li > a:hover {
	display: block;
	color: #454545;
	background-color: #f5f5f5;
}

.input-group-select2 > input,
.input-group-select2 > .select2 {
	float: left;
	width: 80% !important;
}

.input-group-select2 > input:first-child,
.input-group-select2 > .select2 > .selection > .select2-selection:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.input-group-select2 > input:last-child,
.input-group-select2 > .select2:last-child {
	width: calc(20% + 1px) !important;
	margin-left: -1px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.label-product {
	line-height: 22px;
}

.label-product > a {
	color: white;
}

.margin-height {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-height-tiny {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-bottom-no {
	margin-bottom: 0px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-bottom-tiny {
	margin-bottom: 10px;
}

.margin-bottom-jumbo {
	margin-bottom: 35px;
}

.margin-left {
	margin-left: 20px;
}

.margin-left-tiny {
	margin-left: 10px;
}

.margin-left-micro {
	margin-left: 2px;
}

.margin-no {
	margin: 0px;
}

.margin-top-jumbo {
	margin-top: 35px;
}

.margin-top {
	margin-top: 20px;
}

.margin-top-tiny {
	margin-top: 10px;
}

.margin-width {
	margin-left: 5px;
	margin-right: 5px;
}

.padding-no {
	padding: 0px !important;
}

.no-spacing {
	font-size: 0px;
}

.no-spacing > span {
	font-size: initial;
}

.no-resize {
	resize: none;
}

.no-resize-horizontal {
	resize: vertical;
}

.platform-amazon {
	color: #ff9900;
}

.platform-amazon-afn {
	color: #333;
}

.platform-boutique {
	color: #a2a2a2;
}

.platform-ebay-e {
	color: #e43137;
}

.platform-ebay-b {
	color: #0063d1;
}

.platform-ebay-a {
	color: #f4ae01;
}

.platform-ebay-y {
	color: #85b716;
}

.platform-mkm {
	color: #012169;
}

.platform-parkage {
	color: #3d90f5;
}

.platform-priceminister-p {
	color: #102788;
}

.platform-priceminister-m {
	color: #ff9900;
}

.platform-privilege-code {
	color: #ff9900;
}

.popover {
	font-family: inherit;
}

.product-name {
	overflow: hidden;
}

.product-name > a {
	/* display: block;
	max-width: 500px; */
	color: #337ab7;
	font-family: "Acme", sans-serif;
	font-size: 1rem;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}

.product-name > a > .title-flag {
	padding-bottom: 5px;
	vertical-align: text-bottom;
}

.product-name > a > .fa {
	margin-left: 5px;
}

.product-name > a > .fa-sign-in {
	color: #454545;
}

.product-name > a > .fa-star,
.mkm-star {
	color: #f0ad4e;
}

.product-list .reviews {
	margin-top: -3px;
	margin-bottom: 3px;
}

.rank > i {
	margin-right: 2px;
}

.rank-community_manager,
.rank-developer,
.rank-graphist,
.rank-magic_specialist,
.rank-manager,
.rank-mos_team_leader,
.rank-order_picker,
.rank-vendor {
	color: #f19340;
	font-weight: 500;
}

.rank-community_manager:hover,
.rank-developer:hover,
.rank-graphist:hover,
.rank-magic_specialist:hover,
.rank-manager:hover,
.rank-mos_team_leader:hover,
.rank-order_picker:hover,
.rank-vendor:hover {
	color: #d08039;
}

.reviews > i {
	padding: 3px 0px;
	width: 14px;
	color: #d8d8d8;
}

.reviews > i.active {
	color: #f0ad4e;
}

.reviews > .count {
	padding-left: 4px;
	font-size: 10px;
}

.symbol-magic {
	width: 16px;
}

.text-bold {
	font-weight: 500;
}

.text-italic {
	font-style: italic;
}

.text-red {
	color: red !important;
}

.text-danger {
	color: #a94442;
}

.text-success {
	color: #3c763d;
}

.text-small {
	font-size: 0.7rem;
	line-height: 18px;
}

.title-flag {
	margin-right: 4px;
	vertical-align: initial;
}

.title-link {
	margin-bottom: 10px;
	text-align: center;
}

.title-link > a,
.title-link > .separate {
	color: #aaa;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: none;
}

.title-link > a:hover {
	color: #666;
}

.title-link > a.active {
	color: #454545;
}

.title-link > .separate {
	margin: 0px 10px;
	color: #454545;
}

.title-sub {
	margin: 0px 0px 20px 0px;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
}

.title-date {
	margin-bottom: 10px;
	font-size: 0.8rem;
}

.toggle {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 65px;
	height: 24px;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.text-center > .toggle {
	margin-right: auto;
	margin-left: auto;
}

.toggle.off {
	background-color: #f5f5f5;
}

.toggle.on {
	background-color: #00aff0;
}

.toggle > div {
	position: absolute;
	top: 3px;
	width: 86px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.toggle.off > div {
	left: -32px;
	color: #ccc;
}

.toggle.on > div {
	left: 10px;
	color: #fff;
}

.toggle.disabled {
	pointer-events: none;
	background-color: #f5f5f5;
}

.toggle.disabled > div {
	color: #ccc;
}

.toggle > div > div {
	position: absolute;
}

.toggle > div > div:nth-child(1),
.toggle > div > div:nth-child(3) {
	width: 31px;
	text-align: center;
}

.toggle > div > div:nth-child(1) {
	left: 0px;
}

.toggle > div > div:nth-child(2) {
	top: -1px;
	left: 35px;
	font-size: 20px;
}

.toggle > div > div:nth-child(3) {
	right: 0px;
}

.toggle > div > div > i {
	padding: 0px !important;
	vertical-align: top;
}

.vertical-align {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.vertical-align.border {
	background-color: #fff;
	border: 1px solid #ddd;
}

.vertical-align.m360 {
	height: 360px;
}

.vertical-align > .parent {
	display: table;
	width: 100%;
	overflow: hidden;
}

.vertical-align.p50 > .parent {
	height: 50px;
}

.vertical-align.p230 > .parent {
	height: 230px;
}

.vertical-align.p186 > .parent {
	height: 186px;
}

.vertical-align.p320 > .parent {
	height: 320px;
}

.vertical-align > .parent > .children {
	display: table-cell;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.vertical-align.i70 > .parent > .children img {
	/* max-width: 70px; */
	max-height: 70px;
}

.vertical-align.i90 > .parent > .children img {
	/* max-width: 90px; */
	max-height: 90px;
}

.vertical-align.i186 > .parent > .children img {
	/* max-width: 90px; */
	max-height: 186px;
}

.vertical-align.i220 > .parent > .children img {
	/* max-width: 220px; */
	max-height: 220px;
}

.vertical-align.i300 > .parent > .children img {
	/* max-width: 300px; */
	max-height: 300px;
}

.vertical-align.i300 > .view-larger {
	margin-top: 5px;
}

.switch-image {
	cursor: pointer;
}

@media (min-width: 992px) {
	.vertical-border-left {
		border-left: 1px solid #d6d6d6;
	}

	.vertical-border-right {
		border-right: 1px solid #d6d6d6;
	}
}

.vertical-menu > li > a {
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	color: #454545;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

.vertical-menu > li > a:hover {
	background-color: #fafafa;
}

.vertical-menu.info > li > a {
	color: #fff;
	background-color: #00aff0;
	border-color: #009dd6;
}

.vertical-menu.info > li > a:hover {
	color: #fff;
	background-color: #009cd7;
}

.vertical-menu.danger > li > a {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.vertical-menu.danger > li > a:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.vertical-menu > li > a > i {
	width: 18px;
}

.vertical-menu > li.active > a {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.vertical-menu > li.active > a:hover {
	background-color: #009cd7;
}

.vertical-menu > li:first-child > a {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.vertical-menu > li:last-child > a {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

.vertical-menu.info > li > a,
.vertical-menu.danger > li > a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.vertical-content {
	display: none;
}

.vertical-content.active {
	display: block;
}

.x90 {
	display: block;
	margin: 0px auto;
	width: 90px;
	height: 90px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

header {
	position: sticky;
	width: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	color: #fff;
	font-family: "Acme", sans-serif;
	z-index: 1000;
}

header .header-container a {
	display: table-cell;
	color: #fff;
	text-decoration: none;
}

header .header-container nav > ul > li > a {
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

header > .header-responsive {
	display: none;
	height: 50px;
	text-align: center;
	background-color: #002d51;
}

header > .header-responsive > .text-left,
header > .header-responsive > .text-center,
header > .header-responsive > .text-right {
	position: absolute;
	top: 0px;
}

header > .header-responsive > .text-left {
	left: 0px;
}

header > .header-responsive > .text-center {
	width: 100%;
}

header > .header-responsive.search > .text-center img {
	height: 50px;
}

header > .header-responsive > .text-right {
	right: 0px;
}

header > .header-responsive > form {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	padding: 5px 10px 10px 10px;
	background-color: #002d51;
}

header > .header-responsive.search > form {
	display: block;
}

header > .header-responsive > .text-alert {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 49px;
	padding: 16px 10px 10px 10px;
	font-family: "Roboto", sans-serif;
	font-size: 0.7rem;
	background-color: #b0413e;
	overflow: hidden;
	z-index: -1;
}

@media only screen and (max-width: 1210px) {
	header > .header-responsive {
		display: block;
	}

	body {
		margin-bottom: 0px;
	}

	body.has-admin-toolbar {
		margin-bottom: 36px;
	}

	body > header,
	body > section,
	body > footer {
		-webkit-transform: translateX(75%);
		-moz-transform: translateX(75%);
		-ms-transform: translateX(75%);
		transform: translateX(75%);
		-webkit-transition: transform 0.2s ease-in;
		-moz-transition: transform 0.2s ease-in;
		-o-transition: transform 0.2s ease-in;
		transition: transform 0.2s ease-in;
	}

	body > header > .header {
		position: absolute;
		top: 0px;
		left: -75%;
		width: 75%;
		background-color: #262425;
		overflow-y: auto;
		height: 100vh;
	}

	body > header > .header .nav-justified > li {
		display: block;
		width: inherit;
	}

	body > header > .header .nav-justified > li > a {
		width: 100%;
	}

	/* body > header > .header > .header-top { */
	/* position: fixed; */
	/* } */

	body > header > .header > .header-top,
	body > header > .header > .header-middle,
	body > header > .header > .header-bottom {
		background: transparent;
	}

	body > header > .header > .header-alert {
		display: none;
	}

	body > header > .header > .header-top > .header-container,
	body > header > .header > .header-middle > .header-container,
	body > header > .header > .header-bottom > .header-container {
		height: inherit;
		line-height: inherit;
	}

	body > header > .header > .header-top {
		position: fixed;
		width: 75%;
		z-index: 1;
	}

	body
		> header
		> .header
		> .header-middle
		> .header-container
		> .main-menu
		> .pull-right {
		float: left !important;
	}

	body > header > .header > .header-top > .header-container > .pull-right {
		float: none !important;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .gradient {
		display: none;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown {
		text-align: center;
		vertical-align: middle;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown:not(:nth-child(2)) {
		border-left: 1px solid #33567d;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown:nth-child(2),
	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown:nth-child(4) {
		width: 40%;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown:nth-child(6) {
		width: 20%;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .my-account
		> .dropdown-menu:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: calc(50% - 7px);
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #fff;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> #show_cart_button
		> .hidden {
		display: block !important;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> #show_cart_button
		> a {
		padding: 0px;
		height: 20px;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> #show_cart_button
		> .dropdown-toggle {
		display: none;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown.my-account
		> .dropdown-menu,
	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown.flags
		> .dropdown-menu {
		top: 48px;
		right: inherit;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown
		> .dropdown-toggle {
		padding: 13px 0px;
		height: 46px;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown.flags
		> .dropdown-toggle {
		width: 1000px;
		height: 50px;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown.flags
		> .dropdown-toggle
		> i {
		display: none;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown
		> a {
		display: block;
		padding: 0px;
		width: 100%;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .dropdown
		.orange {
		display: none !important;
	}

	body
		> header
		> .header
		> .header-top
		> .header-container
		> .pull-right
		> .group
		> .spacing {
		width: 0px;
	}

	body > header > .header > .header-middle {
		margin-top: 50px;
	}

	body > header > .header > .header-middle > .header-container > .main-menu {
		float: none;
		margin-left: 0px;
	}

	body
		> header
		> .header
		> .header-middle
		> .header-container
		> .main-menu
		> nav {
		float: none;
		width: 100%;
	}

	body
		> header
		> .header
		> .header-middle
		> .header-container
		> .main-menu
		> nav
		> .nav-justified
		> li
		> a {
		height: 40px;
		background-color: #33567d;
		border-bottom: 1px solid #002d51;
	}

	body
		> header
		> .header
		> .header-middle
		> .header-container
		> .main-menu
		> nav
		> .nav-justified
		> li
		> a:hover {
		border-bottom: 1px solid #002d51;
	}

	body
		> header
		> .header
		> .header-middle
		> .header-container
		> .main-menu
		> .search {
		display: none;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li
		> a {
		background-color: #6282ac;
		border-bottom: 1px solid #002d51;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li:hover
		> a {
		background-color: #6282ac;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li
		> a.active {
		background-color: #002d51;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li
		> .dropdown {
		position: initial;
		top: inherit;
		left: inherit;
		padding-top: 0px;
		width: 100%;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li
		> .dropdown.active {
		display: block;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li:hover
		.dropdown:not(.active) {
		display: none;
	}

	body
		> header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> .nav-justified
		> li
		> .dropdown
		> .dropdown-menu {
		position: initial;
		float: none;
		border: none;
		border-radius: 0px;
	}

	body:not(.nav-collapsed) {
		overflow: hidden;
	}

	body:not(.nav-collapsed) > section:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}

	body.nav-collapsed > header,
	body.nav-collapsed > section,
	body.nav-collapsed > footer {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

header > .header > .header-top > .header-container,
header > .header > .header-middle > .header-container,
header > .header > .header-bottom > .header-container {
	margin: 0px auto;
	width: 1170px;
}

@media only screen and (max-width: 1210px) {
	header > .header > .header-top > .header-container,
	header > .header > .header-middle > .header-container,
	header > .header > .header-bottom > .header-container {
		width: 100%;
	}
}

header > .header > .header-top {
	font-size: 0.9rem;
	background-color: #33567d;
	background: -webkit-linear-gradient(
		left,
		#33567d 0%,
		#33567d 49%,
		#002d51 50%,
		#002d51 100%
	);
	background: -moz-linear-gradient(
		left,
		#33567d 0%,
		#33567d 49%,
		#002d51 50%,
		#002d51 100%
	);
	background: linear-gradient(
		to right,
		#33567d 0%,
		#33567d 49%,
		#002d51 50%,
		#002d51 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33567d', endColorstr='#002d51', GradientType=1);
}

header > .header > .header-top > .header-container {
	height: 24px;
	line-height: 24px;
}

header > .header > .header-top > .header-container > .pull-right > .group {
	display: table;
	background-color: #002d51;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> div {
	display: table-cell;
	vertical-align: top;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .gradient {
	/* padding-right: 500px; */
	padding-right: 200px;
	background: #33567d;
	background: -webkit-linear-gradient(left, #33567d 0%, #002d51 100%);
	background: -moz-linear-gradient(left, #33567d 0%, #002d51 100%);
	background: linear-gradient(to right, #33567d 0%, #002d51 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33567d', endColorstr='#002d51', GradientType=1);
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .spacing {
	width: 20px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account.open,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account:hover,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button.open,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button:hover,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags.open,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags:hover {
	background-color: #001c33;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> a,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-toggle,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-toggle,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> a {
	padding-left: 10px;
	height: 24px;
	font-weight: 300;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-toggle {
	padding: 0px 10px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	.orange,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	*:not(.label)
	> .orange {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 0px 5px;
	text-align: center;
	background-color: #f19340;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	.orange:after,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	*:not(.label)
	> .orange:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 100%;
	border-top: 7px solid transparent;
	border-right: 7px solid #f19340;
	border-bottom: 7px solid transparent;
	z-index: 1;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account.open
	.orange:after,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button.open
	*:not(.label)
	> .orange:after {
	transform: rotate(-90deg);
	transform-origin: 20px 6px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	i,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	*:not(.label)
	> i {
	width: 18px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu {
	top: 28px;
	right: 0px;
	left: inherit;
	text-shadow: none;
	z-index: 1010;
}

/* header > .header > .header-top > .header-container > .pull-right > .group > .my-account > .dropdown-menu > li:first-child { */
/* padding: 3px 20px; */
/* color: #454545; */
/* font-size: 1rem; */
/* font-weight: 500; */
/* line-height: 32px; */
/* border-left: 3px solid transparent; */
/* cursor: default; */
/* } */

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu
	> li.inactive
	> a {
	color: #c3c3c3;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu
	> li.inactive
	> a:hover {
	background-color: #f5f5f5;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu
	> li
	> a {
	cursor: pointer;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu
	> li:first-child
	> img {
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .my-account
	> .dropdown-menu
	> li:first-child
	> span {
	float: left;
	padding-top: 16px;
	line-height: 16px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu {
	font-family: "Roboto", sans-serif;
	cursor: default;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list {
	width: 900px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> li.row,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> .row {
	margin: 0px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> div.row:not(:last-child) {
	border-bottom: 1px solid #f5f5f5;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list {
	max-height: 450px;
	overflow-y: auto;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar {
	width: 8px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-thumb {
	background-color: #e1e1e1;
	border: 0px none #fff;
	border-radius: 50px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-thumb:hover {
	background-color: #d1d1d1;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-thumb:active {
	background-color: #c1c1c1;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border: 0px none #fff;
	border-radius: 50px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list::-webkit-scrollbar-corner {
	background-color: transparent;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> .row {
	border: none;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> .row
	> div.col-md-9
	> .product-name
	> a {
	color: #337ab7;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> .row
	> div.col-md-9
	> .product-name
	> a:focus,
header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list
	> .row
	> div.col-md-9
	> .product-name
	> a:hover {
	color: #23527c;
	text-decoration: underline;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> .product-list-footer
	> div.row:last-child {
	margin-bottom: 15px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> li
	> .alert {
	margin: 0px;
	background-color: transparent;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> li
	> .alert:hover {
	background-color: #f19340;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> #show_cart_button
	> .dropdown-menu
	> li
	> .alert
	> i {
	display: none;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags {
	height: 24px;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	i {
	margin-left: 4px;
	vertical-align: baseline;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-toggle {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-toggle
	> img {
	vertical-align: top;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-menu {
	top: 28px;
	min-width: initial;
	z-index: 1010;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-menu:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: calc(50% - 7px);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

header
	> .header
	> .header-top
	> .header-container
	> .pull-right
	> .group
	> .flags
	> .dropdown-menu
	> li
	> a {
	padding: 1px 10px;
}

header > .header > .header-middle {
	background-color: #33567d;
}

header > .header > .header-middle > .header-container {
	height: 60px;
	line-height: 60px;
}

header > .header > .header-middle > .header-container > div,
header > .header > .header-middle > .header-container > div > div {
	float: left;
	line-height: inherit;
	vertical-align: middle;
}

header > .header > .header-middle > .header-container > .logo {
	position: absolute;
	top: 0px;
	padding: 7px 0px;
}

@media only screen and (max-width: 1210px) {
	header > .header > .header-middle > .header-container > .logo {
		display: none;
	}
}

header > .header > .header-middle > .header-container > .main-menu {
	margin-left: 250px;
	width: 920px;
}

@media only screen and (max-width: 1210px) {
	header > .header > .header-middle > .header-container > .main-menu {
		width: 100%;
	}
}

header > .header > .header-middle > .header-container > .main-menu > nav {
	float: left;
	width: 520px;
}

header > .header > .header-middle > .header-container > .main-menu > nav > ul,
header > .header > .header-bottom > .header-container > nav > ul {
	font-size: 0rem;
}

header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> nav
	> ul
	> li {
	font-size: 0.9rem;
	vertical-align: middle;
}

header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> nav
	> ul
	> li
	> a {
	display: table-cell;
	padding: 0px 10px;
	width: 1000px;
	height: 60px;
	line-height: 16px;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> nav
	> ul
	> li
	> a:hover {
	background-color: #002d51;
	border-bottom: 3px solid #fff;
}

header > .header > .header-middle > .header-container > .main-menu > .search {
	float: right !important;
	width: 400px;
}

header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form {
	padding: 10px 0px;
	height: 34px;
}

header > .header-responsive.search > form > div > input,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> input {
	border-right: none;
}

header > .header-responsive.search > form > div > span:first-of-type,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> span:first-of-type {
	position: absolute;
	top: -3px;
	right: 107px;
	line-height: 34px;
	z-index: 3;
}

header > .header-responsive.search > form > div > span:first-of-type > button,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> span:first-of-type
	> button {
	padding: 0px;
	height: 40px;
	width: 40px;
	border: 1px solid #337ab7;
	border-radius: 20px;
}

header
	> .header-responsive.search
	> form
	> div
	> span:first-of-type
	> button
	> i,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> span:first-of-type
	> button
	> i {
	font-size: 1.2em;
	color: #337ab7;
}

header > .header-responsive.search > form > div > span:last-of-type > a,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> span:last-of-type
	> a {
	padding: 2px 8px 2px 24px;
	font-size: 0.7rem;
	line-height: 14px;
	background-color: #6282ac;
	border-color: #6282ac;
}

header > .header-responsive.search > form > div > span:last-of-type > a:hover,
header
	> .header
	> .header-middle
	> .header-container
	> .main-menu
	> .search
	> form
	> div
	> span:last-of-type
	> a:hover {
	border-color: #4e698c;
}

header > .header > .header-bottom {
	background-color: #6282ac;
}

header > .header > .header-bottom > .header-container {
	height: 40px;
	line-height: 30px;
}

header > .header-admin > .header-container > nav > ul {
	font-size: 0rem;
}

header > .header > .header-bottom > .header-container > nav > ul > li {
	position: relative;
	font-size: 0.8rem;
	vertical-align: middle;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li:first-child {
	border-left: none;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li:last-child {
	border-right: none;
}

header > .header > .header-bottom > .header-container > nav > ul > li > a {
	display: table-cell;
	padding: 0px 10px;
	width: 1000px;
	height: 40px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li:hover
	> a {
	background-color: #f19340;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li:hover
	> a:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: calc(50% - 7px);
	border-top: 7px solid #f19340;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	z-index: 1;
}

@media only screen and (max-width: 1210px) {
	header
		> .header
		> .header-bottom
		> .header-container
		> nav
		> ul
		> li:hover
		> a:after {
		display: none;
	}
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li
	> .dropdown {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	padding-top: 7px;
	width: 300px;
	z-index: 1;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li:hover
	.dropdown {
	display: block;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li
	> .dropdown
	> ul {
	margin: 0px;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li
	> .dropdown
	> ul
	> li
	> a {
	padding: 3px 20px 3px 10px;
}

header
	> .header
	> .header-bottom
	> .header-container
	> nav
	> ul
	> li
	> .dropdown
	> ul
	> li
	> a:before {
	content: "● ";
	margin-right: 3px;
	color: #f19340;
}

header > .header > .header-alert {
	font-family: "Roboto", sans-serif;
	background: #b0413e;
	-webkit-box-shadow: rgba(27, 52, 83, 0.6) 0px 0px 2px;
	-moz-box-shadow: rgba(27, 52, 83, 0.6) 0px 0px 2px;
	-o-box-shadow: rgba(27, 52, 83, 0.6) 0px 0px 2px;
	box-shadow: rgba(27, 52, 83, 0.6) 0px 0px 2px;
}

header > .header > .header-alert > .header-container {
	margin: 0px auto;
	width: 1170px;
	height: 30px;
	line-height: 30px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

section {
	margin: 0px auto 0px auto;
	padding-top: 16px;
	padding-bottom: 40px;
	max-width: 1700px;
	min-height: calc(100vh - 330px);
}

section.header-alert {
	margin: 174px auto 0px auto;
}

@media only screen and (max-width: 1700px) {
	section {
		padding: 16px 20px 40px 20px;
		width: 100%;
	}
}

@media only screen and (max-width: 1210px) {
	section {
		margin: 16px auto 0px auto;
		padding: 16px 20px 40px 20px;
	}

	section.header-alert {
		margin: 119px auto 0px auto;
	}
}

section .section-title {
	margin-bottom: 20px;
	font-family: "Acme", sans-serif;
	vertical-align: baseline;
}

section .section-title > .count {
	margin-left: 5px;
	color: #959595;
	font-family: "Roboto", sans-serif;
	font-size: 0.8rem;
	line-height: 10px;
	vertical-align: baseline;
}

section > .tab-content > div > .section-title {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

section .section-title.inactive {
	color: red;
}

section .section-title.inactive .fa-lock {
	margin-right: 5px;
}

section .section-title > h1,
section .section-title > .pull-right,
section .section-title > .sub-title {
	display: inline-block;
	margin: 0px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.1;
	/* text-transform: uppercase; */
	border: none;
	vertical-align: baseline;
	z-index: 1;
}

section .section-title > h1 > .fa {
	margin-left: 10px;
}

section .section-title > h1 > .fa-star {
	color: #f0ad4e;
}

section .section-title > h1 > .title-flag {
	padding-bottom: 2px;
}

section .section-title.input > h1 {
	display: block;
}

section .section-title.input > h1 > input {
	padding: 7px;
	font-size: 1.2rem;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

section .section-title > .pull-right > a,
section .section-title > .pull-right > .dropdown-toggle {
	display: block;
	margin: -10px -20px 0px 20px;
	padding: 10px 20px 0px 20px;
	height: 36px;
	color: #ccc;
	/* border-left: 1px solid #e3e3e3; */
	cursor: pointer;
}

section .section-title > .pull-right > a:hover,
section .section-title > .pull-right > .dropdown-toggle:hover,
section .section-title > .pull-right.open > a,
section .section-title > .pull-right.open > .dropdown-toggle {
	color: #f19340;
}

section .section-title > .pull-right > .dropdown-menu {
	text-transform: initial;
}

section .section-title > .pull-right > .dropdown-toggle > i {
	margin-left: 1px;
	font-size: 21px;
}

section .section-title > .pull-right > i {
	margin-right: 4px;
}

section .section-title > .pull-right > .dropdown-menu i {
	margin-right: 0px;
}

section .section-title > .pull-right > .label {
	font-size: 53%;
	line-height: 2.2;
}

section > .container,
section > * > .container,
section > .tab-content > div > .container {
	padding: 0px;
	width: inherit;
	/* background-color: #f5f5f5; */
	/* border: 1px solid #e3e3e3; */
	/* -webkit-border-radius: 0px 0px 4px 4px; */
	/* -moz-border-radius: 0px 0px 4px 4px; */
	/* border-radius: 0px 0px 4px 4px; */
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0,.05); */
	/* -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0,.05); */
	/* -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0,.05); */
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0,.05); */
}

section > .tab-content {
	padding: 0px;
	background-color: inherit;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

body.homepage {
	margin-bottom: 40px;
}

body.homepage.has-admin-toolbar {
	margin-bottom: 76px;
}

body.homepage > section {
	margin: 8px auto 0px auto;
	padding: 0px 8px 40px 8px;
	max-width: 2270px;
}

body.homepage > section.header-alert {
	margin: 161px auto 0px auto;
}

body.homepage > section > h1,
body.homepage > section > h2 {
	margin: 0px;
	height: 0px;
	overflow: hidden;
}

body.homepage > section > .bloc {
	position: relative;
	padding-bottom: 8px;
	width: calc(25% - 10px);
	font-family: "Acme", sans-serif;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (max-width: 1200px) {
	body.homepage > section {
		margin: 16px auto 0px auto;
		padding: 0px 8px 40px 8px;
		max-width: 2270px;
	}

	body.homepage > section.header-alert {
		margin: 107px auto 0px auto;
		padding: 0px 8px 40px 8px;
		max-width: 2270px;
	}

	body.homepage > section > .bloc {
		width: calc(33.33333333% - 11px);
	}
}

@media only screen and (max-width: 840px) {
	body.homepage > section > .bloc {
		width: calc(50% - 12px);
	}
}

@media only screen and (max-width: 590px) {
	body.homepage > section > .bloc {
		width: calc(100% - 16px);
	}
}

body.homepage > section > .bloc > .like {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	color: #fff;
	font-size: 1.4rem;
	cursor: default;
	z-index: 2;
}

body.homepage > section > .bloc > .like > span {
	margin-right: 5px;
	font-size: 1rem;
}

body.homepage > section > .bloc > .like > i {
	vertical-align: top;
	cursor: pointer;
}

body.homepage > section > .bloc > a {
	display: block;
	overflow: hidden;
}

body.homepage > section > .bloc:hover > a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 8px);
	background: rgba(0, 0, 0, 0.6);
}

body.homepage > section > .bloc > a > img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

body.homepage > section > .bloc:hover > a > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

body.homepage > section > .bloc > a > .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

body.homepage > section > .bloc > a > .text-parent {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

body.homepage > section > .bloc > a > .text-parent > .text-children {
	display: table-cell;
	padding: 0px 15px;
	width: 1000px;
	vertical-align: middle;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

body.homepage > section > .bloc:hover > a > .text-parent {
	display: block;
}

body.homepage > section > .bloc > a > .text-community {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 7px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 300;
	text-align: right;
	z-index: 1;
}

body.homepage
	> section
	> .bloc
	> a
	> .text-community
	> span:not(:first-child)
	> i {
	margin-left: 10px;
}

body.homepage > section > .bloc > a > .text-community > span > i {
	margin-right: 5px;
}

body.homepage > section > .bloc:hover > a > .text-community {
	display: block;
}

body.homepage > footer {
	position: fixed;
	transform: translateY(0%);
	z-index: 1;
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
}

body.homepage > footer:not(.active) {
	transform: translateY(100%);
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.signin > form {
	margin: 0px auto;
	width: 40%;
}

@media (max-width: 800px) {
	.signin > form {
		width: 100%;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.search-refine > .pills > a {
	margin-bottom: 5px;
}

.search-zone {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
	background-color: #f5f5f5;
}

.search-zone > div {
	float: ;
	margin-left: 5px;
	padding: 4px 6px;
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
}

.search-zone > div > span {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.buylist-result > .products-toolbar,
.product-result > .products-toolbar,
.side-filter > .title {
	margin: 0px;
	padding: 10px 0px;
	text-transform: uppercase;
}

.buylist-result > .products-toolbar,
.product-result > .products-toolbar {
	text-align: right;
}

.buylist-result > .products-toolbar > div,
.product-result > .products-toolbar > div {
	display: inline-block;
	margin-right: 5px;
}

.buylist-result > .products-toolbar > nav,
.product-result > .products-toolbar > nav {
	float: right;
	height: 30px;
}

.product-result > .products-toolbar > .filter-buttons > .btn {
	padding: 4px 8px;
	height: 30px;
	text-transform: initial;
}

.product-result > .products-toolbar > .filter-buttons > .btn > i {
	width: 11px;
}

.product-result > .products-toolbar > .views-buttons > .btn {
	padding: 4px 8px;
	height: 30px;
	text-transform: initial;
}

.product-result > .products-toolbar > .views-buttons > .btn > i {
	width: 11px;
}

@media (max-width: 768px) {
	.product-result > .products-toolbar > .filter-buttons > .btn {
		margin-bottom: 10px;
	}
}

.side-filter {
	position: relative;
}

.side-filter > .title {
	display: block;
	padding: 14px 10px;
	color: #454545;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	cursor: text;
}

.side-filter > .back {
	position: absolute;
	top: 9px;
	right: 8px;
	font-size: 22px;
}

.side-filter > form {
	display: block;
	padding: 0px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

@media (max-width: 992px) {
	.side-filter > .title:after {
		content: "\f068";
		margin-left: 10px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 16px;
	}

	.side-filter > .title.collapsed:after {
		content: "\f067";
	}

	.side-filter > form:not(.collapsing):not(.in) {
		display: none;
	}
}

.side-filter > form .form-group,
.side-filter > form .ui-slider {
	margin-bottom: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.product-list {
	position: relative;
	color: #454545;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateZ(0deg) scale(1);
	}

	35% {
		-webkit-transform: rotateZ(180deg) scale(0);
	}

	70% {
		-webkit-transform: rotateZ(360deg) scale(1);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotateZ(0deg) scale(1);
	}

	35% {
		-moz-transform: rotateZ(180deg) scale(0);
	}

	70% {
		-moz-transform: rotateZ(360deg) scale(1);
	}
}

@keyframes spin {
	10% {
		transform: rotateZ(0deg) scale(1);
	}

	50% {
		transform: rotateZ(180deg) scale(0);
	}

	90% {
		transform: rotateZ(360deg) scale(1);
	}
}

.product-list a {
	line-height: 20px;
}

.product-list > .row {
	position: relative;
	margin: 0px 0px -1px 0px;
	padding: 3px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.product-list.loading > .row {
	opacity: 0;
	transform: translate3d(0px, 2rem, 0px);
}

@media (max-width: 992px) {
	.product-list > .row:hover {
		background-color: #fff;
	}
}

.product-list > .header {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	font-weight: 500 !important;
	background-color: inherit !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.product-list > .header > div {
	padding: 0px;
}

.product-list > .row > div {
	position: initial;
	padding: 0px;
}

#show_cart_button > .dropdown-menu > .product-list > .row:not(.header),
.cart > .product-list > .row:not(.header),
.floating-bloc .product-list > .row:not(.header) {
	height: 65px;
}

@media (max-width: 768px) {
	#show_cart_button > .dropdown-menu > .product-list > .row:not(.header),
	.cart > .product-list > .row:not(.header),
	.floating-bloc .product-list > .row:not(.header) {
		height: inherit;
	}
}

#show_cart_button > .dropdown-menu > .product-list > .row:not(.header) img,
.cart > .product-list > .row:not(.header) img,
.floating-bloc .product-list > .row:not(.header) img {
	max-height: 60px;
}

.product-list > .row > div.col-md-6,
.product-list > .row > div.col-md-7,
.product-list > .row > div.col-md-8,
.product-list > .row > div.col-md-9 {
	padding-left: 15px;
}

@media (max-width: 768px) {
	.product-list > .row > div.col-md-6,
	.product-list > .row > div.col-md-7,
	.product-list > .row > div.col-md-8,
	.product-list > .row > div.col-md-9 {
		padding-left: 0px;
	}
}

.product-list > .row:not(.header) > div.col-md-1:nth-child(3),
.product-list > .row:not(.header) > div.col-md-1:nth-child(4),
.floating-bloc .product-list > .row:not(.header) > div.col-md-1:nth-child(5),
.floating-bloc .product-list > .row:not(.header) > div.col-md-1:nth-child(6),
.floating-bloc .product-list > .row:not(.header) > div.col-md-1:nth-child(7) {
	line-height: 60px;
}

.floating-bloc .product-list > .row:not(.header) > div.col-md-2:nth-child(3) {
	margin-top: 11px;
}

.product-list > .row > div > .description {
	margin-top: 6px;
	font-size: 0.8rem;
}

.product-list > .row > div > .description > a {
	/* color: #999; */
	color: #454545;
}

.product-list > .row > div > .text-right {
	position: relative;
	height: 70px;
	font-size: 0.8rem;
}

.product-list > .row > div > .cart {
	position: absolute;
	right: 0px;
	bottom: 50px;
	padding-right: 15px;
	z-index: 0;
}

@media (max-width: 768px) {
	.cart {
		padding: 0px;
		width: 100%;
		text-align: center;
	}

	.cart > form {
		margin: 0px 0px 0px auto;
	}
}

@media (max-width: 992px) {
	.product > .row > div > .buy > .cart {
		padding: 0px 15px;
		width: 100%;
		text-align: center;
	}

	.product > .row > div > .buy > .cart > form {
		margin: 0px auto;
	}
}

.container.cart > li {
	list-style-type: none;
}

.cart > form {
	max-width: 240px;
}

.buylist > .row {
	min-height: 98px;
}

.buylist .cart {
	bottom: 10px !important;
}

.buylist .cart > form {
	max-width: 280px;
}

.buylist-checkout .product-list-footer > div.row:nth-child(2) {
	border-bottom: none;
}

.cart .label {
	display: inline-block;
	padding: 0px 8px;
	text-align: left;
	line-height: 18px;
	white-space: normal;
}

.cart .label.label-success {
	padding: 2px 8px 3px 8px;
	line-height: 13px;
}

.buylist-products .edit-quantity.update-buylist {
	margin: 0px auto 0px auto;
}

.buylist-products .product-list-footer > div.row.buttons {
	padding: 10px 0px 0px 0px;
}

.product-list > .row > div > .cart > hr {
	margin: 0px 0px 10px 0px;
}

.product-result .product-list > .row {
	padding: 30px 20px;
	border-left: none;
	border-right: none;
}

.product-result .product-list > .row hr {
	margin: 5px 0px 10px 0px;
}

.product-result .product-list > .row .reviews-bloc {
	padding-top: 2px;
	color: #999;
}

.product-result .product-list > .row .reviews-bloc > .reviews {
	margin: 0px;
}

.product-result .product-list > .row > div.text-right {
	padding-top: 20px;
}

.product-result .product-list > .row > div > .cart .margin-top-tiny {
	position: absolute;
	right: 15px;
}

.product-result .product-list > .row > div > .cart .we-buy {
	margin-top: 30px;
}

.product-list-footer {
	margin-top: 5px;
	color: #454545;
	font-weight: 500;
}

.product-list-footer > .row {
	margin: 0px;
	padding: 5px;
}

.product-list-footer > div.row:nth-child(1),
.product-list-footer > div.row:nth-child(2) {
	line-height: 24px;
}

.product-list-footer > div.row:nth-child(1) {
	padding-bottom: 0px;
	border-top: 1px solid #e5e5e5;
}

.product-list-footer > div.row:nth-child(2) {
	padding-top: 0px;
	border-bottom: 1px solid #e5e5e5;
}

.product-list-footer > div.row.cart-minimum {
	color: red;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}

.product-list-footer > div.row.message {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

.product-list-footer > div.row.message > div {
	padding: 0px;
}

.product-list-footer > div.row.buttons {
	padding: 20px 20px 0px 20px;
	text-align: left;
}

.product-list-footer > .row > a.btn-danger {
	display: inline-block;
	color: #fff;
}

.product-list-footer > .row > a.btn-success {
	float: right;
	padding: 6px 12px !important;
	color: #fff !important;
	border: 1px solid #4cae4c !important;
}

.product-list-footer > .row > a.btn-success:hover {
	background-color: #449d44 !important;
}

.product-list-footer > .row > a.btn-success:active,
.product-list-footer > .row > a.btn-success:focus,
.product-list-footer > .row > a.btn-success:active:hover,
.product-list-footer > .row > a.btn-success:focus:hover {
	background-color: #398439 !important;
}

@media (max-width: 768px) {
	.order-total > tbody > tr:first-child > td,
	.order-total > tbody > tr:first-child > th {
		border-top: none;
	}
}

.order-total > tbody > tr > td,
.order-total > tbody > tr > th {
	width: 50%;
}

.order-total > tbody > tr > td:nth-child(2),
.order-total > tbody > tr > th:nth-child(2) {
	padding-right: 20px !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.checkout div[data-toggle="image_radio"] > .table > tbody > tr > td;

#register_event_modal div[data-toggle="image_radio"] > .table > tbody > tr > td,
#buy_privilege_code_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td {
	padding-right: 0px;
	padding-left: 0px;
}

.checkout
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:nth-child(1)
	> td,
.checkout
	.payment
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:nth-child(2)
	> td,
#register_event_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:nth-child(1)
	> td,
#buy_privilege_code_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:nth-child(1)
	> td {
	padding-top: 0px;
	border-top: none;
}

.checkout
	.payment
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:nth-child(1)
	> td,
.checkout div[data-toggle="image_radio"] > .table > tbody > tr:last-child > td,
#register_event_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:last-child
	> td,
#buy_privilege_code_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr:last-child
	> td {
	padding-bottom: 0px;
}

.checkout div[data-toggle="image_radio"] > .table > tbody > tr > td:first-child,
#register_event_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:first-child,
#buy_privilege_code_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:first-child {
	width: 170px;
}

.checkout div[data-toggle="image_radio"] > .table > tbody > tr > td:last-child,
#register_event_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:last-child,
#buy_privilege_code_modal
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:last-child {
	vertical-align: top;
}

.checkout
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:last-child
	> div:nth-child(2),
.checkout
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:last-child
	> div:nth-child(3) {
	margin-top: 2px;
	font-size: 0.8rem;
}

.checkout
	div[data-toggle="image_radio"]
	> .table
	> tbody
	> tr
	> td:last-child
	> div:nth-child(4) {
	margin-top: 2px;
	font-size: 0.7rem;
}

#change_address_modal .image-radio,
#buylist_change_address_modal .image-radio {
	display: block;
	text-align: left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#colissimo_parcelshops .parcelshop-content {
	padding: 20px;
	background-color: #fafafa;
	border-radius: 0px 0px 4px 4px;
}

#colissimo_parcelshops #google-map-canvas {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.product .section-title {
	margin-bottom: 0px;
}

.product .flip-container {
	perspective: 1000px;
}

.product .flip-container > .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.product .flip-container.flipped > .flipper {
	transform: rotateY(180deg);
}

.product .flip-container,
.product .flip-container > .flipper > .front,
.product .flip-container > .flipper > .back {
	width: 100%;
	height: 400px;
}

.product .flip-container > .flipper > .front,
.product .flip-container > .flipper > .back {
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
}

.product .flip-container > .flipper > .front {
	z-index: 2;
	transform: rotateY(0deg);
}

.product .flip-container > .flipper > .back {
	transform: rotateY(180deg);
}

.product .flip-container > .flip-button {
	position: absolute;
	left: 0px;
	bottom: 6px;
	right: 0px;
	text-align: center;
	background-color: #fff;
}

.product .floating-bloc > .content > .table h1,
.product .floating-bloc > .content > .table h2,
.product .floating-bloc > .content > .table h3,
.product .floating-bloc > .content > .table h4,
.product .floating-bloc > .content > .table h5,
.product .floating-bloc > .content > .table h6 {
	margin: -1px;
	padding: 1px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.product .reviews,
.product-list .reviews {
	display: inline-block;
}

.product .floating-bloc > .content > table > tbody > tr:first-child > td,
.product .floating-bloc > .content > table > tbody > tr:first-child > th {
	border-top: none;
}

.product .buy > .content > .prices {
	height: 70px;
}

.product .buy > .content > .prices > .parkage-price {
	position: absolute;
	top: 10px;
	left: 10px;
}

.product .buy > .content > .prices > .parkage-price > img {
	height: 70px;
}

.product .buy > .content > .text-right {
	font-size: 0.8rem;
}

.product .buy > .content > hr:first-of-type {
	margin: 5px 0px 10px 0px;
}

.product .fidelity-text {
	float: left;
	margin-right: 52px;
}

.product .fidelity-icon {
	position: absolute;
	top: 10px;
	right: 15px;
}

.product .fidelity-icon > i {
	color: #337ab7;
	font-size: 60px;
}

.product .fidelity-icon > span {
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.product-list > .row > div > div > .badge,
.product .buy > .content > .prices > .badge {
	position: absolute;
	top: 15px;
	font-size: 1rem;
}

.product-list > .row > div > div > .badge {
	top: 5px;
}

.product-list > .row > div > div > .badge,
.product .buy > .content > .prices > .badge {
	right: 150px;
}

.product-list > .row > div > div > .badge-info,
.product .buy > .content > .prices > .badge-info {
	color: #5bc0de !important;
	background-color: transparent;
	border: 1px solid #5bc0de;
}

.product-list > .row > div > div > .badge-success,
.product .buy > .content > .prices > .badge-success {
	color: #5cb85c !important;
	background-color: transparent;
	border: 1px solid #5cb85c;
}

.product-list > .row > div > div > .badge-warning,
.product .buy > .content > .prices > .badge-warning {
	color: #f19340 !important;
	background-color: transparent;
	border: 1px solid #f19340;
}

.product-list > .row > div > div > .price,
.product .buy > .content > .prices > .price {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: right;
}

.product-list > .row > div > div > .price > .text,
.product .buy > .content > .prices > .price > .text {
	font-size: 1rem;
}

.product-list > .row > div > div > .old-price,
.product .buy > .content > .prices > .old-price {
	color: #d9534f;
	font-size: 1rem;
	text-align: right;
	text-decoration: line-through;
}

.product .available-shop,
.product-list .available-shop {
	font-size: 0.8rem;
	text-align: right;
}

.product .available-shop > i,
.product-list .available-shop > i {
	margin-right: 4px;
}

.product .available-shop > i.fa-check,
.product-list .available-shop > i.fa-check {
	color: green;
}

.product .available-shop > i.fa-times,
.product-list .available-shop > i.fa-times {
	color: red;
}

.product .buy > .content > .cart > form {
	margin-left: auto;
}

.product .order-infos > div {
	float: left;
	font-size: 0.6rem;
	text-align: center;
	text-transform: uppercase;
}

.product ul.contents {
	padding: 0px 15px !important;
	list-style-type: disc;
}

.product ul.contents > li {
	list-style-type: disc;
}

.product .order-infos > div:nth-child(1) {
	width: 20%;
}

.product .order-infos > div:nth-child(2) {
	width: 25%;
}

.product .order-infos > div:nth-child(3) {
	width: 25%;
}

.product .order-infos > div:nth-child(4) {
	width: 30%;
}

.product .order-infos > div > i {
	display: block;
	margin-bottom: 5px;
	font-size: 1rem;
}

.product .floating-bloc > .content.contact {
	padding: 5px;
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	background-color: #0072bb;
}

.product .floating-bloc > .content.contact a {
	color: #fff;
}

.product .we-buy {
	margin-bottom: 20px;
	padding: 40px 0px 20px 0px;
	text-align: center;
	border-top: 1px dashed #f19340;
	border-bottom: 1px dashed #f19340;
}

.product .we-buy > .content {
	position: relative;
	padding: 10px;
	background-color: #f19340;
}

.product .we-buy > .content > .img {
	position: absolute;
	top: -22px;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.product .we-buy > .content > p {
	position: relative;
	color: #fff;
	font-weight: 500;
	text-shadow: rgb(241, 147, 64) 2px 0px 0px,
		rgb(241, 147, 64) 1.75517px 0.958851px 0px,
		rgb(241, 147, 64) 1.0806px 1.68294px 0px,
		rgb(241, 147, 64) 0.141474px 1.99499px 0px,
		rgb(241, 147, 64) -0.832294px 1.81859px 0px,
		rgb(241, 147, 64) -1.60229px 1.19694px 0px,
		rgb(241, 147, 64) -1.97998px 0.28224px 0px,
		rgb(241, 147, 64) -1.87291px -0.701566px 0px,
		rgb(241, 147, 64) -1.30729px -1.5136px 0px,
		rgb(241, 147, 64) -0.421592px -1.95506px 0px,
		rgb(241, 147, 64) 0.567324px -1.91785px 0px,
		rgb(241, 147, 64) 1.41734px -1.41108px 0px,
		rgb(241, 147, 64) 1.92034px -0.558831px 0px;
	text-transform: uppercase;
	z-index: 2;
}

/* .product-list > .row > div > .cart > form, */
/* .product > .row > div > .buy > .cart > form { */
/* display: table; */
/* } */

/* .product-list > .row > div > .cart > form > div, */
/* .product > .row > div > .buy > .cart > form > div { */
/* display: table-cell; */
/* width: 100%; */
/* } */

@media (max-width: 992px) {
	/* .product-list > .row > div > .cart > form > div > select { */
	/* float: right; */
	/* } */

	/* .product-list > .row > div > .cart > form > div > select, */
	/* .product > .row > div > .buy > .cart > form > div > select { */
	/* max-width: 80px; */
	/* } */

	/* .product > .row > div > .buy > .cart > form { */
	/* float: right; */
	/* } */

	/* .product > .row > div > .buy > .cart > form > div { */
	/* width: inherit; */
	/* } */
}

/* .product-list > .row > div > .cart > form > div:first-child, */
/* .product > .row > div > .buy > .cart > form > div:first-child { */
/* padding-right: 5px; */
/* } */

/* .product-list > .row > div > .cart > form > div > select, */
/* .product > .row > div > .buy > .cart > form > div > select { */
/* text-align: right; */
/* } */

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.decklist .decks-title {
	background-color: #337ab7;
}

.decklist .decks-title > a {
	display: inline-block;
	padding: 0px 5px;
	color: white;
	text-decoration: none;
}

.decklist .decks-title > a:hover {
	background-color: #286090;
}

.decklist .decks-title > a.active {
	background-color: #204d74;
}

.decklist .deck-content ul {
	padding: 10px !important;
}

.decklist .deck-content li {
	list-style-type: none;
}

.decklist.bloc .decks-title {
	padding: 5px;
	color: white;
}

.decklist.bloc .decks-title > h3 {
	margin: 0px;
}

.decklist.bloc .deck-content {
	border: 1px solid #337ab7;
}

.decklist.bloc .deck-content li {
	list-style-type: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.community > .title-link {
	margin-bottom: 20px;
}

.community .last-comments {
	position: relative;
}

.community .last-comments > .count-box {
	position: absolute;
	top: 15%;
	left: -6px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #f19340;
	z-index: 1;
}

.community .last-comments > .count-box > span {
	padding: 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
}

.community .last-comments > a {
	display: block;
	position: relative;
	height: 110px;
	overflow: hidden;
}

.community .last-comments:not(:last-child) > a {
	margin-bottom: 5px;
}

.community .last-comments > a > img {
	width: 100%;
}

.community .last-comments > a > .title-parent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

.community .last-comments > a > .title-parent > .title-children {
	display: table-cell;
	padding: 0px 36px;
	width: 1000px;
	height: 110px;
	vertical-align: middle;
}

.community .last-comments > a > .bar {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.community .last-comments > a > .bar > span > i {
	margin-right: 5px;
}

.community .last-comments > a > .bar > span:last-child > i {
	margin-left: 10px;
}

.brainstorming,
.poll,
.publication {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.poll > a {
	display: block;
	overflow: hidden;
}

.poll > a > img {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.poll > a > img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.poll > h2 {
	margin: 0px;
	padding: 10px;
	height: 62px;
	font-size: 1.2rem;
	background-color: #fff;
	overflow: hidden;
}

.poll > div {
	padding: 10px;
	background-color: #fff;
	border-radius: 0px 0px 4px 4px;
}

.brainstorming,
.publication {
	display: table;
	width: 100%;
	background-color: #fff;
}

.brainstorming > .image,
.publication > .image {
	display: table-cell;
	width: 1%;
}

.brainstorming > .image > img,
.publication > .image > a > img {
	width: 300px;
	max-width: none;
	border-radius: 4px 0px 0px 4px;
}

@media (max-width: 768px) {
	.brainstorming > .image,
	.publication > .image {
		display: block;
		width: initial;
		text-align: center;
	}

	.brainstorming > .image,
	.publication > .image > a {
		display: block;
		width: 100%;
		height: 200px;
		overflow: hidden;
		border-radius: 4px 4px 0px 0px;
	}

	.brainstorming > .image > img,
	.publication > .image > a > img {
		width: 100%;
	}
}

.brainstorming > .header,
.publication > .header {
	padding: 10px;
	width: 100%;
	border-radius: 4px;
}

.brainstorming > .header > h2,
.publication > .header > h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1.8rem;
}

.brainstorming > .header > .content,
.publication > .header > .content {
	margin-top: 10px;
	padding: 10px 10px 0px 10px;
	font-style: italic;
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

ul.top > li {
	font-size: 1.2rem;
	background-color: #fff;
}

ul.top > li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

ul.top > li > .cursor-zoom-in {
	display: inline-block;
	width: 90px;
	text-align: center;
}

ul.top > li > .badge {
	margin-right: 5px;
}

ul.top > li > .points {
	font-size: 0.8rem;
	font-style: italic;
	vertical-align: middle;
}

ul.top > li > .vote-bar {
	position: relative;
	display: inline-block;
	width: calc(100% - 95px);
	border-radius: 4px;
	vertical-align: middle;
	cursor: default;
	overflow: hidden;
}

ul.top > li > .vote-bar.blue,
ul.top > li > .vote-bar.dark > .percent {
	background-color: #337ab7;
}

ul.top > li > .vote-bar.blue {
	cursor: pointer;
}

ul.top > li > .vote-bar.blue:hover {
	background-color: #286090;
}

ul.top > li > .vote-bar.dark {
	background-color: #333;
}

ul.top > li > .vote-bar.grey {
	background-color: #999;
}

ul.top > li > .vote-bar > .percent {
	position: absolute;
	top: 0px;
	bottom: 0px;
}

ul.top > li > .vote-bar > .text {
	position: relative;
	padding: 10px;
	color: #fff;
}

ul.top > li > .vote-bar > .text > i {
	margin-right: 5px;
}

ul.top.mini:not(.menu) {
	overflow: auto;
}

ul.top.mini > li {
	font-size: inherit;
}

ul.top.mini > li.warning {
	background-color: #fcf8e3;
}

ul.top.mini > li.warning {
	background-color: #fcf8e3;
}

ul.top.menu .reorder {
	margin-top: 22px;
}

ul.top.menu .reorder,
ul.top.menu .delete {
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.message-formated > tbody > tr > td:first-child {
	vertical-align: top;
}

.message-formated > tbody > tr > td:first-child > img {
	max-width: initial;
}

.message-formated > tbody > tr > td:last-child {
	vertical-align: top;
	width: 100%;
}

.message-formated > tbody > tr > td > .popover {
	display: block;
	position: relative;
	padding: 0px;
	max-width: inherit;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}

.message-formated > tbody > tr > td > .popover {
	border: none;
}

.message-formated > tbody > tr:not(:last-child) > td > .popover {
	margin-bottom: 20px;
}

.message-formated > tbody > tr > td > .popover > .popover-title {
	padding: 1px 8px;
	background-color: transparent;
	border: none;
}

.comment
	.message-formated
	> tbody
	> tr
	> td
	> .popover
	> .popover-title
	> .pull-left {
	width: 100%;
}

.message-formated > tbody > tr > td > .popover > .popover-content {
	background-color: #f1f1f1;
	border-radius: 4px;
}

.message-formated > tbody > tr > td > .popover > .popover-content ul {
	padding: 0px 0px 0px 20px !important;
}

.message-formated > tbody > tr > td > .popover > .popover-content ul > li {
	list-style-type: disc;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.review-edit .reviews {
	font-size: 2rem;
}

.review-edit .reviews > i {
	width: 32px;
	cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.events > .row > .col-md-9 > .row > .col-md-4 {
	padding-right: 0px;
}

.events .floating-bloc .composite-image,
.events > .row > .col-md-9 > .row > .col-md-4 > .composite-image {
	margin: auto;
	width: 240px;
}

.events
	> .row
	> .col-md-9
	> .row
	> .col-md-4
	> .composite-image
	> .vertical-align {
	position: absolute;
	bottom: 0px;
	width: 240px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.events > .row > .col-md-9 > .row > .col-md-8 > h2,
.events > .row > .col-md-3 > .title {
	margin-bottom: 0px;
	font-size: 1.2rem;
	border-bottom: 1px solid #ddd;
}

.events > .row > .col-md-3 {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.events > .row > .col-md-3 {
		margin-top: 0px;
	}
}

.events > .row > .col-md-3 > .title {
	margin-bottom: 30px;
}

.events > .row > .col-md-3 > .vertical-menu > li > a.danger {
	color: red;
}

.events > .row > .col-md-9 > .row > .col-md-8 > ul {
	padding-left: 16px;
}

.events > .row > .col-md-9 > .row > .col-md-8 > ul > li {
	list-style-type: disc;
}

.events > .row > .col-md-9 > .row > .col-md-8 > .row > .price {
	font-size: 1.3rem;
	line-height: 34px;
}

/* .product-name { */
/* overflow: hidden; */
/* } */

/* .product-name > a { */
/* display: inline-block; */
/* max-width: 500px; */
/* color: #337ab7; */

/* } */

.events > .row > .col-md-3 > ul > li {
	font-size: 0.8rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

section > .banner {
	position: relative;
	background-size: cover;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

section > .banner > .edit-banner {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0px 0px 0px 4px;
}

section > .banner > .row > div:first-child > .row > div:nth-child(2) {
	margin: 0px 40px;
	padding-bottom: 1px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0px 0px 4px 4px;
}

section > .banner {
	height: 300px;
}

@media only screen and (min-width: 768px) {
	section > .banner > .row > div:first-child > .row > div:nth-child(2) {
		margin: 0px;
		padding: 0px 15px;
	}
}

@media only screen and (min-width: 992px) {
	section > .banner > .row > div:nth-child(2) {
		height: 300px;
	}
}

section > .banner .avatar {
	margin-top: 27px;
}

section > .banner a:hover > .avatar {
	opacity: 0.8;
}

section > .banner .title {
	margin-top: 10px;
	color: #454545;
	font-size: 1.2rem;
	font-weight: 500;
}

section > .banner .progress {
	margin-bottom: 10px;
	height: 16px;
}

section > .banner .progress > .progress-bar.rank-community_manager,
section > .banner .progress > .progress-bar.rank-developer,
section > .banner .progress > .progress-bar.rank-graphist,
section > .banner .progress > .progress-bar.rank-magic_specialist,
section > .banner .progress > .progress-bar.rank-manager,
section > .banner .progress > .progress-bar.rank-mos_team_leader,
section > .banner .progress > .progress-bar.rank-order_picker,
section > .banner .progress > .progress-bar.rank-vendor {
	background-color: #f19340;
}

section > .banner .rank {
	margin-bottom: 5px;
	color: #454545;
	font-size: 0.9rem;
}

section > .banner .navbar {
	margin-top: 35px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px 0px 0px 4px;
}

section > .banner .navbar > ul {
	margin: 0px;
}

section > .banner .navbar > ul > li.active > a,
section > .banner .navbar > ul > li.active > a:focus,
section > .banner .navbar > ul > li.active > a:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

@media only screen and (min-width: 992px) {
	section > .banner .navbar {
		position: absolute;
		right: 15px;
		bottom: 5px;
		margin-top: 0px;
		width: 100%;
	}

	section > .banner .navbar > ul > li.active > a,
	section > .banner .navbar > ul > li.active > a:focus,
	section > .banner .navbar > ul > li.active > a:hover {
		background-color: #fff;
	}
}

section > .banner .navbar > .navbar-right {
	margin-right: 0px;
}

section > .banner .navbar > .navbar-right > form {
	margin-top: 8px;
	margin-right: 8px;
}

section #edit_clan_modal .image-radio > div:first-of-type {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	color: #fff;
	font-family: "Acme", sans-serif;
	background-color: rgba(30, 69, 112, 0.9);
	border-top: 1px solid #002d51;
}

footer * {
	vertical-align: baseline;
}

footer > .container {
	margin: 0px auto;
	width: 1170px;
	/* background: url(../files/img/ui/footer/store.jpg); */
	/* background-position: right top; */
	/* background-repeat: no-repeat; */
}

footer > .container > .clearfix > .bloc {
	float: left;
	margin-top: 20px;
	padding-left: 25px;
	height: 150px;
	font-size: 12px;
	vertical-align: top;
}

footer > .container > .clearfix > .bloc > ul > li:first-child {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

footer > .container > .clearfix > .bloc > ul > li > a,
footer > .container > .copyright > a {
	color: #fff;
}

footer > .container > .clearfix > .bloc:nth-child(1) {
	padding-left: 0px;
	width: 250px;
	text-transform: uppercase;
	/* background: url(../files/img/ui/footer/info.jpg); */
	/* background-position: 115px 10px; */
	/* background-repeat: no-repeat; */
}

footer > .container > .clearfix > .bloc:nth-child(1) > ul > li a:before {
	content: "- ";
}

footer > .container > .clearfix > .bloc:nth-child(2) {
	width: 324px;
	/* border-left: 1px solid #fff; */
}

footer > .container > .clearfix > .bloc:nth-child(2) > ul > li:nth-child(1) {
	margin: -6px 0px 6px 0px;
}

footer > .container > .clearfix > .bloc:nth-child(2) > ul > li:nth-child(2) {
	height: 26px;
}

footer > .container > .clearfix > .bloc:nth-child(2) > ul > li:nth-child(6) {
	padding-left: 20px;
}

footer > .container > .clearfix > .bloc:nth-child(3) {
	width: 310px;
	/* border-left: 1px solid #fff; */
}

footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(1) {
	margin-bottom: 5px;
	color: #248efc;
	font-size: 26px;
}

footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(2) {
	font-size: 14px;
	font-weight: 500;
}

footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(3),
footer > .container > .clearfix > .bloc:nth-child(4) > ul > li:nth-child(3) {
	margin-bottom: 10px;
}

footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(4) {
	font-weight: 500;
}

footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(4) a,
footer > .container > .clearfix > .bloc:nth-child(3) > ul > li:nth-child(5) a,
footer > .container > .clearfix > .bloc:nth-child(4) > ul > li a {
	color: #f47a2b;
	text-decoration: underline;
}

footer > .container > .clearfix > .bloc:nth-child(4) {
	width: 240px;
	text-transform: uppercase;
	/* border-left: 1px solid #fff; */
}

footer > .container > .clearfix > .bloc:nth-child(4) > ul > li:first-child {
	margin-bottom: 10px;
}

footer > .container > .copyright {
	margin-top: 10px;
	padding-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
}

footer .footer-orange {
	color: #f47a2b;
	font-weight: 500;
}

footer .footer-icons {
	display: inline-block;
	background-image: url(../files/img/ui/footer/icons.png);
	background-repeat: no-repeat;
}

footer .footer-lock {
	width: 14px;
	height: 21px;
	background-position: -21px 0px;
}

footer .footer-smiley {
	width: 15px;
	height: 21px;
	background-position: -35px 0px;
}

footer .footer-clock {
	width: 16px;
	height: 21px;
	background-position: -50px 0px;
}

footer .footer-truck {
	width: 16px;
	height: 21px;
	background-position: -66px 0px;
}

footer .footer-paiements {
	height: 21px;
	width: 281px;
	background-position: -86px 0px;
}

footer .social-media-icons {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

footer .social-media-icons:hover {
	transform: translateY(-5px);
}

@media only screen and (max-width: 1210px) {
	footer {
		position: inherit;
	}

	footer > .container {
		width: 100%;
		background: none;
	}

	footer > .container > .clearfix > .bloc:nth-child(1),
	footer > .container > .clearfix > .bloc:nth-child(2),
	footer > .container > .clearfix > .bloc:nth-child(3),
	footer > .container > .clearfix > .bloc:nth-child(4) {
		float: none;
		margin: 0px;
		padding: 10px 0px;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #7e7c7d;
		border-left: none;
	}

	footer > .container > .clearfix > .bloc:nth-child(1) {
		background-position: right 10px;
	}

	footer > .container > .clearfix > .bloc > ul > li,
	footer > .container > .copyright {
		text-align: center;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#notification {
	position: fixed;
	top: auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 1060;
	-webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-moz-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-ms-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

#notification.danger,
#notification.success {
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	line-height: 100px;
}

#notification.danger {
	background-color: #cf2020;
}

#notification.success {
	background-color: #6fbb45;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.glyphicon {
	margin-right: 5px;
}

.thumbnail {
	margin-bottom: 20px;
	padding: 0px;
}

.item .thumbnail {
	display: block;
	position: relative;
	height: 350px;
}

.item .thumbnail img.list-group-image {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: 186px;
	top: 10px;
}

.item.list-group-item {
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}

.item.list-group-item .list-group-image {
	margin-right: 10px;
}

.item.list-group-item .thumbnail {
	margin-bottom: 0px;
}

.item.list-group-item .caption {
	padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
	background: #eeeeee;
}

.item.list-group-item:before,
.item.list-group-item:after {
	display: table;
	content: " ";
}

.item.list-group-item img {
	float: left;
}

.item.list-group-item:after {
	clear: both;
}

.list-group-item-text {
	margin: 0 0 11px;
}

.item.grid-group-item .caption .description {
	display: none;
}

.item.list-group-item .caption .description {
	display: block;
}

.formatted-caption {
	display: block;
	position: absolute !important;
	bottom: 0px;
	width: 100%;
}

.formatted-caption .product-name > a {
	display: block;
	color: #337ab7;
	font-family: "Acme", sans-serif;
	font-size: 1rem;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.formatted-caption .product-name > a > img {
	display: unset;
	margin-right: 5px;
}

.item.grid-group-item .row .readmore {
	display: block;
}

.item.grid-group-item .caption .cprice {
	display: none;
}

.item.grid-group-item .row .readmore .btn-lg {
	line-height: 13px;
}

.item.grid-group-item .row .readmore {
	padding-left: 5px;
}

.item.list-group-item .row .readmore {
	display: none;
}

.item.list-group-item .row .price {
	display: none;
}

.item.list-group-item .caption .cprice {
	display: block;
}

.list-group-item > .parkage-price {
	position: absolute;
	top: 10px;
	left: 10px;
}

.list-group-item > .parkage-price > img {
	height: 70px;
}

.list-group-item > .badge {
	right: 150px;
}

.list-group-item > .badge-info {
	color: #5bc0de !important;
	background-color: transparent;
	border: 1px solid #5bc0de;
}

.list-group-item > .badge-success {
	color: #5cb85c !important;
	background-color: transparent;
	border: 1px solid #5cb85c;
}

.list-group-item > .badge-warning {
	color: #f19340 !important;
	background-color: transparent;
	border: 1px solid #f19340;
}

.list-group-item .price {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: right;
}

.list-group-item .price .text {
	font-size: 1rem;
}

.list-group-item .old-price {
	color: #d9534f;
	font-size: 1rem;
	text-align: right;
	text-decoration: line-through !important;
}

.list-group td .list-price {
	text-align: right;
}

.list-group td .badge {
	right: 150px;
}

.list-group td .badge-info {
	color: #5bc0de !important;
	background-color: transparent;
	border: 1px solid #5bc0de;
}

.list-group td .badge-success {
	color: #5cb85c !important;
	background-color: transparent;
	border: 1px solid #5cb85c;
}

.list-group td .badge-warning {
	color: #f19340 !important;
	background-color: transparent;
	border: 1px solid #f19340;
}

.list-group td .price {
	font-size: 1rem;
	font-weight: 500;
	text-align: right;
}

.list-group td .price .text {
	font-size: 0.8rem;
}

.list-group td .old-price {
	color: #d9534f;
	font-size: 0.8rem;
	text-align: right;
	text-decoration: line-through !important;
}

.grid-group-item > .parkage-price {
	position: absolute;
	top: 10px;
	left: 10px;
}

.grid-group-item > .parkage-price > img {
	height: 70px;
}

.grid-group-item > .badge {
	right: 150px;
}

.cart-grid-style {
	width: 75px;
	display: block;
	float: right;
	margin-right: 50px;
}

.cart-grid-style .label-success {
	margin-left: 85px !important;
}

.cart-grid-style .grid-formated-input-group .form-control#quantity {
	width: 70px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.cart-grid-style .grid-formated-input-group .add-to-cart-button i {
	margin-right: 2px;
}

.cart-list-style .add-to-cart-button i {
	margin-right: 2px !important;
}

.grid-group-item .grid-price {
	float: left;
	width: 140px;
}

@media screen and (min-width: 1000px) {
	.grid-group-item .grid-price {
		float: left;
		width: auto;
	}

	.cart-grid-style {
		width: 75px;
		display: block;
		float: right;
		margin-right: 20px;
	}

	.cart-grid-style .grid-formated-input-group .form-control#quantity {
		width: 55px;
		float: right;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 1440px) {
	.grid-group-item .grid-price {
		float: left;
		width: auto;
	}

	.cart-grid-style {
		width: 75px;
		display: block;
		float: right;
		margin-right: 20px;
	}
}

@media screen and (min-width: 1440px) {
	.grid-group-item .grid-price {
		float: left;
		width: 140px;
	}

	.cart-grid-style {
		width: 75px;
		display: block;
		float: right;
		margin-right: 50px;
	}
}

.grid-group-item .grid-price span.badge-info {
	color: #5bc0de !important;
	background-color: transparent;
	border: 1px solid #5bc0de;
	margin-top: 6px;
	display: none;
}

.grid-group-item .grid-price span.badge-success {
	color: #5cb85c !important;
	background-color: transparent;
	border: 1px solid #5cb85c;
	margin-top: 6px;
	display: none;
}

.grid-group-item .grid-price span.badge-warning {
	color: #f19340 !important;
	background-color: transparent;
	border: 1px solid #f19340;
	margin-top: 6px;
	display: none;
}

.grid-group-item .prices {
	height: 108px;
	float: right;
}

.grid-group-item .price {
	font-size: 1.6rem;
	font-weight: 500;
	float: right;
}

.grid-group-item .price .text {
	font-size: 1rem;
}

.grid-group-item .old-price {
	display: none;
}

.grid-group-item .available-shop {
	float: right;
}

.col-price {
	width: 150px;
}

.listprice {
	display: inline-block;
}

.listprice .price {
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
}

.listprice .price .text {
	font-size: 1rem;
}

.listprice .old-price {
	color: #d9534f;
	font-size: 0.8rem;
	text-decoration: line-through !important;
	text-align: right;
	display: inline-block;
}

.list .element {
	display: inline-block;
}

.calendar i.fa-unlock {
	font-size: 13px;
	position: absolute;
	top: 2px;
	right: 3px;
	color: #ffd700;
}

.calendar i.fa-lock {
	font-size: 13px;
	position: absolute;
	top: 2px;
	right: 3px;
	color: #000;
}

.history-product-name i.fa-star {
	color: #f0ad4e;
	margin-left: 5px;
}

.badge-state {
	display: inline;
	vertical-align: middle;
	font-size: 12px;
	border-radius: 3px;
	margin-left: 5px;
	padding: 0 4px;
	color: white;
}

.badge-mint {
	background-color: #17a2b8;
}

.badge-new {
	background-color: #3fae55;
}

.badge-excellent {
	background-color: #82891e;
}

.badge-good {
	background-color: #ffc107;
	color: black;
}

.badge-light_played {
	background-color: #fe8a2c;
}

.badge-played {
	background-color: #e66874;
}

.badge-poor {
	background-color: #dc3545;
}

.arrow-stock {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: 0.5s;
}

.arrow-up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transition: 0.5s;
}

.buylist-rentability > .row {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	background-color: inherit !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.buylist-rentability > .header {
	font-weight: 500 !important;
}
.product-list > tbody > .header {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	font-weight: 500 !important;
	background-color: inherit !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.product-list > tbody > .row {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	vertical-align: middle;
}

table.product-list {
	width: 100%;
}

.product-list > tbody > .row > td {
	padding: 5px;
	vertical-align: middle;
}

.buylist-img {
	min-width: 50px;
}

.row.product > td[cell_type="sales"],
.row.stockCardRow > td[cell_type="sales"] {
	border-left: 1px solid #ddd;
}

.profit-shadow {
	box-shadow: inset -10px 0px 10px -8px #aaa;
}

.product-list-header {
	background-color: #fff !important;
	position: sticky;
	top: 154px;
	box-shadow: 0px 6px 10px -7px black;
	z-index: 5;
	max-height: 20px;
}

@media only screen and (max-width: 1210px) {
	.product-list-header {
		top: 50px;
	}
}
