@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
    background: #ffffff;
    font-family: Jost,Arial,sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    text-align: center
}

a {
    text-decoration: underline;
    color: #000
}

    a:hover {
        text-decoration: none;
        color: #666
    }

@media (min-width:1024px) {
    .mobile-only {
        display: none !important
    }
}

.wrapper {
    position: relative;
    margin: 0 auto
}

@media (min-width:1024px) {
    .wrapper {
        max-width: 96%
    }
}

@media (min-width:1250px) {
    .wrapper {
        max-width: 1140px
    }
}

figure {
    margin: 0;
    padding: 0
}

img {
    
    border-image-source: url(../images/suntory.png);
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.catalog { /*  això ja ho tens dins el min-width 768 però ho definiria des de l'arrel */
    display: flex;
    align-items: center;
    justify-content: space-around; /* elimina la linia si vols que els "orfes" quedin a l'esquerra, space-between si els vols ajustats a l'espai disponible, center si els vols centrats */
    flex-wrap: wrap;
}

.catalog a.botocorporatiu, a.button, input[type=submit] {
    display: inline-block;
    background-color: #333;
    text-align: center;
    color: #deddd9;
    text-decoration: none;
    position: relative;
    font-size: 1em;
    font-weight: 700;
    padding: 1em 1.5em;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: background-color .3s
}

    .catalog a.botocorporatiu:hover, a.button:hover, input:hover[type=submit] {
        background-color: #000
    }

    .catalog a.contrast.botocorporatiu, a.button.contrast, input.contrast[type=submit] {
        background: #333;
        color: #fff
    }

a.more-arrows {
    background: url(../simages/arrows-more.png) 50% no-repeat;
    background-size: cover;
    text-indent: -999em;
    display: block;
    margin: 2em auto;
    width: 46px;
    height: 35px
}

h1 {
    text-transform: uppercase
}

.thankyou {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    min-height: 50vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

    .thankyou h2 {
        font-size: 2em;
        color: #deddd9
    }

form {
    margin: 0;
    padding: 0
}

input[type=email], input[type=number], input[type=password], input[type=phone], input[type=text], select, textarea {
    width: 100%;
    border: 1;
    border-radius: 8px;
    font-size: 1em;
    padding: .5em 1em;
    background-color: #fff;
    box-sizing: border-box;
    font-family: Jost,Arial,sans-serif;
    margin-bottom: 1em
}

    input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=phone]:focus, input[type=text]:focus, select:focus, textarea:focus {
        outline: none
    }

    input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: rgba(0,0,0,.5)
    }

    input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=phone]::placeholder, input[type=text]::placeholder, select::placeholder, textarea::placeholder {
        color: rgba(0,0,0,.5)
    }

input[type=submit] {
    cursor: pointer;
    font-family: Jost,Arial,sans-serif;
    border: none;
    border-radius: 8px;
}

.form--wrapper input[type=submit] {
    color: #333;
    font-size: 1em;
    margin: 0 auto
}

    .form--wrapper input[type=submit].aspNetDisabled {
        cursor: none;
        opacity: .8
    }

.filters select {
    width: 100%;
    border: none;
    background: #333;
    padding: .5em 1em;
    border-radius: 3px;
    font-size: 14px;
    margin: .3em 0;
    color: #fff;
    font-family: Jost,Arial,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .filters select.arrow:after {
        border: solid #333;
        content: "";
        border-width: 0 4px 4px 0;
        display: block;
        padding: 4px;
        color: #fff;
        position: absolute
    }

    .filters select.arrow-down:after {
        right: 10px;
        top: 10px;
        transform: rotate(45deg)
    }

    .filters select.arrow-left:after {
        transform: rotate(135deg);
        right: 10px;
        top: 10px
    }

.filters .field--select {
    position: relative
}

    .filters .field--select:after {
        border: solid #333;
        content: "";
        border-width: 0 4px 4px 0;
        display: block;
        padding: 4px;
        transform: rotate(45deg);
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px
    }

.filters option {
    text-transform: capitalize
}

.filters .search-box {
    width: 100%;
    position: relative
}

    .filters .search-box input[type=text] {
        border: none;
        background: #e1e1e1;
        width: 100%;
        padding: .7em 1em;
        border-radius: 3px;
        font-family: Jost,Arial,sans-serif;
        font-size: 14px;
        margin-bottom: .5em;
        color: #444
    }

        .filters .search-box input[type=text]:-ms-input-placeholder {
            color: #999
        }

        .filters .search-box input[type=text]::placeholder {
            color: #999
        }

    .filters .search-box input[type=submit] {
        background: #333;
        color: none;
        box-shadow: none;
        position: absolute;
        right: 0;
        padding: 0;
        background: url(../simages/icon-search.png) 50% no-repeat;
        background-size: 18px;
        width: 32px;
        height: 32px;
        text-indent: -999em;
        overflow: hidden;
        cursor: pointer
    }

#contact {
    max-width: 600px;
    margin: 0 auto;
    padding: 2em 0
}

    #contact img {
        box-sizing: border-box;
        margin-bottom: 2em
    }

    #contact input[type=email], #contact input[type=number], #contact input[type=password], #contact input[type=phone], #contact input[type=text], #contact textarea {
        border: 1px solid #e1e1e1;
        margin-bottom: 1em;
        font-size: 1em;
        padding: 1em;
        line-height: 1.2em
    }

    #contact textarea {
        height: 8em
    }

    #contact label {
        font-size: .8em;
        display: block;
        margin-bottom: .5em;
        color: #999;
        letter-spacing: .05em
    }

    #contact input[type=submit] {
        padding: 1em;
        font-size: 1.2em
    }

    #contact p {
        font-size: 1.4em;
        line-height: 1.6em;
        text-align: center
    }

.order-actions--form {
    text-align: left;
    padding-top: 1em;
    overflow: hidden
}

    .order-actions--form p {
        width: 100%;
        text-align: center;
        margin-bottom: 2em
    }

    .order-actions--form label, .order-actions--form span {
        color: #aeaeae;
        font-size: 1em;
        display: block;
        margin-bottom: .5em;
        margin-right: 1em
    }

@media (min-width:768px) {
    .order-actions--form label, .order-actions--form span {
        text-align: right;
        width: 30%;
        float: left;
        line-height: 50px
    }
}

.order-actions--form input[type=text], .order-actions--form select, .order-actions--form textarea {
    font-size: 1em;
    line-height: 1.2em;
    padding: .9em;
    width: 100%;
    margin-bottom: 2em;
    border-radius: 3px;
    font-family: Jost,Arial,sans-serif
}

@media (min-width:768px) {
    .order-actions--form input[type=text], .order-actions--form select, .order-actions--form textarea {
        width: 50%;
        clear: left
    }
}

.order-actions--form textarea {
    height: 8em
}

.order-actions--form input[type=text], .order-actions--form select, .order-actions--form textarea {
    border: 1px solid #e1e1e1
}

@media (min-width:768px) {
    .order-actions--form h3 {
        margin: 3em 0 2em 31.5%
    }
}

.order-actions--form div#Contingut_divDadesFiscals {
    overflow: hidden
}

    .order-actions--form div#Contingut_divDadesFiscals h3 span {
        float: none;
        width: 100%;
        text-align: left
    }

.order-actions--form input[type=submit] {
    margin-top: 2em;
    width: 100%;
    padding: 1em;
    border: none
}

@media (min-width:768px) {
    .order-actions--form input[type=submit] {
        margin-left: 31.5%
    }
}

#lError, #ValidationSummary1, #ValidationSummary2 {
    display: block;
    padding: 1em;
    background: #ea1428;
    color: #fff;
    margin-bottom: 2em;
    text-align: center
}

    #lError ul, #lError ul li, #ValidationSummary1 ul, #ValidationSummary1 ul li, #ValidationSummary2 ul, #ValidationSummary2 ul li {
        list-style: none;
        margin: 0;
        padding: 0
    }

.contact-wrapper {
    padding: 4em;
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto
}

@media (min-width:1024px) {
    .contact-wrapper {
        width: 70%;
        margin: 2em auto
    }
}

.contact-wrapper h2 {
    text-transform: uppercase;
    text-align: center
}

.contact-wrapper input {
    margin-bottom: 2em;
    margin-top: .5em
}

    .contact-wrapper input[type=submit] {
        background-color: #fff !important;
        background-position: 15px 15px !important;
        width: 100%
    }

@media (min-width:1024px) {
    .contact-wrapper input[type=submit] {
        width: auto
    }
}

.contact-wrapper #divRespostaCaptcha {
    margin: 0 auto;
    margin-top: 2em
}

header .heading {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    position: relative
}

    header .heading a.help {
        position: absolute;
        background-color: #000;
        color: #deddd9;
        text-decoration: none;
        font-weight: 700;
        display: inline-block;
        right: 10px;
        top: 10px;
        text-transform: uppercase;
        font-size: .8em;
        padding: .5em 1em;
        transition: background-color .3s;
        border-radius:6px;
    }

        header .heading a.help:hover {
            background-color: #666
        }

nav[role=navigation] {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 100%;
    background: #deddd9
}

@media (max-width:1024px) {
    nav[role=navigation] {
        display: none;
        box-shadow: 0 7px 10px rgba(0,0,0,.3)
    }
}

@media (min-width:1024px) {
    nav[role=navigation] {
        display: block;
        position: relative;
        padding: 1em 0
    }
}

nav[role=navigation] ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center
}

    nav[role=navigation] ul li {
        list-style: none;
        margin: 0;
        padding: 0
    }

@media (min-width:1024px) {
    nav[role=navigation] ul {
        max-width: 80%
    }
}

nav[role=navigation] ul li {
    display: block
}

    nav[role=navigation] ul li.legal {
        background: #333;
        color: #fff;
        font-size: .8em;
        padding: 1em
    }

@media (max-width:1024px) {
    .catalog nav[role=navigation] ul li a.botocorporatiu, nav[role=navigation] ul li .catalog a.botocorporatiu, nav[role=navigation] ul li a.button, nav[role=navigation] ul li input[type=submit] {
        display: block;
        margin: 1em 0;
        background: none;
        color: #fff
    }

        .catalog nav[role=navigation] ul li a.botocorporatiu:before, nav[role=navigation] ul li .catalog a.botocorporatiu:before, nav[role=navigation] ul li a.button:before, nav[role=navigation] ul li input[type=submit]:before {
            left: 0;
            margin-left: .5em
        }

        .catalog nav[role=navigation] ul li a.botocorporatiu:hover, nav[role=navigation] ul li .catalog a.botocorporatiu:hover, nav[role=navigation] ul li a.button:hover, nav[role=navigation] ul li input:hover[type=submit] {
            background: #333;
            opacity: 1;
            color: #fff
        }
}

@media (min-width:1024px) {
    nav[role=navigation] ul li {
        display: inline-block;
        margin: 0 1em
    }

        .catalog nav[role=navigation] ul li a.botocorporatiu, nav[role=navigation] ul li .catalog a.botocorporatiu, nav[role=navigation] ul li a.button, nav[role=navigation] ul li input[type=submit] {
            display: inline-block;
            background: #fff
        }
}

#menuToggle {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:1024px) {
    #menuToggle {
        display: none
    }
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: #deddd9;
    border-radius: 3px;
    z-index: 1;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),opacity .2s ease
}

.menu-active #menuToggle span {
    transform: rotate(45deg) translateY(-150%);
    background: #deddd9
}

    .menu-active #menuToggle span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(.2)
    }

    .menu-active #menuToggle span:nth-last-child(2) {
        transform: rotate(-45deg) translateY(150%)
    }

footer[role=contentinfo] {
    background: #000;
    color: #fff;
    margin-top: 4em
}

@media (min-width:768px) {
    footer[role=contentinfo] .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

footer[role=contentinfo] a {
    color: #fff;
    text-decoration: none;
    font-size: .9em
}

    footer[role=contentinfo] a:hover {
        color: #deddd9
    }

footer[role=contentinfo] ul {
    text-align: center
}

    footer[role=contentinfo] ul, footer[role=contentinfo] ul li {
        list-style: none;
        margin: 0;
        padding: 0
    }

@media (min-width:1024px) {
    footer[role=contentinfo] ul {
        text-align: left
    }
}

footer[role=contentinfo] ul li {
    display: inline-block;
    padding: 1.5em
}

footer[role=contentinfo] p.copyright {
    padding: 1.5em;
    margin: 0;
    text-align: center;
    font-size: .8em
}

.home-client {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 2em
}

#contacto {
    background: none;
    color: #000;
    text-decoration: underline;
    padding: 0;
    text-transform: none
}

@media (min-width:768px) {
    .catalog {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center
    }
}

.catalog .item {
    display: block;
    padding: 1em;
    margin-bottom: 50px;
    transition: background-color .5s;
    box-sizing: border-box;
}

    .catalog .item:hover {
        background-color: #aeaeae
    }

    .catalog .item h2 {
        font-size: 1.4em
    }

@media (min-width:768px) {
    .catalog .item {
        width: 50%; /* dues columnes a la tablet */
    }

    .catalog .item h2 {
        font-size: 1em
    }
}

@media (min-width:1024px) {
    .catalog .item {
        width: 33.3%; /* quatre columnes al desktop */
    }

    .catalog .item h2 {
        font-size: 1.4em
    }
}

.catalog .item h3 {
    font-size: 1em;
    margin: 0
}

.actions {
    padding: 1.5em;
    margin-top: 50px
}

@media (min-width:768px) {
    .actions {
        display: -ms-flexbox;
        display: flex
    }
}

.actions .catalog input.botocorporatiu, .actions input.button, .catalog .actions input.botocorporatiu {
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    width: 80%;
    font-size: .9em
}

@media (min-width:768px) {
    .actions .catalog input.botocorporatiu, .actions input.button, .catalog .actions input.botocorporatiu {
        margin: 0 20px;
        font-size: 1em
    }
}

.product-detail {
    padding: 1.5em;
    text-align: center
}

@media (min-width:768px) {
    .product-detail {
        padding: 3em
    }
}

.product-detail h2 {
    text-transform: uppercase;
    font-size: 2em
}

    .product-detail h2 strong {
        color: #deddd9;
        display: block
    }

@media (min-width:768px) {
    .product-detail h2 strong {
        display: inline-block
    }
}

.product-detail h3 {
    text-transform: uppercase;
    font-size: 2em
}

.product-detail img {
    margin-bottom: 50px
}

.choose-product--header {
    width: 100%;
    color: #fff;
    margin-top: 50px
}

@media (min-width:1024px) {
    .choose-product--header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.choose-product--header h2, .choose-product--header h3 {
    margin: 0;
    padding: 1em;
    padding-bottom: .5em;
    text-align: center;
    font-weight: 400;
    font-size: 2.5em;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .choose-product--header h2, .choose-product--header h3 {
        padding: 1.5em;
        text-align: left
    }
}

.choose-product--header h2 {
    background: #deddd9;
    box-sizing: border-box;
    font-size: 2.5em;
    position: relative
}

@media (min-width:1024px) {
    .choose-product--header h2 {
        font-size: 3em;
        width: 50%;
        text-align: left;
        min-height: 200px
    }
}

.choose-product--header h2:before {
    content: "";
    display: block;
    background: url(../images/essity_arrow_down_magenta.svg) 100% no-repeat;
    right: 0;
    top: auto;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background-size: 100% 100%;
    position: absolute
}

@media (min-width:1024px) {
    .choose-product--header h2:before {
        background: url(../images/essity_arrow_panel_magenta.svg) 100% no-repeat;
        right: -70px;
        top: 0;
        bottom: auto;
        width: 70px;
        height: 100%
    }
}

.choose-product--header h3 {
    background: #333;
    display: block;
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 2.5em
}

@media (min-width:1024px) {
    .choose-product--header h3 {
        width: 50%;
        padding: 0
    }
}

.choose-product--header h3 strong {
    color: #deddd9;
    font-size: 2em
}

@media (min-width:1024px) {
    .choose-product--header h3 strong {
        font-size: 3.5em
    }
}

.options--wrapper {
    background: #e1e1e1;
    padding: 0 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .options--wrapper {
        margin-top: -4em
    }
}

.options--wrapper .conditions {
    width: 100%;
    max-width: 700px;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto
}

@media (min-width:768px) {
    .options--wrapper .conditions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .options--wrapper .conditions {
        margin: 120px auto 150px
    }
}

.options--wrapper .conditions .condition {
    text-align: center
}

    .options--wrapper .conditions .condition:nth-child(2) {
        width: 16%;
        margin: 30px auto
    }

@media (min-width:768px) {
    .options--wrapper .conditions .condition {
        width: 47%
    }

        .options--wrapper .conditions .condition:nth-child(2) {
            width: 6%
        }
}

.options--wrapper .conditions .condition p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    margin: 0;
    margin-top: 30px
}

@media (min-width:768px) {
    .options--wrapper .conditions .condition p {
        font-size: 1.5em
    }
}

.options--wrapper .conditions .condition strong {
    font-size: 3em;
    margin-right: 20px;
    letter-spacing: -10px
}

.options--wrapper .conditions .condition small {
    font-size: 1em;
    text-transform: uppercase
}

.product--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1024px) {
    .product--wrapper {
        margin-top: -100px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.product--wrapper h3 {
    background: #deddd9;
    color: #fff;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.5em;
    padding-top: 1em;
    padding-bottom: .5em;
    position: relative
}

@media (max-width:1024px) {
    .product--wrapper h3 {
        width: 100%
    }
}

@media (min-width:1024px) {
    .product--wrapper h3 {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:768px) {
    .product--wrapper h3 {
        padding-bottom: 0
    }
}

@media (min-width:1024px) {
    .product--wrapper h3 {
        padding-top: 0;
        padding-left: 1em;
        margin-right: 50px
    }
}

@media (min-width:1140px) {
    .product--wrapper h3 {
        font-size: 1.8em
    }
}

.product--wrapper h3:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/essity_arrow_down_magenta.svg) 100% no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: auto;
    bottom: -50px;
    width: 100%;
    height: 50px
}

@media (min-width:1024px) {
    .product--wrapper h3:before {
        background: url(../images/essity_arrow_panel_magenta.svg) 100% no-repeat;
        background-size: 100% 100%;
        right: -50px;
        top: 0;
        bottom: auto;
        width: 50px;
        height: 100%
    }
}

.catalog .product--wrapper .botocorporatiu, .product--wrapper .button, .product--wrapper .catalog .botocorporatiu {
    width: 100%;
    font-size: 1em
}

@media (min-width:1024px) {
    .catalog .product--wrapper .botocorporatiu, .product--wrapper .button, .product--wrapper .catalog .botocorporatiu {
        font-size: .8em
    }
}

@media (min-width:1250px) {
    .catalog .product--wrapper .botocorporatiu, .product--wrapper .button, .product--wrapper .catalog .botocorporatiu {
        font-size: 1em
    }
}

.product--wrapper .product--item, .product--wrapper h3 {
    text-align: center
}

@media (min-width:1024px) {
    .product--wrapper .product--item, .product--wrapper h3 {
        width: 20%;
        text-align: left
    }
}

.product--wrapper .product--item {
    padding: 2em;
    box-sizing: border-box;
    margin-top: auto
}

@media (max-width:1024px) {
    .product--wrapper .product--item {
        padding: .5em;
        width: 50%
    }
}

.product--wrapper .product--item img {
    margin-bottom: 20px;
    padding: .5em
}

.start--form-wrapper {
    position: relative
}

    .start--form-wrapper h2 {
        background: #deddd9;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        position: absolute;
        padding: 1em 2em;
        box-sizing: border-box;
        padding-bottom: .3em;
        top: 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 2.5em;
        font-weight: 400
    }

@media (min-width:1024px) {
    .start--form-wrapper h2 {
        width: 50%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.start--form-wrapper h2:before {
    position: absolute;
    height: 46px;
    display: block;
    content: "";
    background: url(../images/essity_arrow_down_magenta.svg) bottom no-repeat;
    background-size: 100% 100%;
    width: 100%;
    bottom: -46px;
    left: 0
}

.start--form-wrapper .form--wrapper {
    position: relative;
    background: #333;
    color: #fff;
    min-height: 500px
}

@media (min-width:1024px) {
    .start--form-wrapper .form--wrapper {
        border-radius: 10px;
        margin: 40px 0
    }
}

.start--form-wrapper .form-picture-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .start--form-wrapper .form-picture-wrapper .input-file-wrapper {
        padding-top: 150px;
        margin: 150px auto;
        text-align: center
    }

        .start--form-wrapper .form-picture-wrapper .input-file-wrapper input[type=file] {
            margin: 20px auto;
            display: block
        }

.start--form-wrapper .form-pack-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 500px
}

    .start--form-wrapper .form-pack-wrapper h2 {
        top: -100px
    }

    .start--form-wrapper .form-pack-wrapper .pack {
        margin: 2em auto;
        width: 80%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

@media (min-width:1024px) {
    .start--form-wrapper .form-pack-wrapper .pack {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.start--form-wrapper .form-pack-wrapper .pack span {
    width: 33%;
    text-align: right
}

@media (max-width:1024px) {
    .start--form-wrapper .form-pack-wrapper .pack span {
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        display: inline-block;
        margin: 1em 0
    }
}

.start--form-wrapper .form-pack-wrapper .pack select {
    width: 33%;
    height: 2.5em;
    margin: 0 2em
}

@media (max-width:1024px) {
    .start--form-wrapper .form-pack-wrapper .pack select {
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }
}

.start--form-wrapper .form-pack-wrapper .pack .image {
    width: 33%
}

@media (max-width:1024px) {
    .start--form-wrapper .form-pack-wrapper .pack .image {
        -ms-flex-order: 1;
        order: 1
    }
}

.start--form-wrapper .form-pack-wrapper .actions {
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.start--form-wrapper .input-pack-wrapper {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 100px
}

@media (min-width:768px) {
    .start--form-wrapper .input-pack-wrapper {
        padding-top: 50px
    }
}

.start--form-wrapper .input-pack-wrapper .pack {
    display: -ms-flexbox;
    display: flex
}

.order-confirm {
    background: #333;
    color: hsla(0,0%,100%,.8);
    padding: 2em;
    margin: 0 auto
}

    .order-confirm .form--header {
        text-transform: uppercase
    }

        .order-confirm .form--header h2 {
            font-size: 2em
        }

    .order-confirm .form--cash-carry {
        margin-bottom: 80px
    }

    .order-confirm .actions {
        text-align: center;
        margin-top: 2em
    }

    .order-confirm h3 {
        color: #fff;
        text-align: center
    }

@media (min-width:1024px) {
    .order-confirm {
        border-radius: 10px;
        margin: 2em 0
    }
}

.order-confirm .form--wrapper {
    margin: 0 auto
}

@media (min-width:1024px) {
    .order-confirm .form--wrapper {
        width: 50%
    }
}

.order-confirm .form--header {
    text-align: center;
    margin-bottom: 2em;
    color: #fff
}

    .order-confirm .form--header p {
        font-size: .8em
    }

#galetes {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c9c9c9;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 1em;
    z-index: 99
}

    #galetes span {
        display: block;
        margin-bottom: 1em
    }

    #galetes input[type=submit] {
        font-size: .7em
    }

    #pensant {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(230,235,241,0.8);
        z-index: 900;
        text-align: center;
        cursor: progress
    }

    #pensant img {
        margin-top: 25%
    }