@import url('/static/fonts/css/cookie.css');

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #99817B;
}

header, section, nav {
    display: block;
}

.inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

section p {
    font-size: 14px;
}

.blockHead {
    color: #99817B;
    font: normal normal normal 58px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
}


h2.catHeadline {
    background: rgba(232, 82, 118, 1);
    color: #ffffff;
    margin: 0;
    font-family: cookie,cursive;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    border-radius: 0 0 50px 50px;
    display: inline-block;
    padding: 10px 50px 15px;
    font-weight: 400;
}

header {
    border-bottom: 5px solid rgba(232, 82, 118, 1);
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    width: 100%;
    height: 48px;
    top: 0;
    z-index: 100;
}

header .inner {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
    height: 38px;
}

header .inner ul {
    list-style: none;
    text-align: center;
    max-width: 980px;
    display: table;
    width: 100%;
    margin: 0 auto 0;
}

header .inner ul li {
    display: block;
    float: left;
    width: 135px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
}

header .inner ul li a {
    color: #99817B;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}

header .inner ul li a.account {
    background: rgba(249, 211, 215, 1);
    padding: 7px 3px 7px 3px;
    border-radius: 5px;
    position: relative;
    top: -2px;
}

header .inner ul li a.account img {
    position: relative;
    top: 5px;
}

header .inner ul li.login {
    width: 175px;
}

header .inner ul li a:hover {
    color: #F9D3D7;
}

header .inner ul li a.account:hover {
    color: #99817B;
}

section.start {
    background: url('../image/cupcakes.jpg') no-repeat;
    margin: 53px auto 0;
    background-position-y: 53px;
}

section.tools {
    background: url('../image/tools.jpg') no-repeat;
}

section.start, section.tools {
    height: calc(100vh - 53px);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.start .inner .logo img {
    margin-top: 150px;
}

section.philosophy, section.category, section.seller  {
    border-top: 6px solid rgba(232, 82, 118, 1);
}

section.philosophy .inner .blockHead {
    /*letter-spacing: .08em;*/
    margin-bottom: 15px;
}

section.philosophy .inner img {
    border-radius: 40px;
    box-shadow: 0.00px 1.00px 3px 1px rgba(0,0,0,0.3);
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    overflow: hidden;
}

section.philosophy .text {
    line-height: 2em;
    margin: 30px auto 80px;
}

section.category {
    padding-bottom: 80px;
}

section.category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.category ul li {
    width: 310px;
    height: 310px;
}

section.category ul li {
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0.00px 1.00px 3px 1px rgba(0,0,0,0.3);
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    height: 310px;
    margin-right: 9px;
    padding: 0;
    margin: 0 15px 30px 0;
    position: relative;
}

section.category ul li:nth-child(3n) {
    margin-right: 0;
}

section.category ul li img {
    width: 100%;
}

section.category ul li span.displaynone {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 300px;
    width: 300px;
    z-index: 100;
    padding: 5px;
}

section.category ul li span.displaynone strong {
    font-size: 24px;
}

section.category ul li.over img {
    opacity: 0.25;
}

section.category .blockHead {
    margin: 35px 0;
}

section.category .text {
    line-height: 2em;
    margin-bottom: 45px;
}

.text {
    max-width: 545px;
    margin: 0 auto;
}



.box {
    width: 291px;
    height: 291px;
    border: 4px solid rgba(232, 82, 118, 1);
    background: rgba(232, 82, 118, .2);
    border-radius: 60px;
    color: #ffffff;
}

.box .headline {
    font-size: 43px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 90px;
    font-family: impact;
    text-decoration: underline;
}

.box .subline {
    font-size: 26px;
    font-style: italic;
    font-family: helvetica;
    margin-top: 20px;
}

.ingredients .box {
    float: right;
    margin-top: 120px;
    margin-right: 150px;
}

.ingredients {
    clear: both;
    overflow: hidden;
}

.tools .box {
    margin-left: 150px;
}


section.seller .blockHead {
    /*font-size: 36px;*/
}

section.seller .sellgroup {
    display: inline-block;
    width:30%;
    margin: 30px 1% 60px;
}

section.seller .sellgroup:last-child {
    /*float: right;*/
}

section.seller .sellgroup .head,
section.seller .sellgroup .subline {
    font-size: 18px;
    font-weight: bold;
}

section.seller .sellgroup .subline {
    font-style: italic;
    margin-top: 5px;
}


section.seller .sellgroup .text {
    font-size: 16px;
    font-family: helvetica;
    line-height: 1.2em;
}


section.seller .sellgroup .button a {
    background: rgba(232, 82, 118, 1);
    color: #ffffff;
    text-decoration: none;
    display: block;
    transition: all 0.4s ease 0s;
    padding: 10px 0;
    border-radius: 0 0 40px 40px;
    font: 30px/1.4em cookie,cursive;
}


section.seller .sellgroup .button a:hover {
    color:  rgba(232, 82, 118, 1);
    background: rgba(249, 211, 215, 1);
}

.slider {
    height: 652px;
    position: relative;
    width: 100%;
    overflow: hidden;
}



footer.footer {
    background-color: rgba(153, 129, 123, 1);
    height: 188px;
}

footer.footer .inner {
    display: table;
    width: 100%;
    padding-top: 70px;
}

footer.footer .inner > div {
    display: table-cell;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 50%;
}

footer.footer .inner > div a {
    color: #ffffff;
}
