*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0
}
footer,
main,
section {
    display: block
}

body,
input,
button {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a {
    background-color: transparent
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

img {
    max-width: 100%;
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    *margin: 0
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

[tabindex='-1']:focus {
    outline: none
}

a,
button,
[role="button"],
input,
label,
select,
textarea {
    touch-action: manipulation
}

.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px
}

.grid::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 767px) {
    .grid {
        margin-left: -22px
    }
}

.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .grid__item {
        padding-left: 22px
    }
}

.grid__item[class*="--push"] {
    position: relative
}

.one-half {
    width: 50%
}
.one-quarter {
    width: 25%
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media only screen and (max-width: 767px) {
    .small--one-half {
        width: 50%
    }
    .small--one-quarter {
        width: 25%
    }
    .small--text-left {
        text-align: left !important
    }
    .small--text-right {
        text-align: right !important
    }
    .small--text-center {
        text-align: center !important
    }
}

@media only screen and (min-width: 768px) {
    .medium-up--one-whole {
        width: 100%
    }
    .medium-up--one-half {
        width: 50%
    }
    .medium-up--one-quarter {
        width: 25%
    }
    .medium-up--text-left {
        text-align: left !important
    }
    .medium-up--text-right {
        text-align: right !important
    }
    .medium-up--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width: 767px) {
    .small--push-one-half {
        left: 50%
    }
    .small--push-one-quarter {
        left: 25%
    }
}

@media only screen and (min-width: 768px) {
    .medium-up--push-one-half {
        left: 50%
    }
    .medium-up--push-one-quarter {
        left: 25%
    }
}

body,
html {
    background-color: #fff
}

.page-width {
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto
}

.page-width::after {
    content: '';
    display: table;
    clear: both
}

.main-content {
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .main-content {
        padding-top: 55px;
		padding-bottom: 20px;
    }
}

body,
input,
button {
    font-size: 16px;
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    *font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: #494949;
    line-height: 1.5
}

@media only screen and (max-width: 989px) {
    input,
    button {
        font-size: 16px
    }
}

.h4{
    margin: 0 0 7.5px;
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    *font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.h4 a{
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

.h4 {
    font-size: 1.25em
}

@media only screen and (max-width: 767px) {
    .h4 {
        font-size: 1.125em
    }
}

p {
    color: #757575;
    margin: 0 0 8.33333px
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 0.9375em
    }
}

p:last-child {
    margin-bottom: 0
}

li {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

a {
    color: #494949;
    text-decoration: none
}

a:hover,
a:focus {
    opacity: 0.8
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #d46e00;
    color: #fff;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px
}

@media only screen and (min-width: 768px) {
    .btn {
        padding: 10px 18px
    }
}

.btn:hover,
.btn:focus {
    opacity: 0.8
}

.btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #68c3f3;
    color: #fff
}

.btn--small {
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
    padding: 8px 10px;
    font-size: 0.75em;
    line-height: 1
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #494949;
    text-align: left
}

.btn--link:hover,
.btn--link:focus {
    opacity: 0.8
}

.btn--link .icon {
    vertical-align: middle
}

.btn--disabled {
    opacity: 0.5;
    cursor: default
}

.btn--disabled:hover,
.btn--disabled:focus {
    opacity: 0.5
}

.btn--has-icon-after .icon {
    margin-left: 10px
}

.btn--has-icon-before .icon {
    margin-right: 10px
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

form {
    margin: 0
}

button {
    cursor: pointer
}

input[type="submit"] {
    cursor: pointer
}

label {
    display: block;
    margin-bottom: 5px
}

@media only screen and (max-width: 767px) {
    label {
        font-size: 0.875em
    }
}

[type="radio"]+label,
[type="checkbox"]+label {
    display: inline-block;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

input {
    *border: 1px solid #e4e4e4;
    background-color: #fff;
    color: #162950;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px
}

input:focus {
    border-color: #cbcbcb
}

input[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

input {
    padding: 8px 15px
}

@media only screen and (min-width: 768px) {
    input {
        padding: 10px 18px
    }
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate
}

.input-group__field,
.input-group__btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group__field,
.input-group__btn .btn {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) {
    .input-group__field,
    .input-group__btn .btn {
        height: 46px
    }
}

.input-group__field {
    width: 100%;
    border-right: 0;
    border-radius: 2px 0 0 2px
}
.input-group__btn {
    white-space: nowrap;
    width: 1%
}

.input-group__btn .btn {
    border-radius: 0 2px 2px 0;
    white-space: nowrap
}

.page-width {
    padding-left: 55px;
    padding-right: 55px
}

@media only screen and (max-width: 767px) {
    .page-width {
        padding-left: 22px;
        padding-right: 22px
    }
}

.grid--no-gutters {
    margin-left: 0
}

.grid--no-gutters .grid__item {
    padding-left: 0
}

.grid--half-gutters {
    margin-left: -15px
}

.grid--half-gutters>.grid__item {
    padding-left: 15px
}

.grid--double-gutters {
    margin-left: -60px
}

.grid--double-gutters>.grid__item {
    padding-left: 60px
}

.site-footer {
    margin: 55px 0;
    color: #000 !important;
	background-color: rgba(114, 114, 114, 0.1) !important;
    margin-bottom: 0px;
    margin-top: 55px;
}

@media only screen and (max-width: 767px) {
    .site-footer {
        text-align: center
    }
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist--center {
        margin-top: 15px;
        padding-right: 0
    }
}

.site-footer__linklist,
.site-footer__newsletter {
    margin-top: 15px;
	margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist,
    .site-footer__newsletter {
        margin-top: 55px
    }
}

.site-footer__linklist-item {
    display: inline-block;
    padding: 5px 10px
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist-item {
        display: block;
        padding: 0 20px 6px 0
    }
    .site-footer__linklist--center .site-footer__linklist-item {
        display: inline-block;
        padding: 3px 10px
    }
}

.site-footer__newsletter {
    margin: 15px auto 0;
    max-width: 320px
}

@media only screen and (min-width: 768px) {
    .site-footer__newsletter {
        margin: 55px 0 0;
        max-width: none
    }
}

.site-footer__copyright {
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .site-footer__copyright {
        margin-top: 55px
    }
}

.site-footer__copyright {
    text-align: center
}

.site-footer__copyright-content {
    font-size: 0.8125em;
    padding-right: 20px
}

.site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 20px
}

.site-footer__copyright--right .site-footer__copyright-content:first-child {
    padding-left: 0
}

@media only screen and (min-width: 768px) {
    .site-footer__copyright--right .site-footer__copyright-content {
        padding: 0 0 0 30px
    }
}

.site-footer__payment-icons {
    margin-top: 22px
}

@media only screen and (min-width: 768px) {
    .site-footer__payment-icons {
        margin-top: 22px
    }
    .site-footer__copyright--right .site-footer__payment-icons {
        padding-left: 30px
    }
}

.site-footer__payment-icons .payment-icon {
    margin-right: 5px
}

.site-footer__payment-icons .payment-icon:last-child {
    margin-right: 0
}

.site-footer__copyright--bottom {
    margin-top: 15px
}

.align--top-middle {
    text-align: center
}

.align--top-right {
    text-align: right
}

.align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right
}

.newsletter-section {
    padding-top: 55px
}

.index-section--newsletter-background {
    background-color: rgba(117, 117, 117, 0.1)
}

.site-footer__linklist-item a {
    *color: #edeeef;
    color: #000 !important
}

.site-footer__copyright-content a {
    *color: #edeeef;
    color: #3d4246 !important
}

@media only screen and (min-width: 768px) {
    .site-footer__copyright {
        margin-top: 2px
    }
    .site-footer__copyright-content {
        float: right
    }
    .methods-of-payment {
        float: right
    }
}

.br-on-mobile {
    display: none
}

.socials {
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    .pay_div {
        text-align: center !important
    }
    .site-footer {
        padding-top: 0 !important
    }
    .site-footer__copyright-content {
        float: left;
        text-align: center;
        width: 100%
    }
    .livraison {
        text-align: center !important
    }
    .methods-of-payment {
        margin-top: 10px
    }
    .br-on-mobile {
        display: block
    }
    .livraison img {
        padding-bottom: 10px
    }
    .socials {
        margin-top: 14px;
        padding-bottom: 10px
    }
}

.site-footer__copyright-content {
    padding-right: 0
}
