body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;    
}

body > #content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background: #fff;
}

header .logo img {
    max-height: 52px;
}

.submit-order {
    overflow: hidden;
    height: 54px;
    -webkit-transition: .3s;
    transition: .3s;
}

.submit-order span {
    margin-bottom: 25px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.submit-order.step-2 {
    background: #3498db;
}

button.step-2 span:first-child {
    margin-top: -54px;
}

.form_heading {
    background : #97be0d;
}

.book_form {
    text-align: left;
}

.book_form .notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.book_form .notes p {
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 20px;
}

.book_form input[name="data[Order][validate]"] {
    position: absolute;
    top: -500px;
}

#intro,
#success_stories,
#error {
    background-image: url('../img/header.jpg');
}

#intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#intro .container > div {
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#intro .dark-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

#intro .light-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

#intro .product_img {
    margin-right: 0;
    text-align: center;
    min-width: 300px;
}

#intro .product_info {
    padding-top: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-shadow: #000 1px 1px 2px;
}

#intro span.required {
    color: #c7335b;
}

#intro .product_info ul li {
    margin: 0 auto 30px;
}

#intro img {
    max-height: 530px;
}
#composition tr td {
    line-height: 1;
}

#composition tr td:last-child {
    min-width: 175px;
}

#benefits .email,
#benefits .submit {
    display: inline-block;
    line-height: 1;
}

#benefits .email input,
#benefits .submit input {
    padding: 1rem;
    font-size: 12px;
    line-height: 1;
    height: 40px;
}

#benefits .email input {
    border-radius: 5px 0 0 5px;
}

#benefits .submit input {
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
}

#benefits .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
}

#about_us {
    padding-bottom: 60px;
}

#about_us p:last-child {
    margin-bottom: 0;
}

#products .pot {
    visibility: hidden;
}

#products .product_wrap {
    cursor: pointer;
}

#products img {
    max-height: 203px;
}

footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

footer .follow_us ul li:first-child a,
footer .follow_us ul li:nth-child(2) a,
footer .footer_bottom p {
    font-size: 12px;
    text-transform: uppercase;
}

footer .follow_us ul li {
    vertical-align: middle;
}

 /* error */

 #error {
    height: 100%;
 }

 #error .benefits_wrap:hover .icon_wrap {
    background: #e74c3c ;
    border-color: #e74c3c ;
 }

 #error .action {
    text-align: center;
        margin-top: 3rem;
 }

 #error .action a {
    /*border: 3px solid #e74c3c;*/
    display: inline-block;
    padding: 2rem 3rem;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
 }

 #error .error-stack-trace {
    background: #fff;
    padding: 1rem;
    margin: 0 1rem;
 }

  #error .error-stack-trace > p {
    background: #ecf0f9;
    padding: .5rem 1rem;
 }

 /* COOKIE */

#cookie {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 1rem 1.2rem;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

#cookie p {
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1;
    font-size: 12px;
}

#cookie a.btn {
    margin-left: 10px;
    padding: 1rem;
    background: #97be0d;
    text-transform: none;
    font-size: 12px;
    line-height: 1;
    border-radius: 5px;
}

.new-order ul.list_arrow li:after {
    top: 0;
}

.price_wrap p:not(.regular_price) {
    font-size: 28px;
    line-height: 1.25;
}

.seller-btn-ctn .seller-name {
    padding-left: 10px;
    padding-top: 12px;
    border-left: 1px solid #97be0d;
}

.seller-btn-ctn {
    display: flex;
    position: relative;
    margin-top: 15px;
    background-color: white;
    border-radius: 7px;
    height: 50px;
}

.seller-img {
    width: 45px;
    height: 45px;
    padding: 2.5px;
    background-color: white;
}