* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, h1, h2, h3, h4, p, img, iframe, input, select, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Josefin Sans", sans-serif;
}

body {
    background: white;
    color: #412B56;
    font-size: 12pt;
    line-height: 140%;
    text-align: left;
}

h1 {
    margin: 0 auto 30px auto;
    font-size: 200%;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    margin: 0 auto 20px auto;
    font-size: 170%;
    font-weight: 700;
}

h3 {
    margin: 10px auto 20px auto;
    font-size: 85%;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}

p {
    margin: 10px auto 20px auto;
    text-align: justify;
}

hr {
    margin: 15px auto 25px auto;
}

ul, ol {
    margin: 10px 0 20px 0;
    padding: 0;
    text-align: left;
}

li {
    margin: 0 0 0 20px;
    padding: 5px 0;
}

ul li {
    list-style-type: square;
}

li a {
    display: block;
    width: 100%;
}

a {
    color: #412B56;
    text-decoration: underline;
    transition: 500ms;
}

a:hover {
    color: #F071B9;
    text-decoration: none;
    transition: 200ms;
}

table {
    margin: 10px auto 20px auto;
    width: 100%;
    border-collapse: collapse;
}

table th {
    background: #412B56;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #412B56;
}

table td {
    padding: 5px 10px;
    border: 1px solid #aaaaaa;
}

figure.image {
    margin: 0 0 20px 0;
    text-align: center;
}

figure.image figcaption {
    font-size: 70%;
}

figure.image-style-align-left {
    float: left;
    width: 25%;
    margin-right: 20px;
}

figure.image-style-align-right {
    float: right;
    width: 25%;
    margin-left: 20px;
}

figure img, img {
    max-width: 100%;
    height: auto;
}

hr {
    width: 80%;
    border-top: 1px solid silver;
}

fieldset {
    margin: 10px auto 20px auto;
    border: 1px solid #aaaaa9;
}

fieldset legend {
    color: #aaaaa9;
}

input, select, textarea {
    display: inline-block;
    padding: 12px 15px;
    font-size: 10pt;
    background: white;
    border: 1px solid silver;
    border-radius: 20px;
    line-height: 120%;
}

input:focus, select:focus, textarea:focus {
    padding: 13px 16px;
    border: none;
    box-shadow: 0 1px 5px rgba(240, 113, 185, 0.5);
}

:disabled {
    background: rgba(255, 255, 255, 0.5) !important;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: not-allowed !important;
}

textarea, select, input[type=text], input[type=email], input[type=tel] {
    width: 100%;
}

.field_full {
    width: 100%;
}

.field_half {
    width: 50%;
}

.field_small {
    width: 25%;
    min-width: 100px;
}

input[type=button], input[type=submit], button, .button {
    padding: 15px 30px 12px 30px;
    border-radius: 50px;
    background: #F071B9;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    text-align: center;
}

input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
    background: #412B56;
    color: white;
}

header {
    position: relative;
    margin-bottom: 40px;
}

header a {
    text-decoration: none;
}

header .top {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(226, 240, 246, 0.4);
    font-size: 85%;
}

header .top .menu {
    text-align: right;
}

header .top .menu a {
    margin-left: 30px;
}

header .main {
    padding-top: 40px;
    padding-bottom: 40px;
}

header .main .search {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

header .main .logo {
    text-align: center;
}

header .main .user {
    text-align: right;
    font-size: 85%;
    padding-top: 5px;
}

header .main .user > div {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    text-align: center;
}

header .main .user .notice {
    position: absolute;
    top: -10px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border-radius: 10px;
    background: #f071b9;
    color: white;
    font-size: 75%;
    text-align: center;
}

header .categories {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
    color: #F071B9;
    text-transform: uppercase;
    font-weight: 600;
}

header .categories > div > a {
    display: inline-block;
    padding: 0 20px;
}

header .categories .separator {
    font-size: 150%;
    line-height: 75%;
}

header .categories .subcategories {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #412B56;
    text-align: center;
    color: white;
    display: none;
    z-index: 99;
}

header .categories .subcategories a {
    display: inline-block;
    padding: 5px;
    color: white;
}

header .categories .subcategories a:hover {
    color: #F071B9;
}

header .banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

header .banner .group {
    display: none;
}

header .banner .group:first-child {
    display: block;
}

header .banner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

header .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.delivery {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(226, 240, 246, 0.4);
}

section.delivery .highlight {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 85%;
}

section.products .box, section.products .picture {
    position: relative;
}

section.products .box .picture {
    display: block;
    width: 100%;
    height: 380px;
    overflow: hidden;
    transition: 500ms;
}

section.products .box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.products .box .flags, section.products .picture .flags {
    position: absolute;
    top: 5px;
    right: 5px;
}

section.products .box .discount, section.products .picture .discount {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 150%;
}

section.products .box .info {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.products .box .price {
    color: #F071B9;
}

section.products .box .price .highlight {
    font-weight: 700;
    font-size: 120%;
}

section.products .box .more {
    height: 0;
    overflow: hidden;
    transition: 500ms;
}

section.products .box .more .button {
    margin-top: 10px;
    display: block;
}

section.products .box:hover .picture {
    height: 330px;
    transition: 200ms;
}

section.products .box:hover .more {
    height: 50px;
    transition: 200ms;
}

section.products .price strong {
    color: #F071B9;
    font-size: 150%;
}

section.newsletter {
    margin: 40px auto;
    padding: 24px 30px;
    background: linear-gradient(122.94deg, rgba(168, 237, 234, 0.41) 0%, rgba(254, 214, 227, 0.4) 100%);
    border-radius: 4px;
}

section.newsletter h2 {
    margin: 8px 0;
    color: #F071B9;
}

section.newsletter p {
    margin: 5px 0;
}

section.newsletter .button_holder {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

section.newsletter a.button {
    border: 2px solid #F071B9;
    background: transparent;
    color: #F071B9;
}

section.newsletter a.button:hover {
    background: #F071B9;
    color: white;
}

section.payments {
    padding: 38px 0;
    border-top: 1px solid #F2F2F2;
    font-size: 85%;
    font-weight: 600;
    text-transform: uppercase;
}

section.payments img {
    vertical-align: middle;
}

section.payments .title {
    text-transform: uppercase;
    font-weight: 700;
}

section.payments .online {
    text-align: right;
}

footer {
}

footer a {
    display: inline-block;
    text-decoration: none;
}

footer .sitemap {
    padding: 24px 0;
    border-top: 1px solid #F2F2F2;
}

footer .bottom {
    padding: 24px 0;
    background: rgba(226, 240, 246, 0.4);
}

footer .bottom .copyright {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 85%;
}

footer .bottom .social {
    text-align: right;
    height: 32px;
}

.box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    transition: 500ms;
}

.box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: 200ms;
}

.shoppingcart .quantity {
    width: 15%;
    text-align: center;
}

.shoppingcart .quantity > input {
    text-align: center;
}

.shoppingcart .price, .shoppingcart .total {
    width: 15%;
    text-align: right;
}

.map {
    width: 100%;
    height: 500px;
    margin: 30px 0;
}

.map > iframe {
    width: 100%;
    height: 500px;
}

.bg_white {
    background: white;
}

.margins15 {
    margin: 15px auto;
}

.margins30 {
    margin: 30px auto;
}

.paddings15 {
    padding: 15px;
}

.paddings30 {
    padding: 30px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.clearfix {
    clear: both;
}

.text_big {
    font-size: 150%;
}

.text_small {
    font-size: 75%;
    line-height: normal;
}

.w05 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.shortify {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.modal .cover {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.modal .placeholder {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    width: 1002px;
    max-height: 90vh;
}

.modal .window {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
}

.modal .close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 200%;
    background: black;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    z-index: 5000;
}

.modal .close:hover {
    background: red;
}

.modal .content {
    padding-left: 30px;
    padding-right: 30px;
}

.modal .content img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {

    body {
        font-size: 11pt;
    }

    input, select, textarea, button, .button {
        display: inline-block;
        padding: 10px;
        font-size: 9pt;
    }

    .modal .placeholder {
        top: 5vw;
        width: 90vw;
    }

    .modal .container {
        width: 90vw;
    }
}

@media screen and (max-width: 990px) {

    body {
        font-size: 10.5pt;
    }

    header .main .user > div {
        margin-left: 10px;
    }

    header .banner, header .banner a{
        height: 400px;
    }

    div.flashes {
        top: 20vh;
        width: 80vw;
    }

}

@media screen and (max-width: 768px) {

    body {
        font-size: 10pt;
    }

    header .main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    header .banner, header .banner a {
        height: 30vh;
    }
}

@media screen and (max-width: 576px) {

    header .top, header .top .menu {
        text-align: center;
    }

    header .main {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    header .main .user > div {
        margin: 0;
    }

    header .main .search {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    header .banner, header .banner a {
        height: 20vh;
    }

    header .categories > div > a {
        padding: 0 15px;
    }

    section.payments .row > div {
        padding: 10px;
    }

    section.payments, section.payments .title, section.payments .online {
        text-align: center;
    }

    section.newsletter .button_holder {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 340px) {

    header .categories > div > a {
        padding: 0 10px;
    }
}

#gdpr_info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    font-size: 80%;
}

#gdpr_info p {
    text-align: center;
    color: white;
    padding: 0;
    margin: 5px 0;
}

#gdpr_info a {
    color: white;
    text-decoration: underline;
}

#gdpr_info button {
    padding: 8px 15px 5px 15px;
    cursor: pointer;
    font-size: 80%;
}

#ajax-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) url(../images/spinner.svg) center center no-repeat;
    z-index: 9999;
}
