/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #000000;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    outline: 0;
    text-decoration: none;
}

p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

main {
    position: relative;
    overflow: hidden;
}

.heading {
    margin: 0 0 30px 0;
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.button {
    border: 0;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    outline: none;
    font-weight: bold;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button:hover {
    opacity: .7;
}


.intro {
    position: relative;
}

.intro .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 2;
    margin-left: -60px;
    width: 120px;
    border-right: 5px;
}

.intro .secondary-logo {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

.intro .intro-text {
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    top: 40%;
    text-align: center;
}

.intro .intro-text h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
}

.intro .intro-text h1 span {
    display: block;
}


.about {
    text-align: center;
    background: url("../imgs/about-product.jpg") center center no-repeat;
}

.about h3 {
    color: #fff;
}

.about p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: "Old Standard TT";
}

.about h5 {
    color: #6D6D6D;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: bold;
}


.select-product {
    position: relative;
    background: url("../imgs/select-product-bgr.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.select-product .heading {
    text-align: center;
    color: #fff;
}


.product-additional-info {
    text-align: center;
    background: url("../imgs/product-additional-info-bgr.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 100px 0 500px;
}

.product-additional-info .heading {
    color: #fff;
    margin-bottom: 80px;
}

.product-additional-info .info-box {
    display: inline-block;
    margin: 0 10px;
}

.product-additional-info .info-box .val {
    font-family: "Old Standard TT";
    font-size: 16px;
    line-height: 20px;
    color: #F6E2BA;
}

.product-additional-info .lab {
    text-transform: uppercase;
    color: #ffff;
}

.product-additional-info img {
    margin: 10px 0;
    width: initial !important;;
    display: initial !important;
}


.qty-holder {
    position: relative;
}

.qty-holder button {
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 22px;
    width: 25px;
    outline: none;
}

.qty-holder button.minus {
    left: 0;
}

.qty-holder button.plus {
    right: 0;
}

.qty {
    border: 0;
    border-bottom: 2px solid #9F9FA5;
    color: #5B386E;
    padding: 5px 0;
    text-align: center;
    width: 70px;
    font-size: 16px;
    background-color: transparent;
}


.select-product .active-product {
    padding: 25px;
}

.select-product .sort:after,
.select-product .region .region-info:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    border-bottom: 2px solid #9F9FA5;
    width: 60px;
    height: 2px;
}

.select-product .region .region-info {
    display: inline-block;
    position: relative;
}

.select-product .region .region-info img {
    margin-right: 6px;
    height: 15px;
    position: relative;
    top: -3px;
    width: initial;
    display: initial;
}

.select-product .region .region-img {
    height: 70px;
    width: initial;
    display: initial;
}

.select-product .region-city {
    display: block;
}

.select-product .sort {
    font-family: "Old Standard TT";
    margin-bottom: 90px;
    text-align: right;
    position: relative;
}

.select-product .region {
    font-family: "Old Standard TT";
    text-align: right;
    position: relative;
}

.select-product .sort .val,
.select-product .region .val {
    color: #fff;
}

.select-product .sort .lab,
.select-product .region .lab {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}


.product-features h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 35px 0;
}

.product-features h5 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 55px 0;
    font-family: "Old Standard TT";
}

.product-features .product-characteristics {
    text-align: center;
    padding: 50px 0;
}

.product-features .product-characteristics span {
    text-transform: uppercase;
    color: #ffffff;
}

.product-features .product-characteristics ul {
    display: inline-block;
    margin-left: 10px;
    height: 20px;
    position: relative;
    top: 3px;
}

.product-features .product-characteristics ul li {
    display: inline-block;
    width: 14px;
    height: 18px;
    background-size: 100% !important;
    margin: 0 1px;
}

.product-features .product-characteristics ul li.fill {
    background: url("../imgs/icons/drop-fill.png") center center no-repeat;
}

.product-features .product-characteristics ul li.empty {
    background: url("../imgs/icons/drop.png") center center no-repeat;
}


.order {
    padding: 50px 0;
    background-color: #000;
}

.order-light {
    background-color: #F6E2BA;
}

.order.order-light .qty-holder button {
    color: #000;
}

.order .qty-holder button {
    color: #fff;
}

.order .qty {
    border-bottom-color: #5f5f5f;
    color: #fff;
}

.order.order-light .button {
    background-color: #000;
    color: #fff;
}

.order .button {
    background-color: #fff;
    color: #000;
}

.order.order-light .product-info,
.order.order-light .product-name {
    display: inline-block;
    color: #000;
}

.order .product-info,
.order .product-name {
    display: inline-block;
    color: #fff;
}

.order .product-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.order.order-light .order-total {
    color: #000;
}

.order .order-total {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-right: 20px;
    color: #fff;
}

.order.order-light .product-info {
    color: #000;
}

.order .product-info {
    color: #949494;
    margin-left: 20px;
}

.order.order-light .qty {
    color: #000;
    border-bottom: 2px solid #000;
}

.order .qty {
    border: 0;
    border-bottom: 2px solid #5f5f5f;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 70px;
    font-size: 16px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.copyright {
    margin: 0 0 50px 0;
    text-align: center;
}


.carousel-indicators {
    position: absolute;
    right: initial;
    top: 0;
    left: 0;
    padding: 0 40px 0 0;
    height: 40px;

    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);

    margin-right: initial;
    margin-left: initial;
}

.carousel-indicators li {
    width: initial;
    height: initial;
    text-indent: initial;
    cursor: pointer;
    background-color: initial;
    color: #fff;
    margin: 0 25px;
    letter-spacing: 2px;
    font-size: 12px;
}

.carousel-indicators li img {
    height: 15px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}


.scroll {
    position: absolute;
    left: 50%;
    z-index: 3;
    bottom: 20px;
    margin-left: -13px;
    animation: MoveUpDown 3.5s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-150px);
    }
}


.gallery {
    position: relative;
}


.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav button .fa {
    font-size: 60px;
    line-height: 60px;
    height: 63px;
    display: block;
    color: #fff;
}

.owl-carousel .owl-nav button {
    outline: none;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.owl-carousel .owl-nav button.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -52px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -52px;
}

.owl-carousel .owl-nav button:hover {
    background: none;
    color: #869791;
    opacity: .5;
}

.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}


.aromas h5 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.aromas img {
    height: 50px;
    display: inline-block;
    margin-right: 15px;
}

.aromas li {
    margin-bottom: 15px;
}

.aromas .val {
    font-family: "Old Standard TT";
    font-size: 16px;
    line-height: 20px;
    color: #F6E2BA;
    display: inline-block;
}


footer {
    padding: 165px 0 45px;
    background: url("../imgs/footer-bgr.jpg") center top no-repeat;
    background-size: cover;
}

footer .main-logo {
    margin: 0 auto 70px;
    display: block;
    border-radius: 5px;
    width: 120px;
}

footer .secondary-logo {
    margin: 0 auto 10px;
    display: block;
}

footer .copyright {
    text-align: center;
    color: #fff;
}