@charset "UTF-8";
/* Variables */
/* Components */
.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.font-heading {
  font-family: "Roboto", sans-serif; }

.bold {
  font-weight: 500; }

.normal {
  font-weight: 400; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-reset li {
    margin: 0;
    padding: 0; }

.color-primary {
  color: #149fb1; }

.color-secondary {
  color: #323747; }

.center {
  text-align: center; }

.heading-large {
  font-size: 35px;
  margin: 0 0 45px;
  color: #149fb1; }

.heading-medium {
  font-size: 28px;
  margin: 0 0 40px;
  color: #149fb1; }

.mid-container {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto; }

.narrow-container {
  max-width: 748px;
  width: 100%;
  margin: 0 auto; }

/** Usage:
    @include breakpoint(tablet) {}
    @include breakpoint(min-width, 1192px) {}
    @include between-breakpoints(0, 1024px) {}
    **/
/* Layout */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  color: #222;
  height: auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5; }

ul {
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit; }

.page-main,
.breadcrumbs,
.header.content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.columns {
  /*margin-left: -10px;
	margin-right: -10px;*/
  padding: 0; }

.columns > .column.main,
.columns > .sidebar {
  /*padding: 0 10px;*/ }

.columns > .column.main {
  padding-bottom: 40px; }

.columns > .sidebar {
  padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .columns > .column.main {
    width: 65%; }
  .page-layout-2columns-left .columns > .sidebar {
    width: 35%; }
  .page-layout-2columns-right .columns > .column.main {
    width: 66.666666666%; }
  .page-layout-2columns-right .columns > .sidebar {
    width: 33.333333333%; } }

/* Links */
a,
a:visited,
a:active {
  color: #222; }

a:hover {
  color: #149fb1; }

/* Buttons */
.action.primary, .block-authentication .actions-toolbar > .primary .action, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .action.action-apply,
a.action.primary {
  font-family: "Roboto Condensed", sans-serif;
  background: #323747;
  border-color: transparent;
  border-radius: 4px !important;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  text-align: center; }
  .action.primary:hover, .block-authentication .actions-toolbar > .primary .action:hover, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action:hover, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action:hover, #discount-form .action.action-apply:hover, .action.primary:focus, .block-authentication .actions-toolbar > .primary .action:focus, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action:focus, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action:focus, #discount-form .action.action-apply:focus, .action.primary:active, .block-authentication .actions-toolbar > .primary .action:active, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action:active, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action:active, #discount-form .action.action-apply:active,
  a.action.primary:hover,
  a.action.primary:focus,
  a.action.primary:active {
    background: #272b38;
    border-color: transparent; }

a.action.primary, .block-authentication .actions-toolbar > .primary .action, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .action.action-apply {
  width: 250px;
  max-width: 100%; }

/* Bold */
b,
dt,
strong {
  font-weight: 500; }

/* Titles */
h1.page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #323747;
  margin-bottom: 21px; }

h1 {
  font-family: "Roboto", sans-serif;
  color: #149fb1; }

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
  color: #149fb1; }

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
  font-size: 18px;
  color: #149fb1; }

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
  font-size: 18px;
  color: #149fb1; }

.decorated {
  position: relative;
  font-size: 22px;
  color: #323747;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 20px 0; }
  .decorated span.set-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    padding-right: 0;
    font-weight: 400; }
  .decorated .sep {
    color: #c6c6c6;
    padding: 0 10px; }

/* Content */
.content-container p {
  margin: 0 0 20px;
  /*font-size: 14px; line-height: 22px;*/ }

.content-container hr {
  max-width: 700px;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 30px; }

/* Errors */
.mage-error {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f00; }

/* Messages */
.page.messages {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto; }

.page.messages div {
  font-size: 15px;
  font-weight: 400; }

.message.success a,
.message.success a:active,
.message.success a:hover {
  text-decoration: underline;
  color: #006400; }

/* Breadcrumbs */
.breadcrumbs {
  max-width: none;
  color: #767676;
  margin-bottom: 0; }

.breadcrumbs .items {
  max-width: 1540px;
  margin: auto;
  width: 100%;
  padding-bottom: 10px; }
  .breadcrumbs .items a {
    color: #767676;
    font-weight: 400; }
  .breadcrumbs .items strong {
    font-weight: 400; }

.breadcrumbs .item:not(:last-child):after {
  content: '/';
  padding: 0 4px; }

@media (min-width: 1024px) {
  /* Category, Product */
  .catalog-category-view .breadcrumbs,
  .catalog-product-view .breadcrumbs {
    margin-bottom: 40px; } }

/* Action Primary */
.action.secondary,
.action.primary,
.block-authentication .actions-toolbar > .primary .action,
.block-authentication #discount-form .actions-toolbar > .action.action-apply .action,
#discount-form .block-authentication .actions-toolbar > .action.action-apply .action,
#discount-form .action.action-apply {
  background: #149fb1;
  border-color: #149fb1;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: none;
  padding: 15px 25px;
  font-size: 18px;
  transition: background 0.1s;
  min-width: 250px;
  max-width: 100%; }

.action.primary:focus, .block-authentication .actions-toolbar > .primary .action:focus, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action:focus, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action:focus, #discount-form .action.action-apply:focus,
.action.primary:active,
.block-authentication .actions-toolbar > .primary .action:active,
.block-authentication #discount-form .actions-toolbar > .action.action-apply .action:active,
#discount-form .block-authentication .actions-toolbar > .action.action-apply .action:active,
#discount-form .action.action-apply:active,
.action.primary:hover,
.block-authentication .actions-toolbar > .primary .action:hover,
.block-authentication #discount-form .actions-toolbar > .action.action-apply .action:hover,
#discount-form .block-authentication .actions-toolbar > .action.action-apply .action:hover,
#discount-form .action.action-apply:hover {
  background: #118a9a;
  border-color: #118a9a; }

/* Action Secondary */
.action.secondary {
  background: #323747;
  border-color: #323747; }

.action.secondary:focus,
.action.secondary:active,
.action.secondary:hover {
  text-decoration: none;
  background: #1d2029;
  border-color: #1d2029; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14.4px;
  color: #222;
  height: 48px;
  border: 1px solid #949494;
  border-radius: 4px;
  padding: 0 20px; }
  input[type="text"] ::-webkit-input-placeholder,
  input[type="password"] ::-webkit-input-placeholder,
  input[type="url"] ::-webkit-input-placeholder,
  input[type="tel"] ::-webkit-input-placeholder,
  input[type="search"] ::-webkit-input-placeholder,
  input[type="number"] ::-webkit-input-placeholder,
  input[type="datetime"] ::-webkit-input-placeholder,
  input[type="email"] ::-webkit-input-placeholder,
  select ::-webkit-input-placeholder {
    color: #767676; }
  input[type="text"] ::-moz-placeholder,
  input[type="password"] ::-moz-placeholder,
  input[type="url"] ::-moz-placeholder,
  input[type="tel"] ::-moz-placeholder,
  input[type="search"] ::-moz-placeholder,
  input[type="number"] ::-moz-placeholder,
  input[type="datetime"] ::-moz-placeholder,
  input[type="email"] ::-moz-placeholder,
  select ::-moz-placeholder {
    color: #767676; }
  input[type="text"] :-ms-input-placeholder,
  input[type="password"] :-ms-input-placeholder,
  input[type="url"] :-ms-input-placeholder,
  input[type="tel"] :-ms-input-placeholder,
  input[type="search"] :-ms-input-placeholder,
  input[type="number"] :-ms-input-placeholder,
  input[type="datetime"] :-ms-input-placeholder,
  input[type="email"] :-ms-input-placeholder,
  select :-ms-input-placeholder {
    color: #767676; }

textarea {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14.4px;
  color: #222;
  padding: 20px;
  border: 1px solid #949494;
  border-radius: 4px;
  margin: 0; }
  textarea ::-webkit-input-placeholder {
    color: #767676; }
  textarea ::-moz-placeholder {
    color: #767676; }
  textarea :-ms-input-placeholder {
    color: #767676; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px; }
  fieldset > legend {
    font-size: 18px;
    font-weight: 500; }
  fieldset .field {
    margin-bottom: 20px; }
  fieldset .field:not(.choice) > label {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    display: block; }

.field.choice {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px; }
  .field.choice label {
    color: #767676;
    font-size: 14px;
    margin-left: 5px;
    max-width: 293px;
    position: relative;
    top: -1px; }

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 18px; }

.new-actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

ol,
ul {
  font-family: "Roboto Condensed", sans-serif; }

.old-price, .old.price {
  text-decoration: none; }

.product-item .old-price .price-wrapper .price,
.old-price .price-wrapper .price {
  text-decoration: line-through;
  color: #999; }

/* Slick arrow */
button.slick-arrow {
  display: none !important; }

@media (max-width: 768px) {
  /* Layout */
  .columns {
    display: block; } }

/** Usage:
  @include breakpoint(tablet) {}
  @include breakpoint(min-width, 1192px) {}
  @include between-breakpoints(0, 1024px) {}
  **/
.toggle-button, .toggle-button *, .toggle-button *:after, .toggle-button *:before {
  box-sizing: border-box; }
  .toggle-button::selection, .toggle-button *::selection, .toggle-button *:after::selection, .toggle-button *:before::selection {
    background: none; }

.toggle-button__input {
  display: none; }
  .toggle-button__input:checked + .toggle-button__button:after {
    float: none;
    right: auto;
    left: 6px; }

.toggle-button__button {
  position: relative;
  display: block;
  width: 55px;
  height: 35px;
  background: #fff;
  border-radius: 2em;
  outline: 0;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  transition: background 0.2s; }
  @media (min-width: 1301px) {
    .toggle-button__button {
      width: 72px; } }
  .toggle-button__button:after {
    content: '';
    position: relative;
    top: 6px;
    right: 6px;
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background: #222;
    border-radius: 50%;
    box-shadow: none; }

.floating-header .toggle-button__button {
  height: 26px; }
  .floating-header .toggle-button__button:after {
    top: 4px;
    width: 18px;
    height: 18px; }

.header.content {
  padding-top: 0;
  padding-bottom: 0;
  position: static; }

/* Panel */
.page-header {
  border-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2900;
  background: #fff; }

.page-header .panel.wrapper {
  border: 0 !important;
  background: #323747; }

.page-header .header.panel {
  width: 96%;
  padding: 0; }

/* Top Links */
.new-top-links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  display: block; }
  .new-top-links > li {
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .new-top-links > li a {
      font-size: 14px;
      color: #fff;
      padding: 5px 12px 6px;
      display: block;
      transition: background 0.1s; }
    .new-top-links > li:hover > a,
    .new-top-links > li a:hover {
      text-decoration: none;
      background: #149fb1; }
  .new-top-links > li ul {
    position: absolute;
    top: 32px;
    left: 0;
    width: 250px;
    margin: 0;
    display: none;
    background: #323747;
    z-index: 2500;
    text-align: left;
    padding: 0; }
    .new-top-links > li ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
  .new-top-links > li:hover ul {
    display: block; }
  .new-top-links .parent svg {
    margin-left: 4px;
    position: relative;
    top: -1px;
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle; }

/* Content */
.header.content {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center; }

/* Logo */
.logo img {
  max-width: 169px; }
  @media (min-width: 768px) {
    .logo img {
      max-width: 250px; } }
  @media (min-width: 1025px) {
    .logo img {
      max-width: 280px; } }
/* Floating header */
@media (min-width: 1300px) {
  .floating-header {
    padding-top: 201px;
    /* Logo */ }
    .floating-header .logo {
      width: 215px; }
      .floating-header .logo img {
        max-width: 213px; }
    .floating-header .page-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 64px; }
      .floating-header .page-header .header.content {
        height: 65px; }
        .floating-header .page-header .header.content .phone-number {
          margin-top: 16px;
          font-size: 20px;
          margin-left: 12%; }
      .floating-header .page-header .header.panel {
        display: none; }
    .floating-header .nav-sections-new {
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      width: 100%; }
    .floating-header .minicart-wrapper .action.showcart {
      margin-top: 5px; }
    .floating-header .minicart-wrapper .action.showcart .counter.qty {
      margin-top: 5px; }
    .floating-header .navigation2 > ul > li > a {
      padding: 7px 20px 3px 0; } }

/* Mini Basket */
/*.minicart-wrapper .action.showcart .counter.qty {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 3px;
	left: -2px;
	text-indent: -999em;
	min-width: 0;
	border-radius: 100px;
	background: $primary;
}*/
.minicart-wrapper .block-minicart {
  z-index: 500; }
  .minicart-wrapper .block-minicart li {
    font-size: 14px; }

.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
  float: right;
  line-height: 1;
  font-size: 18px;
  background: transparent;
  color: #222;
  height: auto;
  margin: 5px 0 0 1px; }

.minicart-wrapper .action.showcart .counter-number:before {
  content: '(';
  margin-right: -3px; }

.minicart-wrapper .action.showcart .counter-number:after {
  content: ')';
  margin-left: -3px; }

@media (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty,
  .minicart-wrapper .action.showcart .counter.qty.empty,
  .minicart-wrapper .action.showcart .counter-number:before,
  .minicart-wrapper .action.showcart .counter-number:after {
    display: none; } }

.pn {
  color: #fff;
  float: left;
  margin: 5px 0;
  font-size: 14px; }
  .pn .number {
    font-weight: 500; }
  .pn svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; }
  .pn path {
    fill: #fff; }
  .pn a {
    color: #fff;
    font-weight: 400;
    text-decoration: none; }

@media (max-width: 767px) {
  .new-top-links {
    display: none; }
  .page-header {
    position: relative;
    z-index: 2500; }
  .header.content {
    width: calc(100% - 40px);
    padding: 0;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative; }
  .page-header .header.panel {
    width: 100%; }
  .pn {
    background: #323747;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    display: block; } }

.shop-links {
  position: absolute;
  top: 2px;
  z-index: 250;
  margin: 0;
  justify-content: space-around;
  height: 34px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  right: 24px;
  left: auto;
  width: 69px; }
  .shop-links > li {
    width: 50px;
    height: 40px; }
  @media (min-width: 768px) {
    .shop-links {
      position: static;
      margin: 0 100px 0 auto;
      background: none;
      display: flex;
      width: auto;
      top: 0;
      left: 0; } }
  @media (min-width: 1161px) {
    .shop-links {
      margin-right: 56px; } }
  @media (min-width: 1300px) {
    .shop-links {
      margin-right: 11px;
      margin-top: 5px; } }
  .shop-links > li {
    width: 33.3333333333%;
    margin: 0;
    height: auto;
    padding: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .shop-links > li {
        display: inline-block;
        width: auto;
        margin-left: 15px;
        font-size: 18px;
        line-height: 35px;
        min-height: 35px; } }
  .shop-links > li > a > span {
    display: none; }
    @media (min-width: 768px) {
      .shop-links > li > a > span {
        display: inline-block; } }
  .shop-links > li.icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    cursor: pointer;
    height: 18px; }
    @media (min-width: 768px) {
      .shop-links > li.icon {
        padding-left: 27px;
        padding-right: 0;
        background-position: left center;
        background-size: 18px;
        height: auto; } }
  .shop-links li.icon.icon-search {
    background-image: url("../images/svg/header-search-white.svg"); }
    @media (min-width: 768px) {
      .shop-links li.icon.icon-search {
        background-image: url("../images/svg/header-search.svg"); }
        .shop-links li.icon.icon-search:hover {
          background-image: url("../images/svg/header-search-dark.svg"); } }
  .shop-links li.icon.icon-wishlist {
    background-image: url("../images/svg/header-wishlist-white.svg"); }
    @media (min-width: 768px) {
      .shop-links li.icon.icon-wishlist {
        background-image: url("../images/svg/header-wishlist.svg"); }
        .shop-links li.icon.icon-wishlist:hover {
          background-image: url("../images/svg/header-wishlist-dark.svg"); } }
  .shop-links li.icon.icon-account {
    background-image: url("../images/svg/user-regular.svg");
    background-size: 18px 18px;
    width: 16px;
    height: 18px; }
    @media (min-width: 768px) {
      .shop-links li.icon.icon-account {
        width: 33.3333333333%; } }
    @media (min-width: 1300px) {
      .shop-links li.icon.icon-account {
        background-position: left 41%; } }
    @media (min-width: 1300px) {
      .shop-links li.icon.icon-account span {
        position: relative;
        left: -3px; } }
    .shop-links li.icon.icon-account:hover {
      background-image: url("../images/svg/user-regular.svg"); }

.alt-phone-number-container {
  position: absolute;
  top: -45px;
  left: 12px;
  display: block; }
  @media (min-width: 1161px) {
    .alt-phone-number-container {
      display: none; } }
  .alt-phone-number-container .main-number {
    display: inline-block; }
  .alt-phone-number-container .alt-number,
  .alt-phone-number-container .free-landlines {
    display: none; }

.search-toggle {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 101px;
  width: 18px;
  height: 18px;
  background: #fff url("../images/svg/magnifying-glass-regular.svg") center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .search-toggle {
      top: 60px;
      width: 44px;
      height: 44px;
      right: 57px; } }
  @media (min-width: 1161px) {
    .search-toggle {
      right: 13px; } }
  @media (min-width: 1300px) {
    .search-toggle {
      display: none; } }
  .search-toggle span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .checkout-index-index .search-toggle {
    display: none; }

.header-search-container {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: none;
  text-align: center;
  padding: 7px 10px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .header-search-container {
      top: 132px; } }
  @media (min-width: 1300px) {
    .header-search-container {
      display: block !important;
      position: static;
      flex: 1;
      padding: 0;
      background: none; } }
  .header-search-container .close-header-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    cursor: pointer;
    width: 15px; }
  .header-search-container form {
    position: relative;
    width: 100%; }
    @media (min-width: 1300px) {
      .header-search-container form {
        display: inline-block;
        max-width: 544px; } }
    @media (min-width: 1500px) {
      .header-search-container form {
        max-width: 546px;
        position: relative;
        left: -29px;
        top: -1px; } }
  .header-search-container input {
    border-color: #949494;
    border-radius: 24px;
    padding: 23px 24px;
    color: #000;
    font-weight: 400; }
    .header-search-container input::placeholder {
      color: #767676;
      opacity: 1; }
    .header-search-container input::-ms-input-placeholder {
      color: #767676; }
    .header-search-container input::-ms-input-placeholder {
      color: #767676; }

@media (min-width: 1300px) {
  .header-search-container input {
    padding: 23px 24px 23px 44px; }
  .header-search-container .close-header-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    cursor: pointer;
    width: 15px; }
  .floating-header .header-search-container input {
    padding: 23px 24px 20px 44px; } }

.nav-toggle {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 1px;
  width: 16px;
  height: 18px;
  cursor: pointer;
  background: #fff url("../images/svg/bars-regular.svg") center center no-repeat;
  background-size: 16px 18px; }
  @media (min-width: 768px) {
    .nav-toggle {
      top: 60px;
      right: 13px;
      height: 44px;
      width: 44px; } }
  @media (min-width: 1161px) {
    .nav-toggle {
      display: none; } }
  .nav-toggle span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

.nav-open .nav-toggle {
  background-image: url("../images/svg/burger-close.svg"); }

#mgt-developer-toolbar {
  display: none !important; }

.page-wrapper {
  left: 0 !important; }

.nav-before-open body {
  height: auto !important;
  overflow: auto !important; }

.nav-sections-new {
  background: #149fb1;
  margin: 0 0 10px;
  position: relative;
  z-index: 1800; }

.cms-index-index .nav-sections-new {
  margin-bottom: 50px; }

.nav-sections-new-items {
  max-width: 1540px;
  margin: 0 auto; }

.section-item-title {
  display: none; }

.navigation2 {
  line-height: 20px;
  position: relative;
  font-size: 17px;
  z-index: 600; }
  .navigation2 a {
    color: inherit;
    text-decoration: none;
    display: block; }
  .navigation2 ul {
    margin: 0;
    padding: 0; }
    .navigation2 ul > li {
      margin: 0;
      position: relative; }

/* Nav Mask */
.nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 500; }

/* Basket */
.shop-link-cart:hover > a {
  color: #149fb1; }

.shop-link-cart:hover .minicart-wrapper .action.showcart:before {
  color: #149fb1; }

/* Submenu fix */
.navigation2 .nav-5 .submenu,
.navigation2 .last .submenu {
  left: -202px !important; }

@media (min-width: 1200px) {
  .navigation2 > ul > li > a {
    padding-left: 20px;
    padding-right: 20px; } }

/* Desktop */
@media (min-width: 1161px) {
  .navigation2 {
    padding-right: 267px;
    /* Accommodate VAT switcher */
    line-height: 25px;
    margin-right: 10px; }
    .navigation2 ul > li {
      position: static; }
      .navigation2 ul > li a {
        padding-left: 8px;
        padding-right: 8px; }
      .navigation2 ul > li:hover > .submenu {
        display: block !important; }
    .navigation2 .submenu {
      position: absolute;
      top: 100% !important;
      left: 0 !important;
      min-width: 306px;
      /*border: 1px solid #eee;*/
      background: #fff;
      z-index: 150;
      font-size: 14.4px;
      padding-top: 25px;
      padding-bottom: 25px;
      display: none;
      box-shadow: 0 3px 6px #00000029; }
      .navigation2 .submenu a {
        padding: 8px 50px 8px 20px;
        position: relative; }
        .navigation2 .submenu a:hover {
          text-decoration: underline; }
      .navigation2 .submenu .submenu {
        left: 100% !important;
        top: 0 !important;
        background: #fff; }
        .navigation2 .submenu .submenu li:hover > a {
          background: #e4e4e4;
          color: #222; }
      .navigation2 .submenu li.parent > a:after {
        content: "\E608";
        font-family: "icons-blank-theme";
        color: #118a9a;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      .navigation2 .submenu li.parent:hover > a:after {
        color: #fff; }
    .navigation2 > ul {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      /* Dropdown arrow */ }
      .navigation2 > ul > li {
        position: relative;
        display: inline-block; }
        .navigation2 > ul > li > a {
          padding: 14px 8px 10px 0;
          color: #fff;
          text-transform: none;
          font-weight: 400;
          height: 100%;
          font-size: 18px;
          border-bottom: 4px solid transparent; }
        .navigation2 > ul > li:hover > a, .navigation2 > ul > li.active > a {
          border-bottom-color: #8ACFD8; }
      .navigation2 > ul > li.parent > a {
        background: #149fb1 url("../images/svg/chevron-down-regular-white.svg") right 9px top 52% no-repeat;
        padding-right: 31px;
        background-size: 12px 14px; } }

@media (min-width: 1300px) {
  .floating-header .navigation2 > ul > li:not(.parent) > a {
    padding-left: 0;
    padding-right: 8px; } }

@media (max-width: 1365px) and (min-width: 1161px) {
  /* Navigation */
  .navigation2 > ul > li > a {
    font-size: 15px; } }

@media (max-width: 1470px) {
  /* Nav */
  .navigation2 > ul > li > a {
    padding: 14px 10px 14px 0; } }

@media (max-width: 1430px) {
  /* Nav */
  .navigation2 {
    padding-right: 200px; } }

@media (max-width: 1565px) and (min-width: 1161px) {
  /* Home */
  .navigation2 > ul > .ui-nav-home {
    display: none; } }

@media (max-width: 1300px) {
  /* Navigation */
  .navigation2 {
    padding-right: 184px; }
  .navigation2 > ul > li > a {
    padding: 15px 5px; }
  .navigation2 > ul > li.parent > a {
    padding-right: 34px; } }

@media (min-width: 1161px) {
  /* Extra nav items */
  .navigation2 > ul > li.mobile-only-item {
    display: none; } }

@media (max-width: 1160px) {
  /* Switch to mobile nav */
  .nav-sections-new-items {
    width: 100%; }
  .cms-index-index .nav-sections-new {
    margin-bottom: 0; }
  .nav-sections-new {
    padding: 0;
    position: absolute;
    top: 132px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 6px #00000029; }
  .navigation2 {
    color: #222;
    height: 0;
    overflow: visible;
    transition: padding 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }
    html.nav-open .navigation2 {
      height: auto;
      padding: 10px 0; }
    .navigation2 li {
      position: relative; }
      .navigation2 li a {
        padding: 12px 20px; }
    .navigation2 > ul {
      display: block;
      height: 0;
      overflow: hidden; }
      html.nav-open .navigation2 > ul {
        height: auto;
        padding: 10px 0; }
    .navigation2 > ul ul {
      height: 0;
      overflow: hidden; }
    .navigation2 > ul > li {
      display: block; }
    .navigation2 .submenu {
      height: 0;
      overflow: hidden;
      transition: padding 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
      /*background: rgba(0, 0, 0, 0.1);*/ }
      .navigation2 .submenu li > a {
        padding-left: 20px; }
      .navigation2 .submenu .submenu li > a {
        padding-left: 40px; }
    .navigation2 .level0.submenu {
      background: #e4e4e4; }
      .navigation2 .level0.submenu > li > a {
        color: #222; }
      .navigation2 .level0.submenu > li:after {
        color: #222; }
    .navigation2 .level1.submenu {
      background: #d0d0d0; }
      .navigation2 .level1.submenu > li > a {
        color: #222; }
    .navigation2 .level2.submenu {
      background: #fff; }
      .navigation2 .level2.submenu > li > a {
        color: #222; }
    .navigation2 .level0 > a {
      padding-left: 20px;
      padding-right: 20px; }
    .navigation2 .expanded > .submenu {
      height: auto;
      padding: 10px 0; }
    .navigation2 .has-active > a,
    .navigation2 .active > a {
      font-weight: 400; }
    .navigation2 .parent > a {
      width: calc(100% - 60px); }
    .navigation2 .parent:after {
      -webkit-font-smoothing: antialiased;
      font-size: 42px;
      color: inherit;
      content: "\E622";
      font-family: "icons-blank-theme";
      margin: 0;
      display: inline-block;
      font-weight: 400;
      overflow: hidden;
      speak: none;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      right: 0;
      width: 60px;
      line-height: 44px;
      top: 4px;
      cursor: pointer;
      transition: 0.2s; }
    .navigation2 .expanded:after {
      transform: rotate(180deg); } }

@media (max-width: 767px) {
  .minicart-wrapper .product .actions {
    display: none; }
  .nav-sections-new {
    top: 90px; } }

.general-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 25000; }

.general-popup-body {
  background: #fff;
  width: 90%;
  max-width: 800px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 20px;
  box-sizing: border-box; }
  .general-popup-body h3,
  .general-popup-body p {
    margin: 0 0 20px; }
  .general-popup-body p {
    font-size: 18px; }

.general-popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 53px;
  height: 53px;
  display: block;
  cursor: pointer;
  background: url("../images/icon-close-popup.png") center center no-repeat;
  transition: all 0.2s; }
  .general-popup-close:hover {
    filter: saturate(0); }

.gallery-popup-content {
  max-width: 1276px;
  width: calc(100% - 60px);
  padding: 90px; }

.gallery-popup-content .general-popup-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 88px;
  align-items: center; }

@media (max-width: 768px) {
  .gallery-popup-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
  .gallery-popup-content .general-popup-inner {
    display: block; }
    .gallery-popup-content .general-popup-inner .aside {
      margin-bottom: 20px; }
  .general-popup-close {
    top: 18px; } }

.store-switcher {
  position: absolute;
  top: -45px;
  right: 12px;
  display: flex;
  align-items: center; }
  @media (min-width: 1161px) {
    .store-switcher {
      top: 20px;
      right: 0; } }
  .store-switcher form {
    display: flex;
    align-items: center; }
    .store-switcher form div:nth-child(3) {
      order: 2; }
  .store-switcher .toggle-button {
    margin: 0 8px;
    order: 1; }

.store-switcher__option {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1; }
  .store-switcher__option a,
  .store-switcher__option label {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .store-switcher__option input[type='radio'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.floating-header .store-switcher {
  top: 14px; }

.price-excluding-tax::before,
.price-including-tax::before {
  content: attr(data-label);
  font-size: 1.1rem; }

[data-label="Ex VAT"]::after,
[data-label="Inc VAT"]::after {
  white-space: nowrap; }

[data-label="Ex VAT"]::after {
  content: attr(data-label); }

[data-label="Inc VAT"]::after {
  content: attr(data-label); }

.products-grid .product-item [data-label="Ex VAT"]::after,
.products-grid .product-item [data-label="Inc VAT"]::after {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400; }

.products-grid .product-item .old-price [data-label="Ex VAT"]::after,
.products-grid .product-item .old-price [data-label="Inc VAT"]::after {
  display: none; }

.products-grid .product-item .special-price [data-label="Ex VAT"]::after,
.products-grid .product-item .special-price [data-label="Inc VAT"]::after {
  color: #f00; }

@media (max-width: 768px) {
  .products-grid .product-item [data-label="Ex VAT"]::after,
  .products-grid .product-item [data-label="Inc VAT"]::after {
    font-size: 13px; } }

.product-info-main [data-label="Ex VAT"]::after,
.product-info-main [data-label="Inc VAT"]::after {
  position: relative;
  top: -1px;
  margin-left: 6px;
  font-size: 14.4px;
  font-weight: 400;
  color: #222; }

.product-info-main .options-list [data-label="Ex VAT"]::after,
.product-info-main .options-list [data-label="Inc VAT"]::after {
  top: 0; }

.product-info-main .old-price [data-label="Ex VAT"]::after,
.product-info-main .old-price [data-label="Inc VAT"]::after {
  display: none; }

.product-info-main .special-price [data-label="Ex VAT"]::after,
.product-info-main .special-price [data-label="Inc VAT"]::after {
  color: #f00; }

.price-per-tile .product-info-main [data-label="Ex VAT"]::after,
.price-per-tile .product-info-main [data-label="Inc VAT"]::after {
  content: "per Tile, " attr(data-label); }

.checkout-cart-index .cart.item [data-label="Ex VAT"]::before,
.checkout-cart-index .cart.item [data-label="Inc VAT"]::before {
  content: "Price " attr(data-label); }

.checkout-cart-index .cart.item [data-label="Ex VAT"]::after,
.checkout-cart-index .cart.item [data-label="Inc VAT"]::after {
  display: none; }

.minicart-items [data-label="Ex VAT"]::before,
.minicart-items [data-label="Inc VAT"]::before {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.minicart-items [data-label="Ex VAT"]::after,
.minicart-items [data-label="Inc VAT"]::after {
  display: none; }

@media (max-width: 1160px) {
  .store-switcher {
    display: none; } }

/* Container */
.banner-container {
  max-width: 1540px;
  margin: 0 auto 40px;
  width: 100%;
  clear: both; }

.page-layout-cms-left .banner-container {
  width: 100%;
  margin-bottom: 20px; }

.banner-outer {
  margin: 0 auto 50px;
  width: calc(100% - 40px); }

.cms-index-index .banner-outer {
  width: 100%; }

/* Banner */
.banner-container .banner {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px; }
  .banner-container .banner h1, .banner-container .banner h2 {
    font-size: 35px;
    line-height: 1.28;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff; }
  .banner-container .banner .banner-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    align-items: stretch;
    height: 100%; }
  .banner-container .banner .image-container {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    border-radius: 10px; }
    .banner-container .banner .image-container .mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(90deg, #062327CC 0%, #062327CC 15%, #06232700 100%) 0 0 no-repeat padding-box;
      opacity: 0.85;
      border-radius: 10px; }
  .banner-container .banner .aside {
    background: transparent;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 88px;
    border-radius: 4px 0 0 4px;
    width: 341px; }
    .banner-container .banner .aside .overlay {
      width: 341px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: left;
      display: block;
      margin: 0 auto; }
  .banner-container .banner .action {
    display: inline-block;
    vertical-align: top;
    background: #149fb1;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 90%;
    max-width: 250px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.1s;
    border-radius: 4px;
    margin-bottom: 20px; }
  .banner-container .banner .action:hover {
    background: #0f7683;
    text-decoration: none; }
  .banner-container .banner .arrow {
    position: absolute;
    top: 50%;
    z-index: 250;
    cursor: pointer;
    opacity: 0.15;
    transition: all 0.2s; }
  .banner-container .banner .arrow:hover {
    opacity: 1; }
  .banner-container .banner .arrow.arrow-left {
    left: -60px;
    width: 28px;
    height: 45px;
    /*background: url('../images/svg/arrow-left.svg') center center no-repeat;*/
    transform: translateY(-50%);
    background-size: 28px 45px; }
  .banner-container .banner .arrow.arrow-right {
    right: -60px;
    width: 28px;
    height: 45px;
    /*background: url('../images/svg/arrow-right.svg') center center no-repeat;*/
    transform: translateY(-50%);
    background-size: 28px 45px; }
    .banner-container .banner .arrow.arrow-right svg {
      transform: rotate(180deg); }
  .banner-container .banner .overlay > *:last-child {
    margin-bottom: 0; }

.cycle-pager {
  width: 100%;
  height: 10px;
  z-index: 500;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 341px;
  margin: 0 auto; }

.cycle-pager span {
  background: #fff;
  opacity: 0.5;
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  cursor: pointer; }

.cycle-pager span.cycle-pager-active {
  background: #149fb1;
  opacity: 1; }

/* Home, Category */
.banner-container.banner-home,
.banner-container.banner-category {
  margin-bottom: 50px; }

/* Internal, Category */
.banner-container.banner-category .banner .overlay-container,
.banner-container.banner-internal .banner .overlay-container {
  display: flex;
  align-items: center;
  min-height: 280px;
  width: 395px; }

.banner-container.banner-internal {
  margin-bottom: 30px; }
  .banner-container.banner-internal .banner {
    height: 300px;
    overflow: hidden; }

.banner-container.banner-category .banner .overlay-container .overlay {
  padding-left: 60px; }

@media (max-width: 1690px) {
  .banner-container .banner .arrow.arrow-right,
  .banner-container .banner .arrow.arrow-left {
    display: none; } }

@media (max-width: 767px) {
  .banner-outer {
    margin-bottom: 30px; }
  .banner-container .banner {
    height: 450px; }
    .banner-container .banner h1, .banner-container .banner h2 {
      font-size: 33px; }
    .banner-container .banner .aside {
      left: 0;
      width: 100%;
      max-width: 100%; }
      .banner-container .banner .aside .overlay {
        width: calc(100% - 62px);
        left: 40px;
        right: 31px; }
    .banner-container .banner .cycle-pager {
      left: 40px; }
  .banner-container.banner-home,
  .banner-container.banner-category {
    margin-bottom: 30px; } }

/* Product - Share */
.share-buttons-group {
  position: absolute;
  top: 0;
  right: 0; }

/* Share Buttons */
.share-buttons {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0; }
  .share-buttons:before {
    content: 'Share';
    top: 10px;
    left: -29px;
    position: absolute;
    font-size: 14.4px;
    color: #222; }

.share-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  font-size: 1.25em;
  color: #fff;
  cursor: pointer;
  transition: margin-top 0.4s; }

.share-buttons:hover .share-button:not(.svg):first-child,
.share-button:not(.svg):hover {
  background: #ff5c3e; }

.share-buttons .expandable {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding-top: 10px; }

.share-buttons:hover .expandable, .share-buttons.active .expandable {
  opacity: 1;
  visibility: visible; }

.share-buttons .expandable .share-button {
  margin-top: -15px;
  margin-bottom: 10px; }

.share-buttons:hover .expandable .share-button, .share-buttons.active .expandable .share-button {
  margin-top: 0; }

.share-button.expand {
  background: #fff !important; }

.share-button.expand:hover {
  background: #fff !important; }

.share-button.pinterest {
  background: #cc1e27; }

.share-button.pinterest:hover {
  background: #b71b23; }

.share-button.twitter {
  background: #5fc6f1; }

.share-button.twitter:hover {
  background: #55b2d8; }

.share-button.facebook {
  background: #3c5a97; }

.share-button.facebook:hover {
  background: #365188; }

.share-button.googleplus {
  background: #dc4a38; }

.share-button.googleplus:hover {
  background: #c64232; }

.share-button.email {
  background: #54c795; }

.share-button.email:hover {
  background: #4bb386; }

/* Core layout */
.catalog-category-view.page-layout-2columns-left .column.main,
.catalog-category-view.page-layout-2columns-left .sidebar {
  padding-bottom: 0; }

@media only screen and (min-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .column.main {
    float: none;
    width: 100%; }
  .catalog-category-view.page-layout-2columns-left .sidebar-main {
    float: none;
    width: 100%; } }

@media only screen and (min-width: 1024px) {
  .catalog-category-view.page-layout-2columns-left .column.main {
    float: right;
    width: calc(100% - 266px);
    padding: 0; }
  .catalog-category-view.page-layout-2columns-left .sidebar-main {
    float: left;
    width: 220px;
    padding: 0; } }

.page-products .columns {
  margin-bottom: 60px; }

/* Product grid */
.products.list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px; }

@media (min-width: 1150px) {
  /* Product grid */
  .products.list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 44px; }
  .checkout-cart-index .products.list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px; } }

/* Description */
.category-description {
  padding: 0;
  margin: 0;
  background-color: #fff; }
  .category-description h1 {
    font-size: 35px;
    color: #149fb1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    margin: 0 0 20px; }
  .category-description h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px; }
  .category-description p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px; }
  .category-description img,
  .category-description iframe {
    float: none !important;
    clear: both !important; }
  .category-description span[style*="008000"] {
    margin-right: 5px; }

.category-description.show-made-uk h1 {
  position: relative;
  min-height: 85px;
  padding-right: 130px; }

.category-description.show-made-uk h1 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px; }

.category-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .category-view .category-image {
    margin-bottom: 40px; }

@media (min-width: 768px) {
  .category-view {
    flex-wrap: nowrap; }
    .category-view .category-image {
      order: 50;
      margin-left: 80px;
      flex: 0 0 250px; } }

@media (min-width: 1200px) {
  .category-view .category-image {
    margin-left: 176px;
    flex: 0 0 484px; } }

/**
 * Subcategory Links
 */
.subcategory-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  clear: both; }
  .subcategory-list li {
    margin: 0 20px 20px 0;
    padding: 0; }
  .subcategory-list a {
    display: block;
    background: #E6F5F7;
    color: #323747;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 20px;
    transition: all 0.2s;
    border-radius: 4px; }
    .subcategory-list a:hover {
      background: #bfe6eb; }

/* Grid */
.product-item {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin: 0;
  position: relative;
  padding-bottom: 80px;
  /* Price */ }
  .product-item .product-item-photo {
    text-align: center; }
    .product-item .product-item-photo .product-image-container {
      width: calc(100% - 40px) !important;
      margin: 20px auto;
      display: block;
      max-width: 300px; }
  .product-item .product-item-details {
    background: #fff;
    padding: 20px 20px 0;
    position: relative;
    display: flex;
    flex-direction: column; }
  .product-item .product-item-info {
    width: 100%; }
  .product-item .product-item-inner {
    order: 3; }
  @media (min-width: 1091px) {
    .product-item {
      /* Icons */ }
      .product-item .action.towishlist {
        position: absolute;
        top: 35px;
        right: 34px;
        background: url("../images/svg/productpage-wishlist.svg") center center no-repeat; }
        .product-item .action.towishlist:before {
          content: "" !important;
          display: none !important; }
        .product-item .action.towishlist span {
          display: none !important; }
      .product-item .action.towishlist {
        opacity: 1;
        display: block;
        width: 45px;
        height: 45px;
        z-index: 250;
        cursor: pointer; }
      .product-item:hover .action.towishlist {
        opacity: 1; } }
  @media (max-width: 1090px) {
    .product-item {
      /* Icons */ }
      .product-item .action.towishlist,
      .product-item .action.tocompare {
        display: none !important; } }
  .product-item .cd-cat-grid-price {
    order: 20;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .product-item .cd-cat-grid-price.price-from-label .price-final_price .price:before {
      content: "From";
      margin-right: 5px;
      font-size: 14.4px;
      font-weight: 400;
      color: #222; }
  .product-item .price-box {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .product-item .price-box .price {
      font-size: 22px;
      font-weight: 500;
      color: #149fb1; }
    .product-item .price-box .price-label {
      display: none; }
  .product-item .special-price {
    display: inline-block;
    vertical-align: top;
    order: 25; }
    .product-item .special-price .price {
      color: #f00; }
  .product-item .old-price {
    order: 1;
    padding-right: 10px;
    color: #999; }
  .product-item .product-item-description {
    margin: 0 0 24px;
    word-break: break-word; }
    .product-item .product-item-description p {
      margin: 0 0 20px 0;
      line-height: 1.5; }
  .product-item .product-item-name,
  .product-item .product.name {
    margin: 0 0 20px;
    order: 1; }
    .product-item .product-item-name a,
    .product-item .product.name a {
      color: #222;
      font-size: 22px;
      font-weight: 400;
      text-decoration: none;
      display: block;
      line-height: 1.31; }
      .product-item .product-item-name a:hover,
      .product-item .product.name a:hover {
        color: #149fb1; }
  .product-item .product-item-actions {
    display: none; }
  .product-item .swatch-count {
    font-size: 14.4px;
    color: #222; }
  .product-item .swatch-attribute-options {
    margin-top: 9px; }
    .product-item .swatch-attribute-options .swatch-option {
      width: 20px;
      height: 20px;
      margin: 0 6px 6px 0;
      min-width: 20px;
      border-radius: 100px; }
      .product-item .swatch-attribute-options .swatch-option:last-child {
        margin-right: 0; }
      .product-item .swatch-attribute-options .swatch-option.color:not(.disabled):hover, .product-item .swatch-attribute-options .swatch-option.selected {
        outline: none; }

.products-grid .product-item {
  margin-bottom: 0; }

/* Modes */
.modes {
  display: none !important; }

.toolbar-products {
  margin-bottom: 34px; }

/* Toolbar Top */
.toolbar-top .toolbar .limiter {
  display: block;
  float: left;
  margin-top: 18px;
  position: relative;
  bottom: -5px; }
  .toolbar-top .toolbar .limiter .control a {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-left: 4px; }
  .toolbar-top .toolbar .limiter .control a.current {
    text-decoration: underline; }

.toolbar-top .toolbar .sorter {
  padding: 0;
  float: right; }
  .toolbar-top .toolbar .sorter .sorter-label,
  .toolbar-top .toolbar .sorter .sorter-action {
    display: none; }
  .toolbar-top .toolbar .sorter select {
    height: 40px;
    min-width: 220px;
    padding-left: 14px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    color: #222;
    text-transform: none;
    border: 1px solid #222;
    border-radius: 4px;
    appearance: none;
    background: transparent url("../images/svg/chevron-down.svg") right 10px center no-repeat;
    box-shadow: none !important;
    margin: 0; }

/* Toolbar Bottom */
.toolbar-bottom {
  margin-top: 40px; }
  .toolbar-bottom .pages {
    display: block; }
    .toolbar-bottom .pages a.page {
      font-weight: 400; }
    .toolbar-bottom .pages .action {
      width: auto; }
    .toolbar-bottom .pages .pages-items {
      display: block; }
      .toolbar-bottom .pages .pages-items .item {
        font-size: 16px;
        border-left: 1px solid #e5e5e5;
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        padding: 0 12px;
        height: 40px;
        margin: 0;
        background-color: #fff; }
        .toolbar-bottom .pages .pages-items .item a {
          color: #222; }
        .toolbar-bottom .pages .pages-items .item a:hover {
          color: #323747; }
        .toolbar-bottom .pages .pages-items .item.pages-item-previous, .toolbar-bottom .pages .pages-items .item.pages-item-next {
          border-right: 1px solid #e5e5e5;
          background-color: #149fb1; }
          .toolbar-bottom .pages .pages-items .item.pages-item-previous a, .toolbar-bottom .pages .pages-items .item.pages-item-next a {
            display: block;
            border: 0;
            padding: 0 5px;
            font-weight: 400;
            color: #fff; }
        .toolbar-bottom .pages .pages-items .item.current {
          background: #323747; }
          .toolbar-bottom .pages .pages-items .item.current strong {
            font-size: 16px;
            color: #fff;
            font-weight: 500; }
    .toolbar-bottom .pages .action.next:before {
      display: none; }
  .toolbar-bottom .toolbar .sorter {
    display: none; }

/* Overview (Bottom) */
.category-overview {
  margin-bottom: 80px;
  padding: 0;
  overflow: hidden;
  display: none; }
  .category-overview .btn-back-top {
    margin-top: 20px;
    clear: left;
    float: left; }
  .category-overview .detail {
    padding: 20px 15px;
    font-size: 18px;
    /*h2 {
			font-size: 25px;
			font-weight: $boldWeight;
			margin: 0 0 24px;
		}

		h3 {
			font-size: 18px;
		}

		ul {
			margin-bottom: 20px;
			padding-left: 16px;
		}

		p {
			margin-bottom: 18px;
			margin-top: 0;
		}*/ }
    .category-overview .detail .overview-inner {
      border-bottom: 1px solid #ddd;
      width: 1012px;
      margin: 0 auto;
      max-width: 100%; }
    .category-overview .detail h1, .category-overview .detail h2, .category-overview .detail h3 {
      font-size: 22px;
      color: #222;
      font-weight: 500;
      font-family: "Roboto Condensed", sans-serif;
      padding: 17px 0;
      margin: 0;
      cursor: pointer;
      border-top: 1px solid #ddd;
      position: relative; }
      .category-overview .detail h1:after, .category-overview .detail h2:after, .category-overview .detail h3:after {
        content: ' ';
        background: url("../images/svg/chevron-down-regular.svg") center center no-repeat;
        background-size: 16px 18px;
        width: 16px;
        height: 18px;
        display: block;
        position: absolute;
        top: 20px;
        right: 0; }
      .category-overview .detail h1.active:after, .category-overview .detail h2.active:after, .category-overview .detail h3.active:after {
        transform: rotate(180deg); }
    .category-overview .detail .accordion-body {
      padding: 10px 0 20px;
      display: none;
      overflow: hidden; }
    .category-overview .detail ul,
    .category-overview .detail p {
      margin: 0;
      padding: 0 0 20px;
      font-size: 18px; }
    .category-overview .detail li {
      margin: 0 0 0 20px;
      padding: 0 0 10px; }

.products.wrapper.grid.products-grid {
  position: relative; }
  .products.wrapper.grid.products-grid .amshopby-overlay-block {
    display: none; }
  .products.wrapper.grid.products-grid span.amshopby-loader {
    position: absolute;
    background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") no-repeat center top 50px;
    z-index: 25000;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none; }

@media (max-width: 768px) {
  li.item.product.product-item {
    padding-bottom: 65px;
    padding-top: 10px; }
  .product-item {
    /* Price */ }
    .product-item .product-item-details {
      padding: 10px; }
    .product-item .product-item-name a,
    .product-item .product.name a {
      font-size: 16px; }
    .product-item .product-item-photo .product-image-container {
      width: calc(100% - 20px) !important;
      margin: 0 auto 10px; }
    .product-item .price-box .price {
      font-size: 16px; }
    .product-item .product-item-description p {
      font-size: 13px; }
    .product-item .cd-cat-grid-price {
      bottom: 10px;
      left: 10px; }
      .product-item .cd-cat-grid-price.price-from-label .price-final_price .price:before {
        content: "From";
        margin-right: 5px;
        font-size: 13px; }
  /* Sidebar */
  .category-overview {
    display: block;
    overflow: hidden; }
    .category-overview .detail {
      padding: 20px 0 40px;
      max-width: none; } }

@media (max-width: 540px) {
  .toolbar-top .toolbar .limiter {
    float: none; }
  .toolbar-top .toolbar .sorter {
    float: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5; }
  .product-item .cd-cat-grid-price.price-from-label .price-final_price .price::before {
    display: block; } }

li.item.product.product-item {
  position: relative; }

.spc_off {
  display: block;
  position: absolute;
  top: 43px;
  left: 54px;
  background: #149fb1;
  padding: 7px 10px;
  border-radius: 13px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
  z-index: 5; }

.filter-options .filter-options-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 19px;
  display: block;
  color: #222;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 40px; }
  .filter-options .filter-options-title:after {
    content: ' ';
    width: 14px;
    height: 16px;
    background: url("../images/svg/arrow-right.svg") right center no-repeat;
    position: absolute;
    top: 23px;
    right: -3px;
    display: block;
    transform: rotate(-90deg);
    background-size: 11px 11px;
    transition: all 0.2s; }
  .filter-options .filter-options-title.closed:after {
    transform: rotate(90deg); }

.filter-options .filter-options-title:first-child {
  margin-top: 0;
  border-top: 0; }

.filter-options .filter-options-content .item {
  padding-bottom: 10px;
  margin-bottom: 0; }
  .filter-options .filter-options-content .item > a {
    font-size: 14.4px;
    color: #222;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    .filter-options .filter-options-content .item > a:before {
      width: 20px;
      height: 20px;
      background: #ddd;
      border-radius: 50px;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0; }
    .filter-options .filter-options-content .item > a.amshopby-link-selected:before, .filter-options .filter-options-content .item > a:hover:before {
      content: '✓';
      background: #149fb1;
      text-align: center;
      color: #fff;
      font-size: 12px;
      line-height: 21px;
      font-weight: 700; }
  .filter-options .filter-options-content .item input[type="checkbox"],
  .filter-options .filter-options-content .item input[type="radio"] {
    display: none; }
  .filter-options .filter-options-content .item .count {
    color: #222; }

.filter-options .filter-options-content ol,
.filter-options .filter-options-content ul:not(.-folding) {
  max-height: 155px;
  overflow-y: scroll; }

.filter-options .filter-options-content ::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px; }

.filter-options .filter-options-content ::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 3px; }

.filter-options .filter-options-content ::-webkit-scrollbar-thumb {
  background: #149fb1;
  border-radius: 3px; }

.filter-options .filter-options-content ::-webkit-scrollbar-thumb:hover {
  background: #0f7683; }

.am-filter-items-category_ids ul {
  margin-top: 7px; }

.filter-current + .filter-actions {
  display: none; }

.filter-current {
  font-size: 14.4px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 32px; }
  .filter-current .item {
    margin-bottom: 8px;
    position: relative;
    padding-right: 25px; }
    .filter-current .item svg {
      width: 10px;
      height: 10px;
      position: absolute;
      top: 5px;
      right: 0; }

.action.clear.filter-clear {
  display: none; }

.amshopby-remove:hover {
  color: #222;
  text-decoration: none; }
  .amshopby-remove:hover polygon, .amshopby-remove:hover path {
    fill: #149fb1 !important; }

.sidebar-info-block {
  background: #323747;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 40px;
  display: none; }
  .sidebar-info-block .lead {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 4px;
    color: #fff; }
  .sidebar-info-block .tel {
    font-size: 18px;
    margin: 0 0 4px; }
  .sidebar-info-block p {
    margin: 0 0 20px;
    font-size: 14px; }
    .sidebar-info-block p:last-child {
      margin-bottom: 0; }
  .sidebar-info-block a {
    color: #fff;
    text-decoration: none; }
    .sidebar-info-block a:hover {
      color: #149fb1; }
  .sidebar-info-block svg {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    position: relative;
    top: 2px; }

.sidebar-info-block:last-child {
  display: block; }

.catalog-topnav.amasty-catalog-topnav {
  display: none !important; }

@media (min-width: 768px) {
  .sidebar-info-block {
    padding: 35px 24px; } }

.product-media-info {
  max-width: 1276px;
  margin: 0 auto;
  width: calc(100% - 30px); }

/* Layout */
.page-layout-1column .product.media {
  width: 48.2%;
  padding: 0;
  margin-bottom: 50px;
  background-color: #fff; }

.page-layout-1column .product-info-main {
  width: 48.2%;
  padding: 0;
  margin-bottom: 50px;
  position: relative; }

.catalog-product-view .columns > .column.main {
  padding-bottom: 80px; }

@media (max-width: 767px) {
  .catalog-product-view .columns > .column.main {
    padding-bottom: 0; } }

/* Lower Product */
.cd-product-info-below {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  line-height: 1.4;
  text-align: center;
  padding: 20px; }
  .cd-product-info-below h3 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 26px; }
    .cd-product-info-below h3 a {
      color: #149fb1; }
  .cd-product-info-below p {
    margin: 0; }
  .cd-product-info-below small {
    color: #acacac;
    font-size: 14px; }

/* Title */
.page-title-wrapper.product-title {
  display: flex;
  justify-content: space-between;
  padding-right: 110px; }
  .page-title-wrapper.product-title h1.page-title {
    margin: 0 0 8px;
    font-size: 35px;
    color: #149fb1;
    line-height: 1.2; }

/* Collection link */
.content-container .product-collection-link {
  color: #989AA2;
  font-size: 14.4px;
  margin-bottom: 7px; }
  .content-container .product-collection-link a {
    color: #989AA2;
    text-decoration: underline;
    font-weight: 400; }
    .content-container .product-collection-link a:hover {
      color: #149fb1; }

/* New price container */
.product-info-main .new-price-container .price-box .price-wrapper .price,
.product-options-bottom .new-price-container .price-box .price-wrapper .price {
  color: #149fb1;
  font-size: 22px;
  font-weight: 500; }

/* Options */
.product-add-form .product-options-wrapper {
  margin-top: 17px; }

.product-add-form .fieldset > .field:not(.choice) > .label {
  font-size: 17px; }

.product-add-form .fieldset > .field input[type='text'] {
  height: 48px; }

.product-add-form .fieldset > .field select {
  border: 1px solid #dedede; }

/* Price */
.product-info-main .price-box .price-wrapper .price {
  font-size: 22px;
  font-weight: 500; }

.product-sku-stock {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .product-sku-stock > p {
    margin: 0;
    font-size: 14.4px; }
  .product-sku-stock > .product-sku {
    margin: 0 20px 0 0; }
  .product-sku-stock .stock-icon {
    width: 18px;
    height: 18px;
    margin-right: 7px; }
    .product-sku-stock .stock-icon svg {
      width: 18px;
      height: 18px; }
  .product-sku-stock .product-stock-notice {
    display: flex;
    align-items: center; }
  .product-sku-stock .icon-in-stock + .stock-text {
    color: #149fb1; }
  .product-sku-stock .icon-out-stock + .stock-text {
    color: #ff0000; }

/* Price */
.product-info-main .product-info-price {
  margin-bottom: 2px; }

.product-info-main .price-box {
  display: flex;
  align-items: center;
  padding: 2px 0; }

.product-info-main .price-label {
  display: none; }

.product-info-main .special-price {
  order: 2; }
  .product-info-main .special-price .price,
  .product-info-main .special-price .price:after {
    color: #f00; }

.product-info-main .old-price {
  order: 1;
  margin-right: 10px;
  color: #ccc; }
  .product-info-main .old-price .price {
    color: #ccc; }
  .product-info-main .old-price .price:after {
    display: none;
    content: ''; }

.product-info-main .mage-error {
  color: #c00;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  background: #fae5e5;
  padding: 8px 15px; }

/* Qty */
.qty-container {
  display: flex;
  align-items: center; }
  .qty-container .label {
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    padding-left: 50px; }
  .qty-container .control {
    margin-right: 25px; }
  .qty-container p {
    margin: 0;
    color: #acacac;
    font-size: 14px; }
    .qty-container p span {
      display: block; }

.price-qty-container {
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  margin: 0 0 20px; }

.product-social-links {
  display: none; }

/* Buttons */
.product-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px; }
  .product-actions button {
    border: 0;
    height: 60px;
    flex-grow: 2;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  .product-actions button.tocart {
    background: #1ba5df;
    color: #fff;
    margin-right: 10px; }
  .product-actions button.btn-wishlist {
    margin-right: 10px;
    font-size: 16px;
    background: #dfdfdf; }
  .product-actions button.btn-wishlist span {
    background: #dfdfdf url("../images/svg/productpage-wishlist.svg") left center no-repeat !important;
    display: inline-block;
    padding: 10px 0 10px 31px; }
  .product-actions button.btn-compare {
    margin-right: 0;
    font-size: 16px;
    background: #dfdfdf; }
  .product-actions button.btn-compare span {
    background: #dfdfdf url("../images/icon-button_06.png") left center no-repeat !important;
    display: inline-block;
    padding: 10px 0 10px 31px; }

/* Qty Field */
.product-info-main .box-tocart .field.qty select,
.product-options-bottom .box-tocart .field.qty select {
  border: 1px solid #949494;
  width: 86px;
  height: 50px;
  border-radius: 4px;
  padding-right: 20px;
  appearance: none;
  margin-bottom: 0;
  background: url("../images/svg/chevron-down.svg") no-repeat right 20px center; }

/* Add to Cart */
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  display: block;
  margin: 0 0 30px; }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    display: flex;
    align-items: flex-end; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    flex-grow: 1; }
  .product-info-main .box-tocart .btn-wishlist,
  .product-options-bottom .box-tocart .btn-wishlist {
    margin-left: 20px;
    background: transparent;
    border: 2px solid #149fb1;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    padding: 0;
    margin-bottom: 7px;
    position: relative; }
    .product-info-main .box-tocart .btn-wishlist span,
    .product-options-bottom .box-tocart .btn-wishlist span {
      display: none; }
    .product-info-main .box-tocart .btn-wishlist svg,
    .product-options-bottom .box-tocart .btn-wishlist svg {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateY(-50%);
      /*top: 1px;
			left: 1px;*/ }
      .product-info-main .box-tocart .btn-wishlist svg path,
      .product-options-bottom .box-tocart .btn-wishlist svg path {
        fill: #149fb1; }
    .product-info-main .box-tocart .btn-wishlist:hover,
    .product-options-bottom .box-tocart .btn-wishlist:hover {
      background: #149fb1; }
      .product-info-main .box-tocart .btn-wishlist:hover svg path,
      .product-options-bottom .box-tocart .btn-wishlist:hover svg path {
        fill: #fff; }

.product-add-form .fieldset > .qty.field:not(.choice) > .label {
  font-size: 18px;
  font-weight: 400; }

.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 20px;
  margin-bottom: 0; }

.product-info-main .product.attribute.overview {
  margin: 0 0 20px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0px; }
  .product-info-main .product.attribute.overview a {
    color: #222;
    font-weight: 400;
    text-decoration: underline; }
    .product-info-main .product.attribute.overview a:hover {
      color: #149fb1; }
  .product-info-main .product.attribute.overview h2 {
    margin: 0 0 14px;
    font-size: 20px; }

/* Swatch */
.swatch-attribute .swatch-attribute-label {
  font-size: 14.4px;
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block; }

.swatch-opt {
  margin: 0 0 30px; }

.swatch-attribute-selected-option {
  font-size: 14.4px;
  color: #222; }
  .swatch-attribute-selected-option:not(:empty):before {
    content: ': ';
    color: #222; }

/* Input box for swatch selector, meant to be hidden */
.swatch-input.super-attribute-select {
  display: none !important; }

.catalog-product-view .swatch-attribute-options {
  margin-top: 0; }
  .catalog-product-view .swatch-attribute-options .swatch-option {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 3px solid #fff;
    outline: 1px solid #ccc;
    position: relative;
    margin-right: 6px; }
    .catalog-product-view .swatch-attribute-options .swatch-option.color:not(.disabled):hover, .catalog-product-view .swatch-attribute-options .swatch-option.selected {
      /*outline: 1px solid #ccc;*/ }
  .catalog-product-view .swatch-attribute-options .swatch-option.selected,
  .catalog-product-view .swatch-attribute-options .swatch-option.color:not(.disabled):hover,
  .catalog-product-view .swatch-attribute-options .swatch-option.image:not(.disabled):hover {
    outline: 1px solid #ccc;
    border: 3px solid #fff; }
  .catalog-product-view .swatch-attribute-options .swatch-option.selected:not(.disabled):hover:after,
  .catalog-product-view .swatch-attribute-options .swatch-option.selected:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: 500; }
  .catalog-product-view .swatch-attribute-options .swatch-option.disabled {
    opacity: 0.7; }
  .catalog-product-view .swatch-attribute-options .swatch-option.disabled:after {
    content: '𐌢';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    bottom: auto;
    background: transparent; }

/* Options Bottom */
.product-add-form .product-options-bottom .fieldset {
  padding-bottom: 10px; }

/* Gallery */
.fotorama__stage {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 20px; }

.fotorama__thumb-border {
  border: 2px solid #000; }

/* Add to Cart Btn */
#product-addtocart-button {
  background: #149fb1;
  border-color: transparent;
  font-size: 18px;
  width: 100%;
  text-transform: none;
  border-radius: 4px !important; }
  #product-addtocart-button:hover {
    background: #118a9a; }

/* Product Options */
.product-add-form .fieldset {
  padding-bottom: 0; }
  .product-add-form .fieldset > .field:not(.choice) > .label {
    font-size: 14.4px;
    font-weight: 400;
    display: block;
    padding-bottom: 9px;
    margin: 0; }
  .product-add-form .fieldset .field:not(.required) {
    /*margin-bottom: 30px !important;*/ }
  .product-add-form .fieldset select {
    height: 50px;
    padding: 0 0 0 20px;
    font-size: 14.4px;
    box-shadow: none !important; }
  .product-add-form .fieldset > .field:last-child,
  .product-add-form .fieldset > .fields > .field:last-child {
    padding-bottom: 30px; }

.qty-text {
  font-weight: 500; }

/* Mailto */
.action.mailto.friend {
  display: none; }

/* Share */
#svg-share-btn {
  position: relative;
  top: 3px; }

.share-buttons .expandable svg {
  filter: invert(1);
  padding: 10px; }

/* Related */
.block.related .product-items {
  margin-left: 0;
  margin-top: 15px; }

.block.widget .products-grid .product-items {
  margin-top: 30px; }

.product-add-form .field-type-radio {
  padding-bottom: 20px;
  margin-bottom: 0; }

.product-add-form .fieldset > .field.field-type-radio:not(.choice) > .label {
  font-weight: 500;
  font-size: 18px; }

.product-add-form .fieldset > .field.field-type-radio .field.choice,
.product-add-form .fieldset > .fields > .field.field-type-radio .field.choice {
  margin-bottom: 5px; }

.product-add-form .fieldset > .field.field-type-radio .field.choice [data-label="Ex VAT"]:after,
.product-add-form .fieldset > .field.field-type-radio .field.choice [data-label="Inc VAT"]:after {
  display: none; }

.product-add-form .fieldset > .field.field-type-radio input[type="radio"] {
  margin: 4px 1px 0 0; }

.product-tabs {
  clear: both;
  max-width: 1012px;
  margin: 0 auto 30px;
  width: 100%; }

.product-tabs .tab-headings {
  display: flex;
  justify-content: center; }
  .product-tabs .tab-headings a {
    margin: 0 25px;
    padding: 0 10px 14px;
    line-height: 1.5;
    font-size: 18px;
    color: #222;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    border-bottom: 4px solid transparent; }
  .product-tabs .tab-headings a:last-child {
    margin-right: 0; }
  .product-tabs .tab-headings a:hover,
  .product-tabs .tab-headings a.active {
    border-bottom-color: #149fb1;
    margin-bottom: -4px;
    padding-bottom: 10px; }

.product-tabs .tab-content {
  border-top: 4px solid #eee;
  min-height: 100px;
  padding: 40px 0 0;
  background-color: #fff;
  font-size: 18px;
  margin-bottom: 80px; }
  .product-tabs .tab-content h1, .product-tabs .tab-content h2 {
    color: #149fb1;
    font-size: 35px;
    margin: 40px 0 20px;
    line-height: 1.5; }
    .product-tabs .tab-content h1:first-child, .product-tabs .tab-content h2:first-child {
      margin-top: 0; }
  .product-tabs .tab-content h2 {
    font-size: 28px; }
  .product-tabs .tab-content h3, .product-tabs .tab-content h4, .product-tabs .tab-content h5 {
    font-size: 22px;
    margin: 40px 0 20px;
    color: #222; }
    .product-tabs .tab-content h3:first-child, .product-tabs .tab-content h4:first-child, .product-tabs .tab-content h5:first-child {
      margin-top: 0; }
  .product-tabs .tab-content > p {
    margin-bottom: 20px;
    font-size: 18px; }
  .product-tabs .tab-content ul {
    padding: 0 0 7px 19px;
    margin-bottom: 40px; }
    .product-tabs .tab-content ul li {
      font-size: 18px;
      margin: 0 0 6px; }
      .product-tabs .tab-content ul li::marker {
        color: #149fb1; }
  .product-tabs .tab-content table {
    width: 100% !important; }
  .product-tabs .tab-content .mobile-select {
    display: none; }

.gallery-sidebar {
  max-width: 470px;
  float: right;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-left: 50px;
  background: #f9f9f9; }
  .gallery-sidebar iframe {
    max-width: 100%;
    width: 100%;
    height: 230px; }
  .gallery-sidebar .product-gallery {
    list-style: none;
    margin: 0;
    padding: 0; }
    .gallery-sidebar .product-gallery li {
      margin: 0;
      padding-bottom: 15px; }
      .gallery-sidebar .product-gallery li .gallery-title {
        font-size: 18px;
        font-weight: 500; }
      .gallery-sidebar .product-gallery li img {
        display: block;
        margin-bottom: 18px; }

.catalog-product-view .fieldset > .field .field.choice:last-child,
.catalog-product-view .fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 20px; }

@media (min-width: 1400px) {
  /* Media */
  .page-layout-1column.num-images-1 .product.media {
    background: none;
    /*.fotorama__stage__shaft {
			max-width: none !important;
		}

		.fotorama__stage {
			left: 0 !important;
			width: 100% !important;
		}*/ } }

/* Review List */
#product-review-container {
  font-family: "Roboto Condensed", sans-serif; }
  #product-review-container .block-title {
    display: none; }
  #product-review-container .block-title strong {
    font-weight: 500;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 23px; }
  #product-review-container .review-items .review-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
    font-family: "Roboto Condensed", sans-serif; }
  #product-review-container .review-items .review-content {
    margin-bottom: 9px;
    font-family: "Roboto Condensed", sans-serif; }
  #product-review-container .review-items .review-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 21px; }
  #product-review-container .review-items .review-item:first-child {
    padding-top: 10px; }
  #product-review-container .review-items .review-item:last-child {
    border-bottom: 0; }
  #product-review-container .review-toolbar {
    border-top: 1px solid #e5e5e5; }

/* FAQs */
.product-faq-list li .question {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 0; }

.product-faq-list li .answer {
  margin: 0;
  padding: 0; }

/* Review Form */
.review-form {
  max-width: 800px;
  width: 95%; }
  .review-form .fieldset {
    margin-bottom: 10px; }
  .review-form .fieldset .review-legend.legend strong {
    display: inline;
    margin-left: 7px; }
  .review-form .field {
    margin-bottom: 15px; }
  .review-form input[type='text'] {
    height: 48px;
    border: 1px solid #e5e5e5;
    font-size: 17px; }
  .review-form textarea {
    border: 1px solid #e5e5e5;
    font-size: 17px;
    height: 100px; }
  .review-form div.mage-error[generated] {
    margin-bottom: 8px;
    margin-top: 8px; }

.fieldset .review-legend.legend {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 23px;
  margin-top: 7px; }

/* Recently Viewed Widget */
.block-viewed-products-grid .price-including-tax::before,
.block-viewed-products-grid .product-item-description,
.block-viewed-products-grid .block-title {
  display: none !important; }

.block-viewed-products-grid .price-box {
  order: 2; }

/* Fix */
.fieldset .field:last-child {
  margin-top: 0; }

/**
 * Recently viewed product list
 */
.block-viewed-products-grid .product-item:nth-child(5n),
.block-viewed-products-grid .product-item:nth-child(6n),
.block-viewed-products-grid .product-item:nth-child(7n),
.block-viewed-products-grid .product-item:nth-child(8n) {
  display: none !important; }

.action.tocompare {
  display: none !important; }

@media (max-width: 1500px) {
  .price-qty-container {
    display: block;
    border: 0;
    padding: 0;
    margin: 0; }
  .new-price-container {
    padding-bottom: 30px; }
  .qty-container {
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 0 0 20px; }
  .qty-container .label {
    padding-left: 0; } }

@media (max-width: 1200px) {
  /* Tabs */
  .product-tabs .tab-headings a {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center; } }

@media (max-width: 1100px) {
  /* Tab headings */
  .product-tabs .tab-content {
    padding: 22px 30px; }
  .product-tabs .tab-headings a {
    margin-right: 5px;
    padding: 15px; }
  /* Content */
  .content-table {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 30px; }
    .content-table table {
      width: auto !important; }
  .scroll-notice {
    padding: 8px;
    color: #fff;
    background: #323747;
    display: block;
    margin-top: -20px !important; } }

@media (max-width: 415px) {
  /* Content */
  .content-table {
    width: 282px; } }

@media (max-width: 1090px) {
  /* Layout */
  .product-media-info {
    display: flex;
    flex-wrap: wrap; }
    .product-media-info .page-title-wrapper.product-title {
      order: 2;
      width: 100%;
      position: relative; }
      .product-media-info .page-title-wrapper.product-title .product-price {
        position: absolute;
        top: 0;
        right: 0; }
    .product-media-info .product.media {
      width: 100%;
      order: 1;
      margin-bottom: 25px;
      margin-top: 6px; }
    .product-media-info .product-info-main {
      order: 3;
      width: 100%;
      padding-left: 0; }
  /* Form */
  .product-options-wrapper {
    margin-top: 10px; }
  .product-add-form .fieldset {
    padding-bottom: 10px; } }

@media (max-width: 870px) {
  /* Tabs */
  .product-tabs {
    position: relative;
    padding-top: 0; }
  .product-tabs .tab-headings {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .product-tabs .tab-headings a {
    display: none;
    width: 100%;
    box-sizing: border-box; }
  .product-tabs .tab-headings a.active {
    display: block; }
  .product-tabs .mobile-select {
    display: block !important; }
  .product-tabs .mobile-select select {
    font-size: 16px;
    height: 55px;
    padding-left: 14px;
    padding-right: 20px;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9f9f9 url("../images/icon-dropdown-arrow.png") right center no-repeat;
    box-shadow: none !important;
    cursor: pointer;
    margin-bottom: 20px; }
  .product-tabs .tab-headings {
    display: none; }
  /* Aside */
  .tab-detail.tab-description {
    display: flex;
    flex-wrap: wrap; }
    .tab-detail.tab-description ul {
      margin-top: 0; }
    .tab-detail.tab-description .action.secondary {
      width: 100%;
      display: block;
      margin-top: 10px;
      clear: both; }
    .tab-detail.tab-description .gallery-sidebar {
      float: none;
      margin-left: 0;
      padding: 30px 0 0;
      max-width: none;
      width: 100%;
      border: 0;
      border-top: 1px solid #e5e5e5;
      order: 10;
      margin-top: 30px; } }

@media (max-width: 767px) {
  /* Qty */
  .qty-container p span {
    display: inline; }
  /* Titles */
  .page-title-wrapper.product-title h1.page-title {
    font-size: 20px; }
  .page-title-wrapper.product-title .product-price .price {
    font-size: 22px; }
  .share-buttons {
    top: -3px; }
  .product-add-form .product-options-bottom .fieldset {
    /*display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;*/ }
    .product-add-form .product-options-bottom .fieldset .field.qty {
      grid-column: 1 / 3; }
    .product-add-form .product-options-bottom .fieldset #product-addtocart-button {
      min-width: 180px; }
  .product-media-info {
    width: 100%; }
  .product-tabs .tab-content ul {
    margin-left: 30px; }
  .product-tabs .tab-content {
    padding: 30px 0;
    margin-bottom: 0; } }

@media (max-width: 700px) {
  .product-options-wrapper .select2-container {
    margin-bottom: 20px;
    max-width: 100%; }
  .qty-container {
    flex-wrap: wrap; }
  .qty-container .qty-text {
    width: 100%;
    padding-top: 20px; } }

@media (max-width: 675px) {
  /* Title */
  .product-media-info .page-title-wrapper.product-title {
    display: block; }
    .product-media-info .page-title-wrapper.product-title .page-title {
      margin-bottom: 0; }
    .product-media-info .page-title-wrapper.product-title .product-price {
      margin-bottom: 15px;
      position: static; } }

@media (max-width: 645px) {
  /* Qty Text */
  .qty-text {
    padding-right: 0; } }

@media (max-width: 510px) {
  /* Actions */
  .product-actions {
    display: block;
    overflow: hidden; }
    .product-actions #product-addtocart-button {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; }
    .product-actions button.btn-wishlist {
      width: calc(50% - 5px);
      float: left;
      margin-bottom: 5px;
      margin-right: 0;
      font-size: 14px; }
    .product-actions button.btn-compare {
      width: calc(50% - 5px);
      float: right;
      margin-bottom: 5px;
      margin-right: 0;
      font-size: 14px; }
  .product-info-main .box-tocart .fieldset {
    flex-wrap: wrap; }
    .product-info-main .box-tocart .fieldset .field.qty {
      width: 100%;
      margin-bottom: 20px; }
    .product-info-main .box-tocart .fieldset .actions {
      width: calc(100% - 61px);
      flex-grow: 0; }
    .product-info-main .box-tocart .fieldset #product-addtocart-button {
      min-width: 0; } }

@media (max-width: 430px) {
  /* Related Products */
  .decorated.related-products-heading {
    font-size: 15px; }
    .decorated.related-products-heading span {
      padding: 0 7px; }
    .decorated.related-products-heading .sep {
      padding: 0 2px; } }

@media (max-width: 400px) {
  /* Tabs */
  .product-tabs .tab-content {
    padding: 0;
    border: 0; } }

@media (max-width: 370px) {
  .qty-container .new-price-container {
    width: 100%;
    padding-bottom: 13px; }
  .qty-container .label {
    padding-left: 0; }
  .qty-container .qty-text {
    padding-top: 10px; } }

@media (max-width: 320px) {
  /* Actions */
  .product-actions button {
    padding: 7px 6px; }
  .qty-container {
    display: block; }
    .qty-container .label,
    .qty-container .control {
      display: inline-block; }
    .qty-container p {
      margin-top: 20px; }
  .price-from-label .page-title-wrapper.product-title .product-price .price:before {
    display: block;
    top: 6px; } }

.basket-info {
  background: #EAEAEC;
  padding: 17px 25px;
  border: 0;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  font-size: 14.4px;
  border-radius: 4px; }
  .basket-info strong {
    font-size: 18px; }
  .basket-info p {
    margin-bottom: 0; }

.content-container .price-delivery-link,
.content-container .order-by-delivery {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 28px; }
  .content-container .price-delivery-link:before,
  .content-container .order-by-delivery:before {
    content: ' ';
    display: block;
    width: 22px;
    height: 23px;
    background: url("../images/icon-clock.png") no-repeat left top;
    position: absolute;
    top: 1px;
    left: 0; }
  .content-container .price-delivery-link a,
  .content-container .order-by-delivery a {
    text-decoration: underline;
    font-weight: 400; }

.content-container .price-delivery-link {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-left: 34px; }
  .content-container .price-delivery-link:before {
    width: 28px;
    background: url("../images/icon-delivery.png") no-repeat left top; }

@media (max-width: 480px) {
  .basket-info {
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding: 17px 15px;
    margin-bottom: 0; }
  .basket-info p {
    max-width: none; } }

.products-related .product-item-related .products-grid .product-item-info {
  width: auto !important;
  box-sizing: border-box;
  margin: 0 10px; }

.related-products-heading {
  color: #149fb1;
  font-size: 22px;
  margin-bottom: 30px; }

.block.related {
  margin: 0 -20px; }

.products-related .slick-slide {
  margin: 0 20px !important; }

/* Minicart */
.minicart-wrapper {
  color: #222;
  /* Show/hide cart */
  /* Wrapper */
  /* Items */
  /* Product Actions */
  /* Subtotal */
  /* Actions */
  /* Image */ }
  .minicart-wrapper .action.showcart {
    margin-top: 3px; }
  .minicart-wrapper .action.showcart:after {
    content: 'Basket';
    margin-left: 6px;
    position: relative;
    top: -2px; }
  .minicart-wrapper .action.showcart:before {
    width: 20px;
    height: 18px;
    content: '';
    background: url("../images/svg/basket-shopping-regular.svg") no-repeat;
    background-size: 20px 18px;
    position: relative;
    top: 5px;
    right: -3px; }
  .minicart-wrapper .action.showcart.active:before {
    content: '' !important; }
  @media (max-width: 767px) {
    .minicart-wrapper .action.showcart:after {
      content: '';
      display: none; }
    .minicart-wrapper .action.showcart:before {
      top: 1px; }
    .minicart-wrapper .action.showcart:before {
      right: 0; } }
  .minicart-wrapper .minicart-items-wrapper {
    border: 0;
    padding: 15px 15px 20px 15px;
    height: auto !important; }
  .minicart-wrapper .minicart-items .product-item {
    border: 0; }
  .minicart-wrapper .minicart-items .product-item-name {
    line-height: 20px;
    margin-bottom: 10px; }
  .minicart-wrapper .minicart-items .product-item-name a {
    color: #222;
    font-size: 18px;
    font-weight: 400; }
  .minicart-wrapper .minicart-items .product-item-pricing .label {
    display: inline-block;
    width: auto; }
  .minicart-wrapper .minicart-items .item-qty {
    width: auto;
    display: inline;
    text-align: left;
    margin: 0;
    border: 0;
    pointer-events: none; }
  .minicart-wrapper .minicart-items .product-item-details {
    padding-left: 20px; }
  .minicart-wrapper .minicart-items .product-item-details .details-qty {
    margin-top: 0; }
  .minicart-wrapper .minicart-items .product-item-name {
    margin-bottom: 0; }
  .minicart-wrapper .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #e5e5e5; }
  .minicart-wrapper .minicart-items li:last-child {
    padding-bottom: 0; }
  .minicart-wrapper .minicart-items .product .toggle {
    display: none; }
  .minicart-wrapper .minicart-items .product-item-details .price {
    font-weight: 500; }
  .minicart-wrapper .minicart-items .product-image-container {
    width: 120px !important;
    display: block; }
    .minicart-wrapper .minicart-items .product-image-container img {
      width: 120px !important;
      height: 120px !important; }
  .minicart-wrapper .block-minicart li {
    text-align: left; }
  .minicart-wrapper .product .actions {
    display: none; }
  .minicart-wrapper .subtotal {
    padding: 2px 0;
    margin: 0 10px 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    text-transform: uppercase; }
    .minicart-wrapper .subtotal .label {
      display: inline-block;
      vertical-align: top; }
    .minicart-wrapper .subtotal .label:after {
      display: none; }
    .minicart-wrapper .subtotal .amount.price-container {
      display: inline-block;
      vertical-align: top; }
    .minicart-wrapper .subtotal .amount .price-wrapper:first-child .price {
      font-weight: 500;
      font-size: 18px; }
  .minicart-wrapper .actions {
    display: flex;
    justify-content: space-between; }
  .minicart-wrapper .action.viewcart {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    width: 48%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #149fb1;
    padding: 0;
    font-weight: 400;
    border: 0;
    transition: background 0.2s;
    text-decoration: none;
    border-radius: 4px; }
  .minicart-wrapper .action.viewcart:hover {
    background: #118a9a; }
  .minicart-wrapper .action.checkout {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
    width: 48%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #323747;
    padding: 0;
    border: 0;
    font-weight: 400;
    transition: background 0.2s;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 4px; }
  .minicart-wrapper .action.checkout:hover {
    background: #272b38; }
  .minicart-wrapper .product-image-photo {
    border: 1px solid #e5e5e5;
    padding: 5px; }

.block-minicart .subtitle.empty {
  line-height: 21px; }

/* Cart */
.cart.table-wrapper .product-item-name {
  max-width: 400px; }

.cart.table-wrapper .product-item-name a {
  font-weight: 500;
  color: #222;
  font-size: 18px;
  line-height: 24px; }

.cart-container {
  margin-bottom: 10px;
  position: relative; }

.cart-container .cart-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 15px;
  background: url("../images/ajax-loader.gif") center center no-repeat rgba(0, 0, 0, 0.2);
  z-index: 20; }

/* Title */
.checkout-cart-index h1.page-title {
  font-size: 35px;
  margin-top: 20px;
  font-weight: 500; }

/* Text item actions */
#shopping-cart-table .new-actions-toolbar {
  text-align: left; }
  #shopping-cart-table .new-actions-toolbar .action-edit {
    margin-right: 15px; }

/* Remove */
.remove-link {
  display: inline-block;
  vertical-align: top;
  padding: 3px 28px 3px 0;
  background: url("../images/svg/icon-remove-fixed.svg") center right no-repeat;
  background-size: 17px 17px;
  float: right;
  margin-top: 5px; }

.remove-link:hover {
  background-image: url("../images/svg/icon-remove-fixed-over.svg");
  text-decoration: none; }

/* Headings */
#shopping-cart-table thead {
  display: none; }

/* Image */
.cart.table-wrapper .col.image {
  padding-top: 25px;
  padding-left: 0;
  padding-bottom: 25px; }

.cart.table-wrapper .col.image .cart-image {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  padding: 4px;
  display: flex;
  align-items: center; }

.cart.table-wrapper .col.image .cart-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%; }

/* Columns */
.col.image {
  max-width: 85px; }

/* Values */
.cart.table-wrapper .col {
  vertical-align: middle;
  padding: 11px; }

/* Options */
.cart.table-wrapper .item-options {
  font-size: 16px;
  margin: 0; }

.cart.table-wrapper .item-options dt {
  font-weight: 400;
  text-transform: none;
  font-size: 16px; }

.cart.table-wrapper .item-options dd {
  font-weight: 400;
  font-size: 16px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin: 0; }

/* Borders */
.cart.table-wrapper .items > .item,
.cart.table-wrapper .items thead + .item {
  border-color: #e5e5e5; }

.cart .action.action-edit {
  display: none; }

/* Qty */
.cart.table-wrapper .col.qty .input-text {
  width: 88px;
  height: 58px;
  padding: 0;
  text-align: center;
  border: 0;
  color: #222;
  font-size: 20px;
  margin-top: 0;
  box-shadow: none !important; }

/* Qty Group */
.qty-group {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 0 58px;
  position: relative; }

.qty-group .adjust-qty {
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer; }

.qty-group .adjust-qty.minus {
  left: 0;
  background: url("../images/svg/basket-minus.svg") center center no-repeat; }

.qty-group .adjust-qty.plus {
  right: 0;
  background: url("../images/svg/basket-plus.svg") center center no-repeat; }

.qty-group .adjust-qty:active {
  background-color: #ccc; }

.catalog-product-view .product-info-main .box-tocart .input-text.qty,
.catalog-product-view .product-options-bottom .box-tocart .input-text.qty {
  border: 0;
  font-size: 16px;
  padding: 0 5px; }

.catalog-product-view .qty-group {
  border: 1px solid #949494;
  border-radius: 4px;
  background: #fff;
  position: relative;
  top: 1px;
  padding: 0 40px; }
  .catalog-product-view .qty-group .adjust-qty {
    height: 52px;
    width: 40px;
    opacity: 0.9; }
  .catalog-product-view .qty-group .adjust-qty:active {
    background-color: #f5f5f5; }
  .catalog-product-view .qty-group .adjust-qty.plus {
    background-size: 13px; }
    .catalog-product-view .qty-group .adjust-qty.plus:active {
      border-radius: 0 4px 4px 0; }
  .catalog-product-view .qty-group .adjust-qty.minus {
    background-size: 13px; }
    .catalog-product-view .qty-group .adjust-qty.minus:active {
      border-radius: 4px 0 0 4px; }
  .catalog-product-view .qty-group .input-text.qty:focus {
    box-shadow: none; }

/* Item Info */
.cart.table-wrapper .item .col.item {
  vertical-align: middle;
  display: table-cell;
  padding: 15px 8px 15px 25px; }

/* Prices */
.cart.table-wrapper .price-including-tax .price,
.cart.table-wrapper .price-excluding-tax .price {
  font-weight: 500; }

/* Actions */
.cart.main.actions {
  display: none; }

.cart .btn-continue {
  float: left; }

.cart .action-towishlist {
  display: none; }

.cart .action.action-delete {
  display: none; }

.cart .action.action-edit {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline; }

/* Arrows */
.cart-summary .block.active > .title:after {
  transform: rotate(90deg); }

/* Image */
.checkout-cart-index .cart .product-image-photo {
  border: 1px solid #e5e5e5;
  padding: 15px; }

/* Summary */
.cart-summary .summary.title {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0; }

/* Crosssell */
.block.crosssell {
  clear: both;
  text-align: left;
  margin-bottom: 60px; }

/* Top Cart */
.cart-top-container {
  max-width: 1540px;
  width: calc(96% - 12px);
  margin: 0 auto; }

/* Continue Link */
.link-continue-shopping a {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-decoration: underline; }

.link-continue-shopping a:hover {
  color: #149fb1; }

/* Checkout Btn Top */
.checkout-link-top {
  position: absolute;
  top: 0;
  right: 0; }

/* Checkout Btn */
.checkout-btn {
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  background: #323747;
  width: 292px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }

.checkout-btn span {
  padding-left: 25px;
  background: url(../images/svg/padlock.svg) no-repeat left center; }

.checkout-btn:hover {
  background: #272b38;
  color: #fff;
  text-decoration: none; }

/* Cart Page */
.checkout-cart-index {
  /* Layout */
  /* Navigation */
  /* Trust */
  /* Price */
  /* Footer */ }
  .checkout-cart-index .cart-container {
    margin-top: 55px; }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    float: none; }
  .checkout-cart-index .content-container {
    position: relative; }
  .checkout-cart-index .nav-sections-new .navigation2 > ul {
    /*visibility: hidden*/ }
  .checkout-cart-index .trust-bar-container {
    margin-bottom: 20px; }
  .checkout-cart-index .cart.item .price-including-tax,
  .checkout-cart-index .cart.item .price-excluding-tax {
    font-size: 17px;
    font-weight: 500; }
  .checkout-cart-index .cart.item .price-including-tax .price,
  .checkout-cart-index .cart.item .price-excluding-tax .price {
    font-size: 23px;
    margin-left: 3px; }
  .checkout-cart-index .footer-container {
    padding: 30px 0; }

/* Lower Container */
.cart-lower-container {
  float: right;
  width: 50%;
  margin-bottom: 50px;
  text-align: right; }
  .cart-lower-container .totals-container {
    margin-right: 35px;
    float: right; }
    .cart-lower-container .totals-container p {
      font-size: 16px;
      margin: -5px 0 9px; }
    .cart-lower-container .totals-container .simple-grand-total {
      font-size: 17px;
      font-weight: 500; }
      .cart-lower-container .totals-container .simple-grand-total .simple-key {
        font-size: 17px; }
      .cart-lower-container .totals-container .simple-grand-total .simple-value {
        font-size: 23px; }
  .cart-lower-container .summary-container {
    float: right;
    clear: right; }
    .cart-lower-container .summary-container .card-icons {
      margin: 20px 0; }

/* Discount Block */
#block-discount {
  float: left;
  width: 50%;
  margin-bottom: 50px; }
  #block-discount > .title {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 11px;
    cursor: pointer; }
    #block-discount > .title strong {
      font-size: 16px;
      color: #222;
      text-decoration: underline;
      font-weight: 500; }
    #block-discount > .title:hover strong {
      color: #149fb1; }
  #block-discount > .content {
    display: inline-block;
    vertical-align: top; }
    #block-discount > .content .control-group {
      position: relative; }
      #block-discount > .content .control-group .input-text {
        width: 350px;
        height: 45px;
        border: 0;
        background: #dfdfdf;
        font-size: 16px;
        padding: 0 110px 0 15px;
        box-shadow: none !important; }
      #block-discount > .content .control-group .action {
        position: absolute;
        top: 0;
        right: 0;
        padding: 13px 25px 14px;
        min-width: 110px;
        background: #323747;
        border-color: #323747; }
      #block-discount > .content .control-group .action:hover {
        background: #272b38;
        border-color: #272b38; }
      #block-discount > .content .control-group ::-webkit-input-placeholder {
        color: #222;
        font-weight: 500; }
      #block-discount > .content .control-group ::-moz-placeholder {
        color: #222;
        font-weight: 500; }
      #block-discount > .content .control-group :-ms-input-placeholder {
        color: #222;
        font-weight: 500; }

.cart-summary {
  float: none;
  width: 100%;
  position: static !important;
  display: none !important; }

@media (max-width: 1515px) {
  /* Image */
  .cart.table-wrapper .col.image .cart-image {
    width: 100%; } }

@media (min-width: 1400px) {
  /* Action */
  #empty_cart_button {
    min-width: 249px; } }

@media (max-width: 1130px) {
  /* Cell Heights */
  .cart.table-wrapper .item .col.item {
    padding: 25px 5px 25px; }
  .cart.table-wrapper .product-item-name a {
    font-size: 15px; }
  .cart .action.action-edit,
  .cart.table-wrapper .item-options dt,
  .cart.table-wrapper .item-options dd {
    font-size: 15px; }
  /* Price */
  .cart-price {
    display: block;
    padding-top: 5px; }
  /* Qty Fields */
  .qty-group {
    padding: 0 42px; }
  .qty-group .adjust-qty {
    width: 42px;
    height: 40px; }
  .cart.table-wrapper .col.qty .input-text {
    width: 55px;
    height: 40px;
    font-size: 16px; }
  /* Remove Link */
  .cart .visible-remove-link {
    width: 20px;
    height: 20px; }
  .cart .visible-remove-link span {
    display: none; } }

@media (max-width: 1040px) {
  /* Cart */
  /*.form-cart .btn-continue    { display: none !important; }*/ }

@media (max-width: 768px) {
  /* Btn */
  #empty_cart_button {
    margin: 0 auto 16px;
    min-width: 249px; } }

@media (max-width: 767px) {
  /* Cart */
  .minicart-wrapper {
    float: none;
    margin-top: 0; }
  .minicart-wrapper .action.showcart {
    margin-top: 0;
    position: relative;
    top: 1px; }
  /* Image */
  /*.cart.table-wrapper .col.image  { display: none; }*/
  /* Name */
  .cart.table-wrapper .item .col.item {
    display: block; }
  /* Checkout Btn */
  .checkout-btn {
    width: 200px; }
  /* Qty, Subtotal */
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal {
    width: 50%;
    padding-bottom: 30px;
    text-align: left; }
  /* Unwanted labels */
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    display: none; }
  /* Discount Code */
  #block-discount {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right; }
  #block-discount > .content .control-group .input-text {
    width: 100%; }
  #block-discount > .title {
    margin-top: 0; }
  /* Cart Lower Container */
  #block-discount,
  .cart-lower-container {
    padding-top: 20px; } }

@media (max-width: 530px) {
  /* Checkout Btn */
  .checkout-cart-index .cart-container {
    margin-top: 35px; }
  .checkout-link-top {
    position: static;
    padding-top: 20px; }
  .checkout-btn {
    width: 100%; }
  /* Lower Content */
  .cart-lower-container {
    width: 100%;
    float: none;
    clear: both; } }

.cart-image-mobile {
  display: none; }

@media (max-width: 520px) {
  /* Lower Content */
  .cart-lower-container {
    display: flex;
    flex-wrap: wrap; }
    .cart-lower-container .totals-container {
      order: 10;
      width: 100%;
      text-align: right;
      padding-bottom: 20px;
      margin-right: 0; }
    .cart-lower-container .summary-container {
      order: 20;
      width: 100%; }
  .cart-lower-container .summary-container .card-icons {
    text-align: center; }
  #block-discount > .title {
    margin: 0 auto;
    display: block;
    padding: 0 0 12px;
    text-align: center; }
  #block-discount .content {
    display: block;
    width: 100%; }
  .cart-lower-container .totals-container {
    text-align: left; }
  .cart-lower-container .totals-container p {
    border-top: 1px solid #e5e5e5;
    padding: 7px 0;
    margin: 0;
    overflow: hidden; }
    .cart-lower-container .totals-container p .simple-key {
      float: left;
      text-align: left; }
    .cart-lower-container .totals-container p .simple-value {
      float: right;
      text-align: right; }
  /* Cart Image */
  .cart.table-wrapper .col.image .cart-image {
    height: 100px; }
  /**************************/
  /* Checkout */
  .cart.table-wrapper .col.image {
    display: none; }
  .cart-image-mobile {
    display: block;
    max-width: 50%;
    border: 1px solid #ccc;
    padding: 9px;
    margin: 0 auto 20px; }
  /* Name */
  .cart.table-wrapper .product-item-name {
    margin: 0;
    padding-bottom: 12px; }
    .cart.table-wrapper .product-item-name a {
      font-size: 17px; }
  /* Options */
  .cart.table-wrapper .item-options dt,
  .cart.table-wrapper .item-options dd {
    margin-bottom: 0; }
  /* Prices */
  .cart.table-wrapper .col.subtotal {
    text-align: right; }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal {
    padding-bottom: 10px; }
  /**************************/
  .cart.table-wrapper .col.qty {
    width: 50%;
    text-align: left;
    padding-left: 0; }
  .cart.table-wrapper .col.subtotal {
    text-align: left;
    width: 50%;
    padding-left: 59px;
    padding-bottom: 35px; }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 9px; }
  .cart.table-wrapper .col.remove {
    padding-left: 0; }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal {
    text-align: center; }
  .qty-group {
    margin: 0 auto; }
  .cart.table-wrapper .product-item-name {
    text-align: center; }
  #shopping-cart-table .new-actions-toolbar {
    text-align: center; }
  .checkout-cart-index .price-including-tax .price,
  .checkout-cart-index .price-excluding-tax .price {
    margin-left: 0; }
  .cart .action.action-edit, .cart.table-wrapper .item-options dt, .cart.table-wrapper .item-options dd {
    width: 100%;
    text-align: center; }
  .cart.table-wrapper .col.remove {
    vertical-align: top;
    padding-top: 34px; }
  /**************************/
  #block-discount > .title {
    margin-right: 15px; }
  /* Cart */
  .cart.table-wrapper .product-item-name {
    text-align: left; }
  .cart .action.action-edit,
  .cart.table-wrapper .item-options dt,
  .cart.table-wrapper .item-options dd {
    width: 100%;
    text-align: left; }
  .cart-image-mobile {
    max-width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 9px; }
  .cart.table-wrapper .col {
    padding: 5px 2px; }
  .cart.table-wrapper .new-actions-toolbar {
    display: none; }
  .cart.table-wrapper .product-item-details {
    width: 67%;
    text-align: left;
    padding: 0 9px 0;
    display: inline-block;
    vertical-align: top; }
  .cart.table-wrapper .product-item-name {
    text-align: left;
    margin: 0;
    padding-bottom: 12px; }
  .cart.table-wrapper .product-item-name + .item-options {
    padding-bottom: 15px; }
  .cart.table-wrapper .product-item-name a {
    line-height: 20px; }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 36%; } }

/* Header */
.checkout-index-index .page-header {
  border-bottom: 10px solid #149fb1; }

.checkout-index-index .header.content .phone-number {
  float: right; }

/* Title */
.checkout-index-index .page-title span {
  color: #323747;
  position: relative;
  top: -2px; }

/* Wrapper */
.opc-wrapper {
  padding-top: 30px;
  padding-right: 0; }
  .opc-wrapper .opc {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5; }

/* Content Container */
.checkout-index-index .content-container {
  position: relative; }

.authentication-wrapper {
  display: none; }

/* Progress */
.opc-progress-bar {
  position: absolute;
  top: 32px;
  right: 0; }

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #323747; }

/* Title */
.checkout-index-index .page-title-wrapper {
  width: auto;
  display: block;
  height: auto;
  clip: auto;
  position: static;
  border-bottom: 1px solid #e5e5e5; }
  .checkout-index-index .page-title-wrapper h1.page-title {
    padding: 39px 0 21px;
    font-weight: 500;
    font-size: 35px; }

/* Tooltip box */
.checkout-index-index .field-tooltip .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.checkout-index-index .field-tooltip .field-tooltip-action:before {
  content: '[?]';
  font-family: "Roboto Condensed", sans-serif;
  color: #222;
  font-size: 16px; }

/* Totals */
.checkout-index-index .opc-block-summary .grand.totals.excl {
  display: none; }

/* Tooltip toggle */
.field-tooltip.toggle .field-tooltip-action:after {
  display: none !important; }

/* Login, Shipping Forms */
.opc-wrapper .form-login {
  margin-bottom: 0;
  margin-top: 0; }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none; }

#customer-email-fieldset {
  padding-bottom: 0 !important; }

/* OPC Tooltip Toggle */
.opc-wrapper .field-tooltip {
  top: -29px; }

.field .control._with-tooltip input {
  width: 100%; }

/* Shipping Address Layout */
.opc-wrapper .form-shipping-address {
  margin-top: 10px; }

#shipping-new-address-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #shipping-new-address-form .field[name='shippingAddress.firstname'] {
    order: 10; }
  #shipping-new-address-form .field[name='shippingAddress.lastname'] {
    order: 20; }
  #shipping-new-address-form .field.street {
    order: 40;
    width: 100%; }
    #shipping-new-address-form .field.street .control {
      display: flex;
      justify-content: space-between; }
      #shipping-new-address-form .field.street .control .field {
        width: 48.5%; }
        #shipping-new-address-form .field.street .control .field .label {
          position: absolute;
          overflow: hidden;
          clip: rect(0 0 0 0);
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0;
          border: 0; }
      #shipping-new-address-form .field.street .control .field.additional {
        position: relative; }
        #shipping-new-address-form .field.street .control .field.additional:after {
          content: 'Address Line 2';
          position: absolute;
          left: 0;
          z-index: 250;
          font-size: 16px;
          font-weight: 400;
          top: -29px; }
  #shipping-new-address-form .field[name='shippingAddress.company'] {
    order: 30;
    width: 100%; }
  #shipping-new-address-form .field[name='shippingAddress.city'] {
    order: 50; }
  #shipping-new-address-form .field[name='shippingAddress.region'] {
    order: 60; }
  #shipping-new-address-form .field[name='shippingAddress.postcode'] {
    order: 70; }
  #shipping-new-address-form .field[name='shippingAddress.country_id'] {
    order: 80; }
  #shipping-new-address-form .field[name='shippingAddress.telephone'] {
    order: 90; }
  #shipping-new-address-form .field[name='shippingAddress.fax'] {
    order: 100; }

.billing-address-form .field.street .control .field .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/* Control */
.opc-wrapper .fieldset > .field:not(.choice) > .control {
  width: 100%; }

/* Labels */
.opc-wrapper .fieldset > .field {
  width: 48.5%;
  margin-bottom: 7px; }

.opc-wrapper .fieldset > .field:not(.choice) > .label,
.opc-wrapper .fieldset > .field > label {
  padding-right: 0;
  float: left;
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 7px;
  font-size: 16px; }

/* Inner Titles */
.opc-wrapper .step-title,
.opc-block-summary > .title {
  border: 0;
  font-size: 25px;
  font-weight: 500; }

/* Border Colours */
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-color: #e5e5e5; }

/* Summary */
.opc-block-summary {
  border: 1px solid #e5e5e5;
  background: #fff; }

.opc-block-summary .items-in-cart > .title:after {
  display: none; }

.opc-block-summary table > tbody > tr > td {
  padding: 5px 10px; }

.opc-block-summary > .title {
  font-size: 25px; }

.opc-block-summary .items-in-cart > .title > strong {
  font-size: 25px !important;
  font-weight: 400; }

/* Summary Basket */
.checkout-index-index .minicart-items .product-item-details {
  padding-left: 138px; }

.checkout-index-index .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5; }

.checkout-index-index .minicart-items .product-item-name {
  font-size: 16px;
  font-weight: 500; }

.checkout-index-index .content.minicart-items {
  display: block !important; }

.checkout-index-index .content.minicart-items .product-item-details .toggle {
  display: none !important; }

.checkout-index-index .content.minicart-items .product-item-details .content {
  display: block !important; }

/* Fonts issue */
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400; }

/* Login prompt */
#customer-email-fieldset {
  padding-bottom: 20px; }
  #customer-email-fieldset .field.required {
    margin-bottom: 0 !important; }
  #customer-email-fieldset .note {
    font-size: 13px; }
  #customer-email-fieldset .note:before {
    margin-top: 0 !important; }
  #customer-email-fieldset .actions-toolbar {
    margin-left: 0;
    margin-bottom: 10px; }

/* Fields */
.checkout-index-index .field .control select,
.checkout-index-index .field .control .input-text {
  background: #ededed;
  border: 0;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
  box-shadow: none !important; }

/* Select/Dropdown */
.checkout-index-index .field .control select {
  background: #ededed url("../images/svg/product-colour-dropdown-arrow.svg") center right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Action */
.action.primary.checkout, .block-authentication .actions-toolbar > .primary .action.checkout, .block-authentication #discount-form .actions-toolbar > .action.action-apply .action.checkout, #discount-form .block-authentication .actions-toolbar > .action.action-apply .action.checkout, #discount-form .action.checkout.action-apply {
  width: 250px; }

/* Shipping Methods */
.table-checkout-shipping-method tbody td {
  font-size: 16px; }

#opc-shipping_method {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px; }

#shipping-method-buttons-container {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  margin-left: 0;
  padding-top: 30px; }

/* Discount link */
.checkout-payment-method .payment-option-content {
  padding-left: 0; }

.checkout-payment-method .payment-option-title {
  padding-left: 0; }

.checkout-payment-method .payment-option-title .action-toggle {
  color: #222; }

/* Discount btn */
#discount-form .action.action-apply {
  background: #323747;
  border-color: #323747; }

#discount-form .action.action-apply:hover {
  background: #272b38;
  border-color: #272b38; }

/* Modal issue */
.dropdown-overlay.modal-custom-overlay,
.body._has-modal-custom .modal-custom-overlay {
  display: none !important; }

.authentication-dropdown._show {
  margin-top: 20px; }

/* Checkout minicart */
.checkout-index-index .opc-estimated-wrapper,
.checkout-index-index .action.showcart,
.checkout-index-index .nav-toggle.nav-toggle-mobile {
  display: none !important; }

/* Auth login */
.action.action-auth-toggle {
  color: #222; }

/* Auth popup */
.block-authentication .block-title strong {
  font-weight: 400; }

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  font-size: 16px;
  text-align: left;
  display: block;
  margin-bottom: 7px; }

.block-authentication .fieldset > .field {
  margin-bottom: 0; }

/* Shipping & Payment info */
.opc-block-shipping-information .shipping-information-content {
  font-size: 16px; }

.checkout-shipping-method .actions-toolbar .action.primary, .checkout-shipping-method .actions-toolbar #discount-form .action.action-apply, #discount-form .checkout-shipping-method .actions-toolbar .action.action-apply, .checkout-shipping-method .block-authentication .actions-toolbar > .primary .action, .block-authentication .checkout-shipping-method .actions-toolbar > .primary .action, .checkout-shipping-method .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, .block-authentication #discount-form .checkout-shipping-method .actions-toolbar > .action.action-apply .action, .checkout-shipping-method #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .checkout-shipping-method .actions-toolbar > .action.action-apply .action {
  background: #323747;
  border-color: #323747;
  width: 100%;
  padding: 18px 17px; }

.checkout-shipping-method .actions-toolbar .action.primary > span, .checkout-shipping-method .actions-toolbar #discount-form .action.action-apply > span, #discount-form .checkout-shipping-method .actions-toolbar .action.action-apply > span, .checkout-shipping-method .block-authentication .actions-toolbar > .primary .action > span, .block-authentication .checkout-shipping-method .actions-toolbar > .primary .action > span, .checkout-shipping-method .block-authentication #discount-form .actions-toolbar > .action.action-apply .action > span, .block-authentication #discount-form .checkout-shipping-method .actions-toolbar > .action.action-apply .action > span, .checkout-shipping-method #discount-form .block-authentication .actions-toolbar > .action.action-apply .action > span, #discount-form .block-authentication .checkout-shipping-method .actions-toolbar > .action.action-apply .action > span {
  padding-left: 25px;
  background: url(../images/svg/padlock.svg) no-repeat left center; }

.checkout-shipping-method .actions-toolbar:before, .checkout-shipping-method .actions-toolbar:after {
  content: '';
  display: table; }

.checkout-shipping-method .actions-toolbar:after {
  clear: both; }

.checkout-shipping-method .actions-toolbar > .primary, .checkout-shipping-method #discount-form .actions-toolbar > .action.action-apply, #discount-form .checkout-shipping-method .actions-toolbar > .action.action-apply, .checkout-shipping-method .block-authentication .actions-toolbar > .primary .actions-toolbar > .action, .block-authentication .actions-toolbar > .primary .checkout-shipping-method .actions-toolbar > .action, .checkout-shipping-method .block-authentication #discount-form .actions-toolbar > .action.action-apply .actions-toolbar > .action, .block-authentication #discount-form .actions-toolbar > .action.action-apply .checkout-shipping-method .actions-toolbar > .action, .checkout-shipping-method #discount-form .block-authentication .actions-toolbar > .action.action-apply .actions-toolbar > .action, #discount-form .block-authentication .actions-toolbar > .action.action-apply .checkout-shipping-method .actions-toolbar > .action {
  float: left;
  width: 100%; }

.table-checkout-shipping-method {
  min-width: 0; }

/* Paymemt Methods */
#checkout-payment-method-load {
  font-size: 16px; }

#checkout-payment-method-load .action.primary.checkout, #checkout-payment-method-load #discount-form .action.checkout.action-apply, #discount-form #checkout-payment-method-load .action.checkout.action-apply, #checkout-payment-method-load .block-authentication .actions-toolbar > .primary .action.checkout, .block-authentication .actions-toolbar > .primary #checkout-payment-method-load .action.checkout, #checkout-payment-method-load .block-authentication #discount-form .actions-toolbar > .action.action-apply .action.checkout, .block-authentication #discount-form .actions-toolbar > .action.action-apply #checkout-payment-method-load .action.checkout, #checkout-payment-method-load #discount-form .block-authentication .actions-toolbar > .action.action-apply .action.checkout, #discount-form .block-authentication .actions-toolbar > .action.action-apply #checkout-payment-method-load .action.checkout {
  background: #323747;
  width: 290px;
  height: 60px;
  border-color: #323747; }

/* Summary */
.opc-block-summary {
  border: 1px solid #e5e5e5; }
  .opc-block-summary .items-in-cart > .title {
    border-bottom: 0; }
  .opc-block-summary .table-totals {
    font-size: 16px; }
  .opc-block-summary .product-image-container img {
    border: 1px solid #e5e5e5;
    padding: 5px; }

/* Required Fields */
.opc-wrapper .fieldset > .field._required > label {
  padding-right: 15px; }

.opc-wrapper .field.street .control {
  margin-bottom: 4px; }

.opc-wrapper .fieldset > .field.required > .label:after,
.opc-wrapper .fieldset > .fields > .field.required > .label:after,
.opc-wrapper .field._required span:after {
  content: '*';
  color: #323747;
  margin-left: 2px;
  font-size: 14px; }

/* Errors */
.opc-wrapper .field-error {
  color: #c00;
  margin-top: 4px;
  margin-bottom: 5px; }

div.mage-error[generated][for='customer-email'] {
  margin-top: 8px; }

.field.street .field-error {
  position: absolute;
  top: 85px; }

.field.street .field._error {
  margin-bottom: 17px; }

.action.action-cancel {
  color: #222; }

.basket-info {
  max-width: 710px;
  background: #f9f9f9;
  padding: 25px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 50px; }

.basket-info img {
  float: right;
  margin-left: 45px;
  margin-top: 8px; }

.basket-info p {
  margin-bottom: 0; }

.basket-info h3 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 26px;
  margin-top: 0; }

.basket-info h3 a {
  color: #149fb1; }

@media (min-width: 1251px) {
  .cart-lower-container {
    width: 40%; } }

@media (max-width: 1250px) {
  .basket-info {
    width: 40%;
    text-align: center;
    padding: 25px 15px; }
  .basket-info img {
    display: block;
    margin: 0 auto 20px;
    float: none; }
  .catalog-product-view .basket-info {
    width: 100%;
    margin: 0;
    max-width: 100%; } }

@media (max-width: 530px) {
  .basket-info {
    width: 100%;
    margin-top: 30px; } }

@media (max-width: 1230px) {
  /* Checkout */
  .opc-sidebar {
    width: 100% !important;
    margin-top: 0; }
  .opc-wrapper {
    width: 100% !important; }
  .opc-progress-bar {
    display: none; } }

@media (min-width: 768px) {
  /* Layout */
  .opc-wrapper {
    width: 47.5%; }
  .opc-sidebar {
    width: 46%; } }

@media (max-width: 767px) {
  /* Checkout */
  .opc-wrapper .field-tooltip {
    top: 0px; }
  .checkout-index-index .header.content {
    height: 85px;
    padding-top: 0; } }

@media (max-width: 645px) {
  /* Checkout */
  .opc-wrapper .fieldset > .field {
    width: 100%; } }

@media (max-width: 500px) {
  /* Address Fields */
  #shipping-new-address-form .field.street .control {
    display: block; }
  #shipping-new-address-form .field.street .control .field {
    width: 100%; }
  #shipping-new-address-form .field.street .control .field._required {
    margin-bottom: 37px; } }

@media (max-width: 330px) {
  /* Checkout */
  .checkout-index-index .page-title-wrapper h1.page-title {
    font-size: 29px; }
  .checkout-shipping-method .actions-toolbar .action.primary, .checkout-shipping-method .actions-toolbar #discount-form .action.action-apply, #discount-form .checkout-shipping-method .actions-toolbar .action.action-apply, .checkout-shipping-method .block-authentication .actions-toolbar > .primary .action, .block-authentication .checkout-shipping-method .actions-toolbar > .primary .action, .checkout-shipping-method .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, .block-authentication #discount-form .checkout-shipping-method .actions-toolbar > .action.action-apply .action, .checkout-shipping-method #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .checkout-shipping-method .actions-toolbar > .action.action-apply .action {
    width: 260px; } }

.panel-container {
  margin-bottom: 40px; }

.panel-entry {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  margin-bottom: 40px; }
  .panel-entry h1, .panel-entry h2, .panel-entry h3, .panel-entry h4 {
    color: #149fb1;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px; }
  .panel-entry p {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.5; }
  .panel-entry .aside {
    margin-bottom: 20px; }
    .panel-entry .aside img {
      display: block;
      border-radius: 4px; }

@media (min-width: 1024px) {
  .panel-container {
    margin-bottom: 50px; }
  .panel-entry {
    grid-template-columns: 1fr 626px;
    grid-gap: 34px;
    align-items: center;
    margin-bottom: 70px; }
    .panel-entry .aside {
      margin-bottom: 0; }
    .panel-entry .detail {
      padding-left: 10px; }
    .panel-entry p:last-child {
      margin-bottom: 0; }
  .panel-entry:nth-child(2n) {
    grid-template-columns: 626px 1fr; }
    .panel-entry:nth-child(2n) .aside {
      order: 20;
      margin-bottom: 0; }
    .panel-entry:nth-child(2n) .detail {
      padding-left: 0; }
  .panel-entry:last-child {
    margin-bottom: 0; } }

.cta-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 17px;
  margin-bottom: 40px; }

@media (min-width: 767px) {
  .cta-container {
    grid-template-columns: 1fr 1fr 1fr; } }

.cta {
  text-align: center;
  border-radius: 4px; }
  .cta a {
    text-decoration: none; }
  .cta .image-container {
    padding: 13px 25px;
    display: block;
    min-height: 121px;
    position: relative;
    margin-bottom: 10px;
    background: #E6F5F7;
    border-radius: 4px; }
    .cta .image-container img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      max-width: 80%;
      display: block;
      margin: 0 auto;
      max-height: 70%; }
  .cta .cta-link {
    text-align: center;
    font-size: 16px;
    color: #323747;
    text-decoration: none; }
  .cta:hover .cta-link {
    color: #149fb1; }

@media (min-width: 768px) {
  .cta-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 43px;
    margin-bottom: 70px; }
  .cta-link {
    font-size: 18px; }
  .cta .image-container {
    padding: 25px;
    min-height: 180px;
    margin-bottom: 13px; }
    .cta .image-container img {
      max-height: 90%; } }

@media (min-width: 1025px) {
  .cta-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

.cta-about-products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.cta-about-products .cta {
  margin-right: 22px;
  font-size: 14px; }

.cta-about-products .cta .lead {
  font-size: 20px; }

.cta-about-products .cta .lead strong {
  display: block;
  padding-top: 5px;
  padding-bottom: 9px; }

.cta-about-products .cta p {
  font-size: 14px;
  line-height: 22px; }

.cta-about-products .cta .action {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 19px; }

.cta-about-products .cta:last-child {
  margin-right: 0; }

@media (min-width: 991px) {
  .cta-about-products .cta {
    padding-bottom: 64px;
    position: relative; }
  .cta-about-products .cta .action {
    position: absolute;
    bottom: 0;
    left: 0; } }

@media (max-width: 1150px) and (min-width: 991px) {
  .cta-about-products .cta {
    padding-bottom: 85px; } }

@media (max-width: 990px) {
  .cta-about-products {
    display: block; }
  .cta-about-products .cta {
    width: 100%; }
  .cta-about-products .cta .lead {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    position: relative;
    cursor: pointer; }
  .cta-about-products .cta .lead strong {
    display: inline-block;
    vertical-align: top;
    padding: 0; }
  .cta-about-products .cta .lead:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: '+'; }
  .cta-about-products .cta .lead.active:after {
    content: '-'; }
  .cta-about-products .cta .cta-content {
    display: none;
    padding-bottom: 20px; }
  .cta-about-products .cta:first-child .lead {
    border-top: 0; } }

/* Layout */
.page-layout-cms-left .columns .column.main {
  width: 838px;
  float: none;
  margin: 0 auto;
  max-width: 100%; }

/* Content Container */
.page-layout-cms-left .content-container {
  padding-top: 28px;
  padding-bottom: 60px; }
  .page-layout-cms-left .content-container a:not(.action) {
    color: #149fb1;
    text-decoration: underline; }
  .page-layout-cms-left .content-container p {
    font-size: 18px;
    margin: 0 0 20px; }
  .page-layout-cms-left .content-container ol, .page-layout-cms-left .content-container ul {
    font-size: 18px; }
  .page-layout-cms-left .content-container li {
    margin-bottom: 20px; }
  .page-layout-cms-left .content-container h1 {
    font-size: 35px;
    margin: 0 0 40px;
    line-height: 1.2; }
  .page-layout-cms-left .content-container h1 + p,
  .page-layout-cms-left .content-container h1 + p + p {
    font-size: 22px; }
  .page-layout-cms-left .content-container h2, .page-layout-cms-left .content-container h3, .page-layout-cms-left .content-container h4, .page-layout-cms-left .content-container h5, .page-layout-cms-left .content-container h6 {
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2; }
  .page-layout-cms-left .content-container h2 {
    font-size: 28px; }
  .page-layout-cms-left .content-container h3, .page-layout-cms-left .content-container h4, .page-layout-cms-left .content-container h5 {
    font-size: 18px; }

.cms-index-index .content-container {
  display: none; }

@media (max-width: 768px) {
  .page-layout-cms-left .content-container h1 {
    font-size: 28px; }
  .page-layout-cms-left .content-container h2 {
    font-size: 22px; } }

.page-layout-cms-about .cms-content {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .page-layout-cms-about .cms-content {
      margin-bottom: 40px;
      padding: 50px 585px 50px 40px;
      background: #fff url("../images/gp-watermark.png") no-repeat calc(100% - 100px) center; } }
.team-members {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .team-members {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .team-members {
      grid-gap: 40px; } }
.member-card {
  padding: 20px;
  background: #fff; }
  @media (min-width: 1440px) {
    .member-card {
      display: flex;
      align-items: center;
      padding: 51px 40px 51px; } }
.member-card__avatar {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 1440px) {
    .member-card__avatar {
      flex: 1 0 auto;
      margin: 0 40px 0 0; } }
  .member-card__avatar img {
    width: 200px;
    height: 200px;
    border-radius: 50%; }

.member-card__detail {
  font-size: 16px; }
  @media (min-width: 1440px) {
    .member-card__detail {
      flex: 1 1 auto; } }
p.member-card__name {
  margin: 0 0 3px;
  font-size: 24px;
  font-weight: 500;
  color: #323747; }

p.member-card__title {
  margin: 0 0 17px;
  font-size: 20px;
  font-weight: 500;
  color: #149fb1; }

.member-card__desc {
  font-size: 16px; }

.gi-case-studies {
  margin-top: 40px; }
  .gi-case-studies .slick-slider {
    padding: 0; }
  @media (min-width: 1024px) {
    .gi-case-studies .slick-dotted.slick-slider {
      margin-bottom: 0; } }
  .gi-case-studies .slick-slider .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none !important;
    transform: translateY(-50%); }
    .gi-case-studies .slick-slider .slick-arrow:after, .gi-case-studies .slick-slider .slick-arrow:before {
      display: none; }
  .gi-case-studies .slick-slider .slick-arrow.slick-prev {
    left: -71px;
    transform: translateY(-50%); }
  .gi-case-studies .slick-slider .slick-arrow.slick-next {
    right: -71px; }
  .gi-case-studies .slick-dots {
    bottom: -40px; }
    @media (min-width: 1024px) {
      .gi-case-studies .slick-dots {
        position: absolute;
        bottom: 60px;
        left: 43px;
        width: auto; } }
  .gi-case-studies .slick-dots li {
    margin: 0 2px;
    padding: 5px; }
    .gi-case-studies .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #ddd;
      border-radius: 50%; }
      .gi-case-studies .slick-dots li button:before {
        display: none; }
    .gi-case-studies .slick-dots li.slick-active button {
      background: #149fb1; }

@media (min-width: 768px) {
  .gi-case-studies-listing {
    margin: 0 -10px; } }

.casestudy-card {
  background-color: #fff; }
  @media (min-width: 768px) {
    .casestudy-card {
      margin: 0 10px; } }
@media (min-width: 1024px) {
  .casestudy-card__inner {
    display: flex;
    padding: 58px 40px; } }

@media (min-width: 1024px) {
  .casestudy-card__img {
    flex: 1 1 auto;
    width: 50%;
    margin-left: 30px; } }

@media (min-width: 1440px) {
  .casestudy-card__img {
    margin-left: 80px; } }

.casestudy-card__img img {
  width: 100%; }

.casestudy-card__info {
  padding: 20px; }
  @media (min-width: 1024px) {
    .casestudy-card__info {
      flex: 1 1 auto;
      width: 50%;
      order: -1;
      margin-right: 20px;
      padding: 0 0 40px; } }
  @media (min-width: 1440px) {
    .casestudy-card__info {
      margin-right: 50px; } }
  .casestudy-card__info h3 {
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
  .casestudy-card__info p {
    font-size: 16px; }
    .casestudy-card__info p:first-child {
      font-size: 18px;
      font-weight: 500; }
      @media (min-width: 1440px) {
        .casestudy-card__info p:first-child {
          font-size: 24px; } }
.gallery-page-full > h1 {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .gallery-page-full > h1 {
      font-size: 28px; } }
.fotorama--fullscreen {
  z-index: 5000 !important; }
  .fotorama--fullscreen .fotorama__nav {
    padding-bottom: 30px;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center; }

.fotorama__fullscreen-icon:focus:after {
  box-shadow: none !important; }

.fotorama__arr {
  background: transparent !important; }

.fotorama__nav.fotorama__nav--thumbs {
  text-align: center; }

.contact-lead {
  text-align: center;
  margin: 0 0 34px;
  font-size: 35px;
  color: #149fb1; }

/* Layout */
.contact-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 44px;
  max-width: 1011px;
  width: 100%;
  margin: 0 auto 75px; }
  @media (min-width: 768px) {
    .contact-group {
      grid-template-columns: 1fr 1fr; } }
.contact-detail {
  background: #323747;
  color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 6px 6px 16px #11304F29;
  text-align: center; }
  .contact-detail .contact-image {
    height: 340px;
    width: 100%;
    background: url("../images/sample-contact.jpg") center center no-repeat;
    background-size: cover; }
  .contact-detail img {
    display: block;
    width: 100%; }
  .contact-detail .contact-text {
    padding: 58px 10px;
    display: inline-block;
    text-align: left; }
  .contact-detail .opening-times {
    font-size: 14.4px;
    margin: 0;
    padding-left: 49px;
    line-height: 1.5; }
    .contact-detail .opening-times span {
      font-weight: 500; }
  .contact-detail a {
    color: #fff;
    text-decoration: none; }
  .contact-detail .tel, .contact-detail .email {
    font-size: 16px;
    margin: 0 0 28px;
    display: block;
    line-height: 1; }
    .contact-detail .tel:hover, .contact-detail .email:hover {
      text-decoration: underline; }
    .contact-detail .tel svg, .contact-detail .email svg {
      width: 28px;
      margin-right: 13px;
      vertical-align: middle; }

@media (min-width: 768px) {
  .contact-detail .tel, .contact-detail .email {
    font-size: 24px; } }

@media (min-width: 1070px) {
  .contact-detail .contact-text {
    padding: 67px 10px; }
  .contact-detail .tel, .contact-detail .email {
    font-size: 28px; }
    .contact-detail .tel svg, .contact-detail .email svg {
      vertical-align: auto; } }

.contact-aside .new-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .contact-aside .new-fieldset textarea {
    height: 147px;
    margin: 0; }

.contact-map {
  max-width: 1011px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: center; }
  .contact-map h2 {
    font-size: 35px;
    margin-bottom: 30px; }
  .contact-map h2 + p {
    font-size: 22px;
    margin: 0 0 30px; }
  .contact-map #map {
    width: 100%;
    height: 500px; }

/* Detail */
.contact-numbers {
  padding-top: 10px; }
  .contact-numbers p {
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .contact-numbers p strong {
      display: block; }
    .contact-numbers p a {
      font-weight: 400; }
  .contact-numbers p:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

/* Nav selected */
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #149fb1; }

/* Layout */
.account .trust-bar-container {
  margin-bottom: 25px; }

.newsletter-manage-index .fieldset > .field.choice:before,
.newsletter-manage-index .fieldset > .field.no-label:before {
  display: none; }

.newsletter-manage-index .actions-toolbar {
  margin-left: 0 !important; }

/* Boxes */
.block.block-new-customer,
.block.block-customer-login {
  padding: 24px;
  border: 1px solid #e5e5e5; }

/* Login titles */
.login-container .block .block-title {
  font-size: 25px;
  border: 0;
  margin-bottom: 0; }

/* Fieldsets */
fieldset.login {
  border: 0;
  padding: 0;
  margin: 0; }
  fieldset.login .field.email {
    float: left;
    width: 48.5%; }
  fieldset.login .field.password {
    float: right;
    width: 48.5%; }
  fieldset.login .new-actions-toolbar {
    clear: both; }

/* Login page titles */
.customer-account-forgotpassword h1.page-title,
.customer-account-create h1.page-title,
.customer-account-login h1.page-title {
  font-size: 35px;
  margin-top: 40px;
  margin-bottom: 32px;
  color: #149fb1; }

/* Extra spacing */
.customer-account-forgotpassword .content-container,
.customer-account-create .content-container {
  padding-bottom: 30px; }

.footer-container .footer,
.footer-container .sub-footer {
  width: 1640px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  box-sizing: border-box; }

/* Container */
.footer-container {
  background: #323747;
  padding: 43px 0 40px;
  color: #fff; }
  .footer-container .footer {
    margin-bottom: 21px;
    border-bottom: 1px solid #53586d;
    padding-bottom: 60px;
    position: relative;
    left: -32px; }

/* Sub footer */
.footer-container .sub-footer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  position: relative;
  left: -32px; }
  .footer-container .sub-footer p {
    margin: 0; }
  .footer-container .sub-footer a {
    color: #fff; }

/* Cols */
.footer-cols {
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .footer-cols .col h4 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff; }
  .footer-cols .col ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-cols .col ul li {
      margin: 0 0 8px;
      padding: 0;
      font-size: 14px; }
      .footer-cols .col ul li a {
        color: #fff; }
  .footer-cols .col ul.social-list li {
    margin-bottom: 8px; }
  .footer-cols .col ul.social-list img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px; }
  .footer-cols .col .mobile-content h4 {
    margin-top: 30px; }

.footer-payment-icons {
  height: 25px;
  filter: saturate(0); }

.payment-method-svgs {
  display: flex; }
  .payment-method-svgs svg {
    width: 28px;
    height: 25px;
    margin-right: 10px; }
    .payment-method-svgs svg path {
      fill: #fff; }

.footer-phone,
.footer-email {
  margin: 0 0 20px;
  display: flex;
  align-items: center; }
  .footer-phone svg,
  .footer-email svg {
    margin-right: 8px; }
  .footer-phone a,
  .footer-email a {
    color: #fff;
    text-decoration: none; }
    .footer-phone a:hover,
    .footer-email a:hover {
      color: #149fb1; }

.footer-phone {
  font-size: 22.5px; }

.footer-email {
  font-size: 18px; }

.footer-logo {
  margin: 0 0 22px; }
  .footer-logo img {
    width: 280px;
    max-width: 100%; }

@media (max-width: 1755px) {
  .footer-container .sub-footer,
  .footer-container .footer {
    left: 0; } }

@media (max-width: 1023px) {
  /* Layout */
  .footer-cols {
    flex-wrap: wrap; }
    .footer-cols .col {
      width: calc(33.333% - 40px);
      margin: 0 20px 0 0;
      padding-bottom: 30px; }
    .footer-cols .col:last-child {
      width: 66.666%; } }

@media (max-width: 768px) {
  .footer-container .footer {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff; }
  /* Layout */
  .footer-cols .col,
  .footer-cols .col:last-child {
    width: 100%;
    padding-bottom: 20px;
    margin-right: 0; }
    .footer-cols .col h4,
    .footer-cols .col:last-child h4 {
      margin-bottom: 0;
      font-weight: 400;
      position: relative;
      font-size: 16px;
      cursor: pointer; }
      .footer-cols .col h4:after,
      .footer-cols .col:last-child h4:after {
        content: ' ';
        display: block;
        width: 12px;
        height: 14px;
        background: url("../images/svg/chevron-down-regular.svg") center center no-repeat;
        filter: invert(1);
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.2s; }
      .footer-cols .col h4.active:after,
      .footer-cols .col:last-child h4.active:after {
        content: ' ';
        transform: rotate(180deg); }
    .footer-cols .col .mobile-content,
    .footer-cols .col:last-child .mobile-content {
      display: none;
      padding-top: 20px; }
  .footer-cols .col.col-connect {
    padding-top: 20px; }
    .footer-cols .col.col-connect > h4 {
      pointer-events: none;
      font-size: 0; }
      .footer-cols .col.col-connect > h4:before {
        content: 'Follow Us';
        font-size: 16px; }
      .footer-cols .col.col-connect > h4:after {
        display: none; }
    .footer-cols .col.col-connect .mobile-content {
      display: block !important; }
      .footer-cols .col.col-connect .mobile-content h4, .footer-cols .col.col-connect .mobile-content p, .footer-cols .col.col-connect .mobile-content img {
        display: none; }
  .footer-phone {
    font-size: 19px; }
  .footer-email {
    font-size: 16px; }
  .footer-phone svg,
  .footer-email svg {
    filter: brightness(100); }
  /* Copyright */
  .footer-container .sub-footer {
    display: block; }
  .sub-footer p:first-child {
    font-size: 0;
    margin-bottom: 5px; }
    .sub-footer p:first-child span {
      font-size: 13px;
      display: block;
      text-align: center;
      margin-bottom: 5px; }
  .sub-footer p {
    text-align: center;
    font-size: 13px; } }

@media (min-width: 769px) {
  .footer-cols .mobile-content {
    display: block !important;
    overflow: visible !important;
    height: auto !important; } }

.footer-container .social-list {
  display: flex;
  align-items: center; }
  .footer-container .social-list svg {
    width: 18px;
    margin-right: 16px; }

#trust-badge-container {
  position: fixed;
  bottom: 15px;
  left: 20px;
  z-index: 99; }

.back-to-top {
  display: none; }
  @media (min-width: 1440px) {
    .back-to-top {
      position: fixed;
      bottom: 100px;
      right: 20px;
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      padding: 0;
      margin: 0;
      opacity: 0;
      border: 0;
      background: #333747;
      border-radius: 50%;
      visibility: hidden;
      transition: all 0.3s; }
      .back-to-top:hover, .back-to-top:focus, .back-to-top:active {
        background: #333747;
        border: 0; }
      .back-to-top.is-active {
        opacity: 0.3;
        visibility: visible; }
        .back-to-top.is-active:hover {
          opacity: 1; } }
  @media (min-width: 1600px) {
    .back-to-top {
      width: 60px;
      height: 60px; } }
.trust-review-looper {
  margin-bottom: 70px;
  /* the parent */ }
  .trust-review-looper .rating-stars {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 25px; }
  .trust-review-looper .rating-stars .rating-stars-empty {
    width: 95px; }
  .trust-review-looper .rating-stars .rating-stars-empty,
  .trust-review-looper .rating-stars .rating-stars-full {
    height: 18px;
    display: inline-block;
    background: url(../images/rating-stars.png) top left no-repeat transparent;
    background-size: 95px; }
  .trust-review-looper .rating-stars .rating-stars-full {
    background-position: bottom left;
    filter: brightness(0); }
  .trust-review-looper .top-info {
    color: #222;
    text-align: center;
    margin-bottom: 50px; }
    .trust-review-looper .top-info h3 {
      font-size: 23px;
      text-transform: uppercase; }
    .trust-review-looper .top-info p {
      font-size: 20px;
      font-weight: 500;
      font-family: "Roboto", sans-serif;
      margin: 0;
      color: #149fb1;
      position: relative;
      display: inline-block; }
      .trust-review-looper .top-info p:before {
        content: 'Our Customers rate us ';
        color: #222;
        background: url("../images/ts-trustmark_220.png") no-repeat left center;
        background-size: 67px 67px;
        padding: 23px 0 23px 78px; }
    .trust-review-looper .top-info span {
      font-size: 18px;
      font-weight: 400;
      color: #222; }
  .trust-review-looper .review-slides .slide {
    background: #eee;
    padding: 40px 30px;
    text-align: left;
    height: 100%; }
  .trust-review-looper .slick-slider {
    padding: 0; }
    .trust-review-looper .slick-slider .slick-arrow.slick-next {
      right: -71px !important;
      background-image: none !important; }
    .trust-review-looper .slick-slider .slick-arrow.slick-prev {
      left: -71px !important;
      transform: rotate(0deg);
      background-image: none !important; }
  .trust-review-looper .slick-arrow {
    width: 17px;
    height: 28px;
    background: none !important; }
  .trust-review-looper .slick-track {
    display: flex !important; }
  .trust-review-looper .slick-slide {
    height: inherit !important;
    margin: 0 10px;
    background: #eee; }
  .trust-review-looper .slick-list {
    margin: 0 -10px; }
  .trust-review-looper .slick-dots {
    bottom: -45px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .trust-review-looper .slick-dots li {
      margin: 20px 5px;
      padding: 0; }
    .trust-review-looper .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #ddd;
      border-radius: 250px;
      text-indent: -9999em;
      padding: 0;
      border: 0; }
      .trust-review-looper .slick-dots li button:before, .trust-review-looper .slick-dots li button:after {
        display: none !important; }
    .trust-review-looper .slick-dots li.slick-active button {
      background: #149FB1;
      border-radius: 50%;
      width: 10px;
      height: 10px; }
  .trust-review-looper .bottom-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0 50px; }
    .trust-review-looper .bottom-info img {
      height: auto;
      max-width: 50px; }
    .trust-review-looper .bottom-info a {
      margin-top: 22px;
      color: #323747;
      text-transform: uppercase;
      font-weight: 500; }

@media (max-width: 768px) {
  .trust-review-looper .top-info {
    margin-bottom: 20px; }
  .trust-review-looper .top-info p {
    background: url(../images/ts-trustmark_220.png) no-repeat left center;
    background-size: 45px;
    padding: 15px 0 15px 60px;
    text-align: left;
    line-height: 1.3; }
    .trust-review-looper .top-info p:before {
      background: none;
      text-align: left;
      padding: 0; } }

@media (min-width: 769px) {
  .catalog-product-view .trust-review-looper {
    margin-bottom: 100px; }
  .trust-review-looper .review-slides .slide {
    padding: 70px 58px; }
  .trust-review-looper .top-info p {
    font-size: 28px;
    margin: 0; }
    .trust-review-looper .top-info p:before {
      background-size: 67px 67px;
      padding: 20px 0 20px 267px; }
    .trust-review-looper .top-info p:after {
      content: ' ';
      display: block;
      width: 190px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-stars.png") left center no-repeat;
      margin-left: 82px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.gallery-arrow {
  width: 14px;
  height: 8px;
  display: block;
  margin: 0 auto 20px;
  cursor: pointer; }

.gallery-arrow.arrow-up {
  transform: rotate(180deg);
  display: block;
  margin: 0 auto 20px; }

.testimonials-container h2 {
  margin-bottom: 30px; }

.testimonials-container .help-banner-container {
  margin-bottom: 40px; }

.testimonial-list {
  font-size: 22px;
  line-height: 1.31; }
  .testimonial-list li {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-style: italic; }
    .testimonial-list li:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 50px; }
  .testimonial-list .author {
    font-size: 18px;
    margin: 0;
    font-style: normal; }
  .testimonial-list .testimonial-content > *:first-child:before {
    content: '"'; }
  .testimonial-list .testimonial-content > *:last-child:after {
    content: '"'; }

.general-pagination {
  font-size: 14.4px;
  color: #767676;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .general-pagination li {
    margin: 0 1px; }
    .general-pagination li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      border: 2px solid #DDD;
      transition: all 0.2s;
      text-decoration: none;
      color: #767676; }
      .general-pagination li a.active, .general-pagination li a:hover {
        border-color: #149fb1;
        color: #149fb1; }
        .general-pagination li a.active svg path, .general-pagination li a:hover svg path {
          fill: #149fb1; }
    .general-pagination li.disabled {
      opacity: 0.5;
      pointer-events: none; }
  .general-pagination svg {
    display: block;
    width: 8px;
    height: 9px; }
  .general-pagination .prev a {
    text-indent: -999em; }
  .general-pagination .next a {
    text-indent: -999em; }

/* General */
.trust-bar-container {
  position: relative;
  overflow: hidden;
  background: #eee;
  margin-bottom: 12px; }
  .trust-bar-container .trust-bar {
    max-width: 1540px;
    margin: auto;
    width: 96%; }
    .trust-bar-container .trust-bar .icon {
      background-repeat: no-repeat; }
    .trust-bar-container .trust-bar .icon.icon-rated-excellent {
      background-image: url("../images/svg/trust-rated.svg"); }
    .trust-bar-container .trust-bar .icon.icon-quality {
      background-image: url("../images/svg/trust-quality.svg"); }
    .trust-bar-container .trust-bar .icon.icon-delivery {
      background-image: url("../images/svg/trust-delivery.svg"); }
    .trust-bar-container .trust-bar .icon.icon-design {
      background-image: url("../images/svg/trust-design.svg");
      background-size: 28px;
      background-position: left 53%; }
    .trust-bar-container .trust-bar .icon.icon-selection {
      background-image: url("../images/svg/trust-selection.svg"); }

@media (min-width: 1330px) {
  /* Trust bar */
  .trust-bar-container .trust-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
  .trust-bar-container .trust-bar ul li {
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
    color: #149fb1;
    font-weight: 500; }
  .trust-bar-container .trust-bar .icon {
    padding-left: 40px;
    background-position: left 46%; }
  .trust-bar-container .trust-bar .icon.icon-rated-excellent {
    padding-left: 120px; } }

@media (max-width: 1329px) {
  /* Trust bar */
  .trust-bar-container {
    background: #eee;
    margin-bottom: 12px; }
    .trust-bar-container .trust-bar ul:not(.slick-initialized) li {
      display: none; }
      .trust-bar-container .trust-bar ul:not(.slick-initialized) li:first-child {
        display: block; }
    .trust-bar-container .trust-bar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .trust-bar-container .trust-bar ul li {
      font-size: 14px;
      padding: 12px 0;
      margin: 0;
      color: #149fb1;
      text-align: center; }
    .trust-bar-container .trust-bar .icon {
      background: none !important; }
    .trust-bar-container .trust-bar .icon span {
      background-repeat: no-repeat;
      padding: 3px 10px 5px 37px; }
    .trust-bar-container .trust-bar .icon.icon-rated-excellent span {
      background-image: url("../images/svg/trust-rated.svg");
      padding: 1px 10px 3px 117px; }
    .trust-bar-container .trust-bar .icon.icon-quality span {
      background-image: url("../images/svg/trust-quality.svg"); }
    .trust-bar-container .trust-bar .icon.icon-delivery span {
      background-image: url("../images/svg/trust-delivery.svg"); }
    .trust-bar-container .trust-bar .icon.icon-design span {
      background-image: url("../images/svg/trust-design.svg"); }
    .trust-bar-container .trust-bar .icon.icon-selection span {
      background-image: url("../images/svg/trust-selection.svg"); } }

@media (max-width: 370px) {
  /* Trust bar */ }

/* Large horizontal bar */
.ratings-large-bar-container {
  background: #eee url("../images/bg-ratings-large.png") left center no-repeat;
  height: 60px;
  max-width: 1540px;
  margin: 0 auto 30px;
  width: 96%; }
  .ratings-large-bar-container .ratings-large-bar {
    text-align: center;
    padding: 11px 0; }
    .ratings-large-bar-container .ratings-large-bar p {
      color: #222;
      font-size: 25px;
      font-weight: 500;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
    .ratings-large-bar-container .ratings-large-bar .live-rating {
      display: inline-block;
      vertical-align: top; }
      .ratings-large-bar-container .ratings-large-bar .live-rating .stars {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 2px;
        margin: 0 10px; }
      .ratings-large-bar-container .ratings-large-bar .live-rating .rating-text {
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        font-size: 17px;
        position: relative;
        top: 4px; }

/* Large bar, narrow */
.ratings-large-bar-container.narrow-bar {
  height: 40px;
  font-size: 17px;
  background: #eee url("../images/bg-ratings-narrow.png") left center no-repeat; }
  .ratings-large-bar-container.narrow-bar .ratings-large-bar {
    padding: 8px 0; }
    .ratings-large-bar-container.narrow-bar .ratings-large-bar p {
      font-size: 17px; }
    .ratings-large-bar-container.narrow-bar .ratings-large-bar .live-rating img {
      height: 20px;
      top: -3px; }
    .ratings-large-bar-container.narrow-bar .ratings-large-bar .live-rating .rating-text {
      top: -1px; }

.ratings.ratings-large-bar-container.narrow-bar.internal-bar {
  width: 100%;
  margin-bottom: 10px; }

/* Aside box */
.ratings-aside-container {
  border: 1px solid #e5e5e5; }
  .ratings-aside-container .ratings-aside {
    padding: 33px 0 0;
    position: relative; }
    .ratings-aside-container .ratings-aside h3 {
      font-size: 25px;
      color: #222;
      padding: 0 24px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 130px;
      background: url("../images/bg-ratings-aside.png") center top no-repeat;
      background-size: contain;
      margin-top: 0; }
      .ratings-aside-container .ratings-aside h3 a {
        display: block;
        margin-top: 43px;
        margin-left: 6px; }
      .ratings-aside-container .ratings-aside h3 a:hover {
        color: #222;
        text-decoration: underline; }
    .ratings-aside-container .ratings-aside .rating-info {
      font-weight: 500; }
    .ratings-aside-container .ratings-aside .main-review-list {
      height: 450px;
      overflow-y: auto;
      margin-top: 96px;
      margin-bottom: 0;
      padding: 25px;
      margin-right: 20px; }
      .ratings-aside-container .ratings-aside .main-review-list .star-rating {
        display: block;
        padding: 0 0 10px; }
      .ratings-aside-container .ratings-aside .main-review-list .reviews .stars {
        font-size: 16px;
        font-weight: 500;
        color: #149fb1; }

@media (max-width: 1390px) and (min-width: 860px) {
  .ratings-aside-container .ratings-aside {
    border-top: 18px solid #e9d000; } }

@media (max-width: 1140px) {
  .ratings-aside-container .ratings-aside h3 {
    background: url("../images/bg-ratings-300x110.png") center top no-repeat;
    background-size: contain; } }

@media (max-width: 1100px) {
  .ratings-large-bar-container .ratings-large-bar p {
    font-size: 21px;
    position: relative;
    top: 3px; }
  .ratings-large-bar-container.narrow-bar .ratings-large-bar p {
    position: relative;
    top: 0px; } }

@media (max-width: 1000px) {
  .ratings-large-bar-container .ratings-large-bar {
    padding-left: 60px; }
  .ratings-large-bar-container .ratings-large-bar .live-rating .rating-text {
    display: none; } }

@media (max-width: 860px) {
  .ratings-aside-container {
    width: 100%;
    background: url("../images/bg-ratings-flat-yellow.png") top center repeat-x; }
    .ratings-aside-container .ratings-aside {
      padding-top: 24px; }
      .ratings-aside-container .ratings-aside h3 {
        background-image: none; }
        .ratings-aside-container .ratings-aside h3 a {
          margin-top: 0px;
          background: url("../images/ts-trustmark_220.png") left center no-repeat;
          display: inline-block;
          padding: 28px 0 28px 50px;
          background-size: 35px; }
      .ratings-aside-container .ratings-aside .main-review-list {
        margin-top: 82px;
        padding-top: 0;
        margin-right: 15px;
        margin-bottom: 30px; } }

@media (max-width: 800px) {
  .ratings-large-bar-container .ratings-large-bar .live-rating .stars {
    top: 8px;
    width: 84px; } }

@media (max-width: 640px) {
  .ratings-large-bar-container .ratings-large-bar {
    padding: 5px 0; }
  .ratings-large-bar-container .ratings-large-bar p {
    float: right;
    padding-right: 10px;
    font-size: 18px; }
  .ratings-large-bar-container .ratings-large-bar .live-rating {
    float: right;
    clear: right; }
  .ratings-large-bar-container .ratings-large-bar .live-rating .stars {
    top: 0; }
  .ratings-large-bar-container.narrow-bar {
    height: 60px;
    background: #eee url("../images/bg-ratings-large.png") left center no-repeat; }
    .ratings-large-bar-container.narrow-bar .ratings-large-bar .live-rating img {
      height: auto; } }

@media (max-width: 500px) {
  .ratings-large-bar-container.narrow-bar .ratings-large-bar p {
    font-size: 20px; } }

@media (max-width: 485px) {
  .ratings-large-bar-container.narrow-bar .ratings-large-bar {
    padding: 2px 0; } }

@media (max-width: 455px) and (min-width: 416px) {
  .ratings-large-bar-container.narrow-bar .ratings-large-bar p {
    font-size: 18px; } }

@media (max-width: 420px) {
  .ratings-aside-container .ratings-aside h3 {
    font-size: 21px; }
  .ratings-aside-container .ratings-aside h3 a {
    padding: 19px 0 19px 50px;
    width: 190px; } }

@media (max-width: 415px) {
  .ratings-large-bar-container.narrow-bar,
  .ratings-large-bar-container {
    height: 84px;
    background: url("../images/Garage-Review-450x86.png") top left no-repeat; }
  .ratings-large-bar-container.narrow-bar .ratings-large-bar,
  .ratings-large-bar-container .ratings-large-bar {
    padding: 8px 0; }
  .ratings-large-bar-container .ratings-large-bar p {
    font-size: 20px; }
  .ratings-large-bar-container .ratings-large-bar p {
    padding-left: 65px;
    text-align: right;
    line-height: 22px; } }

@media (max-width: 400px) {
  .ratings-large-bar-container .ratings-large-bar {
    padding: 4px 0; }
  .ratings-large-bar-container .ratings-large-bar .live-rating .stars {
    top: 4px;
    width: 110px; } }

@media (max-width: 340px) {
  .ratings-aside-container .ratings-aside h3 {
    font-size: 21px; } }

.social-container {
  margin-bottom: 16px; }
  .social-container h3 {
    margin-bottom: 7px; }
  .social-container .decorated .set-right.facebook {
    background: transparent url(../images/svg/footer-facebook.svg) right center no-repeat;
    padding: 15px 43px 15px 16px;
    background-size: 29px; }
    @media (max-width: 767px) {
      .social-container .decorated .set-right.facebook {
        display: none; } }
  .social-container .social-inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .social-container .social-inner {
        display: block; } }
    .social-container .social-inner .social {
      display: flex;
      margin-right: 20px;
      width: 33.33%;
      background-color: #fff; }
      @media (max-width: 767px) {
        .social-container .social-inner .social {
          width: 100%;
          margin-bottom: 20px;
          display: block;
          min-height: 0; } }
      .social-container .social-inner .social:last-child {
        margin-right: 0; }
      .social-container .social-inner .social .fb-post {
        display: block;
        width: 100%; }
      .social-container .social-inner .social .fb-post > span,
      .social-container .social-inner .social iframe {
        width: 100% !important; }

/* Content */
.ratings-aside-container {
  width: 32.7%;
  margin-left: 1.2%; }
  @media (max-width: 860px) {
    .ratings-aside-container {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }
/* Trust bar */
.cms-index-index .trust-bar-container {
  margin-bottom: 20px; }

.mpinstagramfeed img,
.mpinstagramfeed video {
  height: auto;
  border-radius: 4px; }

.owl-carousel .owl-item img {
  width: auto;
  max-height: 250px;
  border-radius: 4px; }

.mpinstagramfeed-photo {
  display: flex;
  align-items: center; }

.instagram-container {
  max-width: calc(100% - 40px);
  width: 1540px;
  margin: 0 auto; }

.instagram-info {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between; }

.instagram-info svg {
  width: 23px; }

.instagram-info a {
  color: #149FB1;
  text-decoration: none;
  font-size: 22px;
  font-family: "Roboto", sans-serif; }

.instagram-info a:hover {
  text-decoration: underline; }

.mpinstagramfeed-container.container > div {
  width: 100% !important;
  margin: 0 auto !important; }

.mfp-bg {
  z-index: 5000 !important; }

.mfp-wrap {
  z-index: 5001 !important; }

/* IE11 + Edge */
.faq-title {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 25px 0;
  line-height: 25px;
  margin: 0;
  position: relative;
  padding-right: 35px; }
  .faq-title:after {
    content: "\e622";
    font-family: "icons-blank-theme";
    color: #149fb1;
    transition: 0.2s;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 75px;
    font-size: 35px; }
  .faq-title:hover, .faq-title.active {
    color: #149fb1; }
  .faq-title.active:after {
    transform: rotate(180deg); }

.faq-content {
  padding-bottom: 25px; }

.garage-internal-main-container .gi-top-info {
  background-color: white;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px; }
  @media (min-width: 768px) {
    .garage-internal-main-container .gi-top-info {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .garage-internal-main-container .gi-top-info {
      padding: 40px;
      grid-gap: 100px; } }
  .garage-internal-main-container .gi-top-info .gi-content p:first-of-type {
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .garage-internal-main-container .gi-top-info .gi-content p:first-of-type {
        font-size: 24px; } }
  .garage-internal-main-container .gi-top-info .gi-content p {
    font-size: 16px; }

.garage-internal-main-container .gi-video #video {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: #000; }
  .garage-internal-main-container .gi-video #video iframe, .garage-internal-main-container .gi-video #video img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .garage-internal-main-container .gi-video #video img {
    width: 100%; }
  .garage-internal-main-container .gi-video #video iframe {
    width: 100%;
    height: 100%; }

.garage-internal-main-container .gi-video #play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../images/play.svg") no-repeat 50% 50%;
  background-size: 75px;
  z-index: 1; }

.garage-internal-main-container .gi-video #play:hover {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.garage-internal-main-container .gi-ctas {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .garage-internal-main-container .gi-ctas {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .garage-internal-main-container .gi-ctas {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .garage-internal-main-container .gi-ctas .cta {
    background-color: white; }
    .garage-internal-main-container .gi-ctas .cta .img {
      display: block;
      position: relative;
      height: 0;
      overflow: hidden;
      padding-top: 59.4594594595%; }
      .garage-internal-main-container .gi-ctas .cta .img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .garage-internal-main-container .gi-ctas .cta .img img {
        width: 100%; }
    .garage-internal-main-container .gi-ctas .cta .info {
      padding: 20px; }

.gi-contact-ad {
  margin-top: 30px;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .gi-contact-ad {
      display: flex;
      height: 240px; } }
  .gi-contact-ad .gi-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px; }
    @media (min-width: 1200px) {
      .gi-contact-ad .gi-info {
        padding: 0 20px 0 40px; } }
    .gi-contact-ad .gi-info h2 {
      margin: 0 0 24px;
      font-size: 23px;
      color: #323747;
      line-height: 1; }
      @media (min-width: 1200px) {
        .gi-contact-ad .gi-info h2 {
          margin-bottom: 34px;
          font-size: 42px; } }
    .gi-contact-ad .gi-info p {
      margin: 0;
      font-size: 16px;
      color: #323747; }
      @media (min-width: 1200px) {
        .gi-contact-ad .gi-info p {
          font-size: 22px; } }
  .gi-contact-ad .gi-icons {
    padding: 20px 0;
    background-color: #149fb1; }
    @media (min-width: 1200px) {
      .gi-contact-ad .gi-icons {
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 627px;
        padding: 0;
        background: #fff url("../images/gp_bg.png") no-repeat right center; } }
    @media (min-width: 768px) {
      .gi-contact-ad .gi-icons .gi-icon-inner {
        display: flex;
        justify-content: center; } }
    .gi-contact-ad .gi-icons .gi-icon-inner a {
      display: block;
      text-align: center;
      text-decoration: none;
      color: white; }
      @media (min-width: 1200px) {
        .gi-contact-ad .gi-icons .gi-icon-inner a {
          margin-right: 50px; } }
      .gi-contact-ad .gi-icons .gi-icon-inner a:first-of-type {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .gi-contact-ad .gi-icons .gi-icon-inner a:first-of-type {
            margin: 0 40px 0 0; } }
      .gi-contact-ad .gi-icons .gi-icon-inner a span {
        display: block;
        margin-top: 10px; }

#contact-badge-link {
  text-decoration: none;
  padding: 0;
  margin: 0; }

.contact-badge {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 358px;
  min-width: 250px;
  height: 115px;
  border: 1px solid #e5e5e5;
  background-image: url("../images/bg-badge.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #222;
  cursor: pointer; }
  .contact-badge:after {
    position: absolute;
    content: "";
    width: 31px;
    height: 51px;
    top: 14px;
    right: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='51'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M18.6 41.437c0 1.764-1.385 3.188-3.1 3.188s-3.1-1.424-3.1-3.188c0-1.763 1.385-3.187 3.1-3.187s3.1 1.424 3.1 3.187zM31 4.781v41.438C31 48.859 28.917 51 26.35 51H4.65C2.083 51 0 48.859 0 46.219V4.781C0 2.142 2.083 0 4.65 0h21.7C28.917 0 31 2.142 31 4.781zm-3.1 0c0-.876-.698-1.594-1.55-1.594H4.65c-.853 0-1.55.718-1.55 1.594v41.438c0 .876.697 1.593 1.55 1.593h21.7c.852 0 1.55-.717 1.55-1.593V4.781z'/%3E%3C/svg%3E");
    background-size: contain; }
  .contact-badge .copy-row {
    font-size: 20px;
    padding: 3px; }
  .contact-badge .copy-row:nth-child(1) {
    font-size: 21px;
    font-weight: 500;
    padding-left: 23px; }
  .contact-badge .copy-row:nth-child(2) {
    font-size: 19px;
    padding-left: 23px; }
  .contact-badge .copy-row:nth-child(3) {
    font-size: 25px;
    color: white;
    text-align: right;
    padding-right: 23px; }

@media screen and (max-width: 360px) {
  .copy-row:nth-child(1),
  .copy-row:nth-child(2) {
    color: #fff;
    text-shadow: 1px 1px 0 #222; } }

.page-header .header.panel {
  position: relative; }

.floating-header .toggle-button__button,
.toggle-button__button {
  height: 16px;
  width: 26px; }

.floating-header .toggle-button__button:after,
.toggle-button__button:after {
  width: 10px;
  height: 10px;
  top: 3px;
  right: 3px; }

.floating-header .toggle-button__input:checked + .toggle-button__button:after,
.toggle-button__input:checked + .toggle-button__button:after {
  left: 3px; }

.store-switcher {
  top: 8px;
  right: 0; }

@media (max-width: 1160px) {
  .store-switcher {
    top: -33px;
    right: 20px; } }

@media (min-width: 1161px) {
  .store-switcher {
    top: 19px;
    right: 0; } }

.carousel-item {
  margin: 0 10px; }

.carousel-item .price-label,
.carousel-item .tocompare,
.carousel-item .towishlist {
  display: none; }

.carousel-item .product-image-container {
  margin: 0 auto;
  display: block; }

.featured-products-container {
  margin-bottom: 100px; }
  .featured-products-container h2 {
    margin: 0 0 30px;
    font-size: 22px; }
    .featured-products-container h2 a {
      color: #149fb1; }
  .featured-products-container .product-items.slick-slider > .slick-list {
    padding: 0; }

.featured-products-container .block.widget .products-grid .product-items {
  margin: 10px -20px;
  padding: 0; }

.featured-products-container .slick-initialized .slick-slide {
  vertical-align: top;
  margin: 0 20px !important;
  background: #fff; }

.featured-products-container .slick-slider .slick-arrow {
  z-index: 25; }

.featured-products-container .slick-slider .slick-arrow.slick-prev {
  left: -25px; }

.featured-products-container .slick-slider .slick-arrow.slick-next {
  right: -25px; }

.featured-products-container .slick-slider .slick-arrow:hover {
  filter: brightness(0); }

/* Featured Products */
.block.grid .block-title {
  display: none; }

.feat-prod-tab:hover,
.feat-prod-tab.active {
  text-decoration: none; }

@media (max-width: 1400px) {
  /* Arrows */
  .featured-products-container .slick-slider .slick-arrow.slick-next,
  .featured-products-container .slick-slider .slick-arrow.slick-prev {
    display: none; }
  .featured-products-container .block.widget .products-grid .product-items {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
    .featured-products-container .block.widget .products-grid .product-items .product-item {
      width: 100%; } }

@media (max-width: 767px) {
  /* Item */
  .featured-products-container .block.widget .products-grid button {
    display: none !important; }
  .featured-products-container .block.widget .products-grid .product-items {
    padding: 0;
    margin: 0; }
  .featured-products-container h2 {
    text-align: center;
    font-size: 19px; } }

.contentmanager-contenttype-about_us .content-container {
  max-width: 1276px;
  margin: 0 auto;
  width: 100%; }

.contentmanager-contenttype-about_us .panel-container {
  margin-bottom: 80px; }

.contentmanager-contenttype-about_us .breadcrumbs {
  margin-bottom: 0; }

.contentmanager-contenttype-about_us .banner-outer {
  margin-bottom: 40px; }

.contentmanager-contenttype-about_us .banner-container .banner {
  height: 300px; }

.team-member-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 130px 0 80px; }

.team-member {
  background: #eee;
  padding: 135px 50px 80px 50px;
  font-size: 18px;
  position: relative;
  margin-bottom: 120px; }
  .team-member:last-child {
    margin-bottom: 0; }
  .team-member .name {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 5px; }
  .team-member .position {
    color: #149fb1;
    font-size: 22px;
    margin-bottom: 20px; }
  .team-member .image-container {
    width: 220px;
    height: 220px;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 500px;
    border: 5px solid #fff;
    box-sizing: border-box; }
    .team-member .image-container img {
      border-radius: 500px; }

@media (min-width: 768px) {
  .team-member-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 43px; }
  .team-member {
    margin-bottom: 0; } }

.help-banner-container {
  margin-bottom: 80px; }

.help-banner {
  background: #323747;
  color: #fff;
  padding: 47px 15px;
  text-align: center; }
  .help-banner .image-container img {
    width: 66px; }
  .help-banner .detail h3 {
    font-size: 22px;
    margin: 0 0 4px; }
  .help-banner .detail h4 {
    color: #fff;
    font-size: 22px;
    margin: 20px 0 20px;
    line-height: 1.5; }
  .help-banner .detail p {
    margin: 20px 0;
    font-size: 14.4px;
    line-height: 1.5; }
  .help-banner .detail a:not(.action) {
    color: #fff;
    text-decoration: underline; }
  .help-banner .action.primary, .help-banner #discount-form .action.action-apply, #discount-form .help-banner .action.action-apply, .help-banner .block-authentication .actions-toolbar > .primary .action, .block-authentication .actions-toolbar > .primary .help-banner .action, .help-banner .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, .block-authentication #discount-form .actions-toolbar > .action.action-apply .help-banner .action, .help-banner #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .actions-toolbar > .action.action-apply .help-banner .action {
    background: #149fb1;
    color: #fff; }

.gallery-container {
  margin-bottom: 80px; }
  .gallery-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center; }
    .gallery-container ul li {
      margin: 0;
      padding: 0; }
  .gallery-container img {
    display: block;
    border-radius: 4px; }
    .gallery-container img[data-title] {
      cursor: pointer; }
  .gallery-container .image {
    background: #f5f5f5; }
  .gallery-container .image-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 220px;
    cursor: pointer; }

@media (min-width: 768px) {
  .gallery-container ul {
    grid-template-columns: 1fr 1fr 1fr; }
  .help-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 47px 50px;
    text-align: left; }
    .help-banner .detail {
      flex-grow: 1; }
      .help-banner .detail p {
        margin: 0; }
      .help-banner .detail h3 {
        font-size: 28px;
        margin: 0 0 4px;
        color: #fff; }
      .help-banner .detail h4 {
        font-size: 28px;
        margin: 0 0 20px; }
    .help-banner .image-container {
      margin-right: 24px; }
    .help-banner .aside {
      margin-left: 100px; }
    .help-banner.horiz .detail {
      flex-grow: 1; } }

@media (min-width: 1024px) {
  .gallery-container ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 44px;
    align-items: center; } }

.general-content {
  font-size: 18px;
  margin-bottom: 80px; }
  .general-content p {
    margin: 0 0 20px;
    line-height: 1.5; }
  .general-content img {
    display: block;
    margin: 40px 0; }
  .general-content .heading-large {
    margin-bottom: 29px; }
  .general-content .heading-large + p {
    font-size: 22px; }

.contentmanager-contenttype-general_info .panel-container {
  margin-bottom: 80px; }

.contentmanager-contenttype-general_info .page-wrapper {
  overflow-x: hidden; }

.case-study-container {
  position: relative;
  margin-bottom: 80px; }
  .case-study-container:before {
    content: '';
    background-color: #149fb1;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%); }

.case-study {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 100px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5; }
  .case-study .aside img {
    display: block;
    border: 4px solid #fff;
    border-radius: 4px;
    margin-top: 40px; }
  .case-study h4 {
    color: #8ACFD8;
    font-size: 18px;
    margin: 0 0 20px; }
  .case-study h3 {
    line-height: 1.5;
    margin: 0 0 20px;
    font-size: 28px;
    color: #fff; }
  .case-study p {
    margin: 0 0 20px; }
  .case-study p:last-child {
    margin: 0; }

@media (min-width: 768px) {
  .case-study {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 44px;
    align-items: center; }
    .case-study .aside img {
      margin-top: 0; } }

.tile_calculator {
  margin-bottom: 50px;
  text-align: left;
  width: 100%;
  position: relative;
  background: #f2fafd;
  padding: 25px;
  border: 1px solid #d6e7ee;
  clear: both;
  border-radius: 4px; }

.tile_calculator .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -ms-grid-columns: 1fr 12px 120px 12px 1fr 12px 120px;
  grid-template-columns: 1fr 120px 1fr 120px;
  clear: both; }

@media screen and (max-width: 650px) {
  .tile_calculator .grid {
    -ms-grid-columns: 1fr 12px 120px;
    grid-template-columns: 1fr 120px; } }

.tile_calculator .grid .grid_item {
  position: relative;
  height: 50px; }

.tile_calculator .grid .grid_item h4 {
  padding: 0;
  margin: 0; }

.tile_calculator .grid .grid_item input,
.tile_calculator .grid .grid_item select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.tile_calculator .grid .grid_item select {
  margin: 0;
  height: 100%;
  appearance: none; }

.tile_calculator .grid .grid_item .dropdown {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  background: url(../images/svg/chevron-down.svg) no-repeat right 20px center;
  border: 0;
  cursor: pointer; }

.tile_calculator .grid .label {
  height: unset !important; }

.tile_calculator .grid .res_lab {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  height: unset;
  display: none;
  font-size: 22px;
  text-align: center;
  padding-top: 14px;
  border-top: 1px solid #cddee5; }

@media screen and (max-width: 650px) {
  .tile_calculator .grid .res_lab {
    -ms-grid-column-span: 2;
    grid-column: span 2; } }

.tile_calculator .grid .res_lab p {
  margin: 0;
  color: #212121; }

.tile_calculator .input_area {
  background: white;
  border: 1px solid #c2c2c2; }

.tile_calculator .label {
  -ms-grid-column-span: 2;
  grid-column: span 2; }

@media screen and (max-width: 650px) {
  .tile_calculator .al {
    -ms-grid-row: 3;
    grid-row-start: 3; } }

.tile_calculator sup {
  top: -10px; }

.tile_calculator .has_dd {
  border: 1px solid #dfdfdf; }

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
  align-items: stretch;
  font-size: 18px;
  margin-bottom: 49px; }

.entry-image img {
  display: block;
  margin-bottom: 40px; }

.entry-image span {
  display: block;
  color: #149fb1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 auto 4px; }

.entry-image a {
  color: #767676;
  text-decoration: underline; }
  .entry-image a:hover {
    color: #149fb1; }

.entry {
  padding: 31px 20px;
  border-bottom: 1px solid #ddd;
  text-align: center; }

.entry-label {
  background: #E6F5F7;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd; }

.entry-value {
  display: flex;
  align-items: center;
  justify-content: center; }
  .entry-value span {
    display: block;
    max-width: 254px;
    margin: 0 auto; }

.entry-link {
  border-bottom: 0; }
  .entry-link .action.primary, .entry-link #discount-form .action.action-apply, #discount-form .entry-link .action.action-apply, .entry-link .block-authentication .actions-toolbar > .primary .action, .block-authentication .actions-toolbar > .primary .entry-link .action, .entry-link .block-authentication #discount-form .actions-toolbar > .action.action-apply .action, .block-authentication #discount-form .actions-toolbar > .action.action-apply .entry-link .action, .entry-link #discount-form .block-authentication .actions-toolbar > .action.action-apply .action, #discount-form .block-authentication .actions-toolbar > .action.action-apply .entry-link .action {
    width: 169px;
    min-width: 169px;
    background: #149fb1;
    border-color: #149fb1; }
    .entry-link .action.primary:hover, .entry-link #discount-form .action.action-apply:hover, #discount-form .entry-link .action.action-apply:hover, .entry-link .block-authentication .actions-toolbar > .primary .action:hover, .block-authentication .actions-toolbar > .primary .entry-link .action:hover, .entry-link .block-authentication #discount-form .actions-toolbar > .action.action-apply .action:hover, .block-authentication #discount-form .actions-toolbar > .action.action-apply .entry-link .action:hover, .entry-link #discount-form .block-authentication .actions-toolbar > .action.action-apply .action:hover, #discount-form .block-authentication .actions-toolbar > .action.action-apply .entry-link .action:hover {
      background: #323747;
      border-color: #323747; }

.comparison-scroll {
  display: none; }

@media (max-width: 1024px) {
  .comparison-grid-container {
    width: 100%;
    overflow-x: scroll;
    position: relative; } }

@media (max-width: 767px) {
  .comparison-grid {
    font-size: 14px;
    margin-bottom: 20px; }
  .entry {
    padding: 21px 12px; } }
