body {
    background-color: #fff !important
}
.name a {
color:black;
text-decoration:none;
font-weight:800;
}
.input-line-item {
    flex-direction: column
}

label.errorValidate {
    text-align: center
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: #fff;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%
}

.errorBorder {
    border: 2px solid red !important
}

.force-scroll {
    cursor: pointer
}

body {
    font-family: 'Roboto';
}


/* * {
    box-sizing: border-box;
} */

a {
    color: #37917F;
}

a:hover {
    text-decoration: none;
}

.share-buttons img,
.ovoschi img,
.advert img {
    cursor: pointer;
}

h1 {
    margin-bottom: 3px;
}

.menu-button {
    display: none;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
}

header div:not(.container) {
    display: inline-block;
}

header .logo {
    color: #00BA9D;
    font-size: 20px;
    max-width: 420px;
    font-weight: 700;
    line-height: 30px;
}

header img {
    float: left;
}

header p {
    margin: 0;
    padding-left: 170px;
    padding-top: 20px;
}

input {
    width: 400px;
    height: 30px;
    color: #B9B9B9;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 100;
    padding-left: 5px;
}

.search img {
    position: relative;
    left: 400px;
    top: 3px;
}

.share-buttons {
    vertical-align: bottom;
}

.share-buttons img {
    margin-left: 30px;
}

ul li {
    display: inline-block;
    list-style: none;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.menu {
    padding: 0;
    margin: 0;
    background-color: #FF894B;
    color: white;
    font-weight: lighter;
    font-size: 28px;
    height: 70px;
    line-height: 72px;
}

.menu li {
    margin-left: 30px;
}

.menu li:first-child {
    margin: 0;
}

.main {
    position: relative;
    padding: 0 10px 10px 30px;
    border: 1px solid #B9B9B9;
}

.content {
    padding-right: 260px;
}

.content i {
    margin-bottom: 20px;
}

.ingridients {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.ingridients p {
    font-size: 15px;
}

.ingridients li {
    width: 200px;
}

.ingridients p {
    margin-top: 0;
}

.product-image a:first-child {
    float: left;
    margin-left: 40px;
}

.product-image p {
    padding: 0 100px 0 269px;
    font-size: 17px;
}

.super-heading {
    font-size: 40px;
    font-weight: 300;
    margin-left: 80px;
}

.product-image>a {
    text-decoration: none;
    margin-top: -50px;
    font-size: 22px;
    color: #ffffff;
    background: #00A48A;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A48A), to(#00B99D));
    background: linear-gradient(to bottom, #00A48A, #00B99D);
    padding: 10px;
}

.product-image a:first-child {
    float: left;
    margin-left: 40px;
    background: none;
    margin-right: 57px;
}

.product-image::after,
.comment::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

.comment {
    height: 99%;
    background: #fff;
    font-size: 17px;
    font-weight: 300;
}

.avatar {
    float: left;
}

.comment-body,
.heading {
    margin-left: 80px;
    padding-top: 10px;
}

.comment-body {
    padding-bottom: 10px;
    padding-right: 10px;
}

.comment-under {
    background: #B3B4B3;
    background: -webkit-gradient(linear, right top, left top, from(#B3B4B3), to(#fff));
    background: linear-gradient(to left, #B3B4B3, #fff);
    padding: 1px 1px;
    margin: 20px 5px;
}

.answer {
    margin-left: 80px;
    width: 105%;
}

.answer .comment .avatar {
    margin-right: 10px;
}

.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 260px;
}

h5,
h3 {
    font-size: 25px;
    font-weight: 300;
    margin: 15px 0;
}

.fresh-articles div {
    padding: 15px 0;
}

.ovoschi p {
    /* color: #fff; */
    z-index: 2;
    position: relative;
    font-size: 20px;
    /* font-weight: 700; */
    text-align: center;
}

.ovoschi img {
    position: relative;
    /* top: -70px; */
    right: -15px;
}

.advert {
    text-align: center;
}

.advert p {
    position: relative;
    z-index: 2;
    margin: 10px 3px 10px 3px;
    padding: 0 3px;
}

.advert .first {
    font-size: 27px;
    color: red;
    font-weight: 900;
}

.advert .second-ad {
    font-size: 18px;
    color: #0098A5;
    font-weight: 700;
}

.advert .third-ad {
    font-size: 15px;
    color: #989898;
}

.advert img {
    position: relative;
    top: -166px;
    z-index: -1;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #FF9660;
    background: radial-gradient(#FF9660, #fff);
    margin: 1em 0;
    padding: 0;
}

footer {
    background: #FF9660;
    color: #fff;
    margin: 0 -10px 70px -30px;
    font-size: 20px;
    font-weight: 200;
    line-height: 2;
    padding-left: 30px;
}

.li-fix p {
    position: relative;
    top: 18px;
}

.li-fix img {
    position: relative;
    top: 18px;
}

.product-image-fix {
    margin-bottom: 30px;
    text-align: center;
}

.product-image-fix a {
    background: #00A48A !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00A48A), to(#00B99D)) !important;
    background: linear-gradient(to bottom, #00A48A, #00B99D) !important;
    float: none !important;
    margin: 0 !important;
}

.img-container {
    text-align: center;
}

.product-image {
    margin-top: 50px;
}