@import url("typography.css?3");
@import url("legacy.css?3");

html {
	background:#FFF;
}
body {
	background:#FFF;
	padding-top:150px;
}

.debug {
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	background:#060;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	font-size:20px;
}

#highlighter-start,
#highlighter-end {
	display:none;
}

.width-auto {
	width:auto !important;
}

label {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.label.label-important { background:red; }

/* Equal heights */

/* Large devices + */
@media (min-width: 1120px) {
	.equal-height-lg {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Medium devices + */
@media (min-width: 992px) {
	.equal-height-md-lg {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Medium devices */
@media (min-width: 992px) and (max-width: 1119px) {
	.equal-height-md {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Small devices + */
@media (min-width: 768px) {
	.equal-height-sm-md-lg {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	.equal-height-sm {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Extra small devices+ */
@media (min-width: 768px) {
	.equal-height-xs-sm-md-lg {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
/* Extra small devices */
@media (max-width: 767px) {
	.equal-height-xs {
		display: -webkit-flex !important;
		display: flex !important;
		flex:1 1 auto !important;
	}
}
.equal-height {
	display: -webkit-flex !important;
	display: flex !important;
	flex:1 1 auto !important;
}

/* Layout */

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

div.body {
}

/* Homepage */

body.homepage {
}


/* Header */

.navbar {
	background:#fff;
	height:150px;
	flex-direction: column;
}

.navbar .logo img {
	height:75px;
	margin:15px 0;
}

.navbar .top-actions {
	position: absolute;
	display: block;
	top: 0;
	text-align: right;
	right: 0;
	vertical-align: top;
}

.navbar .dashboard,
.navbar .login,
.navbar .logout {
	display:inline-block;
	background:#6f6f6f;
	padding:5px 20px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	color:#FFF !important;
	text-decoration:none;
	margin-left:10px;
	font-size:15px;
	vertical-align: top;
}
.navbar .login{
    margin-top: 20px;
    border-radius: 10px;
}
@media(max-width: 767px) {
    body:not(.logged ) #main-menu{
		position: absolute;
		z-index: 100;
		top: 30px;
		right: 67px;
    }
}
.navbar .dashboard {
	background:#5fa5c7;
}

.navbar .container {
	position: relative;
}
.navbar .linkedin,
.navbar .twitter {
	display:inline-block;
	font-size: 22px;
	text-decoration:none;
	margin: 5px 0 0 10px;
	color: #d9d9d9 !important;
}

.navbar .stripe {
	width: 100%;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#ececec;
	padding:10px 0;
}
.navbar .stripe > .container {
	position:relative;
}

.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 10px;
}


#login-module-form .checkbox {
	font-weight:normal;
	padding-left: 0;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.navbar .linkedin,
	.navbar .twitter {
		display:none;
	}

	.navbar .logo img {
	}
	.navbar .top-actions {
		left:0;
		text-align: center;
	}

	.navbar .dashboard,
	.navbar .login,
	.navbar .logout {
		position:relative;
		z-index:100;
	}
}

/* Breadcrumbs */

.breadcrumbs {
	background:url("../images/icon_circle.png") left center no-repeat;
	padding-left:30px;
}
ul.breadcrumb {
	padding:0;
	margin:0;
	background:none !important;
}
ul.breadcrumb > li {
	background:none !important;
}
ul.breadcrumb > .active {
	background:none !important;
}


/* Main Menu */

#navbar {
	margin: 20px 0 0 0;
}
#navbar li {
}
#navbar a {
	font-size:16px;
	background:none;
	box-shadow:none;
	color:#868686;
	padding:0 10px;
	margin:5px 0;
	border-left: 1px solid #868686;
	border-radius:0;
}
#navbar li:first-child > a {
	border-left: none;
}
#navbar li:last-child > a {
	padding-right:0;
}

#navbar li:hover a,
#navbar .active a {
	color:#000;
}

#navbar li {
}
@media (min-width: 768px) and (max-width: 991px) {
	#navbar a {
	}
}


/* Mobile Menu */

.navbar-toggle {
	position:absolute;
	z-index:100;
	top:40px;
	right:0;
	background:#BABCBF;
}
.navbar-toggle .icon-bar {
	background:#FFF;
}

.navbar-collapse {
	max-height:none;
	background-color: #ffffff;
}

#navbar.navbar-collapse.collapsing,
#navbar.navbar-collapse.in {
	float:none;
	width:100%;
	margin:0 !important;
	background:#fff;
	position:relative;
	top:3px;
	max-height:none;
}
#navbar.navbar-collapse.collapsing > ul,
#navbar.navbar-collapse.in > ul {
	background:#fff;
	overflow-x:hidden;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
}

#navbar.navbar-collapse.collapsing .nav > li,
#navbar.navbar-collapse.in .nav > li {
	float:none;
}
#navbar.navbar-collapse.collapsing .nav > li > a,
#navbar.navbar-collapse.in .nav > li > a {
	padding:10px 0;
	border-left:none;
}

#navbar.navbar-collapse.collapsing .nav > li > .dropdown-menu,
#navbar.navbar-collapse.in .nav > li > .dropdown-menu {
	float:none;
	display:block;
	position:static;
	background:none;
	box-shadow:none;
	border:0;
	margin:0;
	padding:0;
}
#navbar.navbar-collapse.collapsing .nav > li > .dropdown-menu > li > a,
#navbar.navbar-collapse.in .nav > li > .dropdown-menu > li > a {
	color:#000;
}

#navbar.navbar-collapse.collapsing .nav > li > .dropdown-menu > li > .dropdown-menu,
#navbar.navbar-collapse.in .nav > li > .dropdown-menu > li > .dropdown-menu {
	float:none;
	display:block;
	position:static;
	background:none;
	box-shadow:none;
	border:0;
	margin:0 0 0 20px;
}
#navbar.navbar-collapse.collapsing .nav > li > .dropdown-menu > li > .dropdown-menu > li > a,
#navbar.navbar-collapse.in .nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color:#000;
}

#navbar.navbar-collapse.collapsing .dropdown-menu > .active > a,
#navbar.navbar-collapse.in .dropdown-menu > .active > a {
	background:none !important;
	color:#00aeef !important;
}

/* Tables */

.table {
	font-size:14px !important;
}
.table th a {
	color:inherit !important;
	font-weight:normal;
}

.table tbody td {
	position:relative;
	padding:5px 10px !important;
	border-bottom:1px solid #ddd;
}
.table tbody tr:last-child td {
	border-bottom:none;
}


/* Chozen */

.chzn-container {
	font-size:15px;
}
.chzn-container-single .chzn-single {
	height:30px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#fff !important;
	background-image:none !important;
}
.chzn-container-single .chzn-single span {
	line-height:30px;
}
.chzn-container-single .chzn-single abbr {
	top:8px;
}
.chzn-container-single .chzn-single div b {
	background-position:0 4px;
}


/* Forms */

.form-control,
.form-control {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #b3b4b1;
}

.form-group label {
	color:#6f6f6f;
	font-size:17px;
}
.form-group .help-block {
	margin-top:-5px;
}

label.css-checkbox {
	display:inline-block;
	height:34px;
	width:34px;
	border:2px solid #b3b4b1;
	text-align:center;
	cursor:pointer;
	position:relative;
}
label.css-checkbox input {
	visibility:hidden;
	display:inline-block;
	height:34px;
	width:30px;
	margin:0;
	padding:0;
}
label.css-checkbox span {
	display:none;
}
label.css-checkbox input:checked + span {
	display:block;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	height:34px;
	width:34px;

	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	form .controls .float-start,
	form .controls .float-end {
		float:none !important;
		margin-bottom:10px;
		display:block;
	}
}

.form-controls {
	overflow:hidden;
}


/* Article */

.page-header {
}
.page-header h1 {
	font-weight:bold;
	font-size:21px;
	border-bottom:1px solid #d5d5d5;
	padding:5px 0 20px 0;
	margin:0 0 20px 0;
}
.page-header a {
	color:inherit;
}

.item-page {
	background:#fff;
	padding:20px;
}


/* Content */

.row.content {
	margin-bottom:20px;
}
.row.content > .component {
	margin-top:20px;
	margin-bottom:20px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.row.content > .component {
		padding-left:0;
		padding-right:0;
	}
}

/* Registratrion & Account */

.form-page {
	background:#fff;
	padding:20px 0;
}
.form-page h1 {
	text-align:center;
	color:#FFF;
	background:#588ABB;
	font-weight:bold;
	padding:10px;
	font-size:20px;
	margin-top:-20px;
}
.form-page h3 {
	text-align:center;
	color:#588ABB;
	font-weight:bold;
	font-size:18px;
}
.form-page h4 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.form-page p {
	text-align:center;
	margin:0 50px 20px;
}
.form-page hr {
	clear:both;
}
.form-page > hr {
	margin:15px 20px;
}

.form-page .checkboxes {
	margin:0 30px;
}
.form-page .checkboxes label {
	font-weight:normal;
}

.radio {
	padding-top:0 !important;
}
.radio input[type=radio] {
	position:relative;
	margin-left:0;
}
.radio label {
	padding-left:0;
	padding-right:10px;
}

.checkbox input[type=checkbox] {
	position:relative;
	margin-left:0;
}
.checkbox label {
	padding-left:0;
	padding-right:10px;
}


.form-page fieldset.collapsed {
	border:2px solid #CACACA;
	border-bottom-width:1px;
	margin-bottom:20px;
}
.form-page fieldset.collapsed .form-group {
	border-bottom:1px solid #CACACA;
	padding:10px 5px;
	margin:0;
}
.form-page fieldset.collapsed label {
	font-weight:normal;
}
.form-page fieldset.collapsed input {
	width:100%;
	border:0;
	margin:0;
	padding:2px 0;
	color:#333;
}

.form-page #legal_aid {
	margin:0 40px;
}



/* Pagination */

div.pagination-links {
	border-top:1px solid #d9d9d9;
	font-size:14px !important;
	overflow:hidden;
	padding:10px 0;
}
ul.pagination,
ul.pagination li,
ul.pagination span,
ul.pagination a {
	margin:0;
	padding:0;
	border:0;
	border-radius:0 !important;
	background:none !important;
}
ul.pagination a {
	padding:0 10px;
	color:inherit !important;
}
ul.pagination .active a {
	background:#868686 !important;
	color:#FFF !important;
	font-weight:bold;
}
ul.pagination span.page-link {
	display: none;
}


/* Footer */

div.footer {
	background:#868686;
	color:#c8c8c8;
	padding:30px 0;
	text-align:center;
	font-size:14px !important;
}
div.footer a {
	color:#c8c8c8 !important;
	text-decoration:underline;
}

/* Footer Menu */

.footer-menu {
	margin-bottom:20px;
}
.footer-menu ul {
	padding:0;
	margin:0;
	overflow:hidden;
	justify-content: center;
}
.footer-menu li {
	display:inline;
	padding:0;
	margin:0;
	border-left:1px solid #9b9b9b;
}
.footer-menu li:first-child {
	border-left:none;
}
.footer-menu li a {
	display:inline;
	background:none !important;
	padding: 0 10px;
	text-decoration:none;
}
.footer-menu li a:hover {
	text-decoration:underline;
}

/* User menu */

.user-menu-toggle {
	float:right;
	border:0;
	background:none;
	-webkit-outline:none;
	-moz-outline:none;
	outline:none;
}
.user-menu-toggle .icon-bar {
    display: block;
    width: 29px;
    height: 4px;
    border-radius: 1px;
	background:#9b9b9b;
}
.user-menu-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

#user-menu {
	left:auto;
	right:20px;
	top:30px;
	border-radius:0;
        position: absolute;
}
#user-menu .current a {
	font-weight:bold;
}
ul.breadcrumb.jmoddiv.jmodinside{
   position: inherit;
}

/* Popup */

#popup {
	max-width:600px;
}
#popup > div {
	/*noinspection CssUnknownTarget*/
	background:url("../images/logo_invoice.png") center 20px no-repeat #fff;
	color:#333 !important;
	margin:0;
	padding:95px 20px 20px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#popup {
		width:100%;
	}
}



/* Cookies Control */

#cookie-control {
	position:fixed;
	z-index:65000;
	width:330px;
	top:10px;
	right:10px;
}
#cookie-control button.close {
	float: right;
	background: none !important;
	color: inherit !important;
	padding: 5px 10px;
	border: 0;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#cookie-control {
		width:auto;
		left:10px;
	}
}

/* Calendar fix */

.combo .label {
	display:block !important;
	color:#000;
}
.calendar tfoot .ttip {
	max-width:184px;
}

/* Messages */

#system-message-container {
	position:relative;
	max-width: 1170px;
	margin: 0 auto;
}
#system-message-container joomla-alert {
	margin-top:15px;
}

/* Lightbox */
#lightbox-wrap {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

#lightbox-content {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
#lightbox-content > div {
	padding:20px;
}
#lightbox-close {
	right:-16px;
}

/* Dashboard */

.loggedin-as {
	font-size: 14px;
}


/* Orders categories */

.orders-categories {}
.orders-categories h3 {
	background:url("../images/icon_products.png") left center no-repeat;
	color:#6f6f6f;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	padding:20px 0 15px 60px;
	margin:0 0 15px 0;
	border-bottom:1px solid #c6c6c6;
	height:70px;
}
.orders-categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.orders-categories li {
	padding:0;
	margin:0;
	border-bottom:1px solid #c6c6c6;
}
.orders-categories a {
	display:block;
	padding:7px 30px 7px 17px;
	color:#646464;
	background:url("../images/icon_right_arrow.png") right 10px center no-repeat;
}
.orders-categories .active a {
	font-weight:bold;
	color:#489b2f;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.orders-categories ul {
		max-height:216px;
		overflow-y:scroll;
	}
}


/* Orders search */

.orders-search {
	padding:20px 0 0 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #c6c6c6;
}
.orders-search .filter-search {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.orders-search .filter-search .search-input {
	display:block;
	width:100%;
	margin:0;
	height:35px;
	border:1px solid #c6c6c6;
	border-right:0;
	padding:4px 80px 4px 15px;
	float:left;
}
.orders-search .filter-search .search-input.active {
	padding-right:120px;
}
.orders-search .filter-search .search-button,
.orders-search .filter-search .reset-button {
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:35px;
	background:#9c9a9b;
	text-align:center;
	border:1px solid #c6c6c6;
	border-left:0;
	color:#fff;
}
.orders-search .filter-search .reset-button {
	width:40px;
	text-decoration:none;
}
.orders-search .filter-search .reset-button:before {
	content: "\00D7";
	line-height:35px;
}
.orders-search .filter-search .reset-button + .search-button {
	right:40px;
}

.filter-currency {
	display:inline-block;
	vertical-align:middle;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	padding:6px 7px;
	margin-bottom:15px;
	font-size:13px;
	position:relative;
}
.filter-currency #current-currency {
	display:inline-block;
	color:#fff !important;
	background:#9c9a9b;
	text-decoration:none;
	font-size:13px;
	padding:1px 0;
	width:20px;
	text-align:center;
}
.filter-currency > a {
	left: auto;
	right:0;
	min-width:60px;
	border-radius:0;
	top:30px;
	color: inherit;
	text-decoration: none !important;
}
.filter-currency #currencies-menu {
	min-width: 0;
}

.need-hand {
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	background:url("../images/icon_hand.png") left center no-repeat;
	padding-left:50px;
	margin:-40px 0 0 30px;
	position: relative;
}
.need-hand a {
	display:inline-block;
	border-left:1px solid #c6c6c6;
	padding-left:15px;
	color:inherit !important;
	text-decoration:none;
}
.need-hand a .fa {
	display: none;
}
.need-hand a:not(.collapsed) .fa-chevron-up {
	display: inline-block;
}
.need-hand a.collapsed .fa-chevron-down {
	display: inline-block;
}

.need-hand strong {
	display:block;
	font-weight:bold;
	font-size:18px;
	color:#489b2f;
}
#need-hand-menu {
	position:absolute;
	z-index:30;
	top: 75px;
	right: -58px;
	margin-top:1px;
	width:345px;
	background:#fff;
	border:1px solid #c6c6c6;
	padding:15px;
	overflow:hidden;
	font-size:14px;
}
#need-hand-menu textarea {
	width:100%;
	height:140px;
	border:1px solid #c6c6c6;
	padding:5px;
	background:#f5f5f5;
	margin-bottom:10px;
}
#need-hand-menu button {
	float:right;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {
	.need-hand {
		margin-top:0;
	}
}

/* Orders title */

.products-title {
	border-bottom:1px solid #c6c6c6;
	position:relative;
	margin-bottom:20px;
}
.products-title .available {
	display:inline-block;
	padding:10px 0 5px 15px;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#6f6f6f;
}

.products-title .how-does-it-work {
	float:right;
	border-left:1px solid #c6c6c6;
	padding-left:15px;
}
.products-title .how-does-it-work > a {
	display:inline-block;
	background:url("../images/icon_bars.png") left center no-repeat;
	color:inherit !important;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	padding:8px 0 8px 30px;
}
.products-title .how-does-it-work > a .fa {
	display: none;
}
.products-title .how-does-it-work > a:not(.collapsed) .fa-chevron-up {
	display: inline-block;
}
.products-title .how-does-it-work > a.collapsed .fa-chevron-down {
	display: inline-block;
}

#how-does-it-work-menu {
	position:absolute;
	z-index:10;
	top:100%;
	right:0;
	width:400px;
	max-width:100%;
	background:#fff;
	border:1px solid #c6c6c6;
	padding:15px;
	overflow:hidden;
	font-size:14px;
}
#how-does-it-work-menu strong {
	font-size:larger;
}
#how-does-it-work-menu a {
	color:inherit !important;
	border:1px solid #b4b4b4;
	border-radius:5px;
	padding:3px 10px;
	text-decoration:none;
}

@media (max-width: 991px) {
	.products-title .available {
		float:none;
		padding-bottom:0;
	}
	.products-title .how-does-it-work {
		float:none;
		border-left:none;
	}
}


/* Featured Orders */

.featured-products {}

.featured-products .products-title .available {
	color:#9c9a9b;
}
.featured-products .products-title .available strong {
	color:#489b2f;
}

.featured-product {
	padding:10px 0 10px 15px;
	margin-bottom:10px;
	border-bottom:1px solid #c6c6c6;
	overflow:hidden;
}
.featured-product .image {
	width:1%;
	vertical-align:top;
}
.featured-product .image img {
	border:1px solid #e2e2e2;
	max-width:90px;
	max-height:70px;
	margin-left:10px;
}
.featured-product .title {
	font-weight:bold;
	color:#585856 !important;
}
.featured-product .tag {
	width:1%;
	white-space:nowrap;
	margin:0 10px 20px 0;
	background:url("../images/icon_tag_small.png") right bottom 20px no-repeat;
	vertical-align:bottom;
}
.featured-product .details p {
	margin:0 0 5px 0;
}
.featured-product .details .price {
	font-weight:bold;
}
.featured-product .details .price > strong {
	color:#aeb67a;
	text-transform:capitalize;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 1199px) {
	.featured-products .available span {
		display:block;
		margin-top:5px;
	}
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.featured-products .available span {
		font-size:16px;
	}
}

/* Orders pagination */

.products-pagination {
	border-bottom:1px solid #c6c6c6;
	position:relative;
	margin-bottom:20px;
	padding-bottom:10px;
	overflow:hidden;
	vertical-align:middle;
}
.products-pagination .results {
	display:inline-block;
	float:left;
	padding-right:20px;
	color:inherit !important;
}
.products-pagination a.export {
	margin:0;
}
.products-pagination .filters {
	display:inline-block;
	float:right;
}
.products-pagination .filters a {
	color:inherit !important;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
.products-pagination .filters a .fa-check-square-o {
	display: none;
}
.products-pagination .filters a.active .fa-check-square-o {
	display: inline-block;
}
.products-pagination .filters a.active .fa-square-o {
	display: none;
}
.products-pagination .links {
	display:inline-block;
}
.products-pagination .links .pagination {
}



/* Products */

span.highlight {
	background:#CFF;
}

.products-filter {
	background:#ececec;
	padding:10px 15px;
	margin-bottom:15px;
}
.products-filter > h3 {
	color:#489b2f;
	margin:0 0 10px 0;
	font-size:17px;
}

.products-filter > .filter-heading {
	display:block;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	padding:4px 20px 0 4px;
	font-weight:bold;
	text-decoration:none;
	color:#6f6f6f !important;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
.products-filter > .filter-heading:after {
	content:" ";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
	background: url("../images/icon_plus_minus.png") 0 -17px no-repeat;;
	height:17px;
	width:17px;
}
.products-filter > .filter-heading.collapsed:after {
	background-position:0 0;
}
.products-filter .filter-search {
	display:block;
	width:100%;
	font-size:12px;
	border:1px solid #c6c6c6 !important;
	padding:2px 5px 2px 20px;
	margin: 0 0 10px 0;
	background:url("../images/icon_search_small.png") 2px center no-repeat #fff;
}
.products-filter .filter-options-box {
	margin:5px 0 10px 0;
}
.products-filter .filter-options {
	max-height: 300px;
    overflow-y: auto;
}
.products-filter .filter-options > a {
	display:block;
	color:#6f6f6f !important;
	font-size:12px;
	margin-bottom:2px;
}
.products-filter .filter-options > a.active {
	font-weight:bold;
}
/*.products-filter .filter-options > a:before {
}*/

.products-filter .filter-options.radio > a:before { content: "\25e6"; padding-right:3px; }
.products-filter .filter-options.radio > a.active:before { content: "\2022";}

.products-filter .filter-options.checkbox > a:before { content: "\2610"; padding-right:3px; vertical-align:bottom; }
.products-filter .filter-options.checkbox > a.active:before { content: "\1F5F9";}

.products-filter .filter-options + .filter-heading {
	margin-top:-1px;
}

.products-filter.specification .filter-options > a {
	text-transform:lowercase;
}

/* Products - List */

/* Extra small devices (phones, less than 768px) */
@media (min-width: 992px) {
	.products-list {
		padding-left:0;
	}
}


/* Products - Individual product */

.products-list .product {
	overflow:hidden;
	border:1px solid #c6c6c6;
	margin-bottom:30px;
	font-size:12px;
}
.products-list .product div {
	padding:0;
}
.products-list .product h4 {
	font-size:inherit !important;
	font-weight:normal !important;
	color:inherit !important;
	margin:0 !important;
	padding:10px !important;
	border-bottom:1px solid #c6c6c6;
}
.products-list .product .info {
	border-right:1px solid #c6c6c6;
	overflow:hidden;
}
.products-list .product .info h4 {
	font-weight:bold !important;
}
.products-list .product .row {
	margin:0;
}
.products-list .product .details {
	padding:10px;
}
.products-list .product .details p {
	margin:0 0 3px;
}
.products-list .product .image-url {
	/*border-left:1px solid #c6c6c6;*/
	padding:10px;
}

.products-list .product .img {
	border:1px solid #e2e2e2;
	max-width:100%;
}
.products-list .product .image-url.url .img {
	margin-bottom:60px;
}
.products-list .data {
	position:absolute;
	bottom:10px;
}
.products-list .data p {
	font-weight:bold;
	margin:0 0 4px 0;
}
.products-list .data a {
	border:1px solid #cdcdcd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	height:26px;
	width:84px;
	text-decoration:none;
	background:url("../images/icon_phusion.png") center center no-repeat;
}


.products-list .product .stacks {
	overflow:hidden;
	border-left:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	margin-left:-1px;
	margin-top:-1px;
}
.products-list .product .stacks > div {
	float:left;
	width:50%;
	position:relative;
	padding-bottom:35px;
}
.products-list .product .stacks h4 {
	text-align:center;
}
.products-list .product .stacks .sell {
	border-left:1px solid #c6c6c6;
}

.products-list .product .stacks a.price {
	display:none;
	border:1px solid #d4d4d4;
	padding:5px;
	margin:10px;
	color:inherit !important;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products-list .product .stacks a.price.price-0 { font-weight:bold; }
.products-list .product .stacks .buy a.price.price-0 { color:#5fa5c7 !important; }
.products-list .product .stacks .sell a.price.price-0 { color:#d3855e !important; }

.products-list .product .stacks a.price.company { border:2px solid #090; }
.products-list .product .stacks a.price.own { border:2px solid #eb5b5b !important; }

.products-list .product .stacks a.price:nth-child(2),
.products-list .product .stacks a.price:nth-child(3),
.products-list .product .stacks a.price:nth-child(4),
.products-list .product .stacks .more a.price {
	display:block;
}

.products-list .product .stacks a.see_more {
	display:block;
	text-align:center;
	font-size:11px;
	margin-bottom:3px;
}
.products-list .product .stacks a.see_more:before {
	content:"View More...";
}
.products-list .product .stacks .more a.see_more:before {
	content:"View Less...";
}

.products-list .product .stacks a.quick {
	position:absolute;
	left:0;
	right:0;
	bottom:0;

	display:block;
	padding:3px 5px;
	font-weight:bold;
	text-align:center;
	color:#fff !important;
	text-decoration:none;
	margin:10px;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.products-list .product .stacks .buy a.quick { background:#5fa5c7 !important; }
.products-list .product .stacks .sell a.quick{ background:#d3855e !important; }

.products-list .quick-form form {
	border:1px solid #c6c6c6;
	margin:-31px 0 30px 0;
	background:#eef6f9;
	padding:15px 20px;
}
.products-list .quick-form.sell { background:#f9ded7; }
.products-list .quick-form h4 {
	padding:10px 20px !important;
	margin:-15px -20px 10px -20px !important;
	background:#a7cde0;
	color:#fff !important;
	font-size:20px !important;
	font-weight:normal;
	border-bottom:1px solid #c6c6c6;
	overflow:hidden;
}
.products-list .quick-form.sell h4 { background:#d3855e; }
.products-list .quick-form h4 > a {
	float:right;
	font-size:16px;
	color:#fff !important;
	text-decoration:none;
}
.products-list .quick-form p.title {
	overflow:hidden;
	margin:0 0 15px 0;
	font-size:16px;
	font-weight:bold;
}
.products-list .quick-form .form-group {
	margin-bottom:10px;
}
.products-list .quick-form .form-group label {
	font-size:12px;
}
.products-list .quick-form input[type="date"] {
	font-size:11px;
}
.products-list .quick-form hr {
	margin:10px 0;
	border-color:#d4d4d4;
}
.products-list .quick-form button {
	float:right;
	font-size:14px;
	text-align:center;
	display:inline-block;
	color:#fff;
	padding:3px 20px;
	background:#5fa5c7;
	border:0;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.products-list .quick-form.sell button { background:#d3855e; }

.products-list .quick-form a.more {
	color:inherit !important;
	text-decoration:none !important;
}
.products-list .quick-form a.more.active {
	display:none;
}
.products-list .quick-form a.more.active + div {
	display:block !important;
}


/* Product Page */

.product-page p.back {
	overflow:hidden;
}
.product-page p.back a {
	font-size:15px;
	font-weight:normal;
	float:right;
}

.product-page h1 {
	overflow:hidden;
	color:inherit !important;
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0 0 20px 0;
}
.product-page h1 .btn {
	float:right;
	margin-left:15px;
}
.product-page .row.image-details {
	margin-bottom:20px;
}
.product-page .image img {
	border:1px solid #e2e2e2;
	max-width:100%;
	margin-bottom:20px;
}
.product-page .product .details {
}
.product-page .product .details p {
	margin:0 0 3px;
}

.product-page .product .area-toggler {
	display:block;
	color:inherit !important;
	text-decoration:none;
	font-weight:bold;
	border-top:1px solid #c6c6c4;
	border-bottom:1px solid #c6c6c4;
	padding:10px 18px;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.product-page .product .area-toggler .fa {
	float:right;
	display: none;
}
.product-page .product .area-toggler:not(.collapsed) .fa-chevron-up {
	display: inline-block;
}
.product-page .product .area-toggler.collapsed .fa-chevron-down {
	display: inline-block;
}

.product-page #delivery-details {
	padding:20px;
}
.product-page #add-info {
	padding:20px;
}

.product-page-banners {
	margin:20px 0;
}
.product-page-banners .banneritem {
	margin-bottom:20px;
}
.product-page-banners img {
	max-width:100%;
}


.product-negotiations {
	margin:20px 0;
}
.product-negotiations h3 .status {
	font-size:15px;
	float:right;
	font-weight:bold;
}

.product-negotiation .negotiation-form {
	background:#fff;
	padding:15px;
}

.product-negotiations .negotiation-form textarea {
	width:100%;
	padding:15px;
	border:2px solid #cdcdcd;
	margin-bottom:15px;
}
.product-negotiations .negotiation-form .buttons {
	overflow:hidden;
}
.product-negotiations .negotiation-form .buttons button {
	float:right;
	margin-left:15px;
}

.product-negotiations .product-negotiation {
	margin-bottom: 20px;
}
.product-negotiations .product-negotiation-inner {
	padding: 10px;
}
.product-negotiations .product-negotiation:nth-child(2n) {
	background-color: #f7ded7;
}
.product-negotiations .product-negotiation:nth-child(2n+1) {
	background-color: #f7ded7;
}

.message-row {
}
.negotiation-message {
	padding:15px;
	height: auto !important;
}

.negotiation-message.not-own.user-0 .negotiation-role { color: #a0507a; }
.negotiation-message.not-own.user-1 .negotiation-role { color: #1d8db4; }
.negotiation-message.not-own.user-2 .negotiation-role { color: #d07911; }
.negotiation-message.not-own.user-3 .negotiation-role { color: #dfe12f; }

/*
.negotiation-message.not-own.user-0 .glyphicon { background-color: #a0507a; }
.negotiation-message.not-own.user-1 .glyphicon { background-color: #1d8db4; }
.negotiation-message.not-own.user-2 .glyphicon { background-color: #d07911; }
.negotiation-message.not-own.user-3 .glyphicon { background-color: #dfe12f; }
*/

.negotiation-message.own {}
.negotiation-message.not-own {}
.negotiation-role {
	font-weight: bold;
}
.negotiation-message.not-own .negotiation-role {
	color: #1d8db4;
}

.negotiation-message-text {
	padding-left:20px;
}


.product-negotiation .status-bar {
	background:#e6e6e6;
	padding:3px 15px;
	overflow:hidden;
}
.product-negotiation .status-bar a {
	display:inline-block;
	float:right;
	height: 20px;
	line-height:30px;
	color:inherit !important;
	margin-left:20px;
}
.product-negotiation .status-bar .green-icon-check {
	background: transparent url("../images/icon-green-check.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding-left: 30px;
}
.product-negotiation .status-bar .orange-icon-check {
	background: transparent url("../images/icon-orange-check.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	margin: 0 10px;
	width: 25px;
}
.product-negotiation .status-bar .red-icon-mark {
	background: transparent url("../images/icon-red-mark.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding-left: 30px;
}

.product-potential-matches {}
.product-potential-matches .match-product-list {
	margin-top: 5px;
	color: #646464;
}
.product-potential-matches .match-product-list > p {
	padding: 10px;
	margin:0;
	overflow:hidden;
}
.product-potential-matches .match-product-list > p:nth-child(2n) {
	background-color: #f5f5f5;
}
.product-potential-matches .match-product-list > p:nth-child(2n+1) {
	background-color: #ebebeb;
}
.product-potential-matches a.select-match-link {
	float:right;
}

/* Subscriber */

#subscriber-page .export-block {
	margin-bottom: 20px;
}
#subscriber-page .export-block .btn-group {
	margin-right: 10px;
}


/* Responsive */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1119px) {
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
}

/* Bells & Whistles */

@media screen and (prefers-reduced-motion: no-preference) {
	/*noinspection CssInvalidAtRule*/
	@view-transition {
		navigation: auto;
	}
}
