﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* fixed colors */
/*navigation tile, title overlay color */
/* dieteren */
/* editable colors */
/* Nespresso
$main-brand-color: black; 
$primary-action-color: #D4A11E;
$primary-text-color: #FFF; 
$primary-hover-color: #241A17;
$top-bar-bg-color: black;
$top-bar-link-color: #fff;
$modal-color: rgba(0,0,0, .9);
$highlight-color: #383838;
$highlight-text-color: #fff;
*/
/* SEPIA
$main-brand-color: #173853; 
$primary-action-color: #173853;
$primary-text-color: #FFF; 
$primary-hover-color: #ea5a0b;
$top-bar-bg-color: #173853;
$top-bar-link-color: #A8A8A8;
$modal-color: rgba(23,56,83, .9);
$highlight-color: #ea5a0b;
$highlight-text-color: #fff;
*/
/*Deze classes kunnen gebruikte worden indien je kleur specifiek op element wil zetten via classes. In theorie niet nodig denk ik. 
Voorlopig enkel gebruikt in style guide. */
.brand-bg-color {
  background-color: #2b4583;
}

.brand-color {
  color: #2b4583;
}

.primary-bg-color {
  background-color: #0084ba;
}

.primary-color {
  color: #0084ba;
}

.highlighted-bg-color {
  background-color: #4a79b7;
}

.highlighted-color {
  color: #4a79b7;
}

.primary-border-color {
  border-color: #0084ba;
}

.body-color {
  color: #1c1c1c;
}

.body-bg-color {
  background-color: #1c1c1c;
}

.bg-color {
  background: #f7f7f7;
}

.primary-text-color {
  color: #FFF;
}

.primary-hover-bg-color {
  background-color: #2b4583;
}

.primary-hover-border-color {
  background-color: #2b4583;
}

.top-bar-bg-color {
  background-color: #2b4583;
}

.top-bar-link-color {
  color: #fff;
}

.top-bar-link-hover-color {
  color: #0084ba;
}

.error-color {
  color: #c02d1d;
}

.positive-color {
  color: #85c614;
}

.medium-color {
  color: #efa118;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f7f7f7;
  font-family: 'PT Sans', helvetica, arial;
  color: #1c1c1c;
  font-size: 14px;
  margin-top: 125px;
  margin-bottom: 50px;
  line-height: 1.1em;
}

*,
:after,
:before {
  box-sizing: border-box;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

h1,
h2,
h3 {
  margin: 0;
  color: #2b4583;
}

p {
  margin: 0;
  max-width: 600px;
  margin-bottom: 12px;
  line-height: 1.4em;
}

ul,
li {
  margin: 0;
}

.hide {
  display: none;
  visibility: hidden;
}

.clear {
  float: none;
  clear: both;
}

.right {
  float: right;
}

a {
  text-decoration: none;
  color: #0084ba;
  line-height: 1;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
a:hover {
  color: #2b4583;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

button,
select {
  text-transform: none;
}

section {
  margin-top: 20px;
}

.content-container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 20px 12px 12px 12px;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}
.card.small {
  padding: 0;
  width: 400px;
  margin: 0 auto;
  border-radius: 5px;
}
.card .close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
}

.align-right {
  text-align: right;
}

.login_page {
  margin: 0;
}
.login_page #bg_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2b4583;
  background-image: url(images/login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.login_page #bg_wrapper .card {
  margin-top: 5%;
}
.login_page #bg_wrapper .logo {
  background-color: #183953;
  border-radius: 5px 5px 0 0;
  display: block;
  padding: 20px;
}
.login_page #bg_wrapper .logo .brand-logo {
  height: 80px;
  float: none;
  margin: 0 auto;
  width: 190px;
  display: block;
}
.login_page #bg_wrapper .login-form {
  padding: 1.5rem 1.2rem 2rem;
}
.login_page #bg_wrapper .login-form > div {
  margin-bottom: 20px;
}
.login_page #bg_wrapper .login-form > div:last-child {
  margin-bottom: 0;
}
.login_page #bg_wrapper .login-form .action .btn {
  width: 100%;
  margin-bottom: 0;
}

.fa-sm {
  font-size: 0.8em;
}

.image-tiles .tile {
  display: block;
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50%;
}
.image-tiles .tile .tile-title {
  background-color: rgba(255, 255, 255, 0.9);
  width: auto;
  position: absolute;
  bottom: 12px;
  padding: 6px 12px;
  color: #1c1c1c;
  font-weight: 600;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background, color, border;
  transition-property: background, color, border;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.image-tiles .tile.small {
  min-height: 100px;
}
.image-tiles .tile:hover .tile-title {
  background-color: #0084ba;
  color: #FFF;
}

.tabbar {
  margin: 0 0 20px 0;
}
.tabbar ul {
  border-bottom: 1px solid #BCBCBC;
}
.tabbar ul li {
  display: inline;
}
.tabbar ul li a {
  padding: 10px 8px;
  display: inline-block;
  color: #4a79b7;
}
.tabbar ul li a.active {
  border-bottom: 2px solid #4a79b7;
  -moz-box-shadow: 0 3px 0 0 #4a79b7;
  -webkit-box-shadow: 0 3px 0 0 #4a79b7;
  box-shadow: 0 3px 0 0 #4a79b7;
  font-weight: bold;
}

.collapse-content {
  clear: both;
  float: none;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.collapse-content.collapsed {
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.bold {
  font-weight: bold;
}

.float-left {
  float: left;
}

.credits {
  display: inline-block;
  padding: 10px;
}

.no-results {
  display: block;
  width: 40%;
  text-align: center;
  margin: 3% auto;
  line-height: normal;
  color: #BCBCBC;
}
.no-results .image {
  margin-bottom: 20px;
}
.no-results .copy {
  font-size: 1.5em;
}
.no-results .copy .sub {
  font-size: 0.6em;
  padding-top: 10px;
}

#editor {
  padding-bottom: 0;
}
#editor .tabbar {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#editor .tabbar ul {
  border-bottom: 0;
}
#editor .edit-product {
  padding: 12px;
  margin-bottom: 12px;
}
#editor .edit-product h1 {
  margin: 30px 0;
}
#editor .edit-product h1:first-child {
  margin-top: 0;
}
#editor .edit-product .product-image {
  width: 100%;
  height: 250px;
  display: block;
  background-position: center;
  background-size: cover;
}
#editor .edit-product .product-image .product-type {
  background: #2b4583;
  display: block;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  text-transform: uppercase;
  padding: 12px;
  line-height: 1;
}
#editor .edit-product.multiple {
  -moz-box-shadow: 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.1), 0 0.5em 0 -0.25em #FFFFFF, 0 0.5em 0.1875em -0.25em rgba(0, 0, 0, 0.2), 0 1em 0 -0.5em #FFFFFF, 0 1em 0.1875em -0.5em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.1), 0 0.5em 0 -0.25em #FFFFFF, 0 0.5em 0.1875em -0.25em rgba(0, 0, 0, 0.2), 0 1em 0 -0.5em #FFFFFF, 0 1em 0.1875em -0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.1), 0 0.5em 0 -0.25em #FFFFFF, 0 0.5em 0.1875em -0.25em rgba(0, 0, 0, 0.2), 0 1em 0 -0.5em #FFFFFF, 0 1em 0.1875em -0.5em rgba(0, 0, 0, 0.2);
}
#editor .edit-product .classification {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 0 10px;
}
#editor .edit-product .classification .collapse-content-inner {
  margin-top: 0;
}
#editor .edit-product .classification .remove-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
}
#editor .edit-product .mixed label,
#editor .edit-product .mixed .info-label,
#editor .edit-product .mixed .selection-title {
  color: #c02d1d;
  font-weight: 600;
}
#editor .edit-product .collapse-content-inner {
  padding: 0;
}
#editor .action-bar {
  text-align: center;
  margin: 0;
  border-bottom: 0;
  position: relative;
}
#editor .action-bar .paging {
  display: inline-block;
  margin: 0 auto;
}
#editor .action-bar .card-buttons {
  top: 0;
}

.quick-link {
  position: relative;
}
.quick-link .actions {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.EditorSaveLoading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 132, 186, 0.8);
  top: 0;
  left: 0;
  z-index: 4;
}
.EditorSaveLoading .no-results {
  padding-top: 10%;
}
.EditorSaveLoading .no-results .copy {
  color: #fff;
}
.EditorSaveLoading .no-results .image {
  color: #fff;
}

.col-selection {
  height: 430px;
}
.col-selection > div {
  display: inline-block;
  vertical-align: middle;
}
.col-selection .browser,
.col-selection .selection {
  width: 41.66667%;
  height: 100%;
}
.col-selection .switch-buttons {
  text-align: center;
  /*min-height: 350px;*/
  width: 16.66667%;
}
.col-selection .form-control {
  margin-bottom: 7px;
}
.col-selection .select-list {
  height: 411px;
  overflow-y: auto;
  font-size: 100%;
  font-family: Source Sans Pro, helvetica, arial, sans-serif;
  font-smoothing: antialiased;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 12px;
}
.col-selection .select-list.browse {
  height: 368px;
}
.col-selection .select-list .classification {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
}
.col-selection .select-list .classification .title {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 6px;
}

.account-info {
  display: block;
}
.account-info b {
  font-weight: bold;
  font-size: 1.1em;
}

.file_browser .browser {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  margin-left: 3px;
}
.file_browser .thumbnail .s-grid-row .fifth .product.selected {
  border: 2px solid #4a79b7;
}
.file_browser .detail {
  /* min-height: 400px;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.file_browser .master .select-list {
  overflow: auto;
}
.file_browser.popup-wrapper .popup-card .popup-content {
  overflow-y: hidden;
}

ul.acces-rights {
  list-style-type: none;
}

li.acces-rights {
  display: inline-block;
}

li.mixed {
  color: #c02d1d;
}

.role {
  color: #f7f7f7;
}

.role.role-0:hover {
  color: #000;
}

.role.role-1:hover {
  color: #85c614;
}

.role.role-2:hover {
  color: #c02d1d;
}

.role.role-0.active {
  color: #000;
}

.role.role-1.active {
  color: #85c614;
}

.role.role-2.active {
  color: #c02d1d;
}

.no-results.invalid-basket {
  color: #c02d1d;
}

.uploadbody {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

/*upload tree*/
.input-group a.btn.alpha.small {
  position: absolute;
  margin-left: 5px;
}

/*Product menu bar string truncate*/
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

h1, h2 {
  font-family: 'PT Sans',helvetica, arial;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}

h2 {
  font-size: 16px;
}

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-family: 'PT Sans', helvetica, arial;
  border-color: #fff;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 11px 15px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.btn:hover {
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  -webkit-transition-property: color, background, border;
  transition-property: color, background, border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn.alpha {
  background-color: #0084ba;
  border-color: #0084ba;
  color: #FFF;
}
.btn.alpha:hover {
  background: #2b4583;
  border-color: #2b4583;
  color: #fff;
}
.btn.alpha .svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.btn.alpha .svg-icon svg {
  float: left;
}
.btn.alpha .svg-icon path {
  fill: #FFF;
}
.btn.alpha .svg-icon svg g,
.btn.alpha .svg-icon svg g line,
.btn.alpha .svg-icon svg g rect,
.btn.alpha .svg-icon svg g path {
  stroke: #FFF;
  fill: transparent;
}
.btn.beta {
  border-color: #0084ba;
  background: transparent;
  color: #0084ba;
}
.btn.beta:hover {
  border-color: #2b4583;
  color: #2b4583;
}
.btn.beta:hover .svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.btn.beta:hover .svg-icon svg {
  float: left;
}
.btn.beta:hover .svg-icon path {
  fill: #2b4583;
}
.btn.beta:hover .svg-icon svg g,
.btn.beta:hover .svg-icon svg g line,
.btn.beta:hover .svg-icon svg g rect,
.btn.beta:hover .svg-icon svg g path {
  stroke: #2b4583;
  fill: transparent;
}
.btn.beta .svg-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.btn.beta .svg-icon svg {
  float: left;
}
.btn.beta .svg-icon path {
  fill: #0084ba;
}
.btn.beta .svg-icon svg g,
.btn.beta .svg-icon svg g line,
.btn.beta .svg-icon svg g rect,
.btn.beta .svg-icon svg g path {
  stroke: #0084ba;
  fill: transparent;
}
.btn.disabled, .btn:disabled {
  opacity: .5;
  cursor: default;
}
.btn.disabled.alpha:hover, .btn:disabled.alpha:hover {
  background-color: #0084ba;
  border-color: #0084ba;
  color: #FFF;
}
.btn.disabled.beta:hover, .btn:disabled.beta:hover {
  border-color: #0084ba;
  background: transparent;
  color: #0084ba;
}
.btn.icon-btn {
  padding: 11px 15px 11px 8px;
}
.btn.icon-btn .icon {
  margin-right: 4px;
}
.btn.svg-btn {
  padding: 7px 11px;
}
.btn.svg-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.btn.large {
  padding: 12px 20px;
  font-size: 14px;
}
.btn.large.icon-btn {
  padding: 12px 20px 12px;
}
.btn.small {
  padding: 6px 10px;
  font-size: 12px;
}
.btn.small.icon-btn {
  padding: 6px 10px 6px;
}
.btn.small.only-icon-btn {
  padding: 6px;
}
.btn.small.svg-btn {
  padding: 4px 10px;
  margin-top: 0;
}
.btn.small.svg-btn .svg-icon {
  width: 14px;
  height: 14px;
}
.btn.only-icon-btn {
  margin: 0;
}

.card-buttons {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-buttons a {
  float: right;
  margin: 0 0 0 10px;
}
.card-buttons .rental-period-selectors > *, .card-buttons .rental-period-selectors .form-control.narrow {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
.card-buttons .rental-period-selectors .title {
  margin-right: 7px;
}

.link.heavy {
  display: block;
  padding: 5px 0;
  text-decoration: underline;
  font-weight: 600;
}
.link .fa {
  padding-right: 6px;
}

.button-bar a {
  margin-bottom: 0;
  float: left;
  border-radius: 0;
  border-left: 0;
}
.button-bar a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #0084ba;
}
.button-bar a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.button-bar a.active, .button-bar a.active:hover {
  background-color: #0084ba;
  color: #FFF;
  border-color: #0084ba;
}

.editor-remove {
  position: absolute;
  z-index: 30;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
}

.s-message {
  padding: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}
.s-message > * {
  display: inline-block;
  vertical-align: middle;
}
.s-message .s-close-button {
  position: absolute;
  right: 12px;
  top: 12px;
}
.s-message .icon {
  margin-right: 5px;
  position: absolute;
  left: 12px;
  top: 16px;
}
.s-message .message {
  padding: 0 30px;
}
.s-message .message p {
  margin-bottom: 0;
}
.s-message.s-message-success {
  background-color: #f7f7f7;
  border-left: 4px solid #85c614;
}
.s-message.s-message-success .icon {
  color: #85c614;
}
.s-message.s-message-notice {
  background-color: #f7f7f7;
  border-left: 4px solid #efa118;
}
.s-message.s-message-notice .icon {
  color: #efa118;
}
.s-message.s-message-error {
  background-color: #f7f7f7;
  border-left: 4px solid #c02d1d;
}
.s-message.s-message-error .icon {
  color: #c02d1d;
}
.s-message.s-message-loading {
  background-color: #f7f7f7;
  border-left: 4px solid #1c1c1c;
}
.s-message.s-message-loading .icon {
  color: #1c1c1c;
}
.s-message.low {
  margin: 0 12px;
  font-weight: 200;
  border-left: 0;
}

.toast-success {
  background-color: #85c614 !important;
  border-radius: 0 !important;
}

.toast-error {
  background-color: #c02d1d !important;
  border-radius: 0 !important;
}

.toast-info {
  background-color: #efa118 !important;
  border-radius: 0 !important;
}

.toast-warning {
  background-color: #efa118 !important;
  border-radius: 0 !important;
}

.s-grid-row {
  margin: 0 -.6rem;
  clear: both;
}

.half, .third, .two-third, .quarter, .two-quarter, .three-quarter, .fifth, .two-fifth, .three-fifth, .four-fifth, .full {
  padding: .6rem .6rem;
  float: left;
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.33333%;
}

.two-third {
  width: 66.66667%;
}

.quarter {
  width: 25%;
}

.two-quarter {
  width: 50%;
}

.three-quarter {
  width: 75%;
}

.fifth {
  width: 20%;
}

.two-fifth {
  width: 40%;
}

.three-fifth {
  width: 60%;
}

.four-fifth {
  width: 80%;
}

.full {
  width: 100%;
}

.form-block > div {
  padding: 0;
}
.form-block > div > div {
  margin: 0 0 10px 0;
}

.s-select select,
.s-input input,
.s-text-area textarea,
.s-select-list select,
.s-select .q-select-box {
  font-size: 100%;
  font-smoothing: antialiased;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.s-select select:hover,
.s-input input:hover,
.s-text-area textarea:hover,
.s-select-list select:hover,
.s-select .q-select-box:hover {
  border: 1px solid #4a79b7;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.s-select select:focus,
.s-input input:focus,
.s-text-area textarea:focus,
.s-select-list select:focus,
.s-select .q-select-box:focus {
  border: 1px solid #4a79b7;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  outline: none;
}

.s-select {
  position: relative;
  color: #373d41;
  border-radius: 3px;
}
.s-select select {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 2;
  height: auto;
  cursor: pointer;
  outline: 0;
  padding: 3px 1.5rem 3px 0.5rem;
  background-image: url("images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 18px;
}
.s-select select:hover {
  border: 1px solid #4a79b7;
}

.q-select .q-select-box-overlay {
  position: relative;
  text-align: left;
}
.q-select .q-select-box-overlay .s-input > * {
  display: inline-block;
  vertical-align: middle;
}
.q-select .q-select-box-overlay .s-input input {
  width: 45px;
  text-align: center;
  margin: 0;
  -moz-appearance: textfield;
  padding: .5rem 2px;
}
.q-select .q-select-box-overlay .s-input input::-webkit-outer-spin-button,
.q-select .q-select-box-overlay .s-input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.q-select .q-select-box-overlay .s-input .btn {
  padding: 11px 11px;
}
.q-select .q-select-box-overlay .form-control {
  margin-bottom: 0;
}

.custom-select {
  position: static;
  width: 200px;
}
.custom-select .s-input {
  display: block;
  height: 36px;
}
.custom-select .arrow-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.custom-select .custom-dropdownbox {
  /*display: none;*/
  border-radius: 5px;
  border: 1px solid #BCBCBC;
  position: relative;
  z-index: 1;
  background: #fff;
  width: auto;
  min-width: 150px;
  max-height: 250px;
  overflow-y: auto;
  width: 200px;
}
.custom-select .custom-dropdownbox > div,
.custom-select .custom-dropdownbox > ul {
  padding: 10px;
}
.custom-select .custom-dropdownbox > .btn {
  margin: 10px;
}

.s-input {
  position: relative;
}
.s-input input {
  padding: .5rem;
}
.s-input input:hover {
  border: 1px solid #4a79b7;
}
.s-input input.input-validation-error {
  border: 1px solid #c02d1d;
}
.s-input input::-ms-clear {
  display: none;
}

.s-text-area textarea {
  padding: .5rem;
  min-height: 150px;
}

.s-input-date {
  position: relative;
}
.s-input-date .btn-date {
  color: #A8A8A8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 7px;
  font-size: 16px;
  width: 30px;
  pointer-events: none;
}

.search-box {
  position: relative;
}
.search-box .btn-search {
  color: #BCBCBC;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 7px;
  font-size: 16px;
  width: 30px;
}
.search-box .btn-search:hover {
  color: #4a79b7;
}

.error {
  border: 1px solid #c02d1d !important;
}

.s-input-checkbox {
  margin: 0;
  padding: 0;
}
.s-input-checkbox:hover {
  border: 1px solid #4a79b7;
}

.control-label {
  color: #1c1c1c;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 4px;
}

.form-control {
  margin-bottom: 20px;
}

.form-control.narrow {
  display: inline-block;
  vertical-align: top;
}
.form-control.narrow > * {
  display: inline-block;
  vertical-align: top;
}
.form-control.narrow .control-label {
  margin-bottom: 0;
  padding: 10px 0;
}
.form-control.narrow .s-select-list select option {
  padding: 12px;
}
.form-control.label-top > * {
  display: block;
}
.form-control.label-top .control-label {
  padding: 5px 0;
}

.s-list {
  display: block;
  position: relative;
}
.s-list .s-list-item {
  width: 100%;
  padding: 4px 0;
}
.s-list.horizontal .s-list-item {
  display: inline-block;
  width: auto;
  margin-right: 12px;
}
.s-list.horizontal .s-list-item .label {
  font-family: 'PT Sans', helvetica, arial;
}

.s-select-list select {
  min-width: 150px;
}
.s-select-list select option {
  padding: 12px;
}
.s-select-list select::-ms-expand {
  display: none;
}

select::-ms-expand {
  display: none;
}

/*For language select editor metafields*/
.custom-select.inline .custom-dropdownbox {
  position: absolute;
  width: auto;
}

.s-select-list .input-validation-error {
  border: 1px solid #c02d1d;
}

.thumbnail .product {
  position: relative;
  border: 0;
  display: block;
  /*border-radius: $border-rad;*/
  background: #fff;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.thumbnail .product:hover, .thumbnail .product.selected {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.product {
  overflow: hidden;
}
.product .product-type {
  background: #2b4583;
  display: block;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  text-transform: uppercase;
  padding: 12px;
  line-height: 1;
}
.product .flag {
  background: #4a79b7;
  position: absolute;
  top: -23px;
  left: 0;
  color: #fff;
  padding: 8px 35px;
  width: 250px;
  text-align: center;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.product .flag.new {
  left: -75px;
  top: 100px;
}
.product .flag.custom {
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: -5%;
  top: 20px;
  width: 110%;
}
.product .flag.deactivated {
  display: none;
  visibility: hidden;
}
.product .image {
  height: 170px;
  display: block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #F2F2F2;
  /*border-radius: $border-rad $border-rad 0 0;*/
}
.product .image.portrait {
  background-size: contain;
}
.product .image .variation {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.product .image .price {
  background: #2b4583;
  display: block;
  color: #fff;
  text-align: center;
  font-size: .7rem;
  text-transform: uppercase;
  padding: 12px;
  line-height: 1;
  bottom: 12px;
  right: 12px;
  /*border-radius: 5px;*/
  position: absolute;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.product .info {
  padding: 11px;
  height: 100px;
}
.product .info a {
  line-height: 1em;
  font-size: 1em;
}
.product .info > div {
  /*font-size: .9em;*/
}
.product .info .title {
  margin-bottom: 4px;
}
.product .info .title .select-box,
.product .info .title .name {
  display: block;
  vertical-align: middle;
}
.product .info .title .select-box {
  margin-right: 5px;
  float: left;
}
.product .info .info-label {
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  word-wrap: break-word;
  height: 61px;
  overflow: hidden;
}
.product .info .product-id {
  margin-bottom: 4px;
}
.product .action {
  background: #f7f7f7;
  padding: 11px;
  text-align: right;
  /*border-radius: 0 0 $border-rad $border-rad;*/
}
.product .action > * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.product .action .left-col {
  width: 75%;
  text-align: left;
}
.product .action .right-col {
  width: 25%;
}
.product .action > div > * {
  margin-bottom: 0;
}
.product .action .price {
  margin-right: 3px;
  width: auto;
}
.product .action .unavailable-message {
  display: none;
}
.product .action .fa-stack {
  display: none;
}
.product .action .in-cart {
  background-color: #4a79b7;
  border-color: #4a79b7;
  color: #fff;
  padding: 7px;
}
.product .action .in-cart .fa-stack {
  display: block;
}
.product .action .in-cart .fa-cart-plus {
  display: none;
}
.product .action .in-cart .fa-sm {
  width: 29px;
  margin: 0;
}
.product .action .in-cart .fa-sm .fa-check {
  color: #85c614;
  left: 10px;
}
.product .action .in-cart .fa-sm .fa-stack-2x {
  text-align: left;
}
.product.unavailable {
  opacity: .4;
}
.product.unavailable .variation,
.product.unavailable .action .price,
.product.unavailable .action .s-select,
.product.unavailable .action .btn,
.product.unavailable .action .q-select,
.product.unavailable .action input,
.product.unavailable .action .left-col,
.product.unavailable .action .right-col {
  display: none;
}
.product.unavailable .unavailable-message {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 0 10px;
}
.product.unavailable:hover {
  -webkit-filter: drop-shadow(0px 0px 0px transparent);
  filter: drop-shadow(0px 0px 0px transparent);
}

#product-results {
  /*border-left: 1px solid $line-color;*/
}
#product-results .product-top-bar {
  margin-bottom: 12px;
  display: block;
  margin-bottom: 10px;
}
#product-results .product-top-bar .rental-period-selectors,
#product-results .product-top-bar .actions {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#product-results .product-top-bar .actions {
  float: right;
}
#product-results .product-top-bar .actions a {
  margin-bottom: 12px;
}
#product-results .product-top-bar .rental-period-selectors > * {
  display: inline-block;
  vertical-align: middle;
}
#product-results .product-top-bar .rental-period-selectors .form-control {
  margin-bottom: 0;
}
#product-results .product-action-bar {
  clear: both;
  border-bottom: 1px solid #f7f7f7;
  padding: 0px 0px 8px 0px;
  margin-bottom: 12px;
}
#product-results .product-action-bar:last-child {
  margin-top: 12px;
}
#product-results .product-action-bar .paging,
#product-results .product-action-bar .action-controls {
  display: inline-block;
  vertical-align: middle;
}
#product-results .product-action-bar .action-controls {
  float: right;
}
#product-results .product-action-bar .action-controls .form-control {
  margin-bottom: 0;
}
#product-results .product-action-bar .action-controls .btn {
  margin-bottom: 0;
}
#product-results .product-action-bar .action-controls .s-select select {
  width: 110px;
}
#product-results .product-action-bar .action-controls .action-control {
  margin-right: 8px;
  margin-bottom: 0;
}
#product-results .product-action-bar .rental-period-selectors,
#product-results .product-action-bar .actions {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#product-results .product-action-bar .actions {
  float: right;
}
#product-results .product-action-bar .actions a {
  margin-bottom: 0;
}
#product-results .product-action-bar .rental-period-selectors {
  margin-left: 50px;
}
#product-results .product-action-bar .rental-period-selectors .action-control {
  float: none;
}
#product-results .product-action-bar .rental-period-selectors .title {
  margin-right: 8px;
}
#product-results .product-action-bar .rental-period-selectors input {
  width: 110px;
}
#product-results .product-action-bar .rental-period-selectors > * {
  display: inline-block;
  vertical-align: middle;
}
#product-results .product-action-bar .rental-period-selectors .form-control {
  margin-bottom: 0;
}
#product-results .product-action-bar .rental-period-selectors .form-control.narrow > * {
  vertical-align: middle !important;
}

.paging .paging-item {
  padding: 11px 8px;
  display: inline-block;
  vertical-align: middle;
}
.paging .paging-item.selected {
  font-weight: 600;
  color: #2b4583;
}

#facetscollapse {
  display: none;
}

#product-facets #selected-filter-group {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#product-facets #selected-filter-group .clear-btn {
  float: right;
  display: block;
  width: auto;
  font-size: initial;
  padding: 0;
}
#product-facets #selected-filter-group .small-btn {
  float: right;
  display: block;
  width: auto;
  font-size: .7rem;
  line-height:16px;
  padding: 2px 5px;
  color: #fff;
  background: #0084ba;
  text-align: center;
  margin-left: 5px;
  text-transform:uppercase;
  border-radius: 5px;
}
#product-facets #selected-filter-group .selected-filter-list {
  display: block;
  margin-bottom: 12px;
}
#product-facets #selected-filter-group .selected-filter-list .selected-filter {
  display: block;
  padding: 5px;
  background: #f7f7f7;
  position: relative;
  margin-bottom:5px;
}
#product-facets #selected-filter-group .selected-filter-list .selected-filter .title {
  font-weight: 600;
  margin-bottom: 4px;
}
#product-facets #selected-filter-group .selected-filter-list .selected-filter .remove-filter {
  position: absolute;
  top: 5px;
  right: 5px;
}

.facet-group {
  position:relative;
  margin-bottom: 0px;
}
.facet-group .facet-values {
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  max-height: 144px;
  overflow: hidden;
  display: block;
  padding: 0 8px;
}
.facet-group .facet-values > * {
  display: block;
}
.facet-group .facet-values .facet-item {
  padding: 5px 4px;
}
.facet-group .facet-values.full {
  max-height: auto;
}
.facet-group .btn-more {
  padding: 5px 12px;
  margin-top: 6px;
}
.facet-group .btn-more .less-label {
  display: none;
}
.facet-group .btn-more .more-label {
  display: block;
}
.facet-group .btn-more.open .less-label {
  display: block;
}
.facet-group .btn-more.open .more-label {
  display: none;
}

.action-controls > *,
.action-control > * {
  display: inline-block;
  vertical-align: middle;
}

.promo-zone {
  display: block;
  padding-bottom: 30px;
}
.promo-zone .s-grid-row > div {
  padding-top: 0;
}

.product-selection {
  width: 100%;
}
.product-selection header > h1 {
  display: inline-block;
}
.product-selection header > h1.hide {
  display: none;
}
.product-selection .product-selection-inner {
  overflow-y: scroll;
  overflow: auto;
  max-height: 420px;
  /*background-color: $bg-color;*/
  margin: 0 -12px;
}
.product-selection .tablecontainer {
  padding: 10px;
}
.product-selection .right {
  padding-bottom: 10px;
  /*.rental-period-selectors{
      margin: 10px 0 0 0;
  }*/
}
.product-selection .right .form-control {
  margin: 0 10px 0 0;
}
.product-selection .right > .actions {
  float: right;
}
.product-selection .right > .actions .btn {
  margin: 0;
}
.product-selection .right > p {
  float: left;
  margin: 0 60px;
  padding: 10px 0;
}
.product-selection .right div {
  display: inline-block;
  vertical-align: middle;
}
.product-selection .right .btn {
  margin: 0;
}
.product-selection .extra {
  color: #BCBCBC;
  text-transform: none;
  margin: 0 0 0 10px;
}
.product-selection .collapse-content {
  width: 100%;
  overflow: hidden;
}
.product-selection > div .collapsebtn {
  text-transform: uppercase;
}
.product-selection .card {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 0;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.product-selection .card > span {
  color: #BCBCBC;
  vertical-align: middle;
}
.product-selection .selection-title {
  font-size: 1.1em;
  display: block;
  float: left;
  padding: 10px 0;
}
.product-selection .selection-title .ic-pickinglist {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.product-selection .selection-title .ic-pickinglist svg {
  float: left;
}
.product-selection .selection-title .ic-pickinglist svg g,
.product-selection .selection-title .ic-pickinglist line,
.product-selection .selection-title .ic-pickinglist rect {
  stroke: #0084ba;
}
.product-selection .tablecontainer {
  /*overflow: visible;*/
}
.product-selection .tablecontainer .total {
  /*color: $body-color;
  font-size: 1.2em;*/
}
.product-selection .tablecontainer .total td {
  text-align: right;
  padding: 12px;
}
.product-selection .tablecontainer table {
  width: 100%;
}
.product-selection .tablecontainer .form-control {
  margin-bottom: 0;
}
.product-selection .tablecontainer .td-button {
  padding: 10px;
}
.product-selection .selection-content {
  padding-top: 8px;
  height: auto;
  overflow: hidden;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.product-selection .action-bar {
  border-bottom: 1px solid #f7f7f7;
  display: block;
  margin: 10px 0 0 0;
}
.product-selection .action-bar .action-controls {
  margin: 12px 0;
  display: inline-block;
  vertical-align: middle;
}
.product-selection .action-bar .action-controls a {
  margin-bottom: 0;
}
.product-selection .action-bar .action-controls:first-child {
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #BCBCBC;
}
.product-selection .endtotal,
.product-selection .total {
  text-align: right;
  font-size: 1.4em;
  color: #0084ba;
  margin: 40px 0 20px 0;
}
.product-selection .total {
  font-size: 1.3em;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  padding: 10px;
}
.product-selection .action-bar {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.product-selection .action-bar .action-controls {
  margin: 0;
  padding-right: 0;
  border-right: 0;
}
.product-selection .collapse-content-inner {
  /*background-color: $bg-color;*/
  padding: 12px;
  margin-top: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.product-selection .collapse-content-inner.thumbnail .s-grid-row {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.product-selection .collapse-content-inner.thumbnail .s-grid-row .fifth {
  float: none;
  display: inline-block;
  min-width: 220px;
  vertical-align: middle;
}
.product-selection .collapse-content-inner.thumbnail .s-grid-row .fifth .product.selected {
  border: 2px solid #4a79b7;
}
.product-selection .collapse-content-inner.thumbnail .s-grid-row .fifth .info {
  white-space: normal;
}

#basket .collapse-content {
  border-top: 1px solid #F2F2F2;
}
#basket .collapse-content .collapse-content-inner {
  padding: 0;
}
#basket .collapse-content .collapse-content-inner .filter-zone > * {
  vertical-align: middle;
  display: inline-block;
}
#basket .collapse-content .collapse-content-inner .filter-zone .rental-period-selectors > * {
  vertical-align: middle;
  display: inline-block;
}

.info-zone h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.info-zone .info-block {
  margin-bottom: 12px;
}
.info-zone .info-block .info-label {
  color: #1c1c1c;
  margin-bottom: 4px;
}
.info-zone .info-block .info-value {
  font-weight: 600;
}
.info-zone .info-block .price {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 8px;
}
.info-zone .info-block.narrow > * {
  display: inline-block;
  vertical-align: top;
}
.info-zone .info-block.narrow .info-label {
  width: 30%;
}
.info-zone .info-block.narrow .info-value {
  max-width: 69%;
}
.info-zone .info-block.action .left-col,
.info-zone .info-block.action .right-col {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}
.info-zone .info-block.action .left-col a,
.info-zone .info-block.action .right-col a {
  margin-bottom: 0;
}

.rel-roducts {
  overflow-x: auto;
  overflow-y: hidden;
  height: 370px;
  width: 100%;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.rel-roducts .s-grid-row {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.rel-roducts .s-grid-row .fifth {
  float: none;
  display: inline-block;
  min-width: 220px;
}

#product-feature {
  padding-bottom: 10px;
}
#product-feature header {
  margin-bottom: 20px;
}
#product-feature .action select {
  min-width: 150px;
}
#product-feature .info-zone {
  padding-left: 20px;
}
#product-feature .info-zone .info-block {
  margin-bottom: 20px;
}
#product-feature .info-zone .info-block.action > {
  display: inline-block;
  vertical-align: top;
}
#product-feature .viewer-zone {
  border-right: 1px solid #BCBCBC;
  position: relative;
}

.mini .product .info {
  height: 70px;
}

.tooltip {
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  background-color: #4a79b7;
  color: #fff;
  left: 0;
  width: auto;
  text-align: left;
  padding: 12px;
  top: -80px;
  margin-left: 20px;
  opacity: 0;
  /*display: none;*/
}
.tooltip .arrow-down {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4a79b7;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip.show {
  top: -40px;
  opacity: 1;
  display: block;
}

.product-selection .product-selection-inner {
  max-height: 100%;
}

.thumbnails-carousel .thumbnail .active {
  border: 5px solid #4a79b7;
}

.inner-action {
  padding: 12px 12px 0;
}

/**document viewer**/
.document-viewer {
  position: relative;
}
.document-viewer .left-action-bar-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.document-viewer .left-action-bar-overlay .doc-viewer-thumbnails-container {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 150px;
  padding: 12px;
  left: -150px;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.document-viewer .left-action-bar-overlay .doc-viewer-thumbnails-container .doc-viewer-thumbnails {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  height: 100%;
}
.document-viewer .left-action-bar-overlay .doc-viewer-thumbnails-container .doc-viewer-thumbnails .thumbnail {
  float: none;
  display: inline-block;
  height: 90px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.document-viewer .left-action-bar-overlay .doc-viewer-thumbnails-container .doc-viewer-thumbnails .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #BCBCBC;
}
.document-viewer .left-action-bar-overlay .doc-viewer-thumbnails-container .doc-viewer-thumbnails .thumbnail .active {
  border: 5px solid #4a79b7;
}
.document-viewer .left-action-bar-overlay.open {
  width: 150px;
}
.document-viewer .left-action-bar-overlay.open .doc-viewer-thumbnails-container {
  left: 0;
}
.document-viewer .close-flag {
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-align: center;
}
.document-viewer .close-flag .fa {
  margin-top: 8px;
}
.document-viewer .close-flag .open {
  display: none;
}
.document-viewer .close-flag:hover {
  background-color: white;
}
.document-viewer .close-flag.open {
  left: 150px;
}
.document-viewer .close-flag.open .open {
  display: block;
}
.document-viewer .close-flag.open .closed {
  display: none;
}
.document-viewer .arrow-actions {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /*width: 110px;*/
  bottom: 0;
  text-align: center;
  color: #1c1c1c;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px 0;
}
.document-viewer .arrow-actions > * {
  display: inline-block;
  vertical-align: middle;
}
.document-viewer .arrow-actions .left-button,
.document-viewer .arrow-actions .right-button {
  width: 30px;
  text-align: center;
}
.document-viewer .doc-viewer a {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #BCBCBC;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 2;
}
.popup-wrapper .popup-card {
  width: 35%;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  margin: 5rem auto;
  -moz-transition-property: margin-top;
  -o-transition-property: margin-top;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin-top: -900px;
}
.popup-wrapper .popup-card .header {
  padding: 0 30px 0 0;
}
.popup-wrapper .popup-card .header .close-btn {
  position: absolute;
  right: 1.2rem;
  top: 1.5rem;
  padding: 10px;
  margin: -10px -10px 0 0;
}
.popup-wrapper .popup-card .popup-content {
  overflow: hidden;
  /*overflow-y: auto; */
}
.popup-wrapper .popup-card .popup-actions {
  margin-top: 1.2rem;
}
.popup-wrapper .popup-card .popup-actions .btn {
  margin-bottom: 0;
}
.popup-wrapper.large .popup-card {
  width: 95%;
  /*max-height: 85%;*/
  margin: 2.5%;
  margin-top: -900px;
}
.popup-wrapper.mgmt .popup-card {
  width: 65%;
  max-height: 550px;
  margin-top: -900px;
}
.popup-wrapper.mgmt.large .popup-card {
  width: 95%;
  max-height: auto;
}
.popup-wrapper.modal {
  background-color: rgba(0, 132, 186, 0.8);
}
.popup-wrapper.show .popup-card {
  margin-top: 2.5rem;
}

.EditorSaveLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 132, 186, 0.8);
}

#contact h2 {
  font-weight: 600;
}
#contact .sepia {
  margin-top: 40px;
}

.contact-card .profile-image {
  width: 100%;
  height: 150px;
  background-image: url("images/default_profile.jpg");
  background-size: cover;
  background-position: center;
}
.contact-card .contact-info > * {
  display: block;
  line-height: 1.3em;
}
.contact-card .contact-info .name {
  font-weight: 600;
  margin-bottom: 12px;
}
.contact-card .contact-info .s-grid-row > div {
  padding-bottom: 0;
}
.contact-card .contact-info strong {
  font-weight: 600;
}

#top-bar {
  background-color: #2b4583;
  margin-bottom: 20px;
  display: block;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
}
#top-bar .top-bar-inner {
  padding: 6px 0;
}
#top-bar .top-bar-inner > ul {
  margin: 10px 0;
  float: right;
  list-style-type: none;
}
#top-bar .top-bar-inner > ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#top-bar .top-bar-inner > ul li a {
  color: #fff;
  padding: 0 20px;
  display: block;
}
#top-bar .top-bar-inner > ul li a:hover {
  color: #4a79b7;
}
#top-bar .top-bar-inner > ul li:hover .topbarmenu {
  display: block;
  visibility: visible;
}
#top-bar .top-bar-inner > ul li:hover .topbarmenu a {
  /*padding: 0;
  overflow: hidden;*/
}
#top-bar .top-bar-inner > ul li .topbarmenu {
  display: none;
  min-width: 200px;
  position: absolute;
  top: 16px;
  right: 0;
}
#top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card {
  padding: 20px 12px 0 12px;
  background: #2b4583;
  color: #fff;
}
#top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card li {
  display: block;
  border-bottom: 1px solid #fff;
}
#top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card li a {
  padding: 12px 0;
}
#top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card li a.active {
  color: #4a79b7;
}
#top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card li:last-child {
  border-bottom: 0;
}
#top-bar .top-bar-inner #brand_selection {
  margin-bottom: 0;
  color: #fff;
}
#top-bar .top-bar-inner #brand_selection .singleBrandSelection {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.2em;
}
#top-bar .top-bar-inner select,
#top-bar .top-bar-inner input {
  background-color: #2b4583;
  color: #fff;
  /*margin: 4px 10px;*/
  margin-top: 1px;
  float: left;
}
#top-bar .top-bar-inner select:-moz-placeholder,
#top-bar .top-bar-inner input:-moz-placeholder {
  color: #fff;
}
#top-bar .top-bar-inner select:-ms-input-placeholder,
#top-bar .top-bar-inner input:-ms-input-placeholder {
  color: #fff;
}
#top-bar .top-bar-inner select::-webkit-input-placeholder,
#top-bar .top-bar-inner input::-webkit-input-placeholder {
  color: #fff;
}
#top-bar .top-bar-inner .custom-select i {
  color: #fff;
}
#top-bar .top-bar-inner .menubtn {
  width: 40px;
  float: right;
  cursor: pointer;
  margin: 4px 10px 0 0;
  padding: 0 3px;
  display: none;
}
#top-bar .top-bar-inner .menubtn .line {
  height: 2px;
  width: 100%;
  background: #FFF;
  float: left;
  margin: 4px 0;
}
#top-bar .top-bar-inner .menubtn:hover .line {
  background: #4a79b7;
}
#top-bar .top-bar-inner .form-control {
  margin-bottom: 0;
}
#top-bar .form-control {
  display: inline-block;
  vertical-align: top;
}

#main-nav {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 50px;
  width: 100%;
  background: #2b4583;
  z-index: 1;
}
#main-nav .main-nav-inner {
  padding: 12px 0;
  position: relative;
}
#main-nav .main-nav-inner > ul {
  margin: 10px 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}
#main-nav .main-nav-inner > ul li {
  display: inline-block;
}
#main-nav .main-nav-inner > ul li a {
  position: relative;
  color: #fff;
  padding: 0 20px 0 0;
  display: block;
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
}
#main-nav .main-nav-inner > ul li a:hover {
  color: #4a79b7;
}
#main-nav .main-nav-inner > ul li a.active {
  color: #4a79b7;
}
#main-nav .main-nav-inner .search-box {
  float: right;
  min-width: 300px;
  z-index: 4;
}
#main-nav .main-nav-inner .search-box .searchmenu {
  box-shadow: 0px 2px 4px #f7f7f7;
  width: 100%;
}
#main-nav .main-nav-inner .block-menu .menuItem .dropMenu {
   background-color: #2b4583;
}

.brand-logo {
  display: inline-block;
  background-image: url(images/SEPIA360_style_logo_trasparant.png);
  height: 38px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 6px 0 0 87px;
  margin-right: 12px;
}

.submenu {
  position: absolute;
  width: auto;
  max-width: 900px;
  z-index: 5;
}
.submenu .menu-item-overlay {
  background: red;
  position: absolute;
  display: block;
  width: 200px;
  height: 50px;
  top: -43px;
}
.submenu .header h1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.submenu .fifth {
  min-width: 160px;
}
.submenu .fifth .facet-group {
  margin-bottom: 0;
}
.submenu .submenu-inner {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.submenu .arrow-up {
  top: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.tablecontainer {
  overflow-x: auto;
  overflow-y: hidden;
}
.tablecontainer table {
  min-width: 900px;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #f7f7f7;
}
.tablecontainer table input,
.tablecontainer table select {
  /*height: 24px;
  line-height: 1;*/
}
.tablecontainer table th {
  background: #f7f7f7;
  padding: 10px 0;
  color: #1c1c1c;
}
.tablecontainer table tr {
  border-bottom: 1px solid #f7f7f7;
}
.tablecontainer table tr:last-of-type {
  border: none;
}
.tablecontainer table tr.tr-subheader th {
  background: #BCBCBC;
  color: #fff;
  padding: 2px 0;
  font-size: .8em;
  text-align: center;
}
.tablecontainer table td {
  padding: 15px 10px 5px 0;
}
.tablecontainer table td.td-image > div {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
}
.tablecontainer table td.td-image .product-type {
  height: auto;
  width: 100%;
}
.tablecontainer table td.td-multiline {
  font-size: .8em;
}
.tablecontainer table td.td-multiline .head {
  color: #4a79b7;
  font-size: 1.1em;
}
.tablecontainer table td.td-multiline .product-type {
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
}
.tablecontainer table dl {
  width: 100%;
  overflow: hidden;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}
.tablecontainer table dl dt {
  display: inline-block;
  width: 35%;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.tablecontainer table dl dd {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 15px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tablecontainer table.availability td {
  vertical-align: middle;
}
.tablecontainer table.availability .td-multiline .info {
  padding: 0;
  height: auto;
}
.tablecontainer table.availability .td-multiline .info .name {
  font-size: 14px;
}
.tablecontainer table.availability .td-multiline .info .product-id {
  margin-bottom: 0;
}
.tablecontainer table.availability .td-image a {
  height: 117px;
  width: 117px;
}
.tablecontainer table.availability .td-image a .product-type {
  right: auto;
  left: 5px;
  bottom: 5px;
  padding: 8px;
}
.tablecontainer table.availability .td-weekday {
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  text-align: center;
  padding: 15px 5px;
}
.tablecontainer table.availability .td-weekday .square {
  border-radius: 3px;
  padding: 5px 10px;
}
.tablecontainer table.availability .td-weekday.medium-color .square {
  background-color: #efa118;
  color: #fff;
}
.tablecontainer table.availability .td-weekday.error-color .square {
  background-color: #c02d1d;
  color: #fff;
}
.tablecontainer table.availability .td-weekday.positive-color .square {
  background-color: #85c614;
  color: #fff;
}
.tablecontainer table.availability td.option {
  text-align: center;
}
.tablecontainer table.availability td.option .form-control {
  margin-bottom: 8px;
}
.tablecontainer table.availability .th-dateheader {
  text-align: center;
}
.tablecontainer table.availability .after-weekdays {
  padding: 0;
  background: #f7f7f7;
}
.tablecontainer table.availability .after-weekdays .action {
  text-align: left;
  background: transparent;
  margin-bottom: 36px;
}
.tablecontainer table.availability .after-weekdays .action > * {
  display: inline-block;
}
.tablecontainer table.availability .after-weekdays .action .price {
  display: block;
  padding: 5px 0;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.tablecontainer table.availability .after-weekdays .action a {
  /*margin-top: 5px;   */
}

.data li {
  width: 100%;
  display: inline-block;
}
.data li span {
  float: left;
}
.data li span:first-of-type {
  font-weight: bold;
  width: 20%;
  min-width: 200px;
}

/*-------------- MOBILE GENERAL --------------*/
.mobile-only {
  display: none !important;
}

.hide-on-mobile {
  display: inherit;
}

li.hide-on-mobile {
  display: inherit;
}

@media screen and (max-width: 700px) {
  body {
    /*margin-top: 160px;*/
    margin-top: 50px;
  }

  .mobile-only {
    display: block;
  }

  .hide-on-mobile,
  li.hide-on-mobile {
    display: none !important;
  }

  .content-container {
    width: 100%;
    /*border-top: 2px solid black;*/
  }
  .content-container .link {
    margin-left: 12px;
  }

  .right {
    margin-right: 12px;
  }

  #main-nav {
    position: relative;
    top: 0;
  }
  #main-nav .main-nav-inner {
    padding: 0 10px 10px 10px;
  }
  #main-nav .main-nav-inner > ul li a {
    font-size: 1em;
    padding: 0 10px 0 0;
  }
  #main-nav .main-nav-inner .search-box {
    width: 100%;
    float: none;
  }
  #main-nav .submenu {
    left: 0;
  }
  #main-nav .submenu .card {
    padding: 12px;
  }

  .s-grid-row .half,
  .s-grid-row .third,
  .s-grid-row .two-third,
  .s-grid-row .quarter,
  .s-grid-row .two-quarter,
  .s-grid-row .three-quarter,
  .s-grid-row .fifth,
  .s-grid-row .two-fifth,
  .s-grid-row .four-fifth {
    width: 100%;
  }

  .card {
    padding: 12px;
  }

  .image-tiles .tile {
    min-height: 100px;
  }

  #Products,
  #basket {
    /*margin-top: 160px;*/
    margin-top: 0;
  }

  .products .s-grid-row .quarter {
    width: 100%;
  }

  #product-results .product-top-bar > * {
    display: block;
    vertical-align: middle;
  }
  #product-results .product-top-bar .actions {
    float: left;
    margin-top: 12px;
  }

  .product-selection {
    /*.fa {
        display: none;
    }*/
  }
  .product-selection .tablecontainer {
    overflow-x: scroll;
    /*max-height: 300px;
    //display: none;
    display: none;*/
  }
  .product-selection .action-bar {
    display: inline;
  }
  .product-selection .action-bar .action-controls {
    display: inline-block;
    margin: 0;
  }
  .product-selection .action-bar .action-controls .btn {
    margin: 10px 0 0 0;
  }
  .product-selection .action-bar .action-controls span {
    margin: 10px 0 0 0;
  }
  .product-selection .right {
    float: left;
    width: 100%;
  }
  .product-selection .right p {
    float: right;
    margin: 0;
  }
  .product-selection .right .actions {
    width: 100%;
    margin: 10px 0 0 0;
  }

  #basket .tablecontainer {
    overflow-x: hidden;
  }

  .promo-zone {
    display: none;
  }

  #facetscollapse {
    display: block;
  }

  #product-facets .mobile-action {
    display: block;
  }
  #product-facets .mobile-action .open-button {
    display: none;
  }
  #product-facets .facet-box {
    margin-top: 20px;
    display: none;
    height: 0;
  }
  #product-facets.open .open-button {
    display: inline-block;
  }
  #product-facets.open .close-button {
    display: none;
  }
  #product-facets.open .facet-box {
    display: block;
    height: auto;
  }

  #top-bar-overview #top-bar .top-bar-inner ul:not(.s-list),
  #top-bar .top-bar-inner ul:not(.s-list) {
    margin: 0;
    width: 100%;
    background: #f7f7f7;
    display: none;
    overflow: hidden;
  }
  #top-bar-overview #top-bar .top-bar-inner ul:not(.s-list) li,
  #top-bar .top-bar-inner ul:not(.s-list) li {
    display: block;
  }
  #top-bar-overview #top-bar .top-bar-inner ul:not(.s-list) li a,
  #top-bar .top-bar-inner ul:not(.s-list) li a {
    font-size: 1.4em;
    padding: 20px 10px;
  }
  #top-bar-overview #top-bar .top-bar-inner #brand_selection,
  #top-bar .top-bar-inner #brand_selection {
    width: 150px;
  }
  #top-bar-overview #top-bar .top-bar-inner .menubtn,
  #top-bar .top-bar-inner .menubtn {
    display: block;
  }

  #top-bar .top-bar-inner > ul li .topbarmenu {
    position: relative;
    top: 0;
  }
  #top-bar .top-bar-inner > ul li .topbarmenu .topbarmenu-inner .card {
    padding-top: 0;
  }

  #product-results .product-top-bar {
    margin-top: 10px;
    /*.rental-period-selectors {
        display: block;
        .title {
            width: 100%;
            display: block;
        }
    }
    .form-control.narrow {
        .control-label {
            display: block;
        }
    }*/
  }
  #product-results .product-action-bar {
    width: 100%;
  }
  #product-results .product-action-bar .paging {
    width: 100%;
    text-align: center;
  }
  #product-results .product-action-bar .paging .paging-item {
    padding: 9px 6px;
  }
  #product-results .product-action-bar .action-controls {
    width: 100%;
    float: left;
  }
  #product-results .product-action-bar .action-controls .action-control {
    padding-bottom: 6px;
  }
  #product-results .product-action-bar .action-controls .view-selector {
    /*margin-top: 10px;*/
    /*display: block;
    width: 100%;*/
  }
  #product-results .product-action-bar .action-controls .view-selector .button-bar a {
    width: 50%;
  }
  #product-results .product-action-bar .action-controls .view-selector .button-bar a:first-child {
    display: none;
  }
  #product-results .product-action-bar .action-controls .view-selector .button-bar a:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #product-results .product-action-bar .action-control {
    float: none;
  }
  #product-results .product-action-bar .rental-period-selectors {
    margin-left: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  #product-results .product-action-bar .rental-period-selectors .title {
    width: 100%;
    display: block;
  }
  #product-results .product-action-bar .rental-period-selectors input {
    width: 100px;
  }
  #product-results .product-action-bar .form-control.narrow .control-label {
    /*display: block;*/
  }

  .product .image,
  .product .info {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .product .info {
    height: 170px;
  }

  .submenu .card .s-grid-row {
    height: 300px;
    display: block;
    overflow: auto;
  }
  .submenu .card .btn {
    /*margin: 10px 0 0 0;*/
  }

  #product-feature header {
    margin-bottom: 0;
  }
  #product-feature .viewer-zone {
    width: 100%;
    border-right: 0;
  }
  #product-feature .info-zone {
    padding-left: 10px;
  }

  .no-results {
    width: 100%;
  }

  .popup-wrapper .popup-card {
    width: 94%;
    padding: 12px;
  }
  .popup-wrapper .popup-card .header .close-btn {
    right: 0;
    top: 0;
    margin: 0;
  }

  .tablecontainer table {
    min-width: 900px;
  }
  .tablecontainer table td {
    padding: 5px 12px 5px 0;
  }
  .tablecontainer table .td-multiline .info {
    width: 100%;
  }
  .tablecontainer .inner-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .product-selection .collapse-content {
    overflow-x: scroll;
  }
  .product-selection .tablecontainer .right .total {
    display: block;
  }
  .product-selection .tablecontainer .total td {
    text-align: left;
    padding: 12px;
  }
  .product-selection .endtotal {
    text-align: left;
  }
  .product-selection .rental-period-selectors {
    margin-bottom: 10px;
    width: 100%;
  }
  .product-selection .rental-period-selectors > div:first-child {
    display: block;
  }
  .product-selection .rental-period-selectors > div.form-control {
    display: inline-block;
    max-width: 45%;
  }
  .product-selection .rental-period-selectors .control-label {
    display: block;
  }
  .product-selection .selection-title {
    width: 100%;
  }
  .product-selection header h1 {
    display: block;
  }
  .product-selection .card-buttons {
    position: relative;
    top: 0;
    right: 0;
    padding-bottom: 12px;
  }
  .product-selection .card-buttons > a {
    float: none;
    width: 100%;
    margin: 0 10px 10px 0;
  }

  .page-header {
    padding: 0 12px;
  }

  #event > section {
    width: 100%;
    padding-bottom: 20px;
  }
  #event > section .data li {
    margin-bottom: 10px;
  }
  #event > section .data li span {
    display: block;
    width: 100%;
  }

  #related-products .rel-roducts {
    height: 250px;
  }
  #related-products .rel-roducts .s-grid-row {
    margin: 0;
  }
  #related-products .rel-roducts .s-grid-row .half,
  #related-products .rel-roducts .s-grid-row .third,
  #related-products .rel-roducts .s-grid-row .two-third,
  #related-products .rel-roducts .s-grid-row .quarter,
  #related-products .rel-roducts .s-grid-row .two-quarter,
  #related-products .rel-roducts .s-grid-row .three-quarter,
  #related-products .rel-roducts .s-grid-row .fifth,
  #related-products .rel-roducts .s-grid-row .two-fifth,
  #related-products .rel-roducts .s-grid-row .three-fifth,
  #related-products .rel-roducts .s-grid-row .four-fifth,
  #related-products .rel-roducts .s-grid-row .full {
    min-width: auto;
    white-space: normal;
  }

  .login_page #bg_wrapper {
    background-image: none;
  }
  .login_page #bg_wrapper .card {
    margin-top: 0;
  }
  .login_page #bg_wrapper .card.small {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  #editor .edit-product .collapse-content {
    height: auto !important;
    overflow: hidden;
  }

  .account-info .link {
    margin-left: 0;
  }

  #basket .collapse-content {
    border-top: 1px solid #F2F2F2;
  }
  #basket .collapse-content .collapse-content-inner {
    padding: 0;
  }
  #basket .collapse-content .collapse-content-inner .filter-zone > * {
    vertical-align: middle;
    display: block;
  }
  #basket .collapse-content .collapse-content-inner .filter-zone .rental-period-selectors > * {
    vertical-align: middle;
    display: inline-block;
  }
  #basket .collapse-content .collapse-content-inner .filter-zone .rental-period-selectors .title {
    display: block;
  }
  #basket .collapse-content .collapse-content-inner .action-bar > div {
    display: block;
  }
  #basket .collapse-content .collapse-content-inner .action-bar .form-control > * {
    display: block;
  }
  #basket .collapse-content .collapse-content-inner .action-bar .action-controls {
    margin-right: 0;
  }
  #basket .collapse-content .collapse-content-inner .action-bar .action-controls > * {
    display: block;
  }
  #basket .collapse-content .collapse-content-inner .action-bar .action-controls:first-child {
    border: none;
    padding-right: 0;
  }
  #basket .collapse-content .title {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .content-container {
    width: 100%;
    /*border-top: 2px solid red;*/
  }

  .hide-on-mobile,
  li.hide-on-mobile {
    display: inline-block;
  }

  body .link {
    margin-left: 12px;
  }

  #Products .fifth,
  #Products .four-fifth {
    width: 100%;
  }
  #Products .products .s-grid-row .quarter {
    width: 33.33333%;
  }

  .popup-wrapper .popup-card {
    width: 60%;
  }

  #main-nav {
    padding: 0 10px 10px 10px;
  }

  #product-results .product-top-bar > * {
    display: block;
    vertical-align: middle;
  }
  #product-results .product-top-bar h1 {
    margin-bottom: 12px;
    margin-top: 0px;
    float: none;
  }
  #product-results .product-top-bar .rental-period-selectors {
    float: none;
    margin-bottom: 12px;
  }
  #product-results .product-top-bar .actions {
    margin-bottom: 12px;
  }
  #product-results .product-action-bar .rental-period-selectors {
    margin-bottom: 10px;
  }

  #product-facets .mobile-action {
    display: block;
  }
  #product-facets .mobile-action .open-button {
    display: none;
  }
  #product-facets .facet-box {
    margin-top: 20px;
    display: none;
    height: 0;
  }
  #product-facets.open .open-button {
    display: inline-block;
  }
  #product-facets.open .close-button {
    display: none;
  }
  #product-facets.open .facet-box {
    display: block;
    height: auto;
  }
  #product-facets .facet-values {
    max-height: 194px;
  }
  #product-facets .facet-values .facet-item {
    padding: 10px 4px;
  }

  .product .image,
  .product .info {
    width: auto;
    display: block;
  }

  table {
    width: 900px;
  }

  .submenu .fifth {
    min-width: 150px;
  }

  .card-buttons {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  .card-buttons a {
    float: none;
    margin: 0;
  }

  .account-info {
    margin-top: 10px;
  }
  .account-info .link {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .content-container {
    width: 900px;
    /*border-top: 2px solid green;*/
  }

  .account-info {
    margin-top: 0;
  }

  .card-buttons {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .card-buttons a {
    float: right;
    margin: 0 0 0 10px;
  }

  #Products .fifth {
    width: 20%;
  }
  #Products .four-fifth {
    width: 80%;
  }
  #Products .products .s-grid-row .quarter {
    width: 33.33333%;
  }

  .popup-wrapper .popup-card {
    width: 35%;
  }

  body .link {
    margin-left: 0;
  }

  #main-nav {
    padding: 0 10px 10px 10px;
  }

  #product-results .product-top-bar > * {
    display: inline-block;
    vertical-align: middle;
  }
  #product-results .product-top-bar h1 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
  }
  #product-results .product-top-bar .rental-period-selectors {
    float: left;
    margin-bottom: 12px;
  }
  #product-results .product-top-bar .actions {
    float: right;
    margin-bottom: 12px;
  }
  #product-results .product-action-bar .rental-period-selectors {
    margin-bottom: 10px;
  }

  #product-facets .mobile-action {
    display: none;
  }
  #product-facets .facet-box {
    margin-top: 0;
    display: block;
    height: auto;
  }
  #product-facets.open .open-button {
    display: inline-block;
  }
  #product-facets.open .close-button {
    display: none;
  }
  #product-facets.open .facet-box {
    display: block;
    height: auto;
  }
  #product-facets .facet-values {
    max-height: 144px;
  }
  #product-facets .facet-values .facet-item {
    padding: 5px 4px;
  }
  #product-facets #selected-filter-group .clear-btn {
    float: none;
    margin: 10px 0;
  }

  .submenu .fifth {
    min-width: 160px;
  }
}
@media screen and (min-width: 1250px) {
  .content-container {
    width: 1250px;
    /*border-top: 2xp solid yellow;*/
  }

  #Products .products .s-grid-row .quarter {
    width: 25%;
  }

  #product-facets #selected-filter-group .clear-btn {
    float: right;
    margin: 0;
  }

  #product-results .product-top-bar h1 {
    display: block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 12px;
  }
  #product-results .product-top-bar .rental-period-selectors {
    float: none;
    margin-bottom: 0;
  }
  #product-results .product-top-bar .actions {
    float: right;
    margin-bottom: 0;
  }
  #product-results .product-action-bar .rental-period-selectors {
    margin-bottom: 0;
  }
}

  #product-facets .facet-title {
    /*max-height: 144px;*/
    font-size: 16px;
    line-height: 30px;
    border-bottom: solid 1px #f7f7f7;
    margin:0px;
    padding-left: 5px;
    cursor:pointer;
  }
  #product-facets .facet-title:hover {
    background: #f7f7f7;
  }
  .facet-title-collapsed::after {
    color: #0084ba;
    font-family: "FontAwesome";
    content: "\f104";
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: absolute;
    text-align: right;
    line-height: 20px;
    padding-right: 4px;
    height: 30px;
    width: 15px;
    top: 5px;
    right: 5px;
  }
  .facet-title-expanded::after {
    color: #0084ba;
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: absolute;
    text-align: right;
    line-height: 20px;
    height: 30px;
    width: 15px;
    top: 5px;
    right: 5px;
  }

  #product-facets .facet-values {
    background: #f7f7f7;
  }
  #product-facets .facet-values .facet-item {
    padding: 5px 4px;
    color: #0084ba;
  }
  #product-facets #selected-filter-group .clear-btn {
    float: none;
    margin: 10px 0;
  }
  #product-facets .facet-values .facet-item span.small-btn {
  float: right;
  display: block;
  width: auto;
  font-size: .7rem;
  line-height:14px;
  padding: 1px 3px;
  color: #fff;
  background: #0084ba;
  text-align: center;
  margin-left: 5px;
  text-transform:uppercase;
  border-radius: 5px;
}

/*editor metafield language selectbox in button for disabling*/
.no-btn-check,
.no-btn-check.icon-btn {
  padding: 0;
  border: none;
  outline: none;
}

.no-btn-check.btn-search {
  background-color: transparent;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #2b4583;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #4a79b7;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #2b4583;
  box-shadow: inset 0 1px 3px #2b4583;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #4a79b7;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.bonsai li,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block;
}

.bonsai li {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  position: relative;
  padding-left: 1.3em;
}
.bonsai li .thumb {
  margin-left: -1em;
  font-size: 14px;
  color: #0084ba;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}
.bonsai li.has-children > .thumb:after {
  content: '▸';
}
.bonsai li.has-children.expanded > .thumb:after {
  content: '▾';
}
.bonsai li.has-children li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}
.bonsai li .fa.fa-plus.fa-6 {
  margin-left: -1em;
  font-size: 14px;
  color: #0084ba;
  cursor: pointer;
}
.bonsai .all,
.bonsai .none {
  cursor: pointer;
} .popup-content
 .form-control{margin-bottom:5px;} .inBasketIcon { color: #85c614; }

/* Preview Box */
.preview-wrapper {
    background-color:rgba(8, 8, 8, 0.7);
}

.viewer {
  display: block;
  width: 50%;
  text-align: center;
  margin: 3% auto;
  line-height: normal;
  color: #BCBCBC;
  overflow:hidden;
}

.preview .close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #FFFFFF;
}