main .wrap:after, .woocommerce-pagination:after, .blog-pagination:after, #product-content .product-information:after, #product-content .product-information .cart:after, body:not(.woocommerce-cart) ul.products:after, .woocommerce-cart .cart_totals:after, .col2-set:after, .woocommerce-checkout-payment .form-row.place-order:after, .woocommerce-account .woocommerce:after, .info-boxes:after, #positions:after, .results-listing .hentry:after, .related_posts:after, .container-cols:after, #main-header .wrap:after, #main-header .cart-menu:after, #nav-bar .wrap:after, #nav-bar .menu:after, #nav-bar .search-form:after, #main-footer:after, #main-footer #social-subscribe-col form.wpcf7-form:after, #main-footer #social-subscribe-col .social-icons:after, .banner-block .cycle .cycle-navigation span:after, .box-block:after, .tiles-block:after, .gallery-block:after {
  content: "";
  display: table;
  clear: both; }

a[class*='lightcase-icon-'].lightcase-icon-close span, #product-content .product-addon .form-row label input[type="checkbox"] + span:before, .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link h2:before, .col2-set h3 label span:before, .col2-set .form-row.create-account label span:before, .woocommerce-checkout-payment .form-row.place-order label input[type="checkbox"] + span:before, #form-modal div.wpcf7, #form-modal div.wpcf7 .close-trigger span, .woocommerce-form-login .form-row:nth-last-of-type(2) label span:before, .lost_reset_password .form-row:nth-last-of-type(2) label span:before, #main-header .cart-menu li a.cart .qty, #nav-bar #nav-bar-menu #menu-trigger span, .tiles-block .tile .inner-tile-wrap span {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.info-boxes div h4:before {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#search-trigger, #form-modal div.wpcf7 .close-trigger, #main-header .logo h1, #main-header .logo strong, #nav-bar .search-form #s-submit, #main-footer #social-subscribe-col .social-icons a, .banner-block .cycle .cycle-navigation span, .banner-block .cycle .cycle-pager span {
  font-size: 0;
  text-indent: -999px;
  overflow: hidden; }

/* =Menu CSS
========================================================================================*/
#menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 430px;
  background: #C4C4C8;
  z-index: 9999;
  right: -860px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translate3d(0, 0, 0); }
@media screen and (max-width: 460px) {
  #menu {
    width: 300px;
    right: -600px; } }

  #menu label {
    padding: 0 0.25em;
    font: 3.125em/1.375em "Lato", "sans-serif"; }
    #menu label:hover {
      color: #ccc; }
  #menu .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 430px;
    padding: 100px 40px 0;
    background: #C4C4C8;
    z-index: 9999;
    right: -860px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(0, 0, 0); }
    #menu .sub-menu .toggle {
      padding: 0 0.3125em;
      font: 2em/2em "Lato", "sans-serif";
      top: 0;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1); }
@media screen and (max-height: 689px) {
  #menu .sub-menu {
    padding-top: 60px; } }

@media screen and (max-width: 460px) {
  #menu .sub-menu {
    width: 300px;
    right: -600px; } }

  #menu .sub-menu-check {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    #menu .sub-menu-check:checked ~ [id$="-sub"] {
      -webkit-transform: translate(-860px, 0);
      transform: translate(-860px, 0); }
@media screen and (max-width: 460px) {
  #menu .sub-menu-check:checked ~ [id$="-sub"] {
    -webkit-transform: translate(-600px, 0);
    transform: translate(-600px, 0); } }

  #menu ul.menu {
    background: #C4C4C8;
    text-decoration: none;
    padding: 0 40px;
    list-style: none;
    margin-top: 100px; }
@media screen and (max-height: 689px) {
  #menu ul.menu {
    margin-top: 60px; } }

@media screen and (max-height: 350px) {
  #menu ul.menu {
    margin-top: 20px; } }

    #menu ul.menu li {
      border-bottom: 3px solid #FFFFFF;
      background: #C4C4C8; }
@media screen and (max-height: 500px) {
  #menu ul.menu li {
    border: 0 !important; } }

      #menu ul.menu li:first-child {
        margin-top: 0;
        border-top: 3px solid #FFFFFF; }
      #menu ul.menu li a {
        display: inline-block;
        padding: 12px 0 10px 0;
        font-size: 1.25em;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase; }
@media screen and (max-width: 460px) {
  #menu ul.menu li a {
    padding: 8px 0;
    font-size: 1.0625em; } }

@media screen and (max-height: 568px) {
  #menu ul.menu li a {
    display: block; } }

@media screen and (max-height: 500px) {
  #menu ul.menu li a {
    padding: 10px 0;
    font-size: 1em; } }

  #menu .toggle-sub {
    display: inline-block;
    margin: -7px 0 0 15px;
    cursor: pointer;
    background: url(../../images/bgi/arrow.svg) no-repeat center center;
    width: 50px;
    height: 22px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
@media screen and (max-height: 568px) {
  #menu .toggle-sub {
    display: none; } }

  #menu .sub-heading {
    position: relative;
    padding: 12px 12px 12px 40px !important;
    border: 0 !important;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #C5D7EE !important; }
@media screen and (max-height: 500px) {
  #menu .sub-heading {
    font-size: 0.875rem;
    padding: 6px 6px 6px 20px !important; } }

  #menu .close-all {
    display: none; }
  #menu .side-cart-menu {
    padding: 0 40px;
    margin-top: 20px; }
@media screen and (max-height: 500px) {
  #menu .side-cart-menu {
    margin-top: 0; } }

    #menu .side-cart-menu li a {
      display: inline-block;
      padding: 6px 0;
      font-size: 0.8125em;
      line-height: 26px;
      color: #FFFFFF;
      font-weight: 700;
      text-transform: uppercase; }

#main-nav-check {
  position: absolute;
  top: -9999px;
  left: -9999px; }
  #main-nav-check:checked ~ #menu {
    -webkit-transform: translate(-860px, 0);
    transform: translate(-860px, 0); }
@media screen and (max-width: 460px) {
  #main-nav-check:checked ~ #menu {
    -webkit-transform: translate(-600px, 0);
    transform: translate(-600px, 0); } }

    #main-nav-check:checked ~ #menu:before {
      display: block; }

.toggle {
  position: absolute;
  right: 0.15em;
  cursor: pointer;
  color: #fff; }

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999; }

.close-all {
  -webkit-transform: translate3d(0, 0, 0); }

.js #menu .close-all {
  display: inline;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #3E3E3F; }
  .js #menu .close-all:before {
    position: absolute;
    top: 19px;
    left: 5px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .js #menu .close-all:after {
    position: absolute;
    top: 19px;
    left: 5px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.js #menu .toggle {
  top: 10px;
  z-index: 9999; }
.js #menu .sub-menu .toggle {
  left: 10px;
  width: 1em; }
.js #menu .sub-menu .toggle.back {
  position: absolute;
  top: 14px;
  left: 3px;
  width: 23px;
  height: 19px;
  background: url(../../images/bgi/arrow.svg) no-repeat center center;
  -webkit-transform: rotate(0);
  transform: rotate(0); }
@media screen and (max-height: 500px) {
  .js #menu .sub-menu .toggle.back {
    width: 6px;
    height: 11px;
    margin: 0 0 0 -2px;
    background-size: 5px; } }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 !important;
      padding: 55px 0 70px 0;
      width: 100% !important;
      height: 100% !important;
      overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #C4C4C8; } }
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #FFFFFF; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-open body {
  overflow: hidden; }
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #C5D7EE; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #FFFFFF; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #FFFFFF; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #FFFFFF;
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 28px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
    a[class*='lightcase-icon-'].lightcase-icon-close span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: transparent;
      font-size: 0;
      border-radius: 15%;
      transition: background 0.3s ease-in-out; }
      a[class*='lightcase-icon-'].lightcase-icon-close span:before {
        top: -11px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        content: "";
        border-radius: 15%;
        transition: all 0.3s ease-in-out, .25s;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      a[class*='lightcase-icon-'].lightcase-icon-close span:after {
        top: 11px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        content: "";
        border-radius: 15%;
        transition: all 0.3s ease-in-out, .25s;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
    background: url(../../images/bgi/arrow.svg) no-repeat center center; }
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
    background: url(../../images/bgi/arrow.svg) no-repeat center center;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  @media screen and (max-width: 640px) {
    a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #C5D7EE; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

/*=CSS Reset
========================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background: #5B5B5B;
  color: #FFFFFF; }

::selection {
  background: #5B5B5B;
  color: #FFFFFF; }

/* Form Reset */
input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  border-radius: 0;
  outline: none; }

input[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield; }

input[type=checkbox], input[type=radio] {
  width: 13px;
  height: 13px; }

input:focus, select:focus {
  outline: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  font: inherit; }

input[type="submit"], button {
  border: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

select[multiple] {
  vertical-align: top; }

/* =Default tag styles
========================================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  -webkit-font-smoothing: antialiased; }

body {
  font: 16px/1 "Lato", "sans-serif";
  color: #3E3E3F; }

pre {
  white-space: normal; }

mark {
  padding: 1px 4px;
  background-color: #C5D7EE; }

a {
  text-decoration: none;
  color: inherit; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%; }

hr {
  height: 1px;
  border: 0;
  margin: 50px 0;
  background-color: #C5D7EE; }

.outer-wrap {
  max-width: 1450px;
  margin: 0 auto; }

.wrap {
  max-width: 1280px;
  margin: 0 auto; }

.bg-color-1 {
  background-color: #C5D7EE; }

.bg-color-2 {
  background-color: #C4C4C8; }

/*=Typography
========================================================================================*/
.content-block h1 {
  font-size: 3.125em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h1 {
    font-size: 2.5em; } }

.content-block h2 {
  font-size: 2.75em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h2 {
    font-size: 2.125em; } }

.content-block h3 {
  font-size: 2.375em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h3 {
    font-size: 1.75em; } }

.content-block h4 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h4 {
    font-size: 1.375em; } }

.content-block h5 {
  font-size: 1.625em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h5 {
    font-size: 1em; } }

.content-block h6 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 30px; }
@media screen and (max-width: 660px) {
  .content-block h6 {
    font-size: 0.625em; } }

@media screen and (max-width: 460px) {
  .content-block h1 {
    font-size: 1.875em; } }

.content-block h1, .content-block h3, .content-block h5 {
  color: #C5D7EE;
  font-weight: 400;
  text-transform: uppercase; }
.content-block p {
  line-height: 1.5;
  margin-bottom: 30px; }
  .content-block p:last-child {
    margin-bottom: 0; }
  .content-block p a {
    padding: 2px;
    border-bottom: 1px solid #C5D7EE;
    outline: none;
    transition: background-color 0.3s ease-in-out; }
    .content-block p a:hover {
      background-color: #C5D7EE; }
.content-block ul, .content-block ol {
  margin: 0 0 20px 20px; }
  .content-block ul:last-child, .content-block ol:last-child {
    margin-bottom: 0; }
.content-block li {
  line-height: 1.5; }
.content-block ul {
  list-style: disc; }
  .content-block ul ul {
    margin-bottom: 0;
    list-style: circle; }
.content-block ol {
  list-style: decimal; }
  .content-block ol ol {
    margin-bottom: 0;
    list-style: lower-alpha; }
.content-block blockquote {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 1.5em;
  color: #FFFFFF;
  background: #C5D7EE; }
  .content-block blockquote p {
    font-style: italic; }

/* =Triggers
========================================================================================*/
#search-trigger {
  float: right;
  display: block;
  width: 30px;
  height: 33px;
  margin: 15px 0;
  background: url(../../images/bgi/search-icon.svg) no-repeat center center/100%; }

.three-line-icon span {
  position: relative;
  display: block;
  width: 43px;
  height: 3px;
  background-color: #FFFFFF;
  transition: background 0.3s ease-in-out;
  font-size: 0; }
  .three-line-icon span:before {
    top: -11px;
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    content: "";
    transition: all 0.3s ease-in-out; }
  .three-line-icon span:after {
    top: 11px;
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    content: "";
    transition: all 0.3s ease-in-out; }
.three-line-icon.active span {
  background: transparent; }
.three-line-icon.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.three-line-icon.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.three-line-icon.active span:before, .three-line-icon.active span:after {
  -webkit-transition-delay: 0, .25s;
  transition-delay: 0, .25s; }

#share-trigger {
  position: relative;
  display: inline-block;
  padding: 0 0 0 60px;
  margin-top: 30px;
  font-size: 1.125em;
  line-height: 2.7;
  color: #C5D7EE;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out; }
  #share-trigger.active {
    opacity: 0;
    pointer-events: none; }
  #share-trigger .cart-icon {
    left: 0;
    top: 0;
    position: absolute; }
    #share-trigger .cart-icon svg {
      width: 40px;
      height: 40px; }

/* =Keyframes
========================================================================================*/
@keyframes grow {
  10%, 90% {
    transform: scale(0) rotate(-180deg) !important; }
  20%, 80% {
    transform: scale(2) rotate(-180deg) !important; }
  30%, 50%, 70% {
    transform: scale(0) rotate(-180deg) !important; }
  40%, 60% {
    transform: scale(4) rotate(-180deg) !important; } }
/* =Button styles
========================================================================================*/
.products li .button, .hidden-list-container .button, .wl-create-new {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .products li .button:hover, .hidden-list-container .button:hover, .wl-create-new:hover {
    color: #C5D7EE;
    background-color: transparent; }

@media screen and (max-width: 660px) {
  .wl-create-new {
    width: 100%;
    padding: 18.5px;
    text-align: center; } }
.wl-clear-results {
  display: inline-block;
  border: 2px solid #C4C4C8;
  background-color: #C4C4C8;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  margin-bottom: 30px; }
  .wl-clear-results:hover {
    color: #C4C4C8;
    background-color: transparent; }

.wl-form .button.alt, a.button.wl-but, input[type="submit"].button.wl-but, .wl-table .button {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .wl-form .button.alt:hover, a.button.wl-but:hover, input[type="submit"].button.wl-but:hover, .wl-table .button:hover {
    color: #C5D7EE;
    background-color: transparent; }

.wl-intro .wlconfirm, .wl-intro .wlconfirm + a {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  font-size: 1em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .wl-intro .wlconfirm:hover, .wl-intro .wlconfirm + a:hover {
    color: #C5D7EE;
    background-color: transparent; }

.products li a.added_to_cart {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em; }

a.button.wl-add-to {
  display: inline-block;
  border: 2px solid #C4C4C8;
  background-color: #C4C4C8;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  a.button.wl-add-to:hover {
    color: #C4C4C8;
    background-color: transparent; }
a.button.full-width-btn {
  width: 100%;
  text-align: center; }
.acf-map a.button {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  font-size: 1em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .acf-map a.button:hover {
    color: #C5D7EE;
    background-color: transparent; }

.content-block p a.btn {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .content-block p a.btn:hover {
    color: #C5D7EE;
    background-color: transparent; }

.full-width-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .full-width-btn:hover {
    color: #C5D7EE;
    background-color: transparent; }
  .single-salons .full-width-btn {
    margin-bottom: 30px; }

@media screen and (min-width: 661px) {
  .actions .button {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    margin-right: 5px; }
    .actions .button:hover {
      color: #C5D7EE;
      background-color: transparent; } }

@media screen and (max-width: 660px) {
  .actions .button {
    display: inline-block;
    width: 100%;
    padding: 18.5px;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase; } }

@media screen and (max-width: 660px) and (min-width: 461px) {
  .actions .coupon .button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto; } }
/* =Woocommerce messages
========================================================================================*/
.woocommerce-message, ul.woocommerce-error, .woocommerce-info, .wl-results-msg {
  position: relative;
  padding: 15.5px;
  margin-bottom: 30px !important;
  background: #C4C4C8;
  color: #FFFFFF;
  line-height: 1.5; }
@media screen and (max-width: 960px) {
  .woocommerce-message, ul.woocommerce-error, .woocommerce-info, .wl-results-msg {
    text-align: center; } }

  .woocommerce-message a, ul.woocommerce-error a, .woocommerce-info a, .wl-results-msg a {
    color: #3E3E3F;
    text-decoration: underline; }
  body.woocommerce-account.not-logged-in .woocommerce-message a, body.page-id-143 .woocommerce-message a, body.woocommerce-account.not-logged-in ul.woocommerce-error a, body.page-id-143 ul.woocommerce-error a, body.woocommerce-account.not-logged-in .woocommerce-info a, body.page-id-143 .woocommerce-info a, body.woocommerce-account.not-logged-in .wl-results-msg a, body.page-id-143 .wl-results-msg a {
    position: static;
    top: auto;
    right: auto;
    display: inline;
    padding: 0;
    border: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 1em;
    text-decoration: underline;
    background: none;
    transition: opacity 0.3s ease-in-out; }
    body.woocommerce-account.not-logged-in .woocommerce-message a:hover, body.page-id-143 .woocommerce-message a:hover, body.woocommerce-account.not-logged-in ul.woocommerce-error a:hover, body.page-id-143 ul.woocommerce-error a:hover, body.woocommerce-account.not-logged-in .woocommerce-info a:hover, body.page-id-143 .woocommerce-info a:hover, body.woocommerce-account.not-logged-in .wl-results-msg a:hover, body.page-id-143 .wl-results-msg a:hover {
      opacity: 0.8; }

.woocommerce-products-header + .woocommerce-message, .woocommerce-products-header + ul.woocommerce-error, .woocommerce-products-header + .woocommerce-info {
  margin-top: 30px; }

ul.woocommerce-error {
  list-style: none;
  margin-left: 0; }
  ul.woocommerce-error li {
    line-height: inherit; }

/* =Pagination styles
========================================================================================*/
.woocommerce-pagination {
  width: 100%; }
  .woocommerce-pagination ul.page-numbers li {
    float: left;
    display: block;
    border-left: 1px solid #FFFFFF;
    cursor: pointer; }
    .woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
      display: block;
      padding: 15px;
      font-size: 1.125em;
      background-color: #C5D7EE;
      color: #FFFFFF;
      transition: background-color 0.3s ease-in-out; }
      .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-pagination ul.page-numbers li span:hover {
        background-color: #d9e5f4; }
      .woocommerce-pagination ul.page-numbers li a.current, .woocommerce-pagination ul.page-numbers li span.current {
        background-color: #e3ebf7; }
    .woocommerce-pagination ul.page-numbers li:first-child {
      border-left: 0; }

.blog-pagination {
  width: 100%;
  margin-top: 30px; }
  .blog-pagination .page-numbers {
    float: left;
    display: block;
    padding: 15px;
    border-left: 1px solid #FFFFFF;
    cursor: pointer;
    font-size: 1.125em;
    background-color: #C5D7EE;
    color: #FFFFFF;
    transition: background-color 0.3s ease-in-out; }
    .blog-pagination .page-numbers:hover {
      background-color: #d9e5f4; }
    .blog-pagination .page-numbers.current {
      background-color: #e3ebf7; }
    .blog-pagination .page-numbers:first-child {
      border-left: 0; }

/*animation element*/
.animation-element {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative; }

.bounce-down {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  -webkit-transform: translate3d(0, -100px, 0);
  -ms-transform: none;
  transform: translate3d(0, -100px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bounce-down.in-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: none;
  transform: translate3d(0px, 0px, 0px); }

/* = Subscription Overlay
========================================================================================*/
.subscription_form_overlay {
  padding: 40px 20px;
  text-align: center;
  background-color: #C5D7EE;
  color: #FFF;
  border-bottom: solid 2px #C4C4C8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  box-sizing: border-box; }
  .subscription_form_overlay.in-view {
    z-index: 900; }

/** Responsive Close Button **/
.close_subscription_form_overlay {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 20px;
  text-indent: -999999em;
  opacity: .95;
  z-index: 500; }
  .close_subscription_form_overlay:before, .close_subscription_form_overlay:after {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -1px;
    width: 26px;
    height: 4px;
    background-color: #FFF;
    content: "";
    border-radius: 50px; }
  .close_subscription_form_overlay:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close_subscription_form_overlay:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .close_subscription_form_overlay:hover {
    cursor: pointer;
    background: #C4C4C8; }

.subscription_form_overlay .subscription_form_content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }
  .subscription_form_overlay .subscription_form_content h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .subscription_form_overlay .subscription_form_content p {
    margin-bottom: 20px;
    font-size: 18px; }
.subscription_form_overlay .wpcf7-form {
  margin-bottom: 0px;
  padding: 0;
  background: none;
  position: relative; }
  .subscription_form_overlay .wpcf7-form > .wpcf7-form-control-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    width: 74%;
    display: inline-block;
    vertical-align: top; }
.subscription_form_overlay .subscribe_btns.cols {
  overflow: hidden;
  width: 100%;
  position: relative; }
.subscription_form_overlay .emailicon {
  margin-left: 50px; }
.subscription_form_overlay .col.sprite-email-before {
  position: relative;
  width: 100%;
  padding-right: 370px;
  box-sizing: border-box; }
  .subscription_form_overlay .col.sprite-email-before:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/sprites/subscribe-wh.svg) no-repeat center center; }
  .subscription_form_overlay .col.sprite-email-before input {
    width: 100%; }
.subscription_form_overlay .col.last {
  position: absolute;
  width: 345px;
  height: 43px;
  top: 0;
  right: 0; }
.subscription_form_overlay input.btn {
  width: 100%;
  position: relative;
  height: 100%;
  background: #FFF !important;
  color: #C4C4C8 !important; }
  .subscription_form_overlay input.btn:hover {
    background: #C4C4C8 !important;
    color: #ffffff !important; }
.subscription_form_overlay form .wpcf7-form-control-wrap input[type="email"] {
  border: 1px solid #fff;
  height: 53px;
  margin: 0; }
.subscription_form_overlay .successful_msg {
  display: none; }
  .subscription_form_overlay .successful_msg h3 {
    color: #FFF;
    font-size: 20px;
    margin: 28px 0 20px;
    font-style: italic;
    text-transform: uppercase; }
.subscription_form_overlay form.wpcf7-form input[type="submit"] {
  width: 25%;
  height: 53px;
  padding: 18.5px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  cursor: pointer;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .subscription_form_overlay form.wpcf7-form input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.8); }
.subscription_form_overlay form.wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 53px;
  padding: 18.5px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 25%;
  background-color: #fff; }

@media only screen and (max-width: 960px) {
  .subscription_form_overlay form.wpcf7-form input[type="submit"] {
    /*height: 56px;*/ } }
@media only screen and (max-width: 400px) {
  .subscription_form_overlay .subscription_form_content h3 {
    font-size: 20px;
    margin-top: 6px; }
  .subscription_form_overlay form.wpcf7-form input[type="submit"], .subscription_form_overlay .wpcf7-form > .wpcf7-form-control-wrap {
    width: 100%; }
  .subscription_form_overlay form.wpcf7-form .ajax-loader {
    width: 100%;
    bottom: 0;
    top: auto; } }
/* =Product Single
========================================================================================*/
#product-content .product-information .wc-points-rewards-product-message {
  display: block;
  margin-bottom: 1em; }
#product-content .product-information .price {
  font-size: 1.625em; }
  #product-content .product-information .price ins {
    padding-left: 6px;
    text-decoration: none; }
#product-content .product-information #zip-tagline {
  display: block !important;
  margin-bottom: 30px; }
#product-content .product-information div[itemprop="description"] {
  margin-bottom: 30px; }
#product-content .product-information div.images {
  position: relative;
  text-align: center; }
  #product-content .product-information div.images img {
    height: auto; }
  #product-content .product-information div.images .thumbnails {
    display: none; }
#product-content .product-information .cart .quantity {
  float: left;
  margin-right: 12px; }
@media screen and (max-width: 460px) {
  #product-content .product-information .cart .quantity {
    float: none; } }

  #product-content .product-information .cart .quantity .qty {
    height: 55px; }
  #product-content .product-information .cart .quantity .screen-reader-text {
    display: none; }
@media screen and (max-width: 460px) {
  #product-content .product-information .cart button.single_add_to_cart_button {
    float: none;
    display: block;
    margin-top: 30px; } }

#product-content .product-information .voucher-fields-wrapper, #product-content .product-information .voucher-image-option {
  display: none; }
#product-content .product-information .hidden-list-container {
  display: none;
  max-width: 400px; }
  #product-content .product-information .hidden-list-container a.button {
    width: 100%;
    margin: 0; }
  #product-content .product-information .hidden-list-container .hidden-list {
    display: none;
    padding: 15px;
    margin: 0;
    background-color: #f4f8fc; }
    #product-content .product-information .hidden-list-container .hidden-list li {
      display: block;
      list-style: none;
      margin-bottom: 15px; }
      #product-content .product-information .hidden-list-container .hidden-list li:last-child {
        margin-bottom: 0; }
      #product-content .product-information .hidden-list-container .hidden-list li a {
        display: block;
        text-transform: uppercase; }
#product-content .product-information .product-no-booking .hidden-list-container, #product-content .product-information .product-no-booking div.wccf_field_container ul li:first-child, #product-content .product-information .product-no-booking .product-addon {
  display: none !important; }
#product-content .product_cat-spa-treatments .cart .quantity, #product-content .product_cat-spa-treatments .cart button.single_add_to_cart_button, #product-content .product_cat-spa-treatments .cart .wl-button-wrap {
  display: none; }
#product-content .product-addon {
  margin: 0;
  padding: 3.125%;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  transition: background-color 0.3s ease-in-out; }
@media screen and (max-width: 660px) {
  #product-content .product-addon {
    padding: 6.25%; } }

  #product-content .product-addon:hover {
    background: #f9f9f9; }
  #product-content .product-addon h3.addon-name {
    font-size: 2.375em;
    font-weight: 400;
    color: #C5D7EE;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #product-content .product-addon .form-row {
    margin-bottom: 15px; }
    #product-content .product-addon .form-row label {
      position: relative;
      display: block;
      padding-left: 20px;
      margin-bottom: 5px;
      font-size: 1rem;
      font-weight: 400; }
      #product-content .product-addon .form-row label input[type="checkbox"] + span {
        display: inline-block;
        cursor: pointer; }
        #product-content .product-addon .form-row label input[type="checkbox"] + span:before {
          left: 0;
          display: inline-block;
          margin-right: 15px;
          border: 1px solid #C5D7EE;
          background-color: #FFFFFF;
          content: '';
          width: 16px;
          height: 16px; }
      #product-content .product-addon .form-row label input[type="checkbox"] {
        display: none; }
        #product-content .product-addon .form-row label input[type="checkbox"]:checked + span:before {
          background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/10px; }
#product-content #product-addons-total {
  display: none; }

.related.products {
  padding: 3.125%;
  margin-top: 30px;
  background-color: #f4f4f4; }
@media screen and (max-width: 660px) {
  .related.products {
    padding: 6.25%; } }

  .related.products > h2 {
    font-size: 2.75em;
    font-weight: 700;
    margin-bottom: 30px; }
@media screen and (max-width: 460px) {
  .related.products > h2 {
    font-size: 1.875em; } }

  .related.products ul.products {
    margin: 30px 0 0; }
@media screen and (min-width: 461px) {
  .related.products ul.products {
    margin-bottom: -6.25%; } }

    .related.products ul.products li {
      background-color: transparent !important; }
@media screen and (max-width: 660px) and (min-width: 461px) {
  .related.products ul.products li:last-child {
    width: 100%; } }

      .related.products ul.products li a h2 {
        border-color: #3E3E3F; }
      .related.products ul.products li a .attr-time {
        margin-top: -44px; }
      .related.products ul.products li a .price {
        color: #3E3E3F; }

/* =Product Archive
========================================================================================*/
@media screen and (max-width: 960px) {
  #product-content {
    width: 100%; } }

body:not(.woocommerce-cart) ul.products {
  margin: 30px 0;
  list-style: none; }
@media screen and (max-width: 660px) {
  body:not(.woocommerce-cart) ul.products {
    margin: 30px 0; } }

  body:not(.woocommerce-cart) ul.products li {
    float: left;
    position: relative;
    margin: 0 3.125% 6.25% 0; }
@media screen and (min-width: 661px) {
  body:not(.woocommerce-cart) ul.products li {
    width: 31.25%; }
    body:not(.woocommerce-cart) ul.products li:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 660px) and (min-width: 461px) {
  body:not(.woocommerce-cart) ul.products li {
    width: 48.4375%;
    margin-bottom: 9.375%; }
    body:not(.woocommerce-cart) ul.products li:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 460px) {
  body:not(.woocommerce-cart) ul.products li {
    float: none;
    margin-right: 0;
    margin-bottom: 12.5%;
    width: 100%; }
    body:not(.woocommerce-cart) ul.products li:last-child {
      margin-bottom: 0; } }

    body:not(.woocommerce-cart) ul.products li a, body:not(.woocommerce-cart) ul.products li span.button {
      display: block; }
      body:not(.woocommerce-cart) ul.products li a .img-wrap, body:not(.woocommerce-cart) ul.products li span.button .img-wrap {
        position: relative; }
        body:not(.woocommerce-cart) ul.products li a .img-wrap:before, body:not(.woocommerce-cart) ul.products li span.button .img-wrap:before {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #FFFFFF;
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
          content: ""; }
        body:not(.woocommerce-cart) ul.products li a .img-wrap:hover:before, body:not(.woocommerce-cart) ul.products li span.button .img-wrap:hover:before {
          opacity: 0.3; }
      body:not(.woocommerce-cart) ul.products li a img, body:not(.woocommerce-cart) ul.products li span.button img {
        width: 100%;
        max-width: 100%;
        height: auto; }
        body:not(.woocommerce-cart) ul.products li a img.woocommerce-placeholder, body:not(.woocommerce-cart) ul.products li span.button img.woocommerce-placeholder {
          padding: 18px;
          background: #FFFFFF; }
      body:not(.woocommerce-cart) ul.products li a mark.count, body:not(.woocommerce-cart) ul.products li span.button mark.count {
        display: none; }
      body:not(.woocommerce-cart) ul.products li a h2, body:not(.woocommerce-cart) ul.products li a h3, body:not(.woocommerce-cart) ul.products li span.button h2, body:not(.woocommerce-cart) ul.products li span.button h3 {
        display: table;
        width: 100%;
        padding: 12px;
        border: 2px solid #3E3E3F;
        margin-bottom: 0;
        font-size: 1.125em;
        line-height: 1.3;
        font-weight: 400;
        color: #3E3E3F;
        text-align: center;
        text-transform: uppercase; }
@media screen and (max-width: 460px) {
  body:not(.woocommerce-cart) ul.products li a h2, body:not(.woocommerce-cart) ul.products li a h3, body:not(.woocommerce-cart) ul.products li span.button h2, body:not(.woocommerce-cart) ul.products li span.button h3 {
    height: auto !important; } }

        body:not(.woocommerce-cart) ul.products li a h2 span, body:not(.woocommerce-cart) ul.products li a h3 span, body:not(.woocommerce-cart) ul.products li span.button h2 span, body:not(.woocommerce-cart) ul.products li span.button h3 span {
          display: table-cell;
          vertical-align: middle; }
      body:not(.woocommerce-cart) ul.products li a span.price, body:not(.woocommerce-cart) ul.products li span.button span.price {
        display: block;
        padding: 12px;
        font-size: 1.25em;
        color: #C4C4C8; }
        body:not(.woocommerce-cart) ul.products li a span.price ins, body:not(.woocommerce-cart) ul.products li span.button span.price ins {
          padding-left: 6px;
          text-decoration: none; }
      body:not(.woocommerce-cart) ul.products li a span.attr-time, body:not(.woocommerce-cart) ul.products li span.button span.attr-time {
        position: relative;
        display: block;
        padding: 12px;
        margin-top: -54px;
        font-size: 1.25em;
        background-color: rgba(255, 255, 255, 0.6); }
      body:not(.woocommerce-cart) ul.products li a p.cat-description, body:not(.woocommerce-cart) ul.products li span.button p.cat-description {
        margin: 12px 0;
        text-align: center; }
@media screen and (max-width: 460px) {
  body:not(.woocommerce-cart) ul.products li a p.cat-description, body:not(.woocommerce-cart) ul.products li span.button p.cat-description {
    height: auto !important; } }

    body:not(.woocommerce-cart) ul.products li a {
      display: block;
      margin: 0; }
      body:not(.woocommerce-cart) ul.products li a.add_to_cart_button.loading {
        overflow: hidden;
        text-indent: -999px;
        background: #C5D7EE url(../../images/bgi/ajax-loader-2.svg) no-repeat center center !important; }
      body:not(.woocommerce-cart) ul.products li a.add_to_cart_button.added {
        display: none !important; }
body:not(.woocommerce-cart) ul.products.alternate-loop li {
  padding: 60px;
  margin: 0; }
@media screen and (min-width: 661px) {
  body:not(.woocommerce-cart) ul.products.alternate-loop li {
    width: 33.3333333333%; } }

@media screen and (max-width: 1280px) and (min-width: 961px) {
  body:not(.woocommerce-cart) ul.products.alternate-loop li {
    padding: 30px; } }

@media screen and (max-width: 960px) and (min-width: 661px) {
  body:not(.woocommerce-cart) ul.products.alternate-loop li {
    padding: 30px;
    width: 50%; } }

@media screen and (max-width: 660px) {
  body:not(.woocommerce-cart) ul.products.alternate-loop li {
    float: none;
    width: 100%; } }

@media screen and (max-width: 460px) {
  body:not(.woocommerce-cart) ul.products.alternate-loop li {
    padding: 30px; } }

  body:not(.woocommerce-cart) ul.products.alternate-loop li .cat-description {
    margin-top: 30px;
    font-size: 0.875em; }
  body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg h2 {
    border-color: #FFFFFF;
    color: #FFFFFF; }
  body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg .price {
    color: #FFFFFF; }
  body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg a.add_to_cart_button {
    background-color: #FFFFFF;
    color: #3E3E3F !important;
    border-color: #FFFFFF !important; }
    body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg a.add_to_cart_button.loading {
      background-color: transparent !important; }
  body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg a.added_to_cart, body:not(.woocommerce-cart) ul.products.alternate-loop li.colour-bg a.product_type_simple {
    background-color: #FFFFFF;
    color: #3E3E3F !important;
    border-color: #FFFFFF; }
@media screen and (max-width: 960px) {
  body:not(.woocommerce-cart) .subcategory-loop[class^="col"] {
    float: none;
    width: 100%; } }

@media screen and (min-width: 961px) {
  body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products:not(.alternate-loop) li {
    margin-right: 3.125%;
    width: 48.4375%; }
    body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products:not(.alternate-loop) li:nth-child(2n) {
      margin-right: 0; } }

body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products:not(.alternate-loop) li .button {
  width: 100%;
  text-align: center; }
@media screen and (min-width: 661px) {
  body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products.alternate-loop li {
    width: 50%; } }

@media screen and (max-width: 1135px) and (min-width: 661px) {
  body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products.alternate-loop li {
    padding: 30px; } }

@media screen and (max-width: 660px) {
  body:not(.woocommerce-cart) .subcategory-loop[class^="col"] ul.products.alternate-loop li {
    width: 100%; } }

@media screen and (max-width: 960px) {
  .side-banner {
    display: none; } }

.side-banner .image-wrap {
  margin-top: 90px; }

.onsale {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 20.5px 14px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #C5D7EE;
  width: 60px;
  height: 60px;
  border-radius: 50%; }

/* =Woocommerce Cart
========================================================================================*/
.woocommerce-cart .cart_totals h2 {
  display: none; }
@media screen and (max-width: 960px) {
  .woocommerce-cart .cart_totals table.shop_table tr:first-child {
    display: block; } }

.woocommerce-cart .cart_totals .shop_table, .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  float: right; }
.woocommerce-cart .cart_totals .wcppec-checkout-buttons__separator {
  display: none; }
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  width: 100%;
  text-align: right; }
@media screen and (max-width: 460px) {
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    text-align: center; } }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-right: 0;
    display: inline-block;
    border: 2px solid #3E3E3F;
    background-color: #3E3E3F;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
      color: #3E3E3F;
      background-color: transparent; }
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
    text-align: right;
    margin-bottom: 30px; }
@media screen and (max-width: 460px) {
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
    text-align: center; } }

    .woocommerce-cart .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
      display: inline-block; }
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout #zip-tagline {
    display: inline-block;
    margin: 0 30px 0 0; }
@media screen and (max-width: 660px) {
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout #zip-tagline {
    margin: 0 0 30px 0; } }

.woocommerce-cart .cross-sells ul.products {
  margin-left: 0;
  list-style: none; }
  .woocommerce-cart .cross-sells ul.products li {
    margin-bottom: 15px; }
    .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link {
      display: block;
      margin-bottom: 10px; }
      .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link h2 {
        position: relative;
        display: inline-block;
        margin: 0 30px 0 0;
        font-size: 1em; }
        .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link h2:before {
          right: -20px;
          content: '-'; }
      .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link figure {
        display: none; }
      .woocommerce-cart .cross-sells ul.products li a.woocommerce-LoopProduct-link .price {
        display: inline-block; }
    .woocommerce-cart .cross-sells ul.products li a.button {
      padding: 8px;
      font-size: 0.75em; }
      .woocommerce-cart .cross-sells ul.products li a.button.loading {
        color: transparent !important;
        background: #C5D7EE url(../../images/bgi/ajax-loader-2.svg) no-repeat center center/25px !important; }

a.woocommerce-remove-coupon {
  padding-left: 5px;
  color: #C5D7EE; }

/* =Woocommerce Checkout
========================================================================================*/
.checkout_coupon {
  position: relative; }
  .checkout_coupon .form-row {
    display: inline-block;
    width: auto;
    margin-bottom: 30px; }
@media screen and (max-width: 460px) {
  .checkout_coupon .form-row {
    display: block; } }

    .checkout_coupon .form-row.form-row.form-row-first {
      margin-right: 5px; }
@media screen and (max-width: 460px) {
  .checkout_coupon .form-row.form-row.form-row-first {
    margin: 0; } }

@media screen and (min-width: 461px) {
  .checkout_coupon .form-row .button {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .checkout_coupon .form-row .button:hover {
      color: #C5D7EE;
      background-color: transparent; } }

@media screen and (max-width: 460px) {
  .checkout_coupon .form-row .button {
    width: 100%;
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em; } }

#coupons_list {
  display: none !important; }

.woocommerce-checkout .woocommerce-form-login .form-row, .woocommerce-checkout .lost_reset_password .form-row, .woocommerce-checkout form.register .form-row {
  max-width: 500px; }
.woocommerce-checkout .select2-container {
  display: none; }

.col2-set {
  margin-bottom: 30px; }
@media screen and (min-width: 961px) {
  .col2-set div[class^="col-"], .col2-set div[class^="u-col"] {
    float: left;
    margin-right: 3.125%;
    width: 48.4375%; }
    .col2-set div[class^="col-"]:last-child, .col2-set div[class^="u-col"]:last-child {
      margin-right: 0; } }

@media screen and (max-width: 960px) {
  .col2-set .col-1 {
    margin-bottom: 30px; } }

  .col2-set .shipping_address {
    display: none; }
  .col2-set h3 {
    font-size: 1.5625em;
    line-height: 30px; }
@media screen and (max-width: 460px) {
  .col2-set h3 {
    font-size: 1em;
    line-height: 20px; } }

    .col2-set h3 label {
      display: block;
      margin: 0; }
      .col2-set h3 label span {
        position: relative;
        display: inline-block;
        padding: 0 0 0 40px;
        line-height: 30px;
        font-weight: 400;
        cursor: pointer; }
        .col2-set h3 label span:before {
          left: 0;
          display: inline-block;
          margin-right: 15px;
          border: 1px solid #C5D7EE;
          background-color: #FFFFFF;
          content: '';
          width: 30px;
          height: 30px; }
    .col2-set h3 input[type="checkbox"] {
      display: none; }
      .col2-set h3 input[type="checkbox"]:checked + span:before {
        background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/18px; }
  .col2-set #billing_country_field strong, .col2-set #shipping_country_field strong {
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #C5D7EE;
    margin-bottom: 15px;
    font-size: 0.875em;
    line-height: 1.5;
    background-color: #f4f4f4;
    cursor: default; }
  .col2-set .form-row.create-account {
    margin-top: 15px; }
    .col2-set .form-row.create-account label {
      display: block;
      margin: 0; }
      .col2-set .form-row.create-account label span {
        position: relative;
        display: inline-block;
        padding: 0 0 0 40px;
        line-height: 30px;
        font-weight: 400;
        cursor: pointer; }
        .col2-set .form-row.create-account label span:before {
          left: 0;
          display: inline-block;
          margin-right: 15px;
          border: 1px solid #C5D7EE;
          background-color: #FFFFFF;
          content: '';
          width: 30px;
          height: 30px; }
    .col2-set .form-row.create-account input[type="checkbox"] {
      display: none; }
      .col2-set .form-row.create-account input[type="checkbox"]:checked + span:before {
        background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/18px; }

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 15px; }
  .woocommerce-checkout .woocommerce-additional-fields textarea {
    height: 156px; }

.woocommerce-checkout-payment {
  background-color: #f4f4f4;
  padding: 30px; }
  .woocommerce-checkout-payment ul.payment_methods {
    padding-bottom: 30px;
    border-bottom: 1px solid #C4C4C8;
    margin: 0 0 30px 0;
    list-style: none; }
    .woocommerce-checkout-payment ul.payment_methods li {
      margin-top: 15px; }
      .woocommerce-checkout-payment ul.payment_methods li label {
        line-height: 26px; }
      .woocommerce-checkout-payment ul.payment_methods li img {
        margin: -2px 0 0 5px;
        vertical-align: middle; }
      .woocommerce-checkout-payment ul.payment_methods li .payment_box {
        position: relative;
        width: 100%;
        padding: 15px;
        margin: 15px 0 0;
        font-size: 0.875em;
        line-height: 1.5;
        color: #FFFFFF;
        background-color: #C5D7EE;
        margin-bottom: 15px; }
        .woocommerce-checkout-payment ul.payment_methods li .payment_box:before {
          position: absolute;
          top: -15px;
          left: 0;
          margin: -15px 0 0 30px;
          display: block;
          border: 15px solid #C5D7EE;
          border-right-color: transparent;
          border-left-color: transparent;
          border-top-color: transparent;
          content: ''; }
  .woocommerce-checkout-payment .form-row.place-order label {
    display: block; }
@media screen and (max-width: 660px) {
  .woocommerce-checkout-payment .form-row.place-order label {
    position: relative;
    padding-right: 15px; }
    .woocommerce-checkout-payment .form-row.place-order label .required {
      position: absolute;
      top: 0;
      right: 0; } }

    .woocommerce-checkout-payment .form-row.place-order label input[type="checkbox"] + span {
      position: relative;
      display: inline-block;
      padding: 0 0 0 45px;
      line-height: 35px;
      font-weight: 400;
      cursor: pointer; }
      .woocommerce-checkout-payment .form-row.place-order label input[type="checkbox"] + span:before {
        left: 0;
        display: inline-block;
        margin-right: 15px;
        border: 1px solid #C5D7EE;
        background-color: #FFFFFF;
        content: '';
        width: 30px;
        height: 30px; }
    .woocommerce-checkout-payment .form-row.place-order label input[type="checkbox"] {
      display: none; }
      .woocommerce-checkout-payment .form-row.place-order label input[type="checkbox"]:checked + span:before {
        background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/18px; }
  .woocommerce-checkout-payment .form-row.place-order p.checkout-subscribe-prompt {
    font-weight: 700; }
@media screen and (max-width: 460px) {
  .woocommerce-checkout-payment .form-row.place-order p.checkout-subscribe-prompt {
    font-size: 0.8125em; } }

  .woocommerce-checkout-payment .form-row.place-order .button {
    float: right;
    display: inline-block;
    border: 2px solid #3E3E3F;
    background-color: #3E3E3F;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .woocommerce-checkout-payment .form-row.place-order .button:hover {
      color: #3E3E3F;
      background-color: transparent; }
@media screen and (max-width: 660px) {
  .woocommerce-checkout-payment .form-row.place-order .button {
    float: none;
    display: block;
    margin: 30px auto 0;
    font-size: 1em; } }

@media screen and (max-width: 460px) {
  .woocommerce-checkout-payment .form-row.place-order .button {
    width: 100%;
    font-size: 0.8125em; } }

@media screen and (max-width: 660px) {
  .woocommerce-checkout-payment label {
    font-size: 0.8125em; }
    .woocommerce-checkout-payment label span {
      line-height: 1.4 !important; } }

/* =Woocommerce Account
========================================================================================*/
.woocommerce-MyAccount-navigation {
  float: left;
  margin-right: 3.125%;
  width: 31.25%; }
@media screen and (max-width: 660px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0 0 30px; } }

  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vouchers {
      display: none; }
    .woocommerce-MyAccount-navigation ul li a {
      display: block;
      padding: 15px;
      border-top: 1px solid #FFFFFF;
      background-color: #C5D7EE;
      color: #FFFFFF;
      transition: 0.3s background-color ease-in-out; }
@media screen and (max-width: 960px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 7.5px; } }

    .woocommerce-MyAccount-navigation ul li:first-child a {
      border-top: 0; }
    .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
      background-color: #b9cfeb; }

.woocommerce-MyAccount-content {
  float: left;
  width: 65.625%; }
@media screen and (max-width: 660px) {
  .woocommerce-MyAccount-content {
    width: 100%; } }

  .woocommerce-MyAccount-content form.edit-account fieldset {
    margin-bottom: 15px; }
  .woocommerce-MyAccount-content form.edit-account legend {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.125em; }
  .woocommerce-MyAccount-content form.edit-account .button {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .woocommerce-MyAccount-content form.edit-account .button:hover {
      color: #C5D7EE;
      background-color: transparent; }
  .woocommerce-MyAccount-content .woocommerce-orders-table .button {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-size: 1em; }
  .woocommerce-MyAccount-content .woocommerce-table tr {
    margin-bottom: 0 !important; }
    .woocommerce-MyAccount-content .woocommerce-table tr .wc-pdf-product-vouchers-order-item-voucher a {
      text-decoration: underline; }
    .woocommerce-MyAccount-content .woocommerce-table tr .wc-item-meta {
      list-style: none;
      margin-left: 0; }
  .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px; }
  .woocommerce-MyAccount-content .woocommerce-address-fields #billing_country_field strong, .woocommerce-MyAccount-content .woocommerce-address-fields #shipping_country_field strong {
    display: block;
    width: 100%;
    padding: 16px;
    border: 1px solid #C5D7EE;
    margin-bottom: 15px;
    font-size: 0.875em;
    line-height: 1.5;
    background-color: #f4f4f4;
    cursor: default; }
  .woocommerce-MyAccount-content .woocommerce-address-fields .button {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
      color: #C5D7EE;
      background-color: transparent; }
  .woocommerce-MyAccount-content .addresses h3 {
    margin-bottom: 15px; }
  .woocommerce-MyAccount-content .addresses a.edit {
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: underline; }
  .woocommerce-MyAccount-content .wl-manage tbody tr a {
    text-decoration: underline; }
  .woocommerce-MyAccount-content .wl-manage tbody tr:last-child {
    display: none; }
  .woocommerce-MyAccount-content .order-again a {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-size: 1em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .woocommerce-MyAccount-content .order-again a:hover {
      color: #C5D7EE;
      background-color: transparent; }
  .woocommerce-MyAccount-content address {
    line-height: 1.5;
    margin-bottom: 30px; }

/* =Salons Pages
========================================================================================*/
#salons-list li a h3 {
  margin-bottom: 0; }
#salons-list li a .info-text {
  padding: 30px;
  text-align: center; }
@media screen and (max-width: 460px) {
  #salons-list li a .info-text {
    height: auto !important; } }

  #salons-list li a .info-text p {
    margin-bottom: 0; }
    #salons-list li a .info-text p.phone {
      font-weight: 700; }
#salons-list li .button {
  text-align: center; }

.info-boxes {
  margin-bottom: 30px; }
  .info-boxes div {
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4; }
    .info-boxes div h4 {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-weight: 400; }
      .info-boxes div h4:before {
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        background-color: #3E3E3F;
        content: ''; }
    .info-boxes div p {
      margin-bottom: 0; }
    .info-boxes div a {
      border-bottom: 0; }
      .info-boxes div a:hover {
        border-bottom: 1px solid;
        background: transparent; }
    .info-boxes div .mobile-tel {
      display: none; }
    .info-boxes div .desktop-tel {
      display: inline-block; }
@media screen and (max-width: 460px) {
  .info-boxes div .desktop-tel {
    display: none; }
  .info-boxes div .mobile-tel {
    display: inline-block; } }

.acf-map {
  width: 100%;
  height: 400px;
  margin-top: 30px; }
@media screen and (max-width: 460px) {
  .acf-map {
    height: 200px; } }

  .acf-map .marker {
    display: none; }
  .acf-map img {
    max-width: inherit !important; }
  .acf-map .title {
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #C5D7EE;
    margin-bottom: 8px;
    font-size: 1.125em;
    color: #C5D7EE;
    font-weight: 400;
    text-transform: uppercase; }
  .post-type-archive-salons .acf-map {
    height: 609px;
    margin-top: 0; }
@media screen and (max-width: 960px) and (min-width: 461px) {
  .post-type-archive-salons .acf-map {
    height: 400px; } }

@media screen and (max-width: 460px) {
  .post-type-archive-salons .acf-map {
    height: 300px; } }

    .post-type-archive-salons .acf-map .button {
      margin-top: 10px; }

/* =Careers Page
========================================================================================*/
#positions {
  margin-bottom: 30px; }
  #positions .col_6of12 {
    padding: 30px;
    margin-bottom: 30px; }
    #positions .col_6of12 .title {
      padding: 12px;
      border: 2px solid #3E3E3F;
      font-size: 1.5em;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase; }
    #positions .col_6of12:nth-child(odd):last-child {
      width: 100%;
      margin-bottom: 0; }

.page-id-150 .content-block div.wpcf7 {
  padding: 30px;
  background-color: #f4f4f4; }

/* =Wishlist Pages
========================================================================================*/
.content-block .wl-row, .content-block .wl-intro, .content-block .wl-intro-desc {
  margin-bottom: 30px; }
.content-block table.wl-manage td select {
  margin-bottom: 0; }
@media screen and (max-width: 960px) {
  .content-block table.wl-manage td select {
    max-width: 300px; } }

@media screen and (max-width: 960px) {
  .content-block table.wl-manage td.product-name .row-actions {
    padding-top: 3px;
    border-top: 1px solid #FFFFFF;
    margin-top: 5px; } }

@media screen and (max-width: 960px) {
  .content-block table.wl-manage tr:last-child {
    border: 0; }
    .content-block table.wl-manage tr:last-child td {
      border: 0;
      padding: 0; }
    .content-block table.wl-manage tr:last-child td:first-child {
      display: none; } }

@media screen and (min-width: 961px) {
  .content-block table.wl-manage tr:last-child .actions {
    text-align: right !important; } }

.content-block table.wl-manage tr:last-child .actions .button {
  margin-right: 0; }
.content-block table.wl-actions-table {
  width: auto;
  padding: 0;
  border: 0;
  margin: 0 0 30px; }
@media screen and (max-width: 660px) {
  .content-block table.wl-actions-table {
    width: 100%; } }

  .content-block table.wl-actions-table.wl-right {
    float: right; }
@media screen and (max-width: 660px) {
  .content-block table.wl-actions-table tr:last-child td {
    margin-top: 15px; }
    .content-block table.wl-actions-table tr:last-child td:first-child {
      margin-top: 0; } }

  .content-block table.wl-actions-table tr td {
    padding: 5px 5px 0;
    border: 0; }
@media screen and (max-width: 960px) and (min-width: 661px) {
  .content-block table.wl-actions-table tr td {
    display: table-cell;
    width: auto !important;
    background-color: transparent !important; } }

@media screen and (max-width: 660px) {
  .content-block table.wl-actions-table tr td {
    padding: 0;
    background-color: transparent !important; }
    .content-block table.wl-actions-table tr td .button.wl-add-to, .content-block table.wl-actions-table tr td .button.wl-but {
      display: block;
      width: 100%;
      color: #FFFFFF !important;
      background: #C5D7EE !important; } }

    .content-block table.wl-actions-table tr td label {
      font-weight: 700; }
@media screen and (max-width: 960px) {
  .content-block table.wl-actions-table tr td label {
    display: none; } }

    .content-block table.wl-actions-table tr td select {
      margin-bottom: 0; }
@media screen and (min-width: 961px) {
  .content-block table.wl-table.view tr td.product-purchase {
    text-align: right; } }

@media screen and (max-width: 960px) {
  .content-block table.wl-table.view tr td.product-remove a.remove {
    border-color: #C5D7EE !important;
    background-color: #C5D7EE !important; }
  .content-block table.wl-table.view tr td.product-thumbnail {
    border: 1px solid #C5D7EE !important;
    border-bottom: 0 !important;
    background-color: transparent !important; }
  .content-block table.wl-table.view tr:last-child {
    border: 0; }
    .content-block table.wl-table.view tr:last-child td {
      display: none; }
      .content-block table.wl-table.view tr:last-child td.product-purchase {
        display: block;
        padding: 0;
        border: 0; } }

@media screen and (max-width: 960px) {
  .content-block table.wl-rad-table tr {
    display: table-row !important; }
    .content-block table.wl-rad-table tr td {
      display: table-cell !important;
      width: auto !important;
      text-align: left !important;
      background: transparent !important; } }

.content-block .wl-search-form {
  position: relative;
  max-width: 500px; }
  .content-block .wl-search-form label {
    display: none; }
  .content-block .wl-search-form .find-input {
    margin-bottom: 0; }
  .content-block .wl-search-form .button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16.5px;
    font-size: 1.125em; }
.content-block .wl-intro > p {
  font-size: 0; }
  .content-block .wl-intro > p a {
    font-size: 16px;
    margin-right: 5px; }
.content-block .wl-intro .wl-share-url {
  margin-bottom: 30px;
  line-height: 1.5;
  word-break: break-word; }
.content-block .wl-tabs {
  border-bottom: 2px solid #3E3E3F;
  margin-left: 0;
  list-style: none; }
  .content-block .wl-tabs li {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #C4C4C8;
    background-color: #C4C4C8;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-size: 1em; }
    .content-block .wl-tabs li.active {
      border-color: #3E3E3F;
      background-color: #3E3E3F; }

/* =News pages
========================================================================================*/
.results-listing .hentry {
  border-bottom: 1px solid #C4C4C8;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .results-listing .hentry:last-child {
    border: 0;
    margin: 0;
    padding: 0; }
  .results-listing .hentry img {
    width: 100%;
    height: auto; }

.meta {
  margin-bottom: 30px;
  font-style: italic; }

.related_posts {
  background-color: #f4f4f4;
  padding: 40px;
  margin-top: 80px; }
  .related_posts .col_4of12:nth-child(3n) {
    margin-right: 0; }
  .related_posts img {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

/* =Grid
========================================================================================*/
[class^="col_"] {
  float: left;
  margin-right: 3.125%; }
  [class^="col_"]:last-child, [class^="col_"].last {
    margin-right: 0; }

.col_1of12 {
  float: left;
  width: 5.46875%; }

.col_2of12 {
  float: left;
  width: 14.0625%; }

.col_3of12 {
  float: left;
  width: 22.65625%; }

.col_4of12 {
  float: left;
  width: 31.25%; }

.col_5of12 {
  float: left;
  width: 39.84375%; }

.col_6of12 {
  float: left;
  width: 48.4375%; }

.col_7of12 {
  float: left;
  width: 57.03125%; }

.col_8of12 {
  float: left;
  width: 65.625%; }

.col_9of12 {
  float: left;
  width: 74.21875%; }

.col_10of12 {
  float: left;
  width: 82.8125%; }

.col_11of12 {
  float: left;
  width: 91.40625%; }

.col_12of12 {
  float: left;
  width: 100%; }

.col_6of12:nth-of-type(2n) {
  margin-right: 0; }

.col_12of12 {
  margin-right: 0; }

.container-cols .col_6of12 {
  margin-bottom: 0 !important; }

@media screen and (max-width: 960px) {
  .col_6of12 {
    margin-right: 0;
    width: 100%; }
    .col_6of12:first-child {
      margin-bottom: 30px; }

  .col_4of12 {
    width: 48.4375%;
    margin-bottom: 3.125%; }
    .col_4of12:nth-child(2n) {
      margin-right: 0; }
    .col_4of12:nth-child(odd):last-child, .col_4of12.last {
      height: auto !important;
      margin-bottom: 0;
      width: 100%; } }
@media screen and (max-width: 660px) {
  .col_4of12 {
    height: auto !important;
    width: 100%; } }
/* =Table styles
========================================================================================*/
table {
  width: 100%;
  max-width: 100%;
  border: solid 1px #C5D7EE;
  margin-bottom: 30px; }
  table tr:empty {
    display: none; }
  table tr th {
    padding: 12px;
    background-color: #C5D7EE;
    color: #FFFFFF;
    font-weight: 700;
    text-align: left; }
  table tr td {
    padding: 10px 13px;
    border-top: solid 1px #C5D7EE; }

table.shop_table tr td {
  line-height: 1.4; }
table.shop_table tr td.product-thumbnail img {
  max-width: 200px;
  height: auto; }
table.shop_table tr td.product-name .variation {
  margin-top: 15px;
  font-size: 0.75em; }
  table.shop_table tr td.product-name .variation dt {
    font-weight: 700; }
  table.shop_table tr td.product-name .variation dd {
    margin-bottom: 5px; }
    table.shop_table tr td.product-name .variation dd:last-child {
      margin-bottom: 0; }
@media screen and (max-width: 960px) {
  table.shop_table tr td.product-name .variation dt, table.shop_table tr td.product-name .variation dd:not(.variation-TreatmentType) {
    display: none; } }

@media screen and (max-width: 460px) {
  .woocommerce-checkout table.shop_table tr th, .woocommerce-checkout table.shop_table tr td {
    font-size: 0.8125em;
    line-height: 1.5; }
  .woocommerce-checkout table.shop_table tr dl {
    font-size: 12px;
    font-style: italic; } }

@media screen and (max-width: 960px) {
  .woocommerce-checkout table.shop_table tr tr td {
    vertical-align: middle; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table tr:first-child {
    display: none; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table tr td {
    display: block;
    width: 100% !important;
    text-align: center; }
    body:not(.woocommerce-checkout) table tr td:first-child {
      background: #C5D7EE;
      font-weight: 700;
      color: #FFFFFF; }
      body:not(.woocommerce-checkout) table tr td:first-child a {
        color: #FFFFFF;
        text-decoration: none; }
    body:not(.woocommerce-checkout) table tr td.empty {
      display: none; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table tbody tr:first-child {
    display: block; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table.shop_table {
    border: 0; }
    body:not(.woocommerce-checkout) table.shop_table thead {
      display: none; }
    body:not(.woocommerce-checkout) table.shop_table tr {
      display: block;
      border-bottom: 1px solid #C5D7EE;
      margin-bottom: 30px; }
      body:not(.woocommerce-checkout) table.shop_table tr:last-child {
        margin-bottom: 0; }
    body:not(.woocommerce-checkout) table.shop_table th {
      display: block; }
    body:not(.woocommerce-checkout) table.shop_table td {
      border-right: 1px solid #C5D7EE;
      border-left: 1px solid #C5D7EE; }
      body:not(.woocommerce-checkout) table.shop_table td:first-child {
        border: 0;
        background-color: #C4C4C8; } }

body:not(.woocommerce-checkout) table.shop_table tr th, body:not(.woocommerce-checkout) table.shop_table tr td {
  vertical-align: middle; }
@media screen and (min-width: 961px) {
  body:not(.woocommerce-checkout) table.shop_table tr th, body:not(.woocommerce-checkout) table.shop_table tr td {
    text-align: left; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table.shop_table tr th, body:not(.woocommerce-checkout) table.shop_table tr td {
    text-align: center; } }

body:not(.woocommerce-checkout) table.shop_table tr a.remove {
  display: inline-block;
  padding: 3px;
  font-size: 1.125em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  color: #FFFFFF !important;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out; }
@media screen and (min-width: 961px) {
  body:not(.woocommerce-checkout) table.shop_table tr a.remove:hover {
    color: #C5D7EE !important;
    background-color: transparent; } }

@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) table.shop_table tr a.remove:hover {
    color: #FFFFFF !important;
    border-color: #FFFFFF;
    background-color: transparent; } }

body:not(.woocommerce-checkout) table.shop_table tr img.woocommerce-placeholder {
  padding: 12px;
  border: 1px solid #C5D7EE; }
body:not(.woocommerce-checkout) table.shop_table tr .quantity input[type="button"] {
  width: 30px;
  height: 38px; }
body:not(.woocommerce-checkout) table.shop_table tr .quantity .screen-reader-text {
  display: none; }
body:not(.woocommerce-checkout) table.shop_table tr td.actions {
  text-align: left; }
  body:not(.woocommerce-checkout) table.shop_table tr td.actions .coupon {
    position: relative;
    display: inline-block; }
@media screen and (max-width: 660px) {
  body:not(.woocommerce-checkout) table.shop_table tr td.actions .coupon {
    display: block;
    margin-bottom: 15px; } }

    body:not(.woocommerce-checkout) table.shop_table tr td.actions .coupon label {
      display: none; }
    body:not(.woocommerce-checkout) table.shop_table tr td.actions .coupon input[type="text"] {
      width: auto;
      margin: 0 5px 0 0; }
@media screen and (max-width: 660px) {
  body:not(.woocommerce-checkout) table.shop_table tr td.actions .coupon input[type="text"] {
    display: block;
    width: 100%; } }

body:not(.woocommerce-checkout) .cart_totals table.shop_table {
  width: 500px;
  table-layout: fixed; }
@media screen and (max-width: 960px) {
  body:not(.woocommerce-checkout) .cart_totals table.shop_table {
    width: 100%; } }

  body:not(.woocommerce-checkout) .cart_totals table.shop_table tr {
    margin-bottom: 0; }
    body:not(.woocommerce-checkout) .cart_totals table.shop_table tr td {
      line-height: 1.4; }

/* =General Form styles
========================================================================================*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="number"], textarea, select {
  width: 100%;
  padding: 16px;
  border: 1px solid #C5D7EE;
  margin-bottom: 15px;
  font-family: "Lato", "sans-serif";
  font-size: 0.875em;
  line-height: 1.5; }
@media screen and (max-width: 960px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="number"], textarea, select {
    font-size: 1em; } }

  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #3E3E3F; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #3E3E3F; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #3E3E3F; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #3E3E3F; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="number"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  height: 120px;
  font-family: "Lato", "sans-serif";
  font-size: 0.875em; }
@media screen and (max-width: 660px) {
  textarea {
    font-size: 1em; } }

input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  input[type="button"]:hover, button:hover {
    color: #C5D7EE;
    background-color: transparent; }

input[type="submit"] {
  cursor: pointer; }

abbr.required, span.required {
  padding: 0 4px;
  color: #F00F00;
  text-decoration: none; }

.wpcf7-radio {
  display: block;
  margin: 15px 0; }
  .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 8px 0; }
    .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
      position: relative;
      display: inline-block;
      padding: 0 0 0 45px;
      line-height: 30px;
      font-weight: 400;
      cursor: pointer; }
      .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
        margin-right: 15px;
        border: 1px solid #C5D7EE;
        background-color: #FFFFFF;
        content: '';
        width: 30px;
        height: 30px; }
    .wpcf7-radio .wpcf7-list-item input[type="radio"] {
      display: none; }
      .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
        background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/18px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .inputfile + label {
    display: inline-block !important;
    padding: 16.5px;
    border: 2px solid #C4C4C8;
    margin: 15px 0;
    background-color: #C4C4C8;
    font-size: 1.125em;
    line-height: 1;
    font-weight: 400 !important;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }
  .inputfile.wpcf7-not-valid + label {
    border: 1px solid #F00 !important; }

.wpcf7-form-control-wrap.resume + label {
  visibility: hidden; }

.wpcf7-select-wrap {
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .wpcf7-select-wrap:after {
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: solid 6px #C5D7EE;
    border-right: solid 6px transparent;
    border-bottom: 0;
    border-left: solid 6px transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }
  .wpcf7-select-wrap select {
    position: relative;
    margin: 0;
    background: transparent;
    z-index: 1;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }

.content-block div.wpcf7 form br {
  display: none; }
.content-block div.wpcf7 form label, .content-block div.wpcf7 form span.wpcf7-form-control-wrap {
  display: block; }
.content-block div.wpcf7 form label {
  font-weight: 700; }
  .content-block div.wpcf7 form label span.light-label {
    margin-left: 10px;
    font-size: 0.75em;
    font-weight: 400;
    color: #c4c4c8; }
  .content-block div.wpcf7 form label .wpcf7-text, .content-block div.wpcf7 form label .wpcf7-textarea, .content-block div.wpcf7 form label .wpcf7-select {
    margin-top: 15px;
    font-weight: 400;
    transition: 0.3s border-color ease-in-out; }
    .content-block div.wpcf7 form label .wpcf7-text:focus, .content-block div.wpcf7 form label .wpcf7-textarea:focus, .content-block div.wpcf7 form label .wpcf7-select:focus {
      border-color: #3E3E3F !important; }
.content-block div.wpcf7 form input[type="submit"] {
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16.5px;
  font-size: 1.125em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .content-block div.wpcf7 form input[type="submit"]:hover {
    color: #C5D7EE;
    background-color: transparent; }
.content-block div.wpcf7 form .ajax-loader {
  width: 50px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center; }

.quantity {
  font-size: 0; }
  .quantity.hidden {
    display: none !important; }
  .quantity input[type="button"] {
    width: 50px;
    height: 55px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    border-width: 1px; }
  .quantity input[type="number"], .quantity input[type="text"] {
    width: 30px;
    height: 38px;
    padding: 0;
    margin: 2px;
    font-size: 16px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    .quantity input[type="number"]::-webkit-outer-spin-button, .quantity input[type="number"]::-webkit-inner-spin-button, .quantity input[type="text"]::-webkit-outer-spin-button, .quantity input[type="text"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
  .quantity input[type="text"] {
    border: 0;
    margin: 0; }
  .quantity .screen-reader-text {
    display: none; }

.blockOverlay {
  cursor: wait !important; }

.woocommerce-password-strength {
  text-align: center;
  font-weight: 700;
  padding: 10px; }
@media screen and (max-width: 460px) {
  .woocommerce-password-strength {
    font-size: 0.8125em; } }

  .woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373; }
  .woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733; }

.woocommerce-password-hint {
  display: block;
  margin: 7.5px 0 0;
  font-size: 0.6875em;
  color: #777777;
  font-weight: 400; }

/* =CF7 styles
========================================================================================*/
.wpcf7-not-valid {
  border: solid 1px #F00F00 !important; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  width: 100%;
  padding: 15px;
  margin: 2em 0 1em;
  border-style: solid;
  border-width: 1px; }
  div.wpcf7-response-output.wpcf7-validation-errors {
    border-color: #F00F00;
    background-color: #FFEAEA;
    color: #F00F00; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #398f14;
    background-color: #F3FDEE;
    color: #398f14; }

div.wpcf7 .ajax-loader {
  background-image: url(../../images/bgi/ajax-loader.svg); }

/* =Modal Form
========================================================================================*/
.fullscreen-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 215, 238, 0.95);
  z-index: 999; }

#form-modal {
  display: none; }
@media screen and (max-width: 960px) {
  #form-modal {
    position: relative; } }

  #form-modal div.wpcf7 {
    width: 100%; }
    #form-modal div.wpcf7 .close-trigger {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 43px;
      height: 43px; }
      #form-modal div.wpcf7 .close-trigger span {
        display: block;
        width: 43px;
        height: 3px; }
        #form-modal div.wpcf7 .close-trigger span:before, #form-modal div.wpcf7 .close-trigger span:after {
          background-color: #C5D7EE; }
    #form-modal div.wpcf7 input[readonly="readonly"] {
      font-weight: 700; }
    #form-modal div.wpcf7 input[type="submit"] {
      display: inline-block;
      border: 2px solid #C5D7EE;
      background-color: #C5D7EE;
      line-height: 1;
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
      padding: 16.5px;
      font-size: 1.125em;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      #form-modal div.wpcf7 input[type="submit"]:hover {
        color: #C5D7EE;
        background-color: transparent; }
    #form-modal div.wpcf7 .ajax-loader {
      width: 50px;
      height: 58px;
      background-repeat: no-repeat;
      background-position: center; }
@media screen and (min-width: 961px) {
  #form-modal div.wpcf7 form {
    display: block !important;
    position: relative;
    max-width: 920px;
    padding: 80px;
    margin: 0 auto;
    background-color: #FFFFFF; } }

@media screen and (max-width: 960px) {
  #form-modal div.wpcf7 {
    position: static;
    -webkit-transform: none;
    transform: none; }
    #form-modal div.wpcf7 a.close-trigger {
      top: -50px;
      right: 0; } }

/* =Product Voucher Form Fields
========================================================================================*/
.voucher-fields {
  margin-bottom: 15px; }

p.form-row {
  margin-bottom: 15px; }
  p.form-row label {
    font-weight: 700;
    margin-bottom: 15px; }
  p.form-row .input-text {
    margin-bottom: 0;
    transition: border-color 0.3s ease-in-out; }
  p.form-row.woocommerce-invalid .input-text {
    border-color: #F00F00; }

/* =Product Custom Form Fields
========================================================================================*/
.wccf_field_container_radio label:first-child {
  margin-bottom: 15px;
  font-size: 2.375em;
  font-weight: 400;
  color: #C5D7EE;
  text-transform: uppercase; }
.wccf_field_container_radio ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 8px 0; }
@media screen and (max-width: 660px) {
  .wccf_field_container_radio ul li {
    display: block; } }

  .wccf_field_container_radio ul li label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 45px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer; }
    .wccf_field_container_radio ul li label:before {
      position: absolute;
      left: 0;
      bottom: 0;
      display: inline-block;
      margin-right: 15px;
      border: 1px solid #C5D7EE;
      background-color: #FFFFFF;
      content: '';
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    .wccf_field_container_radio ul li label:after {
      position: absolute;
      left: 7.5px;
      bottom: 7.5px;
      display: inline-block;
      content: '';
      width: 15px;
      height: 15px;
      border-radius: 50%; }
  .wccf_field_container_radio ul li input[type="radio"] {
    display: none; }
    .wccf_field_container_radio ul li input[type="radio"]:checked + label:after {
      background-color: #C5D7EE; }

.wccf_field_container_product_field:not(:first-child) {
  margin-bottom: 15px; }
  .wccf_field_container_product_field:not(:first-child) label {
    margin-bottom: 15px; }
  .wccf_field_container_product_field:not(:first-child) .wccf_product_field {
    margin-bottom: 0; }

.wccf_field_container_product_field:last-child {
  margin-bottom: 30px; }

/* =Login/Register/Forgot Password Forms
========================================================================================*/
.woocommerce-form-login .form-row .button, .lost_reset_password .form-row .button, form.register .form-row .button {
  margin-right: 10px;
  display: inline-block;
  border: 2px solid #C5D7EE;
  background-color: #C5D7EE;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  font-size: 1em;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .woocommerce-form-login .form-row .button:hover, .lost_reset_password .form-row .button:hover, form.register .form-row .button:hover {
    color: #C5D7EE;
    background-color: transparent; }

.woocommerce-form-login .form-row:nth-last-of-type(2) label, .lost_reset_password .form-row:nth-last-of-type(2) label {
  display: inline-block;
  margin: 0; }
  .woocommerce-form-login .form-row:nth-last-of-type(2) label span, .lost_reset_password .form-row:nth-last-of-type(2) label span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer; }
    .woocommerce-form-login .form-row:nth-last-of-type(2) label span:before, .lost_reset_password .form-row:nth-last-of-type(2) label span:before {
      left: 0;
      display: inline-block;
      margin-right: 15px;
      border: 1px solid #C5D7EE;
      background-color: #FFFFFF;
      content: '';
      width: 30px;
      height: 30px; }
.woocommerce-form-login .form-row:nth-last-of-type(2) input[type="checkbox"], .lost_reset_password .form-row:nth-last-of-type(2) input[type="checkbox"] {
  display: none; }
  .woocommerce-form-login .form-row:nth-last-of-type(2) input[type="checkbox"]:checked + span:before, .lost_reset_password .form-row:nth-last-of-type(2) input[type="checkbox"]:checked + span:before {
    background: #FFFFFF url(../../images/bgi/tick.svg) no-repeat center center/18px; }

.lost_reset_password p.form-row label {
  margin-bottom: 15px !important; }

.post-password-form {
  max-width: 800px; }
  .post-password-form h3 {
    color: #3E3E3F;
    font-weight: 700;
    text-transform: capitalize; }
  .post-password-form label {
    font-weight: 700; }
    .post-password-form label .wc-ppc-password {
      margin-top: 15px; }
  .post-password-form input[type="submit"] {
    display: inline-block;
    border: 2px solid #C5D7EE;
    background-color: #C5D7EE;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px;
    font-size: 1em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .post-password-form input[type="submit"]:hover {
      color: #C5D7EE;
      background-color: transparent; }

/* =Header
========================================================================================*/
#main-header {
  position: relative;
  background-color: #C5D7EE;
  padding: 35px 20px 35px;
  z-index: 100; }
@media screen and (max-width: 960px) and (min-width: 661px) {
  #main-header {
    padding: 30px 20px 30px; } }

@media screen and (max-width: 660px) {
  #main-header {
    padding: 20px; } }

  #main-header .logo {
    float: left;
    display: block; }
@media screen and (max-width: 960px) and (min-width: 661px) {
  #main-header .logo img {
    width: 170px; } }

@media screen and (max-width: 660px) {
  #main-header .logo img {
    width: 120px;
    padding: 6px 0; } }

  #main-header .cart-menu {
    float: right;
    margin: 21.5px 0; }
@media screen and (max-width: 960px) {
  #main-header .cart-menu {
    margin: 10.5px 0 11.5px; } }

    #main-header .cart-menu li {
      float: left; }
@media screen and (max-width: 960px) {
  #main-header .cart-menu li {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 660px) {
  #main-header .cart-menu li.moveable {
    display: none; } }

      #main-header .cart-menu li a {
        display: block;
        padding: 0 12px;
        border-left: 1px solid #717074;
        font-size: 0.875em;
        color: #717074;
        transition: 0.3s color ease-in-out; }
        #main-header .cart-menu li a.cart {
          position: relative;
          padding-right: 40px;
          color: #3E3E3F;
          font-weight: 700; }
@media screen and (max-width: 660px) {
  #main-header .cart-menu li a.cart {
    padding-left: 0;
    border-left: 0; }
    #main-header .cart-menu li a.cart span.m-hide {
      display: none; } }

          #main-header .cart-menu li a.cart .qty {
            right: 0;
            display: block;
            padding: 8px;
            color: #FFFFFF;
            text-align: center;
            background-color: #3E3E3F;
            border-radius: 50%;
            width: 31px;
            height: 31px;
            transition: all 0.3s ease-in-out; }
          #main-header .cart-menu li a.cart:hover > .qty {
            color: #3E3E3F;
            background-color: #FFFFFF; }
      #main-header .cart-menu li:hover > a {
        color: #3e3e40; }
      #main-header .cart-menu li:first-child a {
        padding-left: 0;
        border-left: 0; }

/* =Navigation
========================================================================================*/
#nav-bar {
  position: relative; }
  #nav-bar #nav-bar-menu {
    position: relative;
    padding: 0 20px;
    background-color: #C4C4C8; }
    #nav-bar #nav-bar-menu #menu-trigger {
      font-size: 0;
      cursor: pointer;
      width: 43px;
      height: 43px; }
@media screen and (min-width: 961px) {
  #nav-bar #nav-bar-menu #menu-trigger {
    display: none; } }

  #nav-bar #nav-bar-search {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: #aaaaaf; }
    #nav-bar #nav-bar-search .three-line-icon {
      position: relative;
      float: left;
      display: block;
      width: 33px;
      height: 40px;
      margin: 12px 0; }
@media screen and (max-width: 960px) {
  #nav-bar #nav-bar-search .three-line-icon {
    position: absolute;
    top: 0;
    left: 20px;
    float: none;
    background-color: #C5D7EE;
    width: 40px;
    height: 40px; } }

      #nav-bar #nav-bar-search .three-line-icon span {
        margin: 18px 0; }
@media screen and (max-width: 960px) {
  #nav-bar #nav-bar-search .three-line-icon span {
    width: 30px;
    margin: 18px 4px; } }

  #nav-bar .menu {
    float: left; }
@media screen and (max-width: 960px) {
  #nav-bar .menu {
    display: none; } }

    #nav-bar .menu li {
      float: left;
      position: relative; }
      #nav-bar .menu li a {
        display: block;
        padding: 23px 12px;
        font-size: 1.15625em;
        color: #FFFFFF;
        text-transform: uppercase; }
      #nav-bar .menu li:hover > a, #nav-bar .menu li.current-menu-ancestor > a, #nav-bar .menu li.current-menu-item > a {
        background-color: #d1d1d4; }
      #nav-bar .menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 255px;
        background-color: #c9c9cd;
        z-index: 300; }
        #nav-bar .menu li .sub-menu li {
          width: 100%;
          border-top: 1px solid #FFFFFF; }
          #nav-bar .menu li .sub-menu li:first-child {
            border-top: 0; }
          #nav-bar .menu li .sub-menu li a {
            padding: 12px;
            font-size: 0.875rem;
            line-height: 1.4; }
@media screen and (min-width: 961px) and (max-height: 720px) {
  #nav-bar .menu li .sub-menu li a {
    padding: 6px; } }

          #nav-bar .menu li .sub-menu li:hover > a, #nav-bar .menu li .sub-menu li.current-menu-item > a {
            background-color: #d1d1d4; }
          #nav-bar .menu li .sub-menu li .sub-menu {
            top: 0;
            left: 100%;
            display: none; }
          #nav-bar .menu li .sub-menu li:hover .sub-menu {
            display: block; }
      #nav-bar .menu li:hover .sub-menu {
        display: block; }
  #nav-bar .search-form {
    float: right;
    width: 600px;
    height: 40px;
    margin: 12px 0; }
@media screen and (max-width: 960px) {
  #nav-bar .search-form {
    float: none;
    width: 100%; } }

    #nav-bar .search-form #s {
      float: left;
      width: 92.75%;
      height: 100%;
      padding: 0 12px;
      border: 0; }
@media screen and (max-width: 960px) {
  #nav-bar .search-form #s {
    padding-left: 50px; } }

@media screen and (max-width: 660px) {
  #nav-bar .search-form #s {
    width: 100%;
    padding-right: 50px; } }

    #nav-bar .search-form #s-submit {
      float: left;
      width: 5%;
      height: 100%;
      padding: 0;
      border: 0;
      margin: 0 0 0 2.25%;
      background: url(../../images/bgi/search-icon.svg) no-repeat center center/100%; }
@media screen and (max-width: 960px) {
  #nav-bar .search-form #s-submit {
    background-size: 72%; } }

@media screen and (max-width: 660px) {
  #nav-bar .search-form #s-submit {
    position: absolute;
    top: 0;
    right: 20px;
    float: none;
    margin: 12px 0;
    background-color: #C5D7EE;
    background-size: 25px;
    width: 40px;
    height: 40px; } }

/* =Footer
========================================================================================*/
footer {
  margin-top: 90px; }
@media screen and (max-width: 960px) {
  footer {
    margin-top: 40px; } }

#main-footer {
  padding: 50px 100px 70px 80px;
  background-color: #C5D7EE; }
@media screen and (max-width: 660px) {
  #main-footer {
    padding: 40px; } }

  #main-footer h5 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #3E3E3F;
    text-transform: uppercase; }
@media screen and (max-width: 1280px) {
  #main-footer .footer-columns {
    width: 100%;
    margin-right: 0; } }

  #main-footer .footer-col {
    float: left;
    width: 31.25%;
    margin-right: 3.125%; }
@media screen and (max-width: 960px) and (min-width: 661px) {
  #main-footer .footer-col {
    width: 48.4375%; }
    #main-footer .footer-col:nth-child(2) {
      margin-right: 0; }
    #main-footer .footer-col:nth-child(3) {
      width: 100%; } }

@media screen and (max-width: 660px) {
  #main-footer .footer-col {
    margin-right: 0;
    margin-bottom: 3.125%;
    width: 100%; }
    #main-footer .footer-col:nth-child(3) {
      margin-bottom: 0; } }

    #main-footer .footer-col:nth-child(3) {
      margin-right: 0; }
    #main-footer .footer-col ul li a {
      font-size: 0.875em;
      line-height: 1.8;
      color: #FFFFFF;
      text-transform: uppercase;
      transition: color 0.2s ease-in-out; }
      #main-footer .footer-col ul li a:hover {
        color: #4b4b4c; }
  #main-footer #social-subscribe-col {
    margin-right: 0; }
@media screen and (max-width: 1280px) {
  #main-footer #social-subscribe-col {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0; } }

    #main-footer #social-subscribe-col form.wpcf7-form {
      position: relative;
      max-width: 516px;
      margin-bottom: 33px; }
      #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email {
        float: left;
        width: 78.67721175467163%;
        height: 51px; }
@media screen and (max-width: 660px) {
  #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email {
    width: 100%; } }

        #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email span.active-line {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 3px;
          width: 0;
          background-color: #FFFFFF;
          transition: width 0.3s ease-in-out; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email span.active-line::-webkit-input-placeholder {
            transition: transform 0.3s ease-in-out; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email span.active-line:-moz-placeholder {
            transition: transform 0.3s ease-in-out; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email span.active-line::-moz-placeholder {
            transition: transform 0.3s ease-in-out; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email span.active-line:-ms-input-placeholder {
            transition: transform 0.3s ease-in-out; }
        #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email {
          padding: 0 12px;
          border: solid #FFFFFF;
          border-width: 2px !important;
          color: #FFFFFF;
          background: transparent;
          width: 100%;
          height: 100%; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email::-webkit-input-placeholder {
            color: #FFFFFF; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:-moz-placeholder {
            color: #FFFFFF; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email::-moz-placeholder {
            color: #FFFFFF; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:-ms-input-placeholder {
            color: #FFFFFF; }
          #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:focus + span.active-line {
            width: 99.4862361718549%; }
            #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:focus + span.active-line::-webkit-input-placeholder {
              transform: translateX(-200px); }
            #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:focus + span.active-line:-moz-placeholder {
              transform: translateX(-200px); }
            #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:focus + span.active-line::-moz-placeholder {
              transform: translateX(-200px); }
            #main-footer #social-subscribe-col form.wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-email:focus + span.active-line:-ms-input-placeholder {
              transform: translateX(-200px); }
      #main-footer #social-subscribe-col form.wpcf7-form input[type="submit"] {
        float: left;
        width: 21.32278824532837%;
        height: 51px;
        padding: 18.5px 0;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        background-color: #FFFFFF;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out; }
@media screen and (max-width: 660px) {
  #main-footer #social-subscribe-col form.wpcf7-form input[type="submit"] {
    width: 100%; } }

        #main-footer #social-subscribe-col form.wpcf7-form input[type="submit"]:hover {
          background-color: rgba(255, 255, 255, 0.8); }
      #main-footer #social-subscribe-col form.wpcf7-form .ajax-loader {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 21.32278824532837%;
        height: 51px;
        padding: 18.5px 0;
        margin: 0;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: center; }
@media screen and (max-width: 660px) {
  #main-footer #social-subscribe-col form.wpcf7-form .ajax-loader {
    top: auto;
    bottom: 0;
    width: 100%; } }

      #main-footer #social-subscribe-col form.wpcf7-form div.wpcf7-response-output {
        float: left; }
    #main-footer #social-subscribe-col .social-icons a {
      float: left;
      width: 38px;
      height: 38px;
      margin-left: 22px;
      transform: scale(1);
      -webkit-transform: scale(1);
      transition: transform 0.3s ease-in-out; }
      #main-footer #social-subscribe-col .social-icons a:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }
      #main-footer #social-subscribe-col .social-icons a:first-child {
        margin-left: 0; }
      #main-footer #social-subscribe-col .social-icons a.news-icon {
        color: #C5D7EE;
        background-color: #FFFFFF;
        font-size: 1.125rem;
        line-height: 38px;
        text-transform: uppercase;
        padding: 0 20px;
        width: auto;
        text-indent: 0; }
@media screen and (max-width: 660px) {
  #main-footer #social-subscribe-col .social-icons a.news-icon {
    width: 100%;
    margin-bottom: 33px;
    text-align: center; } }

      #main-footer #social-subscribe-col .social-icons a.facebook-icon {
        background: url(../../images/bgi/facebook-icon.svg) no-repeat center center/100%; }
      #main-footer #social-subscribe-col .social-icons a.instagram-icon {
        background: url(../../images/bgi/instagram-icon.svg) no-repeat center center/100%; }

#bottom-footer {
  padding: 36px 0;
  text-align: center; }
@media screen and (max-width: 660px) {
  #bottom-footer {
    padding: 15px 0; } }

  #bottom-footer ul li {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.8; }
@media screen and (max-width: 660px) {
  #bottom-footer ul li {
    display: block;
    max-width: 350px;
    margin: 0 auto; } }

    #bottom-footer ul li a {
      padding: 0 10px;
      border-left: 1px solid #3E3E3F;
      transition: color 0.3s ease-in-out; }
@media screen and (max-width: 660px) {
  #bottom-footer ul li a {
    padding: 10px 0;
    border-left: 0; } }

      #bottom-footer ul li a:hover {
        color: #717074; }
@media screen and (min-width: 661px) {
  #bottom-footer ul li:first-child {
    padding-right: 10px; } }

    #bottom-footer ul li:last-child {
      padding-right: 0; }

/* =Content block
========================================================================================*/
#breadcrumbs {
  margin-top: 90px;
  line-height: 1.5; }
@media screen and (max-width: 1340px) {
  #breadcrumbs {
    padding: 0 30px; } }

@media screen and (max-width: 660px) {
  #breadcrumbs {
    margin-top: 30px; } }

  #breadcrumbs a, #breadcrumbs strong {
    padding: 0 5px; }
  #breadcrumbs a {
    transition: color 0.3s ease-in-out; }
  #breadcrumbs a:hover {
    color: #717074; }

.content-block {
  margin-top: 30px; }
@media screen and (max-width: 1340px) {
  .content-block {
    padding: 0 30px; } }

@media screen and (max-width: 460px) {
  .content-block {
    padding: 0 15px; } }

/* =Banner
========================================================================================*/
.banner-block {
  margin-bottom: 80px; }
@media screen and (max-width: 960px) {
  .banner-block {
    margin-bottom: 40px; } }

  .banner-block > a {
    display: block; }
  .banner-block img {
    width: 100%;
    height: auto; }
  .banner-block .cycle {
    position: relative;
    overflow: hidden; }
    .banner-block .cycle .slide {
      position: absolute;
      top: 0;
      left: 0; }
    .banner-block .cycle .cycle-navigation span {
      position: absolute;
      top: 50%;
      width: 24px;
      height: 52px;
      background: url(../../images/bgi/arrow-alt.svg) no-repeat center center/100%;
      cursor: pointer;
      z-index: 200; }
@media screen and (max-width: 660px) {
  .banner-block .cycle .cycle-navigation span {
    display: none; } }

@media screen and (max-width: 460px) {
  .banner-block .cycle .cycle-navigation span {
    width: 12px;
    height: 52px; } }

      .banner-block .cycle .cycle-navigation span.prev {
        left: 0;
        margin-left: 28px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .banner-block .cycle .cycle-navigation span.next {
        right: 0;
        margin-right: 28px;
        -ms-transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    .banner-block .cycle .cycle-pager {
      position: absolute;
      bottom: 16px;
      width: 100%;
      text-align: center;
      z-index: 201; }
@media screen and (max-width: 660px) {
  .banner-block .cycle .cycle-pager {
    display: none; } }

      .banner-block .cycle .cycle-pager span {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 2px solid #FFFFFF;
        margin-left: 7px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer; }
        .banner-block .cycle .cycle-pager span:first-child {
          margin-left: 0; }
        .banner-block .cycle .cycle-pager span.cycle-pager-active {
          background-color: #3E3E3F; }

/* =Boxes
========================================================================================*/
.box-block .box {
  float: left;
  position: relative;
  display: block;
  height: 0;
  width: 33.3333333333%;
  padding-bottom: 33.3331034483%; }
@media screen and (max-width: 960px) {
  .box-block .box {
    width: 50%;
    padding-bottom: 50%; }
    .box-block .box:nth-child(4n - 1) {
      float: right; }
    .box-block .box:last-child {
      width: 100%; } }

@media screen and (max-width: 660px) {
  .box-block .box {
    width: 100%;
    padding-bottom: 100%; } }

  .box-block .box .box-inner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .box-block .box .box-inner-wrap .box-content {
      position: relative;
      padding: 15% 13% 10.4%;
      height: 100%;
      text-align: center; }
@media screen and (max-width: 960px) {
  .box-block .box .box-inner-wrap .box-content {
    padding: 12%; } }

      .box-block .box .box-inner-wrap .box-content h4 {
        padding: 12px;
        border: 2px solid #FFFFFF;
        margin-bottom: 12%;
        font-size: 3em;
        color: #FFFFFF;
        text-transform: uppercase; }
@media screen and (max-width: 1400px) and (min-width: 1281px) {
  .box-block .box .box-inner-wrap .box-content h4 {
    font-size: 2.5em; } }

@media screen and (max-width: 1280px) and (min-width: 661px) {
  .box-block .box .box-inner-wrap .box-content h4 {
    margin-bottom: 8%;
    font-size: 1.875em; } }

@media screen and (max-width: 460px) {
  .box-block .box .box-inner-wrap .box-content h4 {
    margin-bottom: 8%;
    font-size: 1.875em; } }

      body:not(.home) .box-block .box .box-inner-wrap .box-content h4 {
        font-size: 1.5em;
        line-height: 1.3; }
      .box-block .box .box-inner-wrap .box-content p {
        font-size: 1.0625em;
        line-height: 1.6; }
@media screen and (max-width: 1280px) and (min-width: 661px) {
  .box-block .box .box-inner-wrap .box-content p {
    font-size: 0.875em;
    line-height: 1.4; } }

@media screen and (max-width: 460px) {
  .box-block .box .box-inner-wrap .box-content p {
    font-size: 0.9375em;
    line-height: 1.3; } }

      .box-block .box .box-inner-wrap .box-content .bottom-box-text {
        position: absolute;
        bottom: 10.4%;
        left: 0;
        width: 100%;
        font-size: 1.15625em;
        text-transform: uppercase; }
@media screen and (max-width: 1280px) and (min-width: 661px) {
  .box-block .box .box-inner-wrap .box-content .bottom-box-text {
    font-size: 1em; } }

  .box-block .box.bg-color-box .box-content {
    transition: background-color 0.3s ease-in-out; }
    .box-block .box.bg-color-box .box-content h4 {
      font-weight: 400;
      transition: all 0.3s ease-in-out; }
  .box-block .box.image-box .box-inner-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: background-size 0.3s ease-in-out; }
.box-block a.box.bg-color-box:hover .box-content.bg-color-1 {
  background-color: #d1dff1; }
  .box-block a.box.bg-color-box:hover .box-content.bg-color-1 h4 {
    color: #C5D7EE;
    background-color: #FFFFFF; }
.box-block a.box.bg-color-box:hover .box-content.bg-color-2 {
  background-color: #cccccf; }
  .box-block a.box.bg-color-box:hover .box-content.bg-color-2 h4 {
    color: #C4C4C8;
    background-color: #FFFFFF; }
.box-block a.box.image-box:hover > .box-inner-wrap {
  background-size: 110% 110%; }

/* =Center Text
========================================================================================*/
.center-text-block {
  max-width: 1070px;
  padding: 9.345794392523364% 60px;
  margin: 0 auto;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: center;
  color: #717074; }
  .center-text-block p {
    margin-bottom: 30px;
    font-weight: 300; }
    .center-text-block p:last-child {
      margin-bottom: 0; }
@media screen and (max-width: 960px) {
  .center-text-block {
    padding: 60px;
    font-size: 1.5625em; } }

@media screen and (max-width: 660px) {
  .center-text-block {
    padding: 40px;
    font-size: 1.25em; } }

@media screen and (max-width: 460px) {
  .center-text-block {
    padding: 30px; } }

/* =Tiles
========================================================================================*/
.tiles-block .tile {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 50%;
  transition: background-size 0.4s ease-in-out; }
  .tiles-block .tile:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    content: ""; }
  .tiles-block .tile:hover:before {
    opacity: 0.2; }
@media screen and (max-width: 660px) {
  .tiles-block .tile {
    float: none;
    width: 100%; } }

  .tiles-block .tile:hover {
    background-size: 110% 110%; }
  .tiles-block .tile a {
    display: block;
    padding: 12px; }
  .tiles-block .tile .inner-tile-wrap {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 32.23495702005731%;
    border: 2px solid #FFFFFF; }
    .tiles-block .tile .inner-tile-wrap span {
      display: block;
      width: 100%;
      font-size: 3em;
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase; }
@media screen and (max-width: 960px) {
  .tiles-block .tile .inner-tile-wrap span {
    font-size: 2.1875em; } }

@media screen and (max-width: 660px) {
  .tiles-block .tile .inner-tile-wrap span {
    font-size: 1.875em; } }

/* =Wishlists
========================================================================================*/
#wl-list-pop-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 10001; }

.wl-list-pop {
  position: absolute;
  padding: 15px;
  width: auto;
  max-width: 250px;
  height: auto;
  border: 1px solid #3E3E3F;
  background: #FFFFFF;
  z-index: 10002; }
  .wl-list-pop dl {
    margin: 0 0 1.618em 0; }
  .wl-list-pop dt {
    margin: 0 0 5px 0; }
  .wl-list-pop dd {
    font-size: 12px;
    margin: 0 0 2px 0;
    text-decoration: underline; }
  .wl-list-pop a.button {
    padding: 12px;
    font-size: 0.875em; }

#wl-wrapper.wl-button-wrap {
  padding: 0;
  margin-top: 30px; }
#wl-wrapper .wl-already-in {
  display: none; }

/* =Gallery block
========================================================================================*/
.gallery-block {
  counter-reset: styled-list-counter;
  margin: 0 !important; }
  .gallery-block a {
    display: inline;
    float: left;
    background: #C4C4C8;
    color: #C5D7EE;
    padding: 0;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    width: 22.65625%; }
@media screen and (min-width: 961px) {
  .gallery-block a {
    width: 22.65625%; }
    .gallery-block a:nth-child(4n) {
      margin-right: 0; } }

@media screen and (max-width: 960px) and (min-width: 661px) {
  .gallery-block a {
    width: 31.25%; }
    .gallery-block a:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 660px) and (min-width: 461px) {
  .gallery-block a {
    width: 48.4375%; }
    .gallery-block a:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 460px) {
  .gallery-block a {
    margin-right: 0;
    height: auto !important;
    width: 100%; }
    .gallery-block a img {
      width: 100%;
      height: auto; } }

/*=Print stylesheet
========================================================================================*/
@media print {
  @page {
    margin: 0.5cm; }
  #main-header, #nav-bar, footer, form, .cycle-pager, .cycle-navigation, .tiles-block, .box-block .image-box, .side-banner, .acf-map, .full-width-btn, .woocommerce-pagination, #share-trigger {
    display: none !important; }

  [class^="col_"] {
    width: 100% !important; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    orphans: 3;
    widows: 3; }

  p {
    page-break-before: avoid;
    orphans: 3;
    widows: 3; }

  img {
    page-break-inside: avoid; }

  .content a {
    text-decoration: none !important;
    color: inherit; }
    .content a[href^=http]:after {
      content: " <" attr(href) "> "; }
  .content table tr:focus {
    background: transparent; }
  .content table tr:first-child {
    display: none; }
  .content table tr td {
    display: block;
    text-align: center; }
    .content table tr td:first-child {
      background: #000000 !important;
      font-weight: 700;
      font-size: 3em;
      color: #FFFFFF; }

  .accordion-data {
    display: block; }

  .center-text-block {
    max-width: 100%;
    padding: 0;
    text-align: left;
    color: #000000; }

  .banner-block {
    margin-bottom: 30px; }

  .box-block .bg-color-box {
    height: auto;
    width: auto;
    padding: 0; }
    .box-block .bg-color-box .box-inner-wrap {
      position: static; }
      .box-block .bg-color-box .box-inner-wrap .box-content {
        padding: 15px 15px 15px 0;
        text-align: left;
        background-color: transparent; }
        .box-block .bg-color-box .box-inner-wrap .box-content h4 {
          padding: 0;
          border: 0;
          margin-bottom: 15px;
          color: #C5D7EE;
          text-transform: capitalize; }
        .box-block .bg-color-box .box-inner-wrap .box-content .bottom-box-text {
          position: static;
          display: block;
          margin-top: 15px; }

  body:not(.woocommerce-cart) ul.products {
    margin: 0;
    width: 100%; }
    body:not(.woocommerce-cart) ul.products li {
      float: none;
      width: 100%;
      margin: 0 0 15px; }
      body:not(.woocommerce-cart) ul.products li h2 {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
        border: 0 !important;
        color: #000000 !important;
        text-align: left !important;
        background: transparent !important; }
      body:not(.woocommerce-cart) ul.products li img {
        max-width: 400px !important; }
      body:not(.woocommerce-cart) ul.products li .price {
        padding: 0 !important;
        color: #000000 !important; }
      body:not(.woocommerce-cart) ul.products li a.add_to_cart_button, body:not(.woocommerce-cart) ul.products li a.product_type_simple {
        display: none !important; }
    body:not(.woocommerce-cart) ul.products.alternate-loop li {
      float: none;
      padding: 0; }
      body:not(.woocommerce-cart) ul.products.alternate-loop li .cat-description {
        height: auto !important;
        text-align: left; }

  #product-content .product-information div.images {
    text-align: left; }
    #product-content .product-information div.images img {
      max-width: 400px; }
  #product-content .product-information .entry-summary h1 {
    margin-top: 30px;
    font-size: 1.5em; }

  .info-boxes div, .info-text {
    padding-left: 0;
    text-align: left; }

  #salons-list li a .info-text {
    height: auto !important;
    padding: 0;
    text-align: left; } }

/*# sourceMappingURL=style.css.map */

