/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
    font-size: 53%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    height: 100%;
    color: #29180C;
    background-color: #F9F7FF;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.form-group {
    margin-bottom: 2rem;
}

textarea.form-control {
    padding: 1rem 2rem;
    color: #fff;
}

.form-control {
    height: 5rem;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 2rem;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 10rem 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: "Montserrat";
}

h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: normal;
}

button {
    background-color: transparent;
    border: 0;
    outline: none;
}

.heading {
    margin: 0 0 4rem 0;
    font-size: 5rem;
    line-height: 6.2rem;
    color: #135E71;
}

.sub-heading {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    color: #135E71;
}

.cta {
    text-transform: uppercase;
    padding: 0 7rem;
    height: 5.4rem;
    line-height: 5.2rem;
    display: inline-block;
}

.primary {
    background-color: #36A19A;
    border: 2px solid #36A19A;
    color: #fff;
}

.primary:hover {
    color: #fff;
    background-color: #308e88;
    border-color: #308e88;
}

.secondary {
    background-color: #135E71;
    border: 2px solid #135E71;
    color: #fff;
}

.secondary:hover {
    color: #fff;
    background-color: #0f4f5f;
}

.outline {
    text-transform: uppercase;
    border-radius: .6rem;
    color: #fff;
    padding: 0 3rem;
    height: 4.6rem;
    line-height: 4.2rem;
    display: inline-block;
}

.light {
    border: 2px solid #fff;
    color: #fff;
}

.light:hover {
    color: #fff;
}

.intro {
    position: relative;
}

.back {
    border: 1px solid #135E71;
    padding: 0 7rem;
    height: 5.4rem;
    line-height: 5.2rem;
    font-size: 1.4rem;
    color: #135E71;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    right: 15px;
}

.back:hover {
    color: #135E71;
    opacity: .7;
}

/*.container-fluid {*/
/*    max-width: 170rem;*/
/*}*/

main {
    position: relative;
    overflow: hidden;
}

.intro {
    background: url("../imgs/intro-bgr.jpg") center center no-repeat;
    background-size: cover;
    min-height: 80rem;
    padding: 2rem 1.5rem;
}

.intro .wine {
    position: absolute;
    top: 3rem;
    width: 46rem;
    left: 50%;
    margin-left: -23rem;
}

.intro .wine-mb {
    height: 45rem;
    margin: 0 auto;
}

.intro h1 {
    font-size: 4.6rem;
    line-height: 6rem;
    color: #135E71;
    text-align: center;
    text-transform: uppercase;
    margin: 15rem 0 2.5rem 0;
}

.intro .cta {
    margin: 0 auto;
    display: table;
}

.seewines-logo {
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
}

.seewines-logo img {
    height: 3.5rem;
}

.family {
    background: url("../imgs/family-bgr.jpg") right center no-repeat;
    background-size: cover;
}

.family p {
    color: #1F4853;
}

.heritage {
    background: url("../imgs/heritage-bgr.jpg") right center no-repeat;
    background-size: cover;
}

.heritage p {
    color: #1F4853;
    padding-left: 3rem;
}

.heritage .heading {
    padding-left: 3rem;
}

.heritage-icon {
    height: 12rem;
    margin: 0 0 3.5rem 0;
}


.original {
    background: url("../imgs/original-bgr.jpg") right bottom no-repeat;
    background-size: cover;
}


.recipe {
    background-color: #ECF9F5;
}

.recipe .heading {
    text-align: center;
    margin-bottom: 2rem;
}


.product-characteristics {
    text-align: center;
    padding: 5rem 0;
    border-top: 2px solid #C8E0DF;
    border-bottom: 2px solid #C8E0DF;
    margin: 4rem 0;
}

.product-characteristics span {
    text-transform: uppercase;
    color: #000000;
}

.product-characteristics ul {
    display: inline-block;
    margin-left: 10px;
    height: 20px;
    position: relative;
    top: 3px;
}

.product-characteristics ul li {
    display: inline-block;
    width: 14px;
    height: 18px;
    background-size: 100% !important;
    margin: 0 1px;
}

.product-characteristics ul li.fill {
    background: url("../imgs/icons/drop-fill.svg") center center no-repeat;
}

.product-characteristics ul li.empty {
    background: url("../imgs/icons/drop.svg") center center no-repeat;
}


.product-additional-info {
    text-align: center;
    margin: 8rem 0 0 0;
    padding-bottom: 8rem;
}

.product-additional-info .info-box {
    display: inline-block;
    margin: 0 1.5rem;
}

.product-additional-info .info-box .val {
    font-size: 1.6rem;
    line-height: 2rem;
}

.product-additional-info .lab {
    text-transform: uppercase;
    color: #000000;
}

.product-additional-info img {
    margin: 1rem 0;
    max-height: 4.5rem;
}

.hint {
    text-align: center;
}

.hint span {
    color: #135E71;
    font-size: 2.4rem;
    line-height: 1.5;
    display: block;
    margin: 0 0 3rem 0;
}


.sort {
    text-align: center;
    margin: 0 0 5rem 0;
}

.sort .lab {
    text-transform: uppercase;
    margin: 0 0 .8rem 0;
}


.region {
    text-align: center;
}

.region .lab {
    text-transform: uppercase;
    margin: 0 0 .8rem 0;
}

.region .val {
    z-index: 2;
    position: relative;
}

.region .flag {
    margin-right: 4rem;
}

.region .country {
    position: relative;
    top: -20px;
    z-index: 1;
}


.aromas {
    text-align: center;
}

.aromas h3 {
    color: #1F4853;
    text-transform: uppercase;
}

.aroma {
    margin-top: 2rem;
}

.aroma .val {
    color: #1F4853;
}


.select-product {
    background-color: #E2F7F1;
    position: relative;
    padding-bottom: 5rem;
}

.select-product:after {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    display: block;
    z-index: 1;
}

.select-product .product-item img {
    max-height: 70rem;
    width: initial;
    margin: 0 auto;
    display: block;
}

.select-product .product-item .heading {
    color: #1F4853;
    margin-bottom: 2rem;
}

.select-product .product-item .product-meta {
    color: #4F5E63;
}

.select-product .product-item .product-info {
    color: #1F4853;
}

.select-product .product-item .product-price {
    color: #5AA29F;
    font-size: 3rem;
    line-height: 1.5;
    margin: 0 0 2rem 0;
}

.select-product h5 {
    text-align: center;
    margin: 0 0 1rem 0;
    color: #515151;
}

.select-product .bot-info {
    margin: 0 0 2.5rem 0;
}

.select-product .bot-info img {
    height: 2.5rem;
    display: inline-block;
    width: initial;
    margin: 0 1rem 0 0;
    position: relative;
    top: -2px;
}

.select-product .bot-info span {
    color: #515151;
}

.select-product .bot-info .bot {
    background-color: #fff;
    padding: 1.3rem 3rem;
    text-align: center;
    margin: 0 0 .5rem 0;
    border: 1px solid #fff;
    cursor: pointer;
}

.select-product .bot-info .bot:hover {
    border-color: #c0d1cc;
}

.select-product .bot-info .bot.selected {
    border-color: #36a19a;
}

.select-product .qty-holder {
    border: 1px solid #B8C9C4;
    position: relative;
}

.select-product .qty-holder .minus {
    position: absolute;
    left: 0;
    width: 5rem;
    height: 5.3rem;
}

.select-product .qty-holder .plus {
    position: absolute;
    right: 0;
    width: 5rem;
    height: 5.3rem;
}

.select-product .qty-holder input {
    border: 0;
    background: none;
    width: 100%;
    text-align: center;
    height: 5.3rem;
}

.select-product .cta {
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
}

.select-product .owl-thumbs {
    text-align: center;
    margin: 0 0 5rem 0;
}

.select-product .owl-thumb-item {
    margin: 0 3rem;
    opacity: .2;
}

.select-product .owl-thumb-item.active {
    opacity: 1;
}

.select-product .owl-thumb-item img {
    height: 18rem;
}


.testimonials {
    box-shadow: 0px 2px 25px 5px #8c8c8c38;
    padding: 2.5rem;
    margin: 5rem 0 0 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.testimonials .testimonials-holder {
    border: 2px solid rgba(19, 94, 113, .13);
    padding: 4rem 6rem;
}

.testimonials .heading {
    text-align: center;
}

.testimonials .testimonial-fragment {
    position: absolute;
    bottom: -25px;
    left: -40px;
    height: 100px;
}

.testimonials a {
    border: 1px solid #36A19A;
    padding: 0 7rem;
    height: 5.4rem;
    line-height: 5.2rem;
    font-size: 1.4rem;
    color: #36A19A;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto;
    display: table;
}

.testimonials a:hover {
    opacity: .7;
}

.testimonials .testimonial {
    background-color: #F3FCF9;
    padding: 4rem 2.5rem;
}

.testimonials .testimonial .author {
    color: #1F4853;
}

.testimonials .testimonial p {
    color: #1F4853;
    font-weight: lighter;
}

.testimonials .testimonial ul {
    margin: 0 0 1.5rem 0;
}

.testimonials .testimonial ul li {
    display: inline-block;
    color: #79DCDB;
    margin-right: .3rem;
}


/*owl*/
.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav button .fa {
    font-size: 6rem;
    line-height: 6rem;
    height: 6.3rem;
    display: block;
    color: #B0B4B5;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -5rem;
    margin-top: -3.2rem;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -5rem;
    margin-top: -3.2rem;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #869791;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}


footer {
    text-align: center;
    padding: 5rem 0 8rem;
    background-color: #fff;
}

footer img {
    height: 3.5rem;
    margin: 0 0 .4rem 0;
}

footer .src {
    margin: 0 0 2.5rem 0;
}
