iframe#preview-bar-iframe {
    display: none !important;
}

@media only screen and (min-width: 750px) {
    .site-header.logo--center {
        padding-top: 0px;
    }
}

.index-section {
    padding-top: 0;
    padding-bottom: 0;
}

.input-container-active {
    border: 1px solid #8B9E8B;
}

// animation is slow so you can see it, but probably should be .25 or .15
$thetransition: all .5s cubic-bezier(1, .25, 0, .75) 0s;

.underline-effect {
    text-decoration: none;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
        -webkit-transition: $thetransition;
        -o-transition: $thetransition;
        transition: $thetransition;
    }

    &:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    }
}

.underline-effect {
    position: relative;
    color: #fff;
    text-decoration: none;
}

.fancy-link-block {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fancy-link-block:hover .underline-effect {
    color: #fff;
}

.fancy-link-block:hover .circle {
    opacity: .6;
    width: 84%;
    padding: 42% 0;

    left: 48%;
    top: -22%;
}

.circle {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.underline-effect:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 6px;
    bottom: 70px;
    top: 100%;
    left: 70px;
    background-color: rgba(255, 255, 255, .6);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    float: right;
}

.fancy-link-block:hover .underline-effect:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
}

////// DIVIDER
.rip-divider {
    z-index: 1;
}

.rip-divider svg {
    position: absolute;
    left: 0;
    min-width: 101%;
    height: auto;
    bottom: -10px;
}

@media only screen and (min-width: 1000px) {
    .rip-divider svg {
        bottom: -40px!important;
    }
}

.rte ul {
    padding-top: 20px;
}

.price__regular {
    color: #79B984;
}

.price {
    padding: 8px 0;
}

.view-lbl {
    color: #454B59;
    font-weight: 500;
}

.list--inline>li {
    outline: none;
}



body .id-1551455881441 .mega-heading {
    font-size: 7em;
    margin-top: -24px;
    line-height: 4rem;
    margin-bottom: 40px;
}

body .hero-header .hero-content.left {
    width: 500px;
}

.content-wrap.visit.id-hero-visit {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

body .id-hero .top-text p {
    color: #b0bfb2 !important;
    font-size: 2rem;
}

.price-item p span {
    color: #79B984;
}

.price-item p {
    font-weight: 300;
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/// FONTS
h3,
.h3 {
    font-size: 2em;
    text-transform: none;
    letter-spacing: 0;
}

body {
    height: 100%;
}

.home-top-header .top-text {
    // margin-bottom: -62px;
    margin-bottom: 40px;
}

.home-top-header .top-text p {
    font-size: 2rem;
    font-weight: 300;
}

.home-top-header .bottom-text p {
    font-weight: 100;
    font-size: 1.6rem;
}

.page-width.general-page {
    position: relative;
    z-index: 1;
    padding: 70px 2%;
}

.general-page h2,
.general-page .h2 {
    font-size: 1.825em;
    text-transform: none;
    letter-spacing: 0;
}

.custom-content-wrap .h2,
.section-header h2 {
    font-size: 1.625em;
    text-transform: none;
    letter-spacing: 0;
    color: #8B9E8B;
}

.site-footer__payment-icons {
    text-align: center;

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    body .id-1551455881441 .mega-heading {
        margin-top: -34px;
        line-height: 5rem;
        margin-bottom: 30px;
    }

    body .id-1551455881441 .mega-subtitle--large {
        margin-top: -20px;
    }
}


@media only screen and (max-width: 749px) {
    .hero--large {
        height: 588px;
    }

    body .hero-header {
        max-height: 400px;
    }

    div#SearchDrawer {
        height: 55px !important;
        top: 0px;
        padding: 0px;
    }

    body .hero__inner .hero-content {
        // padding: 6px;
        top: 20px;
    }

    .search-bar__close .icon {
        margin-top: 3px;
    }

    .page-width.general-page {
        padding: 30px 5% 70px;
    }

    .mega-subtitle--large {
        font-size: 1.6em;
    }

    .mega-title--large {
        font-size: 3.13em;
        line-height: 40px;
        margin-top: -10px;
    }

    .collection-page-header .mega-heading{
        font-size: 2.4rem!important;
    }

    body .hero-header .hero-content.left {
        top: 55% !important;
    }

    .home-large-banner .hero__inner .hero-content.left {
        top: 30%;
        text-align: left !important;
    }

    .home-large-banner .hero__inner .hero-content .content-wrap {
        width: 82%;
    }

    .home-large-banner {
        background-position: 65% top !important;
    }

    .home-small-banner .image-wrap img {
        margin-bottom: -20px;
        margin-top: 10px;
    }

    body .visit .mega-heading {
        font-size: 1.7rem;
        padding: 20px 20px 0;
    }

    .feature-columns-wrap .general-padding{
            padding: 70px 7%;
    }

    body .quote-mark {
        left: -40px;
        font-size: 70px;
    }
}

.map-section__wrapper {
    padding-left: 0;
    padding-right: 0;
}

.map-section__container {
    width: 100%!important;
}

@media screen and (max-width: 949px) and (min-width: 750px) {
    body .split-content-wrap .text-block {
        padding: 8px 8% 70px;
    }
}

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

    .small-banner .hero__inner {
        padding: 0 10px 40px;
    }
}


@font-face {
    font-family: 'OFFISFW';
    src: url('OFFISFW.eot');
    src: url('OFFISFW.eot?#iefix') format('embedded-opentype'),
        url('OFFISFW.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSerifITCTTBook';
    src: url('OfficinaSerifITCTTBook.svg#OfficinaSerifITCTTBook') format('svg'),
        url('OfficinaSerifITCTTBook.ttf') format('truetype'),
        url('OfficinaSerifITCTTBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.site-nav__label {
    font-size: 21px;
    font-family: OFFISFW;
}

@media only screen and (min-width: 750px) {
    .template-product .hero-header {
        height: 550px;
        padding-top: 100px;
    }

    .product-description-mobile,
    .counter-mobile,
    .cat-selector {
        display: none;
    }

    .product-description-desktop {
        display: block;
    }

}

@media only screen and (max-width: 749px) {
    .template-product .hero-header {
        display: none;
    }

    .template-product .product-single {
        padding-top: 70px;
    }

    .product-description-mobile {
        display: block;
    }

    .product-description-desktop,
    .counter-desktop,
    .collection-filter-wrap {
        display: none;
    }

    .product-quantity-and-buttons-desktop {
        margin-top: -30px;
        margin-bottom: -10px;
    }

    .quantity-selector,
    .add-to-cart {
        float: left;
    }

    .quantity-selector {
        width: 30%;
    }

    .add-to-cart {
        width: 70%;
        margin-top: 6px;
    }

    .template-cart .hero--large {
        height: 288px;
    }

    section.related-products {
        padding-top: 0 !important;
        margin-top: -30px;
    }

    .filters-toolbar-wrapper .page-width {
        padding-left: 6px;
        padding-right: 6px;
    }

    .filters-toolbar__product-count {
        position: relative;
        left: -21px;
    }

    .filters-toolbar__item.filters-toolbar__item--count.counter-mobile {
        margin-top: -30px;
    }

    .template-collection .hero--large {
        height: 288px;
        padding: 20px;
    }

    .hero .mega-title {
        font-size: 2.7rem;
    }

    .home-small-banner.small-banner .hero__inner {
        max-width: calc(100vw - 60px);
    }

    .home-small-banner .image-wrap img {
        max-width: 220px !important;
    }

    .collection-page-header .hero {
        background-position: left !important;
    }

    .filters-toolbar__label {
        font-size: 11px;
    }

    .general-padding {
        padding: 0;
    }

    body .map-section__content {
padding: 30px 20px 36px;
        width: 200px;
        position: absolute;
        background: #45413E;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 10px;
        bottom: 0;
    }

    body .map-section__content ::after {
        position: absolute;
        content: '';
        bottom: -15px;
        background: #45413E;
        width: 50px;
        height: 50px;
        transform: rotate(45deg);
        left: calc(50% - 24px);
        z-index: -1;
    }
}

@media only screen and (min-width: 992px) {
    .site-header__cart-count {
        right: -10px;
    }
}

@media only screen and (max-width: 320px) {
    .mobile-home-link img {
        display: block;
        width: auto;
        margin: auto;
        height: 47px;
        position: relative;
        left: -20px;
        top: 2px;
    }

    .mobile-home-link {
        height: 50px;
        margin-bottom: 5px;
    }


    body .hero__inner .hero-content {
        padding: 0;
        width: auto;

    }

    .pagination__text {
        padding: 0 17.5px !important;
    }
}

@media only screen and (max-width: 400px) {
    body .bottom-nav li {
        padding: 2px 10px;
        width: 50%;
        text-align: center;
    }
}


@media only screen and (min-width: 750px){
  .collection-page-header .hero--large {
    height: 40vw!important;
    max-height: 360px;
  }
    .collection-page-header .hero-header .hero-content.left {
    top: 35%!important;
  }

}

@media only screen and (min-width: 1450px){
  .collection-page-header .hero--large {
    height: 40vw!important;
    max-height: 460px;
  }

}


@media only screen and (max-width: 350px){
  .site-header__icon {
    padding: 12px 7px;
  }
  .content-wrap.id-1552043051765 {
    padding: 30px;
  }
  .hero .mega-title {
    font-size: 2.4rem;
  }
}


@media only screen and (max-width: 749px){
  
  body .hero-header .hero-content.left {
    position: absolute;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 12px;
}
}
.grid--view-items {
    margin-bottom: 0;
}

.collection-page-header .hero-content.centred.text-center {
    margin-left: -2%;
      margin-top: 44px;
}


  .template-index [class*="index-section--flush"]:last-child {
    margin-bottom: 0px;
}


  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.hero-header .hero-content.left{
  		top: auto!important;
  	}
    .rip-divider{
    	display: none;
    }
    
}