footer {
    padding: 50px 0;
    clear: both;
}

footer > .container.desktop h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #060606;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer > .container.desktop ul li {
    padding: 3px 0;
}

footer > .container.desktop ul li.empty {
    padding: 0;
}

footer > .container.desktop ul li a {
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #8a999f;
}

footer > .container.desktop ul li a:focus,
footer > .container.desktop ul li a:hover {
    color: #4e626a;
}

footer > .container.desktop ul.marginFirst li a {
    font-size: 12px;
}

footer > .container.desktop ul li a:before {
    content: "> ";
}

footer > .container.desktop .social-container a {
    display: inline-block;
    padding: 8px 10px;
    background-color: #df000a;
    margin: 5px;
}

footer > .container.desktop .social-container a:hover {
    background-color: #ff1c26;
}

footer > .container.desktop .social-container i {
    color: #fff;
}

footer > .container.desktop ul.footerNav {
    padding: 8px 0;
    text-align: center;
    background: #fff;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    margin-top: 55px;
}

footer > .container.desktop ul.footerNav li:first-child {
    background: none;
}

footer > .container.desktop ul.footerNav > li:last-child {
    background: none;
}

footer > .container.desktop ul.footerNav > li {
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    background: url("/img/front/footer_menu_sep.png") no-repeat 0 13px;
    padding: 0 16px 0 18px;
    color: #212121;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
}

footer > .container.desktop ul.footerNav a {
    height: 34px;
    line-height: 34px;
    color: #535e62;
    font-size: 11px;
    font-weight: 600;
}

footer > .container.desktop ul.footerNav a:focus,
footer > .container.desktop ul.footerNav a:hover {
    color: #df000a;
}

footer > .container.desktop ul.footerNav li a:before {
    content: "";
}

footer > .container.mobile .country-choice {
    text-align: center;
    font-weight: 600;
    margin: 0;
}

footer > .container.mobile .country-choice select {
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 10px;
}

footer > .container.mobile .country-choice img {
    height: 20px;
}

footer > .container.mobile .copyright {
    text-align: center;
    font-size: 12px;
}

.find-store a {
    font-size: 13px;
    line-height: 2.3;
    color: #535e62;
    display: block;
}

.find-store a i {
    color: #df000a;
}

.select-with-flags{
    display: inline-block;
    float: left;
    font-family: Open Sans;
    font-size: 13px;
    color: #535e62;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    cursor: default;
    background-color: #ffffff;
    border-top: solid 1px #d7dbe7;
}

footer > .container.desktop .select-with-flags .options li,
footer > .container.desktop .select-with-flags .selected-option{
    height: 34px;
    line-height: 31px;
    width: 157px;
    padding-left: 11px;
    border: solid 1px #d7dbe7;
    border-top: none;
    text-align: left;
}

.select-with-flags .options {
    display: none;
    margin-bottom: 0;
    box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.14);
}

.select-with-flags .selected-option{
    display: inline-block;
}

.select-with-flags img{
    width: 18px;
    height: 18px;
    margin-right: 14px;
}

.select-with-flags .selected-option i{
    float: right;
    margin-right: 13px;
    line-height: 34px;
    font-size: 20px;
    color: #9ca5ba;
}

.select-with-flags .options li.active {
    display: none;
}

.mailcollect.mobile {
    text-align: center;
}

.mailcollect.mobile h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #060606;
    margin-bottom: 20px;
}

.mailcollect.mobile small {
    color: #9ca5ba;
    font-size: 10px;
}

.mailcollect.mobile form {
    margin: 15px 0;
    height: 50px;
}

.mailcollect.mobile form > input {
    line-height: 48px;
    border: 1px solid #dbe2e8;
    border-radius: 5px;
    padding-left: 15px;
    width: 80%;
    float: left;
}

.mailcollect.mobile form > button {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #9ac127;
    float: right;
}

.mailcollect.mobile form > button > i {
    font-size: 20px;
    color: #9ac127;
    margin-left: 5px;
}

.mailcollect.mobile a{
    color: #9ca5ba;
}

.five-reasons-container {
    overflow: hidden;
    padding: 50px 0;
    background-color: #f2f4fa;
    clear: both;
}

@media screen and (min-width: 768px) {
    .five-reasons-container .row {
        margin-left: -12%;
        margin-right: -12%;
    }
}

.five-reasons-container h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #060606;
    margin-bottom: 20px;
    padding-left: 15px;
}

.five-reasons-container h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #060606;
}

.five-reasons-container p {
    font-size: 12px;
    line-height: 2;
    color: #535e62;
}

.five-reasons-container a.why {
    display: block;
    overflow: hidden;
}

.five-reasons-container img {
    height: 37px;
    width: 29px;
}

.five-reasons-container .head {
    margin-top: 25px;
}

.five-reasons-container .why-image {
    position: relative;
}

.five-reasons-container .why-image .img-desktop {
    display: block;
}

.five-reasons-container .why-image .img-mobile {
    display: none;
}

.five-reasons-container .why-image:after {
    display: block;
    border: 1px solid #d7dbe7;
    content: " ";
    position: absolute;
    right: 0;
    width: calc(100% - 29px);
    top: 60%;
}

@media screen and (max-width: 767px) {
    .five-reasons-container {
        background-color: #fff;
        padding: 0;
    }
    .five-reasons-container h2 {
        padding: 0;
        text-align: center;
    }
    .five-reasons-container a.why {
        padding: 5%;
    }
    .five-reasons-container h4,
    .five-reasons-container p {
        margin-left: 30%;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .five-reasons-container .head {
        width: 15%;
        margin: 0;
        text-align: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .five-reasons-container .why-image:after {
        display: none;
    }
    .five-reasons-container .why-image .img-desktop {
        display: none;
    }
    .five-reasons-container .why-image .img-mobile {
        display: block;
    }
    .five-reasons-container img {
        width: 50px;
        height: auto;
    }
}
