/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/*
 *  Custom styles by Shore Digital
 */
/** Fonts **/
@font-face {
  font-family: Darwin Pro;
  src: url(fonts/Darwin-Pro-Light.otf);
  font-weight: 300; }
@font-face {
  font-family: Darwin Pro;
  src: url(fonts/Darwin-Pro-Regular.otf);
  font-weight: 400; }
@font-face {
  font-family: Darwin Pro;
  src: url(fonts/Darwin-Pro-SemiBold.otf);
  font-weight: 600; }
/** Global **/
.noscroll {
  overflow: hidden !important;
  height: 100%; }

.secondary, .checkout-button, .button.checkout, .button.alt {
  background-color: #652d90; }

strong {
  font-weight: 400; }

@media (min-width: 1367px) {
  .container, .row {
    max-width: 1555px; } }

.dark .button.is-form:hover, .button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  box-shadow: none;
  background-color: #363636 !important; }

@media (max-width: 600px) {
  .n2-ss-section-main-content.n2-ss-layer-content {
    max-width: 1555px;
    padding: 6.25em 2vw 5.9375em !important; } }

#page-banner {
  min-height: 317px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(2em + 3px); }
  #page-banner h1 {
    font-size: 231.25%;
    line-height: 0.75;
    text-transform: uppercase;
    font-weight: bold;
    color: #652D90;
    font-family: Darwin Pro;
    margin-bottom: 0; }
  #page-banner .large-12 {
    padding-bottom: 0; }

/** Login **/
.account-actions {
  display: flex !important;
  align-items: center; }
  .account-actions div {
    margin: 0 20px;
    cursor: pointer;
    font-size: 1.1em; }
    .account-actions div:first-child {
      margin-left: 0; }

.login-popup, .signup-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.login-content, .signup-content {
  background: #fff;
  padding: 30px;
  min-width: 500px; }

.close-popup {
  font-size: 40px;
  line-height: .5;
  display: inline-block;
  cursor: pointer; }

.forgot-password-btn {
  cursor: pointer;
  color: #652d90;
  display: inline-block; }
  .forgot-password-btn:hover {
    color: #652d90; }

form#login, form#forgot_password, form#register {
  margin-top: 15px; }
  form#login h2, form#forgot_password h2, form#register h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  form#login .success, form#forgot_password .success, form#register .success {
    padding: 7px 15px;
    background-color: #f2f9f1;
    border-top: 2px solid #78bd75;
    margin: 15px 0 20px;
    display: block; }
  form#login label.error, form#forgot_password label.error, form#register label.error {
    margin-top: -15px; }
  form#login .error, form#forgot_password .error, form#register .error {
    color: #f00; }
  form#login .status .error, form#forgot_password .status .error, form#register .status .error {
    padding: 7px 15px;
    background-color: #fff2f2;
    border-top: 2px solid #da4747;
    margin: 15px 0 20px;
    display: block;
    color: #777; }
  form#login input.form-error, form#forgot_password input.form-error, form#register input.form-error {
    border-color: #da4747; }

.form-actions {
  text-align: center;
  margin: 15px 0; }
  .form-actions .button {
    text-transform: none;
    margin: 0;
    padding: 5px 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form-actions .button span {
      line-height: 0; }
  .form-actions .form-back {
    font-weight: 600;
    color: #652d90;
    cursor: pointer; }
    .form-actions .form-back:hover {
      color: #652d90; }
  .form-actions.forgot-login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-actions.forgot-login-actions .button {
      width: auto; }

.form-footer {
  margin-top: 2em;
  padding-top: 1em;
  border-top: #e5e5e5 solid 1px; }
  .form-footer span {
    font-weight: 600;
    color: #652d90;
    cursor: pointer; }
    .form-footer span:hover {
      color: #652d90; }

.login-links {
  text-align: center; }
  .login-links a {
    text-shadow: none !important;
    color: #555 !important; }

/** Header **/
.ux-search-submit {
  background-color: #652d90 !important; }

.mobile-cta {
  padding: 8px 0;
  font-family: Darwin Pro;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }
  .mobile-cta .cta-heading {
    color: white;
	margin:0 1em;
	font-size: 16px;
	}
  .mobile-cta .cta-phone {	  
	margin:0 1em;
    font-size: 18px;
    line-height: 1;
    color: white; }
    .mobile-cta .cta-phone i {
      font-size: 16px;
      margin-right: 2px; }

@media (min-width: 850px) {
  .header {
    z-index: 9999; } }

.header:not(.transparent) .header-nav.nav > li > a, .header:not(.transparent) .header-nav.nav > li > .signup-button, .header:not(.transparent) .header-nav.nav > li > .login-button, .header:not(.transparent) .header-nav.nav > li > .faqs-button {
  color: #474747; }
  .header:not(.transparent) .header-nav.nav > li > a:hover, .header:not(.transparent) .header-nav.nav > li > .signup-button:hover, .header:not(.transparent) .header-nav.nav > li > .login-button:hover, .header:not(.transparent) .header-nav.nav > li > .faqs-button:hover {
    color: #652d90; }

#header .current_page_item {
  position: relative; }
  #header .current_page_item:after {
    position: absolute;
    background-color: #ffffff;
    height: 2px;
    width: 100%;
    bottom: -1px;
    left: 0;
    content: ""; }
  #header .current_page_item a {
    color: #652d90 !important; }
#header a {
  text-transform: none;
  transition: all .3s;
  font-family: Darwin Pro;
  font-weight: 300; }
  #header a:hover {
    color: #652d90; }
#header li {
  margin: 0px 20px;
  font-family: Darwin Pro;
  font-weight: 300; }
#header .faqs-button {
  cursor: pointer; }

#faqs-popup {
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 999999;
  max-width: 100%;
  width: 400px;
  background: #fff;
  height: 100vh;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.5);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  #faqs-popup.show {
    right: 0%; }
  #faqs-popup .faqs-container {
    padding: 20px 0; }
    #faqs-popup .faqs-container .faqs-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 30px 20px;
      border-bottom: #d0d0d0 solid 1px;
      margin-bottom: 30px; }
      #faqs-popup .faqs-container .faqs-header h4 {
        margin: 0;
        padding-top: 2px;
        font-weight: 600; }
      #faqs-popup .faqs-container .faqs-header .faqs-close {
        font-size: 30px;
        line-height: 1;
        cursor: pointer;
        font-weight: 200; }
    #faqs-popup .faqs-container .faqs-content {
      padding: 0 30px 30px;
      height: 80vh;
      overflow-x: hidden;
      overflow-y: scroll;
      position: relative; }
      #faqs-popup .faqs-container .faqs-content .faqs-loader, #faqs-popup .faqs-container .faqs-content .faqs-search-loader {
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 30px 0; }
        #faqs-popup .faqs-container .faqs-content .faqs-loader.active, #faqs-popup .faqs-container .faqs-content .faqs-search-loader.active {
          opacity: 1;
          visibility: visible;
          z-index: 100; }
      #faqs-popup .faqs-container .faqs-content h5 {
        font-weight: 600; }
      #faqs-popup .faqs-container .faqs-content .faqs-search-form {
        position: relative;
        margin-bottom: 30px; }
        #faqs-popup .faqs-container .faqs-content .faqs-search-form .icon-search {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto 0;
          display: flex;
          align-items: center;
          padding: 0 12px; }
        #faqs-popup .faqs-container .faqs-content .faqs-search-form .faqs-search-field {
          margin: 0;
          padding-left: 40px; }
      #faqs-popup .faqs-container .faqs-content .faqs-list article, #faqs-popup .faqs-container .faqs-content .faqs-search-list article {
        margin-bottom: 30px; }
      #faqs-popup .faqs-container .faqs-content .faqs-list h2, #faqs-popup .faqs-container .faqs-content .faqs-search-list h2 {
        margin: 0;
        line-height: 1.2;
        font-weight: 600;
        font-size: 15px; }
      #faqs-popup .faqs-container .faqs-content .faqs-list .entry-content, #faqs-popup .faqs-container .faqs-content .faqs-search-list .entry-content {
        padding: 0;
        line-height: 1.2; }
        #faqs-popup .faqs-container .faqs-content .faqs-list .entry-content p, #faqs-popup .faqs-container .faqs-content .faqs-search-list .entry-content p {
          margin: 0; }
      #faqs-popup .faqs-container .faqs-content .faqs-list .entry-footer, #faqs-popup .faqs-container .faqs-content .faqs-search-list .entry-footer {
        font-size: 13px;
        margin-top: 5px;
        text-align: right; }
        #faqs-popup .faqs-container .faqs-content .faqs-list .entry-footer a, #faqs-popup .faqs-container .faqs-content .faqs-search-list .entry-footer a {
          color: #652d90; }
      #faqs-popup .faqs-container .faqs-content .faqs-list .faqs-read-more, #faqs-popup .faqs-container .faqs-content .faqs-search-list .faqs-read-more {
        font-size: 14px;
        font-weight: 400;
        color: #652d90;
        margin-top: 2px;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 90px; }
        #faqs-popup .faqs-container .faqs-content .faqs-list .faqs-read-more i.icon-angle-right, #faqs-popup .faqs-container .faqs-content .faqs-search-list .faqs-read-more i.icon-angle-right {
          font-size: 20px;
          margin-left: 8px; }
      #faqs-popup .faqs-container .faqs-content .faqs-item-nav {
        margin-bottom: 20px; }
        #faqs-popup .faqs-container .faqs-content .faqs-item-nav .faqs-back-btn {
          font-size: 14px;
          font-weight: 400;
          color: #652d90;
          margin-top: 2px;
          display: flex;
          align-items: center;
          cursor: pointer;
          width: 90px; }
          #faqs-popup .faqs-container .faqs-content .faqs-item-nav .faqs-back-btn i.icon-angle-left {
            font-size: 20px;
            margin-right: 8px; }
      #faqs-popup .faqs-container .faqs-content .faqs-search-content {
        position: relative; }

.header-wrapper.stuck {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15) !important; }
  .header-wrapper.stuck a {
    text-shadow: unset;
    color: #ffffff; }
  .header-wrapper.stuck #logo img {
    max-height: 50px !important; }
  .header-wrapper.stuck .faqs-button {
    text-shadow: unset; }

/** Homepage **/
.home {
  /*.header-bg-color, .header-wrapper { //Transparent header
    @media (min-width: 849px) {
          background-color: transparent !important;
          box-shadow: none !important;
      }*/
    /*a {
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
    }
}*/ }
  .home .homepage-slider {
    position: relative; }
    @media (min-width: 600px) {
      .home .homepage-slider .booking-form {
        position: absolute;
        top: 40%;
        left: 10%;
        transform: translateY(-40%);
        width: 390px; } }
    .home .homepage-slider .booking-form .booking-form-content {
      padding: 0 15px;
      background-color: #f5f5f5; }
      @media (min-width: 600px) {
        .home .homepage-slider .booking-form .booking-form-content {
          background-color: rgba(255, 255, 255, 0.8);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22); } }
      @media (min-width: 849px) {
        .home .homepage-slider .booking-form .booking-form-content {
          background-color: #ffffff; } }
      .home .homepage-slider .booking-form .booking-form-content .booking-title {
        font-size: 28px;
        padding: 20px 15px 0;
        color: #652d90;
        font-family: Darwin Pro;
        font-weight: 400; }
      .home .homepage-slider .booking-form .booking-form-content .express-bin-col {
        padding: 0 15px;
        margin-bottom: 20px; }
        .home .homepage-slider .booking-form .booking-form-content .express-bin-col.combined {
          display: flex; }
          .home .homepage-slider .booking-form .booking-form-content .express-bin-col.combined .express-bin-field {
            width: 50%; }
          .home .homepage-slider .booking-form .booking-form-content .express-bin-col.combined .express-combined-field {
            display: flex;
            width: 100%; }
      .home .homepage-slider .booking-form .booking-form-content .express-bin-actions {
        text-align: right; }
        .home .homepage-slider .booking-form .booking-form-content .express-bin-actions a {
          margin-right: 0; }
      .home .homepage-slider .booking-form .booking-form-content input[type="text"], .home .homepage-slider .booking-form .booking-form-content select {
        margin-bottom: 0;
        font-weight: 500; }
      .home .homepage-slider .booking-form .booking-form-content label {
        font-weight: 500; }
    .home .homepage-slider .booking-form #express-bin-input-row {
      display: flex;
      flex-direction: column; }
      .home .homepage-slider .booking-form #express-bin-input-row .form-error {
        border-color: red; }
    .home .homepage-slider .booking-form #express-bin-error-row {
      display: none;
      padding: 0 15px;
      margin-bottom: 15px; }
    .home .homepage-slider .booking-form #express-bin-book-a-bin-row, .home .homepage-slider .booking-form #express-bin-book-a-bin-continue-row {
      background-color: transparent;
      padding: 15px 15px 0; }
    .home .homepage-slider .booking-form #express-bin-book-a-bin-btn {
      text-transform: none;
      color: #ffffff !important;
      background-color: #652d90 !important;
      font-size: 14px; }
      .home .homepage-slider .booking-form #express-bin-book-a-bin-btn:hover {
        background-color: #363636 !important; }
  @media (min-width: 849px) {
    .home .homepage-banner {
      margin-top: -105px;
      z-index: 2; } }
  .home .homepage-banner .col {
    padding-bottom: 0; }
  @media (min-width: 849px) {
    .home .homepage-banner .col-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 900px;
      margin: 0 auto !important; } }
  @media (min-width: 849px) {
    .home .homepage-banner .button {
      flex: .3;
      margin-bottom: 0; } }
  .home .homepage-banner h1 {
    font-family: Darwin Pro;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase; }
    @media (min-width: 849px) {
      .home .homepage-banner h1 {
        flex: .7;
        margin-bottom: 0; } }
  .home #top-bar {
    display: block; }
  .home #header {
    /*.header-logo-white { //Transparent header
        @media (min-width: 849px) {
            display: none;
        }
    }*/ }
    @media (min-width: 849px) {
      .home #header {
        position: absolute; } }
    .home #header a, .home #header .account-actions div, .home #header .faqs-button {
      color: #474747; }
      .home #header a:hover, .home #header .account-actions div:hover, .home #header .faqs-button:hover {
        color: #652d90; }
    .home #header a {
      text-transform: none;
      transition: all .3s; }
      .home #header a:hover {
        opacity: .85; }
    .home #header li {
      margin: 0px 20px; }
    .home #header .header-logo-coloured {
      display: none;
      /*@media (min-width: 849px) { //Transparent header
          display: block;
      }*/ }
    .home #header .header-wrapper.stuck {
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15) !important; }
      .home #header .header-wrapper.stuck a, .home #header .header-wrapper.stuck .account-actions div, .home #header .header-wrapper.stuck .faqs-button {
        text-shadow: unset;
        color: #474747 !important; }
        .home #header .header-wrapper.stuck a:hover, .home #header .header-wrapper.stuck .account-actions div:hover, .home #header .header-wrapper.stuck .faqs-button:hover {
          color: #652d90 !important; }
      .home #header .header-wrapper.stuck #logo img {
        max-height: 50px !important; }
      .home #header .header-wrapper.stuck .header-logo-coloured {
        display: none; }
      .home #header .header-wrapper.stuck .header-logo-white {
        display: block; }
  @media (max-width: 599px) {
    .home .flickity-viewport .banner {
      padding-top: 300px !important; } }
  @media (min-width: 849px) {
    .home .flickity-viewport .banner {
      height: 100vh !important; } }
  .home .featured-post-section {
    background-color: transparent; }

.booking-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4em 0; }
  .booking-steps .booking-step-icon {
    margin: 0 12px;
    display: flex; }
    .booking-steps .booking-step-icon i {
      font-size: 20px;
      color: #bbbbbb; }
      .booking-steps .booking-step-icon i.icon-checkmark {
        font-size: 18px; }
  .booking-steps .icon-cart:before {
    font-family: 'fl-icons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1.2;
    content: "\e908"; }
  .booking-steps .icon-cart.current-step {
    color: #652D90; }
  .booking-steps .booking-steps-separator {
    height: 1px;
    background-color: #bbbbbb;
    width: 80px; }
    .booking-steps .booking-steps-separator.current-step {
      background-color: #652D90; }

.booking-form-container {
  margin: 3em 0; }
  @media (max-width: 950px) {
    .booking-form-container {
      margin: 3em 0 0; } }
  .booking-form-container .booking-form .booking-form-content {
    padding: 0 15px; }
    .booking-form-container .booking-form .booking-form-content .booking-title {
      display: none; }
    .booking-form-container .booking-form .booking-form-content .express-bin-col {
      margin-bottom: 3em;
      padding: 0 15px; }
      @media (min-width: 951px) {
        .booking-form-container .booking-form .booking-form-content .express-bin-col {
          max-width: 650px;
          margin-bottom: 20px; } }
      .booking-form-container .booking-form .booking-form-content .express-bin-col.combined {
        display: flex;
        order: 3;
        flex-direction: column; }
        .booking-form-container .booking-form .booking-form-content .express-bin-col.combined .express-combined-field {
          display: flex; }
        .booking-form-container .booking-form .booking-form-content .express-bin-col.combined .express-bin-field {
          width: 50%; }
    .booking-form-container .booking-form .booking-form-content .express-bin-actions {
      text-align: right; }
      .booking-form-container .booking-form .booking-form-content .express-bin-actions a {
        margin-right: 0; }
    .booking-form-container .booking-form .booking-form-content input[type="text"], .booking-form-container .booking-form .booking-form-content select {
      margin-bottom: 0;
      font-weight: 500; }
    .booking-form-container .booking-form .booking-form-content label {
      font-weight: 500; }
  .booking-form-container .booking-form #express-bin-input-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }
    @media (max-width: 950px) {
      .booking-form-container .booking-form #express-bin-input-row {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column; } }
    .booking-form-container .booking-form #express-bin-input-row .form-error {
      border-color: red; }
  .booking-form-container .booking-form #express-bin-error-row {
    display: none;
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center; }
  .booking-form-container .booking-form #express-bin-book-a-bin-row, .booking-form-container .booking-form #express-bin-book-a-bin-continue-row {
    background-color: transparent;
    padding: 15px 15px 0; }
  .booking-form-container .booking-form #express-bin-book-a-bin-btn {
    text-transform: none;
    color: #ffffff !important;
    background-color: #652d90 !important;
    font-size: 14px; }

.booking-step {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  font-family: Darwin Pro;
  font-weight: 400;
  color: #191919; }
  @media (min-width: 951px) {
    .booking-step {
      margin-bottom: 1em; } }

.product-container {
  margin-bottom: 3em; }

.product-item {
  position: relative;
  outline: none;
  height: auto; }
  .product-item .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100; }
    .product-item .product-overlay.enabled {
      visibility: hidden; }
    .product-item .product-overlay.disabled {
      visibility: visible; }
    @media (max-width: 541px) {
      .product-item .product-overlay {
        display: none; } }

.slick-slide img {
  max-height: 150px; }

.slick-track {
  display: flex; }

.product-item-content {
  padding: 20px;
  margin: 0 15px;
  border: solid 1px #652d90;
  outline: none;
  height: 100%; }
  .product-item-content .product-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .product-item-content .product-header .product-title {
      margin-bottom: 15px;
      color: #191919; }
    .product-item-content .product-header .product-image {
      margin-bottom: 20px; }
    .product-item-content .product-header .product-fit {
      display: flex;
      justify-content: space-around;
      width: 100%; }
      .product-item-content .product-header .product-fit .product-fit-item {
        display: flex;
        margin-bottom: 20px;
        padding: 0 10px;
        align-items: center; }
        .product-item-content .product-header .product-fit .product-fit-item .fit-total {
          font-family: Darwin Pro;
          font-weight: 900;
          font-size: 35px;
          color: #642c91;
          padding: 0 10px;
          line-height: 1.1;
          margin-top: -5px; }
        .product-item-content .product-header .product-fit .product-fit-item .fit-name {
          font-family: Darwin Pro;
          font-weight: 400;
          color: #191919;
          display: flex;
          flex-direction: column;
          line-height: 1.1; }
  .product-item-content .product-price {
    color: #191919;
    font-size: 24px;
    font-family: Darwin Pro;
    font-weight: 400; }
  .product-item-content .product-attributes, .product-item-content .product-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #191919;
    align-items: center; }
  .product-item-content .product-quantity {
    display: flex;
    align-items: center; }
    .product-item-content .product-quantity .quantity {
      margin-right: 0; }

.address-verification {
  color: #b20000;
  font-size: 12px; }

.product-addons-section {
  padding: 3em 15px 0;
  border-top: solid 1px #e0e0e0;
  margin-bottom: 3em; }
  .product-addons-section .product-addons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 1252px) {
      .product-addons-section .product-addons {
        flex-direction: row; } }
    .product-addons-section .product-addons .product-addon {
      display: flex;
      padding: 15px;
      margin-bottom: 15px;
      width: 450px;
      max-width: 450px; }
      @media (max-width: 500px) {
        .product-addons-section .product-addons .product-addon {
          width: 100%; } }
      @media (min-width: 1271px) {
        .product-addons-section .product-addons .product-addon {
          margin-bottom: 0; } }
      .product-addons-section .product-addons .product-addon .product-addon-content {
        display: flex;
        border: 1px solid #e0e0e0;
        align-items: center;
        padding: 10px;
        width: 100%;
        justify-content: space-between; }
      .product-addons-section .product-addons .product-addon .addon-details {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 15px; }
      .product-addons-section .product-addons .product-addon .product-title {
        color: #191919;
        font-weight: 500;
        font-family: Darwin Pro; }
      .product-addons-section .product-addons .product-addon .product-image {
        width: 80px;
        margin-right: 15px; }
      .product-addons-section .product-addons .product-addon .quantity {
        margin-right: 0; }

.cart-section {
  position: relative;
  min-height: 80px; }
  .cart-section .cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    visibility: hidden;
    opacity: 0; }
    .cart-section .cart-loader.show {
      visibility: visible;
      opacity: 1; }

.cart-content {
  display: flex;
  justify-content: space-between;
  padding: 3em 3em 15px;
  border-top: solid 1px #e0e0e0; }
  @media (max-width: 950px) {
    .cart-content {
      justify-content: flex-start;
      flex-wrap: nowrap;
      flex-direction: column;
      padding: 3em 15px 15px; } }
  .cart-content.cart-hide {
    display: none; }
  .cart-content .cart-col {
    display: flex; }
    @media (max-width: 950px) {
      .cart-content .cart-col {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%; } }
  .cart-content .cart-list {
    justify-content: flex-start;
    align-items: center;
    width: 81vw;
    padding-right: 2em; }
    @media (max-width: 950px) {
      .cart-content .cart-list {
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-right: 0; } }
    .cart-content .cart-list .cart-label {
      font-family: Darwin Pro;
      font-weight: 400;
      color: #191919;
      font-size: 20px;
      flex-shrink: 0;
      margin-right: 20px; }
      @media (max-width: 950px) {
        .cart-content .cart-list .cart-label {
          margin-bottom: 30px;
          margin-right: 0; } }
    .cart-content .cart-list .cart-items {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: -30px; }
      @media (max-width: 950px) {
        .cart-content .cart-list .cart-items {
          margin-bottom: 0;
          justify-content: center; } }
      .cart-content .cart-list .cart-items .cart-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px 30px; }
        @media (max-width: 950px) {
          .cart-content .cart-list .cart-items .cart-item {
            margin: 0 30px 30px; } }
  .cart-content .cart-summary {
    justify-content: flex-end;
    align-items: center;
    border-left: solid 1px #e0e0e0;
    padding: 3em 0 3em 2em; }
    @media (max-width: 950px) {
      .cart-content .cart-summary {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        border-left: 0 none;
        padding: 0; } }
    .cart-content .cart-summary .cart-total {
      font-family: Darwin Pro;
      font-weight: 400;
      margin-right: 20px; }
    .cart-content .cart-summary .button {
      margin: 0; }
  .cart-content .remove-item {
    cursor: pointer;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
    mix-blend-mode: difference;
    font-style: normal;
    font-weight: 200;
    font-size: 30px;
    min-height: 0;
    -webkit-backface-visibility: hidden;
    transition: opacity .3s, transform .3s;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: right;
    height: 17px;
    justify-content: flex-end;
    margin-bottom: 10px; }

.page-checkout .red {
  color: #b20000; }
.page-checkout .row {
  margin: 0 -25px !important; }
.page-checkout .large-4 {
  padding: 0 25px 30px; }
.page-checkout form.checkout h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
  font-family: Darwin Pro;
  font-weight: 200;
  color: #191919;
  text-transform: none; }
.page-checkout h4 {
  margin-bottom: 12px;
  font-family: Darwin Pro;
  font-weight: 300;
  color: #652d90;
  text-transform: none; }
.page-checkout .woocommerce-billing-fields {
  padding-top: 0;
  border-top: 0; }
.page-checkout .has-border {
  border: 0 none;
  padding: 0; }
.page-checkout .coupon, .page-checkout .checkout-your-order {
  margin-bottom: 30px; }
.page-checkout .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px #e7e7e7 solid;
  margin-bottom: 10px;
  padding: 2px 12px; }
  .page-checkout .cart-item .item-image {
    width: 30px;
    margin-right: 10px; }
  .page-checkout .cart-item .cart-item-details {
    display: flex;
    align-items: center; }
    .page-checkout .cart-item .cart-item-details .price {
      font-family: Darwin Pro;
      font-weight: 400; }
  .page-checkout .cart-item .remove-item {
    font-size: 25px;
    cursor: pointer;
    margin-left: 10px; }
    .page-checkout .cart-item .remove-item:hover {
      color: #652d90; }
.page-checkout .checkout-summary {
  margin-bottom: 30px; }
  .page-checkout .checkout-summary h4 {
    border-bottom: 2px solid #652d90; }
  .page-checkout .checkout-summary .checkout-total {
    display: flex;
    justify-content: space-between; }
    .page-checkout .checkout-summary .checkout-total .amount {
      font-family: Darwin Pro;
      font-weight: 400;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      text-align: right;
      line-height: 1.2; }
      .page-checkout .checkout-summary .checkout-total .amount sup {
        color: #808080;
        font-weight: 200;
        text-decoration: line-through;
        font-size: 15px; }
.page-checkout #place_order {
  background-color: #652d90;
  float: right;
  margin: 0; }
.page-checkout .woocommerce_error {
  color: #db0303;
  margin: 0; }
.page-checkout input[readonly] {
  background-color: #e0e0e0;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .page-checkout input[readonly]:focus {
    box-shadow: none; }
.page-checkout #cart-coupons {
  margin: -15px -15px 15px;
  display: flex; }
  .page-checkout #cart-coupons .coupon-item {
    display: flex;
    padding: 2px 12px;
    background-color: #f0f0f0;
    margin: 0 15px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    align-items: center;
    color: #191919; }
    .page-checkout #cart-coupons .coupon-item .remove-coupon {
      cursor: pointer;
      font-size: 22px;
      margin-left: 10px; }
      .page-checkout #cart-coupons .coupon-item .remove-coupon:hover {
        color: #652d90; }
.page-checkout .checkout-links {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 20px; }
  .page-checkout .checkout-links .back-button {
    display: flex;
    align-items: center;
    font-family: Darwin Pro;
    font-weight: 400;
    color: #652D90; }
    .page-checkout .checkout-links .back-button i {
      font-size: 25px;
      font-weight: 900;
      margin-right: 5px;
      margin-bottom: -2.5px; }
  .page-checkout .checkout-links .button {
    margin: 0; }
.page-checkout .payment-section {
  display: none; }
.page-checkout .customer-details-action .success-msg {
  color: #418200;
  margin-bottom: 20px; }
.page-checkout .customer-details-action .error-msg {
  color: #b10606;
  margin-bottom: 20px; }

.woocommerce-order-received .woocommerce {
  margin: 0 20px; }
.woocommerce-order-received h1 {
  font-family: Darwin Pro;
  font-weight: 400;
  text-align: center; }
.woocommerce-order-received .icon-checkmark {
  color: #652D90 !important; }
.woocommerce-order-received .booking-steps-separator {
  background-color: #652D90 !important; }
.woocommerce-order-received h2 {
  font-family: Darwin Pro;
  font-weight: 400;
  font-size: 20px; }
.woocommerce-order-received .woocommerce-column strong {
  font-weight: 600; }
.woocommerce-order-received .woocommerce-column--delivery-address p {
  margin: 0; }
.woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
  margin: 0; }
  .woocommerce-order-received .woocommerce-order-overview li {
    margin-left: 0; }

/** Blog page**/
#blog main, #archive-post main {
  background-color: #F7F7F7; }
#blog #blog-banner, #archive-post #blog-banner {
  min-height: 317px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(2em + 3px); }
  #blog #blog-banner h1, #archive-post #blog-banner h1 {
    text-align: center;
    font-size: 231.25%;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'Roboto','Arial';
    font-weight: bold;
    color: #652D90;
    font-family: Darwin Pro;
    margin-bottom: 0; }
    #blog #blog-banner h1:after, #archive-post #blog-banner h1:after {
      content: '';
      width: 60px;
      margin: auto;
      display: block;
      margin-top: 20px;
      border-bottom: 4px solid #363636; }
#blog #blog-list .post-header, #archive-post #blog-list .post-header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  color: #474747;
  font-family: Darwin Pro; }
#blog #blog-list .post-content, #archive-post #blog-list .post-content {
  background-color: white;
  padding: 1em; }
#blog #blog-list .post-container, #archive-post #blog-list .post-container {
  display: flex;
  flex-flow: row wrap; }
  #blog #blog-list .post-container article, #archive-post #blog-list .post-container article {
    width: 100%;
    padding: 0 1em; }
#blog #blog-list .entry-meta, #archive-post #blog-list .entry-meta {
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  margin: 1em 0; }
#blog #blog-list .entry-content, #archive-post #blog-list .entry-content {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }
#blog #blog-list .post-image img, #archive-post #blog-list .post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover; }
#blog #blog-list .read-more, #archive-post #blog-list .read-more {
  text-align: center; }
  #blog #blog-list .read-more a, #archive-post #blog-list .read-more a {
    background-color: #652D90;
    padding: 0.75em 2em;
    display: inline-block;
    transition: all .3s;
    color: white;
    font-weight: normal; }
    #blog #blog-list .read-more a:hover, #archive-post #blog-list .read-more a:hover {
      background-color: #363636; }
#blog #blog-list .category, #archive-post #blog-list .category {
  font-weight: 400;
  font-size: 14px; }
#blog #blog-list #load-more, #archive-post #blog-list #load-more {
  text-align: center;
  display: block;
  margin: 1em; }
#blog #blog-sidebar, #archive-post #blog-sidebar {
  list-style: none; }
  #blog #blog-sidebar h2, #archive-post #blog-sidebar h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: Darwin Pro;
    margin-bottom: 0;
    text-transform: uppercase; }
  #blog #blog-sidebar li li, #archive-post #blog-sidebar li li {
    font-weight: 400;
    font-size: 15px; }
    #blog #blog-sidebar li li a, #archive-post #blog-sidebar li li a {
      color: #777; }

@media (min-width: 981px) {
  #blog .col-md-9, #archive-post .col-md-9 {
    width: 75%;
    padding: 0 1em; }
  #blog .col-md-3, #archive-post .col-md-3 {
    width: 25%;
    padding: 0 1em; }
  #blog #blog-list .post-container article, #archive-post #blog-list .post-container article {
    width: 50%;
    padding: 0 1em; } }
@media (max-width: 980px) {
  #blog #blog-sidebar, #archive-post #blog-sidebar {
    padding: 0 1em; } }
.single .entry-title {
  font-family: Darwin Pro; }
.single .entry-image img {
  max-height: 350px;
  object-fit: cover; }
.single .entry-content {
  font-weight: 400; }
  .single .entry-content .blog-share {
    margin-top: 60px; }
.single .post-sidebar .widget-title {
  font-size: 20px;
  font-weight: 500;
  font-family: Darwin Pro;
  margin-bottom: 0;
  color: #555;
  line-height: 2.1; }
.single .post-sidebar .is-divider {
  display: none; }
.single .post-sidebar ul li,
.single .post-sidebar ul li a,
.single .post-sidebar .textwidget {
  font-size: 15px;
  font-weight: 400;
  color: #777; }

.home .featured-post-section {
  background-color: #F7F7F7;
  padding: 4em 0;
  font-weight: 400; }
  .home .featured-post-section.is-full-height {
    height: auto !important; }
  .home .featured-post-section .fill,
  .home .featured-post-section .banner-layers > * {
    position: unset !important; }
  .home .featured-post-section .lg-x50 {
    transform: translateX(0) !important; }
  .home .featured-post-section .container {
    max-width: 85%; }
    .home .featured-post-section .container h2 {
      font-family: Darwin Pro;
      font-size: 30px;
      text-transform: uppercase;
      color: #662C90;
      font-weight: 600; }
    .home .featured-post-section .container hr {
      margin: 1em auto 2em;
      border-width: 0;
      width: 80px;
      border-top: 4px solid #464646;
      opacity: 1; }
    .home .featured-post-section .container .featured-post-container {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .home .featured-post-section .container .featured-post-container article {
        width: 25%;
        padding: 1em; }
        .home .featured-post-section .container .featured-post-container article .featured-image figure {
          margin-bottom: 0; }
          .home .featured-post-section .container .featured-post-container article .featured-image figure img {
            width: 100%; }
        .home .featured-post-section .container .featured-post-container article .featured-content {
          padding: 1em;
          background-color: white; }
          .home .featured-post-section .container .featured-post-container article .featured-content h3 {
            font-family: Darwin Pro;
            text-align: left;
            margin: 0;
            line-height: 0.75; }
            .home .featured-post-section .container .featured-post-container article .featured-content h3 a {
              color: #474747;
              font-size: 18px; }
          .home .featured-post-section .container .featured-post-container article .featured-content p {
            text-align: left;
            color: #474747; }
          .home .featured-post-section .container .featured-post-container article .featured-content .featured-read-more {
            text-align: center;
            padding: 1em; }
            .home .featured-post-section .container .featured-post-container article .featured-content .featured-read-more a {
              background-color: #652D90;
              color: white;
              padding: 0.75em 2em;
              display: inline-block;
              transition: all .3s; }
              .home .featured-post-section .container .featured-post-container article .featured-content .featured-read-more a:hover {
                background-color: #363636; }
  @media (max-width: 1200px) {
    .home .featured-post-section .container {
      max-width: 100%; }
    .home .featured-post-section .container .featured-post-container article {
      width: 50%;
      padding: 1%; } }
  @media (max-width: 600px) {
    .home .featured-post-section .container .featured-post-container article {
      width: 100%; } }

.home .experience-post-section {
  background-color: #FFFFFF;
  padding: 4em 0;
  font-weight: 400; }
  .home .experience-post-section.is-full-height {
    height: auto !important; }
  .home .experience-post-section .fill,
  .home .experience-post-section .banner-layers > * {
    position: unset !important; }
  .home .experience-post-section .lg-x50 {
    transform: translateX(0) !important; }
  .home .experience-post-section .container {
    max-width: 85%; }
    .home .experience-post-section .container h2 {
      font-family: Darwin Pro;
      font-size: 30px;
      text-transform: uppercase;
      color: #662C90;
      font-weight: 600; }
    .home .experience-post-section .container hr {
      margin: 1em auto 2em;
      border-width: 0;
      width: 80px;
      border-top: 4px solid #464646;
      opacity: 1; }
    .home .experience-post-section .container p {
      color: #474747; }
  .home .experience-post-section .experience-post-container {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .home .experience-post-section .experience-post-container article {
      width: 48%;
      margin: 1%;
      padding: 1%;
      min-height: 575px;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center; }
      .home .experience-post-section .experience-post-container article .experience-read-more {
        text-align: center;
        padding: 0;
        margin: 3em 0 0; }
        .home .experience-post-section .experience-post-container article .experience-read-more a {
          background-color: #652D90;
          color: white;
          padding: 0.75em 1em;
          display: inline-block;
          transition: all .3s; }
          .home .experience-post-section .experience-post-container article .experience-read-more a:hover {
            background-color: #363636; }
  @media (max-width: 1024px) {
    .home .experience-post-section .container {
      max-width: 95%;
      padding: 7.5px; }
    .home .experience-post-section .experience-post-container article {
      min-height: 40vw; } }
  @media (max-width: 980px) {
    .home .experience-post-section .experience-post-container article {
      width: 100%;
      min-height: 75vw;
      margin: 2em 0 0; } }

.featured-video-section {
  background-color: #F7F7F7;
  padding: 4em 0 !important; }
  .featured-video-section .row {
    max-width: 900px; }
    .featured-video-section .row .col {
      padding: 0; }
    @media (max-width: 1024px) {
      .featured-video-section .row {
        max-width: 95%;
        padding: 1%; } }

.the-purple-cow-difference-section {
  font-weight: 400; }
  .the-purple-cow-difference-section h2 {
    font-family: Darwin Pro;
    font-size: 30px;
    text-transform: uppercase;
    color: #662C90;
    font-weight: 600;
    line-height: 1; }
  .the-purple-cow-difference-section h3 {
    font-size: 1.5em; }
  .the-purple-cow-difference-section hr {
    margin: 1em auto 2em;
    border-width: 0;
    width: 80px;
    border-top: 4px solid #464646;
    opacity: 1; }
  .the-purple-cow-difference-section p {
    color: #474747; }
  .the-purple-cow-difference-section .row {
    max-width: 85%; }
    .the-purple-cow-difference-section .row .col-inner .row {
      max-width: 100%; }
    .the-purple-cow-difference-section .row .col {
      padding: 10px 15px 10px; }
  @media (min-width: 1025px) {
    .the-purple-cow-difference-section .large-2 {
      max-width: 16%;
      -ms-flex-preferred-size: 16%;
      flex-basis: 16%; }
    .the-purple-cow-difference-section .large-10 {
      max-width: 84%;
      -ms-flex-preferred-size: 84%;
      flex-basis: 84%; } }
  @media (max-width: 1024px) {
    .the-purple-cow-difference-section .large-2 {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      .the-purple-cow-difference-section .large-2 img {
        width: auto; }
    .the-purple-cow-difference-section .large-10 {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .the-purple-cow-difference-section .row {
      margin: auto !important; }
    .the-purple-cow-difference-section h3 {
      line-height: 1.2; }
    .the-purple-cow-difference-section .col, .the-purple-cow-difference-section h3, .the-purple-cow-difference-section p {
      text-align: center !important; } }

.services-section {
  padding-top: 3em; }
  .services-section h2 {
    font-family: Darwin Pro;
    font-size: 30px;
    text-transform: uppercase;
    color: #662C90;
    font-weight: 600;
    line-height: 1; }
  .services-section .services-tile-row {
    max-width: 95vw; }
    .services-section .services-tile-row .services-tile-col {
      width: calc(23.75vw - 15px);
      height: calc(23.75vw - 15px);
      position: relative;
      overflow: hidden;
      margin: 7.5px;
      padding: 0;
      max-width: calc(23.75vw - 15px);
      -ms-flex-preferred-size: calc(23.75vw - 15px);
      flex-basis: calc(23.75vw - 15px); }
      .services-section .services-tile-row .services-tile-col .non-hover {
        margin: 0; }
        .services-section .services-tile-row .services-tile-col .non-hover > .col {
          padding: 0; }
        .services-section .services-tile-row .services-tile-col .non-hover .img {
          position: unset;
          margin-bottom: 0;
          transition: all 0.3s; }
          .services-section .services-tile-row .services-tile-col .non-hover .img img {
            height: calc(23.75vw - 15px);
            width: calc(23.75vw - 15px);
            object-fit: cover; }
        .services-section .services-tile-row .services-tile-col .non-hover h2 {
          font-family: Darwin Pro;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .services-section .services-tile-row .services-tile-col .non-hover h2 a {
            color: white;
            font-size: 26px;
            text-transform: uppercase;
            font-weight: 600; }
      .services-section .services-tile-row .services-tile-col:hover .non-hover .img {
        margin-top: -102%; }
      .services-section .services-tile-row .services-tile-col .hover {
        margin: 0;
        background-color: #652D90;
        height: calc(23.75vw - 15px);
        width: calc(23.75vw - 15px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .services-section .services-tile-row .services-tile-col .hover img {
          width: 90px; }
        .services-section .services-tile-row .services-tile-col .hover .divider {
          margin: auto; }
        .services-section .services-tile-row .services-tile-col .hover h2 {
          font-family: Darwin Pro;
          font-size: 26px;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 1;
          text-align: center; }
          .services-section .services-tile-row .services-tile-col .hover h2 a {
            color: white; }
          .services-section .services-tile-row .services-tile-col .hover h2:hover a {
            color: white; }
        .services-section .services-tile-row .services-tile-col .hover:hover img, .services-section .services-tile-row .services-tile-col .hover:hover .divider, .services-section .services-tile-row .services-tile-col .hover:hover h2 {
          opacity: 0.9; }
      @media (max-width: 1024px) {
        .services-section .services-tile-row .services-tile-col.medium-3, .services-section .services-tile-row .services-tile-col .non-hover .img img, .services-section .services-tile-row .services-tile-col .hover {
          width: calc(47.5vw - 15px);
          height: calc(47.5vw - 15px);
          max-width: calc(47.5vw - 15px);
          -ms-flex-preferred-size: calc(23.75vw - 15px);
          flex-basis: calc(47.5vw - 15px); } }
      @media (max-width: 600px) {
        .services-section .services-tile-row .services-tile-col.medium-3, .services-section .services-tile-row .services-tile-col .non-hover .img img, .services-section .services-tile-row .services-tile-col .hover {
          width: calc(95vw - 15px);
          height: calc(95vw - 15px);
          max-width: calc(95vw - 15px);
          -ms-flex-preferred-size: calc(95vw - 15px);
          flex-basis: calc(95vw - 15px); } }

.page-id-4450 #n2-ss-10item1, .page-id-5800 #n2-ss-10item1 {
  font-family: 'Darwin Pro' !important; }
  .page-id-4450 #n2-ss-10item1:after, .page-id-5800 #n2-ss-10item1:after {
    content: '';
    width: 60px;
    margin: auto;
    display: block;
    margin-top: 20px;
    border-bottom: 4px solid #363636; }

#footer {
  font-weight: 400; }
  #footer ul li {
    border: 0 none !important; }
    #footer ul li a {
      padding: 0; }
  #footer a:hover {
    text-decoration: underline; }
  #footer .footer {
    padding: 3em 0 0;
    border-top: 0; }
    @media (max-width: 980px) {
      #footer .footer .row {
        display: flex;
        flex-wrap: wrap;
        margin: auto; }
      #footer .footer .row .col {
        width: 50%; } }
    @media (max-width: 1024px) and (min-width: 601px) {
      #footer .footer .row {
        max-width: 100%; } }
    @media (max-width: 600px) {
      #footer .footer .row {
        max-width: 100%; }
      #footer .footer .row .col {
        width: 100%; } }
  #footer .widget-title {
    font-family: Darwin Pro;
    font-weight: 200;
    text-transform: none; }
  #footer .is-divider {
    background-color: #707070; }
  #footer .social-share {
    display: flex;
    margin: 0 -3px 15px; }
    #footer .social-share a {
      color: #363636;
      background-color: #ffffff;
      border-radius: 100px;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 3px; }
      #footer .social-share a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #652D90; }
  #footer .absolute-footer {
    color: #ffffff; }
    #footer .absolute-footer .footer-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 2px solid #707070;
      padding: 15px 0; }
      #footer .absolute-footer .footer-flex .footer-bottom-col {
        width: 33.3333%; }
        #footer .absolute-footer .footer-flex .footer-bottom-col.footer-links {
          text-align: center; }
        #footer .absolute-footer .footer-flex .footer-bottom-col.footer-brands {
          text-align: right; }
      @media (max-width: 980px) {
        #footer .absolute-footer .footer-flex {
          display: block;
          margin: auto; }
        #footer .absolute-footer .footer-flex .footer-bottom-col {
          width: 100%;
          margin: 1em 0; }
          #footer .absolute-footer .footer-flex .footer-bottom-col.footer-links {
            text-align: center; } }

.shoredigital {
  margin-top: 15px; }
  .shoredigital svg.sd-svg path {
    fill: #ffffff; }
  .shoredigital svg.sd-svg:hover path {
    fill: #bbbbbb;
    transition: all 0.3s ease-in; }
  @media (max-width: 849px) {
    .shoredigital {
      text-align: center; } }

/*Book A Bin - Step 3*/
.page-template-page-book-bin #booking-step-3{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    max-width:1300px;
    margin:auto;
    margin-bottom:15px;
}
.page-template-page-book-bin #booking-step-3 > div{
    width:33.33%;
    padding:0 15px;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(2){
    text-align:center;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3){
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) > *{
    font-size:14px;
    padding:5px 10px;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) span{
    display:block;
    z-index:199999!important;    
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) > a{
    position:relative;
    z-index:2;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) > a:hover{
    cursor:pointer;
    opacity:0.8;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) > a span:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: #ebebeb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
    z-index:-1;
}
.page-template-page-book-bin #booking-step-3 > div:nth-child(3) > a.active span:before{
    opacity:1;
    visibility: visible;
}

.page-template-page-book-bin .product-list.grid-view{
    max-width:1300px!important;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
}
.page-template-page-book-bin .product-list.grid-view .product-item{
    width:33.33%;
    margin-bottom:30px;
}
.booking-form-container .booking-form .booking-form-content .express-bin-col.combined .express-combined-field {
    display: flex;
    justify-content: space-between;
}

/*Product Addons*/
.booking-form-container .booking-form .booking-form-content .express-bin-col.combined .express-bin-field {
    width: calc((100% - 30px) / 2);
}
.product-addons-section .product-addons {
  flex-wrap: wrap;
  max-width: 1360px;
  margin: auto;
}

@media(max-width:980px){
    .page-template-page-book-bin .product-list.grid-view .product-item{
        width:50%;
        margin-bottom:30px;
    }
}
@media(max-width:767px){
    .page-template-page-book-bin .product-list.grid-view .product-item{
        width:100%;
        margin-bottom:30px;
    }
    
    .page-template-page-book-bin #booking-step-3 > div{
        width:100%;
    }
    .page-template-page-book-bin #booking-step-3 > div:nth-child(3){
        justify-content:center;
    }
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/ }

#wait_load_service_field .woocommerce-input-wrapper {
  display: flex;
  max-width: 55%;
  justify-content: space-between; }
  #wait_load_service_field .woocommerce-input-wrapper label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    #wait_load_service_field .woocommerce-input-wrapper label:before {
      content: "";
      width: 25px;
      height: 25px;
      padding: 7px;
      border: solid #88817a 1px;
      border-radius: 150px;
      display: inline-block;
      margin-right: 10px; }
  #wait_load_service_field .woocommerce-input-wrapper .input-radio {
    display: none; }
    #wait_load_service_field .woocommerce-input-wrapper .input-radio:checked + label:before {
      content: "\2022";
      color: #652d90;
      display: flex;
      justify-content: center;
      font-size: 29px;
      line-height: 2.5px;
      text-align: center; }
