/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-weight: 300;
}

: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;
}

.form-control {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 20px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.form-control:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: #F44336;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.Y-Center-outer {
    display: table;
    height: 100%;
}

.Y-Center-inner {
    display: table-cell;
    vertical-align: middle;
}

.Y-Center {
    position: absolute;
    top: 50%;

    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.XY-Center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.space {padding: 80px 0;}

/* btn
================================================== */
.btn {
    border-radius: 20px;
    padding: 8px 40px;
    font-weight: 300;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn i {
    margin-right: 5px;
}

.btn-primary {
    background-color: #F44336;
    border-color: #F44336;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: #F44336;
    border-color: #F44336;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #F44336 !important;
    border-color: #F44336 !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: #333;
    border: 1px solid #63FE3C;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background-color: #fff;
    border: 1px solid #63FE3C;
    color: #333;
}

.btn-outline-primary:focus {
    box-shadow: 6px 6px 0 rgb(233, 255, 228);
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif; font-weight: bold; color: #000;}

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: 16px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

strong {font-weight: 700;}

a {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #F44336;
    outline: 0;
    text-decoration: none;
}

p {
    color: #000;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
}

.heading {
    color: #000;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
}

.heading span {
    font-style: italic;
    font-size: 44px;
}

.sub-heading {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0 0 30px 0;
}

/* about */
.about .about-logo {
    width: 210px;
    margin: 0 0 15px 0;
}

.about .about-text-right {
    text-align: right;
}

.about h3 strong {
    font-size: 30px;
    margin: 0 7px;
    font-weight: 900;
}

/* header
================================================== */
header {
    background: url(../imgs/header-bgr.jpg) bottom center no-repeat;
    background-size: cover;
    height: 635px;
    padding: 20px 0 0 0;
    position: relative;
}

header svg {
    position: absolute;
    bottom: 0;
}

header .logo {    
    display: block;
    margin: 0 0 30px 0;
}

header .logo img {
    width: 180px;
}

header .gifts,
header h1 {
    font-size: 38px;
    line-height: 46px;
    color: #88452a;
    margin: 0px 0 5px 0;
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 3px 15px;
    font-weight: 900;
}

header .gifts-img {
    position: absolute;
    top: 227px;
    right: 30px;
}

header .gifts {
    color: #f44335;
    font-size: 26px;
    line-height: 34px;
}

header .hint {
    margin: 10px 0 15px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

header .price {
    display: inline-block;
    color: #fff;
}

header .price.old-price p {
    position: absolute;
    top: -17px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
}

header .price.old-price:before {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 120px;
    position: absolute;
    top: 14px;
    left: -10px;
    transform: rotate(-10deg);
}

header .price.old-price {
    position: relative;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    margin-right: 30px;
}

header .price.old-price span {
    font-size: 22px;
    position: relative;
    top: -13px;
}

header .price.new-price {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

header .price.new-price span {
    font-size: 32px;
    position: relative;
    top: -20px;
}

header .form {
    margin: 10px 0 0 0;
}

header .form textarea {
    height: 149px;
    resize: none;
}

header .form h4 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: lighter;
    margin: 0 0 15px 0;
    text-align: center;
}

header .form .capsules h4 {
    margin-top: 15px;
}

header .sep {
    margin: 15px 0;
}

header .form .btn {
    margin-top: 25px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
}

header .form .capsules ul {
    text-align: center;
    padding-bottom: 15px;
}

header .form .capsules ul li {
    display: inline-block;
    cursor: pointer;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header .form .capsules ul li:hover {    
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 100%;
}

header .form .capsules ul li.selected {
    background-color: #fff;
    border-radius: 100%;
}

header .form .capsules ul li img {
    width: 64px;
}

/* products
================================================== */
.products-title {
    background: url('../imgs/product-bgr-02.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}

.products-title:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.products-title .products-top {
    position: absolute;
    top: 0;
    transform: rotate(180deg);
}

.products-title .products-bot {
    position: absolute;
    bottom: 0;
}

.products-title h3 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
}

.products-title p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.products {
    padding-top: 40px;
    padding-bottom: 20px;
}

.products ul li figure {
    position: relative;
}   

.products ul li {
    margin: 0 0 50px 0;
}

.products ul li figure figcaption {
    border: 2px solid #000;
    min-height: 240px;
    padding: 55px 25px 40px 25px;
}

.products ul li figure figcaption .btn {
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -85px;
}

.products ul li figure .capsule-img {
    margin-bottom: -80px;
}

.products ul li .capsule-img {
    margin: 0 auto;
    display: block;
}

.products ul li .capsule-name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
}

.products ul li .capsule-src {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.products ul li .capsule-src span {
    font-weight: 300;
    display: block;
}

.products ul li .capsule-composition {
    font-weight: bold;
    font-size: 12px;
}

.products ul li .capsule-composition span {
    font-weight: 300;
    display: block;
}

.products ul li .capsule-desc {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 18px;
}

/* footer
================================================== */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
}

footer ul {
    text-align: right;
}

footer ul li a {
    color: #fff;
}

/* scrollTop
================================================== */
.scroll-top {
    font-size: 20px;
    line-height: 35px;
    display: block;
    position: fixed;
    text-align: center;
    right: 25px;
    bottom: 15px;
    color: #06a84e;
    cursor: pointer;
    z-index: 10000;
    height: 40px;
    width: 40px;
    border: 1px solid #06a84e;
    opacity: 0;
    bottom: -32px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.top-img {
    display: none;
}