/* 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: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.rose .button {
    background-color: #FD8465;
}

.white .button {
    background-color: #E5BA5F;
}

.button {
    border: 0;
    border-radius: 30px;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    outline: none;

    -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: 80px;
    z-index: 2;
}

.intro .secondary-logo {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

.about {
    text-align: center;
}

.about {
    text-align: center;
    background: url("../imgs/about-product.jpg") center center no-repeat;
}

.about p {
    font-size: 18px;
    line-height: 26px;
    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 {
    padding: 50px 0;
    position: relative;
}

.select-product .product-additional-info {
    text-align: center;
}

.select-product .product-additional-info .info-box {
    display: inline-block;
    margin: 0 35px;
}

.select-product .product-additional-info .info-box .val {
    font-family: "Old Standard TT";
    font-size: 16px;
    line-height: 20px;
}

.select-product .product-additional-info .lab {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.select-product .product-additional-info img {
    margin: 10px 0;
    width: initial !important;;
    display: initial !important;
}

.select-product .product-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    max-width: 80%;
    margin: 0 0 5px 0;
}

.select-product .order-total {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 20px;
}

.select-product .product-info {
    color: #575555;
    margin: 0 0 15px 0;
}

.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 .button {
    display: block;
    padding: 8px 50px;
}

.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: #575555;
}

.select-product .sort .lab,
.select-product .region .lab {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.owl-thumbs {
    text-align: center;
    margin: 0 0 30px 0;
}

.owl-thumbs .owl-thumb-item {
    display: inline-block;
    margin: 0 50px;
    background-color: transparent;
    border: 0;
    outline: none;
    opacity: .4;
    position: relative;
}

.owl-thumbs .owl-thumb-item.active {
    opacity: 1;
}

.owl-thumbs .owl-thumb-item.active:before {
    content: "";
    background: url(../imgs/shape.png) center center no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
}

.owl-thumbs .owl-thumb-item img {
    height: 100px;
}


.products .product {
    position: relative;
    display: block;
}

.products .product .product-name {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    text-align: center;
    padding: 60px 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    z-index: 5;
    font-weight: bold;
}

.products p {
    font-size: 16px;
}

.white .product-features {
    background: url("../imgs/footer-white.jpg") bottom center no-repeat;
    background-size: 100%;
}

.rose .product-features {
    background: url("../imgs/footer-rose.jpg") bottom center no-repeat;
    background-size: 100%;
}

.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 .product-short {
    text-align: center;
    padding: 0 120px;
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 26px;
    font-family: "Old Standard TT";
}

.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;
    border-bottom: 2px solid #e0e0e0;
    margin: 0 0 70px 0;
}

.product-features .product-characteristics span {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.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;
}

.rose .product-features .product-characteristics ul li.fill {
    background: url("../imgs/icons/drop-fill-rose.png") center center no-repeat;
}

.rose .product-features .product-characteristics ul li.empty {
    background: url("../imgs/icons/drop.png") center center no-repeat;
}

.white .product-features .product-characteristics ul li.fill {
    background: url("../imgs/icons/drop-fill-white.png") center center no-repeat;
}

.white .product-features .product-characteristics ul li.empty {
    background: url("../imgs/icons/drop.png") center center no-repeat;
}

.product-features .product-additional-info {
    text-align: center;
    padding-bottom: 100px;
}

.product-features .product-additional-info .info-box {
    display: inline-block;
    margin: 0 15px;
}

.product-features .product-additional-info .info-box .val {
    font-family: "Old Standard TT";
    font-size: 16px;
    line-height: 20px;
}

.product-features .product-additional-info .lab {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.product-features .product-additional-info img {
    margin: 10px 0;
    max-height: 45px;
}

.order {
    box-shadow: 0px 2px 25px 5px #8c8c8c38;
    padding: 25px;
    margin: 0 0 100px 0;
    background-color: #fff;
}

.order .order-holder {
    border: 2px solid #D9D9D9;
    padding: 40px;
}

.order .order-holder .product-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
}

.order .order-holder .order-total {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
}

.order .order-holder .product-info {
    color: #575555;
}

.order .order-holder .qty {
    border: 0;
    border-bottom: 2px solid #9F9FA5;
    color: #5B386E;
    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;
}

.order .order-holder .button {
    padding: 8px 65px;
}

.footer-logo {
    margin: 0 auto 15px;
    display: block;
}

.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;
}

.rose .select-product {
    background-color: #FFD6D3;
}

.rose .fragment-rose {
    display: block;
}

.white .select-product {
    background-color: #F5E9BC;
}

.white .fragment-white {
    display: block;
}

.fragment-rose {
    display: none;
    position: absolute;
}

.rose .fragment-01 {
    bottom: -9%;
    left: -50px;
    width: 160px;
}

.rose .fragment-02 {
    top: 10%;
    left: -70px;
    width: 200px;
}

.rose .fragment-03 {
    top: 60%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
}

.rose .fragment-05 {
    bottom: -15%;
    right: -120px;
    width: 250px;
}

.rose .fragment-06 {
    top: 30%;
    right: -40px;
    width: 100px;
}

.fragment-white {
    display: none;
    position: absolute;
}

.white .fragment-01 {
    top: 20%;
    left: -60px;
    width: 150px;
}

.white .fragment-02 {
    bottom: -15%;
    left: -50px;
    width: 170px;
}

.white .fragment-03 {
    bottom: -14%;
    right: -120px;
    width: 350px;
}

.white .fragment-04 {
    top: 10%;
    right: -120px;
    width: 300px;
}

.white .fragment-07 {
    top: 69%;
    left: 56%;
    width: 120px;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    padding: 0 100px;
    letter-spacing: 2px;
}

.carousel-caption {
    bottom: 40%;
}


.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);
    }
}


.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;
}