﻿/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background-color: #fff;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #333;
    overflow-x: hidden; /* mobile menu and filters scroll bug fix */
}
a {
	color: inherit;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	border: none;
	border-radius: 30px;
	background: #5be;
	color: #fff;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .button-1:hover, .button-2:hover {
	opacity: 0.8;
}
label {
	vertical-align: middle;
}
script {
    display: none !important;
}

input.button-plain {
	border: initial;
	border-radius: initial;
	background: initial;
	background-color: initial !important; /* Important as 'theme.custom.css' will overwrite this otherwise. */
	color: initial;
	cursor: pointer;
}
input.button-plain:hover {
	opacity: 0.8;
}

.master-column-wrapper {
	width: 95%;
	margin: auto;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0 0 60px;
}
.page {
	text-align: center;
}
.page-title {
	margin: 0 0 20px;
}
.center-1 .page-title {
	margin: 0 5px 20px;
}
.page-title h1 {
}
.page-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url('../img/rss-icon.png') no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
	text-align: justify;
}
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.topic-page a:hover,
.post-body a:hover,
.news-body a:hover,
.footertopic a:hover,
.custom-tab a:hover {
	text-decoration: underline;
}
#mobile-header {
	display: none;
}
.flyout-cart {
	display: none;
	color: black;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: #5be url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    border: 3px solid #eee;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
.recaptchatable #recaptcha_response_field {
	height: auto !important;
}

.icon-spacing-right {
	margin-right: 7px;
}

.icon-spacing-right-small {
	margin-right: 2px;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.break-overlong-words {
	word-break: break-word;
	hyphens: auto;
}

/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title,
.section .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	padding: 10px 0 0;
	text-align: center;
}
.fieldset .title strong,
.section .title strong {
	display: inline-block;
	min-width: 200px;
	border-radius: 8px 8px 0 0;
	background-color: #333;
	padding: 12px 18px;
	color: #fff;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 10px;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
}
.billing-dialog .inputs {
	text-align: left;
}
.inputs * {
	font-size: 12px;
}
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
    font-size: 12px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
	width: 350px;
	max-width: 100%;
	background: #eee;
}
.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}

.inputs .option-list {
	display: inline-block;
	margin: 0 0 10px;
    overflow: hidden;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
}
.inputs .option-list label {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
}

.inputs.custom-attributes {
	white-space: normal;
}

.required {
	margin: 0 -6px 0 0; /*siblings offset fix*/
	font-size: 11px;
	color: #c00;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	padding: 10px 25px 10px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #9b0;
}
.bar-notification.warning {
	background: #fb3;
}
.bar-notification.error {
	background: #f00;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #bbb;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .page-title {
	margin: 0 0 10px;
	line-height: normal;
}
.ui-dialog-content .page-title h1 {
	font-size: 16px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-block-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}

.custom-modal-dialog.ui-dialog {
	border: none;
}
.custom-modal-dialog > .ui-dialog-titlebar {
	background-color: #757f85;
	border-color: #757f85;
	border-radius: unset;
	box-shadow: unset;
}
.custom-modal-dialog .ui-dialog-titlebar span {
	color: white;
	text-shadow: none;
}
.custom-modal-dialog .ui-dialog-buttonset button {
	background-color: #757f85;
	border: unset;
	box-shadow: unset;
	margin-left: 3px;
	padding: 7px 15px;
}
.custom-modal-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
	float: none;
	margin-bottom: 10px;
	padding-top: 0;
}
.custom-modal-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
	background-color: #757f85;
	opacity: 0.8;
}

.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1002;
	width: 300px;
	max-width: 300px;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -90px 0 0 -150px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
	background: #fff;
	padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #5be;
	background: rgba(85, 187, 238, 0.1);
	padding: 6px 18px;
	font-size: 16px;
	font-weight: bold;
	color: #5be;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.9;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #5be;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}



/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #666;
	text-align: center;
	color: #fff;
}
.admin-header-links a {
	margin: 0 10px;
	line-height: 25px;
}
.admin-header-links + .master-wrapper-page {
	padding: 25px 0 0;
}
.admin-header-links .impersonate a {
	display: inline;
    text-decoration: underline;
}
.admin-header-links .impersonate a:hover{
    color: #cecece;
}

#topcartlink .cart-qty {
	background-color: transparent;
}
.new_select {
	width: auto !important;
	min-width: 85px;
	height: 32px;
	border-radius: 20px;
	background: #fff;
	text-align: left;
	font-size: 12px; /*reset zeroing*/
    cursor: pointer;
    z-index: 1003 !important;
}
.new_select > span {
	display: block;
	position: relative;
	padding: 0 32px 0 8px;
	line-height: 32px;
	white-space: nowrap;
}
.new_select > span:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background: #5be url('../img/arrow1.png') center no-repeat;
	opacity: 0.8;
}
.new_select > div {
	position: relative;
	z-index: 0 !important;
	width: 100% !important;
	margin: -8px 0 0;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 1px 0px rgba(0,0,0,0.25);
	background: #fff;
	padding: 12px 4px 4px 4px;
}
.new_select ul {
	border-top: 1px solid #ddd;
	border-radius: 0 0 8px 8px;
	padding: 4px 0 0;
}
.new_select li {
	padding: 4px;
	font-size: 11px;
}
.new_select li:last-child {
	border-radius: 0 0 16px 16px;
}
.new_select li:hover {
	background: #eee;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.header-logo img {
	height: 80px;
	margin-bottom: -25px;
	margin-right: 5px;
}
#header-selected-store {
	position: absolute;
	top: 25px;
	margin-left: 18px;
	font-size: 12px;
}
#header-selected-store a {
	text-transform: initial;
}
#header-selected-store a:hover {
	background: none;
}
.header-selected-store-value {
	color: #ffad3f;
}

.header-menu .search-box {
	margin: 0 10px;
	text-align: center;
}
.header-menu .search-box form,
#mobile-header .search-box form {
	display: inline-block;
	position: relative;
}

.header-menu .search-box .search-box-button,
#mobile-header .search-box .search-box-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-size: 70%;
	background-color: transparent;
	text-indent: 999px;
}

.header-menu .search-box .search-box-magnifier,
#mobile-header .search-box .search-box-magnifier {
	color: #222;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	font-size: 20px;
}

.header-menu .search-box .k-input[type="text"],
#mobile-header .search-box .k-input[type="text"] {
	font-size: 13px;
	text-indent: 10px;
}
.header-menu .search-box .k-popup .k-list .k-item,
#mobile-header .search-box .k-popup .k-list .k-item {
	line-height: 18px;
}

.header-menu > ul > li > .ico {
	padding-left: 10px;
	padding-right: 10px;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete li {
	border-top: 1px dotted #ccc;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 12px;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.slider-wrapper {
	margin: 0 0 30px;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
	overflow: hidden;
	background: #eee;
	padding: 40px 0;
	font-size: 0;
	color: #333;
}
.footbox {
	display: inline-block;
	width: 90%;
	vertical-align: top;
	margin: 40px 20px 0;
	line-height: 20px;
	font-size: 12px;
}
.footbox:first-child {
	margin-top: 0;
}
.footbox .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #5be;
	padding: 0 0 20px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.footbox .topic {
	text-align: justify;
}

.footbox .topic-block-title {
    display: none;
}
.contacts {
	display: inline-block;
	text-align: left;
}
.contacts li {
	margin: 0 0 10px;
	border-radius: 6px;
	background: #fff;
	padding: 10px;
}
.contacts li span {
	vertical-align: middle;
}
.contacts li span:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	background: url('../img/contact_sprite.png') no-repeat;
}
.contacts li.phone span:before {
	background-position: left 0;
}
.contacts li.mobile span:before {
	background-position: left -32px;
}
.contacts li.email span:before {
	background-position: left -64px;
}
.contacts li.skype span:before {
	background-position: left -96px;
}

.contacts li.contact span:before {
        background-position: left -128px;
}

.social {
	margin: 0 0 20px;
	font-size: 0;
}
.social li {
	display: inline-block;
	margin: 0 10px;
}
.social a {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/social_sprite.png') no-repeat;
}
.social a.facebook {
	background-position: 0 0;
}
.social a.twitter {
	background-position: -32px 0;
}
.social a.google {
	background-position: -64px 0;
}
.social a.pinterest {
	background-position: -96px 0;
}
.social a.vimeo {
	background-position: -128px 0;
}
.social a.youtube {
	background-position: -160px 0;
}
.social a.rss {
	background-position: -192px 0;
}
.social a.instagram {
	background: url('../img/instagram.png') no-repeat;
}

.newsletter .title {
	margin: 0 0 10px;
    padding: 0;
    border: none;
    border-width: 0;
}
.newsletter .title strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.newsletter-email { 
	display: inline-block;
	border-radius: 30px;
	background: #999;
	padding: 1px;
    position: relative;
}

.newsletter-email input[type="email"] {
	float: left;
	width: 230px;
	height: 40px;
	border: none;
	border-radius: 30px;
}
.newsletter .newsletter-email input[type="button"] {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	overflow: hidden;
	background: #999 url('../img/newsletter-button.png') 40% center no-repeat !important;
	text-indent: 999px;
}
.newsletter .options {
    position: absolute;
    bottom: -25px;
	width: 100%;
}
.newsletter .options > span {
	margin: 0 3px;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
	overflow: hidden;
	background: #333;
	padding: 20px 0;
	font-size: 0;
}
.footlist {
	display: inline-block;
	width: 90%;
	margin: 20px 0;
	font-size: 12px;
	color: #777;
    vertical-align: top;
}
.footlist .title {
	margin: 0 0 10px;
	border-bottom: 1px solid #555;
	padding: 5px 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #888;
}
.footlist ul {
	padding: 5px 0;
}
.footlist li {
	padding: 6px 0;
}
.footlist a {
	display: inline-block;
	padding: 6px 0;
}
.footlist a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 5px;
	margin: 0 10px 0 0;
	background: url('../img/arrow2.png') center no-repeat;
	vertical-align: middle;
	opacity: 0.25;
}
.footlist a:hover {
	color: #fff;
}
.footlist a:hover:before {
	opacity: 1;
}

.footer-middle {
	position: relative;
	overflow: hidden;
	padding: 15px 10px;
	font-size: 12px;
	color: #666;
}

.footer-lower {
	position: relative;
	overflow: hidden;
	background: #222;
	padding: 15px 10px;
	font-size: 12px;
	color: #666;
}
.footer-lower > div > div, .footer-middle > div > div {
	margin: 10px 0;
}
.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
}
.footer-tax-shipping {
	display: none;
}
.footer-tax-shipping a {
	text-decoration: underline;
}
.theme-selector {
	position: relative;
	width: 150px;
	height: 32px;
	margin: 0 auto !important;
	border-radius: 20px;
	overflow: hidden;
	background: #393939;
	padding: 32px 0 0; /*hides unwrapped text*/
}
.theme-selector:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background: #5be url('../img/arrow1.png') center no-repeat;
	opacity: 0.8;
}
.theme-selector select {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	width: 180px;
	margin: auto;
	border: none;
	background: none;
	color: #999;
}

.footertopics {
	list-style-type: unset;
	margin-left: 15px;
	text-align: left;
}

.footbox-spacer {
    margin-bottom: 15px;
}

/*********** LEFT/RIGHT COLUMN ***********/



.center-2,
.side-2 {
	margin: 0 0 50px;
}
.side-2 {
	text-align: center;
}
.block {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
}
.block .title {
	margin: 0 0 10px;
	border-radius: 6px;
	background: #5be;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.block .title > *:first-child {
	padding: 9px 15px 11px;
}
.block .title strong {
	font-weight: normal;
	display: block;
}
.block .listbox {
	display: none;
	padding: 0 5px 40px;
}

.block .list > li {
	border-bottom: 1px dotted #5be;
}
.block .list a,
.block .year strong {
	display: inline-block;
	position: relative;
	padding: 10px 0 10px 20px;
	font-size: 15px;
}
.block .list a:before,
.block .year strong:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	background: #5be url('../img/arrow3.png') center no-repeat;
}
.block .list a:hover, 
.block .list a.active {
	color: #5be;
}
.block .list a.product-name:before{
    display: none;
}
.block .list > li.active > a {
	margin: 10px 0;
	color: #5be;
	text-transform: uppercase;
}
.block .list > li.active > a:before {
	display: none;
	border: 1px solid #666;
	background: #ccc url('../img/arrow2_black.png') center no-repeat;
}

.block .sublist {
	margin: -5px 0 20px;
	border-top: 1px dashed #5be;
}
.block .sublist a {
	font-size: 13px;
}
.block .sublist a:before {
	width: 9px;
	height: 9px;
	border: 1px solid #666;
	background: url('../img/arrow3_black.png') center no-repeat;
	background-color: transparent !important; /*because of the theme roller*/
}

.block .sublist .sublist {
	margin: 10px 0;
	border: none;
}
.block .sublist .sublist .active a{
    color: #5be;
}
.block .sublist .sublist a {
	font-size: 11px;
	font-style: normal;
}
.block .sublist .sublist a:before {
	display: none;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px;
	color: #5be;
	text-transform: uppercase;
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .product-picture,
.block .list a.product-picture:before {
	display: none;
}

.block .tags {
	padding: 0 0 10px;
	border-bottom: 1px dotted #5be;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.product-tags-all-page li a {
	color: #5be;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #5be;
	text-decoration: underline;
}
.home-page-polls .title {
	display: none;
}
.poll strong {
	display: block;
	padding: 5px 5px 0;
	color: #5be;
}
.poll-options,
.poll-results {
	margin: 0 0 10px;
	border-bottom: 1px dotted #5be;
	overflow: hidden;
	padding: 5px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 10px 0;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	background: none !important; /* important because of the color schemes */
	padding: 8px 16px;
	color: #5be;
	text-transform: uppercase;
}
.poll .buttons input:hover {
	text-decoration: underline;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}



/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 20px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	margin: 0 3px;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb a:hover * {
	color: #5be;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
	line-height: 20px;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	font-size: 0;
}
.product-selectors:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-selectors > div {
	display: inline-block;
	margin: 0 1px;
	border-radius: 8px 8px 0 0;
	background: #eee;
	padding: 8px 16px;
	white-space: nowrap;
	font-size: 12px; /*reset zeroing*/
}
.product-selectors span {
	display: none;
	vertical-align: middle;
	font-size: 11px;
}
.product-selectors select {
	margin: 0 5px;
	border-radius: 3px;
	text-transform: lowercase;
}
div.product-viewmode {
	display: none;
}
div.product-viewmode select {
	min-width: 85px;
}

.item-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	height: 100%;
	padding: 10px;
}

.item-box .product-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0 10px;
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-box .product-title a {
	display: block;
	text-align: center;
	word-wrap: break-word;
	overflow: hidden;
}
.item-box .product-item {
	display: grid;
	grid-template-rows: 200px 100px 150px; /* picture, title, details */
	height: 450px;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}

h2.title.category-title {
	height: 75px;
	overflow: hidden;
}

.item-box .product-title a:hover {
	text-decoration: underline;
}
.item-box .product-title + .sku {
	display: none;
}
.item-box .picture {
	position: relative;
	overflow: hidden;
}
.item-box .picture a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.item-box .picture img {
    position: static;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
	margin: 50px;
}
.item-box .details {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
	padding-top: 10px;
}
.item-box .product-rating-box {
	display: none;
	margin: 10px 0 0;
}
.item-box .rating {
	background: url('../img/rating1.gif') left center repeat-x;
	width: 85px;
	height: 16px;
}
.item-box .rating div {
	background: url('../img/rating2.gif') left center repeat-x;
	height: 16px;
}
.item-box .description {
	height: 30px;
	margin: 10px 0;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
	margin: 0 0 10px;
	min-height: 35px;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
.tax-shipping-info {
	margin: 3px 0 0;
	color: #555;
	display: block;
}
.tax-shipping-info a {
	color: #000;
	text-decoration: underline;
}

.item-box .buttons {
	padding-bottom: 10px;
	margin-top: auto;
	margin: 0;
	font-size: 0;
}
.item-box input[type="button"] {
	padding: 10px 20px;
	font-size: 16px;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
	font-size: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	position: relative;
	max-width: 300px;
	margin-bottom: 10px;
	font-size: 12px;
}

.home-page-category-grid .title,
.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
	height: auto;
}
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a,
.vendor-grid .title a {
	min-height: 45px;
	border-radius: 8px;
	background: #5be;
	padding: 8px 12px;
	line-height: normal;
	font-size: 20px;
	color: #fff;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	display: none;
}

@media all and (min-width: 824px) {
	.category-grid .item-box {
		border: 2px solid #ccc;
		padding: 5px;
	}

	.category-grid .item-box:hover {
		border: 2px solid #757f85;
		transition: 0.3s;
	}
}

.product-grid,
.product-list {
	font-size: 0;
}
.home-page .product-grid {
	margin: 0 0 40px;
}
.product-grid .item-box,
.product-list .item-box {
	font-size: 12px;
}
.product-grid .item-box.grid-mode {
	border: 2px solid #ccc;
	padding: 5px;
}
.product-grid .item-box.grid-mode:hover {
	border: 2px solid #757f85;
	transition: 0.3s;
}
.product-grid .title {
	margin: 0 0 30px !important;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
}
.product-grid .title strong {
	display: inline-block;
	position: relative;
	width: 280px;
	border-radius: 8px 8px 0 0;
	background: #333;
	padding: 10px 20px;
	font-weight: normal;
	color: #fff;
}

.product-list .rental-title {
	clear: both;
}
.product-list .rental-title h2 {
	margin-bottom: 0;
}

.contact-vendor input[type='button']{
    padding: 8px 16px;
    font-size: 16px;
    margin: 0 0 20px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li * {
	display: block;
	min-width: 32px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	background-color: #eee;
}
.pager li a:hover {
	background-color: #eee;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999px;
}
.pager li.previous-page * {
	background-image: url('../img/prev.png');
}
.pager li.next-page * {
	background-image: url('../img/next.png');
}
.pager li.first-page * {
	background-image: url('../img/prev-first.png');
}
.pager li.last-page * {
	background-image: url('../img/next-last.png');
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.gallery {
	position: relative; /*product ribbon relativity*/
	margin: 0 0 20px;
	font-size: 0; /*cloud zoom fix*/
}
.gallery .picture {
	position: relative;
	width: 320px;
	height: 320px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	margin: 10px 0 0;
	overflow: hidden;
	font-size: 0;
    text-align: center;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
    width: 90px;
    height: 90px;
	margin: 0 5px 10px;
	border: 1px solid transparent;
	overflow: hidden;
	background: #fff;
}

.product-variant-list th:first-child {
	padding: 0px 10px;
}

.product-variant-list th {
	padding-right: 10px;
}

.overview {
	position: relative;
	margin: 0 0 20px;
}
.overview .discontinued-product {
	margin: 0 0 10px;
	font-size: 15px;
	color: #c00;
}
.overview .product-name,
.overview .category-name {
	margin: 0 0 10px;
}
.overview .short-description {
	font-size: 18px;
	margin: 0 0 20px;
}
.overview .buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 15px 0;
	font-size: 0;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 13px; /*reset zeroing*/
}
.download-sample a {
	border-radius: 20px;
	background: #5be;
	color: #fff;
}
.download-sample a:hover {
	opacity: 0.8;
}
#back-in-stock-notify-me {
    padding: 8px 14px;
}
.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor {
	margin: 5px 0;
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
	color: #5be;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
	min-width: 150px;
    margin: 15px auto;
	border: 1px solid #5be;
    border-radius: 30px;
	background: rgba(85, 187, 238, 0.1);
    padding: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #5be;
    text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 10px; /*not present in variant-overview*/
}
.product-reviews-overview {
	margin: 20px 0; /*not present in variant-overview*/
}
.product-no-reviews a {
	color: #5be;
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 86px;
	height: 16px;
	background: url('../img/rating1.gif') repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url('../img/rating2.gif') repeat-x;
}

.product-review-links a {
	color: #5be;
}
.product-review-links a:hover {
	text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices div > *,
.variant-overview .prices div > *{
    vertical-align: top;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.overview .rental-price,
.variant-overview .product-price {
	font-size: 18px;
	font-weight: bold;
}
.customer-entered-price {
	margin: 0 0 20px;
	border-radius: 6px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .enter-price-input {
	width: 70px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px;
	font-weight: bold;
}

.overview .add-to-cart,
.overview .add-rental-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 15px;
}
.overview .add-to-cart-panel,
.overview .add-rental-to-cart-panel,
.variant-overview .add-to-cart-panel {
	background-color: white !important;
}
.overview .add-to-cart-panel > *,
.overview .add-rental-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	vertical-align: middle;
}
.overview .add-rental-to-cart-panel {
	background-color: #6e6e6e;
	border-color: #6e6e6e;
}

.rental-details-modal {
	width: 650px !important;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	opacity: 0.5;
}

.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -35px;
	line-height: 45px;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 54px;
	height: 35px;
	text-align: center;
	font-size: 14px;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    width: auto;
}

.qty-dropdown {
	margin-left: 30px; 
	margin-right: 25px; 
	width: auto;
	min-width: 60px;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}


.overview .add-to-cart-button,
.overview .add-rental-to-cart-button,
.overview .add-formwork-to-cart-button,
.variant-overview .add-to-cart-button {
	padding: 0 20px;
	font-size: 20px;
	line-height: 35px;
}
.add-formwork-to-cart-footer {
    padding-top: 20px;
}
.overview .add-to-cart-button,
.overview .add-rental-to-cart-button {
    margin-left: 10px;
}

.variant-overview .add-to-cart-button {
	margin-left: 0px;
	margin-top: 10px;
	display: flex;
}

.qty-input-button,
.cart .quantity .qty-input-button {
	width: 25px;
	height: 25px;
	color: red !important;
	font-size: 20px;
	background-color: white !important;
	padding: 0 !important;
}

.qty-input-button-formworks {
    background-color: transparent !important;
}

.unit {
	margin-left: 2px;
}

.product-variant-list .add-to-cart .unit {
	font-size: 14px;
}

.overview .rental-sku,
.overview .rental-short-description {
	margin-bottom: 10px;
}
.overview .rental-price {
	margin-bottom: 20px;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.product-share-button * {
	float: none !important; /*chrome bug fix*/
	display: inline-block !important;
	vertical-align: middle !important;
}

.full-description {
	clear: both;
	margin: 0 5px 20px;
	line-height: 20px;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-list .grouped-product-list .formwork-list-table table {
	margin: 0 auto 30px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
}

.product-variant-list .grouped-product-list .formwork-list-table th {
	padding-bottom: 5px;
	padding-left: 2px;
	white-space: nowrap;
	font-size: 13px;
}

.product-variant-list .grouped-product-list td:first-child {
	background-color: #eee;
}

.product-variant-list.rentals-list {
	padding-top: 10px;
}

.product-variant-list .rentals-list-table td:first-child,
.product-variant-list {
	background-color: white;
}

.product-variant-list .rentals-list-table td.rental-details,
.product-variant-list .formwork-list-table td.formwork-details {
	text-align: center;
}

.formwork-list-table tr:nth-child(odd) {
	background-color: #eee;
}
.formwork-list-table tr:nth-of-type(even) {
	background-color: white;
}

.product-variant-list .rentals-list-table button,
.product-variant-list .formwork-list-table button {
	color: black;
	background-color: lightgray;
	padding: 1px 10px;
	min-height: 20px;
}

.product-variant-list .grouped-product-list td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	background: #fff;
	padding: 5px;
}

.formwork-list td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 5px;
}

.product-variant-list .grouped-product-list.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	width: auto;
}

.info-icon-grouped-product-price {
	display: inline-block;
	margin-left: 10px;
}

.product-variant-list .add-to-cart {
	text-align: center;
	transform: scale(0.8);
}

.product-variant-list .add-to-cart-panel {
	margin: 0px !important;
	padding: 0px;
	width: 100%;
}

.tier-prices {
	margin: 0 0 20px;
	display: inline-block;
}

.product-variant-list .grouped-product-list .tier-prices td {
	border-style: none;
	background-color: inherit;
	padding: 4px;
	padding-right: 10px;
}

.product-points {
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	margin-bottom: 0;
}

.points-title {
	margin-right: 2px;
}

.product-variant-list .grouped-product-list .tier-prices td:first-child {
	min-width: 50px;
}

.tier-prices .prices-header {
	margin: 0 0 10px;
	border-bottom: 1px solid #757f85;
	color: #757f85;
}
.tier-prices .prices-table {
	margin: 5px 15px;
	display: block;
}
.tier-prices .prices-table th {
	background: none;
	border-radius: 0 !important;
	border: 0 !important;
	padding: 4px;
	padding-right: 10px;
	font-size: 12px;
}
.tier-prices .prices-table td {
	background: none;
	border-width: 0 !important;
	padding: 4px !important;
	padding-right: 10px !important;
}
.tier-prices .prices-table tr:nth-child(2n) {
	background: #f6f6f6 !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.tier-prices .header-price {
	padding-right: 0px !important;
}

.tier-prices .currency {
	text-align: left;
}
.tier-prices .item-price {
	text-align: left;
}

.tier-prices .item-quantity {
	margin-right: 20px;
	text-align: left;
}

.tier-price-details {
	display: none;
	position: absolute;
	z-index: 10000;
	box-shadow: 0px 0px 2px 2px #888888;
	border: 1px medium ##757f85;
	background-color: white;
	width: auto;
	margin-left: -99px;
	margin-top: 30px;
}

.tier-price-details:before {
	z-index: 10;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	margin-left: 0;
	bottom: 0;
	top: calc(-6%);
	left: calc(50%);
	box-sizing: border-box;
	border: 6px solid #fff;
	box-shadow: -1.5px -1.5px 2px 0.5px #888888, 0px 0px 0px 0px #888888, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
	transform-origin: 0 0;
	transform: rotate(45deg);
}

.variant-product-price:hover .tier-price-details {
	display: inline-block;
}


.unit-price:hover .tier-price-details {
	display: inline-block;
}

.depot-availability {
	margin: 0 0 10px;
}

.depot-availability .availability-table {
	margin: 5px 15px;
	display: block;
	text-align: left;
}

@media (max-width: 768px) {
	.depot-availability .availability-table {
		position: relative;
		width: 320px;
		max-width: 100%;
		margin: 5px auto;
	}
}

.depot-availability .availability-table td {
	padding: 4px;
	padding-right: 10px;
}

.depot-availability .availability-table .item-icon .icon {
	vertical-align: middle;
	width: 12px;
	max-height: 12px;
	text-align: center;
}

.depot-availability .availability-table .item-icon .icon img {
	max-width: 100%;
	max-height: 100%;
}

.variant-depot-availability {
	text-align: center;
	vertical-align: middle;
}

.variant-depot-availability-icon {
	vertical-align: middle;
	max-width: 14px;
	max-height: 14px;
	margin: 0 auto;
	display: inline-block;
}

@media (max-width: 610px) {
    .variant-depot-availability-icon {
        display: none;
    }
}

@media (min-width: 611px) {

	.variant-depot-availability-icon i {
		max-width: 100%;
		max-height: 100%;
		font-size: inherit;
	}

	.variant-depot-availabilities {
		display: inline-block;
	}

	.variant-depot-availability-details {
		display: none;
		position: absolute;
		z-index: 10000;
		box-shadow: 0px 0px 2px 2px #888888;
		border: 1px medium ##757f85;
		background-color: white;
		width: auto;
		margin-left: -99px;
		margin-top: 30px;
	}

	.variant-depot-availability-details {
		margin-left: 10px;
		margin-top: -16px;
	}

	.variant-depot-availability-details:before {
		z-index: 10;
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		margin-left: 0;
		bottom: 0;
		top: calc(-6%);
		left: calc(50%);
		box-sizing: border-box;
		border: 6px solid #fff;
		box-shadow: -1.5px -1.5px 2px 0.5px #888888, 0px 0px 0px 0px #888888, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
		transform-origin: 0 0;
		transform: rotate(45deg);
	}

	.variant-depot-availability-details:before {
		box-shadow: 0px 0px 0px 0px #888888, -1.5px 1.5px 2px 0.5px #888888, 0px 0px 0px 0px #fff, 0px 0px 0px 0px #fff;
		top: calc(6%);
		left: 0;
	}

	.variant-depot-availability:hover .variant-depot-availability-details {
		display: inline-block;
	}

	.variant-depot-availabilities .availability-table {
		margin: 4px 4px;
		display: block;
		text-align: left;
	}
}

@media (min-width: 611px) {
	.variant-depot-availability-icon-mobile {
		display: none;
	}
}

.variant-depot-availability-icon-mobile i {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    font-size: inherit;
}

.variant-depot-availabilities .availability-table {
	margin: 5px 15px;
	display: block;
	text-align: left;
}

.variant-depot-availabilities .availability-table td {
	padding: 3px;
	min-width: 30px;
	background-color: transparent !important;
	border-color: transparent;
}

.variant-depot-availabilities .availability-table .item-icon .icon {
	vertical-align: middle;
	width: 12px;
	max-height: 12px;
	text-align: center;
}

.variant-depot-availabilities .availability-table .item-icon .icon img {
	max-width: 100%;
	max-height: 100%;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-cart-panel {
	margin: 0 0 10px;
}
.variant-overview .add-to-wishlist-button {
	display: block;
	display: none;
	float: none;
	clear: both;
	margin: 0 auto;
}
.variant-overview .add-to-cart .add-to-wishlist-button {
	display: none;
}

.rental-product-details .rental-picture {
	float: left;
	margin: 0 20px 20px 0;
}
@media (max-width: 500px) {
	.rental-product-details .rental-picture {
		width: 100%;
	}
}
.rental-product-details .rental-details {
	padding-top: 20px;
	line-height: initial;
}
.rental-product-details .rental-product-name,
.rental-product-details .rental-short-description {
	margin-bottom: 20px;
}
.rental-product-details .rental-attachments {
	clear: left;
	margin: 20px 0;
}
.rental-product-details .rental-attachments h2 {
	margin: 0 0 15px;
}
.rental-product-details .rental-attachments-content {
	border: 1px solid;
}
.rental-attachments .file-attachments ul li {
	margin: 10px;
}
.rental-attachments .file-attachments ul li a.attachmentLink img {
	max-width: 30px;
	max-height: 30px;
}
.rental-attachments .file-attachments ul li a.attachmentLink {
	display: inline-block;
	vertical-align: middle;
}

.formwork-category-page .formwork-infos {
	font-size: 14px;
	margin: 15px 10px;
}
.formwork-category-page .formwork-infos a,
.product-details-page .rental-short-description a {
	color: blue;
	text-decoration: underline;
}
.formwork-category-page .formwork-weight-size-totals table {
	width: auto;
	margin: 0 auto 20px;
}
.formwork-category-page .formwork-weight-size-totals td {
	padding-bottom: 5px;
}
.formwork-category-page .formwork-weight-size-totals .amount {
	margin-left: 15px;
	font-weight: bold;
}
.formwork-category-page .formwork-list {
	max-height: 530px;
	overflow-y: auto;
	overflow-x: hidden;
}
.formwork-category-page .formwork-list th {
	top: 0;
	position: sticky;
	background: white;
	padding: 10px 0 5px 2px;
	font-size: 14px;
}
.formwork-category-page .formwork-list .formwork-description {
	text-align: left;
}
.formwork-category-page .formwork-list td.formwork-description {
	font-weight: bold;
}
.formwork-category-page .formwork-list .formwork-description .description {
	word-break: break-word;
}
.formwork-category-page .formwork-list .formwork-details button {
	min-height: 25px;
	background: none;
}
.formwork-category-page .formwork-list .formwork-details .button-text {
	display: none;
}
.formwork-category-page .formwork-list .product-group-heading {
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 14px;
	background-color: #ccc;
}

.formwork-category-page .formwork-list .product-group-heading span.footable-toggle {
	display: none;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	border-radius: 6px 6px 0 0;
	padding: 10px 24px 8px;
	font-size: 14px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background: #5be;
	color: #fff;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #5be;
	border-bottom: 1px dashed #5be;
	background: #fff;
	padding: 20px 0;
}
.ui-tabs .ui-tabs-panel p {
	line-height: 20px;
}
.ui-tabs .ui-tabs-panel p:first-child {
	margin-top: 0;
}
.ui-tabs .ui-tabs-panel p:last-child {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box {
	margin: 0 0 30px;
}
.product-specs-box table {
	width: 100%;
	margin: 0;
	border-radius: 0;
}
.product-specs-box td {
	width: 50%;
	border-radius: 0 !important;
    padding: 10px 15px;
}
.product-specs-box td:first-child {
	background: #f6f6f6;
}
.product-tags-box {
	margin: 15px 0 50px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #5be;
}

.attributes {
	margin: 0 0 20px;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .qty-box {
	margin: 15px 0;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	height: 32px;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	border-radius: 6px 6px 0 0;
	background-color: #333;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../img/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../img/calendar-next.png') center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-square-container {
	display: block;
	border: 1px solid transparent;
}
.attribute-square-container span {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	background-size: 100% !important;
	cursor: pointer;
}
.selected-value .attribute-square-container {
	border-color: #999;
}
.attribute-squares input[type="radio"] {
	position: relative;
	z-index: -1;
	margin: -30px 0 0;
}
.attribute-squares .tooltip-container {
	display: none !important;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.availability-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.3em;
	box-sizing: border-box;
}

/* 1–2 days */
.availability-icon.half-green {
	background: conic-gradient( #89C259 0deg 180deg, transparent 180deg 360deg );
	border: 1px solid #89C259;
}

/* 2–4 days */
.availability-icon.three-quarters-green {
	background: conic-gradient( #87C156 0deg 270deg, transparent 270deg 360deg );
	border: 1px solid #87C156;
}

/* On demand */
.availability-icon.three-quarters-yellow {
	background: conic-gradient( #E0AE2F 0deg 270deg, transparent 270deg 360deg );
	border: 1px solid #E0AE2F;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
	color: #5be;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0;
	text-align: center;
}
.product-reviews-page .title strong {
	display: inline-block;
    min-width: 200px;
	border-radius: 8px 8px 0 0;
	background: #333;
    padding: 12px 18px;
    color: #fff;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
	display: block;
	margin: 0 0 5px;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
	cursor: default;
}
.write-review .review-rating li.first {
	color: #c00;
}
.write-review .review-rating li.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 5px;
}
.write-review .button-1 {
	font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-list .title {
	display: none;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	border-bottom: 1px dotted #5be;
	overflow: hidden;
	padding: 10px 0;
	color: #5be;
}
.product-review-item .review-title {
	float: left;
	text-transform: uppercase;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	padding: 15px 0;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	color: #5be;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 30px 0 0;
	border: 1px solid #eee;
	border-radius: 5px;
    padding: 20px 25px;
    background: #f9f9f9;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 5px 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 5px;
	padding: 8px 16px;
	font-size: 16px;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-table {
	display: none;
}
.compare-products-table td {
	vertical-align: top;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	border-radius: 30px;
	background: #5be;
	padding: 8px 16px;
	font-size: 13px;
	color: #fff;
}
.compare-products-page .clear-list:hover {
	opacity: 0.8;
}
.compare-products-page .button-2 {
	display: inline-block;
	background: none;
	padding: 0;
	color: #5be;
}
.compare-products-page .button-2:hover {
	text-decoration: underline;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	display: none;
	margin: 0 0 30px;
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
	border-radius: 30px;
	background: #999;
	padding: 1px;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
	border: none !important;
	border-radius: 30px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	background: none !important;
	padding: 0 20px 0 15px !important;
	font-size: 16px !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	padding: 5px 15px;
	text-align: center;
	font-weight: normal;
	color: #5be;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.date-of-birth div {
	display: inline-block;
	max-width: 100%;
}
.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 82px; /*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	margin: 0 0 0 10px;
}
.first .inputs:first-child > label {
	display: inline;
}
.gender{
    display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 3px;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}
#check-availability-button {
	margin: 10px 0 0;
	padding: 8px 16px;
	font-size: 13px;
	text-transform: none;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
	color: #5be;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.registration-result-page h1 {
	display: none;
}
.registration-result-page .result {
	margin: 0 0 20px;
	padding: 15px;
	text-align: center;
	color: #5be;
	font-size: 16px;
}
.login-page .customer-blocks,
.login-page .returning-wrapper {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	padding: 10px 0 0;
	text-align: center;
}
.login-page .title strong {
	display: inline-block;
	min-width: 200px;
	border-radius: 8px 8px 0 0;
	background: #333;
	padding: 12px 18px;
	color: #fff;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
	padding: 10px;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
}
.login-page .forgot-password a:hover {
	color: #5be;
}
.external-authentication {
	margin: 50px 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .fieldset {
	padding: 15px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.passwordrecovery-sent-text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.external-customer-address-page .button-1 {
	white-space: normal;
}
.external-customer-address-page .customer-information {
	margin: 25px 0;
}
.external-customer-address-page .customer-information p {
	margin: 5px;
}

.account-page .button-2 {
	border-radius: 6px;
	padding: 8px 16px;
}
.account-page .description {
	margin: 0 0 20px;
}
.revalidation-wrapper {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	padding: 8px;
	vertical-align: middle;
	white-space: normal;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
	margin: 0 0 20px;
	line-height: 20px;
}
.address-list-page .info .name,
.return-request-list-page .details a {
	margin: 0 0 5px;
	font-weight: bold;
	color: #5be;
	text-transform: uppercase;
}
.return-request-list-page .details a:hover {
	text-decoration: underline;
}
.return-request-file label {
	display: none !important;
}
.return-request-page .qq-upload-button,
.return-request-page .qq-upload-list {
	width: 350px;
	max-width: 100%;
	margin: auto;
}
.return-request-page .qq-upload-button {
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #f6f6f6;
	padding: 6px;
	text-align: left;
	color: #333;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	color: #333 !important;
}
.address-list-page .info label {
	font-weight: bold;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.downloadable-products-page td a {
	white-space: nowrap;
}
.back-in-stock-subscription-page .tooltip {
    margin-bottom: 5px;
}
.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 85px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 16px;
	text-transform: none;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 -10px;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}

.terms-of-agreement{
    padding:0 0 30px;
    text-align:center;
}

.user-agreement-page .button-1 {
    background: #55bbee none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover{
    opacity:0.8;
}

.block.block-account-navigation .sublist {
	margin: 0;
	border: none;
}
.block-account-navigation .sublist a {
	padding: 0 0 10px 20px;
}
.block-account-navigation .sublist a.active {
	font-weight: bold;
}
.block-account-navigation .sublist a:before {
	display: none;
}

.block-account-navigation .title {
	margin-top: 30px;
	margin-bottom: -20px;
}
.block.block-account-navigation .title strong {
	display: inline-block;
	padding-left: 25%;
	padding-right: 18%;
}
.block.block-account-navigation .listbox {
	margin-top: 25px;
	padding-bottom: 0;
}

.customer-store-inventory-page .selected-breadcrumb {
	font-weight: bold;
}
.customer-store-inventory-page .description {
	margin: 30px 0 0;
}
.customer-store-inventory-page .information {
	padding-top: 5px;
	font-style: italic;
}
.customer-store-inventory-page .empty-inventory {
	margin-top: 30px;
	font-weight: bold;
}
.customer-store-inventory-page .excel-export {
	margin-top: 40px;
	text-align: center;
}
.customer-store-inventory-page .excel-export-button {
	background: initial;
	font-size: 14px;
	font-weight: bold;
}
.customer-store-inventory-page .device-inventory .table-wrapper {
	margin-top: 20px;
}
.customer-store-inventory-page .device-inventory .table-title {
	margin: 10px 0 10px;
}
.customer-store-inventory-page .device-inventory .quantity,
.formwork-category-page .formwork-list .quantity,
.inventory-dialog .quantity {
	white-space: nowrap;
	text-align: center;
}
.customer-store-inventory-page .device-inventory .quantity > *,
.formwork-category-page .formwork-list .quantity > *,
.inventory-dialog .quantity {
		vertical-align: middle;
	}
.customer-store-inventory-page .device-inventory .qty-input,
.formwork-category-page .formwork-list .qty-input,
.inventory-dialog .qty-input{
	width: 52px;
	height: 35px;
	text-align: center;
}
.customer-store-inventory-page .device-inventory .show-details-modal,
.customer-store-inventory-page .device-inventory .show-details-modal-articles,
.inventory-dialog .device-inventory .product-description,
.customer-store-inventory-page .device-inventory .show-history-modal,
.inventory-history-modal .reference-link {
	font-style: initial;
	color: inherit;
}
.customer-store-inventory-page .device-inventory .show-details-modal,
.customer-store-inventory-page .device-inventory .show-history-modal,
.inventory-history-modal .reference-link {
	font-weight: bold;
}
.customer-store-inventory-page .device-inventory .action-buttons {
	text-align: center;
	margin-top: 45px;
}
.customer-store-inventory-page .device-inventory .action-buttons > * {
	margin-right: 10px;
	margin-bottom: 10px;
}
.customer-store-inventory-page .inventory-list {
	max-height: 515px;
	overflow-y: auto;
	overflow-x: hidden;
}
.customer-store-inventory-page .inventory-list th {
	top: 0;
	position: sticky;
	white-space: pre-wrap;
}
.customer-store-inventory-page .product-image img {
	object-fit: contain;
	max-width: 75px;
}
.customer-store-inventory-page .inventory-table {
	margin-bottom: 0;
}
.data-table.inventory-table td,
.order-summary-content .cart td {
	padding: 7px;
}
.shopping-cart-page .cart td {
	padding: 5px;
}
.data-table.inventory-table td.first-column {
	display: flex;
	min-height: 90px;
}
.data-table.inventory-table td.first-column > * {
	float: left;
}
.data-table.inventory-table span.footable-toggle {
	margin: auto 0;
}

.data-table.inventory-table.returnable-articles-table td.first-column {
	display: revert;
	min-height: 90px;
}
.exemption-dialog-modal {
	width: 700px !important;
}
.transfer-dialog-modal {
	width: 950px !important;
}
.return-dialog-modal {
	width: 700px !important;
}
.billing-dialog-modal {
	width: 400px !important;
}
.billing-dialog-modal label:not(.select-box) {
	width: 140px !important;
}
.billing-dialog-modal .inputs input[type="text"] {
	width: 200px !important;
}
.export-dialog-modal {
	width: 950px !important;
}
.search-button-grey {
	color: #757f85;
	background-color: white;
	border-color: #757f85;
	border: solid;
	padding: 7px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.search-icon-all-articles {
	margin-right: 10px;
}

.all-articles-dialog-modal {
	width: 850px !important;
	height: 700px;
	max-height: 700px !important
}
.searched-visible{
	display: table-row
}
.searched-hidden{
	display: none
}
.inventory-dialog .basic-search {
	padding: 0;
}
.inventory-dialog .inputs label,
.billing-dialog .inputs label {
	width: auto;
	margin: unset;
	margin-right: 10px;
	white-space: pre-wrap;
}
.inventory-dialog .basic-search input[type="text"] {
	width: 550px;
	max-width: 100%;
}
.inventory-dialog .inputs label,
.inventory-transfer-dialog .inputs .receiver-label,
.billing-dialog .inputs label {
	width: auto;
	margin: unset;
	margin-right: 10px;
	white-space: pre-wrap;
}

.billing-dialog .inputs label:not(.select-box) {
	text-align: inherit;
	padding-left: 30px;
}

.customer-store-inventory-page .device-inventory .action-buttons-return {
	margin: 0px;
}
.customer-store-inventory-page .device-inventory .action-buttons-return > * {
	margin-right: 0px;
}
.customer-store-inventory-page .all-articles-button {
	margin-top: 20px;
}
.customer-store-inventory-page .device-inventory .action-buttons-return .return-button {
	display: block;
	margin: 30px auto 0 auto;
}
.inventory-action-details-modal {
	width: 500px !important;
}
.inventory-action-details {
	text-align: center;
	margin: 10px 0;
}
.inventory-action-details .details-block {
	text-align: center;
	margin: 10px;
}
.inventory-action-details label {
	width: 150px;
	font-weight: bold;
}
.inventory-action-details .multiline {
	height: auto;
	min-height: 100px;
	margin: 0 10px;
}
.inventory-action-details .multiline-block {
	width: auto;
}
.inventory-history-modal {
	width: 650px !important;
}
.inventory-exemption-dialog .inputs .required {
	margin-left: 3px;
}
.inventory-exemption-dialog .inputs textarea,
.inventory-dialog .inputs textarea {
	resize: none;
}
.inventory-dialog .inputs .required {
	margin-left: 3px;
}
.inventory-dialog .inputs.return-to {
	margin-top: 20px;
}
.inventory-dialog .inputs.return-to select {
	width: auto;
}
.inventory-dialog .inputs.transfer-type {
	white-space: unset;
	margin-top: 20px;
}
.inventory-dialog .inputs.transfer-type > * {
	vertical-align: middle;
}
.inventory-dialog .inputs.transfer-type .radio-select {
	margin-right: 15px;
}
.inventory-dialog .inputs.transfer-type > .required {
	margin-left: -13px;
}
.inventory-dialog .inputs.transfer-type .placeholder {
	display: none;
}
.inventory-dialog .device-inventory {
	margin-top: 30px;
}
.inventory-dialog .device-inventory .product-image {
	text-align: center;
}
.inventory-dialog .transfer-type-info {
	font-size: 11px;
	margin-top: 5px;
}
.inventory-dialog .sender-receiver-information {
	margin: 30px 0;
}
.inventory-return-dialog .sender-receiver-information {
	margin-bottom: 0;
}
.inventory-dialog .column {
	margin: 20px 0;
}
.inventory-dialog .column-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.inventory-dialog textarea {
	width: 500px;
}
.inventory-dialog .inventory-list,
.employee-table-container,
.store-table-container {
	max-height: 475px;
	overflow-y: auto;
	overflow-x: hidden;
}
.inventory-dialog .inventory-list th,
.employee-table-container th,
.store-table-container th {
	top: 0;
	position: sticky;
	white-space: pre-wrap;
}
.inventory-dialog .inventory-list td,
.employee-table-container td,
.store-table-container td {
	padding: 5px;
}

@media all and (min-width: 700px) {
	.inventory-dialog .device-inventory {
		margin: 30px 50px 0;
	}
}

.inventory-transfer-dialog .inputs.transfer-type .radio-select {
	white-space: nowrap;
}
.inventory-transfer-dialog .transfer-targets-table,
.billing-dialog .employee-table,
.store table {
	max-width: 500px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px 10px 10px;
	box-shadow: 0px 0px 5px 0px;
	text-align: left;
	margin: 0 auto;
}
.inventory-transfer-dialog .transfer-targets-table th,
.billing-dialog .employee-table th,
.store-table th {
	top: 0;
	position: sticky;
	background-color: white;
	padding: 10px 0 3px;
}
.inventory-transfer-dialog .transfer-targets-table tbody td,
.billing-dialog .employee-table tbody td {
	cursor: pointer;
	padding: 5px 0;
	border-width: 1px 0;
	border-style: solid;
}
.inventory-transfer-dialog .transfer-targets-table tbody tr:hover,
.billing-dialog .employee-table tbody tr:hover, .store-table tr:hover {
	background-color: #eee;
}
.inventory-transfer-dialog .transfer-targets-table .store-description,
.billing-dialog .employee-table .employee-name, .store-table .store-name {
	padding-left: 10px;
	white-space: normal;
}
.inventory-transfer-dialog .transfer-targets-table .no-transfer-targets-found,
.billing-dialog .employee-table tbody tr:hover .no-employees-found,
.store-table tbody tr:hover .no-store-found {
	padding-top: 10px;
	white-space: normal;
	}
.inventory-transfer-dialog .receiver-description {
	font-weight: bold;
	white-space: normal;
}
.inventory-transfer-dialog .transfer-targets-loading-gif {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 40px;
	top: 7px;
	background: url('../img/loading.gif') center no-repeat;
	background-size: 20px;
}
.inventory-dialog .field-validation-error {
	white-space: normal;
}

/********** SHOPPING CART & CHECKOUT **********/
.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	width: 70px;
	margin: 10px;
	text-align: center;
}
.order-progress a {
	display: block;
	font-size: 12px; /*reset zeroing*/
}
.order-progress a:before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto 10px;
	border-radius: 30px;
	background: #5be url('../img/arrow4.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc !important;
	background: #fff url('../img/close.png') center no-repeat !important;
	cursor: pointer;
}

.shopping-cart-page .message-error,
.shipping-address-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 0 0 20px;
	text-align: center;
	color: #5be;
}
.order-summary-content .table {
	max-height: 470px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 20px;
}
.order-summary-content .table th {
	top: 0;
	position: sticky;
}
.order-summary-content .table table.cart {
	margin-bottom: 0;
}
.order-summary-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.shipping-selection {
	display: grid;
}
.shipping-selection .table-title {
    margin: 10px 0 10px;
}
.shipping-selection .select-shipping-address {
    margin-bottom: 20px;
}
.order-summary-content .page-title,
.device-inventory .table-title {
	border-color: #ddd;
	border-width: 1px;
	border-radius: 8px;
	border-spacing: 0px;
	padding: 3px;
	display: inline-block;
	transition: 0.3s;
	width: auto;
	white-space: nowrap;
}
.order-summary-content .page-title:hover,
.device-inventory .table-title:hover{
	cursor: pointer;
	background-color: #ddd;
}
.order-summary-content .page-title h2,
.device-inventory .table-title h2 {
	float:left;
}
.order-summary-content .page-title .collapse-arrow,
.device-inventory .table-title .collapse-arrow,
.block-account-navigation .collapse-arrow {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	background: url(../img/arrow1_black.png) center no-repeat;
	float: left;
	margin: 0 5px 0 0;
	transform: rotate(180deg);
	transition: 0.3s;
}

.order-summary-content .page-title .rotated,
.device-inventory .table-title .rotated {
	transition: 0.3s;
	transform: rotate(0deg);
}

.block-account-navigation .collapse-arrow {
	float: right;
	background: url(../img/arrow1.png) center no-repeat;
	transform: rotate(0deg);
	margin-top: 10px;
}

.block-account-navigation .collapse-arrow.rotated {
	transform: rotate(180deg);
}

.shopping-cart-page .common-buttons {
	font-size: 0;
	float: right;
}
.shopping-cart-page .common-buttons input {
	min-width: 180px;
	margin: 0 5px 5px;
}

.shopping-cart-page .common-buttons .refresh-icon {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	background: url(../img/compare-button.png) center no-repeat;
}

.shopping-cart-page .common-buttons .update-cart-button {
	background-color: white;
	color: #333;
	float: left;
	min-width: unset;
	margin: 0 0 20px 0;
	padding-left: 2px;
	font-weight: bold;
}

.shopping-cart-page .common-buttons .select-all-cart-button {
	color: black;
	background-color: lightgray;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
	height: 15px;
}

.shopping-cart-page .continue-shopping .continue-shopping-button {
	background-color: white;
	color: #333;
	float: left;
	font-weight: bold;
	padding: 4px;
}

.shopping-cart-page .continue-shopping .back-icon {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	border: 1px solid #333;
	background: url(../img/prev.png) center no-repeat;
	float: left;
}

.checkout-attributes {
	margin: 20px 0 0;
	padding: 0 0 20px;
	display: flex;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}
.checkout-attributes .row {
	padding: 0 0 10px 10px;
	width:auto;
}
.checkout-attributes .row input, textarea {
	background-color: #eee;
}

@media (min-width: 768px) {
	.checkout-attributes .column {
		float: left;
	}
}

@media (max-width: 768px) {
	.checkout-attributes .column {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.checkout-page .checkout-attributes-section .row {
		display: block !important;
		height: auto !important;
	}
}

.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	max-width: 95%;
	margin: 0 auto 30px;
	text-align: center;
	clear: both;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}
.cart-footer .group-info {
	margin: 0 0 0px;
}
.group-info .internal-billing {
	color: black;
	background: white;
}
.cart-total {
	border-radius: 10px;
	background: #f6f6f6;
}
.cart-total td {
	width: 50%;
	border-top: 1px solid #fff;
	padding: 10px;
}
.cart-total tr:first-child td {
	border-top: none;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.cart-total .group-total .weight-bold {
	font-weight: bold;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service a {
	font-weight: bold;
}
.checkout-buttons{
    margin-bottom:10px;
}
.cart-footer .button-1 {
	font-size: 18px;
}

@media all and (min-width: 824px) {
	.cart-footer .button-1 {
		float: right;
	}
}

.cart-collaterals {
	max-width: 100%;
	margin: 0 auto 30px;
}
.addon-buttons > img {
    display: block;
    margin: 0 auto 5px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 14px;
	color: #5be;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	width: 300px;
	max-width: 95%;
	margin: 0 auto 10px;
}
.cart-collaterals .coupon-code {
	border-radius: 30px;
	overflow: hidden;
	background: #aaa;
	padding: 1px;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 65%;
	height: 34px; /*safari padding fix*/
	margin: 0 -1px 0 0;
	border: none;
	border-radius: 30px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 35%;
	height: 34px; /*safari padding fix*/
	background: none;
	font-size: 13px;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .shipping {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 30px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
}

.cart-wrapper {
	position: relative;
}

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	text-align:left;
	margin-bottom: 10px;
}
.checkout-page .pickup-points .title {
	display: none;
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.checkout-page .pickup-points .info {
	color: gray;
	margin-left: 20px;
}
.checkout-page .select-pickup-point {
	margin: 0 15px 15px 15px;
}
.checkout-page .select-pickup-point li {
	padding: 5px;
}
.checkout-page .pickup-address-grid {
	overflow: hidden;
}

.checkout-page .address-grid {
	overflow: hidden;
	min-height: 110px;
}
.checkout-page .address-item {
	margin: 10px 0 20px;
}
.checkout-page .address-item div {
	margin: 10px 0 0;
}
.checkout-page .address-item input {
	border-radius: 8px;
	font-size: 16px;
}
.checkout-page .address-item ul {
	padding: 10px;
	min-width: 210px;
	min-height: 175px;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .address-item .description {
	font-weight: bold;
}
.checkout-page .address-item .select-address input[type="radio"],
.inventory-dialog .inputs input[type="radio"],
.billing-dialog .inputs input[type="radio"]{
	opacity: 0;
	position: fixed;
	width: 0;
}
.checkout-page .address-item .select-address .select-box,
.inventory-dialog .inputs .select-box,
.billing-dialog .inputs .select-box{
	display: inline-block;
	background-color: white;
	border: 1px solid #333;
	width: 15px;
	height: 15px;
}
.checkout-page .address-item .select-address input[type="radio"]:checked + .select-box,
.inventory-dialog .inputs input[type="radio"]:checked + .select-box,
.billing-dialog .inputs input[type="radio"]:checked + .select-box{
	background-color: #333;
}

.checkout-page .checkout-attributes-section {
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 30px 15px 15px;
}
.checkout-page .checkout-attributes-section .row {
	height: 45px;
	display: flex;
	align-items: center;
}
.checkout-page .checkout-attributes-section .row.multiline {
	height: auto;
	display: block;
	margin-top: 5px;
}
.checkout-page .checkout-attributes-section .row.multiline textarea {
	resize: none;
}
.checkout-page .selected-checkout-attributes {
	text-align: center;
}
.checkout-page .shipping-addresses{
	border-top: none;
	border-bottom: none;
}

.checkout-page .shipping-addresses .add-new-address {
	text-align: center;
	padding: 10px 0;
}

.checkout-page .shipping-addresses #add-new-address-button {
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	background-color: red;
}

.checkout-page .shipping-addresses .add-new-address-text {
	max-width: 100px;
	margin: 3px auto;
}

.checkout-page .shipping-addresses #edit-new-address-button {
	padding: 1px 5px;
}

.address-grid {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	gap: 1rem;
}

.address-item {
	padding: 0.5rem;
	border-radius: 5px;
}

.add-new-address {
	text-align: center;
	margin-top: 1rem;
}

.delivery-fee-info {
	color: gray;
	margin-top: 1rem;
	text-align: left
}

.checkout-page .textbox,
.checkout-page .textarea {
	width: 85%;
}

.new-checkout-address-modal {
	width: 750px !important;
}

.edit-address {
	margin: 0 0 20px;
}
.edit-address label {
	padding-right: 10px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
	padding: 10px 20px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 10px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.payment-info .info {
	margin: 0 0 20px;
	line-height: 20px;
}
.payment-info .info td {
	padding: 5px 0;
}
.confirm-order {
	text-align: center;
	margin-top: -20px;
}
.confirm-order .button-1 {
	font-size: 18px;
}
.confirm-order .message-error {
	margin-bottom: 15px;
}
.confirm-order .buttons {
	text-align: center;
}

.order-completed .button-2 {
	padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.order-review-data,
.shipment-overview {
	padding: 20px 10px;
	margin: 0 0 50px;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 3px 0; 
}
.order-review-data .title,
.shipment-overview .title {
    font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}
.order-review-data .title,
.order-details-area .title,
.shipment-overview .title  {
	margin: 20px 0 5px;
	font-size: 14px;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child {
	margin-top: 0;
}
.order-review-data .title strong,
.order-details-area .title strong {
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}
.checkout-data .use-reward-points {
	margin: 0 0 20px;
}

.opc .step-title {
	margin-bottom: 1px;
	border-radius: 6px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
	text-align: left;
}
.opc .step-title * {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px; 
	font-weight: normal;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
	background: #5be;
}
.opc .active .step-title * {
	color: #fff;
}
.opc .step-title span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	border-radius: 4px;
	background: #5be;
	padding: 4px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
}
.opc .back-link a:hover {
	text-decoration: underline;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .pickup-points label {
	display: none;
}

.order-details-page .order-overview {
	margin: 0 0 20px;
	border-radius: 8px;
	background: #f6f6f6;
	padding: 10px 15px;
	line-height: 20px;
}
.order-details-area {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 10px;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input,
.order-details-area .repost .re-order-button {
	min-width: 100px;
	margin: 0 5px 10px;
	padding: 10px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.order-details-page .products-table {
	margin-bottom: 30px;
}

.checkout-attributes-summary div {
	padding: 5px 15px 5px 15px;
}

.checkout-attributes-summary .name {
	text-align: left;
	width: 50%;
	font-weight: bold;
}

.checkout-attributes-summary .value {
	text-align: left;
	width: auto;
}

.checkout-attributes-summary li {
	display: flex;
}

.transfer-checkout div {
	padding: 0;
}

.transfer-checkout .name {
	text-align: left;
	width: 50%;
	font-weight: bold;
}

.transfer-checkout .value {
	text-align: left;
	width: auto;
}

.transfer-checkout li {
	display: flex;
	min-height: 31px;
	padding: 8px 0;
}

.store-identification {
	font-size: 20px;
	display: inline-block;
	margin-top: 2px;
}

.select-store-page .page-size {
	text-align: center;
	margin-bottom: 5px;
}

.select-store-page .paging-navigation {
	text-align: center;
}

.return-policy-notice{
	color: red;
	margin-top: 16px;
	margin-bottom: 7px;
}


/*********** SEARCH & SITEMAP ***********/
.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	padding: 15px 15px 0;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 15px 15px 0;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0 0 0 -30px;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
	padding: 10px 30px;
	font-size: 18px;
    text-transform: uppercase;
}
.search-page .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
	border-top: 1px dashed #ccc;
	padding: 20px 0 0;
}

.sitemap-page .description{
    margin: 0 0 20px;
}
.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
	margin: 0 0 20px;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 15px;
}
.sitemap-page .entity-title h2 {
	padding: 0 5px;
	font-size: 14px;
}
.sitemap-page .entity-body {
	padding: 0 5px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 0;
}
.sitemap-page li:after {
	content: "|";
	position: absolute;
	top: 4px;
	right: -15px;
	color: #ccc;
}
.sitemap-page a {
	display: block;
	line-height: 32px;
	color: #5be;
}
.sitemap-page a:hover {
	text-decoration: underline;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/




.year strong {
	cursor: default;
}
.year .sublist {
	margin-top: 0 !important;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 18px;
	color: #5be;
}
.post-title:hover,
.news-title:hover {
	text-decoration: underline;
}
.post-date,
.news-date {
	display: block;
	margin: 0 0 10px;
	font-style: italic;
}
.post-head,
.news-head {
	margin: 0 0 20px;
}
.post-head ~ *,
.news-head ~ * {
	display: none;
}
.post-body,
.news-body,
.news-details {
	margin: 0 0 20px;
	line-height: 20px;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 12px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
	color: #5be;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}
.blog-page .post .buttons{
    text-align: left;
}
.blog-page .post .buttons a {
	font-weight: bold;
    margin-right: 10px;
}
.blog-page .post .buttons a:hover {
	text-decoration: underline;
}

.new-comment {
	margin: 20px auto 40px;
}
.new-comment .title {
	margin: 0 0 10px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	padding: 10px 30px;
	font-size: 20px;
	text-transform: uppercase;
}

.comment-list .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.comment-list .title strong {
	font-weight: normal;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.comment-info .username {
	display: block;
	padding: 5px;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-style: italic;
}
.comment-time * {
	vertical-align: middle;
}
.comment-body {
	line-height: 20px;
}

.news-items .buttons a {
	display: inline-block;
	background: #5be;
	padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
}
.news-items .buttons{
    margin: 0;
}
.news-items .buttons a:hover {
	opacity: 0.8;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin-bottom: 10px;
}
.news-list-homepage .news-items:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.news-list-homepage .news-item > * {
	text-align: center;
}
.news-list-homepage .news-item:nth-child(even) {
	margin-right: 25px;
}
.news-list-homepage .news-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 12px;
	border: none;
	padding: 15px 5px;
	border: 2px solid #ccc;
}
.news-list-homepage .news-item:hover {
	border: 2px solid #757f85;
	transition: 0.3s;
}
.news-list-homepage .news-picture-block .news-picture {
	max-width: 100%;
	max-height: 100%;
}
.news-list-homepage .news-content-block {
	overflow: hidden;
}
.news-list-homepage .title {
	font-size: 20px;
	color: red;
	text-align: center;
	margin-bottom: 15px;
}
.news-list-homepage .news-head {
	margin: 0 0 10px;
}
.news-list-homepage .news-date {
	font-style: initial;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-list-homepage .news-title {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-list-homepage .news-body {
	height: 120px;
	overflow: hidden;
	display: none;
}

.nop-jcarousel.product-grid.home-page-product-grid .title {
	text-align: center;
	border-bottom: none;
	margin: 0 0 20px !important;
}
.nop-jcarousel.product-grid.home-page-product-grid .title strong {
	display: initial;
	position: initial;
	min-width: initial;
	max-width: initial;
	border-radius: initial;
	background: initial;
	padding: initial;
	overflow: initial;
	text-transform: initial;
	white-space: initial;
	text-overflow: initial;
	
	font-weight: bold;
	font-size: 20px;
	color: red;
}
.nop-jcarousel.product-grid.home-page-product-grid .has-navigation button {
	height: 40px;
	width: 40px;
	top: 250px;
	margin: 0;
	background-color: #757f85;
	opacity: 0.75;
	border-radius: 50%;
}
.nop-jcarousel.product-grid.home-page-product-grid .has-navigation button:hover {
	opacity: 0.5;
}
.nop-jcarousel.product-grid.home-page-product-grid .slick-prev {
	left: 0;
}
.nop-jcarousel.product-grid.home-page-product-grid .slick-next {
	right: 0;
}
.nop-jcarousel.product-grid.home-page-product-grid .item-grid {
	padding-left: 50px;
	padding-right: 50px;
}
.nop-jcarousel.product-grid.home-page-product-grid .item-grid .carousel-item .item-box {
	border: 2px solid #ccc;
	padding: 5px;
}
.nop-jcarousel.product-grid.home-page-product-grid .item-grid .carousel-item .item-box:hover {
	border: 2px solid #757f85;
	transition: 0.3s;
}
.nop-jcarousel.product-grid.home-page-product-grid .item-grid .slick-track {
	display: flex !important;
	align-items: center;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}

/* Product Tabs */
.product-details-page .tab {
	overflow: hidden;
}

.product-details-page .tab a {
	float: left;
	background-color: inherit;
	border: 1px solid grey;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 24px 8px;
	margin-right: 20px;
}

.product-details-page .tab a.active {
	background-color: #1a1a1a;
	color:white;
}

.product-details-page .tabcontent {
	display: none;
	border-top: 1px solid #757f85;
	border-bottom: 1px dashed #757f85;
	padding: 20px 0;
}

.product-details-page .rental-overview,
.formwork-category-page .formwork-overview {
	padding-bottom: 50px;
}

.product-details-page .rental-contact-us {
	padding-bottom: 0;
}
/* Product Tabs end*/

/* Checkout Shipping Method Tabs */
.checkout-page .tab {
	overflow: hidden;
	text-align: center;
}

.checkout-page .tab a {
	background-color: inherit;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 24px 8px;
	font-size: 14px;
	border-radius: 6px 6px 0 0;
	width: 25%;
}

.checkout-page .tab a.active {
	background-color: #333;
	color: white;
}

.checkout-page .tabcontent {
	border-top: 1px solid #757f85;
	border-bottom: 1px dashed #757f85;
	padding: 20px 0;
}

@media all and (max-width: 824px) {
	.checkout-page .tab a {
		width: 100%;
	}
}
/* Checkout Shipping Method Tabs end*/


.two-column-inputs .validation {
	text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	background: url('../img/loading.gif') center no-repeat;
}

.ajax-loading-block-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	opacity: 0.3;
}


/*** RETURN CONFIRMATION PAGE ***/

.return-number {
	text-align: center;
}

.return-details,
.transfer-details {
	text-align: center;
}


/*** TRANSFER CONFIRMATION PAGE ***/

.transfer-number {
	text-align: center;
}

/*** Store Inventory***/
.bg-light-blue {
	background-color: #3c8dbc !important;
}

.bg-light-blue-active {
	background-color: #357ca5 !important;
}

/*** Measurement Data ***/
.chart {
	height: 290px;
	padding-top: 15px;
	width:1200px;
}
.file-attachments {
	padding-top: 5px;
	padding-top: 5px;
}
.file-attachments a img {
	max-width: 50px;
	max-height: 50px;
}

.file-attachments a .fa {
	font-size:3.5em;
}
.attachment-link-pdf {
	color:red;
}
.attachment-link-excel {
	color: green;
}
.sensors-list {
	float: right;
}
.sensors-list .sensor label {
	text-align: left !important;
	width: 280px !important;
}
.inputs .date-filter {
	margin-bottom: 5px !important;
}
.inputs .date-filter label {
	text-align: left !important;
	width: 40px !important;
	padding-right:10px;
}
.company-logos-list .company label {
	text-align: left !important;
}
.export-dialog-width {
	width: 600px !important;
}
.modal-dialog-form-height {
	width: 580px !important;
}
.order-list-page .table-wrapper,
.return-list .table-wrapper,
.transfer-list .table-wrapper {
	margin-top: 10px;
}

.btn-show-all:hover,
.btn-show-less:hover {
	opacity: 0.8;
}
.btn-show-all,
.btn-show-less {
	cursor: pointer;
}

#inventory-history-modal {
	overflow: auto;
}
#inventory-history-modal th {
	white-space: break-spaces;
}

.list-group-item {
	display: flex;
	align-items: center;
	padding: 10px 0 10px;
}
.list-group-item a {
	font-weight: normal;
}
.list-group li {
	border-bottom: 1px solid #ccc;
}

.products-list .product-quantity {
	padding-right: 1em;
}
.products-list .product-picture {
	min-width: 120px;
}
.collapse-products-button,
.transfers-list .button-2
.return-deliveries-list .button-2 {
	margin-top: 10px;
}

.billing-dialog .header {
	padding-bottom: 10px;
}

.billing-dialog .radio-select {
	padding-left: 10px;
}

.billing-dialog .info {
	padding-left: 40px;
	font-size: 10px;
	white-space: normal;
}

.billing-dialog .info-box {
	display: inline-flex;
}

.billing-dialog .info-box label {
	white-space: nowrap;
}

.info {
	font-weight: bold;
}

.billing-dialog .inputs {
	display: grid;
}

.employees-filter {
	width: 50%;
}

.employee-table .footable-toggle {
	display: none !important;
}

.employee-table .employee-points-balance {
	text-align: center;
}

.employee-points-balance-page .information {
	padding-bottom: 20px;
	font-style: italic;
}

.employee-points-balance-page .excel-export {
	margin-top: 40px;
	text-align: center;
}

.employee-points-balance-page .excel-export-button {
	background: initial;
	font-size: 14px;
	font-weight: bold;
}

@media all and (max-width: 824px) {
	.products-list .product-picture {
		min-width: 100px;
	}
}
	.billing-dialog .input-box {
		display: inline-flex;
		padding-bottom: 10px;
	}
	.employees-filter {
		width: 100%
	}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 94%;
	padding: 2px 0;
	margin: 1px 0 0;
	list-style: none;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	border: none;
	text-transform: none !important;
	overflow-y: hidden; /* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-resizable-se {
	bottom: 0px;
}

.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #333333;
	white-space: break-spaces;
}

.ui-autocomplete li:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f6f6f6;
	cursor: pointer;
	border: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.img-block img {
	display: block;
	float: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height:70px;
	max-width:70px;
	margin: auto;
}

.ui-autocomplete a {
	color: black;
	font-size: 12px;
	padding: 2px;
}

.header-menu .search-box input.search-box-text, .header-menu .search-box .k-autocomplete, #mobile-header .search-box input.search-box-text, #mobile-header .search-box .k-autocomplete {
	width: 100%;
	height: 32px;
	border-radius: unset;
	padding: 10px;
	margin-bottom: 3px;
}

.ui-autocomplete li {
	border: none;
}

.ui-autocomplete-loading {
	background: white url('../img/loading.gif') no-repeat right;
	background-position-x: 450px;
	background-size:5% ;
}

.ui-autocomplete-input {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px !important;
}

.text-left {
	text-align: left;
	width: 100%;
	padding-left: 20px;
}

.text-right {
	text-align: right !important;
	padding: 10px;
}

.ui-menu-item {
	max-height: 100px !important;
}

.search-results-description {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline
}

.search-results-description h4 {
	font-weight: normal;
	padding:5px;
}

.normal-header {
	font-weight: normal;
	padding: 5px;
}

.search-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-right:10px;
}

.text-nowrap {
	white-space: nowrap;
}

.select-store-filter {
	width: 50%;
}

table.store-table tr:hover td {
	background-color: #f6f6f6;
	cursor: pointer;
}

.fa.class-favorite-on,
.fa.class-favorite-off {
	font-size: 28px;
	margin: -1px;
}

.fa.class-favorite-on {
	color: #F6AF32 !important;
}

.fa.class-favorite-off {
	color: black !important;
}

.datepicker-background-color {
	background-color: #f29e26 !important;
}

/* class to remove vertical line between specific cells */
.no-vertical-divider td:nth-child(2) {
	border-right: none !important;
}

.no-vertical-divider td:nth-child(3) {
	border-left: none !important;
}