@import url("https://use.typekit.net/zzi7rqh.css");
/* The above import directives are aggregated from content. */
* {
  box-sizing: border-box;
}

body {
  font-family: futura-pt, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  color: #464345;
}

a:visited,
.alink:visited {
  color: #27a3a5;
}

.clearfix {
  clear: both !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.img-15 {
  margin-left: -15px !important;
}

/* Hide custom colour option from US site */

body.fc_us .product-options-wrapper .field label[for=options_44_text] {
  display: none;
}

body.fc_us .product-options-wrapper .field .control #options_44_text {
  display: none;
}

/* New left nav */

.page-with-filter .filter-options li.item a.sub {
	border-bottom: none !important;
}

/* Fifty fifty styles */
.fifty-fifty-image {
  width: 50%;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fifty-fifty-text {
  width: 50%;
  float: left;
  position: relative;
  background-color: #f4f4f4;
}
.fifty-fifty-2 .fifty-fifty-image,
.fifty-fifty-4 .fifty-fifty-image {
  left: -50%;
}
.fifty-fifty-2 .fifty-fifty-text,
.fifty-fifty-4 .fifty-fifty-text {
  left: 50%;
}
.fifty-fifty-text .message-padding {
  padding: 70px 15px;
  max-width: 545px;
  margin: 0 auto;
}
.fifty-fifty-text h2 {
  color: #e1a35a;
  text-align: left;
}
.fifty-fifty-text p {
  font-size: 1em;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.fifty-fifty-text ul {
  padding-left: 25px;
  margin-left: 10px;
}
.fifty-fifty-text li {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.fifty-fifty-text li:before {
  content: "\f192";
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  left: -25px;
  color: #27b6b1;
  font-size: 0.75em;
}
.fifty-fifty-text p:last-child,
.fifty-fifty-text ul:last-child,
.fifty-fifty-text ol:last-child,
.fifty-fifty-text li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .fifty-fifty-text .message-padding {
    padding: 100px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .fifty-fifty-text .message-padding {
    padding: 70px 15px;
  }
}
@media only screen and (max-width: 900px) {
  .fifty-fifty-left {
    position: relative;
  }
  .fifty-fifty-text {
    width: 100%;
    float: none;
    background-color: rgba(118, 118, 118, 0.77);
    position: absolute;
    z-index: 999;
    left: 0 !important;
    color: white;
  }
  .fifty-fifty-2 .fifty-fifty-text,
  .fifty-fifty-4 .fifty-fifty-text {
    background-color: rgba(5, 117, 113, 0.65);
  }
  .fifty-fifty-image {
    width: 100%;
    float: none;
    position: relative;
    left: 0 !important;
  }
  .fifty-fifty-text .message-padding {
    max-width: 75%;
    padding: 90px 15px;
  }
  .fifty-fifty-text .message-padding *,
  .fifty-fifty-text li:before {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .fifty-fifty-text .message-padding {
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .fifty-fifty-text p,
  .fifty-fifty-text li {
    font-size: 1.063em;
  }
  .fifty-fifty-text .message-padding {
    padding: 60px 15px;
  }
}

/* Desktop/Mobile Only  */
.mobile-only-section {
  display: none;
}
.desktop-only-section {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop-only-section {
    display: none;
  }
  .mobile-only-section {
    display: block;
  }
}
/* Grid System */
/* Change these styles.  */
.three-column-info {
  display:flex;
  align-items:start;
  justify-content: space-between;
}

.fc-row {
  width: 1280px;
} /* With 15px for the gutter, this makes the width 1050px */
.fc-row-full-width {
  width: 100%;
}
.fc-row .fc-row {
  margin: 0 -15px;
}
.fc-column,
.fc-columns {
  padding: 0 15px;
  box-sizing: border-box;
}
.sidebar.fc-columns,
.sidebar.fc-column {
  padding-left: 50px;
}
.sidebar.fc-columns.pull-eight,
.sidebar.fc-column.pull-eight {
  padding: 0 50px 0 15px;
}
@media only screen and (max-width: 768px) {
  .fc-row .mobile-one,
  .fc-row .mobile-two,
  .fc-row .mobile-three,
  .fc-row .mobile-four,
  .sidebar.fc-columns,
  .sidebar.fc-column,
  .sidebar.fc-columns.pull-eight,
  .sidebar.fc-column.pull-eight {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .fc-row .mobile-one.break-600,
  .fc-row .mobile-two.break-600,
  .fc-row .mobile-three.break-600,
  .fc-row .mobile-four.break-600 {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .fc-row .mobile-one.break-500,
  .fc-row .mobile-two.break-500,
  .fc-row .mobile-three.break-500,
  .fc-row .mobile-four.break-500 {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .fc-row .mobile-one.break-450,
  .fc-row .mobile-two.break-450,
  .fc-row .mobile-three.break-450,
  .fc-row .mobile-four.break-450 {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .fc-row .mobile-one.break-400,
  .fc-row .mobile-two.break-400,
  .fc-row .mobile-three.break-400,
  .fc-row .mobile-four.break-400 {
    width: auto !important;
    float: none !important;
  }
}
@media only screen and (max-width: 350px) {
  .fc-row .mobile-one.break-350,
  .fc-row .mobile-two.break-350,
  .fc-row .mobile-three.break-350,
  .fc-row .mobile-four.break-350 {
    width: auto !important;
    float: none !important;
  }
}

/* Don't change these styles */
.fc-row {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}
.fc-row.collapse .fc-column,
.fc-row.collapse .fc-columns {
  padding: 0;
}
.fc-row .fc-row {
  width: auto;
  max-width: none;
  min-width: 0;
}
.fc-row .fc-row.collapse {
  margin: 0;
}
.fc-column,
.fc-columns {
  float: left;
  min-height: 1px;
  position: relative;
}
.fc-column.centered,
.fc-columns.centered {
  float: none;
  margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.one,
.fc-row .one {
  width: 8.33333%;
}
.fc-row .two,
.two {
  width: 16.66667%;
}
.fc-row .three,
.three {
  width: 25%;
}
.four,
.fc-row .four {
  width: 33.33333%;
}
.five,
.fc-row .five {
  width: 41.66667%;
}
.fc-row .six,
.six {
  width: 50%;
}
.fc-row .seven,
.seven {
  width: 58.33333%;
}
.eight,
.fc-row .eight {
  width: 66.66667%;
}
.nine,
.fc-row .nine {
  width: 75%;
}
.fc-row .ten,
.ten {
  width: 83.33333%;
}
.eleven,
.fc-row .eleven {
  width: 91.66667%;
}
.fc-row .twelve,
.twelve {
  width: 100%;
}
.fc-row .offset-by-one {
  margin-left: 8.33333%;
}
.fc-row .offset-by-two {
  margin-left: 16.66667%;
}
.fc-row .offset-by-three {
  margin-left: 25%;
}
.fc-row .offset-by-four {
  margin-left: 33.33333%;
}
.fc-row .offset-by-five {
  margin-left: 41.66667%;
}
.fc-row .offset-by-six {
  margin-left: 50%;
}
.fc-row .offset-by-seven {
  margin-left: 58.33333%;
}
.fc-row .offset-by-eight {
  margin-left: 66.66667%;
}
.fc-row .offset-by-nine {
  margin-left: 75%;
}
.fc-row .offset-by-ten {
  margin-left: 83.33333%;
}
.push-two {
  left: 16.66667%;
}
.pull-two {
  right: 16.66667%;
}
.push-three {
  left: 25%;
}
.pull-three {
  right: 25%;
}
.push-four {
  left: 33.33333%;
}
.pull-four {
  right: 33.33333%;
}
.push-five {
  left: 41.66667%;
}
.pull-five {
  right: 41.66667%;
}
.push-six {
  left: 50%;
}
.pull-six {
  right: 50%;
}
.push-seven {
  left: 58.33333%;
}
.pull-seven {
  right: 58.33333%;
}
.push-eight {
  left: 66.66667%;
}
.pull-eight {
  right: 66.66667%;
}
.push-nine {
  left: 75%;
}
.pull-nine {
  right: 75%;
}
.push-ten {
  left: 83.33333%;
}
.pull-ten {
  right: 83.33333%;
}
.fc-row:after,
.fc-row:before {
  content: " ";
  display: table;
}
.fc-row:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .fc-row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fc-column,
  .fc-columns {
    width: auto !important;
    float: none;
  }
  .fc-column:last-child,
  .fc-columns:last-child,
  [class*="column"] + [class*="column"].end,
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .fc-column:after,
  .fc-column:before,
  .fc-columns:after,
  .fc-columns:before {
    content: "";
    display: table;
  }
  .fc-column:after,
  .fc-columns:after {
    clear: both;
  }
  .offset-by-eight,
  .offset-by-five,
  .offset-by-four,
  .offset-by-nine,
  .offset-by-one,
  .offset-by-seven,
  .offset-by-six,
  .offset-by-ten,
  .offset-by-three,
  .offset-by-two {
    margin-left: 0 !important;
  }
  .push-eight,
  .push-five,
  .push-four,
  .push-nine,
  .push-seven,
  .push-six,
  .push-ten,
  .push-three,
  .push-two {
    left: auto;
  }
  .pull-eight,
  .pull-five,
  .pull-four,
  .pull-nine,
  .pull-seven,
  .pull-six,
  .pull-ten,
  .pull-three,
  .pull-two {
    right: auto;
  }
  .fc-row .mobile-one {
    width: 25% !important;
    float: left;
  }
  .fc-row .mobile-one:last-child {
    float: right;
  }
  .fc-row .mobile-one.end {
    float: left;
  }
  .fc-row.collapse .mobile-one {
    padding: 0;
  }
  .fc-row .mobile-two {
    width: 50% !important;
    float: left;
  }
  .fc-row .mobile-two:last-child {
    float: right;
  }
  .fc-row .mobile-two.end {
    float: left;
  }
  .fc-row.collapse .mobile-two {
    padding: 0;
  }
  .fc-row .mobile-three {
    width: 75% !important;
    float: left;
  }
  .fc-row .mobile-three:last-child {
    float: right;
  }
  .fc-row .mobile-three.end {
    float: left;
  }
  .fc-row.collapse .mobile-three {
    padding: 0;
  }
  .fc-row .mobile-four {
    width: 100% !important;
    float: left;
  }
  .fc-row .mobile-four:last-child {
    float: right;
  }
  .fc-row .mobile-four.end {
    float: left;
  }
  .fc-row.collapse .mobile-four {
    padding: 0;
  }
  .push-one-mobile {
    left: 25%;
  }
  .pull-one-mobile {
    right: 25%;
  }
  .push-two-mobile {
    left: 50%;
  }
  .pull-two-mobile {
    right: 50%;
  }
  .push-three-mobile {
    left: 75%;
  }
}

/* Added Sizes */
.fc-row .two-point-four,
.two-point-four {
  width: 20%;
}

/* FC GRID RESPONSIVE */
@media only screen and (max-width: 1300px) {
  .fc-row .two-point-four,
  .two-point-four {
    width: 33%;
    margin-bottom: 20px;
  }
  .fc-row .two-point-four:last-of-type,
  .two-point-four:last-of-type {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .columns {
    display: block !important;
  }

  .fc-row .four {
    width: 33.33333% !important;
    float: left !important;
  }
  .fc-row .three {
    width: 50% !important;
    float: left !important;
  }

  .fc-row .two-point-four,
  .two-point-four {
    width: 50% !important;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .fc-row .four {
    width: 100% !important;
    float: left !important;
    padding: 15px;
  }
  .fc-row .three {
    width: 100% !important;
    float: left !important;
    padding: 15px;
  }
}

/* Center Elements */
.center-outer {
  display: table;
  height: 100%;
  width: 100%;
}
.center-inner {
  display: table-cell;
  vertical-align: middle;
}

/* Re-Used */
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}

.ghost-button {
  color: #27a3a5;
  width: auto;
  border-radius: 2px;
  border: 2px solid #27a3a5;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 70px;
  text-align: center;
  margin: 50px auto 0;
  display: table;
}
.ghost-button:hover {
  text-decoration: none;
  background-color: #27a3a5;
  color: #fff;
}

/* Colors */
.light-brown-bg {
  background-color: #e1a35a;
}
.dark-brown-bg {
  background-color: #6c3516;
}
.teal-bg {
  background-color: #27a3a5;
}
.faint-grey-bg {
  background-color: #f9f7f8;
}
.light-grey-bg {
  background-color: #efedee;
}
.dark-grey-bg {
  background-color: #464447;
}

/*Headings and Text*/
h1 {
  color: #6c3516;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  color: #6c3516;
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1em;
}
h3 {
  color: #6c3516; /*font-size: 2rem;*/
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1em;
}
p {
  margin-bottom: 1em;
}
a,
p a {
  color: #27a3a5;
}
a:hover,
p a:hover {
  color: #6c3516;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.85em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
  }
}

/* Header */
.lang-bar-holder {
  float: left;
  margin-top: 4px;
  height: 24px;
}
.lang-bar-holder .lang-link {
  width: 25px;
  float: left;
  margin-right: 18px;
}

.page-header .panel.wrapper {
  background-color: #e4e4e4;
}

.header.panel > .header.links > li,
.header.panel > .header.links > li > a {
  color: #202020 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.header.panel > .header.links > li > a:hover {
  color: #6c3516 !important;
  text-decoration: none;
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > .authorization-link > a {
  color: #202020 !important;
}

.customer-welcome .customer-name {
  float: left;
}
.customer-welcome .customer-menu {
  display: inline-block !important;
  float: left;
}
.customer-welcome ul {
  background: none;
  border: none;
  position: relative;
  top: 0;
  right: auto;
  box-shadow: none;
}
.customer-welcome ul::before,
.customer-welcome ul::after {
  opacity: 0 !important;
}
.customer-welcome ul li {
  float: left !important;
}
.customer-welcome ul li:first-of-type a {
  color: #27a3a5 !important;
}
.customer-welcome ul li:hover {
  background: transparent !important;
}
.customer-welcome ul li:hover a {
  color: #6c3516 !important;
  text-decoration: none;
}
.customer-welcome ul li a {
  padding: 0 10px !important;
}

.header.panel > .header.links .greet.welcome {
  display: none !important;
}
.header.panel > .header.links .customer-welcome .customer-name {
  display: none !important;
}
.customer-welcome ul li.item.link.compare {
  display: none !important;
}

.nav-sections-item-title.active a {
  color: #69a3a5;
}

@media (min-width: 768px) {
  .header.content {
    padding: 0;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .block-search {
    margin: 0 3%;
  }

  .nav-sections {
    border-top: 1px solid #ededed;
    border-bottom: 2px solid #ededed;
  }

  .navigation {
    background: #fff;
  }

  .navigation .level0 > .level-top {
    font-weight: 400 !important;
    padding: 15px !important;
    margin: 0;
  }

  .navigation .level0 {
    margin: 0 !important;
  }

  .navigation .level0.parent:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
      0 5px 15px 0 rgba(0, 0, 0, 0.08);
  }

  .navigation ul.level1, .navigation .ui-menu-icon{
    display: none !important;
  }
  nav.navigation .level0 .submenu a:hover, nav.navigation .level0 .submenu a.ui-state-focus, nav.navigation .level0 .submenu .active > a{
    color: #e1a35a !important;
    text-decoration: none;
  }
}

.header.content:before,
.header.content:after {
  display: none;
}

.logo {
  margin: 0;
  width: 100%;
  max-width: 250px;
}

.logo img {
  width: 100%;
  height: auto;
}

.block-search {
  flex: 1;
  margin-top: 0;
}

.block-search .block-search input {
  padding: 15px 35px 15px 15px !important;
}
.block-search .action.search::before {
  color: #733711 !important;
  font-size: 22px !important;
  line-height: 36px !important;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1 !important;
}
.block-search input {
  height: 40px !important;
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 3px 1px #e1a35a;
}

.minicart-wrapper .action.showcart {
  background: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/icon-basket.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
}
.minicart-wrapper .action.showcart::before {
  opacity: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #e1a35a;
  margin: 7px 0 0 10px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}

.minicart-items-wrapper {
  border: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.minicart-items-wrapper dl{
  margin-bottom: 0;
}
.minicart-items-wrapper dl dt{
  margin-bottom: 0;
}
.minicart-items-wrapper dl dd{
  margin-bottom: 5px;
}
.minicart-items-wrapper .product-item-name{
  margin-bottom: 0;
}
.minicart-items-wrapper .product-item-name > a{
  font-size: 1em;
  margin-bottom: 0;
}
.minicart-items .item.product.product-item:last-of-type{
  border-bottom: none;
}


#minicart-content-wrapper .actions .primary {
  display: none;
}
#minicart-content-wrapper .actions .secondary a span {
  color: #fff;
  width: auto;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 70px;
  display: table;
  margin: 25px auto 0;
}
#minicart-content-wrapper .actions .secondary a:hover {
  text-decoration: none;
}
#minicart-content-wrapper .actions .secondary a:hover span {
  background: rgba(39, 163, 165, 0.8);
}

.minicart-items .product-item:not(:first-child) {
  border-top: none;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #27a3a5;
}

.header-contact-number {
  margin-bottom: 0;
}

.header-contact-number {
  padding-right: 2em;
  position: relative;
  display: flex;
  align-items: center;
}

.header-contact-number svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.header-contact-number a {
  color: #202020;
  font-size: 22px;
}

@media only screen and (max-width: 1320px) {
  .minicart-wrapper {
    margin-right: 8px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 18px;
    line-height: 18px;
    min-width: 11px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px) {
  .block-search {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 1000px) {
  .block-search {
    width: 29%;
    margin-left: 6%;
  }
  .header-contact-number p {
    font-size: 1.15em;
    margin-top: 1px !important;
    padding-top: 38px;
  }
}
@media only screen and (max-width: 950px) {
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
    height: 70px;
  }
  .nav-toggle {
    left: 20px;
    top: 23px;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .logo {
    margin: 13px 0 0 50px;
    display: table;
    float: none;
    max-width: 210px;
    width: 60%;
  }
  .minicart-wrapper {
    position: absolute;
    top: 0;
    right: 30px;
  }

  .header-contact-number {
    position: absolute;
    top: 11px;
    right: 40px;
  }

  .block-search {
    width: 100%;
    margin-left: 0;
    border: none;
  }
  .block-search #search_mini_form {
    width: calc(100% + 28px);
    margin: 0px -14px;
    margin-top: 0px;
    padding: 0 6%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
  }
  .block-search .label {
    display: table;
    float: right;
    margin: 8px 0px; /*float: none;  margin: 0 auto;*/
  }
  .block-search .label::before {
    margin: 0;
  }
  .block-search .control {
    clear: none;
    margin: 0 -15px -1px;
    padding: 0px;
    float: left;
    width: calc(100% - 60px);
  }
  .block-search input[type="text"]#search {
    margin: 3px 0 0 0;
    border: none !important;
    border-bottom: solid 1px #ccc;
    padding: 10px !important;
    left: 0;
    background: none;
  }
  .block-search input[type="text"]#search:focus {
    box-shadow: none;
  }
  .page-header,
  .block-search .control {
    border: none;
  }
}

@media only screen and (min-width: 767px) {
  .block-search #search_mini_form {
    float: none;
    width: 100%;
  }
}

/* Navigation */

.navigation .level0.parent > .level-top > .ui-menu-icon{
  display: none;
}

.nav-sections {
  background: #fff;
  margin-bottom: 0;
}

.nav-sections-item-content,
.navigation {
  background-color: #6c3516;
  color:#fff;
}
.navigation ul {
  width: auto;
  display: table;
  margin: 0 auto!important;
  padding: 0;
  align-content: space-evenly;
}
.navigation .level0.first {
  margin-left: 0;
}
.navigation .level0 {
  margin: 0 auto!important;
  width: auto;
  text-align: center;
  align-self: center;
}


.navigation .level0 > .level-top, .navigation a:visited, .alink:visited {
  color:#fff;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 15px 0;
}

@media only screen and (max-width: 915px) {
  body.default.base .navigation ul li > a{
    font-size: 2.1vw;
  }
}

@media only screen and (max-width: 768px) {
  .nav-sections .header.links li > a, .navigation .level0 > .level-top, .navigation a:visited, .alink:visited {
    color:#fff;
  }
  body.default.base .navigation ul li > a{
    font-size: 1.1em;
  }
}



@media only screen and (min-width: 767px) {
  .navigation ul {
    width: auto;
    display: flex;
    margin: 0 auto!important;
    padding: 0;
    align-content: space-evenly;
  }
  .fc_us .navigation ul {
    /* max-width: 650px; */
  }
}

.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top:hover a {
  color: #e1a35a !important;
}
.navigation .level0 > .level-top.ui-state-focus {
  color: #e1a35a;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: none;
  color: #e1a35a;
}
.navigation .level0.active > .level-top:hover,
.navigation .level0.has-active > .level-top:hover {
  color: #333333;
}

.navigation .level0 .submenu {
  background: #6c3516;
  border: none;
  padding: 5px 0;
}
.navigation .level0 .submenu li {
  margin-bottom: 0.2rem;
}
.navigation .level0 .submenu li a {
  color: #fff;
  padding: 5px 15px;
  text-align: left;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu .active > a {
  background: none;
  border: none;
  color: #fff;
  text-decoration:underline;
}

.navigation .level0.parent:hover > .submenu {
  display: block;
}

.mobile-nav-menu {
  display: none !important;
}

/* Blog menu item - remove dropdown */
.navigation .level0.nav-4 {
  /* display: none !important; */
}

@media only screen and (max-width: 1400px) {
  .navigation .level0 {
    margin: 0 2em;
  }
}
@media only screen and (max-width: 1250px) {
  .navigation .level0 {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 940px) {
  .navigation .level0 {
    margin: 0 0.5em;
  }
}
@media only screen and (max-width: 850px) {
  .navigation .level0 {
    margin: 0 0.2em;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-nav-menu {
    display: block !important;
  }

  .nav-sections-item-content,
  .navigation {
    background-color: #fff;
  }

  .nav-sections {
    height: 100%;
    background-color: #fff;
  }

  .navigation ul {
    width: 100%;
  }

  .navigation ul li a {
    text-align: left;
  }

  .nav-sections-item-title {
    border: none;
    height: 40px;
    padding-top: 10px;
    background: #69a3a5;
  }

  .nav-sections-item-title a {
    color: #fff;
  }

  .nav-sections-item-content {
    margin-top: 40px; /*border-top: 1px solid #fff;*/
  }

  .navigation .level0 {
    margin: 0;
    border-top: none;
  }

  .navigation .level0 .submenu {
    background: none;
    margin-bottom: 10px;
  }

  .navigation .level0 > .level-top {
    text-transform: none;
    font-size: 1em;
    font-weight: 600;
    padding: 11px 40px 11px 15px;
  }

  .navigation .level0 .submenu a {
    padding-left: 10px;
  }

  .header.links,
  .navigation a,
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus,
  .navigation .level0 .submenu .active > a {
    color: #e1a35a !important;
  }

  .navigation li.level0:last-child {
    border-bottom: none;
  }

  /* .navigation .level0 .submenu a.ui-state-focus {
    color: #fff !important;
  } */
  .navigation .level0.active .all-category a {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .navigation .level0.active .all-category .ui-state-focus {
    border: none;
    padding-left: 15px;
  }

  .navigation .level0 .submenu {
    padding-left: 15px;
    left: 0 !important;
    margin: 0 !important;
  }

  .navigation .level0 .submenu li a {
    font-weight: 500;
    font-size: 0.95em;
  }

  .nav-sections .header.links {
    border-bottom: none;
  }

  .nav-sections .header.links li.greet.welcome {
    display: none;
  }

  .nav-sections .header.links li > a {
    border-top: none;
    color: #e1a35a;
    font-weight: 600;
    padding: 11px 40px 11px 15px;
  }

  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    font-weight: 600;
    padding: 11px 40px 11px 15px;
    color: #e1a35a;
  }

  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border: none;
    color: #e1a35a;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation
    .level0.has-active
    > a:not(.ui-state-active)
    span:not(.ui-menu-icon) {
    margin-left: 0;
  }

  .minicart-wrapper .action.showcart {
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-top: 10px;
  }

  .benefits-bar {
    padding: 0;
  }
}

/* Blocks */
.block-holder {
  padding: 50px 0 70px;
}
.block-breaker {
  height: 3px;
  margin: 0 auto;
  color: transparent;
}

.column-inner-border {
  position: absolute;
  width: 92.5%;
  height: 86%;
  top: 6.5%;
  left: 3.75%;
  border: 1px solid #fff;
  border-radius: 2px;
}
.page-layout-service-landing .column-inner-border,
.page-layout-individual-service .column-inner-border {
  background-color: rgba(0, 0, 0, 0.3);
}

.page-layout-individual-service .service-page h2{
  font-weight: normal;
  text-align: left;
}

.service-page ul.services{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.columns .column.main .service-page ul.services li{
  width: 40%!important;
}

@media only screen and (max-width: 768px) {
  .columns .column.main .service-page ul.services li{
    width: 100%!important;
  }
}

.column-inner-border:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.block-tile-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.column-inner-border span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  width: 100%;
  font-size: 1.3em;
  justify-content: center;
  align-items: center;
  height: 173px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 1.25em;
}

.rendered-form select {
  background-image: url("/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/select-bg.svg") !important;
}

@media only screen and (max-width: 900px) {
  .fifty-fifty-text.dark-brown-bg {
    background-color: rgba(108, 53, 22, 0.7) !important;
  }
  .fifty-fifty-text.dark-brown-bg h2 {
    color: #e1a35a !important;
    font-size: 1.4em !important;
  }
  .fifty-fifty-text.dark-brown-bg .message-padding {
    padding: 25px 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .block-holder {
    padding: 25px 0;
  }
  .shop-by-material .bg-material {
    min-height: 150px !important;
  }
  .column-inner-border span {
    height: 114px;
  }
}

@media only screen and (max-width: 590px) {
  .header-contact-number {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .column-inner-border span {
    font-size: 1em;
  }
}

/* 3 Column Material */
.shop-by-material .bg-material {
  position: relative;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-by-material .material-icon {
  display: table;
  margin: 0px auto 15px;
  padding-top: 28px;
  max-width: 90px;
}
.shop-by-material p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  width: 100%;
  text-align: center;
}

.column-inner-border .widget a {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* 4 Column Material */
.shop-by-application .bg-application {
  position: relative;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-by-application .application-icon {
  display: table;
  margin: 0px auto 15px;
  padding-top: 30px;
  max-width: 70px;
}
.shop-by-application p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .fc-row.shop-by-application .three {
    padding: 15px;
  }
  .shop-by-application .three {
    width: 50% !important;
  }
  .shop-by-application .bg-application {
    min-height: 130px;
  }
}
@media only screen and (max-width: 480px) {
}

/* Half and Half - NEEDS TAKEN OUT OF CONTENT DIV TO GO FULL SCREEN WIDTH*/
.half-left-text {
  padding: 50px;
  color: #fff;
}
.half-left-text h2 {
  color: #e1a35a;
  text-align: left;
}
.half-left-text p {
  margin-bottom: 1.5em;
}
.half-left-text .nine {
  padding-right: 10px;
}
.half-right-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* TEMPORARY HEIGHT TILL MATCH HEIGHTS */
.half-right-image,
.half-left-text {
  height: 400px;
  min-height: 400px;
}

@media only screen and (max-width: 768px) {
  .half-right-image,
  .half-left-text {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .half-left-text {
    padding: 40px 15px;
  }
}

/* Four Simple Links */
.four-links-simple {
  padding: 50px 0;
}
.four-links-simple .btn-white-border {
  margin-bottom: 0;
}
.four-links-simple .btn-white-border a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  width: 100%;
  font-size: 1.3em;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
  box-sizing: border-box;
  line-height: 1.25em;
  border: 2px solid #fff;
}
.four-links-simple .btn-white-border a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.four-links-simple a.r-see-more-videos {
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  padding: 45px 0px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  width: 100%;
  font-size: 1.25em;
  justify-content: center;
  align-items: center;
}
.four-links-simple a.r-see-more-videos:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
  .four-links-simple {
    padding: 25px 0;
  }
  .four-links-simple .fc-row .three {
    padding: 15px;
    width: 50% !important;
  }
  .four-links-simple a {
    width: 89%;
    height: 0px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .four-links-simple .fc-row .three {
    padding: 15px;
    width: 100% !important;
  }
}

/* Four Simple Videos */
.four-videos-simple p,
.four-videos-simple h2,
.four-videos-simple h4 {
  color: #fff;
}
.four-videos-simple h4 {
  font-size: 1.2em;
  margin: 0.5em 0;
}
.four-videos-simple a.r-see-more-videos {
  display: table;
  width: auto;
  margin: 50px auto 0;
  font-size: 1.2em;
  padding: 15px 70px;
}
.four-videos-simple .three .colour-chart-modal-button img {
  height: auto;
}
.help-centre-three-columns-holder {
  padding:20px;
}
/* Three Text Columns */
.three-column-info .content {
  padding-right: 25px;
}
.three-column-info .content h2 {
  text-align: left;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #000;
}
.three-column-info .content p {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.three-column-info .four:nth-of-type(2) .content {
  padding: 0 34px 0 25px;
}
.three-column-info .four:nth-of-type(3) .content {
  padding-right: 72px;
}

@media only screen and (max-width: 768px) {
  .fc-row.three-column-info .four {
    width: 100% !important;
    padding: 15px;
  }
  .three-column-info .content,
  .three-column-info .four:nth-of-type(2) .content,
  .three-column-info .four:nth-of-type(3) .content {
    padding: 0;
  }

  /**nav-expand for footer with head and ul**/
  .resp-accordion h2 {
    cursor: pointer;
  }
  .accordion-holder {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
  }
  .acc-nav {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important;
  }
  .acc-nav h2:after {
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: #404042;
    content: "\e622";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-right: 10px;
  }
  .acc-nav.open h2:after {
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: #404042;
    content: "\e621";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-right: 10px;
  }
  .acc-nav.open .accordion-holder {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in !important;
  }
  /**nav-expand for footer with head and ul**/
}
@media only screen and (max-width: 480px) {
}

/* Home Banner */
.home-banner .half-left:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(108,53,28,0.5);
  /* opacity: .6; */
}

.home-banner .half-left,
.home-banner .half-right {
  background-position: center;
  background-size: cover;
  padding: 50px 40px;
  min-height: 500px;
  height: 500px;
}
.home-banner h2 {
  color: #fff;
  text-align: left;
  font-size: 3.5em;
  width: 85%;
  margin-bottom: 30px;
}
.home-banner p {
  color: #fff;
  width: 60%;
  font-size: 1.15em;
  font-weight: 600;
}
.home-banner p.button-holder {
  margin-top: 50px;
}
.home-banner p.button-holder a {
  color: #fff;
  font-size: 0.85em;
  background: rgba(39, 163, 165, 0.5);
  text-transform: uppercase;
  padding: 15px 60px;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
}
.home-banner p.button-holder a:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.8);
}

.home-banner .half-right p {
  width: 45%;
}
.home-banner .half-right p.button-holder a {
  padding: 15px 40px;
}

/* New Home Banner */
.new-home-banner ul.banner-list{
  list-style-type: none;
  padding: 0;
  display: flex;
}
.new-home-banner ul.banner-list li{
  min-height: 500px;
  width: 50%;
  margin: 0;
}
.new-home-banner ul.banner-list li a{
  display: grid;
  height: 500px;
  grid-template-columns: 15% auto 15%;
  grid-template-rows: 15% 150px auto 50px 15%;
  grid-template-areas:
          ". . ."
          ". header ."
          ". content ."
          ". button ."
          ". . .";
  background-position: center;
  background-size: cover;
}
.new-home-banner ul.banner-list li a h2{
  grid-area: header;
  color: white;
  text-align: left;
}
.new-home-banner ul.banner-list li a p{
  grid-area: content;
  color: white;
  font-size: 1.15em;
  font-weight: bold;
}
.new-home-banner ul.banner-list li a span{
  grid-area: button;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  background: rgba(39, 163, 165, 0.5);
  text-transform: uppercase;
  line-height: 50px;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
  text-align: center;
  width: 50%;
}

@media only screen and (max-width: 1520px) {
  .home-banner h2 {
    font-size: 3.25em;
    width: 100%;
  }
  .home-banner p {
    width: 85%;
  }
}
@media only screen and (max-width: 1520px) {
  .home-banner .half-right p {
    width: 75%;
  }
}
@media only screen and (max-width: 1100px) {
  .home-banner h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner.fc-row .six .fc-row .nine,
  .home-banner h2 {
    width: 100%;
  }
  .home-banner p {
    width: 75%;
    min-width: 210px;
  }
  .home-banner .half-left,
  .home-banner .half-right {
    min-height: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner p.button-holder a {
    font-size: 1em;
  }
  .new-home-banner ul.banner-list{
    flex-direction: column;
  }
  .new-home-banner ul.banner-list li{
    width: 100%;
  }
  .new-home-banner ul.banner-list li a h2{
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .home-banner h2 {
    font-size: 2em;
  }
  .home-banner .half-left,
  .home-banner .half-right {
    padding: 50px 15px;
  }
}

/* Home Main Content */
.page-layout-homepage-custom #maincontent {
  display: none;
}

/* Home Products List */
.block-products-list {
  margin-bottom: 0px;
}
.products-grid .product-item {
  margin-bottom: 60px;
}
.block.widget .products-grid .product-item {
  width: 24%;
  padding: 0 1.5em;
  margin-bottom: 0;
}
.page-layout-homepage-custom .block.widget .products-grid .product-item {
  border-bottom: none;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item-name > a,
.product.name a > a {
  font-size: 1.2em;
  font-weight: 700;
  color: #6c3516 !important;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  text-decoration: none;
  color: #e1a35a !important;
}
.products-grid .product-item .product-item-details p {
  line-height: 1.25em;
  height: 60px;
  position: relative;
  overflow: hidden;
}
/* .products-grid .product-item .product-item-details p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 50%
  );
} */

@media only screen and (max-width: 768px) {
  .block.widget .products-grid .product-item {
    width: 49%;
  }
  .product-item-name > a,
  .product.name a > a {
    font-size: 1.1em;
  }
  .products-grid .product-item .product-item-details p.product-listing-text {
    display: none;
  }
  .product-item .price-box .price {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 480px) {
}

/* Repair Page Header */
.repair-header {
  position: relative;
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  text-align: center;
}

.repair-header.carpet{
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-4.jpg");
}
.repair-header.french-polish{
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-3.jpg");
}
.repair-header.reupholster, .repair-header.furniture{
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-1.jpg");
}
.repair-header.car{
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-2.jpg");
}

.repair-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.repair-header h3 {
  text-align: center;
  color: #fff;
}

.repair-header ul {
  display: flex;
  counter-reset: section;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around;
  max-width: 1200px;
}

.repair-header ul li {
  color: #fff;
  font-size: 20px;
  max-width: 225px;
  text-align: center;
  margin: 30px 0;
}

.repair-header ul li::before {
  counter-increment: section;
  content: counter(section);
  display: block;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
  width: 100px;
  height: 100px;
  font-size: 65px;
  margin-bottom: 20px;
  margin: 20px auto;
  line-height: 1.5;
  font-weight: lighter;
}

.repair-header a {
  background: #fff;
  text-transform: uppercase;
  color: #673a17;
  font-size: 1.5em;
  padding: 25px 35px;
  margin: 40px auto 0 auto;
  display: inline-block;
}

.repair-steps p {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  width: 75%;
  margin: 15px auto;
}

.repair-services {
  padding: 50px 50px 75px 50px;
  margin: 0 auto;
  max-width: 1000px;
}

.repair-services-text {
  padding: 50px 50px 75px 50px;
  margin: 0 auto;
  max-width: 1000px;
}

@media only screen and (min-width: 1500px) {
  .repair-services {
    max-width: 1000px;
  }
  .repair-services-text {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1700px) {
  .repair-services {
    max-width: 1600px;
  }
  .repair-services-text {
    max-width: 1400px;
  }
}

.repair-services h1 {
  text-transform: uppercase;
  color: #202020;
  text-align: center;
  margin: 0px auto 50px auto;
}

.repair-services > ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: -10px;
  list-style: none;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}

.repair-services > ul > li {
  width: 225px;
  height: 150px;
  border: 2px solid #d8d8d8;
  padding: 30px;
  margin: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

.repair-services > ul > li > a {
  text-transform: uppercase;
  color: #202020;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 25%;
}

.repair-services > ul > li > img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.4);
}

.repair-services > ul > li:hover img {
  filter: opacity(0.3);
}

.repair-four-simple-links {
  background: #f4f2ed;
  padding: 50px;
}

.repair-four-simple-links h1 {
  text-transform: uppercase;
  color: #202020;
  text-align: center;
  margin: 0px auto 50px auto;
}

.repair-four-simple-links > ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.repair-four-simple-links > ul > li {
  width: 225px;
  height: 150px;
  border: 2px solid #d8d8d8;
  padding: 30px;
  margin: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background: #fff;
}

.repair-four-simple-links > ul > li > a {
  text-transform: uppercase;
  color: #202020;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 28%;
}

.trust-pilot-slider-section {
  padding: 75px;
}

.trust-pilot-slider-section h1, .trust-pilot-slider-section h4 {
  text-transform: uppercase;
  color: #202020;
  text-align: center;
  margin: 0px auto 50px auto;
  font-size: 2em;
  padding-bottom:1em;
  font-weight: 400;
}

.contact-us-footer {
  padding: 140px 50px;
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/hero-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #673a17;
  color: #fff;
  text-align: center;
}

.contact-us-footer p {
  font-size: 24px;
}

.contact-us-footer p a {
  margin-left: 5px;
  display: inline-block;
}

.contact-us-footer h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0px auto 20px auto;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.contact-us-footer p .button {
  background: #fff;
  text-transform: uppercase;
  color: #673a17;
  font-size: 1.5em;
  padding: 25px 35px;
  margin: 25px;
  display: inline-block;
  line-height: 1em;
}

@media only screen and (max-width: 768px) {
  .repair-header {
    padding: 25px 10px;
  }

  .repair-header ul,
  .repair-four-simple-links > ul {
    flex-wrap: wrap;
  }

  .repair-header li {
    width: 50%;
  }

  .repair-header ul li::before {
    counter-increment: section;
    content: counter(section);
    display: block;
    text-align: center;
    border-radius: 100%;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    font-size: 32px;
    margin-bottom: 10px;
    margin: 10px auto;
    line-height: 1.5;
    font-weight: lighter;
  }

  .repair-header h1 {
    font-size: 1.7em;
  }
  .repair-header a {
    font-size: 1em;
    padding: 12px 20px;
    margin: 20px auto 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: solid 1px#d8d8d8;
  }

  .repair-services > ul {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 640px) {
  .repair-header .fc-row .three {
    width: 100% !important;
  }
}

/* Request a Quote Section */
.request-a-quote-section .fc-row {
  padding: 20px;
  /* border: 1px solid #d8d8d8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); */
}

.request-a-quote-section a {
  color: #fff;
  max-width: 350px;
  width: 100%;
  background-color: #a79475;
  border: none;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 70px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
/*
.request-a-quote-section a:after {
  content: " \00BB";
}
*/

/* Slim Footer Top */
.slim-footer-topper {
  padding: 30px 0;
}
.slim-footer-topper > .fc-row {
  width: 1280px;
  margin: 0 auto;
}
.slim-footer-topper img {
  max-width: 65px;
  height: auto;
  float: right;
  display: block;
}
.slim-footer-topper p {
  font-size: 1.5em;
  margin-bottom: 7px;
  color: #464345;
  margin-top: 3px;
}
.slim-footer-topper p a {
  color: #464345;
}
.slim-footer-topper p a:hover {
  color: #464345;
}

.slim-footer-topper .four .twelve .fc-row {
  border-right: 2px solid #cdcccd;
  padding: 8px 20px;
}
.slim-footer-topper .four:last-of-type .twelve .fc-row {
  border-right: none;
}
.slim-footer-topper .four .eight {
  padding-top: 4px;
  padding-left: 0;
}

.slim-footer-topper.single-contact-bar p {
  font-size: 2em;
  text-align: left;
  margin-top: 17px;
}
.slim-footer-topper.single-contact-bar p strong {
  font-weight: 600;
}

@media only screen and (max-width: 1280px) {
  .slim-footer-topper > .fc-row {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slim-footer-topper .fc-row .four {
    width: 100% !important;
    float: left !important;
  }

  .slim-footer-topper .four .twelve .fc-row {
    border: none;
  }
  .slim-footer-topper .four .twelve .four {
    width: 23% !important;
    padding: 5px 0;
  }
  .slim-footer-topper img {
    width: 100%;
    float: left;
    padding-left: 10px;
  }
  .slim-footer-topper p {
    font-size: 1.6em;
  }
  .slim-footer-topper .four .eight {
    padding-top: 5px;
    float: left;
    width: 77% !important;
  }

  .slim-footer-topper.single-contact-bar .three {
    width: 100% !important;
  }
  .slim-footer-topper.single-contact-bar .three img {
    margin: 0 auto;
    display: table;
    float: none;
  }
  .slim-footer-topper.single-contact-bar p {
    font-size: 1.25em;
    text-align: center;
  }
  .slim-footer-topper.single-contact-bar p strong {
    font-weight: 500;
  }
}
@media only screen and (max-width: 480px) {
}

/* Case Studies Holder */
.case-studies-holder {
  padding: 50px 0;
}
.case-studies-holder .case-study-image img {
  display: table;
  margin: 0 auto 20px;
}

.case-studies-holder h2 {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.case-studies-holder h3 {
  font-size: 3rem;
  font-weight: 400;
}

/* Help Centre */
.help-centre-three-columns-holder {
}

.help-centre-three-columns-holder .button-holder {
  margin-top: 40px;
}
.help-centre-three-columns-holder .button-holder a {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
}
.help-centre-three-columns-holder .button-holder a:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
}

@media only screen and (max-width: 880px) {
  .help-centre-three-columns-holder .four {
    width: 100% !important;
    padding: 15px !important;
  }
  .help-centre-three-columns-holder .four:nth-of-type(2) .content {
    padding: 0;
  }

  .four-videos-simple .three {
    width: 50% !important;
  }
  .four-videos-simple .three .video {
    margin: 0 auto !important;
  }

  .help-centre-three-columns-holder .three {
    width: 50% !important;
  }

  .home-banner p,
  .home-banner .half-right p {
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  .four-videos-simple .fc-row .three {
    width: 100% !important;
  }
  .four-videos-simple .fc-row .three video {
    width: 100%;
  }

  .help-centre-three-columns-holder .three {
    width: 100% !important;
  }
}

.video-guide-cursor-pointer {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}

.video-guide-cursor-pointer {
  cursor: pointer !important;
}

/* Find a Branch */
.branch-details {
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.5s ease;
}

.branch-details:hover {
  border: solid 2px #e0a359;
}

.branch-details>a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.branch-details h3 a {
  color: #202020;
}
.branch-details h3 a:hover {
  color: #e1a35a;
}

.branch-details p {
  min-height: 25px;
  margin-bottom: 0;
}
.branch-details p a {
  color: #e1a35a;
}
.branch-details p:last-child a {
  bottom: 10px;
}
.branch-details p a:hover {
  color: #6c3516;
}
.branch-details p:last-of-type {
  margin-bottom: 0;
}

.branch-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 0px;
}
.branch-details ul li {
  color: #683a17;
  font-size: 0.9em;
  margin-bottom: 0;
  display: inline-block;
}
.branch-details ul li:not(:last-child):after {
  content: "\2022";
}
#map {
  width: 100%;
  height: 1000px;
}
#map h3 a {
  color: #6c3516;
  font-family: "Source Sans Pro", sans-serif;
}
#map .info_content p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
#indiv-map {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 768px) {
  .cms-find-a-branch .block-holder-no-padding .fc-row .four {
    width: 100% !important;
  }
  .cms-find-a-branch .block-holder-no-padding .fc-row .eight {
    width: 100% !important;
    float: left;
  }
  .cms-find-a-branch .block-holder-no-padding .fc-row .four .branch-details {
    text-align: left;
    width: 49% !important;
    float: left;
  }
}

@media only screen and (max-height: 1024px){
  .cms-find-a-branch .block-holder-no-padding .fc-row .eight {
    max-height: 800px;
  }
  .cms-find-a-branch #map{
    max-height: 800px;
  }
}

@media only screen and (max-height: 768px){
  .cms-find-a-branch .block-holder-no-padding .fc-row .eight {
    max-height: 600px;
  }
  .cms-find-a-branch #map{
    max-height: 600px;
  }
}

@media only screen and (max-height: 550px){
  .cms-find-a-branch .block-holder-no-padding .fc-row .eight {
    width: 100% !important;
    max-height: 400px;
    overflow: hidden;
    clear: both;
  }
  .cms-find-a-branch #map{
    max-height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .cms-find-a-branch .block-holder-no-padding .fc-row .four .branch-details {
    text-align: center;
    width: 100% !important;
  }
}

/* Individual Branch */
.page-layout-indiv-branch #maincontent .columns .column.main h2{
  text-align: left;
}

.page-layout-indiv-branch #maincontent .columns .column.main p:first-child img{
  float: initial;
  margin: 0 auto 1em;
  display: block;
  width: 80%;
  min-width: 280px;
  max-width: 80%;
  height: auto;
}

.page-layout-indiv-branch #maincontent .columns .column.main p img{
  float: left;
  margin-right: 1em;
  width: initial;
  max-width: 50%;
}

.page-layout-indiv-branch #maincontent .columns .column.main ul{
  float: initial!important;
  display: inline-block;
  width: 100%!important;
  margin-bottom: 1em;
}

.page-layout-indiv-branch #maincontent .columns .column.main ul.areas{
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  width: 100%!important;
}

.page-layout-indiv-branch #maincontent .columns .column.main ul.areas li{
  width: 25%;
}

.page-layout-indiv-branch .fc-row-full-width.help-centre-three-columns-holder .three-column-info{
  flex-wrap: wrap;
}
@media only screen and (max-width: 450px) {
  .page-layout-indiv-branch #maincontent .columns .column.main p img{
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px){
  .page-layout-indiv-branch #maincontent .columns .column.main p:first-child img {
    float: left;
    margin-right: 1em;
    width: initial;
    max-width: 50%;
  }
  .page-layout-indiv-branch #maincontent .columns .column.main .branch-page-new p:first-child img {
     float: none;
     margin-right: 0;
     width: initial;
     max-width: initial;
   }

  .page-layout-indiv-branch #maincontent .columns .column.main .branch-page-new p:first-child img {
    float: none;
    margin-right: 0;
    width: initial;
    max-width: 100%;
    min-width: initial;
  }
  .page-layout-indiv-branch .pagebuilder-column{
    padding-left: 1em;
  }
  .page-layout-indiv-branch .pagebuilder-column:first-of-type{
    padding-left: 0;
  }
  .page-layout-indiv-branch .pagebuilder-column-group{
    margin-bottom: 1em;
  }
  .page-layout-indiv-branch #maincontent .columns .column.main .branch-page-new ul{
    width: 100%!important;
  }

  .page-layout-indiv-branch #maincontent .columns .column.main ul{
    float: initial!important;
    display: inline-block;
    width: 48%!important;
    margin-bottom: 1em;
  }
  .page-layout-indiv-branch .fc-row-full-width.help-centre-three-columns-holder .three-column-info{
    flex-wrap: nowrap;
  }

}

/* Careers */

.cms-careers th {
  border: 1px solid #e1a35a;
  border-bottom: none;
  background: #6c3516;
  color: #fff !important;
  font-weight: 600;
}
.cms-careers td {
  border: 1px solid #e1a35a;
}
.cms-careers td a {
  color: #27a3a5 !important;
}
.cms-careers td a:hover {
  color: #6c3516 !important;
  text-decoration: none;
}

/* Colour Charts */
.colour-image-top {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.colour-image-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-colour-charts .link-image-holder p{
text-align: center;
}

.colour-chart-auto .content {
  margin-bottom: 50px;
}
.colour-chart-car-holder {
  margin: 5px 0px 50px !important;
  text-align: center;
}

.cms-colour-charts .chart-car-holder{
  text-align: center;
}

.colour-chart-car-holder .colour-chart-car-logo {
  width: auto;
  height: 80px;
  margin: 0 auto;
  display: block;
}

.cms-colour-charts .colour-chart-wrapper .colour-chart p{
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .cms-colour-charts .colour-chart-wrapper{
    flex-wrap: wrap;
  }

  .cms-colour-charts .colour-chart-wrapper .colour-chart{
    min-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .page-layout-colour-charts-2columns-left .products-grid .product-item-details{
    width: 100%!important;
  }
}

@media only screen and (max-width: 450px) {
  .colour-chart-car-holder .colour-chart-car-logo{
    width: 100%;
    height: auto;
    max-height: initial;
  }

  .colour-chart-car-holder{
    margin-top: 50px;
  }
}



.page-layout-colour-charts-2columns-left .products-grid .product-item {
  width: 24%;
}

.page-layout-colour-charts-2columns-left .products-grid .product-item img {
  width: 100%;
  max-height: none;
}

.page-layout-colour-charts-2columns-left .category-image img{
  float: left;
  height: 150px;
  margin-right: 1em;
}

.page-layout-colour-charts-2columns-left .category-description{
  min-height: 170px;
}

.color-chart-modal-wrapper h2 {
  color: #fff!important;
  padding: 50px 15px;
}

#color-chart-modal-title {
  background-color: #50362a;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff!important;
  background-image: none !important;
}

.products-grid .colour-chart-product-item {
  padding-right: 10px !important;
  margin-left: 0 !important;
}

body.page-products .product-item {
  position: relative !important;
}

.vap-icon {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

body.page-layout-colour-charts-2columns-left span.product-image-wrapper img {
  /*width: 100%;*/
}

.page-layout-colour-charts-2columns-left .column.main {
  width: 79.16666667%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.page-layout-colour-charts-2columns-left .sidebar-main {
  width: 20.83333333%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.page-layout-colour-charts-2columns-left .sidebar-additional {
  width: 20.83333333%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.page-layout-colour-charts-2columns-left .sidebar-additional {
  clear: left;
  float: left;
  padding-left: 0;
  padding-right: 2%;
}

.page-layout-colour-charts-2columns-left
  .bundle-options-container
  .bundle-options-wrapper,
.page-layout-colour-charts-2columns-left
  .bundle-options-container
  .block-bundle-summary {
  width: 48%;
}

.page-layout-colour-charts-2columns-left .product-info-main {
  width: 48%;
}

.page-layout-colour-charts-2columns-left .product.media {
  width: 50%;
}

.account.page-layout-colour-charts-2columns-left .sidebar-main {
  width: 22.3%;
}
.account.page-layout-colour-charts-2columns-left .column.main {
  width: 77.7%;
}

#colour-chart-modal .product-item-inner {
  display: block !important;
}

#colour-chart-modal .product-item-inner .actions-primary {
  display: none !important;
}

#colour-chart-modal .product-item-inner .product-item-description {
  margin-bottom: 15px;
  margin-top: 0 !important;
}

.colourchart-modal-chart {
  display: none;
}

#colour-chart-modal .products-list .product-item-info {
  width: 100%;
  float: left;
}

#colour-chart-modal .colourchart-modal-chart {
  display: table-caption !important;
  width: 100%;
  margin-bottom: 25px;
  float: left;
}

a.colour-chart-modal-link {
  color: #fff;
  width: 200px;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  box-shadow: none;
  text-align: center;
  display: block;
}

a.colour-chart-modal-link:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .page-layout-colour-charts-2columns-left .column.main {
    width: 100%;
  }
  .page-layout-colour-charts-2columns-left .sidebar-main {
    width: 100%;
  }
  .page-layout-colour-charts-2columns-left .products-grid .product-item {
    width: 32%;
  }
}
@media only screen and (max-width: 480px) {
  .page-layout-colour-charts-2columns-left .products-grid .product-item {
    width: 47%;
  }
}

/*
.page-layout-colour-charts-2columns-left .breadcrumbs ul.items {
  display: flex;
}

.page-layout-colour-charts-2columns-left .breadcrumbs li.item.home {
  order: -10;
}

.page-layout-colour-charts-2columns-left .breadcrumbs li:nth-child(3) {
  order: 100;
}

.page-layout-colour-charts-2columns-left .breadcrumbs .item:not(.home)::before {
  color: #f3cda5!important;
  font-size: 16px;
  margin: 0;
  padding: 0 5px;
  content: "|";
  font-weight: 700;
  line-height: 40px;
  font-family: inherit;
}
.page-layout-colour-charts-2columns-left .breadcrumbs li:nth-child(2),
.page-layout-colour-charts-2columns-left .breadcrumbs li::after {
  display: none!important;
}
*/
/*
.page-layout-colour-charts-2columns-left .breadcrumbs li:nth-child(3){
  display: none!important;
}
*/


/* FC - Gary Liddle */
/* colour chart on product page */

.catalog-product-view .colourcharts .colour-groups,
.catalog-product-view .carcolours .colour-groups{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.catalog-product-view .colourcharts .colour-group.hidden,
.catalog-product-view .carcolours .colour-group.hidden{
  display: none;
}

.catalog-product-view .colourcharts .colour-group h3{
  margin-top: 20px;
}

.catalog-product-view .colourcharts .colour-group ol,
.catalog-product-view .carcolours .colour-group ol{
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}

.catalog-product-view .colourcharts .colour-group ol li,
.catalog-product-view .carcolours .colour-group ol li{
  flex-basis: 10%;
  width: initial!important;
  margin-bottom: 10px;
}

.catalog-product-view .colourcharts .colour-group ol li .product-item-info,
.catalog-product-view .carcolours .colour-group ol li .product-item-info{
  width: 150px;
}

.catalog-product-view .colourcharts .colour-groups .colour-group-image,
.catalog-product-view .carcolours .colour-groups .colour-group-image{
  flex-basis: 15%;
  cursor: pointer;
  /* margin-bottom: 1em; */
  min-height: 205px;
  margin: 0 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catalog-product-view .colourcharts .colour-groups .colour-group-image img,
.catalog-product-view .carcolours .colour-groups .colour-group-image img{
  max-width: 150px!important;
  max-height: 150px;
}

.catalog-product-view .colourcharts .colour-groups .colour-group-image span.title-name,
.catalog-product-view .carcolours .colour-groups .colour-group-image span.title-name{
  color: #6c3516;
  font-weight: bold;
}

.catalog-product-view .colourcharts .products-grid,
.catalog-product-view .carcolours .products-grid{
  margin-top: 0;
}
.catalog-product-view .colourcharts .products-grid a,
.catalog-product-view .carcolours .products-grid a{
  cursor: pointer;
  text-align:  center;
  width: 150px;
}

.catalog-product-view .colourcharts .product-image-wrapper,
.catalog-product-view .carcolours .product-image-wrapper{
  height: initial;
}

.catalog-product-view .colourcharts .products-grid a img,
.catalog-product-view .carcolours .products-grid a img{
  width: 140px;
  max-height: none;
}

.catalog-product-view .colourcharts .products-grid a .product-item-details,
.catalog-product-view .carcolours .products-grid a .product-item-details{
  width: 100%;
  margin-left:  0;
  margin-top: -15px;
}

.catalog-product-view .colourcharts strong.type,
.catalog-product-view .carcolours strong.type{
  font-size: 1.5em;
}
.catalog-product-view .colourcharts .products-grid h4,
.catalog-product-view .carcolours .products-grid h4{
  border-top: 3px solid #efedee;
  margin-top: 0;
  padding-top: 20px;
}
.catalog-product-view .product.info.detailed .colourcharts .products-grid h4,
.catalog-product-view .product.info.detailed .carcolours .products-grid h4{
  font-size: 1.3em;
}

.catalog-product-view .colourcharts .products-grid h4:first-child,
.catalog-product-view .carcolours .products-grid h4:first-child{
  border: none;
}

.catalog-product-view .colourcharts ol.product-items,
.catalog-product-view .carcolours ol.product-items{
  margin-bottom: 20px;
  margin-left: 0;
}

.modal-inner-content .catalog-product-view .colourcharts ol.product-items,
.modal-inner-content .catalog-product-view .carcolours ol.product-items {
  /* max-width: 80%; */
}

.wordpress-post-view .modal-header h1.modal-title{
  font-weight: bold;
}

.wordpress-post-view .modal-header h1.modal-title .modal-subtitle{
  display: block;
  text-transform: none;
  color: #000;
  margin: 1em 0;
  font-weight: normal;
}


.modal-inner-content .catalog-product-view .colourcharts .products.wrapper.robert.grid.products-grid,
.modal-inner-content .catalog-product-view .carcolours .products.wrapper.robert.grid.products-grid{
  width: initial;
  clear: both;
}

.catalog-product-view .colourcharts ol.product-items li,
.catalog-product-view .carcolours ol.product-items li{
  border: none;
  padding-left: 0;
  padding-bottom: 0;
}

.modal-inner-content .catalog-product-view .colourcharts ol.product-items li .product-item-name,
.modal-inner-content .catalog-product-view .carcolours ol.product-items li .product-item-name{
  min-height: initial;
}

.custom-colour-chart{

}

.custom-colour-chart .custom-colour-list{
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 0!important;
}

.custom-colour-chart h3{
  margin-top: 1em;
}

.custom-colour-chart .custom-colour-list li{
  flex-basis: 12%;
  margin-right: 1em;
}

.custom-colour-chart .custom-colour-list li img{
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 60px;
  height: auto;
}

.custom-colour-chart .custom-colour-list li span{
  display: block;
  text-align: center;
}




/* FC End */


/* colour chart table */

.colour-chart-wrapper{
  display: flex;
}

.colour-chart{
  max-width: 20%;
  margin: 0 auto 1em;
}

.colour-image-top{
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  height: auto;
}




#colour-chart-modal .table-bordered thead tr th {
  border-bottom-width: 2px;
  border: 1px solid #ddd;
  padding: 3% 1%;
  text-align: center;
  width: 14.2%;
  vertical-align: middle;
  min-width: 70px;
}

#colour-chart-modal .table-striped tbody tr {
  background-color: #f9f9f9;
}

#colour-chart-modal .table-bordered tbody tr td {
  border: 1px solid #ddd;
  text-align: center;
}
#colour-chart-modal .table-bordered tbody tr td p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #colour-chart-modal .products-list .product-item-photo {
    display: block;
  }
  #colour-chart-modal .table-bordered thead tr th {
    font-size: 0.75em;
    line-height: 1.25em;
  }
  #colour-chart-modal .table-bordered tbody tr td p {
    font-size: 0.7em;
  }
  #colour-chart-modal .colourchart-modal-chart {
    overflow: scroll;
  }
}

/* Link and Picture Box */
.link-image-holder {
  font-size: 1.3em;
  font-weight: 600;
  margin: 5px 0 0;
}
.link-image-holder p {
  margin: 0.5em 0 1em;
}
.link-image-holder p a {
  color: #6c3516;
}
.link-image-holder p a:hover {
  color: #e1a35a;
}

/* Contact Page -- FORMS -- */
.page-layout-contact-us #maincontent {
  text-align: center;
}
.contact-us-form .legend {
  display: none;
}
.contact-us-form .field.note.no-label {
  display: none;
}

#contact-form {
  width: 60%;
  margin: 0 auto 30px;
}
#contact-form .six {
  width: 100%;
}
#contact-form .six:first-of-type {
  margin-bottom: 15px;
}
#contact-form .fieldset {
  margin: 0 0 20px;
}
#contact-form .field.name,
#contact-form .field.email,
#contact-form .field.telephone {
  width: 100%;
  float: left;
}
#contact-form .field.email {
  margin: 15px 0 0 0;
}
#contact-form .field.comment {
  float: left;
  width: 100%;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 16px;
}

body.cms-contact textarea {
  height: 119px !important;
}

.cms-contact br {
  display: none !important;
}

.cms-contact .light-grey-bg br {
  display: block !important;
}

.cms-contact .page-main {
  padding-bottom: 0 !important;
}

/* input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="datetime"],
input[type="email"],
textarea,
select {
  font-size: 16px;
  padding: 19px 15px;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  font-family: "Source Sans Pro", sans-serif;
}
select {
  padding: 0 15px !important;
  height: 40px;
} */

@media only screen and (max-width: 480px) {
  #contact-form {
    width: 100%;
  }
}

/* Sign Up Form */
.customer-account-create .page-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget {
  width: 100%;
}
.form.create.account {
  width: 60%;
  margin: 0 auto;
}
.form.password.reset .fieldset .legend,
.form.send.confirmation .fieldset .legend,
.form.password.forget .fieldset .legend,
.form.create.account .fieldset .legend {
  border-bottom: none;
}
.form.password.reset .fieldset .legend,
.form.send.confirmation .fieldset .legend,
.form.password.forget .fieldset .legend,
.form.create.account .fieldset .legend {
  color: #6c3516;
  line-height: 1em;
  text-align: left !important;
  padding: 0;
  margin: 15px 0;
  font-family: "Source Sans Pro", sans-serif;
}
.form.password.reset .fieldset .legend span,
.form.send.confirmation .fieldset .legend span,
.form.password.forget .fieldset .legend span,
.form.create.account .fieldset .legend span {
  font-weight: 700 !important;
}

.form.create.account .field.confirmation.required {
  margin-bottom: 30px;
}

.form.password.reset .fieldset .field:nth-of-type(odd),
.form.send.confirmation .fieldset .field:nth-of-type(odd),
.form.password.forget .fieldset .field:nth-of-type(odd),
.form.create.account .fieldset .field:nth-of-type(odd) {
  width: 100%;
  float: left;
}
.form.password.reset .fieldset .field:nth-of-type(even),
.form.send.confirmation .fieldset .field:nth-of-type(even),
.form.password.forget .fieldset .field:nth-of-type(even),
.form.create.account .fieldset .field:nth-of-type(even) {
  width: 100%;
  float: right;
}
.form.create.account .fieldset .field.taxvat {
  float: left !important;
}
.form.password.reset .fieldset .field.choice.newsletter,
.form.send.confirmation .fieldset .field.choice.newsletter,
.form.password.forget .fieldset .field.choice.newsletter {
  display: none;
}
.form.create.account .fieldset .field.choice.newsletter {
  padding: 15px;
  background-color: #f9f7f8;
  box-sizing: border-box;
}
.form.create.account .fieldset .field.choice.newsletter p {
  font-size: 0.8em;
  margin: 15px 0 0;
}

.form.password.reset .fieldset #remember-me-box,
.form.send.confirmation .fieldset #remember-me-box,
.form.password.forget .fieldset #remember-me-box,
.form.create.account .fieldset #remember-me-box {
  width: 100% !important;
}

.form.password.reset .actions-toolbar .primary .action.submit.primary,
.form.send.confirmation .actions-toolbar .primary .action.submit.primary,
.form.password.forget .actions-toolbar .primary .action.submit.primary,
.form.create.account .actions-toolbar .primary .action.submit.primary {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

.form.create.account .actions-toolbar .primary .action.submit.primary:hover {
  color: #fff;
  background: rgba(39, 163, 165, 0.6) !important;
  padding: 10px 40px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .form.create.account {
    width: 100%;
  }
}

/* Newsletter Form */
.cms-mailing-list-sign-up .page-title-wrapper {
  text-align: center;
}
#mc_embed_signup {
  padding: 10px 0 !important;
  width: 60%;
  margin: 0 auto;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup h2 {
  font-weight: 700 !important;
  font-size: 1.4em !important;
  text-align: left !important;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .asterisk {
  font-size: 100% !important;
  top: 0px !important;
}
#mc_embed_signup .mc-field-group label {
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 8px !important;
}
.mc-field-group.gdprRequired {
  width: 100% !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
  margin-bottom: 1.5em !important;
}
#mc-embedded-subscribe {
  color: #fff !important;
  background: rgba(39, 163, 165, 0.8) !important;
  padding: 9px 40px !important;
  border: 1px solid #fff !important;
  text-transform: uppercase !important;
  height: 38px !important;
  line-height: 20px !important;
}

#mc-embedded-subscribe:hover {
  background: rgba(39, 163, 165, 0.6) !important;
}

@media only screen and (max-width: 480px) {
  #mc_embed_signup {
    width: 100%;
  }
}


.videoWrapper #mc_embed_signup h2 {
  font-size: 3.3rem !important;
}
.videoWrapper #mc_embed_signup .mc-field-group {
  width: 100% !important;
}

.amasty_custom_form {
}
.amasty_custom_form h3 {
  font-weight: 700;
  font-size: 1.4em;
}

.field-raq-name-33,
.field-raq-email-address-35,
.field-raq-best-contact-time-37,
.field-raq-address-line-39,
.field-raq-town-40,
.field-raq-enquiry-type-43,
.field-raq-description-45 {
  width: 45% !important;
}
.field-raq-business-name-34,
.field-raq-telephone-36,
.field-raq-address-line-2,
.field-raq-post-code-41,
.field-raq-item-type-44,
.field-raq-image-upload-46,
.field-raq-how-did-you-hear-47 {
  float: right !important;
  width: 45% !important;
}

.field-raq-image-upload-50,
.field-raq-image-upload-51,
.field-raq-image-upload-52,
.field-raq-image-upload-53{
  float: right !important;
  width: 45% !important;
}

.field-text-67{
  /* float: left !important; */
  /* width: 100% !important; */
  width: 45% !important;
  float: none;
}

#raq-description-45{
  height: 10em;
}

#raq-image-upload-51,
#raq-image-upload-52,
#raq-image-upload-53{
  /* clear: left !important; */
}

.field-raq-title-65{
  float: left;
  width: 10%!important;
}

.field-raq-name-33{
  float: left;
  /* width: 30%!important;
  margin-left: 5%; */
}




  /*.mc-field-group{ float: left; width: 45% !important;  }
  .mc-field-group:nth-of-type(odd){ float: right !important; clear: none !important; }*/
#mergeRow-gdpr {
  float: left;
  width: 100% !important;
}

.fb-text-label.label,
.fb-select-label.label,
.fb-file-label.label,
.fb-textarea-label.label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  float: left;
}

.categorypath-training-courses button.submit,
.cms-request-a-quote button.submit {
  background-color: rgba(39, 163, 165, 0.8) !important;
  width: auto !important;
  padding: 10px 40px !important;
  border-radius: 3px !important;
  font-size: 1.4rem !important;
  line-height: 18px !important;
}


.fotorama__video-close{
  z-index: 10;
}

body.category-training-courses .fotorama__stage__shaft {
  top: -97px !important;
}
.magnifier-preview {
  left: 50% !important;
  top: 0 !important;
}

.magnifier-preview .magnifier-large{
  max-height: none;
}

.magnify-lens{
  margin-top: -0;
  /* margin-top: -24px; */
}

body.category-training-courses .product-page-tp-stars {
  display: none !important;
}

body.category-training-courses h1.page-title {
  width: 100% !important;
}

#training-course-enquire-button {
  color: #fff;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 0px;
  width: 250px;
  text-align: center;
  padding-bottom: 15px;
  display: inline-block;
}

.box-tocart .action.tocart {
  margin-right: 30px !important;
}

body.category-training-courses button.training-course-button span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
}

/*.training-course-enquiry-button {
    color: #fff;
    width: auto;
    border-radius: 2px;
    background-color: #27a3a5;
    border: none;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 87px;
    width: 250px;
    margin-top: 15px;
    text-decoration: none !important;
}*/

.training-course-enquiry-button:hover {
  background: rgba(39, 163, 165, 0.6) !important;
}

/* Forms Responsive */

@media only screen and (max-width: 935px){
  #raq-description-45 {
    height: calc(500px - 32vw);
  }
}

@media only screen and (max-width: 750px) {
  #raq-description-45 {
    height: 11em;
  }
}

@media only screen and (max-width: 767px) {
  #contact-form {
    margin-bottom: 35px;
    margin-top: 0px;
  }
  #contact-form .field.name,
  #contact-form .field.email,
  #contact-form .field.telephone {
    width: 100%;
  }
  #contact-form .field.email {
    margin: 0 0 20px;
  }

  .mc-field-group {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .field-raq-business-name-34,
  .field-raq-telephone-36,
  .field-raq-address-line-2,
  .field-raq-post-code-41,
  .field-raq-item-type-44,
  .field-raq-image-upload-46,
  .field-raq-how-did-you-hear-47 {
    width: 100% !important;
  }
  .field-raq-name-33,
  .field-raq-email-address-35,
  .field-raq-best-contact-time-37,
  .field-raq-address-line-39,
  .field-raq-town-40,
  .field-raq-enquiry-type-43,
  .field-raq-description-45 {
    width: 100% !important;
  }

  .field-raq-title-65{
    float: left;
    width: 30%!important;
  }

  .field-raq-name-33, .field-text-67{
    float: left;
    width: 100%!important;
    margin-left: 0%;
  }

  .field-raq-image-upload-50,
  .field-raq-image-upload-51,
  .field-raq-image-upload-52,
  .field-raq-image-upload-53,
  .field-text-68
  {
    float: left!important;
    width: 100%!important;
    order: 20;
  }

  #amasty_custom_form-3 .insert-container{
    display: flex;
    flex-direction: column;
  }

  .form.password.reset .fieldset .field:nth-of-type(2n + 1),
  .form.send.confirmation .fieldset .field:nth-of-type(2n + 1),
  .form.password.forget .fieldset .field:nth-of-type(2n + 1),
  .form.create.account .fieldset .field:nth-of-type(2n + 1) {
    width: 100%;
  }
  .form.password.reset .fieldset .field:nth-of-type(2n),
  .form.send.confirmation .fieldset .field:nth-of-type(2n),
  .form.password.forget .fieldset .field:nth-of-type(2n),
  .form.create.account .fieldset .field:nth-of-type(2n) {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .field-raq-title-65 {
    float: left;
    width: 15%!important;
  }
  .field-raq-name-33 {
    float: left;
    width: 100%!important;
    margin-left: 0%;
  }
}


._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #e1a35a;
}
#contact-form .primary button {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
#contact-form .primary button:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
}

/* My Account */
.customer-account-index .box.box-newsletter {
  display: none;
}
.customer-account-index .column.main a {
  color: #27a3a5;
}
.customer-account-index .column.main strong span {
  color: #6c3516;
  font-size: 1.2em;
  font-weight: 600;
}
.block-collapsible-nav .item.current > strong {
  border-color: #e1a35a;
  color: #6c3516;
}
.account .action.save.primary {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}


body.account .columns .column.main ul li{
  width: auto;
  float: left;
  padding: 0;
}

body.account .order-details-items{
  margin-top: 43px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  body.account .block-collapsible-nav:first-of-type .title.block-collapsible-nav-title{
    display: none;
  }
  body.account .block-collapsible-nav{
    top: 32px;
  }
  body.account .block.block-collapsible-nav ul{
    margin-top: 36px;
  }

  body.account .order-details-items{
    margin-top: 41px;
  }
  body.account .order-links .item strong{
    padding-bottom: 2px;
    border-bottom: 0;
  }
}


/* Footer */

footer.page-footer .footer.content{
  overflow: auto;
}

footer {
  color: #fff;
}
footer h4 {
  margin-bottom: 1em;
  font-size: 1.65rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
footer.page-footer {
  background-color: #6c3516;
  padding-bottom: 0;
}
footer .fab {
  color: #fff;
  margin: 10px 20px 10px 10px;
}

body.fc_nl footer .fab,
body.fc_fr footer .fab,
body.default footer .fab {
  color: #fff;
  margin: 0;
  font-size: 1.3em;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}

body.fc_nl footer .fab.fa-facebook-f:before,
body.fc_fr footer .fab.fa-facebook-f:before,
body.default footer .fab.fa-facebook-f:before {
  position: relative;
  top: 10px;
  left: 12px;
}
body.fc_nl footer .fab.fa-twitter:before,
body.fc_fr footer .fab.fa-twitter:before,
body.default footer .fab.fa-twitter:before {
  position: relative;
  top: 10px;
  left: 9px;
}
body.fc_nl footer .fab.fa-youtube:before,
body.fc_fr footer .fab.fa-youtube:before,
body.default footer .fab.fa-youtube:before {
  position: relative;
  top: 9px;
  left: 7px;
}
body.fc_nl footer .fab.fa-pinterest-p:before,
body.fc_fr footer .fab.fa-pinterest-p:before,
body.default footer .fab.fa-pinterest-p:before {
  top: 10px;
  position: relative;
  left: 11px;
}
body.fc_nl footer .fab.fa-instagram:before,
body.fc_fr footer .fab.fa-instagram:before,
body.default footer .fab.fa-instagram:before {
  position: relative;
  top: 9px;
  left: 9px;
}
body.fc_nl footer .fab.fa-linkedin:before,
body.fc_fr footer .fab.fa-linkedin:before,
body.default footer .fab.fa-linkedin:before {
  position: relative;
  top: 10px;
  left: 10px;
}

/* New footer */
.footer-column {
  float: left;
  width: 25%;
}
.footer-column ul li {
  width: 100%;
  float: left;
}
.footer-column ul li span {
  float: left !important;
  margin: 0 !important;
}
.footer-column ul li a {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}
.footer-column ul li a:hover {
  color: #e1a35a;
  text-decoration: none;
}
.footer-column-1 {
  padding-left: 15px;
  box-sizing: border-box;
}
.footer-column-4 {
  padding-right: 15px;
  box-sizing: border-box;
}
.footer-column-3 .footer-column-bottom {
  float: left !important;
}
.follow-us-newsletter-bottom a {
  border: 2px solid #c68c49;
  text-align: center;
  color: #c68c49;
  padding: 5px;
  text-transform: uppercase;
  display: block;
  width: 80px;
  font-size: 0.95em;
}
.follow-us-newsletter-bottom a:hover {
  text-decoration: none;
}

.follow-us-newsletter-top a[target="_blank"] {
  filter: brightness(0) invert(1);
  margin-right:10px;
  line-height: 40px;
}

.footer-column-full-width {
  border-top: 1px solid #ededed;
  margin: 20px 0;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  width: 100%;
  float: left;
}
.footer-column-full-width .footer-left-logo {
  height: 47px;
  margin: 5px 0;
}
.footer-column-full-width .footer-right-icons {
  text-align: right;
  margin-top: 6px;
}


.footer-column-legal {
  width: 100%;
  float: left;
}
.footer-column-legal p,
.footer-column-legal a {
  font-size: 13px;
  color: #fff;
  margin-bottom: 1.5em;
  font-weight: 300;
  padding: 0 1px;
}
.footer-column-legal a:hover {
  color: #e1a35a;
  text-decoration: none;
}

body .testimonials ul {
  flex-wrap: wrap;
  width: 100%;
  align-items: initial;
  justify-content: space-evenly;
  padding-left: 0;
  max-width: 1500px;
}

body .testimonials ul li {
  width: 30%;
  position: initial;
  margin: 0 0.5em;
}

body .testimonials ul.has-wide li {
  width: 25%;
  position: initial;
  margin: 0 0.5em;
}

body .testimonials ul li.wide{
  width: 40%;
}

body .testimonials ul li.wide-only{
  width: 40%;
}

body .testimonials ul li:before{
  display: block;
  top: -50px;
  left: initial;
  position: relative;
  margin-bottom: -30px;
}

@media only screen and (max-width: 1500px) {
  body .testimonials ul{
    max-width: 1200px;
  }
  body .testimonials ul.has-wide li {
    width: 47%;
    position: initial;
    margin: 0 0.5em;
  }

  body .testimonials ul li.wide{
    width: 40%;
    margin-bottom: 2em;
  }

  body .testimonials ul li.wide-only{
    width: 70%;
  }
}

@media only screen and (max-width: 1000px) {
  body .testimonials ul li {
    width: 45%;
    margin-bottom: 2em;
  }

  body .testimonials ul.has-wide li {
    width: 45%;
  }

  body .testimonials ul li.wide-only{
    width: 80%;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .page-footer {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
  footer h4 {
    font-size: 1em;
  }
  .footer-column p {
    font-size: 0.95em;
    width: 90%;
  }
  .footer-column ul li a {
    font-size: 0.95em;
  }

  .footer-column {
    width: 100%;
  }
  .footer-column-1,
  .footer-column-4 {
    padding: 0;
  }
  footer .fab {
    /* margin: 10px 8px 10px 0; */
    font-size: 1.5em;
  }

  .footer-column-full-width {
    float: left;
  }
  .footer-column-full-width .footer-left-logo {
    height: auto;
    margin: 5px auto;
    display: table;
  }
  .footer-column-full-width .footer-right-icons {
    float: left !important;
  }

  .footer-column-legal {
    float: left !important;
  }

  .request-a-quote-section .fc-row {
    padding: 15px 0;
  }

  .request-a-quote-section a {
    margin: 0 auto 20px auto;
    padding: 20px;
    font-size: 2rem;
    font-weight: 400;
  }

  .testimonials {
    padding: 30px 20px 5px 20px;
  }

  .testimonials ul {
    padding: 0;
  }

  body .testimonials ul li {
    width: 100%;
    margin-bottom: 2em;
  }

  body .testimonials ul li.wide, body .testimonials ul li.wide-only{
    width: 100%;
  }

  body .testimonials ul.has-wide li {
    width: 100%;
    margin-bottom: 2em;
  }

  body .testimonials ul li:last-child {
    margin-bottom: 0;
  }
}

/* Signed Out */

.customer-account-logoutsuccess .page-main {
  padding-top: 30px !important;
}

/* Cookie Notice */
.message.global.cookie {
  z-index: 100;
}
.message.global.noscript,
.message.global.cookie {
  background: #e1a35a;
  color: #fff;
  font-size: 1em;
}
.message.global.noscript a,
.message.global.cookie a,
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #27a3a5;
}
.message.global.cookie #btn-cookie-allow {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 20px;
  border: none;
}

/* Benefits Bar */
.benefits-bar {
  padding: 0;
  width: 100%;
  height: 60px;
  padding: 0px;
  overflow: hidden;
  background: #faf8f8 !important;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #666;
}

.benefits-bar > *:not(.slick-initialized) {
  display: none;
}

.benefits-bar a, .benefits-bar a:visited,
.benefits-bar .alink:visited {
  color: #666;
}

.benefits-bar a:hover {
  color: #666;
}

.benefits-bar .fc-row-slider {
  width: 1280px;
  margin: 0 auto;
}

.benefits-bar img,
.benefits-bar svg {
  max-width: 35px;
  max-height: 35px;
}

.slick-track .slick-slide > * {
  display: flex;
  align-items: center;
}

.benefits-holder-resp {
  display: flex;
  align-items: center;
}

.benefits-bar p,
.benefits-bar span {
  font-size: 1.8rem;
  color: #666;
  margin: 0;
  padding-left: 15px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.benefits-bar p a,
.benefits-bar span a {
  color: #666;
}

.benefits-bar p a:hover,
.benefits-bar span a:hover {
  color: #666;
  text-decoration: none !important;
}

.benefits-bar .benefits-bar-item-right {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}

.benefits-bar .slick-track {
  display: flex;
  align-items: center;
}

iframe .rebranding .tp-widget-trustscore {
  font-size: 16px !important;
  margin: 0 12px 11px 0 !important;
}
iframe #tp-widget-logo {
  display: none !important;
}

/*.benefits-bar .fc-row-slider .slick-track{ width: 100% !important; }*/

/*.alt-benefits-bar img{ margin: 6px 0 0px; }*/

/* Slick */
.slick-prev {
  transform: rotate(90deg) !important;
  box-shadow: none !important;
  top: 34% !important;
}
.slick-prev::before,
.slick-next::before {
  color: #404042 !important;
  content: "\e622" !important;
  font-family: "luma-icons" !important;
  opacity: 0.6 !important;
}
.slick-prev:hover {
  border: none;
  opacity: 1 !important;
}
.slick-next {
  transform: rotate(-90deg) !important;
  box-shadow: none !important;
  top: 34% !important;
}
.slick-next::before,
.slick-next::before {
  color: #404042 !important;
  content: "\e622" !important;
  font-family: "luma-icons" !important;
  opacity: 0.6 !important;
}
.slick-next:hover {
  border: none;
  opacity: 1 !important;
}

@media only screen and (max-width: 1280px) {
  .benefits-bar .fc-row-slider {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 990px) {
  .benefits-bar p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1281px) {
  .alt-benefits-bar ul .slick-track li.slick-slide>span {
    width: 80%;
  }
}
@media only screen and (max-width: 860px) {
  .benefits-bar.alt-benefits-bar,
  .benefits-bar.alt-benefits-bar .benefits-bar-item-right {
    height: 66px;
  }
  .benefits-bar.alt-benefits-bar img {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits-bar img {
    margin: 0 auto;
    display: table;
  }

  .benefits-bar p,
  .benefits-bar span {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  .benefits-bar {
    margin-bottom: 15px;
  }
  .page-layout-homepage-custom .benefits-bar,
  .page-layout-service-landing .benefits-bar {
    margin-bottom: 0px;
    padding: 0;
  }

  .benefits-holder-resp {
    width: 53%;
    margin: 0 auto;
    position: relative;
  }
  .benefits-bar-item:first-of-type .benefits-holder-resp {
    min-width: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .benefits-bar p {
    text-align: center;
    font-size: 0.7em;
    line-height: 1;
  }
  .benefits-holder-resp {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .benefits-bar-item-left {
    width: auto;
  }
}

/* Breadcrumbs */
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #a4a4a4 !important;
}
.breadcrumbs strong {
  color: #a4a4a4;
}
.breadcrumbs .items {
  font-size: 15px;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 15px;
  margin: 2px 0;
  padding: 0 5px;
  content: " | ";
}
@media only screen and (max-width: 767px) {
  body .breadcrumbs {
    display: block;
    height: 0;
    line-height: 0;
    min-height: 0 !important;
    padding-bottom: 20px;
    visibility: hidden;
  }
}


/* Page Headers */
.page-wrapper {
  overflow: hidden;
}
.page-main {
  padding-bottom: 15px;
  margin-bottom: 0px; /* border-bottom: 2px solid #efedee;*/
}
.columns .column.main {
  position: relative;
  padding-bottom: 15px;
}
/*.columns .column.main ul{ padding-left: 12px;  margin-top: 25px; }*/
.columns .column.main ul:not(.tabs-navigation.ui-tabs-nav, .reset-fix) {
  padding-left: 20px;
  float: left;
}
.columns .column.main ul:not(.tabs-navigation.ui-tabs-nav, .reset-fix) li {
  width: 50%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.columns .column.main .product.data.items .value ul{
  float: none;
}

.columns .column.main .product.data.items .value ul li{
  width: auto;
  float: none;
  padding: 0;
  text-align: left;
}

.columns .column.main .product-info-main .product.attribute.overview ul {
  float: none;
}

.columns .column.main .product-info-main .product.attribute.overview ul li{
  width: auto;
  float: none;
  padding: 0;
  text-align: left;
}

.column.main {
  min-height: auto;
}

.columns .column.main .pages {
  width: 100%;
}
.columns .column.main .pages ul {
  float: right;
}
.columns .column.main .pages ul li {
  width: auto;
  padding: 0 3px;
  margin: 0 0 30px;
}
.columns .column.main .pages .current strong.page {
  color: #fff;
  padding: 0 13px;
  background: #757575;
}
.columns .column.main .pages li a.page {
  color: #757575;
  background: #f0f0f0;
  padding: 0px 13px;
}
.columns .column.main .pages li a.page:hover {
  background: #757575 !important;
  color: #fff !important;
}
/*.columns .column.main .pages li a.page span{ color: #757575; }*/

/* Category Page */

body.catalog-category-view h1.page-title {
  display: none !important;
}

body.catalog-category-view h1 {
  margin-bottom: 0.25em !important;
}

.page-layout-2columns-left .column.main {
  padding-left: 30px;
}

.page-main > .page-title-wrapper .page-title {
  margin-bottom: 0.25em;
}
.category-view .category-description {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #efedee;
}

/* Mag 2.4 Overrides */
[data-content-type='row'][data-appearance='contained']{
  max-width: 100%;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner']{
  margin: 0!important;
  padding: 0!important;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner']>div p:last-of-type{
  margin: 0;
  padding: 0;
}
/* Mag 2.4 End */

.sidebar-help,
.sidebar-colors,
.sidebar-prof {
  padding: 1px 0;
}
.sidebar-help a,
.sidebar-colors a,
.sidebar-prof a {
  text-align: center;
  display: block;
  margin: 5px;
  padding: 20px 0;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
}
.sidebar-help a:hover,
.sidebar-colors a:hover,
.sidebar-prof a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.product-item-actions .actions-primary {
  width: 100%;
}
.product-item .tocart {
  color: #fff;
  width: 100%;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}
.product-item .tocart:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.8);
  border: none;
}
.product-item-name,
.product.name a {
  font-size: 1.1em;
  font-weight: 600;
  color: #6c3516;
}
.product-item-name:hover,
.product.name a:hover {
  color: #e1a35a;
  text-decoration: none;
}
.product-item .price-box .price {
  color: #6c3516;
}

@media only screen and (max-width: 768px) {
  .page-products .columns {
    padding-top: 0;
  }
  .page-layout-2columns-left .column.main {
    padding-left: 0;
  }
  .column.main .product-items {
    margin-left: 0;
  }
}

.page-with-filter .filter-options-title {
  text-transform: capitalize;
}

.page-with-filter .filter-options-item {
  border-bottom: none !important;
}

.page-with-filter .filter-options-item:nth-of-type(2) {
  display: none!important;
}

.page-with-filter .filter-options-content .count {
  display: none !important;
}

.page-with-filter .filter-options li.item a {
  color: #1d1d1d;
  width: 100%;
  display: block;
  border-bottom: solid 1px #e3e3e3;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 0 !important;
}

.page-with-filter .filter-options li.item a:hover {
  color: #e1a35a !important;
  background: none !important;
}

.page-with-filter .filter-options-title {
  padding-left: 5px !important;
}

.page-with-filter .filter-options-title:after {
  display: none !important;
}

.page-with-filter .filter-options h4 {
  margin-bottom: 0 !important;
  padding-left: 5px !important;
}

.page-with-filter .filter-options-title {
  cursor: default !important;
}

body.catalog-category-view
  span.normal-price
  .price-container.price-final_price
  span.price-wrapper {
  margin-top: 0px;
}

body.catalog-category-view
  .price-container.price-final_price
  span.price-wrapper {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  body.catalog-category-view
    .price-container.price-final_price
    span.price-wrapper {
    /* margin-top: 36px; */
  }
}

body.catalog-category-view
  span.old-price
  span.price-container
  span.price-wrapper {
  margin-top: 0 !important;
}

body.catalog-category-view .old-price{
  display: inherit;
}

.old-price .price-container{
  display: flex;
}

.old-price .price-container .price-label{
  /* order: 2; */
  margin-right: 10px;
}

.old-price .price-container .price-wrapper{
  text-decoration: line-through;
  color: #6c3516;
}
.old-price .price-container .price-wrapper .price{
  color: #666!important;
}

body.catalog-product-view


  /* Trust Pilot */
.trust-pilot-holder {
  border-top: 2px solid #efedee;
}
.trust-pilot-holder .block-holder {
  padding: 50px 0;
}

/* Product Page */
/*.page-title-wrapper.product{ min-height: 275px; }*/

.modal-popup._inner-scroll .modal-inner-wrap {
  height: auto !important;
}

.product-info-main .product.attribute.overview {
  /* min-height: 150px; */
}

.page-layout-1column .product-info-main {
  width: 50%;
}
.page-layout-1column .product.media {
  width: 47%;
}

.box-tocart .action.tocart {
  color: #fff;
  width: auto;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 70px;
}

.box-tocart .action.tocart:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.6) !important;
}

.fotorama__thumb {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .fotorama__nav-wrap .fotorama__thumb img.fotorama__img{
  -webkit-transform: none;
  transform: none;
  top: initial;
  position: initial;
  width: initial;
}
.fotorama__thumb-border {
  border: 1px solid #27a3a5;
}
.fotorama__stage__frame .fotorama__img {
  /* top: 45% !important; */
}
body.catalog-product-view .fotorama__stage {
  max-height: 530px !important;
}
.fotorama__arr .fotorama__arr__arr {
  top: 45% !important;
}

#prodDeets ul li {
  width: 100%;
  padding: 0 0 0 5px;
  margin-bottom: 4px;
}

.product.detailed .item.content h2{
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.6em;
}

.attribute.description ul li {
  width: 100% !important;
}

.product.attribute.instructions img, .attribute.magazine_articles img{
  max-width: 100%!important;
}
.product.info.detailed img {
  max-width: 100%!important;
  height: initial;
}

.product-info-main .product-info-price .product-info-stock-sku {
  /* float: right; */
  display: block;
  width: 100%;
  padding: 0 0 10px;
  text-align: left;
}
.product-info-main .product-info-price .price-box {
  /* float: left; */
  display: block;
  width: 100%;
  padding: 0 0 10px;
}
.product-info-price .price-box .price-container .price {
  color: #6c3516;
  font-size: 35px;
  font-weight: 600;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable,
.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
  color: #e1a35a;
  text-transform: none;
  font-size: 18px;
}
.product.attribute.sku {
  display: none;
}

.product-info-main .stock.available {
  margin-bottom: 0;
}
.ships-message p {
  color: #e1a35a;
  margin-bottom: 0em;
}

.product.info.detailed .block-holder:first-of-type {
  padding-top: 0;
}
.product.info.detailed .block-holder:last-of-type {
  padding-bottom: 0;
}

.product-info-tab-instructions .fc-row {
  border-bottom: 1px solid #eee;
}

.product.attribute.instructions img{
  max-width: none;
  max-height: none;
}
.product.attribute.advantages ul li {
  width: 100% !important;
}
.ul-ticks {
  list-style-image: url("/pub/media/wysiwyg/tick-bullet-point.png");
  padding-left: 25px !important;
  float: left;
}
.ul-ticks li {
  padding-left: 5px !important;
}
.product.info.detailed h3 {
  font-weight: 700;
  font-size: 1.4em;
}
.product.info.detailed h4 {
  font-weight: 700;
  font-size: 1.1em;
}

.box-tocart,
.box-tocart .fieldset .field.qty,
.box-tocart .fieldset .actions {
  float: left;
  width: 100%;
}
.box-tocart .fieldset .field.qty label {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.box-tocart .fieldset .field.qty .control {
  width: auto;
  float: left;
}

.cart-paypal-icon {
  width: auto;
  float: right;
  margin-top: 1px;
}

.paypal-review.view .box-order-shipping-method .box-title .extra-message{
  font-size: 1.2em;
  font-weight: bold;
  color: #6c3516;
}

/* upsell */

.product-item .price-box {
  display: inline-block;
}

.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: inline-block;
}

.block.upsell .block-title {
  color: #6c3516;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.1;
  font-size: 2.6rem;
}
.block.upsell .block-title strong {
  font-size: inherit;
}
.products-upsell .product-items .product-item {
  width: 23%;
  margin: 0 1%;
  border-bottom: none;
}
.products-upsell .product-items .product-item .product-item-info {
  width: 100%;
}

.product.data.items > .item.title > .switch {
  border: 1px solid #e1a35a;
  border-bottom: none;
  background: #6c3516;
  color: #fff !important;
  font-weight: 600;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #e1a35a !important;
  font-weight: 600;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  color: #e1a35a !important;
}
.product.data.items > .item.content {
  border: 1px solid #e1a35a;
}

.page-title-wrapper {
  position: relative;
}

.product-page-tp-stars {
  position: absolute;
  right: -40px;
  top: 10px;
  display: none;
}

body.catalog-product-view .product-page-tp-stars {
  display: block;
}

.product-info-main .trustpilot-widget {
  margin: 0 !important;
  width: 100% !important;
}

.product-info-main .page-title-wrapper h1 {
  font-size: 2em !important;
  width: 55%;
}

.catalog-category-view .page-title-wrapper .product-page-tp-stars,
.cms-page-view .page-title-wrapper .product-page-tp-stars,
.aw_blog-index-index .page-title-wrapper .product-page-tp-stars,
.customer-account-create .page-title-wrapper .product-page-tp-stars,
.checkout-cart-index .page-title-wrapper .product-page-tp-stars {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .catalog-product-view .page-title-wrapper .product-page-tp-stars {
    right: -10px;
    width: 50%;
  }
}

@media only screen and (max-width: 1075px) {
  .cart-paypal-icon {
    clear: left;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .catalog-product-view .page-title-wrapper .product-page-tp-stars {
    right: -10px;
    width: 60%;
    top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .page-title-wrapper .product-page-tp-stars {
    right: -78px;
    width: 100%;
    top: 118px;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
  }
  .page-layout-1column .product.media {
    margin: 0 auto;
    min-width: 250px;
  }
  .product-info-main .product.attribute.overview ul li {
    width: 100%;
  }
}

.catalog-page-tp-stars {
  width: 199px;
  /* overflow: hidden; */
  height: 20px;
  display: inline-block;
}

.catalog-page-tp-stars iframe{
  margin-left: -15px;
}

.items-page-tp-stars {
  width: 185px;
  /* overflow: hidden; */
  height: 19px;
  display: inline-block;
}

/* PRODUCT PAGE POPUP */

#confirmBox {
  overflow-x: hidden;
}
#messageBox {
  min-width: 750px;
}
#messageBox .text {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #464345;
}
#confirmBox a,
#confirmBox a:hover,
#confirmBox a:active {
  color: #e1a35a;
  text-decoration: none;
}

#messageBox,
#messageBox .related {
  width: 80vw;
}

/* FC - Gary Liddle */
/* 29/08/19 - correcting border box layout as the sides are currently invisible */

#confirmBox  #messageBox .block.related{
  width: calc(90vw - 50px);
  margin: 1em auto;
  float: none;
  padding: 0;
}

#confirmBox  #messageBox .block.related .related.inner{
  padding: 1em;
  width: 100%;
}

@media only screen and (min-width: 500px) {
  #confirmBox  #messageBox .block.related {
    width: calc(86vw - 50px);
  }
}

@media only screen and (min-width: 1000px) {
  #confirmBox  #messageBox .block.related {
    width: calc(80vw - 50px);
  }
}

/* FC End */

#confirmBox .basket-popup-left {
  float: left;
  width: 55%;
  margin: 2.5% 0 0 5%;
}
#confirmBox .basket-popup-left h2.popup-header {
  text-align: left;
}

#confirmBox .basket-popup-left h2.popup-header {

}
/* FC - Gary Liddle */
/* 29/08/19 Product Image on popup not displaying */
#confirmBox .basket-popup-left .am-photo-container .product-item-photo {
  display: block;
}
#confirmBox .basket-popup-left .am-photo-container .product-image-photo {
  margin: 0;
  position: initial;
  max-width: initial;
  width: 175px;
  max-height: none;
}

#confirmBox .basket-popup-left .popup-flex div:nth-child(2) p{
  padding-left: 24px;
}

#confirmBox .basket-popup-left .popup-flex div:nth-child(2) ul li{
  margin-bottom: 0;
}

#confirmBox .products-grid .product-item .product-item-details p {
  height: initial;
  overflow: initial;
}

/* FC END */

#confirmBox .basket-popup-left .long-description{
  display: none;
}
#confirmBox .basket-popup-left .short-description{
  display: block;
}

@media only screen and (min-width: 768px) {
  #confirmBox .basket-popup-left .am-photo-container {
    width: 165px;
    float: left;
  }
  .product.data.items>.item.title>.switch{
    padding: 1px 20px 1px 20px;
  }
  .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    padding-bottom: 0;
  }
  #confirmBox .basket-popup-left .long-description{
    display: block;
  }
  #confirmBox .basket-popup-left .short-description{
    display: none;
  }

}

@media only screen and (max-width: 769px) {
  #confirmBox .basket-popup-left{
    margin-top: 0;
  }
  #confirmBox .basket-popup-left h2.popup-header{
    margin: 0 0 0.5em;
  }
  #confirmBox .basket-popup-left .product-name a{
    margin-bottom: 0;
  }
}


#confirmBox .products.owl-carousel{
  margin-bottom: 0;
}

#confirmBox .products.owl-carousel .product-item-name{
  /* margin-bottom: 1em; */
}

#confirmBox .product-short-description ul li{
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #confirmBox .basket-popup-left .am-photo-container {
    width: 100%;
    float: none;
  }

  /* SAM TEMP FIX */
  .item.product.product-item .product-item-info .product-image-wrapper img.product-image-photo {
    max-height: none;
  }
}

#confirmBox.amcart-confirm-block .am-related-box .am-related-title{
  margin: 15px 0 0!important;
  background: transparent!important;
  line-height: initial;
  height: auto;
}
#confirmBox.amcart-confirm-block .am-related-box .am-related-title .am-title{
  position: initial!important;
  display: block;
  margin: 0;
  width: 100%!important;
}

.popup-flex {
  display:flex;
}

@media only screen and (max-width: 768px) {
  .popup-flex {
    flex-wrap:wrap;
  }
}

#confirmBox .basket-popup-left .added-item {
  text-align: left;
  padding: 0;
  margin:0 0 1em; /* FC GL */
  box-sizing: border-box;
  font-size: 1.3em;
  font-weight: 600;
  color: #6c3516;
}

@media only screen and (max-width: 1588px) {
  #confirmBox .basket-popup-left .added-item {
    width: 350px;
  }
}

@media only screen and (max-width: 1471px) {
  #confirmBox .basket-popup-left .added-item {
    width: 350px;
  }
}

@media only screen and (max-width: 1400px) {
  #confirmBox .basket-popup-left .added-item {
    width: 250px;
  }
}
/* FC - GL */
@media only screen and (max-width: 768px) {
  #confirmBox .basket-popup-left .added-item {
    width: 100%;
    text-align: center;
  }
}

#confirmBox .basket-popup-left .text {
  float: right;
  width: auto;
  padding: 0 25px;
}

#confirmBox .basket-popup-right {
  float: left;
  width: 30%;
  margin: 2.5% 5% 0 5%;
  background: #f5f5f5;
  padding: 0;
}
#confirmBox .basket-popup-right .basket-popup-right-top {
  float: left;
  width: 100%;
  padding: 25px 0;
}
#confirmBox .basket-popup-right .basket-popup-right-top p.text {
  margin-bottom: 0;
}
#confirmBox .basket-popup-right #confirmButtons {
  width: 300px;
}
#confirmBox .basket-popup-right #confirmButtons .button.am-btn-left {
  color: #27a3a5;
  background: transparent;
  border: 1px solid #27a3a5;
  text-transform: uppercase;
  font-size: 1em;
  border-radius: 2px;
  letter-spacing: 0.5px;
  margin-right: 0;
  box-shadow: none;
  width: 100%;
  margin-bottom: 15px;
}

#confirmBox .basket-popup-right #confirmButtons .button.am-btn-right {
  background-color: #27a3a5;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
}

#confirmBox .basket-popup-right .basket-popup-right-top #amcart-count {
  margin-bottom: 0;
}
#confirmBox .basket-popup-right .basket-popup-right-top .checkout {
  display: none;
}

#confirmBox .am-related-title {
  display: none;
}
#confirmBox .block.related .block-content {
  width: 90%;
  margin: 0 5%;
}
#messageBox .products .product-item {
  width: 90%;
  border-bottom: none;
}

#messageBox .products .product-item-actions .tocart {
  background: transparent;
  border: 1px solid #27a3a5;
  border-radius: 2px;
  box-shadow: none;
  color: #27a3a5;
  float: left;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 0;
  padding: 15px;
  text-transform: uppercase;
  width: auto;
}

#messageBox .owl-stage .product-item-info {
  display: block;
  width: 100%;
  float: left;
}
#messageBox .owl-stage .product-item-info .product-item-photo {
  width: 100%;
  float: none;
}
#messageBox .owl-stage .product-item-info .product-item-photo img {
  width: 130px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #messageBox .owl-stage .product-item-info .product-item-photo {
    width: 165px;
    float: left;
  }
}

#messageBox .owl-stage .product-item-info .product-item-details {
  float: none;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #messageBox .owl-stage .product-item-info .product-item-details {
    float: left;
    width: calc(100% - 165px);
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
  }
}

#messageBox
  .owl-stage
  .product-item-info
  .product-item-details
  .pop-up-page-tp-stars {
  width: 180px;
  overflow: hidden;
  height: 19px;
  display: inline-block;
  margin-left: -34px;
  margin-top: 5px;
}

@media only screen and (min-width: 1000px) {
  #messageBox
  .owl-stage
  .product-item-info
  .product-item-details
  .pop-up-page-tp-stars {
    width: 250px;
  }
}

#confirmBox > #confirmButtons {
  display: none;
}

@media only screen and (max-width: 1600px) {
  #confirmBox .basket-popup-right #confirmButtons {
    width: 100%;
  }
  #confirmBox .basket-popup-right #confirmButtons .button.am-btn-left,
  #confirmBox .basket-popup-right #confirmButtons .button.am-btn-right {
    width: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  #confirmBox .basket-popup-left {
    width: 90%;
  }
  #confirmBox .basket-popup-left h2.popup-header {
    text-align: center;
  }
  #confirmBox .basket-popup-left .text {
    float: left;
    width: 100%;
  }

  #confirmBox .basket-popup-right {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  #messageBox {
    min-width: auto;
  }
  #messageBox,
  #messageBox .related {
    width: 85vw;
  }
}
@media only screen and (max-width: 700px) {
  #messageBox .owl-stage .product-item-info .product-item-photo {
    float: none;
  }
  #messageBox .owl-stage .product-item-info .product-item-details {
    width: 100%;
  }
}

/* SAMS NEW PAYPAL CHECKOUT STYLES */




.checkout-cart-index .digital-wallets {
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

.fc_us.checkout-cart-index .digital-wallets {
  display: none;
}

.checkout-cart-index .columns .column.main ul.checkout-methods-items {
  float:none;
  margin:auto;
  width: 100%;
}

.checkout-cart-index .columns .column.main ul.checkout-methods-items li {
    float: none;
    box-sizing: border-box;
    margin: 0 auto 11px auto;
    text-align: center;
    padding: 0;
    width: 100%;
}

.checkout-cart-index  .paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container {
  width:100% !important;
}

.stripe-payments-elements.no-wrap{
  margin: 23px;
}

.checkout-index-index.default.base #co-payment-form #checkout-payment-method-load .payment-methods .payment-group .payment-method.stripe-payments {
  display: none !important;
}
.checkout-index-index.default.base #co-payment-form #checkout-payment-method-load .payment-methods .payment-group .payment-method:nth-child(3){
  /* display: none!important; */
}

.payment-group .message.error, #checkout-step-payment .payment-method.oPayo{
  /* display: none!important; */
}

.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment-group {
  padding: 15px;
}


.checkout-cart-index .payment-request-button.cart.StripeElement {
  margin:0 auto 11px auto;
}

.paypal-express-review #maincontent {
    margin-top: 60px;
}

.paypal-express-review .paypal-review-discount {
    border-top: 0;
}

.paypal-express-review .paypal-review-discount {
    border-top: 0;
    border-bottom: 0;
}

.paypal-express-review .free-shipping-text {
    border-top: 0;
    display: none;
}

.paypal-express-review .block.block-order-details-view {
    margin-bottom: 20px;
}

.paypal-express-review .paypal-review-discount .block .title:after {
    display: none;
}

.paypal-express-review strong#block-discount-heading {
    color: #464345;
    font-weight: bold;
    font-size: 1.6rem;
}

.paypal-express-review .discount .title {
    border: 0;
    padding: 0;
}

.paypal-express-review .paypal-review-discount .content {
    padding: 0;
}

.nl.fc_nl.checkout-index-index #co-payment-form #checkout-payment-method-load .payment-methods .payment-group .payment-method.stripe-payments {
  display: block !important;
}
.nl.fc_nl.checkout-index-index label[for=paypal_express] img.payment-icon{
  margin-left: 20px;
}
.nl.fc_nl #stripe_ideal .stripe-icon-container.right img.stripe-icon,
.nl.fc_nl #stripe_eps .stripe-icon-container.right img.stripe-icon,
.nl.fc_nl #stripe_giropay .stripe-icon-container.right img.stripe-icon,
.nl.fc_nl #stripe_bancontact .stripe-icon-container.right img.stripe-icon,
.nl.fc_nl #stripe_wechat .stripe-icon-container.right img.stripe-icon{
  top: 0.7em;
}


@media only screen and (max-width: 768px) {

  .paypal-express-review #maincontent {
      margin-top: 12px;
  }

  .paypal-express-review .cart.table-wrapper .product-item-photo {
      max-width: 50px;
  }

  .paypal-express-review .cart.table-wrapper .item .col.item {
      min-height: 91px !important;
      padding: 18px 15px 10px 83px !important;
      font-size: 12px !important;
  }

  .paypal-express-review .cart.table-wrapper .product-item-name {
    font-size: 12px;
  }

  .paypal-express-review .cart.table-wrapper .cart thead tr th {
    font-size: 12px;
  }

  .paypal-express-review .cart.table-wrapper .col.qty,
  .paypal-express-review .cart.table-wrapper .col.price span.price,
  .paypal-express-review .cart.table-wrapper .col.subtotal span.price,
  .paypal-express-review .cart.table-wrapper .col.msrp {
    font-size: 12px !important;
  }

  .paypal-express-review tr.grand.totals.excl {
    display: none !important;
  }

  .paypal-express-review .paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-excluding-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.price .price-excluding-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.subtotal .price-excluding-tax, .cart.table-wrapper .col.msrp .price-including-tax, .cart.table-wrapper .col.msrp .price-excluding-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.price .price-excluding-tax, .order-details-items .col.subtotal .price-including-tax, .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 12px !important;
  }

  .paypal-express-review .field.search {
    display: none;
  }

}

.paypal-express-review .multicheckout .action.primary,
.paypal-express-review .order-review-form .action.primary,
.paypal-express-review .bundle-actions .action.primary.customize,
.paypal-express-review .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.paypal-express-review .cart-summary .checkout-methods-items .action.primary.checkout,
.paypal-express-review .block-minicart .block-content > .actions > .primary .action.primary,
.paypal-express-review .methods-shipping .actions-toolbar .action.primary,
.paypal-express-review .block-authentication .action.action-register,
.paypal-express-review .block-authentication .action.action-login,
.paypal-express-review .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.paypal-express-review .form-address-edit .actions-toolbar .action.primary,
.paypal-express-review .box-tocart .action.instant-purchase {
    color: #fff !important;
    background: rgba(39, 163, 165, 0.8) !important;
    padding: 4px 40px !important;
    border: 1px solid #fff !important;
    text-transform: uppercase !important;
    height: 60px !important;
    line-height: 30px !important;
    font-size: 26px !important;
}

@media only screen and (max-width: 639px) {
  .table tfoot {
    background: #ffffff;
  }
}


.amazon-divider,
.amazon-button-container .checkout-methods-items,
.amazonpay-button-view3 *,
.amazonpay-button-view3 .amazonpay-button-microtext img
{
  display: none!important;
  height: 0!important;
  visibility: hidden;
}
.amazonpay-button-view1 {
  grid-row: 1/4;
}
.amazonpay-button-container{
  grid-template-rows: 100%;
}
.amazon-checkout-button>div{
  height: 35px!important;
  width: 100%!important;
}
.amazon-checkout-button{
  width: 100%;
}

@media only screen and (max-width: 1563px){
  #minicart-amazon-pay-button{
    width: 100%!important;
  }
  .amazon-button-container{
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
  }
  .amazon-button-container .amazon-button-column{
    flex-basis: 100%;
    height: 100%;
  }
  .amazon-checkout-button>div{
    height: 35px!important;
    width: 100%!important;
  }
  .amazonpay-button-container.amazonpay-button-container-rows{
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1563px) {
  .GooglePayButton-logo{
    padding: 4px;
  }
  .ElementsApp {
    height: 50px!important;
  }
  .__PrivateStripeElement iframe{
    /* height: 50px!important; */
  }
  .amazon-button-container{
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
  }
  .amazon-divider, checkout-methods-items{
    display: none!important;
  }
  .amazon-button-container .amazon-button-column{
    flex-basis: 100%;
    height: 100%;
  }
  .amazon-checkout-button>div{
    height: 35px!important;
    width: 100%!important;
  }
  .amazon-checkout-button{
    width: 100%;
  }
  .amazonpay-button-container.amazonpay-button-container-rows{
    height: 50px!important;
    min-height: 50px!important;
    max-height: 50px!important;
  }
}

.paypal.checkout iframe, .paypal.checkout > div > div, .paypal.checkout > div{
  min-width: 100%!important;
  width: 100%!important;
}

.paypal.checkout iframe{
  min-width: 100%!important;
}

.amazon-button-container .amazon-button-column{
  width: 100%;
}

/* CHECKOUT PAGE */

body.page-layout-checkout .field-tooltip {
  /*right: -30px !important;*/
}

body.checkout-index-index a.remind {
  margin-left: 20px;
}

body.checkout-index-index .field.street .field .label {
  display: none;
}

body.checkout-index-index.default .field.street .field.additional {
    display: none;
}

@media only screen and (max-width: 767px) {
  body.checkout-index-index a.remind {
    margin-left: 0px;
  }
}

body.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  margin-top: -24px !important;
  margin-bottom:20px;
  margin-right:20px;
}

span.checkout-card-icon {
  text-align: center;
  margin-top: 30px;
}

.opc-progress-bar {
  width: 100%;
  padding-left: 0 !important;
}
.opc-progress-bar .opc-progress-bar-item {
  width: 32% !important;
}
.opc-progress-bar-item._active::before {
  background: #e1a35a;
  border-color: #e1a35a;
}
.opc-progress-bar-item._active > span::before {
  background: #e1a35a;
  border-color: #e1a35a;
}
.opc-progress-bar-item._active > span::after {
  border-color: #e1a35a;
}

.opc-wrapper #checkoutSteps {
/* FC GL - Removed to enable styling of checkout
  margin: 0 auto;
  float: none;
  display: table;
  width: 75%; */
}
@media only screen and (max-width: 767px) {
  .opc-wrapper #checkoutSteps {
    width: 100%;
  }
}

.opc-sidebar {
  width: 25%;
  float: right;
  padding: 25px 20px 25px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-bottom: 0;
  display: none;
}

.opc-sidebar .modal-inner-wrap .product-item{
  margin-bottom: 0!important;
}

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .opc-sidebar {
    width: 300px;
  }
  .opc-wrapper{
    width: calc(100% - 300px);
  }
}

.opc-block-summary {
  padding: 0;
}
.opc-block-summary > .title {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.opc-block-summary .block.items-in-cart {
  margin-bottom: 25px;
}
.opc-block-summary .block.items-in-cart .content.minicart-items {
  display: table !important;
}
.opc-block-summary .product-item {
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
.opc-block-summary .product-item .product-item-inner {
  display: table !important;
}
.opc-block-summary .product-item .product-item-name-block {
  width: 100%;
  float: left;
}
.opc-block-summary .product-item .subtotal {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}

.opc-block-summary .totals {
  width: 100%;
  float: left;
  font-size: 0.95em;
}
.opc-block-summary .totals .mark {
  float: left;
}
.opc-block-summary .totals .amount {
  /* float: right; */
}
.opc-block-summary .totals .amount .price {
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

.opc-block-summary .totals-tax-summary {
  width: 100%;
  float: left;
  font-size: 0.95em;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.opc-block-summary .totals-tax-summary .mark {
  text-align: left;
  float: left;
  border: none;
}

.paypal-review .opc-block-summary .totals-tax-summary .mark {
  text-align: right;
}

.opc-block-summary .totals-tax-summary .amount {
  float: right;
  border: none;
}

.opc-block-summary .totals,
.opc-block-summary .totals .mark,
.opc-block-summary .totals .amount,
.opc-block-summary .totals .amount .price,
.opc-block-summary .totals-tax-summary,
.opc-block-summary .totals-tax-summary .mark,
.opc-block-summary .totals-tax-summary .amount{
  float: initial;
}


.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: none;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: none;
}
.opc-block-summary tr.grand.totals {
  border-bottom: 1px solid #cccccc;
}

.opc-block-summary .minicart-items .product-item{
  margin-bottom: 0;
}


.opc-block-shipping-information {
  margin-left: -20px;
/*  border-top: 20px solid #fff;*/
  padding: 20px;
  width: calc(100% + 0px);
/*  background-color: #fff;*/
}
.opc-block-shipping-information
  .shipping-information
  .shipping-information-title
  span {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.opc-block-shipping-information
  .shipping-information
  .shipping-information-title
  button {
  margin-top: -5px;
}

.opc-wrapper .form-discount {
  max-width: 100%;
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #27a3a5;
}
.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method
  .payment-method-content
  > .actions-toolbar
  > .primary
  .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase {
  color: #fff !important;
  background: rgba(39, 163, 165, 0.8) !important;
  padding: 9px 40px !important;
  border: 1px solid #fff !important;
  text-transform: uppercase !important;
  height: 38px !important;
  line-height: 20px !important;
  font-size: 14px !important;
}
.payment-option-content #discount-form .primary button {
  color: #fff !important;
  background: rgba(39, 163, 165, 0.8) !important;
  padding: 9px 40px !important;
  border: 1px solid #fff !important;
  text-transform: uppercase !important;
  height: 38px !important;
  line-height: 20px !important;
  font-size: 14px !important;
}

.opc-wrapper .shipping-address-items{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.opc-wrapper .shipping-address-item{
  background-color: #fff;
  transition: transform 0.3s ease-out,border 0.3s, order 3s;
  transform-origin: top;
}

.opc-wrapper .shipping-address-item.selected-item,
.opc-wrapper .shipping-address-item:hover {
  border-color: #e1a35a;
  /* width: 100%; */
  /* font-size: 16px; */
  transform: scale(1.1);
  /* padding: 0; */
  z-index: 200;
}
.opc-wrapper .shipping-address-item.selected-item{
  order: -5;
}
.opc-wrapper .shipping-address-item:hover {
  z-index: 205;
}
@media only screen and (max-width: 768px) {
  .opc-wrapper .shipping-address-item{
    width: 100%;
  }
}

.opc-wrapper .shipping-address-item.selected-item::after {
  background: #e1a35a;
}
.opc-wrapper .checkout-shipping-address #checkout-step-shipping button {
  color: #fff;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 0.95em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}

.opc-block-summary
  .product-item
  .price-including-tax
  + .price-excluding-tax
  .price {
  font-size: 1.6rem !important;
}

@media only screen and (max-width: 900px) {
  .opc-progress-bar .opc-progress-bar-item {
    width: 50% !important;
  }
  .opc-wrapper {
    width: 100%;
  }
  .opc-sidebar {
    width: 100%;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-estimated-wrapper {
    margin-top: 20px;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }

  .checkout-cart-index .trust-pilot-holder {
    float: left;
    border-top: none;
  }
  .opc-wrapper .step-title{
    font-weight: bold;
  }
}

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border: none;
}

#shipping-method-buttons-container .primary button {
  color: #fff;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  width: 150px;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.table-checkout-shipping-method {
  max-width: 100% !important;
  width: 100%;
}

.page-layout-checkout .action.primary {
  color: #fff !important;
  width: 100% !important;
  border-radius: 2px !important;
  background-color: #27a3a5 !important;
  border: none !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding: 15px !important;
}

.page-layout-checkout .action.primary:hover {
  text-decoration: none !important;
  background: rgba(39, 163, 165, 0.5) !important;
}


.page-layout-checkout .opc-block-summary .minicart-items-wrapper{
  max-height: none;
}


/* checkout - thank you for your purchase page */

body.checkout-onepage-success input.action.primary {
  color: #fff;
  width: auto;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}

body.checkout-onepage-success input.action.primary:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.8);
  border: none;
}










/* BLOG LISTING PAGE */

#blog-sidebar-category-listing .block-category-listing .block-category-listing-item.current{
  /* border-left: 3px solid #6c3516; */
  border-left: none;
  /* padding-left: 3px; */
}
#blog-sidebar-category-listing .block-category-listing .block-category-listing-item.current a{
  color: #e1a35a;
  font-weight: bold;
}

#blog-sidebar-recent-posts .block-title,
#blog-sidebar-category-listing .block-title,
#blog-sidebar-tag-cloud .blog-sidebar-block-title{
  text-transform: uppercase;
  color: #6c3516;
}

#blog-sidebar-recent-posts .block-title .blog-sidebar-block-title,
#blog-sidebar-category-listing .block-title .blog-sidebar-block-title,
#blog-sidebar-tag-cloud .blog-sidebar-block-title{
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-size: 17px;
  font-weight: 600;
}

.block-recent-posts .recent-post-featured-image-link {
  max-width: initial;
}

#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item{
  width: 100%;
}

#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item,
#blog-sidebar-category-listing
.block-category-listing
.block-category-listing-item {
  margin-bottom: 0px;
}
#blog-sidebar-category-listing
.block-category-listing
.block-category-listing-item {
  border-bottom: none;
  padding: 0;
}
#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item a,
#blog-sidebar-category-listing
.block-category-listing
.block-category-listing-item
a {
  color: #1d1d1d;
  width: 100%;
  display: block;
  border-bottom: solid 1px #e3e3e3;
  text-decoration: none;
  padding: 10px 0;
}
#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item a{
  border-bottom: none;
}

#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item{
  margin-bottom: 20px;
}

#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item .block-recent-posts-link{
  padding: 0;
}
#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link{
  padding: 0;
  margin-bottom: 0;
}

#blog-sidebar-recent-posts .block-recent-posts .block-recent-posts-item a:hover,
#blog-sidebar-category-listing
.block-category-listing
.block-category-listing-item
a:hover {
  color: #e1a35a;
}
#blog-sidebar-category-listing
.block-category-listing
.block-category-listing-item.show-more {
  color: rgba(39, 163, 165, 0.8);
}

.blog-posts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.aw_blog-index-index .blog-posts-post,
.aw_blog-category-view .blog-posts-post,
.aw_blog-author-view .blog-posts-post{
  width: 30%;
  display: grid;
  grid-template-rows: minmax(2em,10em) auto auto 100px;
}

.blog-posts-post h1.blog-post-title,
.blog-posts-post h2.blog-post-title {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}

.aw_blog-category-view .blog-posts-post h1.blog-post-title,
.aw_blog-category-view .blog-posts-post h2.blog-post-title {
  min-height: 4em;
}

.blog-posts-post h1.blog-post-title .blog-post-title-link,
.blog-posts-post h2.blog-post-title .blog-post-title-link {
  color: #6c3516;
  line-height: 1.3em;
}
.blog-posts-post h1.blog-post-title .blog-post-title-link:hover,
.blog-posts-post h1.blog-post-title .blog-post-title-link:hover {
  text-decoration: none;
  color: #e1a35a;
}

.blog-posts .blog-posts-post .blog-post-info {
  width: 100%;
  padding-left: 0 !important;
  margin: 0px !important;
  text-align: center;
}
.aw_blog-index-index .blog-posts-post .blog-post-info .blog-post-info-item {
  width: 100%;
  padding: 0;
}
.blog-posts-post .blog-post-info .blog-post-info-item {
  border-right: none;
}
.columns .column.main .blog-posts-post ul.blog-post-info li.blog-post-info-item{
  width: 100%;
  padding: 0;
}
.blog-posts-post .blog-post-info .blog-post-info-item .blog-post-info-comments {
  display: none;
}
.aw_blog-post-view .blog-posts-post .blog-post-info .blog-post-info-item {
  width: 25% !important;
  padding: 0 !important;
}

.aw_blog-post-view .blog-post-content table tr td,
.aw_blog-post-view .blog-post-content table tr th{
  width: auto!important;
  padding: 0;
  word-wrap: break-word;
  max-width: 50px;
}

.blog-posts-post .blog-post-featured-image-wrapper {
  align-self: center;
}
.blog-posts-post .blog-post-featured-image-wrapper img {
  max-height: 207px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.blog-posts-post .blog-post-content{
  margin: 0;
}

.blog-posts-post .blog-post-content ul{
  margin-left: 40px;
}

.columns .column.main .blog-posts-post .blog-post-content ul:not(.unused){
  float: none;
}

.columns .column.main .blog-posts-post .blog-post-content ul:not(.unused) li{
  float: none;
  width: 100%;
  padding: 0;
}

.blog-posts-post .blog-post-read-more-wrapper{
  margin-bottom: 0;
  justify-self: center;
  align-self: center;
}
.blog-posts-post .blog-post-read-more-wrapper .blog-post-read-more {
  color: #fff;
  text-transform: uppercase;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  line-height: 1.15em;
}
.blog-posts-post .blog-post-read-more-wrapper .blog-post-read-more:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
}

.blog-post-author{
  background: #efefef;
  border-bottom: 1px solid #f6f6f6;
  padding: 14px;
  align-self: stretch;
}

@media only screen and (max-width: 1000px) {
  .blog-posts-post{
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  body.aw_blog-category-view .page-main,
  body.aw_blog-index-index .page-main {
    margin-top: 40px;
  }
}







.aw_blog-post-view
.blog-posts-post
.blog-post-info
.blog-post-info-item:last-of-type {
  clear: left;
}


.aw_blog-index-index .blog-posts article:first-of-type {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  grid-template-rows: minmax(2em,5em) auto auto 100px;
}

.aw_blog-index-index .blog-posts article:first-of-type .blog-post-header{

}
/*
.aw_blog-index-index
.blog-posts
article:first-of-type
.blog-post-featured-image-wrapper {
  width: 50%;
  margin-right: 5%;
  float: left;
  margin-bottom: 0;
}
.aw_blog-index-index
.blog-posts
article:first-of-type
.blog-post-featured-image-wrapper
img {
  max-height: none;
}
.aw_blog-index-index .blog-posts article:first-of-type .blog-post-header,
.aw_blog-index-index .blog-posts article:first-of-type .blog-post-content,
.aw_blog-index-index
.blog-posts
article:first-of-type
.blog-post-read-more-wrapper {
  float: left;
  width: 45%;
}*/

.blog-pagination{
  width: fit-content;
  background: #efefef;
  padding: 1em;
  text-align: center;
  margin-bottom: 3em;
}
.blog-author.author-view {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-top: 0;
}

@media only screen and (max-width: 990px) {
  .aw_blog-post-view .blog-posts-post .blog-post-info .blog-post-info-item {
    width: 33% !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-post {
    width: 100%;
    padding: 40px 0;
  }
  .blog-posts .blog-posts-post {
    width: 80%;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e3e3e3;
  }
  .aw_blog-index-index .blog-posts article:first-of-type {
    width: 80%;
    margin-bottom: 10px;
    text-align: left;
    grid-template-rows: minmax(2em,10em) auto auto 100px;
  }
  .aw_blog-index-index
  .blog-posts
  article:first-of-type
  .blog-post-featured-image-wrapper {
    width: 100%;
  }
  .aw_blog-index-index .blog-posts article:first-of-type .blog-post-header,
  .aw_blog-index-index .blog-posts article:first-of-type .blog-post-content,
  .aw_blog-index-index
  .blog-posts
  article:first-of-type
  .blog-post-read-more-wrapper {
    width: 100%;
  }
  .blog-post-title {
    margin-bottom: 10px;
  }
  .blog-posts-post .blog-post-info {
    margin-top: 0px !important;
    margin: 0;
    width: 100%;
  }
  .blog-post-content {
    margin-bottom: 10px;
  }
  .blog-posts-post {
    margin-bottom: 0px;
  }

  .aw_blog-post-view .blog-posts-post .blog-post-info .blog-post-info-item {
    width: 100% !important;
  }

  .blog-author.author-view {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .blog-posts .blog-posts-post {
    width: 90%;
    margin: 0 auto;
  }
}



/* SINGLE BLOG POST */

.aw_blog-post-view article {
  width: 100%;
}
.aw_blog-post-view article .blog-post-info-item {
  border-right: none;
}
.aw_blog-post-view .blog-post-share-content {
  margin-top: -5px;
}
.aw_blog-post-view .blog-post-share-content .stButton .chicklets {
  height: 22px;
}
.aw_blog-post-view .blog-posts-post .blog-post-featured-image-wrapper img {
  max-height: none;
}

.blog-posts header.blog-post-header h1.blog-post-title {
  display: block !important;
}

.aw_blog-post-view header.blog-post-header h1.blog-post-title {
  font-size: 2.5em;
}
header.blog-post-header ul.blog-post-info .stButton .chicklets {
  height: 22px;
  margin-bottom: 10px;
}

body.aw_blog-post-view h1.page-title {
  padding-left: 20px !important;
}

body.blog-posts-post.blog-post {
  padding-top: 0 !important;
}

.aw_blog_related_products .block-title strong, #blog-related-posts .block-title{
  text-transform: uppercase;
  color: #6c3516;
  font-size: 1.8rem;
}

.aw_blog-post-view .columns .column.main ul.blog-post-info li{
  width: inherit;
  float: inherit;
  padding: inherit;
  box-sizing: inherit;
}

.aw_blog-post-view .columns .column.main ul.blog-post-info{
  float: inherit;
  padding-left: inherit;
}

.aw_blog_related_products .product-items,
.aw_blog-post-view .block-related-posts{
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.aw_blog_related_products .product-items .product-item,
.aw_blog-post-view .block-related-posts .block-related-posts-item{
  display: block;
  border-bottom: none;
  margin: 0 1%;
}

.aw_blog-post-view .block-related-posts .related-post-featured-image-link .recent-post-featured-image{
  max-width: inherit;
  max-height: inherit;
  position: inherit;
  top: inherit;
  left: inherit;
  width: auto;
  height: 200px;
}
.aw_blog-post-view .block-related-posts .related-post-featured-image-link::after{
  padding-top: inherit;
}

.aw_blog-post-view .block-related-posts .block-related-post-link{
  min-height: 3em;
  display: block;
  color: #6c3516;
}

.blog-post-content img {
  max-width: 100%!important;
  height: auto!important;
}




@media (max-width: 768px){
  .aw_blog_related_products .product-items .product-item:not(.slick-slide),
  .aw_blog-post-view .block-related-posts .block-related-posts-item{
    width: 30%!important;
  }
  .aw_blog_related_products .product-items .product-item .product-item-info{
    display: block;
  }
}

@media (max-width: 600px){
  .aw_blog_related_products .product-items .product-item:not(.slick-slide),
  .aw_blog-post-view .block-related-posts .block-related-posts-item{
    width: 38%!important;
  }
  .aw_blog_related_products .product-items .product-item .product-item-info{
    display: block;
  }
}

@media (max-width: 450px){
  .aw_blog_related_products .product-items .product-item:not(.slick-slide),
  .aw_blog-post-view .block-related-posts .block-related-posts-item{
    width: 100%!important;
  }
  .aw_blog_related_products .product-items .product-item .product-item-info{
    display: flex;
  }
}

@media (min-width: 767px), print {
  .aw_blog_related_products .product-items .product-item:not(.slick-slide),
  .aw_blog-post-view .block-related-posts .block-related-posts-item{
    width: 30%!important;
  }
}

@media (min-width: 1024px), print {
  .aw_blog_related_products .product-items .product-item:not(.slick-slide),
  .aw_blog-post-view .block-related-posts .block-related-posts-item{
    width: 23%!important;
  }
}
/*


.aw_blog_related_products .product-items .product-item{
  text-align: center;
  width: 30%;
}

.aw_blog_related_products .product-items .product-item .product-item-details{
  display: grid;
}
*/
@media only screen and (max-width: 767px) {
  .aw_blog-post-view header.blog-post-header h1.blog-post-title {
    font-size: 2em;
  }
}




.blog-posts-post .blog-post-featured-image-wrapper{
  width: calc(100% - 220px);
  /* float:  left; */
  margin-right: 20px;
}

.blog-posts-post .block.aw_blog_related_products {
  float:  right;
  width: 200px;
}

.blog-posts-post .block.aw_blog_related_products li.item.product.product-item {
  width:  100%!important;
}

.blog-posts-post .block.aw_blog_related_products .product-item-info {
  text-align: center;
}
.blog-posts-post .block.aw_blog_related_products .title{
  text-align: center;
}

.blog-posts-post .blog-post-content p {
  clear: left;
}



/* Temp fix for blog page */
.blog-post-content>ul {
  float: none!important;
}


.blog-pagination a,
.blog-pagination .alink{
  color: #6c3516;
  text-decoration: none;
  font-weight: bold;
}

.blog-pagination .blog-pagination-page
{
  font-weight: normal;
}
.blog-pagination .blog-pagination-page-current{
  font-weight: bold;
}

.blog-pagination-page:not(.blog-pagination-page-current){
  color: #6c3516;
}


/* HOW TO GUIDE PRODUCT PAGE  */

.product-guide-wrapper {
  width: 50%;
}
.product-guide-wrapper .product-info-main {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
}

.category-how-to-guides .product-guide-wrapper .product-info-main {
  border-bottom: none;
  padding-right: 15px;
}

.product-guide-wrapper .product-info-main .product.attribute.overview {
  min-height: auto;
}
.product-guide-wrapper .page-title-wrapper {
  width: 100%;
  position: relative;
}
.product-guide-wrapper .page-title-wrapper .page-title {
  width: 51%;
  float: right;
}
.product-guide-wrapper .product.media {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  margin-top: 50px;
}
.product-guide-wrapper .product.attribute.overview {
  width: 50%;
  float: right;
}
.product-guide-wrapper .product.attribute.overview p {
  margin-left: -1%;
}
.product-guide-wrapper .product-info-price {
  width: 51%;
  float: right;
  border-bottom: none;
  margin-bottom: 0;
}
.product-guide-wrapper .product-info-price .product-info-stock-sku {
  display: none;
}
.product-guide-wrapper .box-tocart .field.qty {
  display: none;
}
.product-guide-wrapper .box-tocart .cart-paypal-icon {
  display: none;
}
.product-guide-wrapper .box-tocart .action.tocart {
  width: 100%;
}

.category-how-to-guides .product-guide-wrapper .block.upsell {
  border-top: 1px solid #ccc;
  margin-bottom: 0px;
}

.product-guide-wrapper .block.upsell {
  float: left;
  width: 100%;
}
.product-guide-wrapper .block.upsell .block-title {
  margin-top: 40px;
  text-align: left;
}
.product-guide-wrapper .block.upsell .block-content .product-item {
  width: 100%;
  height: auto;
  border-bottom: none;
  padding: 0;
  margin-bottom: 15px;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info {
  width: 100%;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .product-item-photo {
  float: left;
  width: 95px;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .product-item-photo
  .product-image-container {
  width: 100%;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .product-item-photo
  .product-image-container
  .product-image-wrapper {
  padding-bottom: 100%;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .product-item-details {
  padding-top: 40px;
}
.product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .price-final_price {
  display: none;
}

body.category-how-to-guides .product-page-tp-stars {
  display: none;
}

.product-guide-wrapper .fotorama__nav-wrap--vertical.fotorama__nav-wrap,
.product-guide-wrapper .fotorama__arr.fotorama__arr--next,
.product-guide-wrapper
  .fotorama__arr.fotorama__arr--prev.fotorama__arr--disabled {
  display: none !important;
}
.product-guide-wrapper .fotorama__wrap--css3 .fotorama__stage {
  left: 0 !important;
  width: 100% !important;
  height: 200px !important;
}
.product-guide-wrapper .fotorama__wrap--css3 .fotorama__stage__shaft {
  margin: 0px auto !important;
}
.product-guide-wrapper .fotorama__caption {
  display: none !important;
}

.categorypath-how-to-guides .full-width-content {
  float: left;
  width: 100%;
}
.categorypath-how-to-guides .footer.content {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.product-guide-description {
  float: right;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}

body.categorypath-how-to-guides
  .product.attribute.description
  .twelve.fc-columns {
  padding: 0;
}

body.categorypath-how-to-guides
  .product-guide-wrapper
  .page-title-wrapper
  .page-title {
  float: none;
  width: 100%;
}

body.categorypath-how-to-guides
  .product-guide-wrapper
  .block.upsell
  .block-content
  .product-item
  .product-item-info
  .product-item-details {
  padding-top: 21px;
  margin-left: 135px;
}

body.categorypath-how-to-guides
  .block-content.content
  .product-image-container {
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .product-guide-wrapper {
    width: 100%;
  }
  .product-guide-description.mobile-view {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .product-guide-wrapper .page-title-wrapper .page-title {
    width: 100%;
    float: left;
  }
  .product-guide-wrapper .product.media {
    position: relative;
    width: 100%;
    float: left;
  }
  .product-guide-wrapper .product.attribute.overview {
    width: 100%;
    float: left;
  }
  .product-guide-wrapper .product.attribute.overview p {
    margin-left: 0;
  }
  .product-guide-wrapper .product-info-price {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .category-how-to-guides .products-list .product-item-photo,
  .category-how-to-guides .products-list .product-item-details {
    float: left;
    width: 100%;
  }
  .category-how-to-guides
    .products-list
    .product-item-photo
    .product-image-container {
    margin: 0 auto;
    float: none;
    display: table;
    width: 200px;
  }
}

.checkout-cart-index .page-main {
  margin-top: 40px;
}

.checkout-cart-index .checkout-card-icon {
  display: block;
  margin-top: 20px;
}

/* Basket Page - Qualified for Free Shipping Banner*/
.free-shipping-banner {
  float: left;
  width: 75%;
  padding-right: 4%;
  box-sizing: border-box;
  display: block;
}

@media only screen and (max-width: 768px) {
  .free-shipping-banner {
    display:none !important
  }
}

.free-shipping-banner:empty {
  display:none;
}

.free-shipping-banner p {
  margin: 0;
  font-weight: 600;
  padding: 3px 10px;
  color: #fff;
  background-color: #e1a35a;
  font-size: 1em;
  border-radius:4px;
  text-transform:uppercase;
}

/* Basket Page - Shipping Section */
#block-shipping {
  padding: 25px 20px 25px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 25px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
#block-shipping #block-summary,
#block-discount .content {
  display: block !important;
}

.checkout-shipping-wrapper {
  float: left;
  width: 75%;
  padding-right: 4%;
  box-sizing: border-box;
}
.checkout-shipping-wrapper .title {
  border-bottom: 1px solid #c5c5c5;
  margin: 0 0 20px;
  padding: 0 0 17px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.checkout-shipping-wrapper .title strong {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.checkout-shipping-wrapper #block-shipping #block-summary #shipping-zip-form {
  float: left;
  width: 45%;
}
.checkout-shipping-wrapper
  #block-shipping
  #block-summary
  #shipping-zip-form
  fieldset
  br {
  display: none;
}
.checkout-shipping-wrapper
  #block-shipping
  #block-summary
  #co-shipping-method-form {
  float: right;
  width: 45%;
}
.checkout-shipping-wrapper #block-shipping #block-summary .fieldset > .legend {
  padding: 0 0 15px;
}
.checkout-shipping-wrapper
  #block-shipping
  #block-summary
  .fieldset
  > .legend
  span {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}

.checkout-shipping-wrapper
  #block-shipping
  #shipping-zip-form
  fieldset
  .field:nth-of-type(2),
.checkout-shipping-wrapper
  #block-shipping
  #shipping-zip-form
  fieldset
  .field:nth-of-type(3),
.checkout-shipping-wrapper
  #block-shipping
  #shipping-zip-form
  fieldset
  .field:nth-of-type(4) {
  display: none;
}

.checkout-shipping-wrapper #block-shipping #shipping-zip-form .legend,
.checkout-shipping-wrapper #block-shipping #shipping-zip-form p.field.note {
  display: none;
}

/* Basket Page - Summary Totals*/
.cart-summary-new {
  width: 25%;
  float: right;
  padding: 25px 20px 25px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.cart-summary-new .summary.title,
.cart-summary-new #discount-coupon-form .fieldset.coupon .field .label {
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.cart-summary-new #discount-coupon-form .fieldset.coupon .field .label {
  margin-bottom: 15px;
}
.cart-summary-new .cart-totals {
  margin-top: 15px;
}
.cart-summary-new .cart-totals tbody tr {
  font-size: 0.95em;
}
.cart-summary-new .cart-totals tbody tr.totals.shipping.excl {
  height: 50px;
}

/* Basket Page - Summary Discount Coupons*/
.cart-summary-new #block-discount {
  margin-bottom: 25px;
}
.cart-summary-new #block-discount #discount-coupon-form {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 25px;
}
.cart-summary-new #block-discount .title {
  display: none;
}
.cart-summary-new #block-discount .actions-toolbar .primary button {
  color: #27a3a5;
  background: transparent;
  border: 1px solid #27a3a5;
  text-transform: uppercase;
  font-size: 0.75em;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
.cart-summary-new #block-discount .actions-toolbar .primary button:hover {
  color: #fff;
  background-color: #27a3a5;
}

/* Basket Page - Proceed Button*/
.cart-summary-new .checkout-methods-items {
  padding-left: 0 !important;
  margin-top: 15px !important;
}
.cart-summary-new > button.action.primary {
  color: #fff;
  width: 100%;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}
.cart-summary-new > button.action.primary:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.8);
  border: none;
}

/* Basket Page - Cross Sell*/
.checkout-cart-index .block.crosssell {
  margin-top: 0px;
  border: 1px solid #e1a35a;
  width: 71%;
  padding: 0;
}
.checkout-cart-index .block.crosssell .block-title {
  margin-top: 25px;
  text-align: center;
}
.checkout-cart-index .block.crosssell .block-title strong {
  color: #6c3516;
  font-size: 3.5rem;
  font-weight: 700;
}

.checkout-cart-index .block.crosssell .product-item-info {
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-photo {
  float: left;
  width: 30%;
  min-width: 135px;
}
.checkout-cart-index .block.crosssell .product-item-info .product-item-details {
  float: right;
  width: 65%;
}
.checkout-cart-index
  .block.crosssell
  .product-item-info
  .product-item-details
  .product.name
  a {
  margin-bottom: 15px;
}
.checkout-cart-index
  .block.crosssell
  .product-item-info
  .product-item-details
  .product-item-actions {
  width: 150px;
}

.checkout-cart-index .block.crosssell .block-content {
  width: 85%;
  margin: 0 auto;
}
.checkout-cart-index .block.crosssell .block-content .product-item {
  border-bottom: none;
  margin-bottom: 0;
}
.checkout-cart-index .block.crosssell .block-content .product-item .tocart {
  color: #27a3a5;
  background: transparent;
  border: 1px solid #27a3a5;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
.checkout-cart-index
  .block.crosssell
  .block-content
  .product-item
  .tocart:hover {
  color: #fff;
  background-color: #27a3a5;
}

@media only screen and (max-width: 450px) {

  .checkout-cart-index .block.crosssell .products-crosssell{
    margin: 0;
  }

  .checkout-cart-index .block.crosssell .products-grid .product-item-info{
    flex-wrap: wrap;
  }

  .checkout-cart-index .block.crosssell .product-item-info .product-item-photo{
    width: 100%;
    text-align: center;
  }

  .checkout-cart-index .block.crosssell .product-item-info .product-item-name{
    text-align: center;
  }

  .checkout-cart-index .block.crosssell .product-item-info .product-item-details p{
    height: initial;
    margin-bottom: 0;
  }

  .checkout-cart-index .block.crosssell .product-item-info .price-box{
    text-align: center;
  }

  .checkout-cart-index .block.crosssell .product-item-info .product-item-details .product-item-actions{
    margin: 0 auto;
    display: block
  }

  .checkout-cart-index .block.crosssell .products-crosssell .product-items{
    margin: 0;
  }

}



.checkout-cart-index .column.main > button.action.primary.checkout {
  display: none;
}

.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}

@media only screen and (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .cart.table-wrapper {
    width: 94%;
    margin: 0 3%;
    box-sizing: border-box;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 145px;
    padding: 30px 15px 10px 175px;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 150px;
  }
  .cart-container .form-cart .product-image-container {
    width: 150px !important;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    text-align: center;
  }
  .cart.table-wrapper .actions-toolbar {
    width: 95px;
    margin: 0;
    float: right;
    margin-right: 18px;
    min-height: 30px;
  }
  .cart.table-wrapper .action {
    margin-right: 30px;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit::before,
  .cart.table-wrapper .actions-toolbar > .action-delete::before {
    font-size: 28px;
    line-height: 30px;
  }

  .cart-summary-new {
    float: left;
    padding: 20px 3%;
    margin-bottom: 30px !important;
  }
  .cart-summary-new .cart-totals {
    padding: 10px 0;
  }
  .cart-summary-new > button.checkout {
    /*display: none;*/
    margin-top: 20px;
  }
  .cart-summary-new #block-discount #discount-coupon-form {
    border-bottom: none;
    padding-bottom: 0;
  }

  .free-shipping-banner {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .cart-container .form-cart .cart.main.actions button {
    margin: 0 auto;
    display: table;
  }
  .cart-summary-new,
  .checkout-shipping-wrapper {
    float: left;
    width: 100% !important;
    margin: 0;
  }
  .checkout-shipping-wrapper {
    padding-right: 0;
  }

  .cart-container .form-cart .cart.main.actions button#empty_cart_button {
    display: none;
  }
  .cart-container .form-cart .cart.main.actions button.action.update {
    margin: 20px auto;
  }

  .checkout-shipping-wrapper.mobile-view #block-shipping {
    margin-bottom: 0;
    padding: 25px 0 0;
  }
  .checkout-shipping-wrapper.mobile-view #block-shipping .title {
    width: 94%;
    margin: 0 3% 25px;
  }
  .checkout-shipping-wrapper.mobile-view #block-shipping #block-summary {
    float: left;
    width: 94%;
    margin: 0 3%;
  }
  .checkout-shipping-wrapper.mobile-view
    #block-shipping
    #block-summary
    #shipping-zip-form {
    width: 100%;
  }
  .checkout-shipping-wrapper.mobile-view
    #block-shipping
    #block-summary
    #co-shipping-method-form {
    width: 100%;
  }
  .checkout-shipping-wrapper.mobile-view .cart-summary-new #block-discount {
    margin-bottom: 0px;
  }
  .cart-summary-new #block-discount .actions-toolbar .primary button {
    width: auto;
    float: left;
  }
  .checkout-shipping-wrapper.mobile-view .cart-summary-new button {
    display: none;
  }

  .checkout-cart-index .block.crosssell {
    float: left;
    margin: 0 3%;
    width: 94%;
    box-sizing: border-box;
  }
  .checkout-cart-index .block.crosssell .block-title {
    padding: 0 20px;
  }
  .checkout-cart-index .block.crosssell .block-title strong {
    font-size: 1.7em;
  }

  .column.main > button.primary.checkout {
    display: block;
    color: #fff;
    width: 94%;
    border-radius: 2px;
    background-color: #27a3a5;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    margin: 40px 3%;
  }
}

/* checkout success page */

body.checkout-onepage-success h1.page-title {
  margin-top: 30px;
}

body.checkout-onepage-success .column.main {
  width: 75% !important;
}

body.checkout-onepage-success a.continue {
  color: #fff;
  width: 100%;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
}

body.checkout-onepage-success a.continue:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.8);
  border: none;
}

/****---- Checkout Abandonment Popup ----****/

.page-layout-checkout._has-modal .modal-footer {
  /* display: none; */
}
.modal-slide .modal-content {
  /*padding: 0 2.6rem 5rem; */
}

.modal-footer .action-secondary.action-dismiss {
  color: #555;
  background: #eee;
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.modal-footer .action-primary.action-accept {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}

#checkout-modal .mc-field-group {
  margin: 0 0 20px;
}
#checkout-modal .mc-field-group label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
#checkout-modal .mc-field-group label span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#checkout-modal #mc-embedded-subscribe {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 3px;
  float: right;
}
#checkout-modal #mc-embedded-subscribe:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
}

/****---- Top Banner Important Notice ----****/
body > .widget.block.block-static-block {
  margin-bottom: 0;
}
.important-notice-banner p {
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  background-color: #e1a35a;
  color: #fff;
}

/****---- Search Page ----****/
.sidebar-additional .block-compare {
  display: none;
}

.search-sidebar-wrapper .search-sidebar-guide {
  margin-bottom: 25px;
}
.search-sidebar-wrapper .search-sidebar-guide a {
  color: #6c3516 !important;
  font-size: 1.1em;
  font-weight: 600;
}
.search-sidebar-wrapper .search-sidebar-guide a:hover {
  color: #e1a35a !important;
}
.search-sidebar-wrapper .search-sidebar-guide .difficulty-ratings {
  margin-top: 5px;
}
.search-sidebar-wrapper .search-sidebar-guide .difficulty-ratings p {
  margin-bottom: 5px;
}
.search-sidebar-wrapper
  .search-sidebar-guide
  .difficulty-ratings
  .rating-square {
  width: 15px;
  height: 15px;
  line-height: 16px;
}

/****---- Customer Login Screen ----****/
.login-container .block-title strong {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 300 !important;
  line-height: 1.2;
  font-size: 1.8rem;
}
.login-container .block-continue-without {
  float: right;
  clear: none !important;
}
.login-container .block-continue-without .actions-toolbar {
  margin-top: 25px;
}

.login-container .primary button,
.login-container .primary a {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.login-container .primary button:hover,
.login-container .primary a:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
  border: 1px solid #fff;
}
.login-container .secondary a span {
  border: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius: 3px;
  background: #e2e2e2;
  color: #333333;
  font-size: 0.8em;
}
.login-container .secondary a span:hover {
  background: #e1e1e1;
  border: none;
}
.login-container .block-continue-without .primary a {
  color: #27a3a5;
  background: transparent;
  border: 1px solid #27a3a5;
  text-transform: uppercase;
  font-size: 0.75em;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
.login-container .block-continue-without .primary a:hover {
  color: #fff;
  background-color: #27a3a5;
}

/****---- Extra Layouts Styles ----****/

.more-styles-image-centred {
  margin: 0 auto;
  display: table;
}
.more-styles-centred-text {
  text-align: center;
}
.more-styles-image-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: 25px auto;
}
.more-styles-margin-25-top-bottom {
  margin: 25px auto;
}

/**-- Video Tab --**/
.product-info-tab-video .block-holder {
  padding: 0;
}
.product-info-tab-video .block-holder video {
  margin-top: 7px;
}
.product-info-tab-video .more-styles-video-side-link img {
  width: 100%;
}
.product-info-tab-video .more-styles-video-side-link h4 {
  color: #6c3516 !important;
  text-align: left;
  margin-top: 7px;
}
.product-info-tab-video .more-styles-video-side-link a:hover h4 {
  text-decoration: none;
}

/*****----- FC Styles -----*****/

.tab-pane {
  padding: 50px 0 70px;
}
#prodDescTab {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  width: 1280px;
  display: table;
}
.col-lg-6,
.col-md-6,
.col-sm-6 {
  width: 50%;
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-lg-6 h2,
.col-md-6 h2,
.col-sm-6 h2,
.col-lg-6 h3,
.col-md-6 h3,
.col-sm-6 h3 {
  color: #6c3516;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1em;
  text-align: left;
}
.well {
  background-color: #efedee;
  padding: 15px;
}
.col-lg-6 p em strong,
.col-md-6 p em strong,
.col-sm-6 p em strong {
  font-weight: 600;
  font-style: normal;
}

#prodInsTab {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  width: 1280px;
  display: table;
}
.col-lg-12 {
  width: 100%;
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-lg-12 > h2 {
  display: none;
}
.col-lg-12 .row {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  width: 1280px;
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #efedee;
  padding-bottom: 10px;
}

.col-lg-4 {
  float: left;
  width: 33%;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-lg-8 {
  float: left;
  width: 66%;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

#prodAdvTab {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  width: 1280px;
  display: table;
}
.col-lg-3 {
  float: left;
  width: 25%;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.col-lg-9 {
  float: left;
  width: 74%;
  min-height: 1px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Elements
.button-holder{ margin-top: 40px;  }
.teal-button a{ color: #fff; border-radius: 2px; background-color: #27a3a5;
  font-size: 1.2em;  text-transform: uppercase;  font-weight: 600;  padding: 15px 70px;}
  .teal-button a:hover{ text-decoration: none; background: rgba(39, 163, 165, 0.8); } */

.free-shipping-text {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #27a3a5;
  font-weight: 600;
}

.free-shipping-text a{
  color: #50362a;
}


body.customer-group-4 .free-shipping-banner,
body.customer-group-7 .free-shipping-banner,
body.customer-group-8 .free-shipping-banner,
body.customer-group-17 .free-shipping-banner,
body.customer-group-18 .free-shipping-banner,
body.customer-group-19 .free-shipping-banner{
  display: none;
}

/* CATEGORY PAGE */

.product-item-inner {
  display: none !important;
}

.catalog-category-view .products {
  margin-bottom: 0 !important;
  min-height: 570px;
}
.catalog-category-view .columns .column.main {
  padding-bottom: 0 !important;
}
.columns .column.main > .toolbar.toolbar-products:last-of-type {
  margin-bottom: 0 !important;
}

.catalog-category-view .sidebar.sidebar-main h4 {
  font-size: 17px;
  font-weight: 600;
}

.catalog-product-view .full-width-content-tp {
  margin-left: -50%;
  margin-right: -50%;
  padding: 60px 0 70px;
  margin-top: 80px;
  background-color: #f9f7f8;
  background-image: url("/pub/media/wysiwyg/Star.png");
  background-repeat: no-repeat;
  background-position: 79% -7%;
  margin-bottom: 50px;
}



.catalog-product-view .benefits-bar-item .trustpilot-widget {
  width: 100%;
}

.catalog-product-view .trustpilot-widget {
  width: 100%;
}

.catalog-product-view .rebranding .tp-widget-wrapper {
  max-width: 950px !important;
}

.fotorama__caption__wrap {
  display: none;
}

.catalog-cat-ul {
  padding-left: 0;
}

.catalog-cat-li {
  list-style-type: none;
}

.catalog-cat-li a {
  color: #1d1d1d;
  width: 100%;
  display: block;
  border-bottom: solid 1px #e3e3e3;
  text-decoration: none;
  padding-bottom: 10px;
}

.catalog-cat-li a.active {
  color: #e1a35a;
}

.catalog-cat-li a:hover {
  color: #e1a35a !important;
}

.catalog-cat-li a:first-child {
  /*  border-top: solid 1px #e3e3e3;
  padding-top: 10px;*/
}

.product-item {
  position: relative;
}

.product-item-best-seller {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}

.product-page-best-seller {
  width: 119px;
  height: 119px;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .product-item-best-seller {
    width: 60px;
  }
  .product-item .price-box {
    margin: 10px 0 10px;
  }
  .products-related .product-item-details .product-item-actions{
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  .product-item-best-seller {
    width: 43px;
    bottom: 77%;
    right: 0;
    top: auto;
    left: 2px;
  }
}


.categorypath-training-courses .product.attribute.description h3 {
  margin-top: 30px;
}
.categorypath-training-courses .product-info-main ul li {
  width: 100% !important;
  padding: 0 0 0 5px !important;
  margin-bottom: 4px;
}

.categorypath-training-courses .training-course-hide {
  display: block !important;
}

.categorypath-training-courses .regular-cart-button {
  display: none;
}

.filter-current-subtitle {
  display: none;
}

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax::before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.25em;
}

.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  display: none !important;
}


.cart.table-wrapper .price-excluding-tax{
  display: none!important;
  visibility: hidden;
  opacity: 0;
}

body.customer-group-13 .cart.table-wrapper .price-including-tax,
body.customer-group-15 .cart.table-wrapper .price-including-tax,
body.customer-group-16 .cart.table-wrapper .price-including-tax,
body.customer-group-17 .cart.table-wrapper .price-including-tax,
body.customer-group-18 .cart.table-wrapper .price-including-tax,
body.customer-group-19 .cart.table-wrapper .price-including-tax{
  display: none!important;
  visibility: hidden;
  opacity: 0;
}

body.customer-group-13 .cart.table-wrapper .price-excluding-tax,
body.customer-group-15 .cart.table-wrapper .price-excluding-tax,
body.customer-group-16 .cart.table-wrapper .price-excluding-tax,
body.customer-group-17 .cart.table-wrapper .price-excluding-tax,
body.customer-group-18 .cart.table-wrapper .price-excluding-tax,
body.customer-group-19 .cart.table-wrapper .price-excluding-tax{
  display: block!important;
  visibility: visible;
  opacity: 1;
}

body .price-including-tax+.price-excluding-tax .price,body .weee[data-label] .price {
  font-size: inherit;
}


@media only screen and (max-width: 768px) {
  .product-page-best-seller {
    left: 65px;
  }
}

.pages .action {
  border-radius: 0;
  border: none;
}

.pages a.page {
  color: #27a3a5;
}

.pages a.page:hover {
  opacity: 0.3;
}

.product-item {
  border-bottom: 2px solid #efedee;
}

.product-item .price-box .price {
  font-size: 1.4em;
}

.old-price .product-item .price-box .price {
  font-size: 1.2em;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  position: unset !important;
}

.sidebar-additional {
  display: none;
}

/* Category Paging */
.products.wrapper~.toolbar .toolbar-amount{
  display: block;
  text-align: center;
  float:  none;
}

.products.wrapper~.toolbar .toolbar-amount .toolbar-number{
  margin: 0 0.5em;
}
.products.wrapper~.toolbar .toolbar-amount .toolbar-number:nth-of-type(1){
  margin-right: 0.2em;
}

.products.wrapper~.toolbar .toolbar-amount .toolbar-number:nth-of-type(2){
  margin-left: 0.2em;
}
.products.wrapper~.toolbar .toolbar-amount .toolbar-number:nth-of-type(3){
  margin-right: 0;
}

.products.wrapper~.toolbar .pages{
  text-align: center;
}

.products.wrapper~.toolbar .pages ul.pages-items{
  float: none;
}

.products.wrapper~.toolbar .pages ul.pages-items li.item{
  float: none;
  width: auto;
  padding: 10px;
}




/* how to guides */

.rating-square {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background: #efedee;
  padding: 5px;
  text-align: center;
  float: left;
  line-height: 28px;
}

.rating-square.rating-square-active {
  background: #757575;
  color: #fff;
}

.difficulty-ratings {
  width: 100%;
  height: 75px;
}

.difficulty-ratings p {
  font-weight: bold;
  font-size: 0.85em;
  margin-bottom: 5px;
}
.difficulty-ratings .rating-square {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.categorypath-how-to-guides .product-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.view-button {
  margin-top: 40px;
}

.view-button a {
  color: #fff;
  background: rgba(39, 163, 165, 0.8);
  padding: 10px 40px;
  border: 1px solid #fff;
}

.view-button a:hover {
  text-decoration: none;
  background: rgba(39, 163, 165, 0.5);
}

.categorypath-how-to-guides .product-item-name {
  margin: 0;
  /*line-height: 10px;*/
  padding-bottom: 10px;
}

.experts-block {
  background-color: #f9f7f8;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.experts-block-header {
  background-color: #6c3516;
  color: #ffffff;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2em;
}

.experts-block-highlight {
  font-weight: 700;
  font-size: 2.5em;
}

body.category-how-to-guides .sidebar-help,
body.category-how-to-guides .sidebar-colors,
body.category-how-to-guides .sidebar-prof {
  float: left;
  width: 100%;
}

/* training course - individual */

span.training-enquire-or-text {
  width: 250px;
  display: block;
  text-align: center;
  padding-bottom: 0px;
  font-weight: bold;
}

.training-course-button {
  padding: 15px 50px !important;
}

/* generic styles */

.pt-20 {
  padding-top: 20px;
}

/* grouped products */

.table.grouped .col.item {
  width: 50% !important;
}

.cms-page-view .columns .column.main ul:not(.tabs-navigation.ui-tabs-nav, .reset-fix) {
  float: none !important;
}

.cms-page-view .columns .column.main ul:not(.tabs-navigation.ui-tabs-nav, .reset-fix) li {
  width: 100% !important;
  padding: 0 0 0 5px !important;
  margin-bottom: 4px;
}

.page-layout-single-column-info .block-holder.fc-row {
  margin-left: -15px;
  width: calc(100% + 15px);
  max-width: calc(100% + 15px);
}

.trust-pilot-holder .block-holder.fc-row {
  width: 1280px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

#product-page-video.active {
  display: block !important;
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 500;
  width: 45%;
  height: 550px;
  background-color: #fff;
  padding-top: 3px;
}

/* Duplicate Prices Styles */

.minicart-items
  .price-container
  .price-wrapper
  .price-including-tax
  .minicart-price
  span,
.minicart-items
  .price-container
  .price-wrapper
  .price-excluding-tax
  .minicart-price
  span {
  color: #6c3516 !important;
  font-size: 20px !important;
}
.block-minicart .price-wrapper.price-including-tax span,
.block-minicart .price-wrapper.price-excluding-tax span {
  font-size: 18px !important;
}
.catalog-product-view
  .product-info-price
  .price-box
  .price-container
  .price-including-tax
  span,
.catalog-product-view
  .product-info-price
  .price-box
  .price-container
  .price-excluding-tax
  span {
  color: #6c3516 !important;
  font-size: 25px !important;
  font-weight: 400 !important;
}

.catalog-product-view .product-info-price .price-box .old-price {
  display: block;
}
.catalog-product-view .product-info-price .price-box .old-price .price-label {
  display: inline-block;
  font-size: 0.7em;
  margin-right: 10px;
}
.catalog-product-view
  .product-info-price
  .price-box
  .old-price
  .price-wrapper.price-including-tax {
  display: inline-block;
}
.catalog-product-view .product-info-price .price-box .special-price {
  display: inline-block;
  height: 40px;
}
.catalog-product-view .product-info-price .price-box .old-price.bundle-price {
  display: inline-block;
  font-size: 0.95em;
  margin-right: 10px;
}

/* Murphys Responsive */

/* Product Page */
body.catalog-product-view page.messages {
  display: none;
}
.catalog-product-view.page-layout-1column
  .trustpilot-widget.product-pagebenefits-bar {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1000px) {
  .trust-pilot-slider-section {
    padding: 75px 0;
  }
}

@media only screen and (min-width: 768px) {
  body.catalog-product-view .fotorama__stage {
    margin-bottom: -60px !important;
    width: calc(100% - 100px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .product-page-best-seller {
    width: 75px;
    height: 75px;
    top: 35px;
    left: 0px;
  }
  .catalog-product-view .page-title-wrapper {
    margin-top: 20px;
  }
  .catalog-product-view .page-title-wrapper.product h1 {
    width: 100%;
  }
  .catalog-product-view .page-title-wrapper .product-page-tp-stars {
    width: 50%;
    float: left;
    top: 0px;
    left: -10px;
    display: inline-block;
    position: relative;
    right: 0;
    margin-bottom: 15px;
    min-width: 202px;
  }
  .product-info-main .product.attribute.overview {
    min-height: auto;
    margin-bottom: 25px;
    width: 100%;
    clear: left;
  }

  .fotorama__nav--dots .fotorama__nav__frame {
    height: 19px;
    width: 19px;
    margin: 0 1px;
  }
  .fotorama__dot {
    border-radius: 50%;
    border: 1px solid #d9d7d8;
    display: block;
    height: 15px;
    left: 0;
    position: relative;
    top: 0px;
    width: 15px;
    background-color: #d9d7d8;
  }
  .fotorama__active .fotorama__dot {
    background-color: transparent;
    border-color: #e1a35a;
  }

  body.catalog-product-view .fotorama__stage {
    width: 100%!important;
  }

  .product-info-price {
    margin: 0;
    width: 100% !important;
  }
  .box-tocart .action.tocart {
    width: 100%;
  }
  .cart-paypal-icon {
    width: auto;
    display: table;
    float: none;
    margin: 10px auto 0;
  }
  .cart-paypal-icon img {
    clear: none !important;
  }
  .cart-paypal-icon img:first-of-type {
    /* margin-right: 10px;
    margin-top: 9px; */
  }

  .product.data.items {
    border-bottom: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items > .item.title {
    border-top: 1px solid #efedee;
    padding: 5px 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 1em;
    background: transparent;
    border: none;
    color: #333333 !important;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #333333 !important;
  }
  .product.data.items > .item.content {
    border: none;
    padding: 10px 0px 30px;
  }

  .catalog-product-view .full-width-content-tp {
    padding: 25px 10px;
    margin:0;
    margin-bottom: 2em;
  }

  .block.upsell {
    padding-top: 25px;
  }
  .products-upsell .product-items .product-item {
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .products-upsell .product-items .product-item .product-item-info {
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }
  .products-upsell
    .product-items
    .product-item
    .product-item-info
    .product-item-photo {
    float: left;
    max-width: 140px;
  }
  .products-upsell
    .product-items
    .product-item
    .product-item-info
    .product-item-details {
    float: left;
  }
  .column.main .block.upsell ol.product-items {
    margin-left: 0;
  }
}

body.catalog-product-view .full-width-content-tp h2 {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* problem solver */

.block-holder.problem-solver-by-material {
  padding: 0 0 70px 0 !important;
}

.category-leather-problem-solver .qty-holder,
.category-wood-problem-solver .qty-holder,
.category-fabric-problem-solver .qty-holder {
  display: none;
}

.category-leather-problem-solver span.price-notice,
.category-wood-problem-solver span.price-notice,
.category-fabric-problem-solver span.price-notice {
  /*display: none;*/
}

.category-leather-problem-solver .product-options-wrapper p.required,
.category-wood-problem-solve .product-options-wrapper p.required,
.category-fabric-problem-solver .product-options-wrapper p.required {
  display: none;
}

.category-leather-problem-solver span.price,
.category-wood-problem-solver span.price,
.category-fabric-problem-solver span.price {
  display: block !important;
}

.bundle-options-container .product-add-form {
  display: block !important;
}

button#bundle-slide {
  display: none;
}

body.catalog-product-view .old-price.bundle-price {
  color: #f00;
}

.product-info-main .product-info-price .price-box .price-container > span {
  margin-bottom: 0px !important;
  margin-top: 6px;
}

/* Shipping & Returns */

.cms-shipping-and-returns h3 {
  margin-top: 30px;
}

.cms-shipping-and-returns .text-center th,
.cms-shipping-and-returns .text-center td{
  text-align: center;
}

.cms-shipping-and-returns div[data-content-type=text] table{

}

@media only screen and (min-width: 699px){
  .cms-shipping-and-returns .mobile{
    display: none;
  }
  .cms-shipping-and-returns .trade-ship{
    width: 50%;
    float: left;margin-bottom: 1em;
  }
  .cms-shipping-and-returns .table-responsive {
    width: 33%;
    float: left;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 699px){
  .cms-shipping-and-returns .mobile{
    display: table-cell;
  }
  .cms-shipping-and-returns .trade-ship{
    width: 100%;
  }
  .cms-shipping-and-returns .table-responsive {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 769px){
  .cms-shipping-and-returns div[data-content-type=text] table + table{
    border-left: 0;
  }

  .cms-shipping-and-returns div[data-content-type=text] table tr td{
    height: 6em;
    vertical-align: middle;
  }

  .cms-shipping-and-returns div[data-content-type=text] table + table tr td:nth-of-type(1){
    display: none;
  }


  .cms-shipping-and-returns div[data-content-type=text] table + table tr:nth-of-type(2) td:nth-of-type(1){
    display: table-cell;
  }
}
@media only screen and (max-width: 768px){
  .cms-shipping-and-returns div[data-content-type=text] table:not(.specific){
    width: 100%!important;
  }
}



/* Customer login page */

body.customer-account-login h1.page-title,
body.cms-noroute-index h1.page-title {
  margin-top: 30px;
}

/* Create New Customer Account */

body.customer-account-create h1.page-title {
  margin-top: 30px;
}

body.cms-shop-products .block-products-list {
  margin-top: -50px;
  margin-bottom: -50px;
}

/* Video Guides Page */

body.cms-help-centre-video-guides .three.fc-columns {
  float: left !important;
}

body.cms-help-centre-video-guides h1.page-title {
  margin-bottom: 30px !important;
}

body.cms-help-centre-video-guides h4 {
  font-size: 1.1em !important;
}

body.cms-help-centre-video-guides .fc-columns {
  float: left !important;
}

body.cms-help-centre-video-guides .fc-row .four {
  margin-bottom: 25px;
}

body.cms-help-centre-video-guides .modal-inner-wrap {
  width: 60%;
}

/* Shipping & Returns */

body.cms-shipping-and-returns .alert-warning {
  clear: both !important;
}

body.cms-shipping-and-returns p strong {
  display: block;
  margin-top: 30px;
}

body ul.list-unstyled li {
  margin-bottom: 15px !important;
}

body.cms-page-view .columns .column.main ul:not(.tabs-navigation.ui-tabs-nav, .reset-fix) {
  float: left !important;
  width: 100% !important;
}

body.cms-page-view .columns .column.main ul.no-float {
  float: none !important;
}

/* franchise opportunities */

.cms-franchise-opportunities button.submit {
  color: #fff;
  width: auto;
  border-radius: 2px;
  background: rgba(39, 163, 165, 0.8) !important;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 87px;
  width: 250px;
  margin-top: 0;
  text-decoration: none !important;
}

.cms-franchise-opportunities button.submit:hover {
  background: rgba(39, 163, 165, 0.6) !important;
  border: none;
}

.field-textinput-53,
.field-textinput-55,
.field-textinput-57,
.field-textinput-59 {
  float: left;
  width: 48%;
}

.field-textinput-54,
.field-textinput-56,
.field-textinput-58,
.field-how-did-you-61 {
  float: right;
  width: 48%;
}

.action.primary:focus,
.action.primary:active,
.action-primary:focus,
.action-primary:active {
  background: #27a3a5 !important;
  color: #ffffff;
}

/* create account */

body.customer-account-create .fieldset {
  margin-bottom: 20px !important;
}

/* forgot password */
.customer-account-createpassword .page-title,
.customer-account-forgotpassword .page-title {
  margin-top: 30px;
}

.am-related-title {
  margin: 28px 40px;
}

#messageBox {
  margin: 30px auto 30px;
}

#messageBox h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.page-products .products-grid .product-item:nth-last-child(-n + 4) {
  margin-bottom: 10px;
  border-bottom: 0;
}

#co-shipping-method-form dt {
  float: left;
  margin-right: 10px;
}

.product-tab-attribute-group {
  display: flex;
  justify-content: space-between;
}

.product-tab-attribute-group .left.description{
  flex-basis: 48%;
}

.product-tab-attribute-group .right.description{
  flex-basis: 48%;
}

@media (max-width: 768px) {

  .product-tab-attribute-group {
    flex-direction: column;
  }

  .product-tab-attribute-group .product + .product {
    margin-top:25px;
  }
}


.product-tab-attribute-group .value + .value {
  margin-top:20px;
}

#product.info.description  .product-tab-attribute-group {
  /* justify-content: flex-end; */
}



.product-tab-attribute-group .description .value {
  /* padding:0 60px 0 0; */
}


.product.info.detailed *{
  box-sizing: initial;
}

.catalog-product-view .product.info.detailed .product.data.items .data.item.title.active a.data.switch {
  height: 42px;
}


.product-tab-a {}

@media (max-width: 768px) {
  .catalog-product-view .magnify-lens,
  .catalog-product-view .magnifier-preview {
    display: none !important;
  }
}

#video-tab-content .yt-video-wrap {
  margin: 35px 0 0 0;
}

#video-tab-content .yt-playlist {
  margin-left: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#video-tab-content .yt-playlist a {
  padding: 0;
  display: grid;
  margin: 0 20px;
  width: 33%;
}

#video-tab-content .yt-playlist a:first-child {
  margin-left: 0;
}

#video-tab-content .yt-playlist a:last-child {
  margin-right: 0;
}

#video-tab-content .yt-playlist a > * {
  display: block;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px 0;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #video-tab-content .yt-playlist a {
    display: block;
    width: 100%;
  }
}

.product-best-seller .fotorama__stage__shaft {
  position: relative;
}
.product-new-product .fotorama__stage__shaft {
  position: relative;
}

@media (max-width: 768px) {
  .product-best-seller .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
    height: 60px;
    width: 60px;
  }
  .product-new-product .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 768px) {
  .product-best-seller .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
    height: 100px;
    width: 100px;
  }
  .product-new-product .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
    height: 100px;
    width: 100px;
  }
}

.product-new-product .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
  content: "";
  background-image: url("/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/new-product-icon-lg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.product-best-seller .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
  content: "";
  background-image: url("/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/best-seller-icon-lg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.product-new-product.fc_nl.nl .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
  background-image: url("/pub/static/frontend/urbanriver/urbanclinicnl/nl_NL/images/new-product-icon-lg.png");
}

.product-new-product.fc_fr.fr .fotorama__stage__shaft > .fotorama__active:not(.fotorama-video-container)::before {
  background-image: url("/pub/static/frontend/urbanriver/urbanclinicfr/fr_FR/images/new-product-icon-lg.png");
}

.product-best-seller .fotorama__stage__shaft > .fotorama__active.noBefore::before,
.product-new-product .fotorama__stage__shaft > .fotorama__active.noBefore::before{
  background-image: none!important;
}

.testimonials {
  padding: 50px;
  background: #f4f2ed;
  text-align: center;
}

.testimonials h2 {
  text-transform: uppercase;
}

.testimonials ul {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials ul li {
  background: #fff;
  border: 1px solid #ededed;
  padding: 40px;
  position: relative;
  margin-right: 20px;
  text-align: left;
}

.testimonials ul li:last-child {
  margin-right: 0px;
}

.testimonials ul li:before {
  content: "";
  background-image: url("../../frontend/urbanriver/urbanclinicfr/fr_FR/images/icon-quote.png");
  background-repeat: no-repeat;
  top: -15px;
  left: 40px;
  position: absolute;
  width: 45px;
  height: 35px;
  background-size: 45px;
}

.short_description ul {
  float: none;
}
.short_description ul {
  float: none;
}

@media only screen and (max-width: 900px) {
    .field .control._with-tooltip input {
      width:100%;
    }
    .field-tooltip {
      margin-top:5px;
      position: relative;
    }
    .field-tooltip .field-tooltip-content {
      top:-10px;
    }
}

.sub-cat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sub-cat-grid > div {
  width:250px;
  min-width:250px;
  margin-bottom:40px;
}

.sub-cat-grid > div > img {
  display: block;
  width:100%;
  min-width:250px;
  height:200px;
}

.sub-cat-grid > div > span {
  display: block;
  margin:0 !important;
  width:100%;
}

.sub-cat-grid > div > .block-category-link-inline a {
  text-transform: uppercase;
  background:#6c3514;
  color:#fff;
  display: block;
  padding: 10px;
  text-align:center;
  margin:0 !important;
  width:100%;
}

.sub-cat-grid > div > .block-category-link-inline a:hover {
  color: #333;
  background-color: #e6e6e6;
}

/* Tutorials Styling */

.wordpress-post-view h1 {
  display: block;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  color: #e0a359;
  font-weight: 500;
}

/* Section Title */
.wordpress-post-view h1 {
  /* color: #e0a359; */
  /* font-size: 2.5em; */
}

/* Tutorial Title */
.wordpress-post-view h2 {
  font-size: 1.7em;
  margin: 0.5em 0;
}

/* What's Needed Title */
.wordpress-post-view h3 {
  font-size: 1.5em;
  margin: 0.5em 0;
}

/* Step Title */
.wordpress-post-view .post-view h4 {
  font-size: 1.5em;
  margin: 0.5em 0;
}

.wordpress-post-view .post-view {
  font-size: 1.2em;
  line-height: 1.5;
}

.wordpress-post-view .post-view ul {
  float: none !important;
}

.wordpress-post-view .post-view ul li {
  float: none !important;
  width: 100% !important;
  padding: 0 5px !important;
}

.wordpress-post-view .post-view h1,
.wordpress-post-view .post-view h2,
.wordpress-post-view .post-view h3,
.wordpress-post-view .post-view h4,
.wordpress-post-view .post-view h5,
.wp-sidebar h2,
.wp-sidebar h2,
.wp-sidebar h3,
.wp-sidebar h4,
.wp-sidebar h5 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  color: #6c3516;
  clear: both;
}

.wp-sidebar h2,
.wp-sidebar h2,
.wp-sidebar h3,
.wp-sidebar h4,
.wp-sidebar h5 {
  margin-top: 0;
}

.wp-sidebar h4{
  font-size: 1.5em;
}


.wp-sidebar p{
  text-align: left;
}

.wordpress-post-view .post-view figure.wp-block-image{
  float: left;
  margin: 0 10px 10px 0;
}

.wordpress-post-view .post-view figure.wp-block-image.second + * {
  clear: both;
}

.wordpress-post-view .post-view img {
  border: solid 2px #fff;
  box-shadow: 8px 8px 0 rgba(0,0,0,.1);
  margin: 0 30px 10px 0;
  float: initial;
}

.wordpress-post-view .post-view ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wordpress-post-view .post-view ol li:not(:last-child) {
  /* border-bottom: solid 1px #ededed; */
}

.wordpress-post-view .post-view ol li {
  padding: 20px 0;
}

.wordpress-post-view .post-view ol h4 {
  margin-top: 0;
}

.wordpress-post-view .post-view ol p {
  overflow: hidden;
}

.wordpress-post-view .post-view ol li br {
  display: none;
}

.wordpress-post-view .post-view hr {
  margin: 40px 0;
  border-top: solid 5px #ededed;
  clear: both;
}

.wordpress-post-view .shopping-items .modal-button{
  margin: 0.5em 0;
}

.wordpress-post-view .post-entry{
  overflow: initial;
}

.wordpress-post-view .products.wrapper.robert.grid.products-grid{
  width: calc(100vw - 60px);
  clear: both;
}

.wordpress-post-view .products-grid .product-item{
  width: 30%;
  border-bottom: 0;
}

.wordpress-post-view .products-grid .product-item .product-item-name{
  min-height: 5em;
}

.wordpress-post-view .products-grid .product-item .product-item-details p{
  min-height: 5em;
}

.shopping-list, .talk-expert, .widget {
  border: solid 1px #d8d8d8;
  box-shadow: 2px 2px 1px rgba(0,0,0,.06);
  margin-bottom: 20px;
}

.shopping-list .list-header {
  background: #faf8f8;
  padding: 20px;
  text-align: center;
}

.shopping-list .list-header h4 {
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
}

.shopping-list .list-header p {
  margin: 0;
  font-size: .9em;
  line-height: 1.2;
}

.shopping-list .shopping-items {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}

.shopping-list .shopping-items li {
  padding: 10px;
  border-bottom: solid 1px #ededed;
}

.shopping-list .shopping-items li:last-child {
  border-bottom: none;
  margin-bottom:0;
}

.shopping-list .shopping-items li:after {
  content: "";
  clear: both;
  display: table;
}

.shopping-list .actions {
  padding: 0 10px 10px;
}

.shopping-list .product-image-container {
  width:30%;
}

.shopping-list .button {
  font-family: futura-pt, sans-serif;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  background: #ae9474;
  color: #fff;
  font-size: 1.1em;
  width: 100%;
  border: none;
  padding: 10px 20px;
}

.talk-expert {
  background: #f5f1ec;
  padding: 30px 20px;
  text-align: center;
}

.talk-expert p {
  margin-bottom: 0;
}

.talk-expert h3 {
  text-transform: uppercase;
  font-weight: 500;
}

.talk-expert em {
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 1.1em;
}

.item-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-list h5 {
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

.shopping-list .product-row {
  display:flex;
  justify-content:space-between;
  align-items:start;
}

.shopping-list .product-options {
  width: 70%;
  padding-right: 10px;
}

.shopping-list img {
  float: left;
  border: 1px solid #ddd;
}

.shopping-list input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  cursor: pointer;
}

.shopping-list input[type='checkbox']:checked {
  background-image: url("/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/check.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.shopping-list select, .shopping-list input[type=checkbox], .shopping-list input[type=text] {
  border: solid 1px #d8d8d8;
  box-shadow: 2px 2px 1px rgba(0,0,0,.06);
  margin-bottom: 5px;
  border-radius: 5px;
}

.is-blog .columns .main {
  width: 65%;
}

.is-blog .columns .sidebar-main {
  width: 35%;
}

.is-blog .post-view h1 {
  font-size:2em;
  color:#6c3516;
}

.font-bold {
  font-weight:bold;
}

.footer-column .widget {
  border:none;
  box-shadow:none;
}

.checkout-cart-index .cart-container .form-cart {
  width:100%;
  margin-bottom:40px;
  padding-right:0;
}

.checkout-cart-index .summary.title {
  text-transform:uppercase;
}

.checkout-cart-index #co-shipping-method-form .item-options {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  margin-bottom:0;
}

.checkout-cart-index #co-shipping-method-form .item-title {
  position:absolute;
  padding:10px 0;
  right:10px;
}

.cart-summary-new .cart-totals tbody tr.grand {
  border-top: 1px solid #cccccc;
}
.cart-summary-new .cart-totals tbody tr.grand th {
  text-transform:uppercase;
}

#shopping-cart-table thead tr th.col {
  text-transform:uppercase;
  padding:5px 11px;
  font-size:14px;
  color:#6b400d;
}

.checkout-cart-index .trust-pilot-slider-section {
  border-top: 1px solid #e4e4e4;
  margin-top:20px;
  display: flex;
  flex-direction: column;
}

.checkout-cart-index .column.main > .checkout-card-icon {
  display:none;
}

.options-list .price-notice::before {
  content: '(';
}
.options-list .price-notice::after {
  content: ')';
  margin: 0 0 0 -2px;
}

.widget.block.block-static-block {
  float:none;
  border:none;
  box-shadow:none;
  margin:0;
  padding:0;
}

.payment-logos {
  display:inline-flex;
  align-items:center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.payment-logos img {
  max-height: 25px;
  margin: 0 2px;
}

.widget {
  border:none;
  box-shadow:none;
}



.cms-contract-upholstery .clients {
  background: #f6f2ed;
  padding:5% 10%;
  text-align:center;
}

.cms-contract-upholstery .clients h2 {
  text-transform:uppercase;
  color:#222;
  font-size:2em;
}

.cms-contract-upholstery .clients .images {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  margin-top: 5%;
}

.cms-contract-upholstery .enquire-now {
  padding:10%;
  text-align:center;
  background-color:#4c250c;
  color:#fff;
  font-size:1.5em;
  background-size:cover;
  background-repeat:no-repeat;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.cms-contract-upholstery .enquire-now h2 {
  color:#fff;
  text-transform:uppercase;
}


.cms-contract-upholstery .trust-pilot-slider-section {
  display:none;
}

.cms-contract-upholstery .clients .images img {
  border-radius:4px;
  margin:10px auto;
}

.cms-contract-upholstery .contract-types {
  display:flex;
  flex-wrap:wrap;
  margin:5% 0;
}

.cms-contract-upholstery .contract-types div {
  width:48%;
  border:1px solid #d8d8d8;
  margin:1%;
  padding:1%;
  max-height:360px;
  height:100vh;
  position:relative;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
}

.cms-contract-upholstery .contract-types div label {
  background:rgba(255,255,255,.5);
  color:#2f2722;
  font-weight:bold;
  position:absolute;
  top:0;
  left:0;
  padding:15px;
  font-size:1.2em
}


.cms-contract-upholstery .page-main, .cms-contract-upholstery .column.main {
  padding-bottom:0;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  /* display: none; */
}

label[for="paypal_express"] a.action-help {
  display:none !important
}

#payment_form_authorizenet_directpost .credit-card-types {
  display:none;
}

.payment-method-title {
  display:flex;
  align-items:center;
}

.payment-method-title label img {
  max-height:25px;
}

.payment-method-title label {
  display: inline-flex;
  align-items:center;
}
.payment-method-title span {
  margin-left:10px;
}

.billing-address-details, .shipping-address-details {
  cursor: text;
}

.billing-address-details a[href^="tel:"], .shipping-address-details a[href^="tel:"] {
  color: #454345;
  pointer-events: none;
}


@media (max-width: 768px) {

  .page-products .products-grid .product-item:nth-last-child(-n + 4)
  {
    margin-bottom:20px;
    border-bottom: 2px solid #efedee;
  }

  .page-layout-colour-charts-2columns-left .products-grid .product-item:nth-last-child(-n + 4)
  {
    margin-bottom: inherit;
    border-bottom: none;
  }

  .page-products .products-grid .product-item:last-child
  {
    margin-bottom:40px;
    border-bottom: none;
  }

  .column.main .product-item {
    padding-left:0px;
  }

  .products-grid .product-item:not(.slick-slide) {
    width:100% !important;
    padding-bottom:20px;
    margin-bottom:20px;
  }

  .products-grid .product-item-info {
    display:flex;
    width:100%;
    justify-content: center;
  }

  .products-grid .product-image-container {
    width:135px;
    height:135px;
    overflow: hidden;
  }

  .products-grid .product-item-photo {
    width:auto;
  }

  .products-grid .product-image-photo {
    position:relative;
    top:0;
    left:0;
    margin:0;
    max-height: none;
  }

  .products-grid .product-item-details {
    display: flex;
    flex-direction:column;
    /* margin-left:40px; */
    width: 100%!important;
    align-items: normal;
    padding-left: 10px;
  }

  .products-related.products-grid .product-item-details {
    margin-bottom: 45px;
  }

  .products-grid .product-item-details .items-page-tp-stars {
      width: 100%;
      height: 30px;
  }
  .checkout-cart-index .products-grid .product-item-details .items-page-tp-stars{
    position: relative!important;
  }
  .checkout-cart-index .products-grid .product-item-details .items-page-tp-stars>*{
    position: absolute!important;
  }
  .checkout-cart-index .products-grid .product-item-details .items-page-tp-stars iframe{
    height: auto!important;
  }
  .products-grid .product-item-details .items-page-tp-stars iframe {
      height: 30px!important;
  }
}

@media (max-width: 550px) {
  .blog-posts-post .blog-post-featured-image-wrapper{
    width: 100%;
  }
}


@media (max-width: 450px) {
  .blog-posts-post .block.aw_blog_related_products{
    width: 100%;
  }
}

.aw_blog-post-previewcontent article.blog-posts-post.blog-post{
  width: 100%;
}

.aw_blog-post-previewcontent .blog-post-featured-image-wrapper {
  float:  none;
  width:  100%;
}

.aw_blog-post-previewcontent .blog-post-featured-image-wrapper img{
  max-height:  fit-content;
}

@media (max-width: 400px) {
  .products-grid .product-image-container {
    width:100px;
    height:100px;
  }
  .products-grid .product-item:not(.slick-slide) .product-item-detail {
    margin-left:10px;
  }

  .products-grid .product-item.slick-slide .items-page-tp-stars{
    /* May not be needed */
    /* display: none; */
  }

    .products-crosssell.owl-carousel.products-grid .product-item-details{
        margin: 0;
        padding: 0!important;
        width: 100%!important;
    }

    #messageBox .owl-stage .product-item-info .product-item-details .pop-up-page-tp-stars{
        overflow: initial;
    }

    #messageBox .products .product-item-actions .tocart {
        margin-left: -5px;
    }

}

@media (min-width: 768px) {
  .products-grid .product-image-container {
    width:100%;
  }
}


@media (max-width: 768px) {
  body footer .footer {
    display:flex;
    flex-wrap:wrap;
  }

  body footer .footer .footer-column {
    width:50%;
  }
}

.international-distributors {
  display:flex;
  justify-content:space-between;
  align-items:start;
  flex-wrap:wrap;
}

@media (max-width: 768px) {
  .international-distributors > div {
    width:100%;
  }
}
@media (min-width: 768px) {
  .international-distributors > div {
    width:50%;
  }
}

.international-distributors h2 {
  text-align:left;
}

.international-distributors > div > div {
  margin:0 0 30px ;
}

.international-distributors > div > div > p {
  margin:0;
  padding:0;
}

.international-distributors > div > div > strong {
  text-transform:uppercase;
}

.block.related {
  padding: 20px;
  border: 1px solid #e1a35a;
}

.block.related .block-title strong {
  color: #6c3516;
  font-size: 2.5rem;
  font-weight: 700;
}

.block.related .product-items {
  margin:0;
}

.block.related .product-item {
  width:25%;
  border-bottom:none;
  margin:0;
  padding:0 10px;
}

.block.related .product-item-info {
  width:100%;
}

.block.related .product-item-photo {
  display:block;
  text-align:center;
}

.block.related .related-available .product-item-name {
  margin-left:0;
}

.block.related .block-actions {
  display:none;
}

.block.related .products-grid.products-related {
  margin:0;
}

.fotorama__nav {
  /* overflow-y:scroll;  */
}

.cart.table-wrapper .product-item-photo {
  min-width:65px;
}

.post-list-item, .post-list-item:hover {
  color:#464345;
  text-decoration: none;
}

.post-list-item h2 {
  text-align:left;
}

.post-list-item h2 a, .wp-sidebar a {
  color:#d39152 !important;
}

.post-list-item {
  display:flex;
  margin-bottom:60px;
  align-items:start;
}

.post-list-item h2 {
  margin: -4px 0 0 0;
}

.post-list-item img {
  margin-right:30px;
  width:35%;
  display: block;
}

.post-list-item > div {
  width:100%;
}

.post-list-item .post-view-title {
  text-transform: uppercase;
  color: #6c3516 !important;
  display:inline-block;
  margin-top:14px;
}

.post-list-item .post-view-link {
  text-transform: uppercase;
  border:1px solid #6c3516;
  padding:2px 20px;
  color: #6c3516 !important;
  display:inline-block;
  margin-top:14px;
}

.post-price{
  display: block;
  color: #6c3516;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}


.post-list-description {
  display:none;
}


.post-difficulty {
  width:100%;
  display:block;
}

.post-difficulty label {
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
}


.post-difficulty ul {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
}

.post-difficulty ul li  {
  display:inline-flex !important;
  float: none !important;
  width:auto !important;
  padding: 0px 10px !important;
  font-size:12px;
  background-color:#e6e6e6;
}

.post-difficulty ul li.current {
  background-color:#717171;
  color:#fff;
}

.wordpress-post-view .page-bottom{
  width: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
}

.related-blog {
  background:#f4f2ed;
  padding:50px;
  width:100%;
  margin-left: 0;
  margin-right: 0;
}

.related-blog > div {
  max-width:1200px;
  margin:0 auto;
}

.related-blog h2 {
  color:#000;
  text-transform:uppercase;
}

.related-blog .related-blog-posts {
  display:flex;
  align-items:start;
  justify-content:space-evenly;
  flex-wrap: wrap;
  color:#151515;
}

.related-blog .related-blog-post {
  margin:20px;
  width:28%
}

.related-blog .related-blog-post h3 {
  margin:30px 0;
  text-transform:uppercase;
  color:#000;
  font-size:18px;
}

.related-blog .related-blog-post-thumb {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
}

.related-blog .related-blog-post-read-more {
  text-decoration: underline;
  color:#000;
  margin:20px 0;
}


@media only screen and (max-width: 768px) {
  .is-blog .columns .main {
    width:100%;
  }

  .is-blog .columns .sidebar-main {
    width:100%;
    clear: both;
  }

  .is-blog .page-main {
    margin-top:50px;
  }
  .related-blog .related-blog-post {
    margin:20px;
    width:100%
  }
}

.cms-help-centre .three-column-info, .cms-help-center .three-column-info {
  flex-wrap:wrap;
}

[data-label="Incl. tax"]::before {
  display:none;
}

body:not(.customer-group-2) .price-excluding-tax,
body:not(.customer-group-3) .price-excluding-tax,
body:not(.customer-group-4) .price-excluding-tax,
body:not(.customer-group-5) .price-excluding-tax,
body:not(.customer-group-6) .price-excluding-tax,
body:not(.customer-group-7) .price-excluding-tax {
  display:none;
  visibility:hidden;
  opacity:0;
}

body:not(.customer-group-2) .totals.shipping.excl,
body:not(.customer-group-3) .totals.shipping.excl,
body:not(.customer-group-4) .totals.shipping.excl,
body:not(.customer-group-5) .totals.shipping.excl,
body:not(.customer-group-6) .totals.shipping.excl,
body:not(.customer-group-7) .totals.shipping.excl {
  /* display:none; */
}

body:not(.customer-group-2) .checkout-shipping-wrapper,
body:not(.customer-group-3) .checkout-shipping-wrapper,
body:not(.customer-group-4) .checkout-shipping-wrapper,
body:not(.customer-group-5) .checkout-shipping-wrapper,
body:not(.customer-group-6) .checkout-shipping-wrapper,
body:not(.customer-group-7) .checkout-shipping-wrapper {
  display:none;
}

body.us.fc_us .cart.table-wrapper .price-including-tax{
  visibility: hidden;
  display: none;
  opacity: 0;
}

body.us.fc_us .cart.table-wrapper .price-including-tax+.price-excluding-tax,
body.sales-order-view.customer-group-2 .price-excluding-tax,
body.sales-order-view.customer-group-3 .price-excluding-tax,
body.sales-order-view.customer-group-4 .price-excluding-tax,
body.sales-order-view.customer-group-5 .price-excluding-tax,
body.sales-order-view.customer-group-6 .price-excluding-tax,
body.sales-order-view.customer-group-7 .price-excluding-tax
{
  display: block!important;
  visibility: visible;
  opacity: 1;
}

body.sales-order-view.customer-group-2 .order-details-items .price-excluding-tax .price,
body.sales-order-view.customer-group-3 .order-details-items .price-excluding-tax .price,
body.sales-order-view.customer-group-4 .order-details-items .price-excluding-tax .price,
body.sales-order-view.customer-group-5 .order-details-items .price-excluding-tax .price,
body.sales-order-view.customer-group-6 .order-details-items .price-excluding-tax .price,
body.sales-order-view.customer-group-7 .order-details-items .price-excluding-tax .price{
  font-weight: normal;
}

body.sales-order-view .columns .column.main .order-details-items ul.items-qty,
body.sales-order-view .columns .column.main .order-details-items ul.items-qty li{
  float: none;
}


.fc-simple .image-text div h2{
  font-size: 1.8em;
  text-align: left;
  margin: 0;
}
.fc-simple .image-text div h3{
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

@media only screen and (min-width: 768px) {
  .fc-simple .image-text>div:first-child{
    float: left;
    width: 50%;
    margin-right: 2em;
  }

  .fc-simple .threeColumn{
    display:flex;
    justify-content: space-between;
  }
  .fc-simple .threeColumn>div{
    flex-basis: 33%;
    margin: 0 1em;
  }
  .fc-simple .threeColumn>div:first-child{
    margin-left: 0;
  }
  .fc-simple .threeColumn>div:last-child{
    margin-right: 0;
  }

}




.opc-estimated-wrapper .estimated-block{
  float: initial;
  width: 100%;
  margin: 0 auto;
}

.checkout-index-index #checkout .authentication-wrapper .action-auth-toggle{
  color: #fff;
  border-radius: 2px;
  background-color: #27a3a5;
  border: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px;
  width: 100px;
}

@media only screen and (max-width: 900px){
  .modal-inner-wrap{
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {

  .checkout-index-index .page-header .header.content{
    flex-flow: column;
    padding-top: 20px;
  }

  .checkout-index-index #checkout .authentication-wrapper {
    position: absolute;
    top: -80px;
    right: 0;
    margin-top: 0;
  }

  .checkout-index-index .header.content .action.nav-toggle{
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .checkout-index-index .page-header .header.content{
    flex-flow: row;
  }
}








#checkout-step-payment .payment-method:last-child .payment-method-content{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

#checkout-step-payment .payment-method:not(._active) .payment-method-content{
  display: none!important;
}
/*
#checkout-step-payment .payment-method:last-child .payment-method-content .messages{
  flex-basis: 100%;
}

#checkout-step-payment .payment-method:last-child .payment-method-content .messages{
  flex-basis: 100%;
}

#checkout-step-payment .payment-method:last-child .payment-method-content .payment-method-billing-address{
  flex-basis: 48%;
}
*/
#checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form{
  flex-basis: 75%;
  margin-left: 4%;
}

#checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form .credit-card-types{
  padding-left: 0;
}

#checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form .credit-card-types li{
  width: auto;
  float: initial;
  padding: 0 10px;
}

#checkout-step-payment .payment-method:last-child .payment-method-content .actions-toolbar{
  flex-basis: 100%;
  padding-right: 1em;
}

#checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form .fieldset>.field,
#checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form .fieldset>.fields>.field{
  min-height: 30px;
}

@media only screen and (max-width: 900px){
  #checkout-step-payment .payment-method:last-child .payment-method-content #anet_creditcard-form .credit-card-types li{
    padding: 0;
  }
}



#messageBox #product-addtocart-button{
  display: initial;
}


.category-footer{
  position: relative;
  background: #faf8f8;
  width: 100vw;
  left: -20px;
  padding: 20px;
}
.category-footer h2{
  font-size: 1.2em;
  font-weight: bold;
}




.fotorama__arr--prev, .fotorama__arr--next{
  display: none!important;
}




.follow-us-newsletter-top-us a{
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align:  center;
  padding-top: 8px;
  margin: 7px 15px 7px 0;
}

.follow-us-newsletter-top-us a i{
  font-size:  1.2em;
  margin: 0;
}





.opc-block-summary .product-item .product-item-inner{
  margin: 0;
}

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

.minicart-items .product.options .toggle{
  /* display: none; */
}

.minicart-items .product.options .content{
  /* display: initial!important; */
}







@media only screen and (max-width: 767px) {
  .page-layout-1column .product.media{
    width: 100%;
  }
  .fotorama{
    padding-bottom: 26px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top: -97px;
  }
}

@media only screen and (max-width: 550px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top: -80px;
  }
}

@media only screen and (max-width: 500px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top: 0;
  }
}

@media only screen and (max-width: 400px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top: 20px;
  }
}




.contact-index-index .fc-row{
  width: 100%;
}





.category-description.second-category-description {
  /* max-width: 1280px; */
}
@media only screen and (min-width: 767px) {
  .category-description.second-category-description {
    width: calc(88vw - 2%);
    margin-left: calc(-20.83333333% - 6vw);
  }
}

@media only screen and (max-width: 1000px) {
  .category-description.second-category-description {
    width: calc(88vw - 6%);
    margin-left: calc(-20.83333333% - 6vw);
  }
}

@media only screen and (max-width: 767px) {
  .category-description.second-category-description {
    width: 86vw;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .four-videos-simple .fc-row {
    display: flex;
    flex-flow: wrap;
  }

  .four-videos-simple .twelve.fc-columns{
    width: 100%!important;
  }
  .four-videos-simple .three.fc-columns.mobile-only-section iframe{
    width: 100%
  }
}


.products.wrapper.robert.grid.products-grid{
  min-height: 20em;
}



@media only screen and (min-width: 480px) {
  a.gh_logo img{
    width: 100px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
  a.gh_logo img{
    margin: 0 auto;
    display: block;
  }
}

.customer-group-0 .price-including-tax::before{
  content: none;
}



@media only screen and (max-width: 380px) {
  .fc-home-banner.is-mobile.us-only h2 {
    /* margin: 22% 0!important; */
  }
  .block-holder h2{
    /* margin-top: 5em; */
  }
}



@media only screen and (max-width: 330px) {
  .fc-home-banner.is-mobile.us-only h2 {
    margin: 4% 0 0!important;
  }
}





.filter-title strong{
  top: -30px;
  color: #fff;
  background: rgba(39,163,165,.8);
  padding: 10px 40px;
  border: 1px solid #fff;
  text-transform: uppercase;
  line-height: 0.8em;
}


@media only screen and (max-width: 767px) {
  .fc-row.three-column-info.resp-accordion {
    display: block;
  }
}







.post-content p iframe{
  display: block;
  margin: 0 auto;
}







.fc-home-banner.bf.is-desktop.us-only{
  padding-bottom: 21%;
  margin-top:2em;
}

.fc-home-banner.bf.is-tablet.us-only .half-bottom{
  width:100%;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .fc-home-banner.bf.is-mobile.us-only{
    display: none;
  }
  .fc-home-banner.bf.is-tablet.us-only{
    display: block;
    margin-top: 1em;
  }
  .fc-home-banner.bf.is-tablet.us-only .half-bottom{
    /* min-height: 220px; */
    background-repeat: no-repeat;
    padding-bottom: 36%;
  }
  .catalogsearch-result-index #maincontent{
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .fc-home-banner.bf.is-tablet.us-only{
    display: none;
  }
}


@media only screen and (max-width: 480px) {
  .fc-home-banner.bf.is-tablet.us-only{
    display: none;
  }
  .fc-home-banner.bf.is-mobile.us-only{
    display: block;
    margin-top: 1em;
  }
}


.alt-benefits-bar ul .slick-track .slick-slide li>*{
  display: inline-flex;
  align-items: flex-start;
  flex-flow: column;
  vertical-align: middle;
  margin-right: 10px;
}
.alt-benefits-bar ul .slick-track .slick-slide li>span{
  font-size: 1.6rem;
}

.header.panel > .header.links li:nth-of-type(3):after {
  content: '|';
  display: inline-block;
  margin: 0 -5px 0 5px;
}

.cms-b2b-solutions ..page-main{
  padding-bottom: 0;
}
.cms-b2b-solutions ..page-main .columns .column.main{
  padding-bottom: 0;
}

.cms-b2b-solutions h2{
  text-align: left;
  margin: 0.5em 0;
}


.page-layout-colour-charts-2columns-left ol.product-items{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.page-layout-colour-charts-2columns-left ol.product-items h4,
.page-layout-colour-charts-2columns-left ol.product-items h3,
.page-layout-colour-charts-2columns-left ol.product-items h2,
.page-layout-colour-charts-2columns-left .extra-description h4,
.page-layout-colour-charts-2columns-left .extra-description h3,
.page-layout-colour-charts-2columns-left .extra-description h2{
  width: 100%;
  margin-left: 1%;
  font-size: 1.4em;
  color: #6c3516;
  border-top: solid 1px #ddd;
  padding-top: 20px;
  text-align: left;
}
.page-layout-colour-charts-2columns-left .extra-description h4,
.page-layout-colour-charts-2columns-left .extra-description h3,
.page-layout-colour-charts-2columns-left .extra-description h2{
  margin-left: 0;
}
.page-layout-colour-charts-2columns-left h2.added{
  margin-bottom: -20px
}

.page-layout-colour-charts-2columns-left ol.product-items h4:first-of-type,
.page-layout-colour-charts-2columns-left ol.product-items h3:first-of-type,
.page-layout-colour-charts-2columns-left ol.product-items h2:first-of-type{
  border-top: 0;
}

.page-layout-colour-charts-2columns-left ol.product-items .product-item{
  width: 18%!important;
  min-width: 92px;
  margin: 0 1%!important;
  height: auto!important;
  border-bottom:  0;
  padding-bottom:  40px;
}

.page-layout-colour-charts-2columns-left ol.product-items .product-item > div{
  display: block;
  text-align: center
}

.page-layout-colour-charts-2columns-left ol.product-items .product-item .product-item-details{
  margin-left: 0;
  margin-top: -10px;
}

.page-layout-colour-charts-2columns-left .products-grid .product-image-container{
  height: auto!important;
}


.page-layout-colour-charts-2columns-left .modal-content{
  overflow-x: hidden;
}

.page-layout-colour-charts-2columns-left .modal-content ol.product-items{
  align-content: space-around;
}

.page-layout-colour-charts-2columns-left .modal-content ol.product-items .product-item{
  min-width: 200px;
  margin: 0 auto!important;
}





.cms-franchise-opportunities .video{
  text-align: center;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.cms-franchise-opportunities .video > iframe{
  width: 100%;
  max-width: 848px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-franchise-opportunities .img-fr{
  margin: 0;
  margin-right: 15px;
  float: left;
  max-width: 320px;
  width: 100%;
  min-width: 280px;
}


.contact-four-column{
  padding: 15px;
}

.contact-four-column .four-columns{
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.contact-four-column .four-columns .four-column{
  margin: 0 1%;
  width: 23%;
}

body.nl.fc_nl .contact-four-column .four-columns .four-column{
  width: 31%;
}

body.fr.fc_fr .contact-four-column .four-columns .four-column{
  width: 31%;
}

.contact-four-column .four-columns .four-column h2{
  text-align: left;
}

@media only screen and (max-width: 850px) {
  .contact-four-column .four-columns .four-column{
    margin: 0 3%;
    width: 44%;
  }
  .contact-four-column .four-columns .four-column:first-child {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 550px) {
  .contact-four-column .four-columns .four-column{
    margin: 0 0 1em;
    width: 100%;
  }
}





.video-guides{
  display: flex;
  flex-wrap: wrap;
}

.video-item{
  width: 46%;
  margin: 0 2% 1em;
  min-width: 280px;
  border-bottom: solid 1px #ddd;
}

.video-item:nth-last-child(-n+2){
  border-bottom: 0;
  margin-bottom: 0;
}

.video-item .video-modal-button{
  position: relative;
  display: block;
  width: 100%;
}
.video-item .ytp-play-button{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  z-index: 63;
}
#video-modal{
  width: 100%;
}
#video-modal .video-modal-wrapper{

}
#video-modal .video-modal-wrapper .ytv{
  width: 100%;
}

.video-item h2{
  font-size: 1.2em;
  margin-bottom: 0.3em;
  text-align: left;
}
.video-item p{
  margin-bottom: 0.3em;
}
.video-item ul, .video-item ol{
  margin-bottom: 0.3em;
}
.video-item li{
  margin: 0;
}

.video-item p:last-child{
  /* position: absolute; */
  bottom: 0;
  margin-top: 1.5em;
}

@media only screen and (max-width: 670px) {
  .video-item{
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
  }
  .video-item:nth-last-child(-n+2){
    border-bottom: solid 1px #ddd;
    margin-bottom: 1em;
  }
  .video-item:nth-last-child(-n+1){
    border-bottom: 0;
    margin-bottom: 0;
  }
}





.confirmBox img.product-image-photo{
  max-height: none;
}

.six.fc-columns.footer-left-logo img{
  max-height: none;
}



.opc-block-summary > .title{
  font-weight: bold;
  font-size: 2.2rem;
}

.opc-block-summary .grand.totals.incl .amount .price{
  font-weight: bold;
}

.page-layout-checkout.default.base .opc-block-summary .data.table.table-totals .totals.shipping.excl{
  display: none;
}

#preshipping-login-message{
  margin-top: 28px;
  box-shadow: 0 0 3px 1px #e1a35a;
  padding: 1em;
}

#preshipping-login-message p:last-child{
  margin-bottom: 0;
}

body.fc_us #preshipping-login-message {
  display: none;
}

.content-with-diagrams figure{
  float: right;
  max-width: 225px;
  margin-left: 1em;
}

.content-with-diagrams hr{
  clear: both;
}

.content-with-diagrams img.large-image.zoomable{
  height: auto;
}




/* Magazine Articles */

.attribute.magazine_articles img{
  max-width: none;
}

figure.press-figure {
  flex: 30%;
}

.press-image-set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

figcaption {
  max-width: 400px;
  margin: 0 auto;
}


/* Quick Order */

.quickod-wrapper{
  font-family: inherit;
}

.quickod-wrapper.quickod-main-page  .instantsearch{
  height: auto;
}

.instantsearch>p{
  margin: 1em;
}

.quickod-wrapper.quickod-main-page  .instantsearch #instantsearch-area input[type="text"] {
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important;
  box-shadow: 0 0 3px 1px #e1a35a;
  background-image: none;
}

.columns .column.main ul.qod_list_item{
  padding: 0;
  float: none;
}

.columns .column.main ul.qod_list_item li{
  width: 100%;
  float: none;
  padding: 0;
}

.headlist-title{
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}

.qod_list_item .image-product img{
  max-width: 100px;
  max-height: 140px;
  height: 100%;
  width: 100%;
}

.quickod-productlist #title-product{
  width: 68%;
}

.quickod-productlist .render-wraper{
  max-height: none;
}

.qod-product-item .item-product{
  width: 65%;
}
.qod-product-item .item-product .product-name{
  color: #6c3516;
  font-weight: bold;
  font-size: 1em;
}

.qod-product-item .item-product .custom-options-handle{
  color: #6c3516!important;
  font-size: 0.8em;
}
.qod-product-item .item-product .custom-options-wrapper{
  width: 50%;
  float: right;
}

#item-qty #action-qty{
  width: 100%;
}

.headlist-title #title-action{
  display: none;
}

.qod-product-item #item-action{
  line-height: normal;
}


.qod-product-item #item-action:before{
  display: block;
  content: "action: ";
}

.qod-product-item #item-action>span>span{
  margin-left: 0;
}

.qod-product-item #item-action{
  float: right;
}


.temporary_message{
  margin: 0 1em;
  padding: 0 1em;
}

.qod-product-item .item-product .name-option{
  margin-top: 15px;
}


@media only screen and (min-width: 480px) {
  .quickod-productlist #title-product {
    width: 62%;
  }
  .qod-product-item #item-qty {
    width: 16%;
  }
}

@media only screen and (min-width: 520px) {
  .quickod-productlist #title-product {
    width: 20%;
  }
  .qod-product-item .item-product {
    width: 20%;
  }
  #title-qty {
    width: 25%;
  }
  .qod-product-item #item-qty {
    width: 25%;
  }
  #item-qty #action-qty span{
    margin-left: 0;
  }
}

@media only screen and (min-width: 600px) {
  .quickod-productlist #title-product{
    width: 38%;
  }
  .qod-product-item .item-product{
    width: 38%;
  }
  .quickod-productlist #title-sku {
       width: 15%;
     }
  .qod-product-item .item-sku {
    width: 15%;
  }
  .qod-product-item #item-action > span > span {
    display: none;
  }
  .headlist-title #title-action{
    display: block;
  }
  .qod-product-item #item-action:before{
    display: none;
  }
  .qod-product-item #item-action>span{
    min-width: 92px;
    display: block;
    text-align: center;
    margin: 0.5em auto;
    padding: 5px 0;
  }

  #title-qty {
    width: 20%;
  }

  .qod-product-item #item-qty {
    width: 20%;
  }

  .qod-product-item #item-action > span#duplicate-item:after {
    display: block;
    content: "Copy Item";
  }

  .qod-product-item #item-action > span#delete-item:after {
    display: block;
    content: "Remove Item";
  }

  .qod-product-item #item-action{
    float: left;
  }
}

.qod-product-item #item-action br{
  line-height: 10px;
}

@media only screen and (min-width: 768px) {
  .quickod-productlist #title-product{
    width: 35%;
  }
  .qod-product-item .item-product{
    width: 35%;
  }
  .quickod-productlist #title-sku {
       width: 15%;
     }
  .qod-product-item .item-sku {
    width: 15%;
  }
}

@media only screen and (min-width: 1200px) {
  .quickod-productlist #title-product{
    width: 30%;
  }
  .qod-product-item .item-product{
    width: 30%;
  }
}

/* New Newsletter Popups and Form */
.newsletter.popup{
  position: relative;

  width: 850px;
  height: 394px;
  margin: 0 auto;

  line-height: 1.3em;
  font-size: 0.9em;
}
.newsletter.popup .background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.newsletter.popup .foreground{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 44%;
  padding: 30px;
  color: #000;
}
.newsletter.popup .foreground h2{
  font-weight: bold;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  text-align: left;
}
.newsletter.popup .foreground hr{
  width: 20px;
  border: 2px solid #e1a35a;
  border-top: 1px;
  margin: 10px;
  margin-left: 0;
}
.newsletter.popup .foreground .feature{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
}

.newsletter.popup .foreground .feature.highlight{
  color: #000;
  padding-left: 50px;
}

.newsletter.popup .foreground p.smallprint{
  font-size: 0.75em;
  line-height: 1.3em;
}
.newsletter.popup .foreground a, .newsletter.popup .foreground p.heighlight{
  color: #6c3516;
}
.newsletter.popup .foreground p{
  margin-bottom: 0.5em;
}

.newsletter.popup .foreground #furnitureclinic_newsletter_form{
  padding: 5px 0 35px;
}

.newsletter.popup .foreground #furnitureclinic_newsletter_form #popup_newsletter_email{
  text-transform: none!important;
  width: 80%;
}
.newsletter.popup .foreground #furnitureclinic_newsletter_form button{
  background-color: transparent!important;
  border: solid 3px #000;
  margin-left: 5px;
  border-radius: 0;
  color: #000;
}
.newsletter.popup .foreground #furnitureclinic_newsletter_form button:active, .newsletter.popup .foreground #furnitureclinic_newsletter_form button:hover{
  background-color: transparent!important;
}

.newsletter.popup .foreground #popup_newsletter_email::-webkit-input-placeholder { /* Edge */
  color: #000;
  font-weight: bold;
  text-transform: none;
}
.newsletter.popup .foreground #popup_newsletter_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  font-weight: bold;
  text-transform: none;
}
.newsletter.popup .foreground #popup_newsletter_email::placeholder {
  color: #000;
  font-weight: bold;
  text-transform: none;
}
@media screen and (max-width: 992px){
  #wpn-lightbox-content{
    padding: 0;
    overflow: hidden;
  }
  .newsletter.popup{
    width: 100%;
    overflow: auto;
  }
  .block-static-block .newsletter.popup{
    height: auto;
  }
  .newsletter.popup .background, .newsletter.popup .foreground{
    position: static;
  }
  .newsletter.popup .background .desktop{
    display: none!important;
  }
  .newsletter.popup .background .mobile{
    max-height: none;
  }
  .newsletter.popup .foreground{
    color: #fff;
    right: 0;
  }
  .newsletter.popup .foreground h2{
    color: #fff;
  }
  .newsletter.popup .foreground .feature.highlight{
    color: #fff;
    padding-left: 0;
  }
  #newsletter-popup-modal #furnitureclinic_newsletter_form #popup_newsletter_email {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter.popup .foreground #furnitureclinic_newsletter_form button{
    margin-left: 0;
    margin-top: 5px;
    background-color: rgba(255,255,255,1)!important;
  }

  .newsletter.popup .foreground #furnitureclinic_newsletter_form button:active, .newsletter.popup .foreground #furnitureclinic_newsletter_form button:hover{
    background-color: rgba(255,255,255,1)!important;
  }

  .newsletter.popup .foreground a{
    color: #e1a35a;
  }
}
@media screen and (min-width: 993px){
  .newsletter.popup .background .mobile{
    display: none;
  }
}

.fc-newsletter-modal {
  pointer-events: none;
  touch-action: none;
}
.fc-newsletter-modal .modal-inner-wrap{
  background: transparent;
  box-shadow: none;
  max-width: 850px;
  overflow: hidden;
}
.fc-newsletter-modal .modal-header, .fc-newsletter-modal .modal-content, .fc-newsletter-modal .modal-footer{
  padding: 0;
}
.fc-newsletter-modal .newsletter.popup {
  margin: 0 auto;
}
.fc-newsletter-modal .modal-header{
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 903;
}
.fc-newsletter-modal .action-close:before{
  color: #fff;
}
.fc-newsletter-modal .action-close:hover:before{
  color: #fff;
}
.fc-newsletter-confirmed-modal {
  pointer-events: none;
  touch-action: none;
}
.fc-newsletter-confirmed-modal .modal-inner-wrap{
  background: transparent;
  box-shadow: none;
  max-width: 850px;
  overflow: hidden;
}
.fc-newsletter-confirmed-modal .modal-header, .fc-newsletter-confirmed-modal .modal-content, .fc-newsletter-confirmed-modal .modal-footer{
  padding: 0;
}
.fc-newsletter-confirmed-modal .newsletter.popup {
  margin: 0 auto;
}
.fc-newsletter-confirmed-modal .modal-header{
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 903;
}
.fc-newsletter-confirmed-modal .action-close:before{
  color: #fff;
}
.fc-newsletter-confirmed-modal .action-close:hover:before{
  color: #fff;
}











#maincontent > div.columns > div.column.main > div.order-products-toolbar.toolbar.bottom > div > div.limiter{
  margin-top: 2em;
}





html.ie11, html.ie11 body { height:auto!important; }
html.ie11 #confirmBox .basket-popup-left .am-photo-container .product-image-photo{
  position: relative;
  margin-left: -25px;
}


html.ie11 .cart.table-wrapper .product-image-wrapper .product-image-photo{
  width: 100px;
}

html.ie11 .cart.table-wrapper .product-item-details{
  margin-left: 50px;
}





body .sly-old-price-updated{
    display: none!important;
}

body.customer-group-0 .sly-old-price-updated,
body.customer-group-1 .sly-old-price-updated{
    display: block!important;
}

body.page-layout-checkout .minicart-items-wrapper .price-including-tax::before{
    display: none;
}



























/* 2021 New Theme CSS */

/* General */

.page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .checkout-cart-index .page-main{
  max-width: none;
  margin: 0;
  padding: 0 6vw;
}

.page-layout-checkout header.page-header{
  min-height: 100px;
}

.page-layout-checkout header.page-header .header.content{
  max-width: none;
}

.header.content .logo{
  display: block;
  float: none;
  width: 33vw;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 33vw;
}
.header.content .logo img {
  width: auto;
  height: auto;
}

.page-layout-checkout header.page-header .header.content .logo{
  left: 6vw;
}

@media only screen and (max-width: 830px) {
  .page-layout-checkout header.page-header{
    min-height: 130px;
  }
  .page-layout-checkout header.page-header .header.content .logo{
    left: 6vw;
  }
  .page-header .header.content .logo .mobile {
    display: block!important;
  }
  .page-header .header.content .logo .desktop{
    display: none!important;
  }
}

@media only screen and (min-width: 831px) {
  .page-header .header.content .logo .mobile {
    display: none!important;
  }
  .page-header .header.content .logo .desktop{
    display: block!important;
  }
}

@media only screen and (max-width: 768px) {
  .page-layout-checkout header.page-header .header.content .logo{
    top: 3vw;
  }
}




.cart-paypal-icon .payment-logos{
  /* background: #50362a; */
  padding: 1vw;
  padding-bottom: 0;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-paypal-icon .payment-logos img:first-of-type,
.cart-paypal-icon .payment-logos img:last-of-type,
.cart-paypal-icon .payment-logos img:nth-last-of-type(2){
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
}

.cart-paypal-icon .payment-logos img{
  max-height: 20px;
  margin: 0 0.5vw;
  margin-bottom: 1vw;
}
.cart-paypal-icon .payment-logos img.small {
  min-height: 40px;
}
@media only screen and (max-width: 768px){
  .checkout-cart-index .trust-pilot-slider-section {
    clear:  both;
    padding: 3vw 0;
    margin-top: 0;
  }
}









/* Header  */

.page-header .header.panel .trustpilot-widget{
  max-width: 430px;
  width: 55vw;
  margin: 5px auto;
}

.page-header .header.panel,
.header.content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 6vw!important;
  padding-right: 6vw!important;
  max-height: 145px;
}
.page-header .header.panel{
  background-color: #fdf6ee;
}
.page-header .header.panel{
  position: relative;
}
.lang-bar-holder{
  height: 24px;
  width: 5vw;
  min-width: 65px;
  overflow: hidden;
  background-color: #fdf6ee;
  border: solid 0 #e5e5e5;
  position: absolute;
  left: 6vw;
  z-index: 400;
  margin: 0;
}
.lang-bar-holder.changing{
  width: 260px;
  border: solid 2px #e5e5e5;
  padding: 10px;
  margin-top: -12px;
  margin-left: -12px;
}
.lang-bar-holder.active{
  height: 296px;
  width: 260px;
  overflow: auto;
  border: solid 2px #e5e5e5;
  padding: 10px;
  margin-top: -12px;
  margin-left: -12px;
  background-color: #fbeddf;
}
.lang-bar-holder a, .lang-bar-holder .selected{
  display: flex;
  align-content: center;
  justify-content: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.lang-bar-holder a:hover{
  background-color: #fdf6ee;
}
.lang-bar-holder a:after{
  content: attr(title);
  display: inline-block;
  color: #50362a;
  height: 100%;
  font-size: 14px;
  padding-left: 1em;
}
.lang-bar-holder .selected:after{
  content: ' ';
  display: inline-block;
  margin-left: 0.5vw;
  color: #50362a;
  background-image: url('/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/select-bg.svg');
  background-repeat: no-repeat;
  width: 29px;
  height: 35px;
  margin-top: -19px;
}
.lang-bar-holder.active .selected:after{
  content: '> Please select your site';
  font-weight: 500;
  width: auto;
  height: auto;
  margin-top: -2px;
  margin-left: 14px;
  background-image: none;
}

.fc-account-extra{
  position: absolute;
  z-index: 150;
  right: 6vw;
  top: 7px;
  margin-right: 43px;
  line-height: 40px;
  text-align: right;
}
.fc-account-extra ul{
  list-style-type: none;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}
.fc-account-extra ul li{
  padding: 0 10px;
  font-weight: bold;
  color: #50362a;
  margin: 0;
}
.fc-account-extra ul li:first-of-type{
  z-index: 250;
}
.fc-account-extra ul li:last-of-type:after{
  content: '|';
  display: inline-block;
  margin: 0 -5px 0 10px;
  color: #f3cda5;
}
.fc-account-extra ul li a{
  color: #50362a;
}


.header.panel > .header.links.main{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 6vw;
  width: 43px;
  height: 43px;
  z-index: 200;
  background-color: #fdf6ee;
  margin-top: -5px;
  border: solid 0 #e5e5e5;
}
.header.panel > .header.links.main.active{
  min-width: 170px;
  height: auto;
  border-width: 2px;
  padding: 10px;
  margin-top: -17px;
  margin-right: -12px;
  background-color: #fbeddf;
}
.header.panel > .header.links.main > li{
  margin: 5px 0;
  width: 100%;
  text-align: right;
  order: 5;
  text-transform: none;
}
.header.panel > .header.links.main > li a{
  display: block;
  width: 100%;
  color: #50362a;
  text-transform: none;
}
.header.panel > .header.links.main > li:hover{
  background-color: #fdf6ee;
}
.header.panel > .header.links.main .fc-menu-header{
  cursor: pointer;
  order: 1;
  margin-top: 0;
}
.header.panel > .header.links.main .fc-menu-header img.mobile{
  display: none;
}
.header.panel > .header.links.main .fc-menu-header img.desktop{
  display: block;
  margin-left: auto;
}
.header.panel > .header.links.main.active .fc-menu-header:before{
  content: attr(title);
  margin-right: 10px;
  line-height: 40px;
  display: inline-block;
  top: 13px;
  position: absolute;
  right: 47px;
  font-weight: bold;
}
.header.panel > .header.links.main.active.closing .fc-menu-header:before{
  display: none;
}
.header.panel > .header.links.main .fc-menu-header:hover{
  background-color: transparent;
}
.header.panel > .header.links.main > li:nth-child(4){
  order: 2;
}
.header.panel > .header.links.main > li.authorization-link{
  order: 10;
}
.header.panel > .header.links.main > li:nth-child(n+2){
  display: none;
}
.header.panel > .header.links.main.active > li:nth-child(n+2){
  display: block;
}
.header.panel > .header.links.main > li.authorization-link:after,
.header.panel > .header.links.main li:nth-of-type(3):after{
  display: none;
}
.header.panel > .header.links .customer-menu{
  width: 100%;
}
.header.panel > .header.links .customer-menu ul,
.header.panel > .header.links .customer-menu a{
  min-width: 100%;
}
.header.panel > .header.links ul,
.header.panel > .header.links ul li,
.header.panel > .header.links ul li a{
  margin: 0!important;
  padding: 0!important;
  text-align: right;
  float: none!important;
}
.header.panel > .header.links ul .authorization-link{
  display: none;
}

.header.content{
  display: block;
  position: relative;
  height: 5.5vw;
}

.header.content .block.block-search {
  float: none;
  min-width: 100px;
  max-width: none;
  margin: 0;
  padding: 0;
  order: 3;
  width: 20vw;
  flex: none;
  z-index: 300;
}

.header.content .block.block-search input{
  box-shadow: none;
  color: #50362a;
  border-bottom: solid 3px #f3cda5!important;
}
.header.content .block.block-search .label:before,
.header.content .block.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #f3cda5!important;
  content: '\e615';
  font-family: "luma-icons";
  margin: 0 -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header.content .block.block-search .search-autocomplete{
  margin-top: 0;
}
.header.content .block.block-search .search-autocomplete ul:not(:empty){
  background: #fbeddf;
  border: 2px solid #e5e5e5;
  border-top: 0;
}
.header.content .block.block-search .search-autocomplete ul li{
  border-top: 2px solid #e5e5e5;
}
.header.content .block.block-search .search-autocomplete ul li:hover,
.header.content .block.block-search .search-autocomplete ul li.selected {
  background: #fdf6ee;
  color: #50362a;
}
.header.content .block.block-search .search-autocomplete ul li>span{
  color: #50362a;
}
.header.content .minicart-wrapper{
  float: none;
  margin: 0;
  order: 12;
  margin-left: calc(20vw - 35px);
}
.header.content .minicart-wrapper .action.showcart{
  background-image: url('/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/basket.png');
}
.header.content .minicart-wrapper .action.showcart .counter.qty{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  border: solid 1px #fff;
  margin: 0;
}

.header.content .minicart-wrapper .block-minicart{
  z-index: 300;
}
.minicart-wrapper .block-minicart:before{
  border-color: transparent transparent #fff transparent;
}
.minicart-items .action.edit:before, .minicart-items .action.delete:before{
  color: #50362a;
}
#minicart-content-wrapper .actions .secondary a span {
  background: transparent;
  color: #50362a;
  border: solid 3px #50362a;
  padding: 10px 30px;
}
#minicart-content-wrapper .actions .secondary a:hover span {
  background: transparent;
}

#minicart-content-wrapper li.item.product.product{
  padding: 10px;
  background-color: #fff;
}

/* Flex Header Experiment */
/* Comment out below to show Floating and Centres */
.page-header .header.panel{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header .header.panel:before, .page-header .header.panel:after{
  display: none;
}
.page-header .header.panel .action.skip.contentarea{
  width: calc(20vw + 50px);
  min-width: 65px;
  position: static;
  order: 0;
}
.page-header .header.panel > .header.links.main{
  position: absolute;
  order: 12;
  margin-left: 0;
  top: 12px;
  z-index: 400;
}
.page-header .header.panel .lang-bar-holder{
  position: absolute;
  left: 6vw;
  z-index: 400;
  order: 3;
  top: 20px;
}
.page-header .header.panel .trustpilot-widget {
  margin: 0;
  order: 6;
}
.page-header .header.panel .fc-account-extra {
  position: static;
  margin-right: 50px;
  order: 9;
  width: 20vw;
}
.page-header .header.panel .fc-account-extra ul{
  margin-bottom: 0;
}

.page-header .header.content{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.page-header .header.content .logo {
  position: static;
  top: 0;
  left: 0;
  order: 6;
}




/*  STOP EXPERIMENT  */

#store\.menu{
  background-color: #50362a;
  color: #fff;
  border-bottom: solid 6px #eaa45d;
}
.sections.nav-sections{
  z-index: 200;
}
.navigation .level0 > .level-top, .navigation a:visited, .alink:visited{
  text-transform: none;
}
.sections.nav-sections nav.navigation{
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 6vw;
  background-color: #50362a;
  color: #fff;
}
.sections.nav-sections nav.navigation>ul{
  margin: 0 auto!important;
  align-items: center;
  justify-content: space-between;
}
.sections.nav-sections nav.navigation>ul>li{
  margin: 0!important;
}
.sections.nav-sections nav.navigation>ul>li>a{
  margin: 0!important;
  padding: 15px 0!important;
}
.sections.nav-sections nav.navigation .submenu{
  background-color: #50362a;
  color: #fff;
}

@media only screen and (min-width: 767px) {
  .sections.nav-sections nav.navigation .submenu a,
  .sections.nav-sections nav.navigation .submenu a:visited,
  .sections.nav-sections nav.navigation .submenu a:active,
  .sections.nav-sections nav.navigation .submenu a:hover {
    color: #fff!important;
  }
}

.breadcrumbs{
  margin: 0 6vw;
  padding: 0;
  color: #50362a;
  min-height: 40px;
}
.breadcrumbs .items, .breadcrumbs .items *{
  color: inherit!important;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 40px;
}
.breadcrumbs .item:not(:last-child)::after{
  color: #f3cda5!important;
  font-size: 16px;
  margin: 0;
  padding: 0 5px;
  content: "|";
  font-weight: bold;
  line-height: 40px;
  font-family: inherit;
}

@media only screen and (max-width: 1800px) {
  .sections.nav-sections nav.navigation{
    /* margin: 0 6vw; */
  }
}

@media only screen and (max-width: 1000px) {
  .page-header .header.panel .action.skip.contentarea{
    width: calc(15vw + 50px);
  }
  .page-header .header.panel .fc-account-extra {
    width: 18vw;
  }
  .fc-account-extra ul{
    flex-direction: column;
    line-height: 1.2em;
  }
  .fc-account-extra ul li:last-of-type:after{
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .header.content{
    height: 100px;
  }
  .header.content .logo{
    width: 119px;
    margin: 0;
  }
  .header.content .minicart-wrapper {
    width: 4vw;
    height: 4vw;
    right: auto;
    min-height: 30px;
    min-width: 30px;
  }
  .header.content .minicart-wrapper .action.showcart {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .page-header{
    height: auto!important;
  }
  .page-header .panel.wrapper{
    display: block!important;
  }
  .page-header .header.panel{
    height: 40px;
  }
  .page-header .header.panel .lang-bar-holder{
    top: 10px;
  }
  .nav-open .page-header .header.panel .lang-bar-holder {
    position: fixed;
    top: 10px;
    left: auto;
    right: 21vw;
    z-index: 2000;
    display: block;
  }
  .page-header .header.panel .trustpilot-widget{
    max-width: none;
    width: 90vw;
  }
  .page-header .header.panel > .header.links.main{
    top: 82px;
    right: calc(24vw + 6vw - 55px);
    width: 7vw;
    height: 7vw;
    min-height: 40px;
    min-width: 40px;
    background-color: #fff;
  }
  .header.panel > .header.links.main.active {
    margin-right: 8px;
    height: 204px;
    background-color: rgb(251, 237, 223);
    min-width: 150px;
  }
  .panel.header .links, .panel.header .switcher{
    display: block;
  }
  .header.panel > .header.links.main .fc-menu-header{
    margin-top: 8px;
  }
  .header.panel > .header.links.main .fc-menu-header img.mobile{
    display: block;
  }
  .header.panel > .header.links.main .fc-menu-header img.desktop{
    display: none;
  }
  .page-header .header.panel > .header.links.main img{
    width: 4vw;
    min-height: 30px;
    min-width: 30px;
    margin-left: auto;
  }
  .page-header .header.panel .fc-account-extra{
    margin-right: 0;
  }
  .page-header .header.panel .fc-account-extra ul li:first-of-type{
    display: none;
  }
  .header.content{
    padding: 1vw 6vw;
    height: 120px;
  }
  .header.content:after{
    content: ' ';
    display: block!important;
    order: 10;
    width: 43px;
    height: 43px;
  }
  .header.content .action.nav-toggle{
    display: block;
    position: static;
    background-image: url('/pub/static/frontend/urbanriver/urbanclinic/en_GB/images/menu.png');
    width: 5vw;
    height: 5vw;
    min-height: 35px;
    min-width: 35px;
    background-size: cover;
  }
  .header.content .action.nav-toggle:before{
    display: none;
  }
  .nav-open .nav-toggle:before{
    display: block!important;
    position: fixed;
    top: 10px;
    right: 17px;
    font-size: 20px;
    color: #fff;
    z-index: 500;
    content: '\e616';
    font-family: "luma-icons";
  }
  .page-header .header.content.search{
    margin-bottom: 40px;
  }
  .header.content .block.block-search{
    width: 40px;
    max-width: 40px;
    height: 25px;
    min-width: auto;
  }
  .header.content .block.block-search .toggle:before{
    content: '\e615';
    font-family: "luma-icons";
    font-size: 30px;
    color: #50362a;
    display: block;
  }
  .header.content .block.block-search.active .toggle:after{
    content: 'Close Search';
    font-size: 1em;
    color: #50362a;
    margin-top: -35px;
    margin-left: 35px;
    line-height: 2em;
    display: block;
  }
  .page-header .header.content.search{
  }
  .page-header .header.content .block.block-search .label,
  .page-header .header.content .block.block-search .control{
    display: none;
  }
  .page-header .header.content.search .block.block-search .label{
    position: absolute;
    right: 6vw;
    top: 115px;
    display: block;
    z-index: 200;
  }
  .page-header .header.content.search .block.block-search .control{
    position: absolute;
    top: 116px;
    width: auto;
    left: 6vw;
    right: 6vw;
    display: block;
    min-height: 43px;
  }
  .page-header .header.content .block.block-search #search_mini_form{
    border: none;
  }
  .page-header .header.content.search .block.block-search .control input[type="text"]#search{
    box-shadow: none;
    border-bottom: solid 3px #f3cda5!important;
  }


  #store\.menu{
    background-color: #fff;
    color: #000;
    border-bottom: none;
  }
  .sections.nav-sections nav.navigation{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
  }
  .sections.nav-sections nav.navigation>ul{
  }
  .sections.nav-sections nav.navigation>ul>li{
  }
  .sections.nav-sections nav.navigation>ul>li>a{
    background-color: #fff;
    color: #000;
  }
  .sections.nav-sections nav.navigation .submenu{
    display: block;
    background-color: #fff;
    color: #000;
  }
  .nav-sections-item-title{
    background-color: #fbeddf;
  }
  .nav-sections-item-title.active{
    background: #fdf6ee;
  }
  .nav-sections-item-title a{
    color: #50362a;
    font-weight: bold;
  }
  .nav-sections-item-title.active a {
    color: #50362a;
    font-weight: bold;
  }
  .nav-sections .header.links li.fc-menu-header{
    display: none;
  }


  .header.content .logo img {
    height: 98px;
    margin: 0 auto;
    max-width: none;
  }
  .header.content .minicart-wrapper{
    position: static;
    margin-left: 0;
  }
  .header.content .minicart-wrapper .action.showcart{
    margin: 0;
  }
}

@media only screen and (max-width: 635px) {
  .page-header .header.panel .fc-account-extra{
    display: none;
  }
  .header.content .logo img {
    /* height: 17vw; */
  }
}

@media only screen and (max-width: 570px) {
  .page-header .header.panel .lang-bar-holder{
    display: none;
  }
  .nav-open .page-header .header.panel .lang-bar-holder {
    position: fixed;
    top: 10px;
    left: auto;
    right: 21vw;
    z-index: 2000;
    display: block;
  }
  .page-header .header.panel .action.skip.contentarea{
    width: 0;
    min-width: 0;
  }
  .header.content .logo img {
    /* height: 20vw; */
  }
}

@media only screen and (max-width: 450px) {
  .header.content .logo{
    width: 90px;
  }
  .header.content .logo img {
    height: 75px;
  }
}









/* Messages */
.fc-new.temporary_message{
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 3vw minmax(40px, 1vw) minmax(70px, 4vw) 3vw;
  grid-column-gap: 1vw;
  min-height: 150px;
  margin: 5.4vw 0;
  padding: 0;
}
.message.global.noscript, .message.global.cookie{
  padding: 0;
}
.fc-new.temporary_message.fullscreen{
  grid-template-rows: minmax(20px, 1vw) auto minmax(20px, 1vw);
  min-height: 40px;
  margin: 0;
}
.fc-new.temporary_message.fullscreen.bottom{
  min-height: 6vw;
  max-height: 200px;
}
.fc-new.temporary_message:before {
  display: block;
  content: "";
  grid-column-start: 2;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 5;
  z-index: 2;
  border-top: solid 6px #eaa45d;
  background-color: #fbeddf;
}
.fc-new.temporary_message.top:before{
  border-top: none;
  border-bottom: solid 6px #eaa45d;
  background-color: #50362a;
}
.fc-new.temporary_message.fullscreen:before{
  grid-column-start: 1;
  grid-column-end: 15;
}
.fc-new.temporary_message>*{
  z-index: 10;
  grid-row-start: 3;
  grid-row-end: 3;
  align-self: center;
}
.fc-new.temporary_message img,
.fc-new.temporary_message i{
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  justify-self: center;
  align-self: center;
  max-width: 3vw;
  max-height: 3vw;
  min-width: 87px;
  min-height: 87px;
}
.fc-new.temporary_message.fullscreen img, .fc-new.temporary_message.fullscreen i{
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.fc-new.temporary_message.top{
  background-color: #50362a;
  color: #fff;
}
.fc-new.temporary_message.top p{
  grid-column-start: 2;
  background-color: #50362a;
  color: #fff;
  text-align: center;
}
.fc-new.temporary_message.top.bf, .fc-new.temporary_message.top.bf p{
  background-color: #000;
  color: #fff;
}
.fc-new.temporary_message h1,
.fc-new.temporary_message h2,
.fc-new.temporary_message h3,
.fc-new.temporary_message h4 {
  grid-column-start: 5;
  grid-column-end: 13;
  grid-row-start: 2;
  grid-row-end: 2;
  margin: 0;
  padding: 0;
  align-self: start;
  margin-left: 2vw;
}
.fc-new.temporary_message p{
  grid-column-start: 5;
  grid-column-end: 13;
  margin: 0;
  padding: 0;
  color: #50362a;
  background-color: transparent;
  text-align: left;
  margin-left: 2vw;
}

.message.global.cookie .fc-new.temporary_message p{
  grid-column-start: 4;
  grid-column-end: 11;
  grid-row-start: 2;
  grid-row-end: 4;
  margin-bottom: 10px;
}
.fc-new.temporary_message p a{
  color: #eaa45d;
}
.fc-new.temporary_message .actions{
  grid-column-start: 11;
  grid-column-end: 13;
  align-self: end;
  justify-self: left;
  margin-right: 2em;
  margin-top: 4em!important;
  grid-row-start: 2;
  grid-row-end: 4;
}
.message.global.cookie .fc-new.temporary_message .actions{
  grid-column-start: 11;
  grid-column-end: 14;
  margin-top: 0!important;
  justify-self: flex-start;
  align-self: flex-start;
}
.fc-new.temporary_message .actions #btn-cookie-allow{
  background-color: transparent;
  border: solid 3px #50362a;
  border-radius: 0;
  color: #50362a;
}

.fc-new.temporary_message .actions .action.primary:focus, .fc-new.temporary_message .actions .action.primary:active, .fc-new.temporary_message .actions .action-primary:focus, .action-primary:active{
  background-color: transparent!important;
}

@media only screen and (max-width: 600px){
  .fc-new.temporary_message{
    grid-template-rows: 6vw auto 6vw;
  }
  .fc-new.temporary_message img, .fc-new.temporary_message i{
    align-self: start;
  }
  .fc-new.temporary_message p{
    grid-column-start: 5;
  }
}

@media only screen and (max-width: 700px){
  .fc-new.temporary_message{
    grid-template-rows: 5vw minmax(40px, 3vw) minmax(100px, 25vw) 5vw;
  }
}
@media only screen and (max-width: 560px){
  .fc-new.temporary_message{
    grid-template-rows: 5vw minmax(20px, 3vw) minmax(200px, 25vw) 5vw;
  }
}
@media only screen and (max-width: 400px){
  .fc-new.temporary_message{
    grid-template-rows: 5vw minmax(20px, 3vw) minmax(250px, 25vw) 5vw;
  }
}
@media only screen and (max-width: 350px){
  .fc-new.temporary_message{
    grid-template-rows: 5vw minmax(20px, 3vw) minmax(300px, 25vw) 5vw;
  }
}


.fc-new.temporary_message.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fbeddf;
  padding-bottom: 1em;
  max-width: 600px;
  /* margin: 0 auto; */
}

.fc-new.temporary_message.flex:before{
  /* height: 100ch; */
  width: 100%;
}

.fc-new.temporary_message.flex h1,
.fc-new.temporary_message.flex h2,
.fc-new.temporary_message.flex h3,
.fc-new.temporary_message.flex h4{
  width: 100%;
  margin: 0.5em 0;
  margin-left: 37%;
}

.fc-new.temporary_message.flex div:has(img){
  width: 33%;
  text-align: center;
}

.fc-new.temporary_message.flex p{
  flex-basis: 63%;
}



.message.global.cookie{
  z-index: 999999;
}
div#notice-cookie-block.message.global.cookie .fc-new.temporary_message:before{
  grid-column-start: 1;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 4;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen img{
  max-width: 64px;
  max-height: 64px;
  min-width: 32px;
  min-height: 32px;
  height:  auto;
  width: 5vw;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message p{
  grid-column-start: 3;
  grid-column-end: 10;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 0;
  align-self: start;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions {
  grid-column-start: 10;
  grid-column-end: 14;
  margin: 0 !important;
  justify-self: stretch;
  /* align-self: end; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  /* flex-flow: row; */
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions .action.allow {
  background-color: transparent;
  border: solid 3px #50362a;
  border-radius: 0;
  color: #50362a;
  width: calc(50% - 10px);
  padding: 10px 5px;
  font-size: 1em;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow-all{
  font-size: 1.2em;
  background-color: #50362a;
  border: solid 3px #000000;
  box-shadow: inset 0 1px 0 0 #000000,inset 0 -1px 0 0 rgba(0,0,0,0.3);
  color: #fff;
}
div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow-all:hover{
  color: #eaa45d;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow{
  font-size: 0.9em;
  color: #50362a99;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow-no{
  font-size: 0.9em;
  color: #50362a99;
}

div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
  max-height: 8vw;
  min-height: 8vw;
}

@media only screen and (max-width: 1500px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 12vw;
    min-height: 10vw;
  }
}

@media only screen and (max-width: 1300px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 11vw;
    min-height: 11vw;
  }
  .page-wrapper{
    padding-bottom: 11vw!important;
  }
}

@media only screen and (max-width: 1200px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 9em;
    min-height: 9emw;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message p{
    grid-column-start: 3;
    grid-column-end: 10;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions {
    grid-column-start: 10;
    grid-column-end: 15;
  }
  .page-wrapper{
    padding-bottom: 16vw!important;
  }
}

@media only screen and (max-width: 930px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 9em;
    min-height: 9em;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message p{
    grid-column-start: 3;
    grid-column-end: 10;
    align-self: start;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions {
    grid-column-start: 10;
    grid-column-end: 14;
    align-self: start;
  }
  .page-wrapper{
    padding-bottom: 19vw!important;
  }
}

@media only screen and (max-width: 850px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 12em;
    min-height: 12em;
  }
  .page-wrapper{
    padding-bottom: 22vw!important;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions .action.allow {
    width: 100%;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow{
       width: calc(50% - 5px);
       padding: 5px 5px;
  }

  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions #btn-cookie-allow-no{
    width: calc(50% - 5px);
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 768px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 12em;
    min-height: 12em;
  }
  .page-wrapper{
    padding-bottom: 32vw!important;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions {
    grid-column-start: 11;
    grid-column-end: 14;
    align-self: start;
  }
}

@media only screen and (max-width: 600px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 45vw;
    min-height: 33vw;
    font-size: 16px;
    line-height: 1.2em;
  }
  .page-wrapper{
    padding-bottom: 45vw!important;
  }
}

@media only screen and (max-width: 550px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 9em;
    min-height: 9em;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message p{
    grid-column-start: 3;
    grid-column-end: 14;
    align-self: start;
    font-size: 12px;
    line-height: 1.2em;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions {
    grid-column-start: 2;
    grid-column-end: 14;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 12px;
    line-height: 1.2em;
    flex-flow: row;
    align-self: end;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions .action.allow {
    /* width: calc(80%); */
  }
  .page-wrapper{
    padding-bottom: 60vw!important;
  }
}

@media only screen and (max-width: 500px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 10em;
    min-height: 10em;
  }
  .page-wrapper{
    padding-bottom: 75vw!important;
  }
}

@media only screen and (max-width: 420px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 15em;
    min-height: 10em;
  }
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message .actions .action.allow {
    padding: 0.5em 1em;
  }
  .page-wrapper{
    padding-bottom: 85vw!important;
  }
}

@media only screen and (max-width: 400px) {
  div#notice-cookie-block.message.global.cookie .fc-new.temporary_message.fullscreen.bottom {
    max-height: 20em;
    min-height: 11em;
    grid-template-rows: minmax(20px, 1vw) auto minmax(20px, 1vw);
    /* font-size: 12px; */
    /* line-height: 1.2em; */
    z-index: 1000000;
  }
  .page-wrapper{
    padding-bottom: 30em!important;
  }
}








/* Benifits Bar */

.fc-benefits-bar{
  width: 100vw;
  margin: 0;
  display: flex;
  padding: 5px 6vw;
  position: relative;
  background-color: #fdf6ee;
  z-index: 11;
}
.checkout-cart-index .fc-benefits-bar{
  margin-bottom: 20px;
}

.fc-benefits-bar .slick-list{
  width: calc(100% - 40px);
  margin: 0 auto;
  z-index: 10;
}
.fc-benefits-bar .slick-prev, .fc-benefits-bar .slick-next{
  position: absolute;
  z-index: 20;
  background: transparent;
}
.fc-benefits-bar .slick-next{
  right: 17px;
  top: 36%!important;
}
.fc-benefits-bar .slick-prev{
  left: 0;
  top: 26%!important;
}
.fc-benefits-bar .slick-track {
  display: flex!important;
}
.fc-benefits-bar .benefits-bar-item {
  display: block!important;
  float: none;
  text-align: center;
  border-right: solid 1px rgba(80,54,42,0.15);
  color: #50362a;
}
.fc-benefits-bar .benefits-bar-item:first-child{
  border-right: none;
}
.fc-benefits-bar .slick-track .slick-current{
  border-right: solid 1px rgba(80,54,42,0.15);
}
.fc-benefits-bar .benefits-bar-item a {
  display: inline;
  line-height: 30px;
  color: #50362a;
  text-decoration: none;
  font-weight: bold;
}
.fc-benefits-bar .benefits-bar-item img {
  width: 40px;
  height: 30px;
  padding-right: 10px;
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 1019px){
  .fc-benefits-bar .slick-active{
    border-right: none;
  }
}
@media only screen and (max-width: 699px){
  .fc-benefits-bar .slick-track .slick-current{
    border-right: none;
  }
}










/* Home Slider */

.promo-sliders{
  position: relative;
  padding-top: 36%;
  margin-bottom: 2.7vw;
}
.promo-sliders > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promo-sliders .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promo-sliders .slick-track{
  height: 100%;
}
.promo-sliders .promo-slide {
  display: grid!important;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-column-gap: 1vw;
  grid-template-rows: 5% 15% 30% 15% 12% 15% 8%;
}
.promo-sliders .promo-slide:before {
  display: block;
  content: "";
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: end;
  background-color: #000;
  z-index: 2;
  border-top: solid 6px #eaa45d;
}
.promo-sliders .promo-slide>* {
  grid-column-start: 2;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: end;
  display: block;
  color: #fff;
  z-index: 10;
  padding: 0 13% 0 13%;
}
.promo-sliders .promo-slide img {
  grid-column-start: 1;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 8;
  z-index: 1;
  padding: 0;
  width: 100%!important;
  height: 100%!important;
}
.promo-sliders .promo-slide p.highlight {
  grid-row-start: 3;
  grid-row-end: 4;
  align-self: start;
  text-transform: uppercase;
  margin-top: -2em;
  font-weight: bold;
}
.promo-sliders .promo-slide h3 {
  grid-row-start: 3;
  grid-row-end: 4;
  align-self: end;
  font-size: 4vw;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.3em;
}
.promo-sliders .promo-slide h3.long{
  font-size: 3vw;
  padding-right: 1em;
}
body.fc_nl .promo-sliders .promo-slide h3,
body.fc_fr .promo-sliders .promo-slide h3{
  font-size: 3vw;
}
.promo-sliders .promo-slide h3 a, .promo-sliders .promo-slide h3 a:visited, .promo-sliders .promo-slide h3 a:active{
  color: #fff;
}
.promo-sliders .promo-slide h3:after {
  content: "";
  border-bottom: 4px solid #eaa45d;
  display: block;
  width: 2.7vw;
  height: 1.35vw;
  margin-bottom: 1.35vw;
}
.promo-sliders .promo-slide p {
  grid-row-start: 4;
  grid-row-end: 5;
  margin: 0;
  font-size: 1.15vw;
}
.promo-sliders .promo-slide p:last-of-type {
  grid-row-start: 5;
  grid-row-end: 6;
  margin-top: 1vw;
}
.promo-sliders .promo-slide .button {
  grid-row-start: 6;
  grid-row-end: 7;
  width: 74%;
  margin: 0 4vw;
  border: solid 3px #fff;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  font-size: 1.15vw;
  line-height: 4em;
  text-align: center;
}
.promo-sliders .promo-slide .button em, .promo-sliders .promo-slide p .price, .promo-sliders .promo-slide p.highlight {
  color: #eaa45d;
}
.promo-sliders .promo-slide p .price{
  font-size: 2.2vw;
  font-weight: bold;
}


.promo-sliders .promo-slide.slider-2 h3 {
  align-self: start;
  font-size: 3vw;
  margin-top: -1em;
}
.promo-sliders .promo-slide.slider-2 p:last-of-type {
  grid-row-start: 4;
  grid-row-end: 6;
  align-self: center;
  margin-top: -3vw;
}


.promo-sliders .slick-prev {
  left: 25px;
}
.promo-sliders .slick-next {
  right: 25px;
}
.promo-sliders .slick-arrow{
  opacity: 1 !important;
  z-index: 10;
  top: 50%!important;
}
.promo-sliders .slick-prev:active,
.promo-sliders .slick-next:active,
.promo-sliders .slick-prev:focus,
.promo-sliders .slick-next:focus,
.promo-sliders .slick-prev:not(.primary),
.promo-sliders .slick-next:not(.primary) {
  background: transparent!important;
}
.promo-sliders .slick-arrow:before{
  opacity: 1 !important;
  color: #fff!important;
}

.promo-sliders .promo-slide.slider-10 {
  grid-template-rows: 50% 10% 20% 10% 10%;
}

.promo-sliders .promo-slide.slider-10:before,
.promo-sliders .promo-slide.slider-10 h3:after{
  display: none;
}

.promo-sliders .promo-slide.slider-10 h3.long {
  display: block;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 14;
  text-align: center;
  padding: 0;
  /* padding-top: 158px; */
  font-size: 4vw;
  align-self: center;
}

.promo-sliders .promo-slide.slider-10 p:last-of-type{
  display: block;
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 2;
  grid-column-end: 14;
  text-align: center;
  padding: 0;
  margin-top: 0;
  font-size: 3vw;
  align-self: center;
}

@media only screen and (max-width: 1500px) {
  .promo-sliders .promo-slide {
    grid-template-rows: 5% 15% 30% 15% 12% 15% 8%;
  }
  .promo-sliders .promo-slide:before {
    grid-column-start: 2;
    grid-column-end: 6;
  }
  .promo-sliders .promo-slide>* {
    grid-column-start: 2;
    grid-column-end: 6;
    padding: 0 5vw 0 4vw;
  }
  .promo-sliders .promo-slide p.highlight {
    margin-top: -2.5em;
  }


  .promo-sliders .promo-slide.slider-2 h3,
  body.fc_nl .promo-sliders .promo-slide.slider-2 h3,
  body.fc_fr .promo-sliders .promo-slide.slider-2 h3,
  .promo-sliders .promo-slide h3.long{
    font-size: 3vw;
  }
  .promo-sliders .promo-slide h3.v-long{
    font-size: 2.7vw
  }
  .promo-sliders .promo-slide p {
    font-size: 1.2vw;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 900px) {
  .promo-sliders .promo-slide {
    grid-template-rows: 8% 15% 24% 18% 12% 15% 8%;
  }
  .promo-sliders .promo-slide:before {
    grid-column-end: 8;
  }
  .promo-sliders .promo-slide>* {
    grid-column-end: 8;
    padding: 0 5vw 0 4vw;
  }
  .promo-sliders .promo-slide p.highlight {
    margin-top: -2em;
  }
  .promo-sliders .promo-slide h3 {
    font-size: 4.8vw;
  }
  .promo-sliders .promo-slide h3 br {
    display: none;
  }
  .promo-sliders .promo-slide h3.long br {
    /* display: block; */
  }
  .promo-sliders .promo-slide p {
    font-size: 1.8vw;
  }

  .promo-sliders .promo-slide p .price{
    font-size: 3vw;
  }
  .promo-sliders .promo-slide .button {
    font-size: 1.8vw;
    line-height: 2.8em;
  }
}
@media only screen and (max-width: 769px) {
  .promo-sliders .promo-slide {
    grid-template-rows: 6% 12% 24% 23% 15% 15% 5%;
  }
  .promo-sliders .promo-slide:before {
    grid-column-end: 9;
  }
  .promo-sliders .promo-slide>* {
    grid-column-end: 9;
    padding: 0 5vw 0 4vw;
  }
  .promo-sliders .promo-slide p.highlight{
    margin-top: -1em;
  }
  .promo-sliders .promo-slide h3 {
    font-size: 4.8vw;
  }
  .promo-sliders .promo-slide p {
    font-size: 2.3vw;
  }
  .promo-sliders .promo-slide p .price{
    font-size: 3.5vw;
  }
  .promo-sliders .promo-slide .button {
    font-size: 3.3vw;
    line-height: 1.3em;
  }
  .promo-sliders .promo-slide.slider-11 h3.long{
    grid-row-start: 3!important;
    align-self: center;
    padding-top: 50px;
  }
  .promo-sliders .promo-slide.slider-11 p:nth-of-type(2){
    grid-row-start: 4!important;
    /* grid-row-end: 5; */
    font-size: 2.0vw;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 599px) {
  .promo-sliders .promo-slide img.desktop {
    display: block!important;
  }
}
@media only screen and (max-width: 600px) {
  .promo-sliders .promo-slide img.mobile{
    display: block!important;
  }
  .promo-sliders{
    padding-top: 107%;
  }
  .promo-sliders .slick-prev {
    left: 10px;
  }
  .promo-sliders .slick-next {
    right: 10px;
  }
  .promo-sliders .slick-arrow{
    top: 40%!important;
  }
  .promo-sliders .promo-slide {
    grid-template-rows: 46% 15% 15% 0% 9% 10% 5%;

  }
  .promo-sliders .promo-slide:before {
    grid-column-end: 14;
  }
  .promo-sliders .promo-slide>* {
    grid-column-end: 14;
    padding: 0 5vw 0 4vw;
  }
  .promo-sliders .promo-slide p {
    font-size: 4vw;
  }
  .promo-sliders .promo-slide h3 {
    align-self: start;
    font-size: 10vw;
  }
  .promo-sliders .promo-slide h3.long {
    font-size: 8vw;
    padding-right: 0;
  }
  .promo-sliders .promo-slide h3:after {
    display: none;
  }
  .promo-sliders .promo-slide p{
    display: none;
  }
  .promo-sliders .promo-slide p.highlight {
    display: block;
    margin-top: -2em;
  }
  .promo-sliders .promo-slide p:last-of-type{
    display: block;
  }
  .promo-sliders .promo-slide.slider-2 h3 {
    margin-top: -1em;
    font-size: 9vw;
  }
  .promo-sliders .promo-slide.slider-2 p{
    display: none;
  }
  body.fc_nl .promo-sliders .promo-slide.slider-2 p{
    display: block;
  }
  .promo-sliders .promo-slide .button {
    font-size: 3.3vw;
    line-height: 2.6em;
  }

  .promo-sliders .promo-slide.slider-10 h3.long {
    font-size: 8vw;
    align-self: self-start;
  }

  .promo-sliders .promo-slide.slider-10 p:last-of-type{
    font-size: 5vw;
    padding: 0 10vw;
    align-self: self-end;
  }
}









/* Featured Products */

.featured-product-switcher{
  display: grid;
  grid-template-columns: minmax(10px,5%) auto minmax(10px,5%);
  grid-template-rows: 5vw 1fr auto;
  grid-column-gap: 1vw;
  margin: 5.4vw 0;
  padding: 0;
}
.featured-product-switcher h3{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  justify-self: center;
  color: #50362a;
}
.featured-product-switcher .product-block{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 8vw 1fr;
  grid-column-gap: 1vw;
  margin: 0;
  padding: 0;
}

.featured-product-switcher .product-block h4{
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: start;
  font-size: 2vw;
  margin: 0;
  color: #50362a;
  height: 2.25em;
  border-bottom: solid 2px #e5e5e5;
  width: 9.5vw;
  text-align: center;
  cursor: pointer;
}
.featured-product-switcher .product-block h4:nth-of-type(1){
  justify-self: left;
}
.featured-product-switcher .product-block h4:nth-of-type(2){
  justify-self: center;
}
.featured-product-switcher .product-block h4:nth-of-type(3){
  justify-self: right;
}
.featured-product-switcher .product-block h4.active{
  color: #eaa45d;
}
.featured-product-switcher .product-block h4.active:after{
  display: block;
  content: "";
  border-bottom: solid 6px #eaa45d;
  padding-top: 1em;
}
.featured-product-switcher .product-block .block-products-list{
  grid-column-start: 1;
  grid-column-end: 13;
}
.featured-product-switcher .product-block .block-products-list{
  grid-row-start: 2;
  grid-row-end: 3;
}
.featured-product-switcher .product-block .block-products-list .product-items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1vw;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item{
  width: 100%;
  margin: 0;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(1){
  grid-column-start: 1;
  grid-column-end: 4;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(2){
  grid-column-start: 4;
  grid-column-end: 7;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(3){
  grid-column-start: 7;
  grid-column-end: 10;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item.ident{
  grid-column-start: 10;
  grid-column-end: 13;
  display: grid;
  align-content: end;
  background-size: cover;
}
.featured-product-switcher .product-item.ident>*{
  margin: 0;
  margin-left: 2vw;
}
.featured-product-switcher .product-item.ident img{
  width: 25%;
  margin-left: 1vw;
  margin-bottom: 1vw;
}
.featured-product-switcher .product-item.ident h5{
  font-size: 3.5vw;
  color: #eaa45d;
}
.featured-product-switcher .product-item.ident p:nth-of-type(2){
  font-size: 2.5vw;
  color: #fff;
}
body.fr.fc_fr .featured-product-switcher .product-item.ident p:nth-of-type(2){
  line-height: 1em;
}
.featured-product-switcher .product-item.ident p:last-of-type{
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 1vw;
}
.featured-product-switcher .product-item.ident p:last-of-type a{
  display: block;
  font-size: 1vw;
  color: #fff;
  margin: 3vw 2vw 1vw 0;
  padding: 1vw 2vw;
  text-align: center;
  border: solid 3px #fff;
}
.featured-product-switcher .product-item.ident p:last-of-type a:after{
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #eaa45d;
  padding-left: 0.5em;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info{
  width: 100%;
}
.featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60% 10% 10% 10% 10%;
  height: 40vw;
}
.featured-product-switcher .product-item-details>*{
  display: block;
  margin: 0;
}
.featured-product-switcher .product-item-details .product-item-photo{
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  z-index: 10;
  text-align: center;
}
.featured-product-switcher .product-item-details .product-item-name{
  grid-row-start: 2;
  grid-row-end: 3;
}
.featured-product-switcher .product-item-details .product-item-name:after {
  content: "";
  border-bottom: 4px solid #eaa45d;
  display: block;
  width: 1vw;
  height: 1vw;
  margin-bottom: 1.35vw;
}
.featured-product-switcher .product-item-details .product-listing-text{
  grid-row-start: 3;
  grid-row-end: 4;
  display: block;
}
.featured-product-switcher .product-item-details .product-item-promo{
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  align-self: end;
  z-index: 15;
  width: 9vw;
  justify-self: start;
  padding: 0.5vw 1vw;
  background-color: #c34e2a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 1vw 0;
}
.featured-product-switcher .product-item-details .price-box{
  grid-row-start: 4;
  grid-row-end: 5;
}
.featured-product-switcher .product-item-details .price-box .price{
  color: #eaa45d!important;
}
.featured-product-switcher .product-item-details .catalog-page-tp-stars{
  width: 10vw;
  grid-row-start: 5;
  grid-row-end: 6;
  align-self: center;
  justify-self: left;
}
.featured-product-switcher .product-item-details .catalog-page-tp-stars iframe{
  margin-left: 0;
}
.featured-product-switcher .product-item-details .catalog-page-tp-stars iframe body.main .wrapper-company-stars{
  justify-content: left;
}
@media only screen and (max-width: 1500px) {
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 55% 10% 17% 9% 9%;
    height: 44vw;
  }.featured-product-switcher .product-item-details .product-item-promo{
     width: 12vw;
   }
  .featured-product-switcher .product-item-details .catalog-page-tp-stars{
    width: 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    height: 45vw;
  }
  .featured-product-switcher .product-item-details .catalog-page-tp-stars{
    width: 20vw;
  }
  .featured-product-switcher .product-item.ident p:last-of-type a {
    font-size: 1.5vw;
    padding: 0.5vw 1vw;
  }
}
@media only screen and (max-width: 1170px) {
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    height: 48vw;
  }
  .featured-product-switcher .product-item-details .catalog-page-tp-stars{
    width: 100%;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 997px) {
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 50% 10% 17% 9% 9%;
    height: 52vw;
  }
  .featured-product-switcher .product-item.ident p:last-of-type a {
    font-size: 2.3vw;
  }
  .featured-product-switcher .product-item.ident p:last-of-type a {
    font-size: 1.5vw;
    padding: 1vw 2vw;
  }
}
@media only screen and (max-width: 950px) {
  .featured-product-switcher {
    grid-template-rows: 6vw 1fr auto;
  }
  .featured-product-switcher .product-block h4 {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 3vw;
    height: 2.39em;
    border-bottom: solid 2px #e5e5e5;
    width: 14.0vw;
  }
  .featured-product-switcher .product-block .block-products-list .product-items{
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1vw;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item{
    width: 100%;
    margin: 0;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(1){
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(2){
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(3){
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item.ident{
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 64% 9% 9% 9% 9%;
    height: 61vw;
    width: 100%!important;
    margin-left: 0;
  }
  .featured-product-switcher .product-item-details .product-item-name:after{
    width: 3vw;
  }
  .featured-product-switcher .product-item-details .product-item-promo{
    width: 20vw;
  }
  .featured-product-switcher .product-item-details .product-image-container{
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 768px){
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 62% 10% 18% 5% 5%;
    height: 65vw;
    width: 100%!important;
    margin-left: 0;
  }
  .featured-product-switcher .products-grid .product-item-details p.product-listing-text{
    display: block;
  }
  .featured-product-switcher .product-item-details .price-box {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .featured-product-switcher .product-item.ident p:last-of-type a {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 600px){
  .featured-product-switcher {
    grid-template-rows: 12vw 1fr auto;
    margin-top: 8vw;
  }
  .featured-product-switcher .product-block .block-products-list .product-items{
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1vw;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(1){
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(2){
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item:nth-of-type(3){
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item.ident{
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 62% 10% 10% 10% 8%;
    height: 84vw;
  }
  .featured-product-switcher .product-item-details .product-item-photo{

  }
  .featured-product-switcher .product-item-details .product-item-photo *{
    max-width: none!important;
    max-height: none;
    margin: 0;
    padding: 0!important;
    position: static;
    width: auto;
    height: 100%;
  }
  .featured-product-switcher .product-item-details .product-item-promo{
    width: 30vw;
  }
  .featured-product-switcher .products-grid .product-item .product-item-details p{
    display: block;
  }
  .featured-product-switcher .product-item-details .price-box {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .featured-product-switcher .product-item.ident>*{
    margin-left: 6vw;
  }
  .featured-product-switcher .product-item.ident h5{
    font-size: 10vw;
  }
  .featured-product-switcher .product-item.ident img{
    width: 20%;
  }
  .featured-product-switcher .product-item.ident p:nth-of-type(2){
    font-size: 8vw;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  .featured-product-switcher .product-item.ident p:last-of-type a{
    margin: 6vw 6vw 2vw 0;
    font-size: 5vw;
  }
}

@media only screen and (max-width: 500px){
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 60% 12% 12% 8% 8%;
    height: 140vw;
  }
  .featured-product-switcher .product-block{
    grid-template-rows: 12vw 1fr;
  }
  .featured-product-switcher .product-block h4{
    grid-column-start: 3;
    grid-column-end: 11;
    font-size: 1.1em;
    height: 1.8em;
    width: 20.0vw;
  }
  .featured-product-switcher .product-block h4.active:after{
    padding-top: 0.26em;
  }
}

@media only screen and (max-width: 400px){
  .featured-product-switcher .product-block .block-products-list .product-items .product-item .product-item-info .product-item-details {
    grid-template-rows: 60% 12% 12% 8% 8%;
    height: 148vw;
    grid-template-columns: 78vw;
  }
  .featured-product-switcher .product-item-details .product-item-photo * {
    width: 78vw !important;
    height: auto;
  }
}







/* Special Offer Product List  */
.special-offers-listing .block-products-list {
  margin: 0;
}
.special-offers-listing .product-block{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 8vw 1fr;
  grid-column-gap: 1vw;
  margin: 0;
  padding: 0;
}
.special-offers-listing .product-items .product-item .product-item-info{
  width: 100%;
}
.special-offers-listing .product-item {
  min-height: 475px;
  margin-bottom: 0;
}
.special-offers-listing h2{
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: start;
  font-size: 2vw;
  margin: 0;
  color: #50362a;
  height: 2.25em;
  text-align: left;
}

.special-offers-listing .block-products-list .product-items .product-item .product-item-info .product-item-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 63% 0 8% 4% 10% 6% 10%;
  min-height: 450px;
  height: 0;
  width: 100%!important;
}

.special-offers-listing .product-item-details .product-item-photo {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  z-index: 10;
  text-align: center;
  align-self: center;
  overflow: hidden;
  max-height: 100%;
}
.special-offers-listing .product-item-details .product-item-photo .product-image-wrapper{
  height: 100%;
}
.special-offers-listing .product-item-details .product-item-photo img {
  /* height: 100%; */
  width: auto;
}
.special-offers-listing .products-grid .product-item{
  width: 19%;
}
.special-offers-listing .product-item-details .product-item-name {
  grid-row-start: 3;
  grid-row-end: 3;
  min-height: 2.25em;
}
.special-offers-listing .product-item-details .product-item-promo {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  align-self: end;
  z-index: 15;
  width: 75%;
  justify-self: start;
  padding: 0.5vw 1vw;
  background-color: #c34e2a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1vw 0;
}
.special-offers-listing .product-item-details .product-item-promo.blank {
  background-color: transparent;
}
.special-offers-listing .product-item-details .product-listing-pre-text {
  grid-row-start: 4;
  grid-row-end: 4;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 0.8em;
}
.special-offers-listing .product-item-details .product-listing-pre-text strong {
  color: #c34e2a;
  font-size: 1.3em;
}
.special-offers-listing .product-item-details p.product-listing-text {
  grid-row-start: 5;
  grid-row-end: 5;
  line-height: 1.1em;
}
.special-offers-listing .product-item-details .price-box {
  grid-row-start: 6;
  grid-row-end: 6;
  margin: 0;
}
.special-offers-listing .product-item-details .price-box .price {
  color: #eaa45d!important;
}
.special-offers-listing .product-item-details .catalog-page-tp-stars {
  width: 10vw;
  grid-row-start: 7;
  grid-row-end: 7;
  align-self: center;
  justify-self: left;
}
@media only screen and (max-width: 1500px) {
  .special-offers-listing .products-grid .product-item{
    width: 24%;
  }
}
@media only screen and (max-width: 1000px) {
  .special-offers-listing .products-grid .product-item{
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .special-offers-listing .products-grid .product-item{
    width: 49%!important;
    min-height: 300px;
  }
  .special-offers-listing h2{
    font-size: 18px;
  }
  .special-offers-listing .block-products-list .product-items .product-item .product-item-info .product-item-details{
    min-height: 300px;
  }
  .special-offers-listing .product-item-details .product-image-wrapper{
    padding: 0!important;
  }
  .special-offers-listing .product-item-details .product-image-photo{
    position: static;
  }
}
@media only screen and (max-width: 450px) {
  .special-offers-listing .products-grid .product-item{
    width: 100%!important;
  }
}
















/* Shop by Application */

.fc-shop-by-application{
  background: linear-gradient(to bottom, #fbeddf 0%,#fbeddf 29.3%,#000000 29.3%,transparent 29.3%,transparent 100%);
  padding: 0 5vw;
  margin-bottom: 6vw;
  overflow: auto;
}
.fc-shop-by-application h3{
  text-align: center;
  font-size: 2vw;
  color: #eaa45d;
  line-height: 2em;
  margin: 4vw 0;
}
.fc-shop-by-application .multi-boxes{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 40vw;
  background-color: #fff;
  padding: 1vw;
  grid-gap: 1vw;
  align-content: space-evenly;
  justify-content: space-evenly;
}
.fc-shop-by-application .multi-boxes .box{
  display: grid;
  align-content: end;
  background-size: cover;
  cursor: pointer;
  order: 3;
  background-color: #000;
}
.fc-shop-by-application .multi-boxes .lg-sq{
  width: 100%;
  height: 100%;
  grid-column: span 2;
  grid-row: span 2;
}
.fc-shop-by-application .multi-boxes .hz-rect{
  width: 100%;
  height: 100%;
  grid-column: span 2;
  grid-row: span 1;
}
.fc-shop-by-application .multi-boxes .vt-rect{
  width: 100%;
  height: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.fc-shop-by-application .multi-boxes .sm-sq{
  width: 100%;
  height: 100%;
}
.fc-shop-by-application .multi-boxes .box h4{
  font-size: 3.5vw;
  color: #fff;
  margin-left: 2vw;
}
.fc-shop-by-application .multi-boxes .box>div{
  margin-bottom: 1vw;
}
.fc-shop-by-application .multi-boxes .box a{
  font-size: 1.5vw;
  color: #eaa45d;
  margin-left: 2vw;
}
.fc-shop-by-application .multi-boxes .box a:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #eaa45d;
  padding-left: 0.5em;
}

@media only screen and (max-width: 1300px){
  .fc-shop-by-application .multi-boxes{
    height: 60vw!important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .fc-shop-by-application .multi-boxes .hz-rect{
    grid-column: span 1;
    grid-row: span 2;
  }
  .fc-shop-by-application .multi-boxes .hz-rect:last-of-type{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .sm-sq{
    grid-column: span 2;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .sm-sq:last-of-type{
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media only screen and (max-width: 1170px){
  .fc-shop-by-application .multi-boxes .box h4{
    font-size: 4vw;
  }
  .fc-shop-by-application .multi-boxes .box a{
    font-size: 2vw;
  }
}

@media only screen and (max-width: 900px){
  .fc-shop-by-application h3 {
    font-size: 4vw;
  }
  .fc-shop-by-application .multi-boxes{
    height: 90vw!important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .fc-shop-by-application .multi-boxes .box{
    padding-bottom: 4vw;
  }
  .fc-shop-by-application .multi-boxes .lg-sq{
    grid-column: span 2;
    grid-row: span 2;
  }
  .fc-shop-by-application .multi-boxes .hz-rect{
    grid-column: span 2;
    grid-row: span 2;
  }
  .fc-shop-by-application .multi-boxes .vt-rect{
    grid-column: span 2;
    grid-row: span 2;
  }
  .fc-shop-by-application .multi-boxes .sm-sq{
    grid-column: span 2;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .hz-rect:last-of-type{
    grid-column: span 2;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .sm-sq:last-of-type{
    grid-column: span 2;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .box h4{
    font-size: 5vw;
  }
  .fc-shop-by-application .multi-boxes .box a{
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px){
  .fc-shop-by-application h3 {
    font-size: 5vw;
  }
  .fc-shop-by-application .multi-boxes{
    height: 120vw!important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .fc-shop-by-application .multi-boxes .lg-sq{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .hz-rect{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .vt-rect{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .sm-sq{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .hz-rect:last-of-type{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .sm-sq:last-of-type{
    grid-column: span 1;
    grid-row: span 1;
  }
  .fc-shop-by-application .multi-boxes .box h4{
    font-size: 6vw;
    margin: 0 3vw;
  }
  .fc-shop-by-application .multi-boxes .box a{
    font-size: 4vw;
    margin: 0 3vw;
  }
}









/* Home Photo with Text */

.page-layout-homepage-2021 .page-main {
  padding: 0;
  margin-bottom: 0;
  max-width: none;
}
.page-layout-homepage-2021 .page-main .columns .column.main{
  padding: 0;
}
.fc-photo-text{
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 3vw 1fr 1fr 1fr 1fr 1fr 1vw;
  grid-column-gap: 1vw;
  background-size: cover;
  align-items: center;
  margin: 0;
}
.fc-photo-text>*{
  grid-column-start: 3;
  grid-column-end: 8;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
}
.fc-photo-text h2{
  grid-row-start: 2;
  grid-row-end: 3;
}
.fc-photo-text h2:after {
  content: "";
  border-bottom: 4px solid #eaa45d;
  display: block;
  width: 2vw;
  height: 1vw;
  margin-bottom: 1.35vw;
}

.fc-photo-text a{
  color: #50362a;
}

.fc-photo-text div.photo-text-blurb{
  grid-row-start: 3;
  grid-row-end: 6;
}
.fc-photo-text > p {
  grid-row-start: 6;
  grid-row-end: 7;
  color: #f00!important;
}
.fc-photo-text>p a{
  display: block;
  width: 15vw;
  border: solid 3px #000;
  padding: 1vw;
  font-size: 1.3vw;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.fc-photo-text>p a:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #000;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1000px){
  .fc-photo-text>* {
    grid-column-start: 4;
    grid-column-end: 9;
  }
  .fc-photo-text>p a{
    width: 18vw;
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 850px){
  .fc-photo-text>* {
    grid-column-start: 4;
    grid-column-end: 10;
  }
  .fc-photo-text>p a{
    width: 18vw;
  }
}
@media only screen and (max-width: 768px){
  .fc-photo-text {
    background-size: 300vw;
    background-position: 25%;
    min-height: 50vw;
  }
  .fc-photo-text>*{
    grid-column-start: 2;
    grid-column-end: 14;
  }
  .fc-photo-text>p a {
    font-size: 1em;
    width: 35vw;
  }
}
@media only screen and (max-width: 500px){
  .fc-photo-text {
    min-height: 60vw;
  }
}
@media only screen and (max-width: 400px){
  .fc-photo-text>p a {
    width: 48vw;
  }
}









/* Home Four Links on Background */

.fc-simple-links{
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 3vw 1fr 3vw;
  grid-column-gap: 1vw;
  background-size: cover;
  align-items: center;
  margin: 0 0 6vw;
  border-top: solid 6px #eaa45d;
}
.fc-simple-links .link{
  grid-column: span 3;
  grid-row: span 1;
  grid-row-start: 2;
  grid-row-end: 3;
  text-align: center;
  color: #eaa45d;
  border-left: solid 4px rgba(80,54,42,0.4);
  cursor: pointer;
}

body.fr.fc_fr .fc-simple-links .link, body.nl.fc_nl .fc-simple-links .link{
  grid-column: span 6;
}
body.fr.fc_fr .fc-simple-links .link:first-of-type, body.nl.fc_nl .fc-simple-links .link:first-of-type{
  grid-column: 2 / span 6;
}

.fc-simple-links .link:first-of-type{
  grid-column: 2 / span 3;
  border-left: none;
}
.fc-simple-links .link h3{
  color: #fff;
  margin: 0.5em 0 0.2em;
}
.fc-simple-links .link p{
  margin: 0;
}
.fc-simple-links .link p a{
  color: #eaa45d;
}
.fc-simple-links .link p a:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #eaa45d;
  padding-left: 0.5em;
}
.fc-simple-links .link img{
  width: auto;
  height: 6vw;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 500px){
  .fc-simple-links{
    grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
    grid-template-rows: 6vw 1fr 6vw 1fr 6vw;
  }
  .fc-simple-links .link{
    grid-column: span 6;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .fc-simple-links .link:nth-of-type(1){
    grid-column: 2 / span 6;
  }
  .fc-simple-links .link:nth-of-type(3){
    grid-column: 2 / span 6;
    grid-row-start: 4;
    grid-row-end: 5;
    border-left: none;
  }
  .fc-simple-links .link:nth-of-type(4){
    grid-row-start: 4;
    grid-row-end: 5;
  }
}









/* Three Columns of Text */

.fc-text-sliders{
  max-height: 700px;
}
.fc-text-sliders .section{
  display: grid!important;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 3vw auto auto 6em 3vw;
  grid-column-gap: 1vw;
  min-height: 200px;
}
.fc-text-sliders .section>*{
  grid-column: 8 / span 5;
  grid-row: span 1;
}
.fc-text-sliders .section>.image-wrapper{
  max-width: none;
  max-height: none;
  grid-column: span 6;
  grid-row: 2 / span 3;
  width: 112%;
  height: 100%;
  margin-left: -5vw;
  overflow: hidden;
  max-height: 600px;
}
.fc-text-sliders .section.slick-current.slick-active>.image-wrapper{
  /* margin-left: 0; */
}
.fc-text-sliders .section>.image-wrapper img{
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
}
.fc-text-sliders .section>.text-wrapper{
  grid-row: 2 / span 2;
  align-self: center;
}
.fc-text-sliders .section h2{
  text-align: left;
  color: #50362a;
}
.fc-text-sliders .section h2:after {
  content: "";
  border-bottom: 4px solid #eaa45d;
  display: block;
  width: 2vw;
  height: 1vw;
  margin-bottom: 1.35vw;
}
.fc-text-sliders .section h2 a{
  color: #50362a;
}
.fc-text-sliders .section p{
  color: #50362a;
}
.fc-text-sliders .section p a{
  color: #eaa45d;
}
.fc-text-sliders .slick-track .slick-slide > *{
  display: block;
}
.fc-text-sliders ul.slick-dots{
  bottom: 100px;
  width: 150px;
  margin-left: 50vw;
  text-align: left;
  padding-left: 30px;
}
.fc-text-sliders ul.slick-dots li{
  margin: 0;
  display: none;
  width: 100%;
}
.fc-text-sliders ul.slick-dots li.slick-active{
  display: inline-block;
}
.fc-text-sliders .slick-prev, .fc-text-sliders .slick-next{
  z-index: 20;
  bottom: 100px;
  top: inherit!important;
}
.fc-text-sliders .slick-prev{
  left: 50%;
  margin-left: 5px;
}
.fc-text-sliders .slick-next{
  right: 50%;
  margin-right: -150px;
}
body.fc_nl.nl .fc-text-sliders .slick-next{
  margin-right: -163px;
}
@media only screen and (max-width: 1000px) {
  .fc-text-sliders {
    max-height: 900px;
  }
  .fc-text-sliders .section {
    grid-template-rows: 3vw 40vw auto 6em 3vw;
    min-height: 400px;
  }
  .fc-text-sliders .slick-prev, .fc-text-sliders .slick-next {
    bottom: 0;
  }
  .fc-text-sliders .slick-next {
    right: 60%;
  }
  .fc-text-sliders .slick-prev {
    left: 40%;
  }
  .fc-text-sliders ul.slick-dots {
    bottom: 0;
    margin-left: 40vw;
  }
  .fc-text-sliders .section>.image-wrapper {
    grid-column: 1 / span 14;
    grid-row: 2 / span 1;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: relative;
  }
  .fc-text-sliders .section>.image-wrapper img {
    height: auto;
    width: auto;
    margin-top: -5%;
    top: 0;
    position: absolute;
  }
  .fc-text-sliders .section:nth-of-type(4)>.image-wrapper img {
    margin-top: -25%;
  }
  .fc-text-sliders .section:nth-of-type(3)>.image-wrapper img {
    margin-top: -5%;
    margin-left: -23%;
  }
  .fc-text-sliders .section>.text-wrapper {
    grid-row: 3 / span 2;
    grid-column: 2 / span 12;
  }
  h2 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .fc-text-sliders .section {
    grid-template-rows: 3vw 60vw auto 6em 3vw;
  }
  .fc-text-sliders .section>.image-wrapper img {
    height: auto;
    width: auto;
    margin-top: -20%;
    top: 0;
    position: absolute;
  }
  .fc-text-sliders .section:nth-of-type(3)>.image-wrapper img {
    margin-top: -5%;
    margin-left: -40%;
  }
}
@media only screen and (max-width: 400px) {
  .fc-text-sliders .section:nth-of-type(2)>.image-wrapper img {
    margin-top: -42%;
  }
  .fc-text-sliders .section:nth-of-type(3)>.image-wrapper img {
    margin-top: -22%;
    margin-left: -94%;
  }
  .fc-text-sliders .section:nth-of-type(4)>.image-wrapper img {
    margin-top: -60%;
  }
}









/* Recent Posts */

.fc-blog-posts{
  background-color: #fdf6ee;
  margin-bottom: 3vw;
}
.fc-blog-posts .block-recent-posts {
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 0 1fr 3vw;
  grid-column-gap: 1vw;
  margin: 0;
}
.fc-blog-posts .block-blog-recent-post .block-title{
  margin: 0;
}
.fc-blog-posts .block-blog-recent-post .block-title h2{
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  color: #eaa45d;
  line-height: 2em;
  padding: 2vw 0;
  margin: 0;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item {
  grid-column: span 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 0;
  flex-direction: column;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item:first-of-type {
  grid-column: 2 / span 3;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link{
  display: block;
  height: 13vw;
  width: 100%;
  max-height: none;
  overflow: hidden;
  margin: 0;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link img{
  height: auto;
  width:  100%;
  max-width: none;
  max-height: none;
  min-height: 100%;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .block-recent-posts-date{
  color: #eaa45d;
  font-size: 0.9em;
  margin: 1em 0 0 0;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item h3{
  color: #50362a;
  font-size: 1.4vw;
  font-weight: bold;
  margin-bottom: 0.5em;
  min-height: 2.3em;
  line-height: 1.1em;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .block-recent-posts-short-content{
  height: 7.4em;
  position: relative;
  overflow: hidden;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .block-recent-posts-short-content .block-recent-posts-readmore-link{
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  text-transform: lowercase;
  color: #eaa45d;
  background-color: #fdf6ee;
}
.fc-blog-posts .block-recent-posts .block-recent-posts-item .block-recent-posts-short-content .block-recent-posts-readmore-link:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #eaa45d;
  padding-left: 0.2em;
}

@media only screen and (max-width: 1300px) {
  .fc-blog-posts .block-blog-recent-post .block-title h2{
    font-size: 2.5vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item h3{
    font-size: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .fc-blog-posts .block-blog-recent-post .block-title h2{
    font-size: 3vw;
  }
  .fc-blog-posts .block-recent-posts {
    grid-template-rows: 0 1fr 1fr 3vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item{
    grid-column: span 6;
    margin-bottom: 3vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(odd) {
    grid-column: 2 / span 6;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(3) {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(4) {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(5) {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(6) {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link{
    height: 26vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item h3{
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 900px) {
  .fc-blog-posts .block-blog-recent-post .block-title h2{
    font-size: 4vw;
  }
}

@media only screen and (max-width: 600px) {
  .fc-blog-posts .block-blog-recent-post .block-title h2{
    font-size: 1.85em;
  }
  .fc-blog-posts .block-recent-posts {
    grid-template-rows: 0 1fr 1fr 1fr 1fr 3vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item{
    grid-column: 2 / span 12;
    margin-bottom: 3vw;
    border-bottom: 2px solid #eaa45d;
    padding-bottom: 3vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:first-of-type {
    grid-column: 2 / span 12;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(odd){
    grid-column: 2 / span 12;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(1) {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(2) {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(3) {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item:nth-of-type(4) {
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item .recent-post-featured-image-link{
    height: 52vw;
  }
  .fc-blog-posts .block-recent-posts .block-recent-posts-item h3{
    font-size: 1.6em;
    min-height: auto;
  }
}









/* Contact Bar */

.fc-quick-contact {
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
  grid-template-rows: 3vw 1fr 3vw;
  grid-column-gap: 1vw;
  margin: 0 0 3vw;
}
.fc-quick-contact .item{
  display: block;
  grid-column: span 4;
  grid-row: 2 / 3;
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-template-rows: 52% 48%;
  justify-items: left;
  align-items: center;
  background-color: #fdf6ee;
  cursor: pointer;
}
.fc-quick-contact .item:first-of-type{
  grid-column: 2 / span 4;
}
.fc-quick-contact .item img{
  grid-row: span 2;
  padding: 1.5vw;
  margin: 6px;
}
.fc-quick-contact .item h3{
  align-self: end;
  color: #50362a;
  padding-left: 3vw;
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 0;
}
.fc-quick-contact .item h3:after {
  content: "";
  border-bottom: 4px solid #eaa45d;
  display: block;
  width: 1vw;
  margin-top: 0.4em;
}
.fc-quick-contact .item h3 a{
  color: inherit;
}
.fc-quick-contact .item p{
  align-self: start;
  color: #50362a;
  padding-left: 3vw;
  padding-top: 0.4em;
  font-weight: normal;
  margin-bottom: 0;
}
.fc-quick-contact .item p:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #eaa45d;
  padding-left: 0.5em;
}

@media only screen and (max-width: 1250px){
  .fc-quick-contact .item{
    grid-template-rows: 40% 1fr;
  }
  .fc-quick-contact .item h3:after {
    margin-top: 0.5vw;
  }
  .fc-quick-contact .item p {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px){
  .fc-quick-contact {
    grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1fr 1fr minmax(10px,5vw);
    grid-template-rows: 1fr  1fr  1fr 3vw;
    grid-column-gap: 2vw;
    padding-top: 3vw
  }
  .fc-quick-contact .item{
    grid-template-rows: 1fr 1fr;
    grid-column: 2 / span 6;
    grid-row: span 1;
    margin-bottom: 2.5vw;
  }
  .fc-quick-contact .item:first-of-type{
    grid-column: 2 / span 6;
  }
  .fc-quick-contact .item h3{
    padding-left: 6vw;
    font-size: 6vw;
  }
  .fc-quick-contact .item h3:after {
    width: 2.5vw;
    margin-top: 2vw;
  }
  .fc-quick-contact .item p{
    padding-left: 6vw;
    font-size: 3vw;
    padding-top: 2vw;
  }
}
@media only screen and (max-width: 400px){
  .fc-quick-contact .item{
    grid-template-columns: 33% 1fr;
    grid-template-rows: 40% 1fr;
  }
  .fc-quick-contact .item h3{
    font-size: 7vw;
  }
  .fc-quick-contact .item p{
    font-size: 5vw;
  }
}








/* New Footer */

footer.page-footer{
  background-color: #000;
  border-top: solid 6px #eaa45d;
}
footer .footer.content{
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(10px,5vw) 1fr 1fr 1fr 1fr 1.35fr minmax(10px,5vw);
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 1vw;
}
footer .footer.content .fc-footer-top{
  grid-column: 1 / span 7;
  grid-row: span 1;
  padding: 20px 6vw;
  border-bottom: solid 4px rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
footer .footer.content .fc-footer-top>*{
  margin: 0;
  padding: 0;
}
footer .footer.content .fc-footer-top img{
  height: 6vw;
  margin: 0.5vw 0;
}
footer .footer.content .fc-footer-top h2{
  color: #eaa45d;
  font-size: 1.5vw;
  font-weight: bold;
}
footer .footer.content .fc-footer-top .fc-news-popup{
  margin-right: 4.5vw;
  width: 16.5vw;
  border: solid 3px #fff;
  padding: 1em 2em;
  text-align: center;
}
footer .footer.content .fc-footer-top .fc-news-popup a{
  color: #fff;
  font-size: 14px;
}
footer .footer.content .fc-footer-top .fc-news-popup a:after {
  display: inline;
  content: ">";
  justify-self: end;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  padding-left: 1em;
}
footer .footer.content .footer-column{
  float: none;
  width: 100%;
  padding: 0;
}
footer .footer.content .footer-column:nth-of-type(2){
  grid-column: 2 / span 1;
}
footer .footer.content .footer-column ul li{
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
footer .footer.content .footer-column h4 {
  margin: 1em 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: none;
  color: #fff;
}
footer .footer.content .footer-column h4:after {
  content: "";
  border-bottom: 2px solid #eaa45d;
  display: block;
  width: 1em;
  margin: 0.6em 0 0.2em;
}
footer .footer.content .footer-column.social img{
  width: 2vw;
  min-width: 35px;
  height: auto;
  margin-right: 0.5vw;
  margin-left: -5px;
}
footer .footer.content .footer-column.social .payment-logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
footer .footer.content .footer-column.social .payment-logos img, footer .footer.content .footer-column.social .payment-logos .spacer{
  display: block;
  max-height: 18px;
  min-width: auto;
  width: auto;
  height: 3vw;
  margin: 0 2.5vw 1vw 0;
}
footer .footer.content .footer-column.social .payment-logos img:nth-last-child(-n+2){
  margin: 1vw 1.5vw 1vw 0;
}
footer .footer.content .footer-column.social .payment-logos img.small{
  max-height: 40px;
  height: 5vw;
}
footer .footer.content .footer-column.social .payment-logos .spacer{
  min-width: 4vw;
}
footer .footer.content .footer-column-full-width{
  grid-column: 2 / span 5;
  grid-row: span 1;
}
footer .footer.content .footer-column-legal{
  grid-column: 1 / span 7;
  grid-row: span 1;
  padding: 3vw 6vw 0;
  margin: 6vw 0 3em;
  border-top: solid 4px rgba(255,255,255,0.2);
}

footer .footer.content .footer-column-legal p.standards {
  text-align: right;
  padding-right: 4.5vw;
}
footer .footer.content .footer-column-legal p.standards img{
  height: 75px;
  margin-left: 2em;
}

@media only screen and (max-width: 1500px){
  footer .footer.content .footer-column.social .payment-logos .spacer{
    min-width: 3vw;
  }
  footer .footer.content .footer-column.social .payment-logos .spacer{
    min-width: 4vw;
  }
}
@media only screen and (max-width: 1405px){
  footer .footer.content .footer-column.social .payment-logos img{
    height: 2vw;
    max-height: 17px;
  }
  footer .footer.content .footer-column.social .payment-logos img.small {
    max-height: 45px;
  }
  footer .footer.content .footer-column.social .payment-logos .spacer{
    min-width: 3vw;
  }
  footer .footer.content .footer-column.social img {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 1300px){
  footer .footer.content .fc-footer-top h2{
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 1220px){
  footer .footer.content .footer-column.social .payment-logos .spacer{
    min-width: 6vw;
    margin-top: 2vw;
  }
  footer .footer.content .footer-column.social .payment-logos img:nth-last-child(-n+2){
    margin: 0 1.5vw 1vw 0;
  }
}
@media only screen and (max-width: 1024px){
  footer .footer.content .fc-footer-top h2{
    font-size: 2.5vw;
    margin: 0 3vw;
    line-height: 1.3em;
  }
  footer .footer.content .fc-footer-top .fc-news-popup {
    margin-right: 0vw;
    width: 28vw;
  }
  footer .footer.content .footer-column.social img {
    margin-right: 1.5vw;
  }
  footer .footer.content .footer-column.social .payment-logos{
    justify-content: flex-start;
  }
  footer .footer.content .footer-column.social .payment-logos img{
    height: 3vw;
    max-height: 25px;
  }
  footer .footer.content .footer-column.social .payment-logos img.small {
    display: none;
  }
  footer .footer.content .footer-column.social .payment-logos .spacer{
    display: none;
  }
  footer .footer.content .footer-column.social .payment-logos img:nth-last-child(-n+4) {
    margin: 1.5vw auto 0 0;
  }
  footer .footer.content .footer-column.social .payment-logos img:nth-last-child(4) {
    margin: 1.5vw auto 0 0;
    order: 7;
  }
}
@media only screen and (max-width: 900px){
  footer .footer.content .fc-footer-top {
    height: 8em;
  }
  footer .footer.content .fc-footer-top img {
    height: 9vw;
    margin: 0 1vw;
  }
  footer .footer.content .fc-footer-top .fc-news-popup {
    margin-right: 0vw;
    width: 29vw;
    padding: 0.5em 0.8em;
  }
  footer .footer.content .footer-column.social img {
    margin-right: 3.5vw;
  }
}
@media only screen and (max-width: 700px){
  footer .footer.content .fc-footer-top h2{
    font-size: 3vw;
  }
  footer .footer.content .fc-footer-top .fc-news-popup {
    padding: 0.5em 0.8em;
    line-height: 1.2em;
  }
  footer .footer.content .footer-column.social img {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 600px){
  footer .footer.content .footer-column:nth-of-type(even) {
    grid-column: 2 / span 2;
  }
  footer .footer.content .footer-column:nth-of-type(odd) {
    grid-column: 5 / span 2;
  }
  footer .footer-column.footer-column-5.social:nth-last-of-type(2) {
    grid-column: 2 / span 5;
  }
  footer .footer.content .footer-column.social img {
    min-width: 65px;
    margin: 0 3vw 0 -9px;
  }
  footer .footer.content .footer-column.social .payment-logos img {
    height: 8vw;
  }
  footer .footer.content .footer-column.social .payment-logos img.small {
    max-height: 35px;
    height: 15vw;
  }
}
@media only screen and (max-width: 450px){
  footer .footer.content .fc-footer-top h2{
    font-size: 14px;
  }
  footer .footer.content .fc-footer-top img {
    height: 12vw;
    margin: 0 2vw;
  }
  footer .footer.content .footer-column.social img {
    margin: 0 5vw 0 -9px;
  }
}
@media only screen and (max-width: 350px){
  footer .footer.content .fc-footer-top h2{
    font-size: 12px;
  }
  footer .footer.content .fc-footer-top img {
    height: 18vw;
    margin: 0 2vw;
  }
}










/* New About Us Page */

.new-fc .section{
  display: grid;
  grid-template-columns: minmax(280px,60%) auto;
  flex-direction: row;
  margin: 2em 0;
}
.new-fc .section:nth-child(odd){
  grid-template-columns: auto minmax(280px,60%);
}
.new-fc .section:first-of-type{
  /* display: block; */
}

.new-fc .section img{
  display: block;
  grid-column: 1;
  grid-row: 1 / 10;
  width: 100%;
}
.new-fc .section h3{
  grid-column: 2;
  margin-left: 60px;
  margin-top: 0;
}
.new-fc .section p{
  grid-column: 2;
  margin-left: 60px;
}
.new-fc .section ul{
  grid-column: 2;
  margin-left: 60px;
}
.new-fc .section:nth-child(even) img{
  grid-column: 2;
  grid-row: 1 / 10;
}
.new-fc .section:nth-child(even) h3{
  grid-column: 1;
  margin-left: 0;
  margin-right: 60px;
}
.new-fc .section:nth-child(even) p{
  grid-column: 1;
  margin-left: 0;
  margin-right: 60px;
}
.new-fc .section:nth-child(even) ul{
  grid-column: 1;
  margin-left: 0;
  margin-right: 60px;
}
.new-fc .section:first-child p{
  /* margin-left: 0; */
}
.new-fc .section h3:after{
  content: "";
  border-bottom: 4px solid #e1a35a;
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
body.cms-page-view .columns .column.main .new-fc .section ul{
  float: initial!important;
  list-style-position: inside;
}
body.cms-page-view .columns .column.main .new-fc .section ul li{
  float: initial!important;
}
@media only screen and (max-width: 768px){
  .new-fc .section{
    display: block;
    margin-bottom: 60px;
  }
  .new-fc .section:last-of-type{
    margin-bottom: 20px;
  }
  .new-fc .section h3{
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .new-fc .section p{
    margin-left: 0;
    margin-right: 0;
  }
  .new-fc .section ul{
    margin-left: 0px;
    margin-right: 0;
  }
}



/* Black Friday */
.fc-new.temporary_message.top.bf:before,
.fc-new.temporary_message.top.bf, .fc-new.temporary_message.top.bf p{
  background-color: #000;
  color: #fff;
}

.catalog-product-view .bf-product{
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  display: none;
}

.catalog-product-view.customer-group-0 .bf-product,
.catalog-product-view.customer-group-1 .bf-product{
  display: inline-block;
}




.promo-sliders.bf .promo-slide.slider-bf {
  display: grid!important;
  grid-template-columns: 2% 28% 2% 68%;
  grid-column-gap: 0vw;
  grid-template-rows: 10% 8% 56% 8% 8% 10%;
}
.promo-sliders.bf .promo-slide.slider-bf:before{
  display: none;
}
.promo-sliders.bf .promo-slide.slider-bf>* {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
  margin-top: 0;
  padding: 0;
}
.promo-sliders.bf .promo-slide.slider-bf img{
  grid-column-start: 1;
  grid-column-end: 5;
  padding-left: 0;
  grid-row-start: 1;
  grid-row-end: 8;
}
.promo-sliders.bf .promo-slide.slider-bf h3{
  font-size: 6.5vw;
  padding-right: 0;
  margin-top: 0;
  align-self: start;
  grid-row-start: 3;
  grid-row-end: 6;
}
.promo-sliders.bf .promo-slide.slider-bf h3:after{
  display: none;
}
.promo-sliders.bf .promo-slide.slider-bf p:first-of-type{
  font-size: 2.3vw;
  grid-row-start: 2;
  grid-row-end: 4;
}
.promo-sliders.bf .promo-slide.slider-bf p:nth-of-type(2){
  grid-row-start: 4;
  grid-row-end: 5;
  margin-top: 0;
  color: #eaa45d;
  font-size: 2vw;
  line-height: 1.4em;
  font-weight:  bold;
}

.promo-sliders.bf .promo-slide.slider-bf p:last-of-type{
  grid-row-start: 5;
  grid-row-end: 6;
  font-size: 2vw;
  font-weight:  bold;
  align-self: end;
}

@media only screen and (max-width: 600px) {
  .promo-sliders.bf .promo-slide.slider-bf {
    display: grid!important;
    grid-template-columns: 10% 2% 76% 2% 10%;
    grid-column-gap: 0vw;
    grid-template-rows: 5% 5% 10% 50% 10% 10% 5% 5%;
    align-items: center;
  }

  .promo-sliders.bf .promo-slide.slider-bf:before{
    display: block;
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 8;
    align-self: baseline;
    height: 100%;
  }

  .promo-sliders.bf .promo-slide.slider-bf img {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 9;
  }

  .promo-sliders.bf .promo-slide.slider-bf>* {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  .promo-sliders.bf .promo-slide.slider-bf p:first-of-type {
    font-size: 6vw;
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: center;
  }
  .promo-sliders.bf .promo-slide.slider-bf h3 {
    font-size: 17vw;
    padding-right: 0;
    margin-top: 0;
    align-self: start;
    grid-row-start: 4;
    grid-row-end: 5;
    text-align: center;
  }
  .promo-sliders.bf .promo-slide.slider-bf p:nth-of-type(2) {
    grid-row-start: 5;
    grid-row-end: 6;
    font-size: 5vw;
    display: block;
    text-align: center;
  }
  .promo-sliders.bf .promo-slide.slider-bf p:last-of-type {
    grid-row-start: 6;
    grid-row-end: 7;
    font-size: 5vw;
    text-align: center;
  }
}






.block.related ol.product-items li.item.product.product-item {
  width: min-content;
  flex-grow: 1;
}

.block.related ol.product-items {
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}

.amcart-message-box .product-options-bottom .actions, .amcart-message-box .box-tocart .actions{
  display: block;
}











body.checkout-cart-index .checkout.methods .paypal-button{
  display: none;
}





/* Page Builder */
/* Reset and update */

[data-content-type=row][data-appearance=contained] h1,
[data-content-type=row][data-appearance=contained] h2,
[data-content-type=row][data-appearance=contained] h3,
[data-content-type=row][data-appearance=contained] h4{
  margin: 0;
  padding: 0;
  text-align: left;
}

[data-content-type=row][data-appearance=contained] h2{
  margin-bottom: 0.5em;
}

[data-content-type=row][data-appearance=contained] h3{
  margin: 1em 0 0.5em;
}

[data-content-type=row][data-appearance=contained] h4{
  margin: 1em 0 0.5em;
}







/* Instructions - Page Builder */

main.page-main-full-width{
  margin: 0 6vw;
}

main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header.hidden,
main.page-main-full-width .inst-languages .tabs-content.hidden{
  display: none;
}

main.page-main-full-width div[data-content-type=tabs].inst-languages .tabs-navigation li.tab-header,
main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header{
  display: none;
}
main.page-main-full-width div[data-content-type=tabs].inst-languages .tabs-navigation li.tab-header:first-of-type,
main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header:first-of-type{
  display: inline-block;
}
main.page-main-full-width div[data-content-type=tabs].inst-languages .tabs-navigation li.tab-header.visible,
main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header.visible{
  display: inline-block;
}

main.page-main-full-width .pagebuilder-column-group .inst-product,
main.page-main-full-width .inst-languages .tabs-content > div{
  margin: 20px
}

main.page-main-full-width .inst-languages .tabs-content{

}

main.page-main-full-width .inst-languages .tabs-content h2{
  text-align: left;
  margin-top: 20px
}

main.page-main-full-width .inst-languages .tabs-content .pagebuilder-column{
  margin: 5px;
}

@media only screen and (max-width: 768px){
  main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header{
    width: 100%;
    transition: order 1s;
  }
  main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  main.page-main-full-width .inst-languages div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active{
    order: -100;
  }
}




body:has(.inst-languages) .panel.wrapper,
body:has(.inst-languages) .block-search,
body:has(.inst-languages) .minicart-wrapper,
body:has(.inst-languages) .nav-sections,
body:has(.inst-languages) .header.content .nav-toggle,
body:has(.inst-languages) .header.links.main,
body:has(.inst-languages) .fc-benefits-bar,
body:has(.inst-languages) .breadcrumbs,
body:has(.inst-languages) .footer-column,
body:has(.inst-languages) .standards {
  display: none!important;
}
body:has(.inst-languages) .page-header .header.content{
  /* justify-content: center; */
}
body:has(.inst-languages) .page-title{
  text-align: center;
}
@media only screen and (max-width: 830px) {
  body:has(.inst-languages) .page-title{
    text-align: left;
    position: absolute;
    top: -120px;
    right: 0;
    width: 70%;
    /* background-color: #f00; */
  }
}
@media only screen and (max-width: 767px) {
  body:has(.inst-languages) .page-title{
    top: -95px;
  }
}
@media only screen and (max-width: 400px) {
  body:has(.inst-languages) .page-title{
    width: 60%;
    font-size: 1.4em;
  }
}

body:has(.inst-languages) footer .footer.content .fc-footer-top,
body:has(.inst-languages) footer .footer.content .footer-column-legal{
  border: none;
}
body:has(.inst-languages) .page-wrapper{
  padding-bottom: 0!important;
}







/* Hidden due to magento remove issue with custom breadcrumb */
footer .breadcrumbs{
  display: none;
}









/* Older iOS devices handle appearance:button badly and we don't use it anyway */
a.button{
  -moz-appearance: unset;
  -webkit-appearance: unset;
  appearance: unset;
}/* Popup */

.training-course-enquiry-button {
    color: #fff;
    width: auto;
    border-radius: 2px;
    background-color: #27a3a5;
    border: none;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 87px;
    width: 250px;
    text-decoration: none !important;
}

.training-course-enquiry-button:visited {
    color: #fff;
    text-decoration: none !important;
}

.training-course-enquiry-button:hover {
    color: #fff;
    text-decoration: !important;
    background: rgba(39, 163, 165, 0.8);
}

/* override */

.amasty_custom_form {
    max-width: 100% !important;
}

.field-raq-name-33, 
.field-raq-email-address-35,
.field-raq-best-contact-time-37,
.field-raq-address-line-39,
.field-raq-town-40,
.field-raq-enquiry-type-43,
.field-raq-description-45
{
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.field-raq-business-name-34, 
.field-raq-telephone-36,
.field-raq-address-line-2,
.field-raq-post-code-41,
.field-raq-item-type-44,
.field-raq-image-upload-46,
.field-raq-how-did-you-hear-47,
.field-raq-image-upload-50,
.field-raq-image-upload-51,
.field-raq-image-upload-52
{
    float: right;
    width: 48%;
    margin-bottom: 15px;
}

#raq-item-details-42, 
#raq-your-address-38 {
    float: left;
    display: block;
    width: 100%;
}

.field-raq-description-45 textarea {
    height: 221px;
}

@media only screen and (max-width:550px){
    .field-raq-description-45 textarea {
        height: 310px;
    }
}

@media only screen and (max-width:768px){
    #amasty_custom_form-3 button {
        width: 100% !important;
    }
}

#amasty_custom_form-3 {
    max-width: none !important;
}

#amasty_custom_form-3 button {
    float: left;
    width: 30%;
    margin-top: 30px;
    clear: both;
}

#amasty_custom_form-2 {
    max-width: none !important;
}

.categorypath-training-courses .modal-inner-wrap {
    width: 40% !important;
}

.modal-footer {
    border-top: none !important;
}

@media only screen and (max-width:768px){
    .categorypath-training-courses .modal-inner-wrap {
        width: 100% !important;
    }
}

/* training course buttons */
.categorypath-training-courses button.submit, .cms-request-a-quote button.submit {
    background-color: #27a3a5;
    border: none;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 15px 70px;
    border-radius: 0 !important;
}

.categorypath-training-courses button.submit:hover, .cms-request-a-quote button.submit:hover {
    background: rgba(39, 163, 165, 0.6) !important;
    border: none;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 15px 70px;
    border-radius: 0 !important;
}

/* colour charts popup */

.modal-inner-wrap  .product-item {
    margin-bottom: 30px !important;
}/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/fonts/slick.eot');
    src: url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/fonts/slick.woff') format('woff'), url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/fonts/slick.ttf') format('truetype'), url('../../frontend/urbanriver/urbanclinicfr/fr_FR/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    /*margin-bottom: 17px;*/
    margin-bottom: 0px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .calSwalEditAllocatedCash{ margin: 0 10px; }
  .calSwalEditAllocatedFormSubmit,
  .calSwalFormDelete{
    background-color: #f36b40;
    color: #fff;
    border: none !important;
    cursor: pointer;
    font-size: 15px !important;
    padding: 6px 11px 6px !important;
    height: auto !important;
  }
  .calSwalFormDelete{ background-color: #D43D3D; }
  .calSwalFormDelete:hover{ background-color: #CC0000; }
  .calSwalEditAllocatedFormSubmit:hover{
    background-color: #E65E33;
  }
  .sweet-alert select{
    background: #FFFFFF;
    border: none;
    padding: 3px;
    padding-right: 3px;
    font-family: Oxygen;
    color: #8e8e8e;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-right: 15px; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
