@import '../../../../bower_components/bootstrap/dist/css/bootstrap.min.css';
 @media only screen and (max-width: 1200px){
    html{
        overflow-x: hidden
    }
}
body{
    color: #4c4c4d;
}
.mfp-bg {
    background: #000;
}
.page__header__title{
    font-family: 'cinzel';
    text-align: center;
}
.cart_menu{
    text-transform: capitalize;
}
.special .new_contact{
    padding: 40px;
}
.special .page_link{
    float: right;
    padding-bottom: 15px;
    position: inherit;
}
.test{
    border: 1px solid #eee !important;
}
/* .select2-container--default .select2-results__option[aria-selected="true"]{
    background: none !important
} */
.page__header__title > h1{
    font-weight: 400;
    color: #4c4c4d;
}
.select2-container{
    outline: none !important;
}
.back_to{
    text-align: center;
}
.back_to>a{
    font-family: "montserrat",sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875em;
}
.back_to>a:before{
    content:'';
    width: 50px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
    background-size: 62%;
    z-index: 2;
    right: -10px;
}
.f .product__item__title{
    margin-top: 15px;
}
.product__item__title>span{
    font-family: cinzel !important;
    font-size: 17px !important
}
.aft_arrow::after{
    content: "\e901";
}
.selection{
    outline: 0;
}
.blog__item__title{
    text-align: left;
    max-width: 45%;
}
.paginator-pages-list > li{
    display: inline-block;
}
.paginator-pages-list .active>a{
    color: #8b572a;
    pointer-events: none;
}
.paginator-pages-list{
    text-align: center;
    margin-top: 15px
}
@media (max-width: 768px) {

        .art_date{
            text-align: left !important;
            margin-bottom: 53px;
        }
        .date_hr{
            right: 0px !important;
            left: -90%;
        }
        .blog__item__title{
            max-width: 70% !important;
        }
        .article-content > p[style]{
            width:100% !important;
        }
}
.article-content > p[style]{
    width:50%;
    margin: 30px auto;
}
.article-content > p > img{
    box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.3);
}
.art_title{
    font-family: "montserrat",sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.125em;
}
.art_img{
    background-size: cover !important;
    background-position: center !important;
    height: 400px;
    width: 765px;
    margin: 30px auto;
    box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
    .art_img{
        max-width: 100%;
        height: 50vw;
    }
}
@media (max-width: 500px) {
    .blog__item__title{
        max-width: 100% !important;
    }
}
.date_hr{
    position: absolute;
    bottom: -49px;
    right: 54px;
}
.intro_art{
    margin: 15px 0;
}
.art_date{
    text-align: right;
    margin-right: 40px;
}
.blog__item__image > img{
    margin-bottom: 30px;
    box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.2);
}
.hero {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(to right, #fcfcfc 0%, rgba(252, 252, 252, 0.5) 30%, #dfe4e6 50%, #ebeef1 100%)
}
.public_offers_confirm_page .rte > p{
    margin-left: 0 !important;
}
.new_contact>span{
    font-family: 'Source Serif Pro', serif;
    font-size: 14px;
    color: #29292A;
    line-height: 24px;
}
 @media only screen and (max-width: 1200px){
    .new_contact{
        width: 100% !important;
    }
 }
 @media only screen and (max-width: 890px){
     .mail{
    text-align: left !important;
    position: initial;
    display: block;
    left: 7px;
     }
     .new_contact{
         padding-bottom: 40px !important;

     }
 }
 .new_contact .page_link>a{
     color: #CA9D62;
     border-bottom: 1px solid #CA9D62 !important;
 }
.new_contact>span>a{
    border: none !important;
    font-size: 13px;
    color: #818385;
}
.rte>p>img{
    margin: 0 auto;
}
.grid .wrapper li{
    list-style: initial;
}
.page_button{
    text-align: center;
}
.bottle{
    position: relative;
    margin-right: -25px;
    left: -11px;
}
.page_button>a{
    border-bottom: none !important;
}
.new_contact{
    position: relative;
    text-align: left;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.2);
    width: 70%;
    display: block;
    margin: 40px auto;
}
.yellow{
    text-align: left  !important;
    color: #CA9D62;
    margin-bottom: 10px  !important;
    font-weight: 500;
}
.mail{
    text-align: right;
    position: absolute;
    right: 7px;
}
.product-photo>img{

    box-shadow: -1px 18px 14px 7px rgba(0,0,0,0.3);
    display: block;
    margin: 39px auto;
    max-height: 500px
}

.product-photo{
    text-align: center;
    display: block;
    position: relative;
}
.product-photo + .product-photo{
   margin-top: 50px;
}
.select2-selection__arrow{
    display: none !important;
}
.select2-selection__rendered{
    font-weight: 300 !important;
    font-size: 16px !important;
}
.select2-container--default .select2-selection--single{
    position: absolute;
    text-align: left;
    z-index: 1;
    max-width: 75%;
    min-width: 270px;
    border: 1px solid #eee !important;
    background-color: #FCFCFC !important;
    height: auto !important;
    outline: none;
    font-size: 15px;
    color: #CA9D62 !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #CA9D62 !important;
    line-height: 34px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-family: "montserrat",serif;
    outline: none;
    margin-left: -2px;
}
.select2-results__option{
    color: #CA9D62 !important
}
    /* #sliderMask .slick-slide{
        float: right
    } */
.description>p:last-child::after{
    content:none;
}
.product-slider__main__item{
    height: 536px !important;
}
.description>p:first-child::before{
    content:none;
}
.description>p:after{
    content:'';
    width: 100%;
    height: 1px;
    background-color: #ca9d62;
    display: block;
    position: relative;
    top: 47px;
}
.description>p::before{
    content:'';
    width: 100%;
    height: 63px;
    display: block;
    background-image: url("../images/p.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 107%;
    background-size: 9%;
    z-index: 2;
}
.arrows{
    padding: 15px 8px;
    cursor: pointer;
}
.public_offers{
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Montserrat",serif;
    font-weight: 500;
    color: #ca9d62;
    text-align: center;
    margin: auto;
    display: block;
}
.public_offers:hover{
    color: #8b572a;
}
.product-view-item__to-cart{
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ca9d62;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size:0.9em;
    line-height: 1.42;
    font-family: "montserrat", serif;
    color: #ca9d62;
    margin-bottom: 20px;
    font-weight: 600;
}
.f .slick-list{
    height: 525px;
}
.product-view-item__to-cart:hover{
    background: #ca9d62;
    color: #fff;
}
.cantitate{
    text-align: center;
    margin: 20px 30px;
    font-weight: normal;
    color: #818385;
    font-size: 18px;
}
.product-list-item__quantity__box{
    border: 1px solid #ca9d62;
    margin: 0px 20px;
    height: 36px;
    line-height: 1.8;
}
.small{
    font-size: 0.8em;
    line-height: 1;
    color: #818385;
}
.product-list-item__quantity__box__count{
    width: 46px;
    height: 32px;
    text-align: center;
    background: #fff !important;
    border-left: 1px solid #e9e9e9 !important;
    border-right: 1px solid #e9e9e9 !important;
    border: none;
}
.product-list-item__quantity{
    display: inline-block;
}
.description>p{
    margin-bottom: 15px;
}
.description{
    font-size: 16px;
    font-family: "Source Serif Pro",serif;
    font-weight: 500;
}
.product-view .product-slider__thumbnails__item{
    width: 100px !important;
    cursor: pointer;
    padding-bottom: 12.5px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: .7;
}
.hero .hero-text-container {
    position: absolute;
    top: calc(50% - 70px);
    left: 22%;
    z-index: 10
}
.size{
    font-family: "montserrat",sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 12px;
    margin: 9px 4px 1px 3px;
    font-size: 0.8125em;
    font-style: normal;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 0.7em;
}

.aligned{
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    font-family: "Source Serif Pro",serif;
    color: #818385;
    text-transform: capitalize;
}

.product-view-price{
    font-family: "montserrat",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #29292a;
    font-size: 1.125em;
    font-weight: 600;
}
.hero .hero-text-container a {
    background-color: rgba(0, 0, 0, 0)
}

.hero .hero-text-container a:hover {
    background-color: #CA9D62
}
.Wines{
    font-size: 1.875em;
    font-weight: 600;
    font-family: "Source Serif Pro",serif;
    line-height: 1.4;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.hero .hero-text-container h1 {
    font-size: 50px;
    color: #29292a;
    font-family: "Source Serif Pro",serif;
}

@media (max-width: 590px) {
    .hero .hero-text-container {
        text-align: center
    }
}
.spectial_corners {
    float: right;
}
.hero .pattern-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGMTE3NDA3MjA2ODExOEY2MkM2QjkzMzEyQjM0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGOEQ2RDRCNEYwNzgxMUUxQTgyODk1MzRERDY3MEY2MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGOEQ2RDRCM0YwNzgxMUUxQTgyODk1MzRERDY3MEY2MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QThBQTJGMkUwQTIwNjgxMThBNkQ5RjFGRTU4NUYxMDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjExNzQwNzIwNjgxMThGNjJDNkI5MzMxMkIzNEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7onta0AAAAb0lEQVR42uzTMREAIAwDQEAG/rVhozAUCSzls+Qy575HRMvM7FVpj1Y8/TxY8rm7v3iQQQYZZJBBBhlkkEEGGWSQQQYZZJBBBhlkkEEGGWSQQQYZZJBBBhlkkEEGGWSQQQYZZJBBBhlkkME32QIMAHohz3z+YodWAAAAAElFTkSuQmCC")
}

.hero .hero-video-wrapper {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-width: none;
    overflow: hidden
}

@media (min-width: 769px) {
    .hero .hero-video-wrapper video {
        display: block;
        height: 100%;
        width: 100%;
    }
    .hero .hero-video-wrapper .hero-image-overlay {
        display: none
    }
}

@media (max-width: 768px) {
    .hero .hero-video-wrapper video {
        display: none
    }

}

.hero .hero-video-wrapper .hero-image-overlay {
    height: 100vh;
    min-height: 600px;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0
}

.hero .hero-video-wrapper::after {
    content: "";
    display: block;
    background-image: radial-gradient(ellipse at center center, rgba(100, 100, 100, 0.05) 0%, rgba(100, 100, 100, 0.05) 45%, rgba(100, 100, 100, 0.15) 65%, rgba(100, 100, 100, 0.2) 85%);
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0
}
.site-footer {
    position: relative;
    padding-top: 4em;
    background-color: #f0e7db
}

.site-footer li {
    padding-bottom: 1em
}

.site-footer a {
    transition: color 0.2s ease-out;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #CA9D62;
    font-size: 0.875em;
    letter-spacing: 0.1em
}

.site-footer a:hover {
    color: #8b572a
}

@media (max-width: 900px) {
    .site-footer .grid__item:first-child,
    .site-footer .grid__item:last-child {
        display: none
    }
}

@media (min-width: 590px) {
    .site-footer .right-on-large {
        text-align: right
    }
}

.site-footer .btn {
    width: 250px;
    transition: background-color 0.2s, color 0.2s ease-out;
    background-color: #f0e7db
}

.site-footer .btn:hover {
    background-color: #CA9D62;
    color: #FCFCFC
}

.site-footer .simply-good {
    position: absolute;
    top: 24px;
    right: 24px
}

.site-footer .simply-good:hover path {
    fill: #8b572a
}

.section-title-social {
    text-align: center;
    position: relative;
    z-index: 10;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    color: #CA9D62;
    opacity: .4;
    font-size: 156px;
    letter-spacing: 83px;
    font-weight: bold;
    margin: 50px 0 0 0
}
.blog__list{
    text-align: center;
}
@media (max-width: 1024px) {
    .section-title-social {
        text-align: center;
        margin: 50px 0 5% 0px;
        font-size: 16vw;
        letter-spacing: 6.8vw
    }
}

#instafeed {
    position: relative;
    z-index: 100;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around
    margin-top: 10px;
}

#instafeed a {
    opacity: 0
}

#instafeed .social-instagram-image {
    display: block;
    height: 200px;
    margin: 0 10px 30px 10px;
    max-width: 200px
}

#instafeed .social-instagram-image img {
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

@media (min-width: 720px) and (max-width: 939px) {
    #instafeed .social-instagram-image:nth-child(n+7) {
        display: none
    }
}
@media (max-width: 450px) {
    #instafeed{
    display: none;
}
}

.social-contacts {
    text-align: center;
    font-size: 2em;
    margin-top: 30px;
}

.social-contacts a {
    padding: 20px
}
.clearfix:after {
    content: '';
    display: table;
    clear: both
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

*,
input,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    padding: 0;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

html,
body {
    background-color: #fcfcfc
}

[tabindex='-1']:focus {
    outline: none
}

.wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px
}
.rte>p{
    margin-left: 80px !important
}
@media screen and (min-width: 591px) {
    .wrapper {
        padding: 0 30px
    }
}

.main-content {
    display: block;
}




hr {
    position: relative;
    clear: both;
    border-top: solid #ca9d62;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0
}

hr.hr--clear {
    border-top-color: transparent
}

body,
input,
textarea,
button,
select {
    outline: none !important;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Source Serif Pro", serif;
    color: #4c4c4d;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    display: block;
    font-family: "Source Serif", serif;
    font-weight: 400;
    margin: 0 0 0.5em;
    line-height: 1.4;
    text-rendering: optimizeLegibility
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
    font-weight: inherit
}

h1,
.h1 {
    font-size: 2.25em;
    font-weight: 600
}

h2,
.h2 {
    font-size: 1.75em
}

h3,
.h3 {
    font-size: 1.375em
}

h4,
.h4 {
    font-size: 1.25em
}

h5,
.h5 {
    font-size: 1em
}

h6,
.h6 {
    font-size: 0.875em
}

p {
    margin: 0 0 15px 0;
    text-rendering: optimizeLegibility
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b,
strong {
    font-weight: bold
}

small {
    font-size: 0.8em;
    line-height: 1;
    color: #818385
}

sup,
sub {
    position: relative;
    font-size: 60%;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.5em
}

blockquote {
    font-size: 1.125em;
    line-height: 1.45;
    margin: 0;
    padding: 15px 30px 40px
}

blockquote p {
    margin-bottom: 0
}

blockquote p+cite {
    margin-top: 15px
}

blockquote cite {
    display: block;
    font-size: 0.75em
}

blockquote cite:before {
    content: "\2014 \0020"
}

code,
pre {
    background-color: #faf7f5;
    font-family: Consolas, monospace;
    font-size: 1em;
    border: 0 none;
    padding: 0 2px;
    color: #51ab62
}

pre {
    overflow: auto;
    padding: 15px;
    margin: 0 0 30px
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
    text-rendering: optimizeLegibility
}

ol ol {
    list-style: lower-alpha
}

ol {
    list-style: decimal
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 20px
}

li {
    margin-bottom: 0.25em
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.no-bullets {
    list-style: none outside;
    margin-left: 0
}

.inline-list {
    margin-left: 0
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: bold
}

th,
td {
    text-align: left;
    padding: 15px;
    border: 1px solid #ca9d62
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
    content: '';
    display: table;
    clear: both
}

.grid-uniform {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.grid__item.clear {
    clear: both
}

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0
}

.grid__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 7.5px;
    vertical-align: top;
    width: 100%
}

@media screen and (min-width: 591px) {
    .grid__item {
        padding: 0 15px
    }
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right
}

.grid--full {
    margin-left: 0
}

.lt-ie9 .grid--full {
    margin-left: 0
}

.grid--full>.grid__item {
    padding-left: 0
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.333%
}

.two-thirds {
    width: 66.666%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.666%
}

.two-sixths {
    width: 33.333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.666%
}

.five-sixths {
    width: 83.333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.333%
}

.two-twelfths {
    width: 16.666%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.333%
}

.five-twelfths {
    width: 41.666%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.333%
}

.eight-twelfths {
    width: 66.666%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.333%
}

.eleven-twelfths {
    width: 91.666%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

@media only screen and (max-width: 590px) {
    .small--one-whole {
        width: 100%
    }
    .small--one-half {
        width: 50%
    }
    .small--one-third {
        width: 33.333%
    }
    .small--two-thirds {
        width: 66.666%
    }
    .small--one-quarter {
        width: 25%
    }
    .small--two-quarters {
        width: 50%
    }
    .small--three-quarters {
        width: 75%
    }
    .small--one-fifth {
        width: 20%
    }
    .small--two-fifths {
        width: 40%
    }
    .small--three-fifths {
        width: 60%
    }
    .small--four-fifths {
        width: 80%
    }
    .small--one-sixth {
        width: 16.666%
    }
    .small--two-sixths {
        width: 33.333%
    }
    .small--three-sixths {
        width: 50%
    }
    .small--four-sixths {
        width: 66.666%
    }
    .small--five-sixths {
        width: 83.333%
    }
    .small--one-eighth {
        width: 12.5%
    }
    .small--two-eighths {
        width: 25%
    }
    .small--three-eighths {
        width: 37.5%
    }
    .small--four-eighths {
        width: 50%
    }
    .small--five-eighths {
        width: 62.5%
    }
    .small--six-eighths {
        width: 75%
    }
    .small--seven-eighths {
        width: 87.5%
    }
    .small--one-tenth {
        width: 10%
    }
    .small--two-tenths {
        width: 20%
    }
    .small--three-tenths {
        width: 30%
    }
    .small--four-tenths {
        width: 40%
    }
    .small--five-tenths {
        width: 50%
    }
    .small--six-tenths {
        width: 60%
    }
    .small--seven-tenths {
        width: 70%
    }
    .small--eight-tenths {
        width: 80%
    }
    .small--nine-tenths {
        width: 90%
    }
    .small--one-twelfth {
        width: 8.333%
    }
    .small--two-twelfths {
        width: 16.666%
    }
    .small--three-twelfths {
        width: 25%
    }
    .small--four-twelfths {
        width: 33.333%
    }
    .small--five-twelfths {
        width: 41.666%
    }
    .small--six-twelfths {
        width: 50%
    }
    .small--seven-twelfths {
        width: 58.333%
    }
    .small--eight-twelfths {
        width: 66.666%
    }
    .small--nine-twelfths {
        width: 75%
    }
    .small--ten-twelfths {
        width: 83.333%
    }
    .small--eleven-twelfths {
        width: 91.666%
    }
    .small--show {
        display: block !important
    }
    .small--hide {
        display: none !important
    }
    .small--text-left {
        text-align: left !important
    }
    .small--text-right {
        text-align: right !important
    }
    .small--text-center {
        text-align: center !important
    }
    .small--left {
        float: left !important
    }
    .small--right {
        float: right !important
    }
    .grid-uniform .small--one-half:nth-child(2n+1),
    .grid-uniform .small--one-third:nth-child(3n+1),
    .grid-uniform .small--one-quarter:nth-child(4n+1),
    .grid-uniform .small--one-fifth:nth-child(5n+1),
    .grid-uniform .small--one-sixth:nth-child(6n+1),
    .grid-uniform .small--two-sixths:nth-child(3n+1),
    .grid-uniform .small--three-sixths:nth-child(2n+1),
    .grid-uniform .small--two-eighths:nth-child(4n+1),
    .grid-uniform .small--four-eighths:nth-child(2n+1),
    .grid-uniform .small--five-tenths:nth-child(2n+1),
    .grid-uniform .small--one-twelfth:nth-child(12n+1),
    .grid-uniform .small--two-twelfths:nth-child(6n+1),
    .grid-uniform .small--three-twelfths:nth-child(4n+1),
    .grid-uniform .small--four-twelfths:nth-child(3n+1),
    .grid-uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 591px) and (max-width: 768px) {
    .medium--one-whole {
        width: 100%
    }
    .medium--one-half {
        width: 50%
    }
    .medium--one-third {
        width: 33.333%
    }
    .medium--two-thirds {
        width: 66.666%
    }
    .medium--one-quarter {
        width: 25%
    }
    .medium--two-quarters {
        width: 50%
    }
    .medium--three-quarters {
        width: 75%
    }
    .medium--one-fifth {
        width: 20%
    }
    .medium--two-fifths {
        width: 40%
    }
    .medium--three-fifths {
        width: 60%
    }
    .medium--four-fifths {
        width: 80%
    }
    .medium--one-sixth {
        width: 16.666%
    }
    .medium--two-sixths {
        width: 33.333%
    }
    .medium--three-sixths {
        width: 50%
    }
    .medium--four-sixths {
        width: 66.666%
    }
    .medium--five-sixths {
        width: 83.333%
    }
    .medium--one-eighth {
        width: 12.5%
    }
    .medium--two-eighths {
        width: 25%
    }
    .medium--three-eighths {
        width: 37.5%
    }
    .medium--four-eighths {
        width: 50%
    }
    .medium--five-eighths {
        width: 62.5%
    }
    .medium--six-eighths {
        width: 75%
    }
    .medium--seven-eighths {
        width: 87.5%
    }
    .medium--one-tenth {
        width: 10%
    }
    .medium--two-tenths {
        width: 20%
    }
    .medium--three-tenths {
        width: 30%
    }
    .medium--four-tenths {
        width: 40%
    }
    .medium--five-tenths {
        width: 50%
    }
    .medium--six-tenths {
        width: 60%
    }
    .medium--seven-tenths {
        width: 70%
    }
    .medium--eight-tenths {
        width: 80%
    }
    .medium--nine-tenths {
        width: 90%
    }
    .medium--one-twelfth {
        width: 8.333%
    }
    .medium--two-twelfths {
        width: 16.666%
    }
    .medium--three-twelfths {
        width: 25%
    }
    .medium--four-twelfths {
        width: 33.333%
    }
    .medium--five-twelfths {
        width: 41.666%
    }
    .medium--six-twelfths {
        width: 50%
    }
    .medium--seven-twelfths {
        width: 58.333%
    }
    .medium--eight-twelfths {
        width: 66.666%
    }
    .medium--nine-twelfths {
        width: 75%
    }
    .medium--ten-twelfths {
        width: 83.333%
    }
    .medium--eleven-twelfths {
        width: 91.666%
    }
    .medium--show {
        display: block !important
    }
    .medium--hide {
        display: none !important
    }
    .medium--text-left {
        text-align: left !important
    }
    .medium--text-right {
        text-align: right !important
    }
    .medium--text-center {
        text-align: center !important
    }
    .medium--left {
        float: left !important
    }
    .medium--right {
        float: right !important
    }
    .grid-uniform .medium--one-half:nth-child(2n+1),
    .grid-uniform .medium--one-third:nth-child(3n+1),
    .grid-uniform .medium--one-quarter:nth-child(4n+1),
    .grid-uniform .medium--one-fifth:nth-child(5n+1),
    .grid-uniform .medium--one-sixth:nth-child(6n+1),
    .grid-uniform .medium--two-sixths:nth-child(3n+1),
    .grid-uniform .medium--three-sixths:nth-child(2n+1),
    .grid-uniform .medium--two-eighths:nth-child(4n+1),
    .grid-uniform .medium--four-eighths:nth-child(2n+1),
    .grid-uniform .medium--five-tenths:nth-child(2n+1),
    .grid-uniform .medium--one-twelfth:nth-child(12n+1),
    .grid-uniform .medium--two-twelfths:nth-child(6n+1),
    .grid-uniform .medium--three-twelfths:nth-child(4n+1),
    .grid-uniform .medium--four-twelfths:nth-child(3n+1),
    .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    .medium-down--one-whole {
        width: 100%
    }
    .medium-down--one-half {
        width: 50%
    }
    .medium-down--one-third {
        width: 33.333%
    }
    .medium-down--two-thirds {
        width: 66.666%
    }
    .medium-down--one-quarter {
        width: 25%
    }
    .medium-down--two-quarters {
        width: 50%
    }
    .medium-down--three-quarters {
        width: 75%
    }
    .medium-down--one-fifth {
        width: 20%
    }
    .medium-down--two-fifths {
        width: 40%
    }
    .medium-down--three-fifths {
        width: 60%
    }
    .medium-down--four-fifths {
        width: 80%
    }
    .medium-down--one-sixth {
        width: 16.666%
    }
    .medium-down--two-sixths {
        width: 33.333%
    }
    .medium-down--three-sixths {
        width: 50%
    }
    .medium-down--four-sixths {
        width: 66.666%
    }
    .medium-down--five-sixths {
        width: 83.333%
    }
    .medium-down--one-eighth {
        width: 12.5%
    }
    .medium-down--two-eighths {
        width: 25%
    }
    .medium-down--three-eighths {
        width: 37.5%
    }
    .medium-down--four-eighths {
        width: 50%
    }
    .medium-down--five-eighths {
        width: 62.5%
    }
    .medium-down--six-eighths {
        width: 75%
    }
    .medium-down--seven-eighths {
        width: 87.5%
    }
    .medium-down--one-tenth {
        width: 10%
    }
    .medium-down--two-tenths {
        width: 20%
    }
    .medium-down--three-tenths {
        width: 30%
    }
    .medium-down--four-tenths {
        width: 40%
    }
    .medium-down--five-tenths {
        width: 50%
    }
    .medium-down--six-tenths {
        width: 60%
    }
    .medium-down--seven-tenths {
        width: 70%
    }
    .medium-down--eight-tenths {
        width: 80%
    }
    .medium-down--nine-tenths {
        width: 90%
    }
    .medium-down--one-twelfth {
        width: 8.333%
    }
    .medium-down--two-twelfths {
        width: 16.666%
    }
    .medium-down--three-twelfths {
        width: 25%
    }
    .medium-down--four-twelfths {
        width: 33.333%
    }
    .medium-down--five-twelfths {
        width: 41.666%
    }
    .medium-down--six-twelfths {
        width: 50%
    }
    .medium-down--seven-twelfths {
        width: 58.333%
    }
    .medium-down--eight-twelfths {
        width: 66.666%
    }
    .medium-down--nine-twelfths {
        width: 75%
    }
    .medium-down--ten-twelfths {
        width: 83.333%
    }
    .medium-down--eleven-twelfths {
        width: 91.666%
    }
    .medium-down--show {
        display: block !important
    }
    .medium-down--hide {
        display: none !important
    }
    .medium-down--text-left {
        text-align: left !important
    }
    .medium-down--text-right {
        text-align: right !important
    }
    .medium-down--text-center {
        text-align: center !important
    }
    .medium-down--left {
        float: left !important
    }
    .medium-down--right {
        float: right !important
    }
    .grid-uniform .medium-down--one-half:nth-child(2n+1),
    .grid-uniform .medium-down--one-third:nth-child(3n+1),
    .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
    .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
    .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
    .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
    .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
    .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
    .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
    .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
    .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
    .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
    .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
    .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
    .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 769px) {
    .large--one-whole {
        width: 100%
    }
    .large--one-half {
        width: 50%
    }
    .large--one-third {
        width: 33.333%
    }
    .large--two-thirds {
        width: 66.666%
    }
    .large--one-quarter {
        width: 25%
    }
    .large--two-quarters {
        width: 50%
    }
    .large--three-quarters {
        width: 75%
    }
    .large--one-fifth {
        width: 20%
    }
    .large--two-fifths {
        width: 40%
    }
    .large--three-fifths {
        width: 60%
    }
    .large--four-fifths {
        width: 80%
    }
    .large--one-sixth {
        width: 16.666%
    }
    .large--two-sixths {
        width: 33.333%
    }
    .large--three-sixths {
        width: 50%
    }
    .large--four-sixths {
        width: 66.666%
    }
    .large--five-sixths {
        width: 83.333%
    }
    .large--one-eighth {
        width: 12.5%
    }
    .large--two-eighths {
        width: 25%
    }
    .large--three-eighths {
        width: 37.5%
    }
    .large--four-eighths {
        width: 50%
    }
    .large--five-eighths {
        width: 62.5%
    }
    .large--six-eighths {
        width: 75%
    }
    .large--seven-eighths {
        width: 87.5%
    }
    .large--one-tenth {
        width: 10%
    }
    .large--two-tenths {
        width: 20%
    }
    .large--three-tenths {
        width: 30%
    }
    .large--four-tenths {
        width: 40%
    }
    .large--five-tenths {
        width: 50%
    }
    .large--six-tenths {
        width: 60%
    }
    .large--seven-tenths {
        width: 70%
    }
    .large--eight-tenths {
        width: 80%
    }
    .large--nine-tenths {
        width: 90%
    }
    .large--one-twelfth {
        width: 8.333%
    }
    .large--two-twelfths {
        width: 16.666%
    }
    .large--three-twelfths {
        width: 25%
    }
    .large--four-twelfths {
        width: 33.333%
    }
    .large--five-twelfths {
        width: 41.666%
    }
    .large--six-twelfths {
        width: 50%
    }
    .large--seven-twelfths {
        width: 58.333%
    }
    .large--eight-twelfths {
        width: 66.666%
    }
    .large--nine-twelfths {
        width: 75%
    }
    .large--ten-twelfths {
        width: 83.333%
    }
    .large--eleven-twelfths {
        width: 91.666%
    }
    .large--show {
        display: block !important
    }
    .large--hide {
        display: none !important
    }
    .large--text-left {
        text-align: left !important
    }
    .large--text-right {
        text-align: right !important
    }
    .large--text-center {
        text-align: center !important
    }
    .large--left {
        float: left !important
    }
    .large--right {
        float: right !important
    }
    .grid-uniform .large--one-half:nth-child(2n+1),
    .grid-uniform .large--one-third:nth-child(3n+1),
    .grid-uniform .large--one-quarter:nth-child(4n+1),
    .grid-uniform .large--one-fifth:nth-child(5n+1),
    .grid-uniform .large--one-sixth:nth-child(6n+1),
    .grid-uniform .large--two-sixths:nth-child(3n+1),
    .grid-uniform .large--three-sixths:nth-child(2n+1),
    .grid-uniform .large--two-eighths:nth-child(4n+1),
    .grid-uniform .large--four-eighths:nth-child(2n+1),
    .grid-uniform .large--five-tenths:nth-child(2n+1),
    .grid-uniform .large--one-twelfth:nth-child(12n+1),
    .grid-uniform .large--two-twelfths:nth-child(6n+1),
    .grid-uniform .large--three-twelfths:nth-child(4n+1),
    .grid-uniform .large--four-twelfths:nth-child(3n+1),
    .grid-uniform .large--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

[class*="push--"] {
    position: relative
}

.push--one-whole {
    left: 100%
}

.push--one-half {
    left: 50%
}

.push--one-third {
    left: 33.333%
}

.push--two-thirds {
    left: 66.666%
}

.push--one-quarter {
    left: 25%
}

.push--two-quarters {
    left: 50%
}

.push--three-quarters {
    left: 75%
}

.push--one-fifth {
    left: 20%
}

.push--two-fifths {
    left: 40%
}

.push--three-fifths {
    left: 60%
}

.push--four-fifths {
    left: 80%
}

.push--one-sixth {
    left: 16.666%
}

.push--two-sixths {
    left: 33.333%
}

.push--three-sixths {
    left: 50%
}

.push--four-sixths {
    left: 66.666%
}

.push--five-sixths {
    left: 83.333%
}

.push--one-eighth {
    left: 12.5%
}

.push--two-eighths {
    left: 25%
}

.push--three-eighths {
    left: 37.5%
}

.push--four-eighths {
    left: 50%
}

.push--five-eighths {
    left: 62.5%
}

.push--six-eighths {
    left: 75%
}

.push--seven-eighths {
    left: 87.5%
}

.push--one-tenth {
    left: 10%
}

.push--two-tenths {
    left: 20%
}

.push--three-tenths {
    left: 30%
}

.push--four-tenths {
    left: 40%
}

.push--five-tenths {
    left: 50%
}

.push--six-tenths {
    left: 60%
}

.push--seven-tenths {
    left: 70%
}

.push--eight-tenths {
    left: 80%
}

.push--nine-tenths {
    left: 90%
}

.push--one-twelfth {
    left: 8.333%
}

.push--two-twelfths {
    left: 16.666%
}

.push--three-twelfths {
    left: 25%
}

.push--four-twelfths {
    left: 33.333%
}

.push--five-twelfths {
    left: 41.666%
}

.push--six-twelfths {
    left: 50%
}

.push--seven-twelfths {
    left: 58.333%
}

.push--eight-twelfths {
    left: 66.666%
}

.push--nine-twelfths {
    left: 75%
}

.push--ten-twelfths {
    left: 83.333%
}

.push--eleven-twelfths {
    left: 91.666%
}

@media only screen and (min-width: 591px) and (max-width: 768px) {
    .push--medium--one-whole {
        left: 100%
    }
    .push--medium--one-half {
        left: 50%
    }
    .push--medium--one-third {
        left: 33.333%
    }
    .push--medium--two-thirds {
        left: 66.666%
    }
    .push--medium--one-quarter {
        left: 25%
    }
    .push--medium--two-quarters {
        left: 50%
    }
    .push--medium--three-quarters {
        left: 75%
    }
    .push--medium--one-fifth {
        left: 20%
    }
    .push--medium--two-fifths {
        left: 40%
    }
    .push--medium--three-fifths {
        left: 60%
    }
    .push--medium--four-fifths {
        left: 80%
    }
    .push--medium--one-sixth {
        left: 16.666%
    }
    .push--medium--two-sixths {
        left: 33.333%
    }
    .push--medium--three-sixths {
        left: 50%
    }
    .push--medium--four-sixths {
        left: 66.666%
    }
    .push--medium--five-sixths {
        left: 83.333%
    }
    .push--medium--one-eighth {
        left: 12.5%
    }
    .push--medium--two-eighths {
        left: 25%
    }
    .push--medium--three-eighths {
        left: 37.5%
    }
    .push--medium--four-eighths {
        left: 50%
    }
    .push--medium--five-eighths {
        left: 62.5%
    }
    .push--medium--six-eighths {
        left: 75%
    }
    .push--medium--seven-eighths {
        left: 87.5%
    }
    .push--medium--one-tenth {
        left: 10%
    }
    .push--medium--two-tenths {
        left: 20%
    }
    .push--medium--three-tenths {
        left: 30%
    }
    .push--medium--four-tenths {
        left: 40%
    }
    .push--medium--five-tenths {
        left: 50%
    }
    .push--medium--six-tenths {
        left: 60%
    }
    .push--medium--seven-tenths {
        left: 70%
    }
    .push--medium--eight-tenths {
        left: 80%
    }
    .push--medium--nine-tenths {
        left: 90%
    }
    .push--medium--one-twelfth {
        left: 8.333%
    }
    .push--medium--two-twelfths {
        left: 16.666%
    }
    .push--medium--three-twelfths {
        left: 25%
    }
    .push--medium--four-twelfths {
        left: 33.333%
    }
    .push--medium--five-twelfths {
        left: 41.666%
    }
    .push--medium--six-twelfths {
        left: 50%
    }
    .push--medium--seven-twelfths {
        left: 58.333%
    }
    .push--medium--eight-twelfths {
        left: 66.666%
    }
    .push--medium--nine-twelfths {
        left: 75%
    }
    .push--medium--ten-twelfths {
        left: 83.333%
    }
    .push--medium--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (max-width: 768px) {
    .push--medium-down--one-whole {
        left: 100%
    }
    .push--medium-down--one-half {
        left: 50%
    }
    .push--medium-down--one-third {
        left: 33.333%
    }
    .push--medium-down--two-thirds {
        left: 66.666%
    }
    .push--medium-down--one-quarter {
        left: 25%
    }
    .push--medium-down--two-quarters {
        left: 50%
    }
    .push--medium-down--three-quarters {
        left: 75%
    }
    .push--medium-down--one-fifth {
        left: 20%
    }
    .push--medium-down--two-fifths {
        left: 40%
    }
    .push--medium-down--three-fifths {
        left: 60%
    }
    .push--medium-down--four-fifths {
        left: 80%
    }
    .push--medium-down--one-sixth {
        left: 16.666%
    }
    .push--medium-down--two-sixths {
        left: 33.333%
    }
    .push--medium-down--three-sixths {
        left: 50%
    }
    .push--medium-down--four-sixths {
        left: 66.666%
    }
    .push--medium-down--five-sixths {
        left: 83.333%
    }
    .push--medium-down--one-eighth {
        left: 12.5%
    }
    .push--medium-down--two-eighths {
        left: 25%
    }
    .push--medium-down--three-eighths {
        left: 37.5%
    }
    .push--medium-down--four-eighths {
        left: 50%
    }
    .push--medium-down--five-eighths {
        left: 62.5%
    }
    .push--medium-down--six-eighths {
        left: 75%
    }
    .push--medium-down--seven-eighths {
        left: 87.5%
    }
    .push--medium-down--one-tenth {
        left: 10%
    }
    .push--medium-down--two-tenths {
        left: 20%
    }
    .push--medium-down--three-tenths {
        left: 30%
    }
    .push--medium-down--four-tenths {
        left: 40%
    }
    .push--medium-down--five-tenths {
        left: 50%
    }
    .push--medium-down--six-tenths {
        left: 60%
    }
    .push--medium-down--seven-tenths {
        left: 70%
    }
    .push--medium-down--eight-tenths {
        left: 80%
    }
    .push--medium-down--nine-tenths {
        left: 90%
    }
    .push--medium-down--one-twelfth {
        left: 8.333%
    }
    .push--medium-down--two-twelfths {
        left: 16.666%
    }
    .push--medium-down--three-twelfths {
        left: 25%
    }
    .push--medium-down--four-twelfths {
        left: 33.333%
    }
    .push--medium-down--five-twelfths {
        left: 41.666%
    }
    .push--medium-down--six-twelfths {
        left: 50%
    }
    .push--medium-down--seven-twelfths {
        left: 58.333%
    }
    .push--medium-down--eight-twelfths {
        left: 66.666%
    }
    .push--medium-down--nine-twelfths {
        left: 75%
    }
    .push--medium-down--ten-twelfths {
        left: 83.333%
    }
    .push--medium-down--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (min-width: 769px) {
    .push--large--one-whole {
        left: 100%
    }
    .push--large--one-half {
        left: 50%
    }
    .push--large--one-third {
        left: 33.333%
    }
    .push--large--two-thirds {
        left: 66.666%
    }
    .push--large--one-quarter {
        left: 25%
    }
    .push--large--two-quarters {
        left: 50%
    }
    .push--large--three-quarters {
        left: 75%
    }
    .push--large--one-fifth {
        left: 20%
    }
    .push--large--two-fifths {
        left: 40%
    }
    .push--large--three-fifths {
        left: 60%
    }
    .push--large--four-fifths {
        left: 80%
    }
    .push--large--one-sixth {
        left: 16.666%
    }
    .push--large--two-sixths {
        left: 33.333%
    }
    .push--large--three-sixths {
        left: 50%
    }
    .push--large--four-sixths {
        left: 66.666%
    }
    .push--large--five-sixths {
        left: 83.333%
    }
    .push--large--one-eighth {
        left: 12.5%
    }
    .push--large--two-eighths {
        left: 25%
    }
    .push--large--three-eighths {
        left: 37.5%
    }
    .push--large--four-eighths {
        left: 50%
    }
    .push--large--five-eighths {
        left: 62.5%
    }
    .push--large--six-eighths {
        left: 75%
    }
    .push--large--seven-eighths {
        left: 87.5%
    }
    .push--large--one-tenth {
        left: 10%
    }
    .push--large--two-tenths {
        left: 20%
    }
    .push--large--three-tenths {
        left: 30%
    }
    .push--large--four-tenths {
        left: 40%
    }
    .push--large--five-tenths {
        left: 50%
    }
    .push--large--six-tenths {
        left: 60%
    }
    .push--large--seven-tenths {
        left: 70%
    }
    .push--large--eight-tenths {
        left: 80%
    }
    .push--large--nine-tenths {
        left: 90%
    }
    .push--large--one-twelfth {
        left: 8.333%
    }
    .push--large--two-twelfths {
        left: 16.666%
    }
    .push--large--three-twelfths {
        left: 25%
    }
    .push--large--four-twelfths {
        left: 33.333%
    }
    .push--large--five-twelfths {
        left: 41.666%
    }
    .push--large--six-twelfths {
        left: 50%
    }
    .push--large--seven-twelfths {
        left: 58.333%
    }
    .push--large--eight-twelfths {
        left: 66.666%
    }
    .push--large--nine-twelfths {
        left: 75%
    }
    .push--large--ten-twelfths {
        left: 83.333%
    }
    .push--large--eleven-twelfths {
        left: 91.666%
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media screen and (min-width: 769px) {
    .large--display-table {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .large--display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.media,
.media-flex {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-img {
    float: left;
    margin-right: 30px
}

.media-img-right {
    float: right;
    margin-left: 30px
}

.media-img img,
.media-img-right img {
    display: block
}

a,
.text-link {
    color: #ca9d62;
    text-decoration: none;
    background: transparent
}

a:hover,
.text-link:hover {
    color: #8b572a
}

button {
    overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

.btn,
.btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
    display: inline-block;
    padding: 12px 12px;
    margin: 0;
    width: auto;
    line-height: 1.42;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fcfcfc;
    color: #ca9d62;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border: 1px solid #ca9d62
}

.btn:hover,
.btn--secondary:hover,
.rte .btn:hover,
.rte .btn--secondary:hover {
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -ms-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    background-color: #ca9d62;
    color: #fcfcfc
}

.btn:active,
.btn--secondary:active,
.rte .btn:active,
.rte .btn--secondary:active {
    -webkit-transition: background-color 0.15s ease-out;
    -moz-transition: background-color 0.15s ease-out;
    -ms-transition: background-color 0.15s ease-out;
    -o-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: #bfbfbf;
    color: #8b572a
}

.btn[disabled],
[disabled].btn--secondary,
.btn.disabled,
.disabled.btn--secondary,
.rte .btn[disabled],
.rte [disabled].btn--secondary,
.rte .btn.disabled,
.rte .disabled.btn--secondary {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6
}

.btn--secondary,
.rte .btn--secondary {
    background-color: #ca9d62
}

.btn--secondary:hover,
.rte .btn--secondary:hover {
    background-color: #d7b588;
    color: #1c1d1d
}

.btn--secondary:active,
.rte .btn--secondary:active {
    background-color: #ba853f;
    color: #1c1d1d
}

.btn--small {
    padding: 4px 5px;
    font-size: 0.75em
}

.btn--large {
    padding: 12px 15px;
    font-size: 1em
}

.btn--full {
    width: 100%
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

img {
    border: 0 none
}

svg:not(:root) {
    overflow: hidden
}

img,
iframe {
    max-width: 100%
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

form {
    margin: 0
}

.form-vertical {
    max-width: 600px;
    margin: 15px auto;
}
.form-vertical label{
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    input,
    textarea {
        font-size: 16px
    }
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

button {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer
}

fieldset {
    border: 1px solid #ca9d62;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

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

input,
textarea,
select {
    border: 1px solid #ca9d62;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6
}

input.input-full,
textarea.input-full,
select.input-full {
    width: 100%
}

textarea {
    min-height: 100px
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

input[type="image"] {
    padding-left: 0;
    padding-right: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url($IMG_PATH_purcari "ico-select.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

optgroup {
    font-weight: bold
}


select::-ms-expand {
    display: none
}

.hidden-label {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.ie9 .hidden-label,
.lt-ie9 .hidden-label {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

label[for] {
    cursor: pointer
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    margin-bottom: 25px
}

.form-vertical select {
    width: 100%
}

.form-vertical input[type="checkbox"],
.form-vertical input[type="radio"],
.form-vertical .btn,
.form-vertical .btn--secondary {
    display: inline-block
}

.form-vertical .btn,
.form-vertical .btn--secondary {
    display: inline-block
}

.contact-form .js-qty,
.contact-form .ajaxcart__qty {
    max-width: none
}

.contact-form .required:after {
    content: "*"
}

input.error,
textarea.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e
}

label.error {
    color: #d02e2e
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group .input-group-btn:first-child>.btn--secondary,
.input-group input[type="hidden"]:first-child+.input-group-field,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn--secondary {
    border-radius: 0 0 0 0
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child>.btn,
.input-group .input-group-btn:last-child>.btn--secondary {
    border-radius: 0 0 0 0
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
    height: 37px
}

.input-group .input-group-field {
    width: 100%
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.selector-wrapper label {
    margin-right: 10px
}

.selector-wrapper+.selector-wrapper {
    margin-top: 15px
}


.icon-fallback-text .icon {
    display: none
}


.supports-fontface .icon-fallback-text .icon {
    display: inline-block
}

.supports-fontface .icon-fallback-text .fallback-text {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.icon:before {
    display: none
}

.supports-fontface .icon:before {
    display: inline;
    font-family: 'icons';
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-amazon_payments:before {
    content: "\e800"
}

.icon-american_express:before {
    content: "\41"
}

.icon-arrow-down:before {
    content: "\e607"
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-arrow-right:before {
    content: "\e901"
}

.icon-bitcoin:before {
    content: "\42"
}

.icon-cart:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20407.453%20407.453%22%20width%3D%2220%22%20height%3D%2220%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%2329292a%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M255%20116.5c4.6%200%208.2-3.6%208.2-8%200-4.6-3.6-8.2-8-8.2H143.4c-4.5%200-8%203.6-8%208%200%204.6%203.5%208.2%208%208.2H255z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M367%20100.3h-55.3c-4.5%200-8%203.6-8%208%200%204.6%203.5%208.2%208%208.2H359v274.7H48.4V116.5H93c4.5%200%208.2-3.6%208.2-8%200-4.6-3.7-8.2-8-8.2H40.3c-4.5%200-8%203.6-8%208v291c0%204.5%203.5%208.2%208%208.2H367c4.5%200%208.2-3.7%208.2-8.2v-291c0-4.4-3.6-8-8-8z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M282.6%20134.8c4.5%200%208-3.6%208-8V67.3c0-37.2-40-67.4-89.5-67.4-49.2%200-89.3%2030.2-89.3%2067.4v59.3c0%204.5%203.6%208%208%208s8.2-3.5%208.2-8V67.4c0-28.2%2032.8-51%2073.3-51%2040.3%200%2073.2%2022.8%2073.2%2051v59.3c0%204.5%203.6%208%208%208zM99%20147.6c0%2011.5%209.3%2021%2020.8%2021s21-9.5%2021-21c0-4.5-3.7-8.2-8.2-8.2s-8%203.7-8%208.2c0%202.5-2.2%204.6-4.8%204.6-2.6%200-4.7-2-4.7-4.6%200-4.5-3.5-8.2-8-8.2s-8%203.7-8%208.2zM282.6%20168.5c11.5%200%2021-9.4%2021-21%200-4.4-3.7-8-8.2-8-4.5%200-8%203.6-8%208%200%202.6-2.2%204.7-4.8%204.7-2.6%200-4.7-2-4.7-4.6%200-4.5-3.7-8.2-8.2-8.2-4.5%200-8%203.7-8%208.2%200%2011.5%209.3%2021%2020.8%2021z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
    position: relative;
    top: 2px;
}

.icon-cart:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20407.453%20407.453%22%20width%3D%2220%22%20height%3D%2220%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23ca9d62%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M255%20116.5c4.6%200%208.2-3.6%208.2-8%200-4.6-3.6-8.2-8-8.2H143.4c-4.5%200-8%203.6-8%208%200%204.6%203.5%208.2%208%208.2H255z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M367%20100.3h-55.3c-4.5%200-8%203.6-8%208%200%204.6%203.5%208.2%208%208.2H359v274.7H48.4V116.5H93c4.5%200%208.2-3.6%208.2-8%200-4.6-3.7-8.2-8-8.2H40.3c-4.5%200-8%203.6-8%208v291c0%204.5%203.5%208.2%208%208.2H367c4.5%200%208.2-3.7%208.2-8.2v-291c0-4.4-3.6-8-8-8z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M282.6%20134.8c4.5%200%208-3.6%208-8V67.3c0-37.2-40-67.4-89.5-67.4-49.2%200-89.3%2030.2-89.3%2067.4v59.3c0%204.5%203.6%208%208%208s8.2-3.5%208.2-8V67.4c0-28.2%2032.8-51%2073.3-51%2040.3%200%2073.2%2022.8%2073.2%2051v59.3c0%204.5%203.6%208%208%208zM99%20147.6c0%2011.5%209.3%2021%2020.8%2021s21-9.5%2021-21c0-4.5-3.7-8.2-8.2-8.2s-8%203.7-8%208.2c0%202.5-2.2%204.6-4.8%204.6-2.6%200-4.7-2-4.7-4.6%200-4.5-3.5-8.2-8-8.2s-8%203.7-8%208.2zM282.6%20168.5c11.5%200%2021-9.4%2021-21%200-4.4-3.7-8-8.2-8-4.5%200-8%203.6-8%208%200%202.6-2.2%204.7-4.8%204.7-2.6%200-4.7-2-4.7-4.6%200-4.5-3.7-8.2-8.2-8.2-4.5%200-8%203.7-8%208.2%200%2011.5%209.3%2021%2020.8%2021z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
    position: relative;
    top: 2px;
}

.icon-cirrus:before {
    content: "\43"
}

.icon-customer:before {
    content: "\e605"
}

.icon-dankort:before {
    content: "\64"
}

.icon-diners_club:before {
    content: "\63"
}

.icon-discover:before {
    content: "\44"
}

.icon-facebook:before {
    content: "\e609"
}

.icon-fancy:before {
    content: "\46"
}

.icon-google_plus:before {
    content: "\67"
}

.icon-google:before {
    content: "\47"
}

.icon-hamburger:before {
    content: "\e601"
}

.icon-instagram:before {
    content: "\69"
}

.icon-interac:before {
    content: "\49"
}

.icon-jcb:before {
    content: "\4a"
}

.icon-maestro:before {
    content: "\6d"
}

.icon-master:before {
    content: "\4d"
}

.icon-minus:before {
    content: "\e602"
}

.icon-paypal:before {
    content: "\50"
}

.icon-pinterest:before {
    content: "\e608"
}

.icon-plus:before {
    content: "\e603"
}

.icon-rss:before {
    content: "\72"
}

.icon-search:before {
    content: "\73"
}

.icon-stripe:before {
    content: "\53"
}

.icon-tumblr:before {
    content: "\74"
}

.icon-twitter:before {
    content: "\54"
}

.icon-vimeo:before {
    content: "\76"
}

.icon-visa:before {
    content: "\56"
}

.icon-x:before {
    content: "\e604"
}

.icon-youtube:before {
    content: "\79"
}

.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    margin-bottom: 0
}

.payment-icons li {
    margin: 0 7.5px 7.5px;
    cursor: default
}

.payment-icons .icon {
    font-size: 30px;
    line-height: 30px
}

.payment-icons .fallback-text {
    text-transform: capitalize
}

.social-icons .icon {
    padding-right: 4px
}

.js-drawer-open {
    overflow: hidden
}

.drawer {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 95%;
    z-index: 10;
    color: #fff;
    background-color: #1c1d1d;
    -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1)
}

@media screen and (min-width: 769px) {
    .drawer {
        padding: 0 30px 30px
    }
}

.drawer a {
    color: #fff
}

.drawer a:hover {
    color: #fff
}

.drawer input[type="text"],
.drawer input[type="email"],
.drawer input[type="number"],
.drawer textarea {
    border-color: #343535
}

.drawer .btn--secondary {
    background-color: #c7ac7f;
    color: #fff
}

.drawer--left {
    width: 300px;
    left: -300px
}

.js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.lt-ie9 .js-drawer-open-left .drawer--left {
    left: 0
}

.drawer--right {
    width: 300px;
    right: -300px
}

@media screen and (min-width: 591px) {
    .drawer--right {
        width: 400px;
        right: -400px
    }
}

.js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px)
}

@media screen and (min-width: 591px) {
    .js-drawer-open-right .drawer--right {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px)
    }
}

.lt-ie9 .js-drawer-open-right .drawer--right {
    right: 0
}

.product__item__image{
    height: 350px;
}
.product__item{
    height: 500px;
    /* box-shadow: 2px 16px 10px 7px rgba(0,0,0,0.2); */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 32px;
    /* background: #fff */
}
.product__item .product__item__title{
    position: relative;
    z-index: 2;
}
.is-index .product-item-container{
    height: 500px;
    margin-bottom: 35px;

}
.product-item-container{
    margin-bottom: 35px;

}
.is-moved-by-drawer {
    -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1)
}

.js-drawer-open-left .is-moved-by-drawer {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.js-drawer-open-right .is-moved-by-drawer {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px)
}

@media screen and (min-width: 591px) {
    .js-drawer-open-right .is-moved-by-drawer {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px)
    }
}

.drawer__header {
    display: table;
    height: 80px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #343535
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle
}

.drawer__title {
    width: 100%
}

.drawer__close {
    width: 1%;
    text-align: center
}

.drawer__close-button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit
}

.drawer__close-button:active {
    background-color: #0f1010
}

.drawer__close--left {
    text-align: left
}

.drawer__close--left .drawer__close-button {
    right: auto;
    left: -20px
}

.supports-csstransforms .drawer--is-loading .drawer__cart {
    min-height: 100px
}

.supports-csstransforms .drawer--is-loading .drawer__cart:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -12px;
    border-radius: 50%;
    border: 3px solid #343535;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.ajaxcart__inner {
    margin-bottom: 30px
}

.ajaxcart__row>.grid,
.ajaxcart__row>.grid--rev,
.ajaxcart__row>.grid--full {
    margin-left: -15px
}

.ajaxcart__product {
    position: relative;
    max-height: 500px
}

.ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.ajaxcart__row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #343535
}

@media screen and (min-width: 591px) {
    .ajaxcart__row {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    padding-top: 3px
}

.ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
    display: block
}

.ajaxcart__product-name--wrapper {
    margin-bottom: 5px
}

.ajaxcart__product-name+.ajaxcart__product-meta {
    padding-top: 3px
}

.js-qty,
.ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible
}

.js-qty input[type="text"],
.ajaxcart__qty input[type="text"] {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0
}

.js-qty__adjust,
.ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.js-qty__adjust .icon,
.ajaxcart__qty-adjust .icon {
    font-size: 8px;
    vertical-align: middle
}

.js-qty__adjust:hover,
.ajaxcart__qty-adjust:hover {
    background-color: #343535
}

.js-qty__adjust:active,
.ajaxcart__qty-adjust:active {
    background-color: #1b1b1b
}

.js-qty__adjust--plus,
.ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #343535
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #343535
}

.ajaxcart__qty {
    margin: 0
}

.is-loading .ajaxcart__qty {
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.ajaxcart__qty-num[type="text"] {
    border-color: #343535;
    color: #fff
}

.ajaxcart__qty-adjust {
    color: #fff
}

.ajaxcart__qty-adjust:hover {
    background-color: #343535;
    color: #fff
}

.ajaxcart__qty-adjust:active {
    background-color: #1b1b1b;
    color: #fff
}

.ajaxcart__qty--plus {
    border-color: #343535
}

.ajaxcart__qty--minus {
    border-color: #343535
}

.site-footer {
    padding-bottom: 30px
}

@media screen and (max-width: 590px) {
    .site-footer .grid__item {
        padding-bottom: 5px
    }
}

/*.site-footer a {*/
    /*color: #29292a*/
/*}*/

/*.site-footer a:active {*/
    /*color: #000*/
/*}*/

@media screen and (min-width: 591px) {
    .site-footer__linklist {
        margin-bottom: 15px
    }
}

.note,
.errors {
    border-radius: 0;
    padding: 6px 12px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-size: 0.9em;
    text-align: left
}

.note ul,
.note ol,
.errors ul,
.errors ol {
    margin-top: 0;
    margin-bottom: 0
}

.note li:last-child,
.errors li:last-child {
    margin-bottom: 0
}

.note p,
.errors p {
    margin-bottom: 0
}

.note {
    border-color: #ca9d62
}

.errors ul {
    list-style: disc outside;
    margin-left: 20px
}

.form-success {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
    position: absolute;
    bottom: -7%;
    width: 87%;
    left: 6%;
}
@media screen and (max-width: 990px) {
    .form-success {
        width: 80%;
        left: 10%;
    }
}
.form-success a {
    color: #56ad6a;
    text-decoration: underline
}

.form-success a:hover {
    text-decoration: none
}

.form-error,
.errors {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e
}

.form-error a,
.errors a {
    color: #d02e2e;
    text-decoration: underline
}

.form-error a:hover,
.errors a:hover {
    text-decoration: none
}

.pagination {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0 0;
    text-align: center;
    font-size: 0.875em
}

.pagination>span {
    display: inline-block;
    line-height: 1
}

.pagination a {
    display: block
}

.pagination a,
.pagination .page.current {
    padding: 8px
}

.pagination .page.current {
    color: #ca9d62
}

.pagination .next,
.pagination .prev {
    font-family: "montserrat", sans-serif
}

.rte {
    margin-bottom: 15px
}

.rte:after {
    content: '';
    display: table;
    clear: both
}

.rte p,
.rte ul,
.rte ol,
.rte table {
    margin-bottom: 25px
}

.rte ul ul {
    margin-bottom: 0
}

.rte a {
    text-decoration: none
}

.rte .text-link {
    border-bottom: 1px solid #ca9d62
}

.rte h1,
.rte .h1,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
    margin-top: 2em;
    margin-bottom: 2em
}

.rte h2,
.rte .h2,
.rte h3,
.rte .h3 {
    margin-top: 4em;
    margin-bottom: 2em
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
    margin-top: 0
}

.rte h1 a,
.rte .h1 a,
.rte h2 a,
.rte .h2 a,
.rte h3 a,
.rte .h3 a,
.rte h4 a,
.rte .h4 a,
.rte h5 a,
.rte .h5 a,
.rte h6 a,
.rte .h6 a {
    text-decoration: none
}

.rte>div {
    margin-bottom: 15px
}

.rte li {
    margin-bottom: 0
}

.rte>p:last-child {
    margin-bottom: 0
}

.rte table {
    table-layout: fixed
}

.text-center .rte ul,
.text-center .rte ol,
.text-center.rte ul,
.text-center.rte ol {
    list-style-position: inside;
    margin-left: 0
}

.rte--nomargin {
    margin-bottom: 0
}

.rte--indented-images img:not([style]),
.rte--indented-images img[style="float: none;"] {
    max-width: 120%;
    margin-left: -10%
}

.rte--indented-images img:not([style]).rte__no-indent,
.rte--indented-images img[style="float: none;"].rte__no-indent {
    margin: 0 auto;
    max-width: 100%
}

.rte--indented-images img[style="float: right;"] {
    margin: 0 -10% 15px 15px
}

.rte--indented-images img[style="float: left;"] {
    margin: 0 15px 15px -10%
}

@media screen and (min-width: 769px) {
    .rte blockquote {
        width: 120%;
        margin-left: -10%;
        padding-left: 0;
        padding-right: 0
    }
    .rte blockquote p {
        margin-bottom: 0
    }
}

.site-header {
    padding: 15px 0 0
}

.site-header .grid--table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.site-header .grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.site-header__logo {
    text-align: center;
    margin: 0 auto
}

.site-header__logo a,
.site-header__logo a:hover {
    text-decoration: none
}

.site-header__logo a.site-header__logo-link {
    margin: 0 auto
}

.site-header__logo a,
.site-header__logo img {
    display: block
}

.site-header__logo img {
    margin: 0 auto;
    width: 180px
}

.search-bar {
    max-width: 100%
}

.search-bar--page {
    max-width: 300px;
    margin: 0 auto
}

.search-bar--modal {
    max-width: 300px;
    margin: 20% auto 0
}

.search-bar--header {
    max-width: 300px
}

.is-dark .search-bar--header input {
    background-color: #e9e9e9
}

.search-bar--drawer {
    margin-bottom: 15px
}

.section-header {
    margin-bottom: 50px
}

@media screen and (min-width: 591px) {
    .section-header {
        margin-bottom: 50px
    }
}

.section-header--404 {
    margin-bottom: 0;
    padding: 80px 0
}

@media screen and (min-width: 769px) {
    .section-header {
        display: table;
        width: 100%
    }
    .section-header__title {
        margin-bottom: 12px
    }
    .section-header__left {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0
    }
    .section-header__left h1,
    .section-header__left .h1,
    .section-header__left h2,
    .section-header__left .h2,
    .section-header__left h3,
    .section-header__left .h3,
    .section-header__left h4,
    .section-header__left .h4,
    .section-header__left .h1,
    .section-header__left .h2,
    .section-header__left .h3,
    .section-header__left .h4 {
        margin-bottom: 0
    }
}

.site-nav,
.site-nav--mobile {
    cursor: default;
    margin: 0;
    margin-left: -15px
}

.site-nav__item {
    position: relative;
    display: inline-block;
    margin: 0
}

.site-nav__item li {
    display: block
}

.site-nav--mobile {
    margin-left: -10px
}

.site-nav--mobile.text-right {
    margin: 0 -10px 0 0
}

.site-nav__link {
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    white-space: nowrap;
    color: #29292a;
    font-size: 0.875em

}

.site-nav__link .icon-arrow-down {
    position: relative;
    top: -2px;
    padding-left: 7.5px;
    font-size: 10px
}

.site-nav__link--icon {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.site-nav--mobile .site-nav__link {
    display: inline-block
}

.site-nav--mobile .icon {
    color: #29292a;
    font-size: 1.875em
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 5
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
    display: block
}

.site-nav__dropdown a {
    background-color: #fcfcfc
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:active {
    background-color: #e3e3e3
}

.mobile-nav {
    margin: -15px -15px 0 -15px
}

.mobile-nav li {
    margin-bottom: 0;
    list-style: none
}

.mobile-nav__search {
    padding: 15px
}

.mobile-nav__item {
    position: relative;
    display: block
}

.mobile-nav>.mobile-nav__item {
    background-color: #1c1d1d
}

.mobile-nav__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #343535
}

.mobile-nav>.mobile-nav__item:last-child:after {
    display: none
}

.mobile-nav__item a {
    display: block;
    font-size: 22px
}

.mobile-nav__item a,
.mobile-nav__toggle button {
    color: #fff;
    padding: 15px;
    text-decoration: none
}

.mobile-nav__item a:active,
.mobile-nav__toggle button:active {
    color: #d9d9d9
}

.mobile-nav__item a:active,
.mobile-nav__toggle button:active {
    background-color: #0f1010
}

.mobile-nav__item--secondary a {
    font-size: 16px;
    color: #bfbfbf;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px
}

.mobile-nav__item--secondary:after {
    display: none
}

.mobile-nav__spacer {
    height: 0;
    padding: 5px
}

.mobile-nav__has-sublist {
    display: table;
    width: 100%
}

.mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.mobile-nav__toggle {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.mobile-nav__toggle-open {
    display: block
}

.mobile-nav--expanded .mobile-nav__toggle-open {
    display: none
}

.mobile-nav__toggle-close {
    display: none
}

.mobile-nav--expanded .mobile-nav__toggle-close {
    display: block
}

.mobile-nav__sublist {
    margin: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.mobile-nav--expanded+.mobile-nav__sublist {
    visibility: visible;
    max-height: 700px;
    -webkit-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -moz-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -ms-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    -o-transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto
}

.mobile-nav__sublist .mobile-nav__link {
    padding-left: 30px;
    font-weight: normal
}

@media screen and (min-width: 769px) {
    .site-nav__link--icon .icon {
        font-size: 1.375em
    }
}

.cart-link {
    position: relative
}

@media screen and (max-width: 768px) {
    .cart-link {
        bottom: 4px
    }
}

.cart-link__bubble {
    display: none
}

.cart-link__bubble--visible {
    display: block;
    position: absolute;
    top: 14px;
    right: -6px;
    width: 20px;
    height: 30px
}

@media screen and (max-width: 768px) {
    .cart-link__bubble--visible {
        top: 21px;
        right: 2px
    }
}

.cart-link__bubble--visible:after {
    content: "";
    display: block;
    height: 30px;
    width: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2230%22%20viewBox%3D%220%200%20380.722%20380.721%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M206.8%2094.5V0H174v94.5s-32.3%2038-32.3%2062.4v207c0%206.3%204%2016.7%2013.5%2016.7h70.5c9.3%200%2013.5-10.4%2013.5-16.6V157c0-24.5-32.2-45.3-32.2-62.5zM181%20122.3c-2%202.8-4.4%206.4-7%2010.6-2.5%204-5%209-7.4%2014-1%202.8-2%205.6-2.7%208.4-.2%203-1%205.2-.7%209l.8%2021.8c.6%2015%20.7%2031.3.8%2047.4%200%2032.3-1%2064.6-2.5%2088.8l5-7.6%205-6.2c3.3-3.8%206.2-7%208.7-9.5%205-5%208.3-7.4%208.3-7.4s-4.3-175-8.3-169.3z%22%20fill%3D%22%23ca9d62%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.cart__header-labels {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.cart__row {
    position: relative;
    margin-bottom: 30px
}

.cart__row:first-child {
    border-bottom: 1px solid #ca9d62;
    padding-bottom: 15px
}

.cart__row:last-child {
    border-top: 1px solid #ca9d62;
    padding-top: 15px
}

.cart__row .js-qty,
.cart__row .ajaxcart__qty {
    margin: 0 auto
}

.cart__row .btn,
.cart__row .btn--secondary,
.cart__row .btn--secondary {
    margin-bottom: 15px
}

@media screen and (min-width: 591px) {
    .update-cart+.cart__checkout {
        margin-left: 15px
    }
}

.cart__row--table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.cart__row--table .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media screen and (min-width: 769px) {
    .cart__row--table-large {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .cart__row--table-large .grid__item {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.cart__image {
    display: block
}

.cart__image img {
    width: 100%;
    display: block
}

@media screen and (max-width: 768px) {
    .cart__image {
        margin-bottom: 15px
    }
}

.cart__product-name {
    margin-bottom: 0
}

.cart__product-qty {
    text-align: center;
    margin: 0 auto;
    max-width: 80px
}

.cart__note {
    margin: 0
}

@media screen and (min-width: 769px) {
    .cart__note {
        padding-right: 30px
    }
}

.cart__product-meta {
    margin-bottom: 0
}

.additional_checkout_buttons {
    margin-left: -10px
}

.additional_checkout_buttons>*:not(script) {
    padding: 15px 0 0 15px;
    vertical-align: top;
    line-height: 1
}

@media screen and (max-width: 590px) {
    .additional_checkout_buttons>*:not(script) {
        padding: 15px 0 0 5px
    }
}

.additional_checkout_buttons>*:not(script):first-child,
.additional_checkout_buttons>*:not(script):empty {
    padding-left: 0px
}

.product-single {
    text-align: center
}

.product-single__meta {
    padding-top: 45px
}

.product-single__vendor {
    letter-spacing: 0.2em;
    font-size: 0.75em
}

.product-single__title {
    font-family: 'cinzelregular';
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 15px;
    word-wrap: break-word
}

@media screen and (min-width: 591px) {
    .product-single__title {
        font-size: 30px
    }
}

.product-single__add-to-cart {
    margin: 10px 0
}

.product-single__description {
    margin-top: 40px;
    text-align: left
}

.product-single__description hr {
    width: 100%;
    margin: 40px 0 20px 0
}

.product-single__description hr:after {
    content: "";
    background-color: #FCFCFC;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(50% - 16px);
    top: -16px;
    background-repeat: no-repeat;
    background-position: center center
}

.product-single__description hr.corkscrew:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20335.112%20335.112%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M176.4%20335c-2.8%200-5-2-5-5v-11.5c0-3.4-1.7-6.6-4.8-9l-1.3-1c-5.2-4.3-8-10-8-16s2.8-11.6%208-15.7l2.3-2c2.7-2%204.2-5%204.2-8s-1.5-5.6-4.2-7.8l-4-3.3c-5.2-4-8-9.7-8-15.8s2.8-11.7%208-16l7-5.5c2.7-2.2%204.2-5%204.2-8s-1.5-5.8-4.2-8c-5-4-8-9.8-8-15.8V135v-.6h-10.4c-2.8%200-5-2.2-5-5V79.8c-13.7-.6-31.5-1.3-47-1.3-16%200-29.7%202.5-41.7%204.7-9.8%201.8-18.3%203.3-26.6%203.3-24.5%200-24.5-19.8-24.5-47.2%200-32.5%206-37.8%2026.3-39.2%208-.4%2016.4.8%2026%202.2C71%203.8%2085%205.8%20104.7%205.8h125.5c19.6%200%2033.8-2%2045-3.6%209.7-1.4%2018-2.6%2026-2%2020.4%201.3%2026.3%206.6%2026.3%2039%200%2027.5%200%2047.3-24.3%2047.3-8.4%200-16.8-1.5-26.7-3.3-12-2.2-25.5-4.7-41.8-4.7-15.3%200-33.2.7-46.8%201.3v49.6c0%202.8-2.3%205-5%205h-10.5V186.8c0%203%201.6%205.8%204.3%208%205.2%204.2%208%209.8%208%2015.8s-2.8%2011.7-8%2015.8l-7%205.6c-2.7%202.2-4.2%205-4.2%208s1.5%205.7%204.2%208l4%203.2c5.2%204%208%209.7%208%2015.7s-2.8%2011.6-8%2015.7l-2.3%202c-2.7%202-4.2%205-4.2%208s1.5%205.7%204.2%208l1.3%201c5.5%204.3%208.6%2010.4%208.6%2016.8V330c0%203-2.2%205-5%205zm-19.2-210.6H178V75c0-2.7%202-5%204.7-5%2014.2-.7%2034.7-1.5%2052-1.5%2017.3%200%2031.3%202.6%2043.7%205%209.4%201.6%2017.4%203%2025%203%2011.5%200%2014.2-3.4%2014.2-37.2%200-14.2-1-21.8-3.5-25.2-1.7-2.4-4.7-3.3-13.4-4-7-.4-14.4.7-23.7%202-11.8%201.7-26.4%203.8-46.7%203.8H104.8c-20.3%200-35-2-46.5-3.8-9.4-1.3-16.8-2.4-23.8-2-8.6.7-11.7%201.6-13.5%204-2.5%203.5-3.5%2011-3.5%2025.3%200%2033.8%202.7%2037.2%2014.4%2037.2%207.3%200%2015.3-1.4%2024.7-3%2012.4-2.4%2026.5-5%2043.6-5%2017.4%200%2038%20.8%2052%201.5%202.8%200%205%202.3%205%205v49.4z%22%20fill%3D%22%23ca9d62%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.product-single__description hr.grape:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20305.139%20305.139%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M258.6%20150c0-21-17-38.5-38.2-39%203-5.5%204.8-12%204.8-18.6%200-21.6-17.6-39-39.2-39-11%200-20.7%204.3-27.8%2011.5C154.4%2028.4%20123.5%200%2086%200c-3.3%200-6%202.7-6%206s2.7%206%206%206c30.5%200%2055.8%2022.6%2060%2052-7-6.7-16.5-10.7-27-10.7-21.5%200-39%2017.5-39%2039%200%206.8%201.7%2013.2%204.7%2018.7-21.2.5-38.2%2018-38.2%2039%200%2021.4%2017%2038.7%2038.2%2039.2-3%205.6-4.7%2012-4.7%2018.7%200%2021%2017%2038.4%2038%2039-3%205.6-5%2012-5%2019%200%2021.6%2017.7%2039%2039.2%2039%2021.6%200%2039.2-17.4%2039.2-39%200-7-1.8-13.4-5-19%2021.4-.2%2038.8-17.7%2038.8-39%200-7-1.7-13.2-4.8-18.8%2021.2-.5%2038.2-17.8%2038.2-39zm-79%200c0%2015-12%2027.3-27%2027.3S125.4%20165%20125.4%20150c0-14.8%2012.2-27%2027.2-27s27%2012.2%2027%2027zm6.4-84.7c15%200%2027.2%2012%2027.2%2027S201%20119.6%20186%20119.6s-27-12-27-27%2012-27.2%2027-27.2zm-67%200c15%200%2027.2%2012%2027.2%2027s-12%2027.2-27%2027.2-27.2-12-27.2-27%2012-27.2%2027-27.2zM58.6%20150c0-14.8%2012.2-27%2027-27%2015%200%2027.3%2012.2%2027.3%2027%200%2015-12.2%2027.3-27.2%2027.3s-27-12.2-27-27.2zM92%20208c0-15%2012-27.3%2027-27.3s27.2%2012.2%2027.2%2027.2c0%2014.8-12%2027-27%2027S92%20222.8%2092%20208zm60.2%2085c-15%200-27-12-27-27s12-27%2027-27%2027.2%2012%2027.2%2027-12.2%2027-27.2%2027zm33.8-58c-15%200-27-12.2-27-27%200-15%2012-27.3%2027-27.3s27.2%2012.2%2027.2%2027.2c0%2014.8-12.2%2027-27.2%2027zm33.5-57.7c-15%200-27-12.2-27-27.2%200-14.8%2012-27%2027-27s27%2012.2%2027%2027c0%2015-12%2027.3-27%2027.3z%22%20fill%3D%22%23ca9d62%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.product-single__description hr.barrel:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20397%20397%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M333.7%20354H101.5c-2.8%200-5-2.2-5-5v-42.4c-14.8-7-28.2-15-39.8-24.7-8-6.7-12.7-16.5-12.7-27v-22.4H19c-5%200-9%204-9%209v9c0%202.7-2.2%205-5%205s-5-2.3-5-5v-9c0-10%207.7-18%2017.5-19V216c-7.8-2-13.7-9-13.7-17.3v-11.2c0-2.8%202.3-5%205-5h25.8c2.8%200%205%202.2%205%205v11.2c0%207.8-5%2014.5-12%2016.8v7H44V119c0-10.4%204.6-20.2%2012.7-26.8C95.4%2060.5%20153%2043%20218.7%2043%20286%2043%20347%2062.4%20385.3%2096.4c7.4%206.5%2011.6%2016%2011.6%2026v129.4c0%2010-4.2%2019.4-11.6%2026-13.2%2011.5-29%2021.4-46.7%2029.5V349c0%202.8-2.2%205-5%205zm-227.2-10h222.2v-32.5h-.2c-1%201-2.3%201.5-3.7%201.5-31.3%2011.7-67.6%2018-106.2%2018-41.6%200-79.8-7-112-20v33zm18.2-37c27.8%209.2%2059.7%2014%2094%2014%2036.8%200%2071.5-6%20101.3-17v-30c-24%206.8-55.8%2012.2-96.2%2012.2-41%200-74-5-99-11.3v32zM54%20245.5v9.6c0%207.5%203.3%2014.5%209%2019.2%2014.6%2012%2032%2021.7%2051.7%2029.2v-31.2c-10.2-3-19-6-26.2-9-16.6-6.5-28-13.2-34.5-17.7zM330%20271v29.2c18.7-8%2035.2-18%2048.8-30%205.2-4.6%208.2-11.3%208.2-18.4v-10.6c-6%205-16.2%2012.4-31.4%2019.6-7%203.3-15.5%207-25.6%2010.2zm-205.3-6.4c24.7%206.4%2057.6%2011.6%2099%2011.6%2040.6%200%2072.2-5.4%2096.3-12.6V219c-24.5%202.8-56%205-96.2%205-40.7%200-73.5-2-99-4.7v45.3zM54%20233c3%202.5%2015.4%2012%2039%2021.3%206%202.5%2013.3%205%2021.7%207.5v-43.5c-32.3-3.8-51.8-8.5-60.7-11V233zm276-15.3v42.7c40-13.8%2056-32%2056.3-32.2l.7-.7v-22c-8%202.8-26%208-57%2012.2zm-205.3-8.5c25.5%202.7%2058.3%204.7%2099%204.7%2040.4%200%2072-2.3%2096.3-5.2v-47.3c-26.2-3-60.5-5-103.8-5-37.8%200-68%201.8-91.5%204.4V209zM54%20196.8c6.3%202%2025.7%207%2060.7%2011.3v-46C78%20167%2059.7%20173%2054%20175.3v21.6zm276-34v44.8c35.8-5%2053-11.3%2057-13v-21c-5-1.4-23-6.6-57-11zM13.8%20192.4v6.2c0%204.3%203.5%207.7%207.7%207.7h.5c4.2%200%207.6-3.4%207.6-7.7v-6.2H13.8zM54%20141.8v22.7c9-3%2028-8.5%2060.7-12.6v-43.7c-41%2013-58.5%2031-60.7%2033.5zm276%2010.7c30.7%204%2049%208.4%2057%2010.8V138l-.2-.3c-.3-.2-12.7-11-39.7-21.8-5-2-10.6-4-17-6v42.5zm-113.8-6c43.2%200%2077.5%202%20103.8%205v-44.6c-25.2-7-59.6-13-103.8-13-38%200-68%204.8-91.5%2011.3v45.4c23.8-2.5%2054-4.3%2091.5-4.3zm-101.5-76C95%2078.2%2077.7%2088%2063%20100c-5.7%204.6-9%2011.6-9%2019v9.2c6-5%2016-12%2030.4-18.8%208-3.8%2018-8%2030.3-11.6V70.6zm215.3%2029c8.2%202.4%2015.3%205%2021.5%207.4%2017.4%207%2029%2014%2035.5%2018.4v-3c0-7.2-3-14-8.2-18.6-13.6-12-30-22-48.8-30v25.6zM216.2%2084c43.6%200%2078%205.7%20103.8%2012.6V70c-29.8-11-64.5-17-101.4-17-34.2%200-66%204.8-94%2014v28c23.5-6.2%2053.7-11%2091.6-11z%22%20fill%3D%22%23ca9d62%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.product-single__description hr.plate:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20470%20470%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cg%20fill%3D%22%23ca9d62%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M327.4%20160.8c-3.3%202.5-4%207.2-1.4%2010.5%2014%2018.4%2021.5%2040.5%2021.5%2063.7%200%2058-47%20105-105%20105s-105-47-105-105%2047-105%20105-105c23.2%200%2045.3%207.4%2063.7%2021.5%203.3%202.5%208%202%2010.5-1.4%202.5-3.2%202-8-1.4-10.4-21-16-46.2-24.6-72.8-24.6-66.2%200-120%2053.8-120%20120s53.8%20120%20120%20120%20120-53.8%20120-120c0-26.6-8.5-51.7-24.6-72.8-2.6-3.3-7.3-4-10.6-1.4z%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M242.5%2075c-88.2%200-160%2071.8-160%20160s71.8%20160%20160%20160%20160-71.8%20160-160-71.8-160-160-160zm0%20305c-80%200-145-65-145-145s65-145%20145-145%20145%2065%20145%20145-65%20145-145%20145zM67.5%2075c-4%200-7.5%203.4-7.5%207.5V145H45V82.5c0-4-3.4-7.5-7.5-7.5S30%2078.4%2030%2082.5V145H15V82.5c0-4-3.4-7.5-7.5-7.5S0%2078.4%200%2082.5v90c0%2018%2013%2033.3%2030%2036.7v178.3c0%204%203.4%207.5%207.5%207.5s7.5-3.4%207.5-7.5V209.2c17-3.4%2030-18.6%2030-36.7v-90c0-4-3.4-7.5-7.5-7.5zm-30%20120C25%20195%2015%20185%2015%20172.5V160h45v12.5C60%20185%2050%20195%2037.5%20195zM462.5%2075c-20.7%200-37.5%2016.8-37.5%2037.5V250c0%204%203.4%207.5%207.5%207.5H455v130c0%204%203.4%207.5%207.5%207.5s7.5-3.4%207.5-7.5v-305c0-4-3.4-7.5-7.5-7.5zM455%20242.5h-15v-130c0-9.8%206.3-18%2015-21.2v151.2z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E")
}

.product-single__description hr.snowflake:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20233.31%20233.31%22%20width%3D%2224%22%20height%3D%2224%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M116.7%20152.2c-1.3%200-2.5-.5-3.4-1.3l-31-31.2c-1.8-1.8-1.8-4.8%200-6.7l31-31c1.8-1.7%205-1.7%206.7%200l31%2031c2%202%202%205%200%206.8l-31%2031c-1%201-2%201.4-3.3%201.4zm-24.3-35.7l24.3%2024.3%2024.3-24.3-24.3-24.3-24.3%2024.3zm48.2-90.7c-1.8-2-4.8-2-6.7%200l-12.7%2012.6V4.8c0-2.7-2-4.8-4.7-4.8-2.6%200-4.8%202-4.8%204.8v33.4L99.4%2025.8c-1.8-2-4.8-2-6.7%200-1.8%201.8-1.8%204.8%200%206.7l19%2019v17.8c0%202.6%202.3%204.7%205%204.7%202.5%200%204.6-2%204.6-4.7V51.8l19.3-19.3c2-2%202-5%200-6.7zm0%20175l-19-19V164c0-2.7-2.3-4.8-5-4.8-2.5%200-4.6%202-4.6%204.8v17.6l-19.3%2019.2c-1.8%202-1.8%205%200%206.7%201%201%202%201.4%203.4%201.4%201.3%200%202.5-.5%203.4-1.5L112%20195v33.6c0%202.6%202%204.7%204.7%204.7%202.6%200%204.8-2%204.8-4.7V195l12.4%2012.5c.8%201%202%201.4%203.3%201.4%201.2%200%202.4-.5%203.3-1.5%202-1.8%202-4.8%200-6.7zm88-89H195l12.6-12.4c1.8-1.8%201.8-4.8%200-6.7-2-1.8-5-1.8-6.7%200L181.6%20112H164c-2.7%200-4.8%202-4.8%204.6%200%202.6%202%204.7%204.7%204.7h17.6l19.3%2019.3c.8%201%202%201.4%203.2%201.4%201.2%200%202.4-.5%203.4-1.4%201.8-2%201.8-5%200-6.7L195%20121.2h33.6c2.6%200%204.7-2%204.7-4.7%200-2.6-2-4.7-4.7-4.7zm-159.2.2H51.8L32.5%2092.7c-2-1.8-5-1.8-6.7%200-2%202-2%204.8%200%206.7L38.4%20112H4.8C2%20112%200%20114%200%20116.7s2%204.8%204.8%204.8h33.4L25.8%20134c-2%201.7-2%204.7%200%206.6%201%201%202%201.4%203.4%201.4%201.2%200%202.4-.5%203.3-1.4l19.2-19h17.7c2.6%200%204.7-2.3%204.7-5%200-2.5-2-4.6-4.6-4.6zM199%2034c-1.7-1.8-4.7-1.8-6.6%200L168.7%2058V40.2c0-2.6-2-4.7-4.7-4.7-2.6%200-4.7%202-4.7%204.7v27L137.6%2089c-1.8%201.8-1.8%204.7%200%206.6%201%201%202.2%201.4%203.4%201.4%201.2%200%202.4-.5%203.3-1.4L166%2074H193c2.6%200%204.7-2%204.7-4.7%200-2.6-2.2-4.7-5-4.7h-17.7L199%2040.8c2-1.8%202-4.8%200-6.7zM95.8%20137.8c-1.8-1.8-4.8-1.8-6.7%200l-21.5%2021.5H40.2c-2.6%200-4.7%202-4.7%204.8%200%202.6%202%204.7%204.7%204.7H58L34%20192.5c-1.8%201.8-1.8%204.8%200%206.7%201%201%202.2%201.4%203.4%201.4s2.4-.5%203.3-1.4l23.6-23.7V193c0%202.7%202%204.8%204.7%204.8s4.8-2%204.8-4.7v-27l21.7-21.6c2-1.8%202-4.8%200-6.7zm103.5%2054.7l-23.6-23.7H193c2.7%200%205-2%205-4.7s-2.3-4.8-5-4.8h-27l-17.8-17.8c-2-2-5-2-6.8%200-1.8%201.8-1.8%204.8%200%206.6l18%2018v27c0%202.7%202%204.8%204.6%204.8%202.6%200%204.7-2%204.7-4.7v-17.7l23.8%2023.8c1%201%202%201.5%203.4%201.5%201%200%202.3-.5%203.2-1.4%202-1.8%202-4.7%200-6.6zM91.8%2085L74%2067.6V40.2c0-2.6-2-4.7-4.7-4.7-2.6%200-4.7%202-4.7%204.7V58L40.8%2034.2c-1.8-1.8-4.8-1.8-6.7%200-1.7%202-1.7%205%200%206.7L58%2064.5H40.2c-2.6%200-4.7%202-4.7%204.7%200%202.6%202%204.7%204.7%204.7h27l18%2018c.8.8%202%201.3%203.2%201.3%201.3%200%202.5-.5%203.4-1.4%201.8-2%201.8-5%200-7z%22%20fill%3D%22%23ca9d62%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.product-single__variants {
    display: none
}

.no-js .product-single__variants {
    display: block
}

.product-single__photo-wrapper:first-of-type {
    margin-top: 80px
}

.product-single__photo-wrapper:first-of-type img {
    margin-top: -80px;
    margin-bottom: 30px
}

@media screen and (min-width: 591px) {
    .product-single__photo-wrapper {
        margin-bottom: 30px;
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
    }
    .product-single__photo-wrapper:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width: 591px) {
    .product-single__photo[data-mfp-src] {
        cursor: zoom-in
    }
}

.product-single__photos,
.product-single__thumbnails {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-single__photos a,
.product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media screen and (max-width: 590px) {
    .product-single__meta {
        padding-top: 0
    }
}

.product-single__hero .grid__item {
    display: inline-block;
    float: none;
    vertical-align: middle
}

@media screen and (min-width: 769px) {
    .product-single__hero .grid__item+.grid__item {
        margin-left: -5px
    }
}

.product-single__thumbnails {
    margin-left: -15px
}

.product-single__thumbnails li {
    margin-bottom: 15px
}

.product-single__prices {
    margin-bottom: 15px
}

.product-single__price,
.product-single__price--compare-at {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #29292a;
    font-size: 1.125em;
    font-weight: 400
}

.product-single__price.on-sale,
.product-single__price--compare-at.on-sale {
    color: #900
}

.product-single__price--compare-at {
    padding-right: 5px;
    display: inline-block;
    text-decoration: line-through
}

.product-single__quantity .js-quantity-selector,
.product-single__quantity .js-qty,
.product-single__quantity .ajaxcart__qty {
    display: inline-block
}

.product-single__quantity-label {
    margin-right: 10px
}

.related-products__title {
    margin-top: 50px;
    text-align: center
}

.related-products__list {
    max-width: 900px;
    margin: auto
}

.related-products__list .grid__item {
    padding: 0 15px
}

@media screen and (max-width: 769px) {
    .related-products__list .grid__item:last-child {
        display: none
    }
}

#shopify-product-reviews .spr-review-content-body,
#shopify-product-reviews .spr-review-header-byline,
#shopify-product-reviews .spr-form-label {
    font-size: 16px;
    line-height: 1.563
}

#shopify-product-reviews .spr-form-label {
    display: block;
    text-align: left
}

#shopify-product-reviews .spr-summary-actions-newreview {
    float: none
}

#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-actions {
    display: block
}
.clearfix:after {
    content: '';
    display: table;
    clear: both
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0%,
    35% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes heroContentIn {
    0%,
    35% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px)
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

hr,
.hr--small,
.hr--medium,
.hr--large {
    border-width: 1px 0 0 0;
    width: 50px
}

.hr--small {
    margin: 20px auto
}

.hr--medium {
    margin: 35px auto
}

@media screen and (min-width: 769px) {
    .hr--medium {
        margin: 45px auto
    }
}

.hr--large {
    margin: 60px auto
}

.hr--left {
    margin-left: 0;
    margin-right: 0
}

table {
    position: relative;
    border: 0 none
}

td,
th {
    border: 0 none
}

td {
    padding: 10px 15px
}

tr:first-child th,
tr:first-child td {
    position: relative
}

tr:first-child th:after,
tr:first-child td:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 15px
}

tr:first-child th:first-child:after,
tr:first-child td:first-child:after {
    left: 15px;
    right: -15px
}

@media screen and (max-width: 590px) {
    html:not(.lt-ie9) .table--responsive thead {
        display: none
    }
    html:not(.lt-ie9) .table--responsive tr {
        display: block
    }
    html:not(.lt-ie9) .table--responsive tr,
    html:not(.lt-ie9) .table--responsive td {
        float: left;
        clear: both;
        width: 100%
    }
    html:not(.lt-ie9) .table--responsive th,
    html:not(.lt-ie9) .table--responsive td {
        display: block;
        text-align: right;
        padding: 15px
    }
    html:not(.lt-ie9) .table--responsive td:before {
        content: attr(data-label);
        float: left;
        font-family: "montserrat", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 10px
    }
}

@media screen and (max-width: 590px) {
    html:not(.lt-ie9) .table--small-hide {
        display: none !important
    }
    html:not(.lt-ie9) .table__section+.table__section {
        position: relative;
        margin-top: 10px;
        padding-top: 15px
    }
    html:not(.lt-ie9) .table__section+.table__section:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #ca9d62
    }
}

body,
input,
textarea,
button,
select {
    line-height: 1.563
}

h1,
.h1 {
    font-size: 1.8em
}

h2,
.h2 {
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.6875em
}

h3,
.h3 {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.125em
}

h4,
.h4 {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1em
}

h5,
.h5,
h6,
.h6 {
    font-size: 0.9375em
}

p {
    line-height: 2
}

th,
.table__title {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8125em;
    letter-spacing: 0.15em
}

.rte h1,
.rte .h1 {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.375em;
    text-align: center
}

.rte h2,
.rte .h2 {
    font-size: 1.0625em;
    text-align: center
}

.rte h3,
.rte .h3 {
    font-size: 0.9375em;
    text-align: center
}

.rte img {
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.2)
}

blockquote {
    font-style: italic;
    font-size: 1.4375em;
    line-height: 1.385;
    text-align: center
}

@media screen and (min-width: 591px) {
    blockquote {
        font-size: 1.625em
    }
}

.section-header .rte {
    font-style: italic;
    font-size: 1.125em
}

.article .rte h2,
.article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
    margin-bottom: 2em
}

.date {
    display: inline-block;
    line-height: 1.7;
    margin-bottom: 5px
}

@media screen and (min-width: 769px) {
    .date {
        margin-bottom: 0
    }
}

.section-header .date:last-child {
    margin-bottom: 40px
}

.comment-author {
    font-style: italic;
    margin-bottom: 0
}

.comment-date {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75em
}

.ajaxcart__product-name,
.cart__product-name {
    font-weight: bold
}

.ajaxcart__product-name {
    font-size: 1.0625em;
    line-height: 1.3
}

.ajaxcart__price,
.cart__price,
.cart__subtotal {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.ajaxcart__price {
    font-size: 0.8125em
}

.ajaxcart__subtotal {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.ajaxcart__qty-num[type="text"] {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-size: 0.8125em
}

.ajaxcart__note {
    font-style: italic;
    font-weight: normal;
    opacity: 0.7
}

.drawer__title {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 1.5em
}

.collection-grid__item-title {
    font-style: italic;
    font-size: 1.625em;
    line-height: 1.1
}

@media screen and (min-width: 591px) {
    .collection-grid__item-title {
        font-size: 2.125em
    }
}

label {
    position: relative;
    bottom: 5px;
    font-weight: normal;
    color: #818385
}

::-webkit-input-placeholder {
    color: #29292a;
    opacity: 0.6
}

:-moz-placeholder {
    color: #29292a;
    opacity: 0.6
}

:-ms-input-placeholder {
    color: #29292a;
    opacity: 0.6
}

input,
textarea,
select {
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
    font-size: 0.875em;
    border: 1px solid #ca9d62;
    background-color: #fcfcfc;
    color: #1c1d1d;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    background-color: #f6f6f6;
    border-color: transparent
}

input:hover,
textarea:hover,
select:hover {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.9
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    opacity: 1;
    outline: none;
    border-color: #8b572a
}

select:hover {
    outline: 1px solid #ddd
}

input[type="number"] {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1em
}

input[type="image"] {
    background-color: transparent
}

.js-qty {
    color: #1c1d1d
}

.js-qty__adjust:hover {
    background-color: #e9e9e9;
    color: #1c1d1d
}

.js-qty__adjust--minus,
.js-qty__adjust--plus {
    border-color: #e9e9e9;
    color: #1c1d1d
}

.newsletter {
    background-color: #f6f6f6;
    padding: 30px 0;
    margin-top: 60px
}

@media screen and (min-width: 591px) {
    .newsletter {
        padding: 60px 0
    }
}

.newsletter form {
    margin: 0 auto;
    max-width: 520px
}

.newsletter form .newsletter--form {
    padding: 10px
}

.newsletter form .note,
.newsletter form .errors {
    margin-bottom: 0
}

.newsletter form .newsletter--form,
.newsletter .newsletter__input {
    background-color: #fcfcfc
}

.newsletter .newsletter__input {
    font-size: 1.125em;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.newsletter .newsletter__input::-webkit-input-placeholder {
    color: #29292a;
    opacity: 1
}

.newsletter .newsletter__input:-moz-placeholder {
    color: #29292a;
    opacity: 1
}

.newsletter .newsletter__input::-moz-placeholder {
    color: #29292a;
    opacity: 1
}

.newsletter .newsletter__input:-ms-input-placeholder {
    color: #29292a
}

@media screen and (min-width: 591px) {
    .newsletter .newsletter__input {
        font-size: 1.3125em
    }
}

@media screen and (max-width: 590px) {
    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: none
    }
    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: block
    }
}

@media screen and (min-width: 591px) {
    .newsletter__submit-text--large,
    .password-page__login-form__submit-text--large {
        display: block
    }
    .newsletter__submit-text--small,
    .password-page__login-form__submit-text--small {
        display: none
    }
}

.newsletter__label {
    padding-left: 10px
}

.grid__row-separator {
    clear: both;
    width: 100%
}

.lt-ie9 .grid-uniform .grid-product {
    display: inline-block;
    margin-left: -4px;
    float: none
}

.grid-collage {
    margin-bottom: -13px
}

@media screen and (max-width: 590px) {
    .grid-collage .grid-product__image-link {
        height: 310px
    }
}

@media screen and (min-width: 591px) {
    .large--two-thirds.reverse {
        float: right
    }
    .grid-collage .large--two-thirds {
        clear: both
    }
    .grid-collage .large--two-thirds.reverse {
        clear: none
    }
    .grid-collage .grid__item.large--one-third {
        clear: none
    }
    .grid-collage .large--one-half {
        float: left;
        display: inline-block
    }
    .grid-collage .large--one-third {
        clear: inherit
    }
}

.collection-grid {
    margin-bottom: -15px
}

@media screen and (min-width: 591px) {
    .collection-grid {
        margin-bottom: -30px
    }
}

.collection-collage__item {
    position: relative;
    margin-bottom: 15px;
    height: 450px
}

@media screen and (max-width: 590px) {
    .collection-collage__item.one-whole {
        height: 190px
    }
    .collection-collage__item.one-half {
        height: 130px
    }
}

@media screen and (min-width: 591px) {
    .collection-collage__item {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 591px) {
    .collection-collage__item.large--one-half {
        height: 310px
    }
    .collection-collage__item.large--one-third {
        height: 280px
    }
}

#colec-ii .collection-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.products {
    justify-content: space-around;
    flex-wrap: wrap
}

@media (min-width: 950px) {
    .products {
        padding: 0 50px
    }
}



.products .all-wines {
    width: 100%;
    order: 999;
    text-align: center
}

.products .all-wines a {
    display: inline-block;
    width: 146px;
    margin: 40px auto auto auto;
    padding: 12px 21px
}

.product {
    background-color: #fcfcfc;
    position: relative;
    min-width: 225px;
    width: 30%;
    margin: 80px 12px 0 12px;
    padding-bottom: 22px;
    text-align: center;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 590px) {
    .product {
        width: 100%
    }
}

.product a {
    display: block
}

.product .product__image {
    width: 80%;
    margin-top: -50px
}

.product .product__title {
    font-family: 'cinzelregular', cursive;
    margin: 15px 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0
}

.product:hover .btn {
    transition: background-color 0.15s ease;
    background-color: #ca9d62;
    color: #fcfcfc
}

.template-collection .return-link {
    position: relative;
    top: 24px
}
body a {
    color: #ca9d62;
    text-decoration: none;
    background: transparent;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease
}

body a:hover {
    color: #8b572a
}

.rte a,
.text-link {
    color: #ca9d62
}

.return-link {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875em
}

.btn,
.btn--secondary {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 0.8125em
}

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
    height: 45px
}

.supports-csstransforms .btn--loading {
    position: relative;
    background-color: #efefef;
    color: #efefef
}

.supports-csstransforms .btn--loading:hover,
.supports-csstransforms .btn--loading:active {
    background-color: #efefef;
    color: #efefef
}

.supports-csstransforms .btn--loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid #1c1d1d;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

.drawer {
    overflow: hidden
}

.drawer__inner {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 769px) {
    .drawer__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.drawer--has-fixed-footer .drawer__inner {
    overflow: hidden
}

.drawer__fixed-header {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 80px;
    overflow: visible
}

@media screen and (min-width: 769px) {
    .drawer__fixed-header {
        left: 30px;
        right: 30px
    }
}

.drawer__header {
    padding: 15px 0;
    margin: 0
}

@media screen and (max-width: 768px) {
    .drawer__close-button .icon {
        font-size: 1.375em
    }
}

@media screen and (min-width: 591px) {
    .drawer__close-button {
        right: 0
    }
}

@media screen and (min-width: 1051px) {
    .drawer__close-button {
        right: -20px
    }
}

.ajaxcart__inner--has-fixed-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 15px 15px 0;
    bottom: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
        padding: 30px 30px 0
    }
}

.ajaxcart__footer {
    border-top: 1px solid #343535;
    padding-top: 15px
}

.ajaxcart__footer--fixed {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    min-height: 200px;
    padding-bottom: 30px
}

@media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
        padding-bottom: 15px
    }
}

@media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
        left: 30px;
        right: 30px
    }
}

.ajaxcart__qty {
    max-width: 75px
}

.ajaxcart__qty input[type="text"] {
    padding: 0 20px
}

.ajaxcart__qty .js-qty__adjust,
.ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1
}

.ajaxcart__product:last-child .ajaxcart__row {
    border-bottom: 0 none;
    padding-bottom: 0
}

.btn--secondary {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.btn--secondary:hover {
    background-color: #b7955c
}

.social-sharing {
    font-family: "Source Serif Pro", serif
}

.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.social-sharing a {
    display: inline-block;
    color: #29292a;
    border-radius: 2px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal
}

.social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

.social-sharing .icon {
    padding: 0 5px 0 10px
}

.social-sharing .icon:before {
    line-height: 22px
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a span {
    height: 44px;
    line-height: 44px;
    font-size: 18px
}

.social-sharing.is-large a .icon {
    padding: 0 10px 0 18px
}

.social-sharing.is-large a .icon:before {
    line-height: 44px
}

.share-title {
    font-size: 1.125em;
    padding-right: 10px
}

.is-large .share-title {
    padding-right: 16px
}

.share-count {
    position: relative;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in
}

.share-count.is-loaded {
    opacity: 1
}

a:hover .share-count {
    opacity: 0.8
}

.is-large .share-count {
    font-size: 18px;
    padding: 0 14px
}

.social-sharing.clean a {
    background-color: #fcfcfc;
    color: #29292a;
    height: 30px;
    line-height: 30px
}

.social-sharing.clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.social-sharing.clean a:hover {
    opacity: 0.8
}

.social-sharing.clean a:hover .share-count {
    opacity: 0.8
}

.social-sharing.clean a:hover .share-count:after {
    border-right-color: #fcfcfc
}

.social-sharing.clean a .share-title {
    font-weight: normal
}

.social-sharing.clean .share-count {
    top: -1px
}

.lt-ie9 .grid-uniform .grid-search {
    display: inline-block;
    margin-left: -4px;
    float: none
}

.grid-search {
    margin-bottom: 30px
}

.grid-search__product {
    position: relative;
    text-align: center
}

@media screen and (min-width: 769px) {
    .grid-search__page-link,
    .grid-search__product-link {
        height: 280px
    }
}

.grid-search__page-link {
    display: block;
    background-color: #f7f7f7;
    padding: 20px;
    color: #29292a;
    overflow: hidden
}

.grid-search__page-link:hover,
.grid-search__page-link:focus {
    background-color: #efefef
}

.grid-search__page-content {
    display: block;
    height: 100%;
    overflow: hidden
}

.grid-search__image {
    display: block;
    padding: 20px;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

@media screen and (min-width: 769px) {
    .grid-search__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .grid-search__image .lt-ie9 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.slick-slider .slick-dots {
    margin: 0;
    bottom: 10px
}

.slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle
}

.slick-slider .slick-dots li button {
    position: relative
}

.slick-slider .slick-dots li button:before {
    text-indent: -9999px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 10px;
    height: 10px;
    margin: 5px 0 0 5px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: transparent;
    border-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 4px 0 0 4px
}

.slick-slider .slick-dots li button:active:before {
    opacity: 0.5
}

.slick-slider .slick-dots.is-dark li button:before {
    background-color: #000
}

.slick-slider .slick-dots.is-dark li.slick-active button:before {
    border-color: #000;
    background-color: transparent
}

.hero {
    background-color: #EDF1F1
}

.hero .slick-prev,
.hero .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px
}

.hero .slick-prev {
    left: 0
}

.hero .slick-next {
    right: 0
}

.hero__slide.is-light {
    color: #fff;
    background-color: #000
}

.hero__slide.is-dark {
    color: #000;
    background-color: #fff
}

.hero__slide {
    position: relative
}

.hero__image {
    position: relative;
    opacity: 0
}

.slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87)
}

.hero__image img {
    display: block;
    width: 100%
}

.hero__slide--hidden {
    visibility: hidden
}

.supports-touch .hero__slide--hidden {
    visibility: visible
}

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
    z-index: 1 !important
}

.ie9 .slick-dots,
.lt-ie9 .slick-dots {
    z-index: 2
}

.hero--full-height {
    height: 100vh;
    min-height: 550px
}

.hero--full-height .slick-list,
.hero--full-height .slick-track {
    height: 100%
}

.hero--full-height .hero__image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}

.lt-ie9 .hero--full-height .hero__image {
    background-position: center center
}

.hero--first {
    margin-top: -35px
}

@media screen and (min-width: 769px) {
    .hero--first {
        margin-top: -80px
    }
}

.hero__text-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.hero__text-align {
    display: table;
    width: 100%;
    height: 100%
}

.hero__text-content {
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px 0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease
}

.slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87)
}

@media screen and (min-width: 769px) {
    .hero__text-content {
        padding: 15px 150px
    }
}

.hero__text-content .slick-dots {
    position: static
}

.hero__slide .hero__title {
    margin-bottom: 20px;
    line-height: 1.25
}

.hero__slide .hero__subtitle {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 15px
}

.hero__slide a.hero__cta {
    margin-bottom: 0
}

.hero__slide .hero__title {
    font-size: 3.125em
}

.hero__slide .hero__subtitle {
    font-size: 0.9375em
}

@media screen and (min-width: 591px) {
    .hero__slide .hero__title {
        font-size: 3.75em
    }
    .hero__slide .hero__subtitle {
        font-size: 1.125em
    }
}

@media screen and (min-width: 769px) {
    .hero__slide .hero__title {
        font-size: 4em
    }
}

.hero__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: padding .25s, background .25s ease-in
}

.site-header .wrapper {
    max-width: 1100px
}

.site-header a.site-header__logo-link,
.site-header .site-header__logo-link-compressed {
    transition: opacity .25s, margin .25s ease-in
}

.site-header a.site-header__logo-link {
    opacity: 1;
    margin-top: -10px
}

@media (max-width: 768px) {
    .site-header a.site-header__logo-link {
        display: none
    }
}

.site-header a.site-header__logo-link-compressed {
    opacity: 0;
    margin-top: -85px
}

@media (max-width: 768px) {
    .site-header a.site-header__logo-link-compressed {
        opacity: 1;
        margin-top: 0
    }
}

.site-header.compressed {
    padding-top: 0;
    background-color: #fcfcfc;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15)
}

.site-header.compressed a.site-header__logo-link {
    opacity: 0
}

.site-header.compressed a.site-header__logo-link-compressed {
    opacity: 1
}

.hero__header.compressed .side-header__logo-link {
    opacity: 0
}

.hero__header.compressed .side-header__logo-link-compressed {
    opacity: 1
}

.template-index .header-wrapper {
    opacity: 0;
    z-index: 1000;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards
}

.supports-no-cssanimations .template-index .header-wrapper {
    opacity: 1;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87)
}

.header-wrapper--over-hero {
    position: relative
}

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

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

.slick-list:focus {
    outline: none
}

.slick-loading .slick-list {
    background: #fff url($IMG_PATH_purcari "ajax-loader.gif") center center no-repeat
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block;
    margin: 0 auto;
}

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

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

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

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

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

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #fcfcfc;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fcfcfc;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fcfcfc;
    opacity: 0.75
}

.collection-hero {
    margin-top: -35px;
    margin-bottom: 35px;
    overflow: hidden
}

@media screen and (min-width: 769px) {
    .collection-hero {
        margin-top: -65px;
        margin-bottom: 80px
    }
}

@media screen and (max-width: 768px) {
    .collection-hero {
        margin-bottom: 60px
    }
}

.collection-hero__image {
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0
}

.no-js .collection-hero__image {
    opacity: 1
}

@media screen and (min-width: 769px) {
    .collection-hero__image {
        padding-bottom: 45%
    }
}

.collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87)
}

@media screen and (max-width: 768px) {
    .site-header {
        padding: 0;
    }
    .site-header .grid--table {
        height: 80px
    }
}

.template-index .site-header {
    -webkit-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87)
}

.site-header__logo .logo--has-inverted {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.is-light .site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto
}

.site-header__logo {
    font-size: 1.25em
}

@media screen and (min-width: 769px) {
    .site-header__logo {
        text-align: left;
        font-size: 1.5625em
    }
}

@media screen and (max-width: 768px) {
    .site-header__logo img {
        max-height: 65px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.site-header__logo a,
.header-logo a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.is-light .site-header__logo a,
.is-light .header-logo a {
    color: #fff
}

.is-dark .site-header__logo a,
.is-dark .header-logo a {
    color: #000
}

.site-nav {
    white-space: nowrap;
}

.no-js .site-nav,
.site-nav.site-nav--init {
    opacity: 1
}

.site-nav__item {
    white-space: normal
}

.site-nav__link {
    -webkit-transition: color 0.2s, opacity 0.1s;
    -moz-transition: color 0.2s, opacity 0.1s;
    -ms-transition: color 0.2s, opacity 0.1s;
    -o-transition: color 0.2s, opacity 0.1s;
    transition: color 0.2s, opacity 0.1s;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #CA9D62
}

.site-nav__link--icon {
    color: #29292a
}

.site-nav--has-dropdown>a {
    position: relative;
    z-index: 6
}

.site-nav--has-dropdown:hover>a {
    color: #29292a;
    background-color: #fcfcfc;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.site-nav--has-dropdown:hover>a:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 30px;
    bottom: 0;
    display: block;
    background-color: #29292a;
    height: 1px;
    z-index: 6
}

.site-nav__dropdown {
    display: block;
    visibility: hidden;
    overflow: hidden;
    background-color: #fcfcfc;
    min-width: 100%;
    padding: 10px 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0px, -12px, 0px);
    -moz-transform: translate3d(0px, -12px, 0px);
    -ms-transform: translate3d(0px, -12px, 0px);
    -o-transform: translate3d(0px, -12px, 0px);
    transform: translate3d(0px, -12px, 0px)
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: all 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: all 300ms cubic-bezier(0.2, .06, .05, .95)
}

.site-nav__dropdown a {
    background-color: transparent;
    color: #29292a
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a:active {
    background-color: transparent;
    color: #ca9d62
}

.site-nav__dropdown-link {
    font-style: italic;
    display: block;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 1em
}

.site-nav--compress .site-nav--compress__menu {
    display: inline-block
}

.tags a {
    display: block;
    padding: 4px 15px;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.8125em;
    letter-spacing: 0.15em
}

.tags--collection {
    display: flex;
    flex-direction: column;
    max-height: 325px;
    overflow: auto;
    position: absolute;
    text-align: left;
    z-index: 1;
    max-width: 75%;
    min-width: 270px;
    margin: 0 auto 25px;
    border: 1px solid #eee;
    left: calc(50% - 135px);
    background-color: #FCFCFC
}

.tags--collection:hover li:not(.tag--active) {
    display: block
}

.tags--collection a {
    white-space: nowrap
}

@media screen and (min-width: 769px) {
    .tags--collection li {
        display: inline-block
    }
}

@media screen and (max-width: 590px) {
    .tags--collection li {
        display: block
    }
}

.tags--collection li {
    background-color: #fcfcfc;
    padding: 2px
}

.tags--collection li.tag--active {
    pointer-events: none;
    order: -1
}

.tags--collection li:not(.tag--active) {
    display: none
}

.tags--article a {
    padding-right: 15px;
    padding-left: 0
}

.tags__title {
    margin-right: 15px
}

.tag--active a {
    color: #ca9d62
}

.single-option-radio {
    border: 0;
    padding-top: 0;
    position: relative;
    background-color: #fcfcfc
}

.single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.lt-ie9 .single-option-radio input {
    position: relative;
    height: auto;
    width: auto;
    clip: initial
}

.single-option-radio label {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 1px 3px;
    font-size: 0.8125em;
    font-style: normal;
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc
}

.single-option-radio label.disabled:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #29292a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lt-ie9 .single-option-radio label.disabled:before {
    display: none
}

.single-option-radio label:active,
.single-option-radio label:focus {
    background-color: #efefef;
    border-color: #efefef
}

.single-option-radio input[type='radio']:checked+label {
    border-color: #29292a
}

.single-option-radio input[type='radio']:focus+label {
    background-color: #efefef
}

.radio-wrapper .single-option-radio__label {
    display: block;
    margin-bottom: 10px;
    cursor: default;
    font-style: normal
}

.mfp-bg {
    background-color: #fcfcfc
}

.mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
}

.mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0
}

.mfp-counter {
    display: none
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: zoom-out
}

.mfp-figure:after {
    box-shadow: none
}

.mfp-img {
    background-color: #fcfcfc
}

button.mfp-close {
    margin: 30px;
    font-size: 2.5em;
    font-weight: 300px;
    opacity: 1;
    color: #29292a
}

button.mfp-arrow {
    top: 0;
    height: 100%;
    width: 20%;
    margin: 0;
    opacity: 1;
    z-index: 1045
}

button.mfp-arrow:after,
button.mfp-arrow .mfp-a {
    display: none
}

button.mfp-arrow:before,
button.mfp-arrow .mfp-b {
    display: none
}

button.mfp-arrow:active {
    margin-top: 0
}

.mfp-chevron {
    position: absolute;
    pointer-events: none
}

.mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-chevron.mfp-chevron-right {
    right: 55px
}

.mfp-chevron.mfp-chevron-right:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-chevron.mfp-chevron-left {
    left: 55px
}

.mfp-chevron.mfp-chevron-left:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
    content: " ";
    position: absolute;
    display: block;
    border-width: 0;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -25px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent
}

.lt-ie9 .mfp-chevron:before {
    z-index: 5
}

.lt-ie9 .mfp-chevron:after {
    z-index: 2
}

.lt-ie9 .mfp-chevron-right:after {
    border-left: 25px solid #29292a;
    left: 80%
}

.lt-ie9 .mfp-chevron-right:before {
    border-left: 25px solid white;
    left: 80%
}

.lt-ie9 .mfp-chevron-left:after {
    border-right: 25px solid #29292a;
    right: 80%
}

.lt-ie9 .mfp-chevron-left:before {
    border-right: 25px solid white;
    right: 80%
}

.grid-product {
    display: flex;
    justify-content: center
}

.grid-product__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

.grid-collage .grid-product__wrapper {
    margin-bottom: 0
}

.grid-uniform .grid-product__image-wrapper {
    display: table;
    table-layout: fixed
}

.grid-product__image-link {
    position: relative;
    display: block;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out
}

.grid-product__image-link:hover,
.grid-product__image-link:focus {
    opacity: 0.9;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in
}

.lt-ie9 .grid-product__image-link:hover,
.lt-ie9 .grid-product__image-link:focus {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.grid-product__image {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: -80px
}

.is-sold-out .grid-product__image {
    opacity: 0.5
}

.grid-collage {
    margin-bottom: 30px
}

.grid-collage .grid-product__image {
    margin-top: -100px;
    padding: 20px
}

.lt-ie9 .grid-collage .grid-product__image {
    position: static;
    max-height: 90%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.grid-product__meta {
    color: #29292a;
    position: relative;
    display: block;
    padding: 13px
}

.grid-product__price-wrap {
    white-space: nowrap
}

.long-dash {
    margin: 0 4px
}

.grid-product__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: 'cinzelregular';
    font-size: 18px
}

.grid-product__vendor {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.6875em;
    margin: 1px 0
}

.grid-product__price {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.875em
}

.grid-product__price-min {
    position: relative;
    top: -1px;
    font-size: 0.625em;
    margin-left: -4px
}

.grid-product__sold-out,
.grid-product__on-sale {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 1.3;
    position: absolute;
    min-width: 50px;
    border-radius: 25px;
    top: -8px;
    left: -8px
}

.grid-product__sold-out p,
.grid-product__on-sale p {
    padding: 12px 8px 10px 9px;
    margin: 0;
    letter-spacing: 1px
}

.grid-product__sold-out sup,
.grid-product__on-sale sup {
    display: none
}

.grid-product__sold-out {
    color: #29292a;
    border: 1px solid #29292a
}

.grid-product__on-sale {
    color: #900;
    border: 1px solid #900
}

.product-description {
    max-width: 600px;
    margin: auto;
    font-family: "Source Serif Pro", serif;
    font-weight: 300;
    font-size: 18px
}

@media screen and (max-width: 590px) {
    .product-single__photos {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 55px
    }
}

.product-single__photos .slick-dots {
    background-color: #f7f7f7;
    bottom: 0;
    padding: 15px
}

.product-single__photos .slick-dots li button:before {
    background-color: #29292a;
    opacity: 0.2;
    width: 9px;
    height: 9px
}
.product-single__photos .slick-dots li.slick-active button:before {
    background-color: #29292a;
    border-color: #29292a;
    opacity: 1;
    width: 11px;
    height: 11px
}



.collection-collage__item-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.collection-collage__item-wrapper .collection-grid__item-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.25;
    background-color: #000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.lt-ie9 .collection-collage__item-wrapper .collection-grid__item-overlay:after {
    display: none
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03)
}

.collection-collage__item-wrapper .collection-grid__item-overlay:hover:after,
.collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
    opacity: 0.5
}

.collection-grid__item-link {
    display: block;
    width: 100%;
    height: 100%
}

.collection-grid__item-overlay {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.collection-grid__item-title--wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    display: table;
    table-layout: fixed;
    color: #fff;
    cursor: pointer
}

.collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto
}

.article {
    margin-bottom: -15px
}

.article__featured-image {
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    height: 400px
}

.article__featured-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 400px;
    object-fit: cover
}

.rss-link {
    font-size: 0.6em
}

.comment.last {
    margin-bottom: -15px
}

.template-password {
    height: 100vh;
    text-align: center
}

.password-page__wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background-image: url($IMG_PATH_purcari "password-page-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff
}

.password-page__wrapper a {
    color: inherit
}

.password-page__wrapper hr,
.password-page__wrapper .hr--small,
.password-page__wrapper .hr--medium,
.password-page__wrapper .hr--large {
    border-color: inherit
}

.password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent
}

.password-page__header {
    display: table-row;
    height: 1px
}

.password-page__header__inner {
    display: table-cell;
    padding: 15px 30px
}

.password-page__logo {
    margin-top: 90px
}

.password-page__logo .logo {
    width: 180px;
    max-width: 100%
}

.password-page__logo .logo--inverted {
    display: inline
}

.password-page__logo .logo--has-inverted {
    display: none
}

.password-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px
}

.password-page__hero {
    font-family: "Source Serif Pro", serif;
    font-weight: 400;
    font-size: 2.625em;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: 0;
    text-rendering: optimizeLegibility
}

@media screen and (min-width: 591px) {
    .password-page__hero {
        font-size: 3.75em
    }
}

@media screen and (min-width: 769px) {
    .password-page__hero {
        font-size: 4em
    }
}

.password-page__message {
    font-style: italic;
    font-size: 120%
}

.password-page__message img {
    max-width: 100%
}

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
    max-width: 500px;
    margin: 0 auto
}

.password-page__login-form {
    text-align: center;
    padding: 30px
}

@media screen and (min-width: 590px) {
    .password-page__login-form,
    .password-page__signup-form {
        padding: 0 30px
    }
}

.password-page__login-form .input-group,
.password-page__signup-form .input-group {
    width: 100%
}

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0
}

.password-page__signup-form__heading {
    margin-bottom: 0.8em
}

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
    display: none !important
}

.password-page__social-sharing {
    margin-top: 30px
}

.password-page__social-sharing__heading {
    margin-bottom: 0
}

.password-login,
.admin-login {
    margin-top: 15px
}

.password-login a:hover,
.admin-login a:hover {
    color: inherit
}

.password-login {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 12.8px
}

.lock-icon-svg {
    width: 12.8px;
    height: 12.8px;
    display: inline-block;
    vertical-align: baseline
}

.lock-icon-svg path {
    fill: currentColor
}

.lt-ie9 .lock-icon-svg {
    display: none
}

.admin-login {
    font-size: 95%
}

.password-page__footer {
    display: table-row;
    height: 1px
}

.password-page__footer_inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 30px;
    line-height: 24px;
    font-size: 95%
}

.shopify-link {
    color: inherit
}

.shopify-link:hover {
    color: inherit
}

.shopify-logo-svg {
    width: 82.28571px;
    height: 24px;
    display: inline-block;
    line-height: 0;
    vertical-align: top
}

.shopify-logo-svg path {
    fill: currentColor
}

.lt-ie9 .shopify-logo-svg {
    display: none
}

.modern .shopify-name {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

#purcari .main-content {
    padding-top: 0
}

.booking-explanation__message p {
    padding: 15px;
    color: #818385
}

.medals tr {
    border: 1px solid #ca9d62;
    transition: background-color .25s
}

.medals tr:hover {
    background-color: #f5f5f5
}

.medals select {
    display: block;
    margin: auto
}

.medals th {
    text-align: center;
    font-weight: bold;
    background-color: #eee;
    -webkit-font-smoothing: auto
}

.medals th:nth-of-type(1) {
    width: 28%
}

.medals th:nth-of-type(2) {
    width: 10%
}

.medals th:nth-of-type(3) {
    width: 32%
}

.medals th:nth-of-type(4) {
    width: 110px
}

.medals th:nth-of-type(5) {
    width: 20%
}

.medals td:nth-of-type(2),
.medals td:nth-of-type(4),
.medals td:nth-of-type(5) {
    text-align: center
}

.medals .gold:before,
.medals .silver:before,
.medals .bronze:before,
.medals .commended:before,
.medals .points:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background-size: cover
}

.medals .platinum:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background-size: cover
}

.medals .gold:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.7%22%20height%3D%2231.7%22%20viewBox%3D%220%200%2031.678%2031.678%22%20fill%3D%22%23efc75e%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M16%203.6h-.2C10.4%203.6%206%208%206%2013.3%206%2018.6%2010.5%2023%2016%2023s9.8-4.4%209.8-9.7c0-5.4-4.4-9.7-9.7-9.7z%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22M25.3%2021h.5c.7%200%201-.4.7-1-.3-.6%200-1.2.7-1.3.7%200%201-.5.5-1-.5-.6-.3-1.2.4-1.4.8-.2%201-.8.4-1.2-.6-.4-.5-1%200-1.3.8-.4.8-1%200-1.2-.5-.4-.6-1%200-1.5.6-.4.4-1-.3-1.2-.6-.2-.8-.8-.3-1.3.5-.6.2-1-.5-1-.7-.2-1-.7-.7-1.4.3-.5%200-1-.7-1-.7.2-1.2-.2-1-1%20.2-.6-.2-1-1-.7-.6.2-1-.2-1-1%200-.6-.5-1-1-.5-.7.4-1.3%200-1.4-.6%200-.7-.6-1-1.2-.4-.5.6-1%20.4-1.4-.3s-.8-.7-1.2%200c-.2.2-.5.4-.8.3-.2%200-.5%200-.8-.4-.3-.6-1-.5-1%200s-1%201-1.6.4c-.5-.5-1-.3-1%20.4-.2.7-.8%201-1.4.6-.6-.4-1%200-1%20.6%200%20.7-.6%201-1.2%201-.7-.4-1%200-1%20.7s-.2%201.2-1%201c-.6%200-1%20.5-.6%201%20.3.8%200%201.3-.7%201.4-.8%200-1%20.5-.5%201%20.4.6.2%201.2-.5%201.4-.7.2-.8.8-.2%201.2s.5%201-.2%201.4c-.5.4-.5%201%200%201.3.8.3.8%201%20.3%201.4-.6.5-.5%201%20.2%201.3.7.2%201%20.8.5%201.3-.5.6-.3%201%20.5%201%20.7.2%201%20.8.7%201.4-.3.6%200%201%20.7%201h.3l-4%207.4h4.3l2%203.3%204-6.6c.6-.2%201%200%201.3.6%200%20.6.7.7%201%200%20.3-.2.6-.4.8-.3.3%200%20.6%200%20.8.4.4.6%201%20.5%201.2%200%20.2-.7.7-1%201.2-.6l4%206.7%202-3.3h4.3l-4-7.4zM21%2022.5h-.2c-1.4%201-3%201.3-5%201.3-1.8%200-3.5-.4-5-1.2C7.3%2020.5%205%2017%205%2013.2%205.2%207.5%2010%202.7%2015.8%202.7c6%200%2010.7%204.8%2010.7%2010.6%200%204-2.2%207.4-5.5%209.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.medals .silver:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.7%22%20height%3D%2231.7%22%20viewBox%3D%220%200%2031.678%2031.678%22%20fill%3D%22%23dddddd%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M16%203.6h-.2C10.4%203.6%206%208%206%2013.3%206%2018.6%2010.5%2023%2016%2023s9.8-4.4%209.8-9.7c0-5.4-4.4-9.7-9.7-9.7z%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22M25.3%2021h.5c.7%200%201-.4.7-1-.3-.6%200-1.2.7-1.3.7%200%201-.5.5-1-.5-.6-.3-1.2.4-1.4.8-.2%201-.8.4-1.2-.6-.4-.5-1%200-1.3.8-.4.8-1%200-1.2-.5-.4-.6-1%200-1.5.6-.4.4-1-.3-1.2-.6-.2-.8-.8-.3-1.3.5-.6.2-1-.5-1-.7-.2-1-.7-.7-1.4.3-.5%200-1-.7-1-.7.2-1.2-.2-1-1%20.2-.6-.2-1-1-.7-.6.2-1-.2-1-1%200-.6-.5-1-1-.5-.7.4-1.3%200-1.4-.6%200-.7-.6-1-1.2-.4-.5.6-1%20.4-1.4-.3s-.8-.7-1.2%200c-.2.2-.5.4-.8.3-.2%200-.5%200-.8-.4-.3-.6-1-.5-1%200s-1%201-1.6.4c-.5-.5-1-.3-1%20.4-.2.7-.8%201-1.4.6-.6-.4-1%200-1%20.6%200%20.7-.6%201-1.2%201-.7-.4-1%200-1%20.7s-.2%201.2-1%201c-.6%200-1%20.5-.6%201%20.3.8%200%201.3-.7%201.4-.8%200-1%20.5-.5%201%20.4.6.2%201.2-.5%201.4-.7.2-.8.8-.2%201.2s.5%201-.2%201.4c-.5.4-.5%201%200%201.3.8.3.8%201%20.3%201.4-.6.5-.5%201%20.2%201.3.7.2%201%20.8.5%201.3-.5.6-.3%201%20.5%201%20.7.2%201%20.8.7%201.4-.3.6%200%201%20.7%201h.3l-4%207.4h4.3l2%203.3%204-6.6c.6-.2%201%200%201.3.6%200%20.6.7.7%201%200%20.3-.2.6-.4.8-.3.3%200%20.6%200%20.8.4.4.6%201%20.5%201.2%200%20.2-.7.7-1%201.2-.6l4%206.7%202-3.3h4.3l-4-7.4zM21%2022.5h-.2c-1.4%201-3%201.3-5%201.3-1.8%200-3.5-.4-5-1.2C7.3%2020.5%205%2017%205%2013.2%205.2%207.5%2010%202.7%2015.8%202.7c6%200%2010.7%204.8%2010.7%2010.6%200%204-2.2%207.4-5.5%209.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.medals .bronze:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.7%22%20height%3D%2231.7%22%20viewBox%3D%220%200%2031.678%2031.678%22%20fill%3D%22%23ed9d5d%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M16%203.6h-.2C10.4%203.6%206%208%206%2013.3%206%2018.6%2010.5%2023%2016%2023s9.8-4.4%209.8-9.7c0-5.4-4.4-9.7-9.7-9.7z%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22M25.3%2021h.5c.7%200%201-.4.7-1-.3-.6%200-1.2.7-1.3.7%200%201-.5.5-1-.5-.6-.3-1.2.4-1.4.8-.2%201-.8.4-1.2-.6-.4-.5-1%200-1.3.8-.4.8-1%200-1.2-.5-.4-.6-1%200-1.5.6-.4.4-1-.3-1.2-.6-.2-.8-.8-.3-1.3.5-.6.2-1-.5-1-.7-.2-1-.7-.7-1.4.3-.5%200-1-.7-1-.7.2-1.2-.2-1-1%20.2-.6-.2-1-1-.7-.6.2-1-.2-1-1%200-.6-.5-1-1-.5-.7.4-1.3%200-1.4-.6%200-.7-.6-1-1.2-.4-.5.6-1%20.4-1.4-.3s-.8-.7-1.2%200c-.2.2-.5.4-.8.3-.2%200-.5%200-.8-.4-.3-.6-1-.5-1%200s-1%201-1.6.4c-.5-.5-1-.3-1%20.4-.2.7-.8%201-1.4.6-.6-.4-1%200-1%20.6%200%20.7-.6%201-1.2%201-.7-.4-1%200-1%20.7s-.2%201.2-1%201c-.6%200-1%20.5-.6%201%20.3.8%200%201.3-.7%201.4-.8%200-1%20.5-.5%201%20.4.6.2%201.2-.5%201.4-.7.2-.8.8-.2%201.2s.5%201-.2%201.4c-.5.4-.5%201%200%201.3.8.3.8%201%20.3%201.4-.6.5-.5%201%20.2%201.3.7.2%201%20.8.5%201.3-.5.6-.3%201%20.5%201%20.7.2%201%20.8.7%201.4-.3.6%200%201%20.7%201h.3l-4%207.4h4.3l2%203.3%204-6.6c.6-.2%201%200%201.3.6%200%20.6.7.7%201%200%20.3-.2.6-.4.8-.3.3%200%20.6%200%20.8.4.4.6%201%20.5%201.2%200%20.2-.7.7-1%201.2-.6l4%206.7%202-3.3h4.3l-4-7.4zM21%2022.5h-.2c-1.4%201-3%201.3-5%201.3-1.8%200-3.5-.4-5-1.2C7.3%2020.5%205%2017%205%2013.2%205.2%207.5%2010%202.7%2015.8%202.7c6%200%2010.7%204.8%2010.7%2010.6%200%204-2.2%207.4-5.5%209.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.medals .commended:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.7%22%20height%3D%2231.7%22%20viewBox%3D%220%200%2031.678%2031.678%22%20fill%3D%22%230971b8%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M16%203.6h-.2C10.4%203.6%206%208%206%2013.3%206%2018.6%2010.5%2023%2016%2023s9.8-4.4%209.8-9.7c0-5.4-4.4-9.7-9.7-9.7z%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22M25.3%2021h.5c.7%200%201-.4.7-1-.3-.6%200-1.2.7-1.3.7%200%201-.5.5-1-.5-.6-.3-1.2.4-1.4.8-.2%201-.8.4-1.2-.6-.4-.5-1%200-1.3.8-.4.8-1%200-1.2-.5-.4-.6-1%200-1.5.6-.4.4-1-.3-1.2-.6-.2-.8-.8-.3-1.3.5-.6.2-1-.5-1-.7-.2-1-.7-.7-1.4.3-.5%200-1-.7-1-.7.2-1.2-.2-1-1%20.2-.6-.2-1-1-.7-.6.2-1-.2-1-1%200-.6-.5-1-1-.5-.7.4-1.3%200-1.4-.6%200-.7-.6-1-1.2-.4-.5.6-1%20.4-1.4-.3s-.8-.7-1.2%200c-.2.2-.5.4-.8.3-.2%200-.5%200-.8-.4-.3-.6-1-.5-1%200s-1%201-1.6.4c-.5-.5-1-.3-1%20.4-.2.7-.8%201-1.4.6-.6-.4-1%200-1%20.6%200%20.7-.6%201-1.2%201-.7-.4-1%200-1%20.7s-.2%201.2-1%201c-.6%200-1%20.5-.6%201%20.3.8%200%201.3-.7%201.4-.8%200-1%20.5-.5%201%20.4.6.2%201.2-.5%201.4-.7.2-.8.8-.2%201.2s.5%201-.2%201.4c-.5.4-.5%201%200%201.3.8.3.8%201%20.3%201.4-.6.5-.5%201%20.2%201.3.7.2%201%20.8.5%201.3-.5.6-.3%201%20.5%201%20.7.2%201%20.8.7%201.4-.3.6%200%201%20.7%201h.3l-4%207.4h4.3l2%203.3%204-6.6c.6-.2%201%200%201.3.6%200%20.6.7.7%201%200%20.3-.2.6-.4.8-.3.3%200%20.6%200%20.8.4.4.6%201%20.5%201.2%200%20.2-.7.7-1%201.2-.6l4%206.7%202-3.3h4.3l-4-7.4zM21%2022.5h-.2c-1.4%201-3%201.3-5%201.3-1.8%200-3.5-.4-5-1.2C7.3%2020.5%205%2017%205%2013.2%205.2%207.5%2010%202.7%2015.8%202.7c6%200%2010.7%204.8%2010.7%2010.6%200%204-2.2%207.4-5.5%209.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.medals .points:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.7%22%20height%3D%2231.7%22%20viewBox%3D%220%200%2031.678%2031.678%22%20fill%3D%22%23ff0000%22%3E%0D%0A%20%20%3Cpath%20d%3D%22M16%203.6h-.2C10.4%203.6%206%208%206%2013.3%206%2018.6%2010.5%2023%2016%2023s9.8-4.4%209.8-9.7c0-5.4-4.4-9.7-9.7-9.7z%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22M25.3%2021h.5c.7%200%201-.4.7-1-.3-.6%200-1.2.7-1.3.7%200%201-.5.5-1-.5-.6-.3-1.2.4-1.4.8-.2%201-.8.4-1.2-.6-.4-.5-1%200-1.3.8-.4.8-1%200-1.2-.5-.4-.6-1%200-1.5.6-.4.4-1-.3-1.2-.6-.2-.8-.8-.3-1.3.5-.6.2-1-.5-1-.7-.2-1-.7-.7-1.4.3-.5%200-1-.7-1-.7.2-1.2-.2-1-1%20.2-.6-.2-1-1-.7-.6.2-1-.2-1-1%200-.6-.5-1-1-.5-.7.4-1.3%200-1.4-.6%200-.7-.6-1-1.2-.4-.5.6-1%20.4-1.4-.3s-.8-.7-1.2%200c-.2.2-.5.4-.8.3-.2%200-.5%200-.8-.4-.3-.6-1-.5-1%200s-1%201-1.6.4c-.5-.5-1-.3-1%20.4-.2.7-.8%201-1.4.6-.6-.4-1%200-1%20.6%200%20.7-.6%201-1.2%201-.7-.4-1%200-1%20.7s-.2%201.2-1%201c-.6%200-1%20.5-.6%201%20.3.8%200%201.3-.7%201.4-.8%200-1%20.5-.5%201%20.4.6.2%201.2-.5%201.4-.7.2-.8.8-.2%201.2s.5%201-.2%201.4c-.5.4-.5%201%200%201.3.8.3.8%201%20.3%201.4-.6.5-.5%201%20.2%201.3.7.2%201%20.8.5%201.3-.5.6-.3%201%20.5%201%20.7.2%201%20.8.7%201.4-.3.6%200%201%20.7%201h.3l-4%207.4h4.3l2%203.3%204-6.6c.6-.2%201%200%201.3.6%200%20.6.7.7%201%200%20.3-.2.6-.4.8-.3.3%200%20.6%200%20.8.4.4.6%201%20.5%201.2%200%20.2-.7.7-1%201.2-.6l4%206.7%202-3.3h4.3l-4-7.4zM21%2022.5h-.2c-1.4%201-3%201.3-5%201.3-1.8%200-3.5-.4-5-1.2C7.3%2020.5%205%2017%205%2013.2%205.2%207.5%2010%202.7%2015.8%202.7c6%200%2010.7%204.8%2010.7%2010.6%200%204-2.2%207.4-5.5%209.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.medals .platinum:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAYAAAD7PHgWAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAuIwAALiMBeKU/dgAABCZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjMwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MzAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjM2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6U2VxLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNjoxMDoyOCAxNDoxMDo5OTwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjQuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KThw/6gAACeFJREFUWAmlWGtwVdUVXnuf101yA4mRRyggCSpoAoQSk3acqVKdojxqfYBCQNFOFYyPztDWGfVH/nTamWKnOkqEUBUfaHF8ojFQFdpawEiNkAQpQdAEAwRJII+bex577377xGB6c2+AuH/ce84+e33rO2uvvR6H0fcYSim2b98Xk4mCAqVknlSyXCliBudPMsYPe0zuK7rssoOMMTVcNWw4grt21Y/JGGHdRlItArEZlmVlGIZBrusBTpHjOCSEoCDwexjxPZh7VSnx8rRp046fr77zIrh7927LcdJWMM5/Y9v2xD4SApQ0TCKUnlVkmAaZIO95bouSarXr9lYWFxf750o0ETWl3J49e8Zzbq21HXuu7/skZR+noLeDvO5W8mPfkAxioTw308lKv5Ds6Dgy07K1UYlzIliafM97LxbrvqekpKQlpbIBD86JYF3dvkssm96wbaegNx4nxrCdp5up6+jH5HYcIuH3ADLRzRgZVgY52fmUmVtCzsiLCNtMkUiEfNfdFwTejUVFRQcGcEl6eVaCjY2NYyWxrZZpTXM9n5TwqbN5O8jV4toDWRO7mwpGkZIBTo1N0dwraOTE2bi2yLG1Jf0G16WfFRdffjQps28nYfjUA6fU8IVc49hOSE4GvXRy/ybqbPkXDAba3BqCnMZlfWuwtqvlo1BWY+gXdSJOoWmLNVpHagZwjaEeNjTsWxxxIjfqbYWDUfuBt6j35H9Diww+FEMhgSisqGXbD7wZYmlMYP9i797GsqEkUxLE1kYR1x6ROA3a5zq/3gEFn39LbijI1M/6SO6nziM7QkyNTUw9rHWlkkpJ0JdyruNEpgaBwAk9QV1f7+rzt1RI5zivfbardRcw2xAnBWJmZIov2bxU4ikJcsVvQQbAGxrUc/wzkvqkpjwMqeCTzANDY2lMja11YGZhkpXhVFKC+/fvz8T5K/X9AK4Xp3h7UwiWCuS850GsF5gaW+tAhCppamoakQwnKUFkiAmQypVIrMI9RUG8I3zTZADDmUOeJhEHrtuBbBnGz7GxWGxiMqykBH2lxhiGqWMIQDqRNXRmShXrksGefU5jCmBrXORxi0xzdDKppAS55Glc5yYMpcn1vWUy+eHPAVMHfT20LuXL9GRgSQkq5bthCIAE40NlimSQ5zinz5/GxkCwBkkDwXbwSEqQMbsNfhh6r2FnQrgPaLD48Gd0FjKcTAAohJsggF+2JUNLSlCIeAteqo3jLc1IFoBG6r1OJj+8OWCZwDQj2aR1wJZtSnlJqxtes37hBYlaZs6ceQpy/zFNk3TpFMmeHFYiieuGex9WNVn5IbbWgWzy6fTp0zsS8d7fcHuOKYW1Ysv6ZdF4r//kDfe/0jpg0WsIogu05TLGFCGw1uESu/69TzP8zYhQxtiZ4a7oNIrO4fUBeqlm7dJcw2Dl8XggTZLsH4qrDwyLX139dNnjRjp/Z87tL/QwJt+Ox90vTdOYpAvP6NhZqGI++l65WJPQJzc6oTQsZg04WDweb+YkUUEQbXl+WYaIyfmBkg8yxX8I6tfy2uOX7EROfN5g7FKEzHI/Ju6rfuJ6R5tcklqtt0BvyYiJV5GTldcXdjTaMIYOWRpjJLA0psZGovuT1rVp00Jb9KLpIlmuuQSBfOHjo1N28IqKChnLCe6DvtVwWBeSmczOvkbrj6Y56/GGH0bQBDHDoZwpN5OTOeFM/DofjtpyNmRzptwUYmlMlFzb09LsqlDXKfsahJtMzpgL1o8xv+M+zS08Q/2KKiquNq/MHZXhSuNmdBC181e+0FBfXz8ZfvKBYZoXeb4IE/2pQ1uo50R9nw+dJQSFfouCIGPUNMrKv4442gDbMnRoafZcdc2sWQUHa9YtLpDESy3lvWYePdEzu2K7dvZwhAS3gVh37vjpEc56FeKfEjIeGMbSwBcb9MEByWLErdfhjxN0NaxHHMVnVyt6kq4jsKgbzn13gPr6E211J3M8RceVUlrOlHCNLvfhUkd8Fdw0s7DwE30ghFLLTSFeREMdYcixcanSokeP7NVEQ4LYfyPabr1kmPwWIVQ95+wYfOBzvLiNQ/zn+fduPPRpY+PlNrFn0TiVuGgmcBbhj6gVe46R29lCfu8JWHdgVzeKnBETyMoYE2YMlFRhv+x5fi1e/K6iooLGt6uW5RlCrELM9SyLT4XuXNNghV4g34hd4C9etOhVcWaL331q4Vhm2c8YnF2JQrcLD74SUm6CP+RLRVsWrNhY3dqq0k927H8Ejn2vbVtZuv0UePhd59Bnue8sKQl4Ybvpet5pVB1rpMz5/YwZY3uq15RdL7m8HlhfYM0idNEXISVnSqF2yMC6c175c8e0yc8Q1DehJU+bV3Hil6HG+Cbe4293ZdCZkW6twmNHun7Vggdfba5vap7M/NivYMIb8faXoIlHyESbjhs9+q89z1O4bsLEm0yZVQUFFx/c8tQNEwIj4258DPEE73rMlllRMuVsELkQu/L5zq9b/lmR6IMhaoqfreuWFJHB8gJPFUPbxQgDjcrtfm7Bg5ubtx1WkTG9B4sQMookyXzsIrp0DE4o9OgwAvBnJzOn1s3OY/HNj1870YiMvgNzhfhUc9A02e7AE1/OXflKXQrV4fT/WXDgws2VS0rgD79mnM3AJwuBbWjzA1GLMFAHi8zlxL5Bx75hzsq/NQyUS7x+p/LWQpR7d8C8o1AhVWMrZ9gWL4VrjAY2YjHtoUD+5bqVG2sTZfX9IILVT5SNIEf9EURW4nR52IouAOXg/nAg5PIxLLqzg8eu9CWiPKcfaR/yhFwNH20aqKBm/dKLEYt/y7iaDGvuIlN90Nni/zt9tFOKUngD3CEPhNvxslEEZhuEn2Yee2juAy/pKvbMGFTNdAcedLMGMN8K5Qe4wRrh5496UpSgnom2G707BdFDsGqeL9gqbG2txdnad9cueaAfFSnzfjyvAsYnvghWoayfRJL/buQPnJ34VDfCPy1K4K6PGoxDD8PnD/Z3EG3Quvsx+v8HWbD/gf7X8bE/aL6z5rafc8N4GcfgK9Pg2YEQH/Zk+7frULDt2eVZMdd/GFZJg6X1UYmD4B8QnnQKM9LbrQ22ya/1hWrHVk8C9OJ5Kza+lahD3yeOIQnqxUg3/IpxB8oM4lWWyR19TtGJva5cdmfidrxbuWQ7Sic+b8XLPxmo6K2/3pVpBfFnbcu8WSv0A6kr9rtrj136ok5nA9cmXg/a4sQFP87/Ig3Beg6C9yF8p6nxPbGsK9tflEiuunLxTyGbTopF3nu6LMzl/Vg3/PKZru73/Vu9IFjq+6IGvnsIZp5z+ajGpH1Iv5z+P6sF+xfvXnu3VXzPukE+0v98c+XSqzkLvxoi9ZExv3zjtv5nif9nwxq4/n+ls7opjAOATgAAAABJRU5ErkJggg==")
}

.hide-prices [itemprop="offers"] {
    display: none
}

.hide-prices [itemprop="offers"]+.hr--small {
    display: none
}

.hide-prices .product-single__form {
    display: none
}

.hide-prices .product-single__form+.hr--small {
    display: none
}

#form-success+.form-success {
    display: none
}

#form-success+.form-success:target {
    display: block
}
.red-background {
    width: 400px;
    height: 400px;
    background-color: red
}

.chateau-section-title {
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #ca9d62;
    opacity: .4;
    font-size: 140px;
    letter-spacing: 53px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px
}
.all-wines{
    text-align: center;
}
@media (max-width: 1024px) {
    .chateau-section-title {
        text-align: center;
        font-size: 16vw;
        letter-spacing: 2.4vw
    }
}

@media (min-width: 1024px) {
    .tabs-container {
        height: 500px
    }
}

#chateau-section {
    position: relative;
    margin: auto;
    max-width: 1024px;
    min-height: 500px
}

#chateau-section .tabs {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px
}

#chateau-section .tabs li {
    display: inline-block
}

#chateau-section .tabs li:not(:last-child) {
    margin-right: 16px
}

@media (min-width: 600px) {
    #chateau-section .tabs li:not(: last-child) {
        margin-right: 52px
    }
}

#chateau-section .tabs li a {
    transition: border 0.2s, color 0.2s ease-in;
    border-bottom: 1px solid #fcfcfc;
    display: block;
    padding: 5px 6px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
}

#chateau-section .tabs li a.is-active {
    border-bottom: 1px solid #8b572a;
    color: #8b572a
}

#chateau-section .tab-content {
    display: none;
    max-width: 1200px;
    margin: 0 auto
}

#chateau-section .tab-content.is-active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #chateau-section .tab-content.is-active {
        flex-direction: column;
        align-items: center
    }
}

#chateau-section .imaged-background {
    width: 100%;
    height: 400px;
    margin-top: 2em;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.2)
}

@media (min-width: 1025px) {
    #chateau-section .imaged-background {
        width: 50%
    }
}

#chateau-section .tab-text {
    text-align: left;
    font-family: 'Source Serif Pro', serif;
    display: inline-block;
    font-size: 16px;
    max-width: 400px;
    margin: 0 40px;
    line-height: 2
}

#chateau-section .tab-text p {
    margin: 28px 0
}

#chateau-section .tab-text a {
    right: 0;
    transition: color 0.2s ease-out;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #CA9D62;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    padding: 12px 12px;
    line-height: 1.42;
    text-decoration: none;
    vertical-align: middle;
    background-color: #fcfcfc;
    transition: color 0.2s, background-color 0.2s ease-in;
    border: 1px solid #ca9d62
}

#chateau-section .tab-text a:hover {
    background-color: #ca9d62;
    color: #fcfcfc
}
.section-header-wines {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    color: #981C00;
    opacity: .4;
    font-size: 154px;
    letter-spacing: 88px;
    margin: 50px 0 -50px 0
    font-weight: bold
}

@media (max-width: 1024px) {
    .section-header-wines {
        text-align: center;
        margin: 50px 0 0 0;
        font-size: 16vw;
        letter-spacing: 6.6vw
    }
}
.section-title-contact {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    color: #981C00;
    opacity: .4;
    font-size: 156px;
    letter-spacing: 40px;
    font-weight: bold;
    margin: 50px 0 0 0
}

@media (max-width: 1024px) {
    .section-title-contact {
        text-align: center;
        margin: 50px 0 5% 0;
        font-size: 16vw;
        letter-spacing: 2.4vw
    }
}

#contact.container {
    text-align: center
}

#contact.container>.btn {
    display: inline-block
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center
}

@media (max-width: 720px) {
    .contact {
        flex-direction: column
    }
}

.contact .contact-cards {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.contact .map {
    margin: 66px 10px;
    text-align: left;
    z-index: 200
}

@media (max-width: 720px) {
    .contact .map {
        text-align: center
    }
}

.contact .map a {
    transition: color 0.2s ease-out;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    color: #CA9D62;
    font-size: 0.875em;
    letter-spacing: 0.1em
}

.contact .map a:hover {
    color: #8b572a
}

.contact-cards__card {
    position: relative;
    text-align: left;
    padding: 20px;
    background-color: #fcfcfc;
    margin: 0 12px 24px 12px !important;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

.contact-cards__card h2 {
    margin-bottom: 16px;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    color: #CA9D62;
    text-align: left
}

.contact-cards__card p {
    font-family: 'Source Serif Pro', serif;
    font-size: 14px;
    color: #29292A;
    line-height: 24px;
    margin: 12px 0 0 0
}

.contact-cards__card ul {
    margin: 0;
    list-style: none
}

.contact-cards__card .phone,
.contact-cards__card .email {
    font-family: 'montserratlight', sans-serif;
    font-size: 12px;
    color: #818385;
    line-height: 28px
}

.contact-cards__card .email {
    right: 20px;
    bottom: 20px
}

@media (min-width: 820px) {
    .contact-cards__card .email {
        position: absolute
    }
}

#gmap_canvas {
    pointer-events: none
}

.contact-form-header {
    margin: 40px 10px
}
.section-title-news {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #CA9D62;
    opacity: .4;
    font-size: 154px;
    letter-spacing: 50px;
    font-weight: bold;
    margin: 0px 0 0 0
}

@media (max-width: 1024px) {
    .section-title-news {
        text-align: center;
        margin: 0px 0 5% 0;
        font-size: 16vw;
        letter-spacing: 3.6vw
    }
}

.section-title-wineblog {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #981C00;
    opacity: .4;
    font-size: 154px;
    letter-spacing: 17px;
    font-weight: bold;
    margin: 50px 0 0 0
}

@media (max-width: 1024px) {
    .section-title-wineblog {
        text-align: center;
        margin: 50px 0 5% 0;
        font-size: 16vw;
        letter-spacing: 1.0vw
    }
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

.news .news-item {
    margin: 0 12px 24px 12px;
    width: 100%;
    max-width: 376px;
    min-height: 500px;
    height: 100%;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

@media (max-width: 720px) {
    .news .news-item {
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }
}


.news .news-item .news-item__image {
    display: block;
    width: 100%
}

.news .news-item .news__content {
    padding: 20px
}

.news .news-item .news__content p {
    font-size: 16px
}

.news .news-item .news-item__title {
    font-family: 'Source Serif Pro', cursive;
    color: #29292a;
    text-transform: none;
    font-size: 18px;
    letter-spacing: .2px;
    line-height: 28px;
    font-weight: 600
}

.news .news-item .news-item__title a {
    color: #29292a
}

.news .news-item time {
    font-family: 'montserratlight', sans-serif;
    font-size: 12px;
    color: #818385;
    line-height: 28px;
    position: absolute;
    float: left;
    bottom: 23px;
}

.news .news-item .continue {
    position: absolute;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    right: 20px;
    bottom: 25px;
    font-family: Montserrat,sans-serif;
}

.news .btn {
    margin: 0 20%;
    padding: 12px 21px;
    margin-top: 30px
}

.fr-view .wrap_corporate  .text-link {
    border-bottom: none;
}

.wrap_corporate p{
    font-family: Montserrat,sans-serif;
    text-align: center;
}
.wrap_corporate p a {
    color: #000;
}
@media (max-width: 720px) {
    .news .btn {
        margin-top: 24px
    }
    .fr-view .wrap_corporate p{
        margin-left: 0px;
        text-align: center;
        font-family: Montserrat,sans-serif;
    }
}

.public_offers_arrow  {
    display: flex;
    flex-direction: column;
    max-height: 325px;
    position: absolute;
    text-align: center;
    z-index: 1;
    max-width: 75%;
    min-width: 270px;
    margin: 0 auto 25px;
    left: calc(50% - 135px);
    background-color: #FCFCFC;
}
.ie8 .public_offers_arrow select{padding-right:3px}
.public_offers_arrow ::-ms-expand {
 display: none;
}
.public_offers_arrow:after{
    content: "";
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    margin-top: 15px;
    height: 0;
    width: 0;
    border-top: 6px solid #CA9D62;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.public_offers_arrow .public_offers_select {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #CA9D62;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    flex-direction: column;
    max-height: 325px;
    overflow: auto;
    position: absolute;
    text-align: center;
    z-index: 1;
    max-width: 75%;
    min-width: 270px;
    margin: 0 auto 25px;
    left: calc(50% - 135px);
    background-color: #FCFCFC;
}
.public_offers_agree .text-link {
    border: 3px solid #ca9d62;
    padding: 2px 20px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}
.public_offers_agree .text-link:hover {
    border: 3px solid #8b572a;
}
.public_offers_agree .text-link span {
    padding-left: 10px;
}
.agree-offer {
    float: left;
}
.disagree-offer {
    float: right;
}
.public_offers_popup {
    font-family: Montserrat,sans-serif;
    background-color: #ca9d62;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    width: 90%;
    padding: 40px;
    max-width: 470px;
    position: absolute;
    top: 60px;
    overflow: hidden;
    left: 50%;
    -ms-transform: translateX( -50%);
    -webkit-transform: translateX( -50%);
    transform: translateX( -50%);
    z-index: 100;
    display: none;
}

.access-denied {
    display: block!important;
}
.public_offers_popup_close {
    width: 27px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff!important;
    font-size: 30px;
}
.public_offers_to_main {
    margin: auto;
    display: block;
    text-align: center;
    max-width: 380px;
}
.public_offers_documents_left, .public_offers_documents_right {
    display: inline-block;
}
.public_offers_documents_left {
    font-family: Montserrat,sans-serif;
    width: 79%;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 0!important;
    font-size: 15px;
}
.public_offers_documents_right {
    width: 20%;
    text-align: center;
}
.public_offers_confirm .grid {
    text-align: justify;
}
.public_offers_confirm .rte h2 {
    text-align: justify;
}
.public_offers_confirm_page .rte h2 {
    font-size: 14px;
}
.public_offers_confirm_page_paragraph {
    font-size: 14px;
}
.public_offers_confirm_page_paragraph_bold {
    font-weight: bold;
}
@media (max-width: 768px) {
    .public_offers_documents_left {
        width: 74%;
    }
    .public_offers_documents_right {
        width: 24%;
    }

}
@media (max-width: 500px) {
    .public_offers_documents_left, .public_offers_documents_right {
        display: block;
    }
    .public_offers_documents_left {
        margin-bottom: 10px!important;
        width: 100%;
    }
    .public_offers_documents_right {
        width: 100%;
        margin-bottom: 25px!important;
        text-align: center;
    }
    .agree-offer, .disagree-offer {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
}
#limited{
    color #29292a
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    font-family: "Source Serif Pro",serif;
}
#limited>h1{
    margin-left: 40%;
    font-weight: 600;
    text-transform: capitalize;
    color: #3f3f40;
    letter-spacing: 1px;
}
#limited>div{
    margin-left: 25%
}
#limited>div:last-child{
    margin-top: 30px
}

@media screen and (max-width: 769px) {
    #limited>div{
        margin-left: 15%;
    }
    #limited>h1{
        margin-left: 35%;
    }

}
@media only screen and (min-width: 769px) {
    .public_offers_confirm_granted .push--large--one-tenth {
        left: 0;
    }
    .public_offers_confirm_granted .large--four-fifths {
        width: 100%;
    }
}
.public_offers_confirm_granted .public_offers_agree .text-link {
    padding: 2px 5px;
    padding-left: 10px;
}
.public_offers_country .rte h2 {
    text-align: center;
}
.public_offers_country_h2 {
    text-transform: none!important;
}
.public_offers_country_h1 {
    font-size: 36px;
}
.public_offers_confirm_granted_span {
    font-size: 36px;
}
.fr-view img.fr-dib {
    display: initial!important;
    float: none;
    vertical-align: top;
}
 /* cart */
.table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.cart_info .table.table-condensed tr.row-price td{
    padding-top: 0;
    padding-bottom: 0;
}
.cart_info .table tr td{
    vertical-align: inherit;
}
.row-price>td{
border-top: 0 none !important;
}
.cart_info .cart_total_price{
    text-align: right;
    line-height: 1.7;
    font-size: 18px;
    padding-right: 19px;

}
.cart_info .cart_total_price span:not(.cart_price_unit):not(.shipping){
    width: 126px;
    display: inline-block;
}
.cart_info .cart_total_price .cart_price_unit{
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
}
.row-price:last-child .cart_total_price span{
    color: #8b572a    ;
}
#instafeed .small-insta{
        display: none;
}
 #instafeed iframe{
     min-height: 350px
 }
@media (max-width: 990px) {
    #instafeed .small-insta{
        display: block;
        margin: 0 auto;
    }
    #instafeed iframe{
        min-height: 200px;
    }
    #instafeed .big-insta{
        display: none;
    }
}
