/* BASIC COLORS */
/* INCLUDES */
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
}
.sticky-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
/* MAIN COLORS */
/* FONTS */
csc-notification-banner p {
  margin: 0;
}
csc-notification-banner a {
  color: inherit !important;
}
@media (max-width: 992px) {
  .gdprcookie {
    max-width: none;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
.gdprcookie-types input[type=checkbox] + label::after {
  content: attr(desc);
}
.header-sticky .menu {
  display: none;
}
.header-sticky .search .tt-dropdown-menu {
  max-height: 65vh;
  overflow-y: scroll;
}
.header-sticky.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-animation-name: slidedown;
  animation-name: slidedown;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 999;
  height: 50px;
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header-sticky.sticky {
    display: none;
  }
}
.header-sticky.sticky .header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-sticky.sticky div[class*="col-"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-sticky.sticky .header-top {
  display: none;
}
.header-sticky.sticky .logo {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .header-sticky.sticky .logo {
    margin: 20px;
  }
}
.header-sticky.sticky .logo img {
  max-height: 40px;
  margin-bottom: -10px;
  padding: 0;
}
@media (max-width: 992px) {
  .header-sticky.sticky .logo img {
    max-height: 20px;
  }
}
.header-sticky.sticky .search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-sticky.sticky .catalogs {
  display: none;
}
.header-sticky.sticky .menu {
  display: block;
  min-width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .header-sticky.sticky .menu {
    margin: 10px 15px 10px 0;
  }
}
.header-sticky.sticky .menu ul {
  margin-bottom: 0;
  float: right;
}
.header-sticky.sticky .menu ul li {
  display: inline;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 30px;
}
.header-sticky.sticky .menu ul li .js-basket-small {
  position: relative;
  color: #ee7600;
}
.header-sticky.sticky .menu ul li .js-basket-small .badge {
  position: absolute;
  right: -15px;
  top: -5px;
}
.sticky-fill {
  display: none;
}
.sticky-fill.sticky {
  display: block;
}
@-webkit-keyframes slidedown {
  from {
    top: -50px;
  }
  to {
    top: 0;
  }
}
@keyframes slidedown {
  from {
    top: -50px;
  }
  to {
    top: 0;
  }
}
.list-group-item.language a {
  color: #fff;
  display: block;
}
.list-group-item.language a:hover {
  color: #fff;
}
.list-group-item.language a[data-toggle=collapse]:after {
  content: none;
}
.list-group-item.language .list-group {
  margin-top: 10px;
}
.list-group-item.language .list-group-item {
  border: none;
  border-top: 1px solid #fff;
}
.fixed-mobile-top {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
.fixed-mobile-top .mobile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-mobile-top .mobile-container .navbar-brand {
  margin: 0 auto;
}
.fixed-mobile-top .mobile-container img {
  max-height: 63px;
}
.fixed-mobile-top .mobile-container .mobile-user-menu {
  padding: 10px 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.fixed-mobile-top .mobile-container .mobile-user-menu .account__mobile span {
  font-size: 26px;
}
.fixed-mobile-top .mobile-container .mobile-user-menu .js-basket-small span {
  margin-top: 0;
}
.fixed-mobile-top #js-mobile-search-bar {
  height: auto;
  margin-bottom: 10px;
  padding: 0 10px;
}
.fixed-mobile-top #js-mobile-search-bar ._scanner .product-scanner > .btn-primary {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fixed-mobile-top #js-mobile-search-bar ._scanner .product-scanner + form {
  width: calc(100% - 50px);
}
.fixed-mobile-top #js-mobile-search-bar form {
  width: 100%;
}
.fixed-mobile-top #js-mobile-search-bar .btn-default {
  color: #455460;
}
#js-mobile-nav .list-group,
.mobile-nav .list-group {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .notification-bar {
    top: 132px;
    background-color: #fff;
    z-index: 999;
  }
}
.modal {
  z-index: 9999;
}
.order-modal-mobile .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.product .js-mobile-order {
  width: 80%;
  margin: 10px 0;
}
.product .order-form-wrap .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product .order-form-wrap .btn-qty {
  display: none;
}
.product .order-form-wrap._mobile {
  display: block;
}
.product .order-form-wrap._mobile .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.product .order-form-wrap._mobile .input-group .input-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product .order-form-wrap._mobile .input-group input {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.product .order-form-wrap._mobile .input-group .btn-primary {
  border-radius: 4px;
}
.product .order-form-wrap._mobile .input-group .btn-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  background-color: #495057;
  padding: 0 15px;
  color: #fff;
  margin-bottom: 10px;
}
.product .order-form-wrap._mobile .input-group .btn-qty.btn-qty-down {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product .order-form-wrap._mobile .input-group .btn-qty.btn-qty-up {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.breadcrumb {
  position: relative;
  margin: 0;
}
.breadcrumb-container li,
.breadcrumb-container li.active,
.breadcrumb-container li:before {
  color: #333 !important;
}
.breadcrumb-container li a {
  font-size: 12px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    border-bottom: 1px solid rgba(185, 185, 185, 0.5);
    margin-bottom: 15px;
  }
}
.account-mobile-nav {
  padding-left: 0px;
  padding-right: 0px;
}
.account-mobile-nav .list-unstyled {
  margin-bottom: 0;
}
.account-mobile-nav li .thumbnail {
  -webkit-box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  border: none;
}
.account-mobile-nav li .thumbnail a.mobile-account-nav-block {
  color: #333;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-mobile-nav .account-mobile-title {
  font-size: 16px;
  color: #333;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
ul.list-unstyled.account-nav-list {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  background: #f9f9f9;
  padding: 15px;
  height: auto;
  margin: 0 -15px 30px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
ul.list-unstyled.account-nav-list::-webkit-scrollbar {
  display: none;
}
ul.list-unstyled.account-nav-list li {
  margin-bottom: 0;
}
ul.list-unstyled.account-nav-list li a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0 !important;
  color: #333;
  padding: 0 15px 0 0;
  font-size: 11px;
  line-height: 1.8;
  color: inherit;
}
ul.list-unstyled.account-nav-list li.active {
  color: #ee7600;
}
ul.list-unstyled.account-nav-list li.active a {
  font-weight: bold;
}
ul.list-unstyled.account-nav-list li i {
  font-size: 16px;
  color: inherit;
}
@media screen and (min-width: 992px) {
  ul.list-unstyled.account-nav-list {
    position: sticky;
    top: 70px;
    white-space: normal;
    overflow-x: initial;
    margin: 0;
    padding: 10px 15px 10px 25px;
    display: block;
  }
  ul.list-unstyled.account-nav-list li {
    position: relative;
  }
  ul.list-unstyled.account-nav-list li a {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    color: #333;
    padding: 15px 0;
    width: 100%;
  }
  ul.list-unstyled.account-nav-list li.active {
    color: #ee7600;
  }
  ul.list-unstyled.account-nav-list li.active:before {
    height: 100%;
    content: '';
    position: absolute;
    left: -25px;
    width: 5px;
    top: 0;
    background: #ee7600;
  }
  ul.list-unstyled.account-nav-list li.active a {
    font-weight: bold;
    color: inherit;
  }
  ul.list-unstyled.account-nav-list li i {
    margin-right: 10px;
  }
}
.account-dashboard-block-inner {
  -webkit-box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  box-shadow: 0 0 3px 0 rgba(185, 185, 185, 0.5);
  position: relative;
  height: 100%;
}
.account-dashboard-block-header {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-dashboard-block-header i {
  font-size: 24px;
  color: #ee7600;
  margin-right: 10px;
}
.account-dashboard-block-header b {
  color: #333;
}
.account-dashboard-block-content {
  padding: 15px;
  padding-bottom: 60px;
}
.account-dashboard-block-content ul {
  margin-bottom: 0;
}
.account-dashboard-block-content ul li {
  padding: 10px 0;
  margin-bottom: 4px !important;
}
.account-dashboard-block-content ul li i {
  font-size: 20px;
  color: #ee7600;
  margin-right: 10px;
}
.account-dashboard-block-content ul li a {
  font-size: 12px;
  color: #333;
}
.account-dashboard-block-content .list-empty-message {
  color: #333;
  margin-left: 30px;
}
.account-dashboard-block-footer {
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.account-dashboard-block-footer i {
  font-size: 24px;
  color: #ee7600;
}
.account-dashboard-block-footer-inner {
  border-top: 1px solid rgba(185, 185, 185, 0.5);
  padding: 15px 0 0 0;
}
.account-dashboard-block-footer-link {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.disabled-field-icon {
  position: absolute;
  right: 23px;
  font-size: 15px;
  top: 11px;
}
.container.account .form-control {
  height: 40px;
  background-color: white;
  border-color: #e3e3e3;
}
.container.account .form-control:disabled {
  background-color: #ececec;
}
.container.account select.form-control {
  width: 50%;
  padding-right: initial;
}
.container.account label {
  font-weight: bold;
  line-height: 20px;
  color: #333;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .container.account label {
    font-weight: normal;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .container.account .submit-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .container.account .password-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.container.account [type=password] {
  color: rgba(238, 118, 0, 0.7);
  font-size: 20px;
  letter-spacing: 2px;
}
.container.account h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .container.account hr {
    margin-top: 0;
  }
}
.container.account .lang-select select.form-control {
  width: 100%;
}
.container.account .planned-shipments {
  margin-top: 20px;
}
.container.account .planned-shipments h2 {
  margin-bottom: 10px;
}
.container.account .planned-shipments .planned_moves {
  margin-top: 20px;
}
.address-col {
  color: #333;
  margin-bottom: 20px;
}
.address-col address {
  color: #333;
  font-size: 13px;
}
.address-col a:not(:hover) {
  color: rgba(76, 76, 76, 0.85);
}
@media screen and (min-width: 992px) {
  .address-col {
    margin-bottom: 0;
  }
}
.form-control-feedback {
  top: 4px;
  right: 10px;
}
.mt-0 {
  margin-top: 0;
}
.ordertemplate .ordertemplate-add {
  padding-left: 15px;
  padding-right: 15px;
}
.ordertemplate .ordertemplate-add .fa-plus-circle {
  margin-right: 15px;
}
.ordertemplate-table.table {
  margin-top: 20px;
  width: 85%;
}
.ordertemplate-table.table > thead > tr th {
  border: none;
  padding: 12px 0;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.ordertemplate-table.table > thead > tr th:nth-child(1) {
  width: 30%;
  text-align: left;
}
.ordertemplate-table.table > thead > tr th:nth-child(2) {
  width: 20%;
  text-align: right;
}
.ordertemplate-table.table > tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ordertemplate-table.table > tbody > tr > td {
  border: none;
  padding: 6px 0;
  vertical-align: middle;
}
.ordertemplate-table.table > tbody > tr > td:nth-child(1) {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .ordertemplate-table.table > tbody > tr > td:nth-child(1) {
    width: 30%;
  }
}
.ordertemplate-table.table > tbody > tr > td:nth-child(2) {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .ordertemplate-table.table > tbody > tr > td:nth-child(2) {
    width: 20%;
  }
}
.ordertemplate-table.table > tbody > tr > td.options {
  padding-right: 10px;
}
.ordertemplate-table.table > tbody > tr > td .fas {
  color: #ee7600;
  font-size: 20px;
  vertical-align: bottom;
}
.ordertemplate-table.table > tbody > tr > td .fas.fa-star {
  vertical-align: baseline;
  font-size: 13px;
}
.ordertemplate-table.table > tbody > tr > td .fa-left {
  margin-right: 15px;
}
.ordertemplate-header-container {
  margin-bottom: 25px;
}
.ordertemplate-header-container .section-title {
  display: inline;
  margin: 0;
  font-size: 22px;
}
.ordertemplate-header-container .order-template-options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ordertemplate-header-container .order-template-options .btn-primary {
  height: 35px;
}
.ordertemplate-header-container .ordertemplate-header {
  border-bottom: 1px solid rgba(185, 185, 185, 0.5);
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ordertemplate-header-container .ordertemplate-header .sort-select,
.ordertemplate-header-container .ordertemplate-header .btn-white,
.ordertemplate-header-container .ordertemplate-header .btn-primary {
  padding: 10px 20px;
  margin-left: 15px;
  font-size: 13px;
  line-height: 1.6;
}
.ordertemplate-header-container .ordertemplate-header .btn-primary {
  height: auto;
}
.ordertemplate-header-container .ordertemplate-header .sort-select {
  height: 42px;
  border-color: #f3f4f4;
  background: #f3f4f4;
}
.ordertemplate-header-container .ordertemplate-header .sort-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.template-name-container .template-name-input {
  height: 35px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(185, 185, 185, 0.5);
  width: 22ch;
}
.template-name-container .btn {
  background: #4fbdc2;
  color: white;
  font-size: 20px;
  padding: 5px;
  vertical-align: top;
  width: 35px;
  height: 35px;
}
.template-products-sortable th {
  padding-bottom: 10px;
}
.template-products-sortable .template-products-sortable-item td:first-child {
  vertical-align: middle;
}
.template-products-sortable .product-code {
  font-size: 12px;
}
.template-products-sortable .product-stock .h3 {
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}
.template-products-sortable .product-stock .h3.stock-warning {
  color: #ee7600;
}
.template-products-sortable .product-stock .h3.stock-negative {
  color: #cc0000;
}
.template-products-sortable .product-stock .h3 i {
  font-size: 13px;
}
.template-products-sortable .product-row {
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  transition: transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease, -webkit-box-shadow 0.1s ease;
}
.template-products-sortable .product-row td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(185, 185, 185, 0.5);
  vertical-align: middle;
}
.template-products-sortable .product-row td .fa-bars {
  font-size: 20px;
}
.template-products-sortable .product-row td .btn-primary {
  padding: 10px 12px;
}
.template-products-sortable .product-row td .btn-primary i {
  padding-right: 2px;
}
.template-products-sortable .product-row .product-title {
  margin-left: 10px;
  font-size: 14px;
  max-width: 80%;
}
.template-products-sortable .product-row .price .price-sales {
  color: #333;
  font-size: 20px;
}
.template-products-sortable .product-row .price .uom {
  display: block;
  font-size: 12px;
  color: #616161;
}
.template-products-sortable .product-row .order-form {
  text-align: left;
}
.template-products-sortable .product-row .order-form .form-control {
  width: 70px;
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  border-radius: 0;
  background: #f3f4f4;
  border-color: #f3f4f4;
}
.template-products-sortable .product-row .product_uom {
  display: none;
}
.template-products-sortable .options {
  vertical-align: middle;
}
.template-products-sortable .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.template-products-sortable .sortable-item-placeholder {
  height: 131px;
}
.overlay-sidebar .list-group-item:hover:not(.add-new) {
  background-color: #f5f5f5;
}
.overlay-sidebar .fa-file-invoice {
  color: #ee7600;
}
.overlay-sidebar .name {
  width: 100%;
}
.overlay-sidebar .add-new__submit {
  color: #ffffff;
  background-color: #ee7600;
  border-color: #ee7600;
  padding: 6px 30px;
}
.overlay-sidebar .add-new__submit.active,
.overlay-sidebar .add-new__submit.focus,
.overlay-sidebar .add-new__submit:active,
.overlay-sidebar .add-new__submit:focus,
.overlay-sidebar .add-new__submit:hover {
  color: #ffffff;
  background-color: #003F4C;
  border-color: #003F4C;
}
.overlay-sidebar .add-new__submit.disabled,
.overlay-sidebar .add-new__submit[disabled] {
  background-color: #003F4C;
  border-color: #003F4C;
}
.container.account .account-form .search-filter select.form-control {
  width: 50%;
  padding-right: initial;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .container.account .account-form .search-filter select.form-control {
    width: 25%;
  }
}
.container.account .account-form .search-filter-title {
  font-size: 11px;
  color: #455460;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.container.account .account-form .group-inline .input-div {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .container.account .account-form .group-inline .input-div {
    width: 200px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.container.account .account-form fieldset label {
  line-height: initial;
}
.container.account .account-form fieldset .btn-primary.btn-square,
.container.account .account-form fieldset .btn-default.btn-square {
  padding: 6px 20px;
  vertical-align: top;
  margin-right: 8px;
  height: 40px;
}
.container.account .account-form fieldset .btn-default.btn-square {
  line-height: 1.9;
}
.container.account .well {
  background: white;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.container.account .invoices-table th,
.container.account .invoices-table td {
  padding-left: 0;
  padding-right: 0;
}
.container.account .invoices-table th {
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  padding-bottom: 12px;
}
.container.account .invoices-table tbody tr {
  cursor: pointer;
}
.container.account .invoices-table tbody td {
  font-size: 12px;
}
.container.account .invoices-table tbody td i {
  color: #ee7600;
  margin-right: 16px;
  font-size: 15px;
}
.container.account .invoices-table tbody tr:first-of-type td {
  padding-top: 22px;
}
.table-sales > thead > tr > th {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  width: auto;
}
.table-sales > thead > tr > th:last-of-type {
  display: none;
}
@media screen and (min-width: 992px) {
  .table-sales > thead > tr > th:last-of-type {
    display: table-cell;
  }
}
.table-sales > tbody > tr > td {
  border-top: none;
  width: auto;
  height: 46px;
  vertical-align: middle;
}
.table-sales > tbody > tr > td.sale_data {
  width: 9%;
}
.table-sales > tbody > tr > td:last-of-type {
  display: none;
}
@media screen and (min-width: 992px) {
  .table-sales > tbody > tr > td:last-of-type {
    display: table-cell;
  }
}
.table-sales .price-col {
  text-align: right;
}
.table-clickable tbody tr {
  background-color: white;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
  transition: background-color 0.3s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.table-clickable tbody tr:hover {
  background-color: #f5f5f5;
}
.table-clickable tbody tr:active {
  -webkit-box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, 0.3);
}
.pagination-nav-account {
  text-align: center;
}
.pagination-nav-account ul li {
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}
.pagination-nav-account ul li a,
.pagination-nav-account ul li span {
  -webkit-transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}
.pagination-nav-account ul li a {
  padding: 10px 18px;
}
.pagination-nav-account ul li a.pagination_next,
.pagination-nav-account ul li a.pagination_prev {
  min-width: 100px;
  text-align: center;
}
.pagination-nav-account ul li.active a,
.pagination-nav-account ul li:hover a,
.pagination-nav-account ul li.active span,
.pagination-nav-account ul li:hover span {
  background-color: #ee7600;
  border-color: #ee7600;
  color: white;
}
.pagination-nav-account ul li.active a:hover,
.pagination-nav-account ul li:hover a:hover,
.pagination-nav-account ul li.active span:hover,
.pagination-nav-account ul li:hover span:hover {
  background-color: #ee7600;
  border-color: #ee7600;
}
@media screen and (min-width: 992px) {
  .pagination-nav-account {
    text-align: right;
  }
  .pagination-nav-account ul li a,
  .pagination-nav-account ul li span {
    padding: 10px 20px;
  }
}
.tab-orange a {
  background: #ee7600;
  color: white;
}
.tab-orange:hover a {
  color: #333;
}
.nav-tabs li a {
  padding: 8px 20px;
}
.nav-tabs li.active a {
  font-weight: bold;
}
.shipments .track_trace_code {
  color: #ee7600;
  text-decoration: underline;
}
.shipments .parcels {
  margin-top: 20px;
}
.shipments .parcels .table {
  margin-bottom: 0;
}
.sale-totals {
  background: #F5F6FA;
  color: #222E5B;
}
.sale-totals > tbody > tr td {
  font-size: 14px;
  border: none;
  padding: 15px 10px;
}
.sale-totals > tbody > tr:last-of-type td {
  border-top: 1px solid #DADED2;
}
.sale-totals > tbody > tr.tax-row td {
  font-size: 12px;
}
.registration-form {
  max-width: 550px;
  margin-inline: auto;
}
.registration-form fieldset legend {
  font-size: 24px;
  font-weight: bold;
  color: #2d3842;
  border: none;
}
.form-horizontal .form-group {
  margin-inline: 0;
}
.form-horizontal .form-group .help-block {
  margin-bottom: 0;
}
.form-horizontal .form-group .control-label.required::after {
  content: "*";
  color: #cc0000;
}
.product-scanner .product-container[data-v-4292fbae] {
  margin-top: 50px;
}
.product-scanner .product-container[data-v-4292fbae] .product-url {
  white-space: nowrap;
  float: right;
}
.product-scanner .product-container[data-v-4292fbae] .order-form .input-group input {
  text-align: center;
}
.product-scanner .product-container[data-v-4292fbae] .price .price-sales .uom {
  white-space: nowrap;
  float: right;
}
.product-scanner .product-container[data-v-4292fbae] .product-found-image {
  max-height: 100%;
}
.product-scanner .product-container[data-v-4292fbae] footer button[type=submit][data-v-4292fbae] {
  width: auto;
  border-radius: 4px;
}
/* zopim widget */
.zopim {
  z-index: 51 !important;
}
.builtins-checkout__review--review h2,
.builtins-checkout__review--review .h2 {
  margin-bottom: 10px;
  display: block;
}
.builtins-checkout__review--review h2:only-child,
.builtins-checkout__review--review .h2:only-child,
.builtins-checkout__review--review h2 + p,
.builtins-checkout__review--review .h2 + p {
  display: none;
}
.builtins-checkout__review--review .form-group label {
  font-family: inherit;
}
.builtins-checkout__review--review .form-group:last-of-type {
  margin: 0;
}
.builtins-checkout__review--review .divider {
  margin: 30px 0;
}
@media (max-width: 992px) {
  .builtins-checkout__review--review .mobile-full {
    padding: 0;
  }
}
.checkout-payment .panel-group {
  margin: 0;
}
.checkout-payment .payment-option {
  padding: 10px;
  background-color: white;
  margin-bottom: 5px;
  margin-inline: 10px;
  width: -webkit-fill-available;
  border-radius: 2px;
  border: 1px solid white;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.checkout-payment .payment-option:hover,
.checkout-payment .payment-option.selected {
  background-color: #bbdde6;
  border-color: #003f4f;
}
.checkout-payment .payment-option:hover .payment-option-description,
.checkout-payment .payment-option.selected .payment-option-description {
  color: #000;
}
.checkout-payment .payment-option .payment-option-description {
  font-weight: normal;
  margin: 0;
  color: #9B9C9E;
}
.checkout-payment .adyen-checkout__issuer-list {
  margin-top: 10px;
}
.checkout-payment .adyen-checkout__issuer-list .adyen-checkout__dropdown__button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  background-image: none;
  height: auto;
}
.checkout-payment .adyen-checkout__card__brands__brand-wrapper {
  width: auto;
  height: auto;
}
.checkout-payment .adyen-checkout__card__brands__brand-wrapper img {
  margin-right: 0;
}
.checkout-payment .adyen-checkout__label {
  font-weight: normal;
}
.checkout-payment .radio {
  padding: 0;
  margin: 0;
}
.checkout-payment .radio label {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-payment .radio label img {
  width: 55px;
  height: 41px;
}
.checkout-payment .radio label::after,
.checkout-payment .radio label::before {
  content: none;
}
.checkout-payment .panel-default {
  background: transparent;
}
.builtins-checkout__review--review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.builtins-checkout__review--review .checkout-payment {
  margin-inline: -10px;
}
.builtins-checkout__review--review .checkout-payment [data-js="embedded-payment-submit-button"] {
  display: none;
}
.builtins-checkout__review--review .order-summary h3 {
  font-weight: 700;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}
.builtins-checkout__review--review .order-summary .margin-bottom-15 {
  margin-bottom: 15px;
}
.builtins-checkout__review--review .order-summary__item {
  padding: 10px;
  background: #fff;
  border-radius: 2px;
  border-top: 5px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.builtins-checkout__review--review .order-summary__item > div:first-child {
  margin-bottom: auto;
}
.builtins-checkout__review--review .order-summary__item > div:last-child {
  margin-left: auto;
}
.builtins-checkout__review--review .order-summary__item .product-title {
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .builtins-checkout__review--review .order-summary {
    margin-inline: -10px;
  }
}
.builtins-checkout__review--review .basket-left-container {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .builtins-checkout__review--review .basket-left-container,
  .builtins-checkout__review--review .basket-right-container {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.builtins-checkout__review--review .h1,
.builtins-checkout__review--review .h2,
.builtins-checkout__review--review .h3,
.builtins-checkout__review--review .h4,
.builtins-checkout__review--review h1,
.builtins-checkout__review--review h2,
.builtins-checkout__review--review h3,
.builtins-checkout__review--review h4 {
  margin-top: 0;
}
.builtins-checkout__review--review .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
}
.builtins-checkout__review--review .terms-and-condition {
  color: #000;
  font-size: 14px;
}
.builtins-checkout__review--review .terms-and-condition a {
  font-size: 14px;
  color: #9B9C9E;
  text-decoration: underline;
}
.builtins-checkout__review--review .desired-delivery-date label {
  color: #000;
}
.builtins-checkout__review--review .desired-delivery-date .date-picker {
  color: #9B9C9E;
}
.builtins-checkout__review .payment-selected img {
  margin-right: 10px;
}
.builtins-checkout__review .terms-and-condition {
  text-align: left;
  margin-top: 15px;
  color: #003f4c;
}
.builtins-checkout__payment .alert-payment {
  background-color: #fff;
  color: #ec0e0e;
  border: 1px solid #ec0e0e;
  margin-bottom: 10px;
}
.builtins-checkout__payment .alert-payment i {
  margin-right: 10px;
}
.builtins-checkout__payment .cs-select {
  border: 1px solid #d7c4b7;
  border-radius: 3px;
  position: relative;
  background: #fff;
  height: 40px;
  display: none;
  margin: 10px 0 3px;
  z-index: 2;
}
.builtins-checkout__payment .cs-select-description {
  display: none;
  color: #c1c1c1;
  font-size: 12px;
}
.builtins-checkout__payment .cs-select-placeholder {
  width: 100%;
  padding-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.builtins-checkout__payment .cs-select-placeholder::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  font-weight: 300;
}
.builtins-checkout__payment .cs-select-dropdown {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  list-style-type: none;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  border: 1px solid #d7c4b7;
}
.builtins-checkout__payment .cs-select.open .cs-select-dropdown {
  display: block;
}
.builtins-checkout__payment .cs-select-dropdown-item {
  padding: 6px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.builtins-checkout__payment .cs-select-placeholder img,
.builtins-checkout__payment .cs-select-dropdown-item img {
  vertical-align: middle;
  margin-right: 10px;
}
.builtins-checkout__payment .cs-select-dropdown-item:hover,
.builtins-checkout__payment .cs-select-dropdown-item.selected {
  background-color: rgba(0, 63, 79, 0.1);
  cursor: pointer;
}
.builtins-checkout__payment .payment-option {
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  background-color: #f7f3f1;
  border-radius: 2px;
  -webkit-transition: border-color 300ms ease-in;
  transition: border-color 300ms ease-in;
}
.builtins-checkout__payment .payment-option:hover {
  border: 1px solid #ee7600;
}
.builtins-checkout__payment .payment-option:hover a {
  color: #000;
}
.builtins-checkout__payment .payment-option input[type="radio"] + label::before,
.builtins-checkout__payment .payment-option input[type="radio"] + label::after {
  display: none;
}
.builtins-checkout__payment .payment-option .radio {
  padding: 0;
  padding-left: 0;
  margin: 0;
}
.builtins-checkout__payment .payment-option .radio label {
  padding-left: 0;
  width: 100%;
}
.builtins-checkout__payment .payment-option:not(.is_ideal) .radio label {
  padding-left: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.builtins-checkout__payment .payment-option:not(.is_ideal) .radio label img {
  height: 100%;
  margin-bottom: auto;
}
.builtins-checkout__payment .payment-option .payment-option-description {
  margin-bottom: 0;
}
.builtins-checkout__payment .payment-option.selected {
  background: rgba(0, 63, 79, 0.1);
  border: 1px solid #003f4f;
}
.builtins-checkout__payment .payment-option.selected .cs-select {
  display: block;
  width: 100%;
}
.builtins-checkout__payment .payment-option.selected .cs-select-description {
  display: block;
}
@media (min-width: 992px) {
  .builtins-checkout__payment .order-costs {
    margin-top: 0;
  }
}
.builtins-checkout__confirmation .container {
  max-width: 570px;
}
.builtins-checkout__confirmation .confirmation-message {
  text-align: center;
  padding: 30px;
  background: #4b9560;
  color: #fff;
  border-radius: 4px;
}
.builtins-checkout__confirmation .confirmation-message h2 {
  color: #fff;
}
.builtins-checkout__confirmation .confirmation-message .fa-check-circle,
.builtins-checkout__confirmation .confirmation-message .fa-info-circle {
  font-size: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.builtins-checkout__confirmation .order-summary {
  background: #f7f3f1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .builtins-checkout__confirmation .order-summary {
    margin-top: 30px;
  }
}
.builtins-checkout__confirmation .order-summary .caption-1 {
  color: #c1c1c1;
}
.builtins-checkout__confirmation .order-summary__container {
  max-width: 570px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .builtins-checkout__confirmation .order-summary__container {
    padding: 75px 0;
  }
}
.builtins-checkout__confirmation .order-summary__item {
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  gap: 10px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.builtins-checkout__confirmation .order-summary__item > div:first-child {
  margin-bottom: auto;
}
.builtins-checkout__confirmation .order-summary__item > div:last-child {
  margin-left: auto;
}
.builtins-checkout__confirmation .order-summary__item .product-title {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}
.builtins-checkout__confirmation .order-summary .table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builtins-checkout__confirmation .order-summary .table > tbody > tr > td {
  border-top: none;
  padding: 2px 0;
  width: 150px;
}
.builtins-checkout .checkout {
  padding: 38px 0 60px;
}
@media (max-width: 992px) {
  .builtins-checkout .checkout {
    padding: 30px 0;
  }
}
.builtins-checkout .checkout-confirmation {
  padding-bottom: 0;
}
.builtins-checkout .checkout .address {
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}
.builtins-checkout .checkout-address > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.builtins-checkout .builtins-checkout__account--address + .form-wrapper form,
.builtins-checkout .builtins-checkout__account--address .additional-info {
  max-width: 586px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .builtins-checkout .builtins-checkout__account--address + .form-wrapper form {
    padding: 0;
  }
}
.builtins-checkout .payment-options-mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 15px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.builtins-checkout .payment-options-mobile-sticky._hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 992px) {
  .basket-left-container {
    width: calc(100% - 385px);
    float: left;
  }
  .basket-right-container {
    max-width: 385px;
    width: 100%;
    padding-left: 30px;
    float: left;
    display: -ms-grid;
    display: grid;
    gap: 8px;
    position: relative;
  }
  .basket-right-container--sticky > div {
    position: sticky;
    top: 145px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .basket-right-container--sticky .additional-info {
    padding: 15px;
  }
}
.additional-info,
.shipping-country {
  background-color: #f5f5f5;
  padding: 20px;
}
.additional-info label,
.shipping-country label {
  font-weight: 700;
}
.additional-info .caption,
.shipping-country .caption {
  color: #c1c1c1;
}
.additional-info .title,
.shipping-country .title {
  margin-bottom: 15px;
  color: #003f4c;
  font-size: 16px;
}
.additional-info hr,
.shipping-country hr {
  margin-block: 15px;
  border-top-color: #c4c4c4;
  margin-inline: 0;
}
.additional-info .link,
.shipping-country .link {
  font-size: 13px;
  color: #9B9C9E;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.additional-info .description,
.shipping-country .description {
  font-size: 13px;
}
.additional-info .description b,
.shipping-country .description b {
  color: #000;
}
.additional-info .description p,
.shipping-country .description p {
  color: #9B9C9E;
}
.additional-info .order-costs,
.shipping-country .order-costs {
  color: #9B9C9E;
  padding: 0;
}
.additional-info .order-costs dt,
.shipping-country .order-costs dt {
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}
.additional-info .order-costs dt.tax-line + dd,
.shipping-country .order-costs dt.tax-line + dd {
  margin-bottom: 0;
}
.additional-info .order-costs .total_incl,
.shipping-country .order-costs .total_incl {
  margin-top: 15px;
}
.additional-info .order-costs .total_incl + dd,
.shipping-country .order-costs .total_incl + dd {
  vertical-align: top;
  margin-top: 15px;
  font-weight: 700;
}
.shipping-country [data-toggle=collapse].has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.shipping-country [data-toggle=collapse].has-icon:after {
  content: "\f077";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.shipping-country [data-toggle=collapse].has-icon.collapsed::after {
  content: "\f078";
}
.shipping-country td {
  padding: 0 !important;
}
.shipping-country .h2,
.shipping-country .title {
  font-weight: 700;
}
.shipping-country h3.title {
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
}
.shipping-country .margin-top-15 {
  margin-top: 15px;
}
.shipping-country .margin-top-15 a {
  text-decoration: underline;
  color: #9B9C9E;
}
.shipping-country .margin-top-15 a i {
  margin-right: 7px;
}
.shipping-country .margin-top-30 {
  margin-top: 30px;
}
.shipping-country .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
}
.shipping-country .addresses h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
}
.shipping-country .addresses .address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.shipping-country .addresses .address .flex {
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}
.shipping-country .addresses .address .flex a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: underline;
}
.shipping-country .addresses p {
  color: #9B9C9E;
}
@media (max-width: 768px) {
  .shipping-country .addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shipping-country .addresses .address .flex {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shipping-country .shipping-methods {
  background: transparent;
  color: #9B9C9E;
}
.flex1 {
  width: 100%;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-details-wrapper .stock-positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}
.product-details-wrapper .stock-positive i {
  font-size: 20px;
}
.product-details-wrapper .underline {
  text-decoration: underline;
}
.product-details-wrapper .sub-title {
  margin-top: 10px;
}
.fa-margin-left {
  margin-right: 5px;
}
.fa-margin-right {
  margin-left: 5px;
}
/* WIDGETS */
.carousel-widget .js-clickable {
  cursor: pointer;
}
.carousel-widget figure {
  position: relative;
}
.carousel-widget figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-widget figure figcaption .align-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.carousel-widget figure figcaption .align-wrapper .container {
  width: 100%;
  background: url('/static/uploads-cms2/overlay-slider.png') repeat;
  padding: 20px 50px 23px;
}
.carousel-widget figure figcaption .carousel--boxed {
  padding: 65px;
}
.carousel-widget figure figcaption .carousel-title {
  display: inline-block;
  color: white;
  font-size: 28px;
  width: 100%;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}
.carousel-widget figure figcaption .carousel-subtitle,
.carousel-widget figure figcaption .carousel-description {
  color: white;
  width: 100%;
  font-size: 14px;
}
/* CONFIG */
.sidebar-backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.sidebar-backdrop.in {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}
.sidebar {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  outline: 0;
}
.sidebar.static {
  overflow: visible;
  position: static;
  display: block;
  height: auto;
}
.sidebar.in {
  display: block;
}
.sidebar.animate .sidebar-dialog {
  right: 0;
}
.sidebar.static .sidebar-dialog {
  position: static;
  right: 0;
}
.sidebar-dialog {
  background-color: rgba(215, 196, 183, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 375px;
  right: -375px;
  -webkit-transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 100%;
}
.sidebar-dialog.sidebar-lg {
  width: 828px;
  right: -828px;
}
.sidebar-left .sidebar-dialog {
  left: -375px;
  -webkit-transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sidebar-left .sidebar-dialog.sidebar-lg {
  left: -828px;
}
.sidebar-left.animate .sidebar-dialog {
  left: 0;
}
.sidebar-left.static .sidebar-dialog {
  left: 0;
}
.sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  background-color: white;
  border: 1px solid #d7c4b7;
  overflow: hidden;
}
.sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  padding: 15px 15px 0;
}
.sidebar-header .icon-btn {
  background-color: transparent;
  border: none;
}
.sidebar-header .icon-btn .icon {
  font-size: 20px;
  color: #003f4c;
}
.sidebar-title {
  margin: 0;
}
.sidebar-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  overflow: auto;
}
.sidebar-footer {
  width: 100%;
  padding: 15px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar-footer .btn + .btn {
  margin-left: 15px;
}
#special-tax-sidebar .sidebar-body p {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
}
#special-tax-sidebar .sidebar-body .list-unstyled {
  margin: 0;
}
#special-tax-sidebar .sidebar-body .list-unstyled li {
  padding-block: 10px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
}
/* MOSAIC */
/* stylelint-disable */
/* stylelint-enable */
:root {
  --cs-color-action-primary: #e27532;
  --cs-color-action-primary-hover: #b95b13;
  --cs-color-action-secondary: #38636f;
  --cs-color-action-secondary-hover: #38636f;
  --cs-color-action-link-primary: #e27532;
  --cs-color-action-link-primary-hover: #e27532;
  --cs-color-action-link-secondary: #38636f;
  --cs-color-action-link-secondary-hover: #38636f;
  --cs-color-action-link-white: #fff;
  --cs-color-action-link-white-hover: #fff;
  --cs-color-border-dark: #38636f;
  --cs-color-border-medium: #c4c4c4;
  --cs-color-border-light: #f2f2f2;
  --cs-color-background-primary: #fff;
  --cs-color-background-secondary: #f7f3f1;
  --cs-color-background-inverted: #000;
  --cs-color-background-muted: #c1c1c1;
  --cs-color-background-disabled: #eaeaea;
  --cs-color-background-tooltip: rgba(0, 0, 0, 0.85);
  --cs-color-background-backdrop: #000000d9;
  --cs-color-background-error: #d66965;
  --cs-color-background-info: #bbdde6;
  --cs-color-background-success: #4b9560;
  --cs-color-background-warning: #e87722;
  --cs-color-text-headings: #38636f;
  --cs-color-text-body: #000;
  --cs-color-text-muted: #c1c1c1;
  --cs-color-text-placeholder: rgba(0, 63, 76, 0.4);
  --cs-color-text-white: #fff;
  --cs-color-functional-default: #f7fafd;
  --cs-color-functional-error: #d66965;
  --cs-color-functional-info: #003f4f;
  --cs-color-functional-success: #7aaf36;
  --cs-color-functional-warning: #e87722;
  --cs-color-functional-info-overlay: #4096ef33;
  --cs-color-functional-error-hover: #d66965;
  --cs-color-functional-info-hover: #003f4f;
  --cs-color-functional-success-hover: #7aaf36;
  --cs-color-functional-warning-hover: #e87722;
  --cs-color-functional-review: #ecc030;
  --cs-color-functional-new: #003f4f;
  --cs-color-functional-sale: #d66965;
  --cs-color-functional-bestseller: #e87722;
  --cs-color-functional-our-choice: #7aaf36;
  --cse-banner-padding-y: 16px;
  --cse-banner-padding-x: 16px;
  --cse-banner-info-background-color: var(--cs-color-background-info);
  --cse-banner-info-color: var(--cs-color-functional-info);
  --cse-banner-secondary-background-color: var(--cs-color-action-secondary);
  --cs-font-body-font-size: 14px;
  --cs-font-body-font-size-mobile: 14px;
}
/* BUILTINS */
.password-requirements {
  color: #a94442;
  margin-top: 5px;
  padding-top: 5px;
}
.password-requirements__list {
  margin-bottom: 3px;
}
.password-requirements .caption-2 {
  font-weight: 300;
}
.builtins-account-change-password fieldset,
.builtins-account-change-forgotten-password fieldset {
  margin-top: 15px;
}
.h-100 {
  height: 100%;
}
/* ANIMATION */
@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-flippin-anim {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes uil-flippin-anim {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/* FONTS */
.h1,
h1 {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
.h2,
h2 {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
.h3,
h3 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  text-transform: none;
}
h1.section-title {
  font-size: 24px;
  line-height: 28px;
}
h1.section-title small {
  white-space: nowrap;
}
.content h1 {
  font-size: 24px;
  line-height: 28px;
}
.customer-data h1 {
  display: block;
}
a {
  color: #333;
}
a:hover {
  color: #ee7600;
}
/* GENERAL */
body {
  background-color: #f3f4f4;
  color: #333;
  font-weight: normal;
}
.container,
.container-fluid {
  background-color: #ffffff;
}
.main-container {
  background: #ffffff;
  padding: 60px 0 50px !important;
}
.img-responsive {
  margin: auto;
}
.well {
  background-color: #f5f6fa;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well.well-bordered {
  background: none;
  border: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9fafc;
}
.table-striped caption {
  font-size: 15px;
  color: #ee7600;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  border-top: 1px solid #e5e6ea;
  line-height: 1.42857;
  padding: 6px 8px;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  color: #ee7600;
  font-size: 15px;
  font-weight: 400;
}
ul.list-unstyled {
  line-height: 15px;
  margin-bottom: 30px;
}
ul.list-unstyled li {
  margin-bottom: 8px;
}
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(244, 150, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(244, 150, 0, 0.5);
  border-color: #ee7600;
}
.label-info {
  background: none;
  color: #2d3842;
}
.error-template {
  text-align: left;
  padding: 0;
}
.error-template form {
  margin: 10px 0;
}
.error-template p {
  margin-bottom: 0;
}
.error-template p a {
  text-decoration: underline;
}
.order-form .input-group .form-control {
  width: 84px;
}
.editor-content a {
  color: #ee7600;
}
/* WIDGET */
.img-hotspot-wrapper .hotspot .hotspot-target.fa-dot-circle-o:before {
  content: "\f067";
  position: absolute;
  font-size: 12px;
  right: 8px;
  top: 10px;
  color: white;
}
.img-hotspot-wrapper .hotspot .hotspot-target.fa-dot-circle-o:after {
  content: "\f1db";
  font-size: 30px;
  color: white;
}
h2 ~ .ls-l {
  top: 60px !important;
  left: 52px !important;
}
.foto_header_container .foto {
  width: 100% !important;
  height: 100% !important;
}
/* LOADER ICON */
.loader-icon {
  width: 2em;
  height: 2em;
  margin: 42vh auto;
  font-size: 50px;
}
.loader-icon > div {
  width: 2em;
  height: 2em;
  position: relative;
  -webkit-animation: uil-flippin-anim 2s linear infinite;
  animation: uil-flippin-anim 2s linear infinite;
}
.loader-icon > div:after {
  border-radius: 0 !important;
}
/* BUTTONS */
button.checkbox-button:focus span,
button.checkbox-button:hover span {
  color: #ccc;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #003F4C;
}
.btn-white {
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
}
.btn-small-bordered {
  border: 1px solid #7f9da7;
}
.btn-primary,
.btn-success {
  color: #ffffff;
  background-color: #ee7600;
  border-color: #ee7600;
  padding: 6px 30px;
}
.btn-primary.active,
.btn-success.active,
.btn-primary.focus,
.btn-success.focus,
.btn-primary:active,
.btn-success:active,
.btn-primary:focus,
.btn-success:focus,
.btn-primary:hover,
.btn-success:hover {
  color: #ffffff;
  background-color: #003F4C;
  border-color: #003F4C;
}
.btn-primary.disabled,
.btn-success.disabled,
.btn-primary[disabled],
.btn-success[disabled] {
  background-color: #003F4C;
  border-color: #003F4C;
}
.btn-default {
  color: #003F4C;
  border-color: #ddd;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #ee7600;
  background-color: #f5f6fa;
  border-color: #ddd;
}
.order-form-wrap button[type="submit"].btn.active,
.order-form-wrap button[type="submit"].btn.focus,
.order-form-wrap button[type="submit"].btn:active,
.order-form-wrap button[type="submit"].btn:focus,
.order-form-wrap button[type="submit"].btn:hover {
  color: #ffffff;
  background-color: #ee7600;
  border-color: #ee7600;
}
.order-form-wrap.hover-state button[type="submit"].btn {
  color: #ffffff;
  background-color: #003F4C;
  border-color: #003F4C;
  opacity: 1;
}
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #003F4C;
  border-color: #003F4C;
}
.open > .dropdown-toggle.btn-default {
  color: #ee7600;
  background-color: #f5f6fa;
  border-color: #ddd;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #003F4C;
}
.product-not-avalaible {
  border-color: #c4211a;
  color: #c4211a;
}
/* MOBILE */
.mobile-top-menu .icon span:first-of-type {
  font-size: 26px;
}
img.logo-small {
  padding: 15px 0 10px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.mobile-top-menu.navbar-default .container {
  background-color: #ffffff;
  border-bottom: 0;
  padding-bottom: 0;
}
.mobile-top-menu .col-xs-12 {
  padding-left: 7px;
  padding-right: 7px;
}
.mobile-top-menu .navbar-brand {
  float: none;
  padding: 0;
  height: auto;
}
.mobile-top-menu a {
  color: #455460;
}
.mobile-top-menu a:hover {
  color: #ee7600;
}
.mobile-top-menu .icon {
  margin-right: 0;
  margin-left: 10px;
}
.sidebar-offcanvas .toggle {
  font-size: 0.9em;
  padding: 8px;
  overflow: hidden;
}
.sidebar-offcanvas .toggle > a {
  width: 50%;
  float: left;
  background-color: #e5e6ea;
  color: #2d3842;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.sidebar-offcanvas .toggle > a.active {
  background-color: #ee7600;
  color: white;
}
.sidebar-offcanvas .toggle > a .fa {
  color: #ee7600;
}
.sidebar-offcanvas .divider {
  background-color: white;
  height: 35px;
}
#js-sidebar-toggle {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 36px;
  vertical-align: 4px;
  z-index: 9;
  position: relative;
}
.visible-xs .languages {
  margin: 10px 0 0;
}
/* HEADER */
.catalogs {
  position: absolute;
  bottom: 0;
  left: -178px;
  float: left;
}
.catalogs select {
  border: none;
  padding: 8px;
  color: #ffffff;
  border-radius: 4px;
  font-size: inherit;
}
.tt-dropdown-menu .tt-suggestion p {
  width: 75% !important;
}
.page-header {
  border-bottom: 0;
}
.header > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.header-top {
  padding-bottom: 10px;
}
.header-top .languages-wrapper {
  text-align: right;
  height: 50px;
}
.header-top .navbar-nav {
  min-height: 50px;
}
.header-top .user-btns {
  padding-left: 0;
  padding-right: 0;
  background: #f5f6fa;
}
.header-top .user-btns > a:hover {
  background-color: #e5e6ea;
}
.header-top .tax-calculation a {
  text-align: left;
}
.header-top a {
  color: #455460;
}
.header-top .basket {
  padding: 0;
  background: #f5f6fa;
  min-height: 50px;
}
.header-top .basket .link {
  display: block;
  height: 45px;
  margin-top: 5px;
  padding-right: 20px;
}
.header-top .basket a {
  color: #ee7600;
}
.header-top .basket a:hover {
  color: #ee7600;
}
.header-top .basket .icon {
  float: left;
  font-size: 28px;
}
.header-top .basket .totals {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.header-top .basket .totals .total {
  font-size: 15px;
  font-weight: 700;
  display: block;
}
.header-top .basket .totals .num-items {
  display: block;
  margin-top: -5px;
}
.header-top .basket .totals .num-items:hover {
  color: #ee7600;
}
.header-top .basket-preview {
  top: 49px;
}
.header-top .basket-preview .btn-primary,
.header-top .basket-preview .btn-primary:hover {
  color: #ffffff;
}
.languages {
  margin: 8px 8px 0 0;
  text-align: right;
  display: inline-block;
}
.languages a {
  display: inline-block;
  line-height: 34px;
  background: #e5e6ea;
  color: #b1b7bd;
  font-weight: bold;
  margin: 0 1px 1px 0;
  float: left;
  text-align: center;
  width: 36px;
}
.languages a:hover {
  text-decoration: underline;
}
.languages a.active {
  background: #4fbdc2;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #rootsteps #uitgelicht .grid-item .grid-bg > .klantbeoordeling .telefoniste,
  .rootsteps #uitgelicht .grid-item .grid-bg > .klantbeoordeling .telefoniste {
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  #rootsteps #uitgelicht .grid-item .grid-bg > .klantbeoordeling .vraag,
  .rootsteps #uitgelicht .grid-item .grid-bg > .klantbeoordeling .vraag {
    display: none !important;
  }
}
/* LOGO & SEARCH */
img.logo-large {
  padding-left: 10px;
  margin: 10px 0 17px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.input-group .btn-default {
  color: #455460;
}
/* NAVIGATION */
.submenu {
  width: 550px;
}
.submenu li {
  width: 225px;
  float: left;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar {
  margin-bottom: 0;
  min-height: 40px;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .container {
  background-color: #4fbdc2;
  border-color: #e7e7e7;
}
.navbar-default .navbar-text {
  color: #ffffff;
  font-size: 15px;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #1c242b;
}
.navbar-default .navbar-nav > li > a:focus {
  background-color: #e5e6ea;
}
.navbar-default .navbar-nav > li:first-child a {
  padding-left: 0;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #003F4C;
  color: #ffffff;
  font-weight: 400;
}
.navbar-default .navbar-nav > .active:hover {
  background-color: #2d3842;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  font-weight: 400;
}
/* BREADCRUMBS */
.breadcrumb {
  position: absolute;
  margin-top: -55px;
  border-bottom: 0;
}
.breadcrumb > li + li:before {
  padding: 0 2px;
}
.breadcrumb > .active {
  color: #ee7600;
}
/* PRICES */
.price:not(th):not(td) {
  font-size: 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.price .price-sales {
  color: #ee7600;
  font-size: 18px;
}
.price .price-sales .uom {
  font-size: 14px;
  font-weight: normal;
  color: #003F4C;
}
.price.product-price {
  font-size: 20px;
}
.price.product-price .price-sales .uom {
  font-size: 0.75em;
}
.price .price-sales-taxed {
  font-weight: 400;
  color: #003F4C;
}
.basket .table .price .price-sales {
  color: #003F4C;
}
/* ORDER TEMPLATE */
.pager-center .pull-right {
  float: none !important;
  text-align: center;
}
/* PRODUCT DETAIL */
.carousel-indicators li {
  height: 60px;
}
.carousel-indicators li.active {
  height: 60px;
}
.product-options {
  margin-bottom: 10px;
}
.product-options .price {
  display: none;
}
.outlet-stock-row {
  margin-top: 15px;
}
.outlet-stock-row .outlet-stock-toggle button {
  margin-right: 10px;
}
.outlet-stock-row .xhr-content {
  line-height: 32px;
}
.outlet-stock-row .xhr-content.loading {
  opacity: 0.4;
}
.outlet-stock-row .xhr-content.loading:after {
  content: "\f021";
  font-family: "FontAwesome";
  -animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
  display: inline-block;
  margin-left: 8px;
}
.outlet-stock-row .dropdown-toggle {
  text-align: left;
  font-size: 1em;
  white-space: normal;
}
.outlet-stock-row .dropdown-toggle .caret {
  position: absolute;
  top: 46%;
  right: 10px;
}
.product-upload-picture {
  margin-top: 30px;
}
.product-upload-picture h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 35px;
}
.product-upload-picture h3 {
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 16px;
}
.product-upload-picture h3 .num {
  margin-right: 10px;
}
.product-upload-picture h3 .info-icon {
  color: #009ee4;
  font-size: 24px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.product-upload-picture .small {
  color: #999;
  font-size: 0.8em;
  margin-top: 5px;
}
.product-upload-picture .order-form {
  width: 60%;
}
.product-upload-picture .error-msg {
  color: #cc0000;
  margin-top: 10px;
}
.product-upload-picture .error-msg .info-icon {
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.upload-form input[type="file"] {
  display: inline;
}
.upload-form button[type="submit"] {
  padding: 2px 20px;
}
.selected-upload .filename {
  color: #999;
  font-size: 1.1em;
  padding: 10px 10px 0;
  display: inline-block;
}
.selected-upload .delete-btn {
  color: #ee7600;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 25px;
  cursor: pointer;
}
.list-uploadinfo {
  color: #999;
  font-size: 1.15em;
}
.list-uploadinfo.list-unstyled {
  margin-top: 30px;
  margin-bottom: 0;
}
.list-uploadinfo.list-unstyled li {
  margin-bottom: 15px;
}
.list-uploadinfo li span {
  display: table-cell;
}
.list-uploadinfo li span:first-child {
  padding-right: 12px;
}
.product-detail .table-striped tr th {
  width: 50%;
}
.product-detail .product-details-wrapper .product-price {
  margin-bottom: 15px;
}
.product-detail .product-details-wrapper .price-sales-taxed {
  font-size: 13px;
}
.product-detail .product-details-wrapper .product-upload-picture .input-group .form-control {
  width: 88px;
}
.product-detail .product-details-wrapper .product-upload-picture .order-form .input-group-btn {
  width: 72%;
}
.product-detail .product-details-wrapper .order-form .input-group .form-control {
  width: 88px;
}
.product-detail .social-sharing .a2a_dd {
  display: none;
}
.product-detail .social-sharing a {
  color: #e2e2e2;
}
.product-detail .social-sharing a:hover {
  color: #ee7600;
}
.product-detail .social-sharing a .fa-stack {
  font-size: 2em;
}
.product-detail .social-sharing a .fa-stack .fab.fa-stack-1x,
.product-detail .social-sharing a .fa-stack .fas.fa-stack-1x {
  color: #ffffff;
}
.product-detail .social-sharing a .fa-stack .fab.fa-stack-1x:hover,
.product-detail .social-sharing a .fa-stack .fas.fa-stack-1x:hover {
  color: #ffffff;
}
.product-detail .h3.stock-negative {
  color: #ee7600;
  margin: 0;
}
.btn-qty {
  display: none;
}
.product-tabs {
  margin-top: 20px;
}
.product-tabs .nav-tabs > li > a {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  color: #ee7600;
  font-weight: 600;
  font-size: 16px;
}
.product-tabs .nav-tabs > li > a:focus,
.product-tabs .nav-tabs > li > a:hover {
  color: #003F4C;
}
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover {
  color: #ee7600;
}
.product-tabs .tab-content .tab-pane a:not(.btn) {
  text-decoration: underline;
}
.product-tabs .tab-content .a-color-pdk .tab-pane {
  padding-top: 20px;
}
.product-tabs .tab-content .a-color-pdk .tab-pane a {
  color: #ee7600;
}
.product-tabs .tab-content #description h2 {
  font-weight: 700;
  font-size: 13px;
  color: #003F4C;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: inline;
}
.product-tabs .tab-content .tab-pane p {
  margin-bottom: 0px;
}
.product-tabs .product-related table img {
  height: 70px;
  width: 70px;
}
.bundles h3 {
  color: #cc0000;
  font-weight: bold;
  font-size: 130%;
}
.bundle ul li img {
  width: 150px;
  height: 150px;
}
.bundle ul li p {
  max-width: 150px;
}
.bundle ul li:not(:last-child):after {
  top: 80px;
}
.bundle-order .price .price-sales {
  margin-right: 15px;
  font-size: 130%;
}
.bundle-order .price form {
  display: inline;
}
#downloads {
  padding-top: 16px;
}
/* PRODUCT OVERVIEW */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row::before {
  content: none;
}
.flex-row .col-product {
  padding-bottom: 20px;
}
.flex-row .col-product .product {
  margin: 0;
  height: 100%;
}
.back-to a {
  display: inline-block;
  padding: 6px 9pt;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #003F4C;
  text-transform: none;
}
.back-to a:hover {
  color: #003F4C;
  background-color: #f5f6fa;
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #003F4C;
}
.search-options {
  padding-left: 0;
  padding-right: 0;
}
.search-options > div {
  margin-left: -10px;
  margin-right: -10px;
}
.search-options .compare-button {
  color: #2d3842;
}
.search-options .display-modes {
  margin-right: 0;
}
.search-options select#js-num-results {
  width: auto;
}
.pagination > li > a {
  color: #2d3842;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
  color: #003F4C;
  background-color: #f5f6fa;
}
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #003F4C;
  background-color: #f5f6fa;
}
.promotions > h2 {
  text-align: center;
  border-bottom: 1px solid #4fbdc2;
  padding: 10px 0;
}
.product-sale-icon {
  background: none;
  padding: 0;
  right: 0px;
  left: inherit;
  height: 75px;
  width: 100px;
}
.product-sale-icon.sale-tag {
  right: 0;
}
.product-sale-icon.sale-tag-plp {
  right: 0;
  height: 75px;
}
.product-sale-icon span {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 25px;
  width: 100px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-sale-icon.custom-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-top: 70px solid #ee7600;
  border-left: 70px solid transparent;
}
.product-sale-icon.icon-sm {
  padding: 0;
  right: 55px;
}
.product-sale-icon.icon-sm span {
  top: 15px;
  width: 80px;
}
.product-sale-icon.icon-sm:before {
  border-top-width: 55px;
  border-left-width: 55px;
}
.product-sale-icon.icon-red:before {
  border-top-color: #c4211a;
}
.product {
  padding-bottom: 0;
}
.product:hover {
  background: #f5f6fa;
}
.product .order-form-wrap .input-group .form-control {
  width: 60px;
  padding-left: 8px;
  padding-right: 5px;
}
.product .order-form-wrap .input-group-btn {
  width: 62%;
}
.product .description {
  margin: 0;
  min-height: 20px;
}
.product .description h2.article-title {
  margin: 5px 0 0;
  padding: 10px 0;
  min-height: 76px;
  max-height: 76px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #2d3842;
}
.product .description h2.article-title a {
  color: #2d3842;
}
.product .description h2.article-title a:hover {
  color: #ee7600;
}
.product .description .size {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0 0;
  margin: 0;
}
.product .price {
  background-color: #f5f6fa;
  line-height: 14px;
  padding: 10px 0;
  min-height: 75px;
}
.product .price .price-sales-taxed {
  margin-top: 5px;
}
.product .order-form-wrap {
  background-color: #f5f6fa;
  margin-top: 0;
  padding: 5px 10px 20px;
}
.product .options-alt ul {
  padding: 10px 0 10px 5px;
  margin: 0 0 14px;
}
.product .options-alt ul li {
  padding: 0;
}
.product .options-alt ul li a {
  color: #2d3842;
}
.product .options-alt ul li a:hover {
  color: #ee7600;
}
.product.product-small .image img {
  width: 180px;
  height: 180px;
}
.product.product-small .price {
  margin-bottom: 0;
}
.product-related .description a {
  color: #2d3842;
  font-size: 15px;
}
.product-related .picture .product-sale-icon {
  width: 38px;
}
.product-similar li.clearfix {
  margin-bottom: 25px;
}
.product-similar .info .title {
  color: #455460;
  display: block;
  clear: both;
  margin-bottom: 5px;
  font-size: 13px;
}
.product-similar .info img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 5px;
  float: none;
}
.product-similar .info:focus .title,
.product-similar .info:hover .title {
  color: #ee7600;
}
.product-similar .details {
  float: none;
  width: auto;
}
.product-similar .price {
  float: none;
  width: auto;
  margin: 5px 0;
}
.product-similar .product-sale-icon {
  width: 70px;
}
.product {
  border: 1px solid #bfced3;
}
.product .price {
  background-color: #ffffff;
}
.product .description {
  margin: 0 10px;
}
.product .description .size {
  background-color: #ffffff;
  border-top: 1px solid #bfced3;
  color: #7f9da7;
}
.product .order-form-wrap {
  background-color: #ffffff;
}
.product .order-form-wrap .input-group-btn {
  width: auto;
}
.product .input-group {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.price .price-sales-taxed {
  font-weight: 400;
  color: #7f9da7;
}
form.order-form {
  text-align: center;
}
/* CATEGORIES / BRANDS */
.category-overview {
  background-color: #f5f6fa;
  margin: 20px 0 0;
  padding: 15px 20px;
}
.category-overview h3 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.category-overview h3 a {
  color: #ee7600;
}
.category-overview h3 a:hover {
  color: #455460;
}
.category-overview a:hover {
  color: #ee7600;
}
.category-overview ul.list-unstyled {
  line-height: 14px;
  margin-bottom: 30px;
}
.category-overview ul.list-unstyled li {
  margin-bottom: 7px;
}
.brands img.thumbnail {
  max-width: 100%;
}
.tree-description a {
  color: #ee7600;
}
.tree-description a:focus,
.tree-description a:hover {
  text-decoration: underline;
}
/* CHECKOUT */
.quickview-modal .social-sharing .a2a_dd {
  display: none;
}
.quickview-modal .social-sharing a {
  color: #e2e2e2;
}
.quickview-modal .social-sharing a:hover {
  color: #ee7600;
}
.quickview-modal .social-sharing a .fa-stack {
  font-size: 2em;
}
.quickview-modal .social-sharing a .fa-stack .fa.fa-stack-1x {
  color: #ffffff;
}
.quickview-modal .social-sharing a .fa-stack .fa.fa-stack-1x:hover {
  color: #ffffff;
}
.container.basket {
  font-size: 14px;
}
.container.basket .description a {
  color: #2d3842;
}
.container.basket .order-costs {
  background: #f5f6fa;
}
.container.basket .form-control[disabled] {
  background-color: #f5f6fa;
}
.container.basket .table .stock-indication {
  display: block !important;
}
.order-costs dt.tax-line,
.order-costs dt.tax-line + dd {
  font-size: 12px;
}
.basket td.description {
  width: 500px;
}
.basket td.misc {
  width: 200px;
}
.basket td.misc .form-inline input[type="number"] {
  width: 88px;
}
.basket td.picture img {
  width: 70px;
  height: 70px;
}
.basket .fa-arrow-right,
.basket .fa-plus {
  display: none;
}
.basket .stock-negative.h3 {
  margin-top: 10px;
  font-weight: bold;
}
.basket .desired-delivery-date .form-control[readonly] {
  position: static;
}
.basket .desired-delivery-date .js-desired-delivery-date-visible {
  width: 25ch;
}
.basket .desired-delivery-date .js-desired-delivery-date-visible:active,
.basket .desired-delivery-date .js-desired-delivery-date-visible:hover,
.basket .desired-delivery-date .js-desired-delivery-date-visible:focus,
.basket .desired-delivery-date .js-desired-delivery-date-visible:visited {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.basket .desired-delivery-date .input-group-btn {
  float: left;
}
.basket .desired-delivery-date .input-group-btn > .btn.btn-default:hover {
  z-index: 0;
}
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f6fa;
}
.checkout-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .checkout-step {
    margin-bottom: 30px;
  }
}
.checkout-step li {
  float: none;
  width: 100%;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.checkout-step li a {
  background: #f5f6fa;
  text-transform: none;
  font-size: 15px;
}
.checkout-step li a i {
  background: rgba(45, 56, 66, 0.025);
}
@media (min-width: 768px) {
  .checkout-step li a i.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .checkout-step li a i {
    background-color: transparent;
    display: inline-block;
  }
}
.checkout-step li.active a {
  color: #ee7600;
}
@media (max-width: 768px) {
  .checkout-step li {
    display: none;
  }
  .checkout-step li.active {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-address {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.builtins-checkout__account--address {
  background-color: #f5f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.builtins-checkout__account--address h2 {
  margin: 0;
}
.builtins-checkout__account--address h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
}
.builtins-checkout__account--address .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
}
.builtins-checkout__account--address .addresses .address {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.builtins-checkout__account--address .addresses .address .flex {
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}
.builtins-checkout__account--address .addresses .address .flex a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: underline;
  color: #9B9C9E;
}
.builtins-checkout__account--address .addresses .address p {
  color: #9B9C9E;
}
@media (max-width: 768px) {
  .builtins-checkout__account--address .addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .builtins-checkout__account--address .addresses .address .flex {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.address input,
.checkout-payment .payment-option input {
  visibility: visible;
  position: initial;
  pointer-events: none;
  margin-right: 10px;
}
.address address,
.checkout-payment .payment-option address {
  margin: 0;
}
.payment-option-description {
  margin: 10px 0;
}
.terms .checkbox a {
  text-decoration: underline;
}
#confirm-form .submitWrapper {
  overflow: hidden;
  display: inline-block;
  float: right;
}
/* REGISTER */
legend.h2 {
  padding-bottom: 6px;
}
/* ACCOUNT */
.account-mobile-nav .most-ordered,
.account-nav .most-ordered,
.account-nav.nav-misc {
  display: block;
}
.account-nav p.well {
  word-wrap: break-word;
}
/* FOOTER */
footer {
  background-color: #f3f4f4;
  margin-top: 0;
}
footer .container {
  background-color: #e5e6ea;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .container h3 {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #003F4C;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
footer .container ul.list-unstyled {
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  footer .container ul.list-unstyled.review-logos li {
    display: block;
  }
  footer .container ul.list-unstyled.review-logos li img {
    margin: 0;
  }
}
footer .container ul.list-unstyled.review-logos li:last-of-type {
  position: relative;
}
@media screen and (min-width: 1200px) {
  footer .container ul.list-unstyled.review-logos li:last-of-type {
    bottom: 18px;
    margin-left: 1rem;
  }
}
footer .container ul li {
  margin-bottom: 6px;
}
footer .container .mobile_contact {
  padding: 0 10px;
}
footer .container .mobile_contact .location,
footer .container .mobile_contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .container .mobile_contact .location i,
footer .container .mobile_contact .contact i {
  margin-right: 10px;
}
footer .footer {
  padding-top: 0;
  padding-bottom: 0;
}
footer .footer .fa-stack .fa-circle {
  color: #4fbdc2;
}
footer .footer .fa-stack:hover .fa-circle {
  color: #495d68;
}
footer .footer-bottom {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
footer .footer-bottom .container {
  text-align: center;
  background: #003F4C;
  color: #e5e6ea;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-bottom .container a {
  color: #e5e6ea;
}
footer .footer-bottom .container a:hover {
  color: #ffffff;
}
/* MEDIA QUERIES */
@media screen and (max-width: 480px) {
  .product .description h2.article-title {
    padding: 0 5px 5px 7px;
    min-height: 85px;
  }
  .col-product.listview .product {
    min-height: 246px;
  }
  .product .description h2.article-title {
    padding: 0 0 10px;
  }
  .product .description .size {
    display: inline-block;
    width: 100%;
    background-color: #f5f6fa;
    padding: 12px 5px 0;
    margin: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    padding: 107px 0 20px !important;
  }
  .list-group-item {
    background-color: #ee7600;
    border: 1px solid #ffffff;
  }
  a.list-group-item {
    color: #ffffff;
    font-size: 15px;
  }
  a.list-group-item .list-group-item-heading {
    color: #ffffff;
  }
  .col-product.listview .product {
    min-height: 246px;
  }
  #ui-datepicker-div {
    z-index: 3 !important;
  }
  .brands a {
    padding: 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .delivery-outlets .outlet {
    min-height: 102px;
  }
}
@media screen and (min-width: 768px) {
  .col-product.listview {
    width: 100%;
  }
  .col-product.listview .product .options-alt {
    position: absolute;
    z-index: 800;
    width: 100%;
    margin-bottom: 50px;
  }
  .col-product.listview .product:hover {
    background: #ffffff;
  }
  .col-product.listview .product .image {
    float: left;
    width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-product.listview .product .image a {
    float: left;
  }
  .col-product.listview .product .image a img {
    min-height: 0;
  }
  .col-product.listview .product .options-alt {
    bottom: -10px;
  }
  .col-product.listview .product .description {
    text-align: left;
  }
  .col-product.listview .product .description h2.article-title {
    min-height: 0;
  }
  .col-product.listview .product .description .size {
    display: block;
    background-color: #ffffff;
  }
  .col-product.listview .product .description .size:hover {
    background: #ffffff;
  }
  .col-product.listview .product .price {
    float: left;
    min-height: 0;
    text-align: left;
    background-color: #ffffff;
  }
  .col-product.listview .product .order-form-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px;
  }
  .col-product.listview .product .order-form {
    width: 35%;
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 9px;
  }
  .product .price {
    min-height: 60px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  img.logo-large {
    margin-top: -10px;
  }
  .header .input-group {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    background-color: #ffffff;
  }
  .navbar-default {
    background-color: #4fbdc2;
  }
  footer .footer {
    background: #e5e6ea;
  }
  footer .footer-bottom {
    background: #003F4C;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1240px;
  }
  .container,
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .search-options {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .customer-data {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .customer-data {
    margin-left: -52px;
    margin-right: -52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .customer-data {
    margin-left: -44px;
    margin-right: -44px;
  }
}
@media screen and (max-width: 767px) {
  .customer-data {
    margin-left: -10px;
    margin-right: -10px;
  }
}

