
/***********/

/* SIGN UP */

/***********/

.sign-container {
    width: 100%;
    height: 818px;
    position: relative;
}

.sign-container .sign-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sign-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.sign-container .inner-white-container {
    width: 570px;
    height: 695px;
    background-color: #ffffff;
    padding: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.sign-container .inner-white-container.initial-height {
    height: 286px;
}

.sign-container .inner-white-container.medium-height {
    height: 395px;
}

.sign-container .inner-white-container.large-height {
    height: 430px;
}

.sign-container .inner-white-container h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #060606;
}

.sign-container p.required {
    font-size: 13px;
    line-height: 2.3;
    color: #535e62;
    margin-bottom: 30px;
}

.sign-container .form-group {
    margin-bottom: 30px;
}

.sign-container .form-group.small-mb {
    margin-bottom: 22px;
}

.sign-container .form-control {
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d7dbe7;
}

.sign-container .form-control.inputError {
    border-color: #df000a;
    color: #df000a;
}

.sign-container #register-form .data-privacy-optin input{
    /*width: 13px;*/
}

.sign-container #register-form .form-control.inputError + label + label,
.sign-container #register-form .form-control.inputError + label + label a{
    color: #df000a;
}

.sign-container #register-form label a,
.sign-container #register-form label a:focus,
.sign-container #register-form label a:hover,
.sign-container #register-form label a:visited{
    text-decoration: underline;
}

.sign-container span {
    font-size: 13px;
    font-weight: 600;
    color: #535e62;
    padding-right: 37px;
}

.sign-container .radio input[type="radio"],
.sign-container .radio-inline input[type="radio"] {
    margin: 2px 0 0 -35px;
}

.sign-container label.radio-inline {
    font-size: 13px;
    color: #535e62;
}

.sign-container .radio-inline+.radio-inline {
    margin-left: 40px;
}

.sign-container .errorMessage {
    display: none;
    margin: 0 0 10px;
}

#login-form .submit,
.sign-container .btn.btn-green,
.sign-container .submit {
    margin: 0 auto;
    display: block;
    background: #9ac127;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 40px;
    border: solid 1px #9ac127;
}

#login-form .submit {
    width: 100%;
}

.sign-container .btn.btn-green {
    width: auto;
    font-size: 15px;
    margin-top: 30px;
}

.sign-container .btn.btn-green:hover,
.sign-container .submit:hover {
    color: #9ac127;
    background-color: #fff;
}

/************/

/* 404 page */

/************/

.page-not-found-container {
    width: 100%;
    height: 818px;
    position: relative;
}

.page-not-found-container .sign-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-not-found-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.page-not-found-container .inner-white-container {
    width: 570px;
    height: 710px;
    background-color: #ffffff;
    padding: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page-not-found-container .inner-white-container.initial-height {
    height: 286px;
}

.page-not-found-container .inner-white-container.medium-height {
    height: 265px;
}

.page-not-found-container .inner-white-container.large-height {
    height: 430px;
}

.page-not-found-container .inner-white-container h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #060606;
}

.page-not-found-container .btn.btn-green {
    margin: 0 auto;
    display: block;
    background: #9ac127;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 40px;
    border: solid 1px #9ac127;
    border-radius: unset;
}

.page-not-found-container .btn.btn-green {
    width: auto;
    font-size: 15px;
    margin-top: 30px;
}

.page-not-found-container .btn.btn-green:hover {
    color: #9ac127;
    background-color: #fff;
}

/***************/

/* HOME SWIPER */

/***************/

.swiper-container.home-swiper {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 45.25%;
}

.swiper-container.home-swiper .swiper-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    width: 100% !important;
    height: 200%;
}

.home-swiper .swiper-slide a {
    display: block;
    height: 100%;
}

.home-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.home-swiper .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    font-size: 0;
}

.home-swiper .swiper-slide .mask {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.home-swiper .swiper-slide .btnPlay,
.home-swiper .swiper-slide .mask {
    display: none;
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    cursor: pointer;
}

.home-swiper .swiper-slide:hover .mask {
    display: block;
}

.home-swiper .swiper-slide .btnPlay {
    width: 100px;
    height: 100px;
    background: url("/img/front/btn-video-play.png") left top no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -100em;
    z-index: 8;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    display: block;
}

@media screen and (max-width: 767px) {
    #home-container{
        overflow-x: hidden;
    }
    .swiper-container.home-swiper{
        margin-bottom: 45%;
        padding-top: 74.9%;
        overflow: visible;
    }
    .home-swiper .swiper-slide{
        height: 164.5%;
    }
    .home-swiper .swiper-slide .img{
        height: 60.8%;
    }
}

@media screen and (max-width: 390px) {
    .swiper-container.home-swiper {
        margin-bottom: 50%;
    }
}

@media screen and (max-width: 365px) {
    .swiper-container.home-swiper {
        margin-bottom: 55%;
    }
}

.popin-product-photo-gallery .swiper-button-prev{
    left: -50px;
}

.popin-product-photo-gallery .swiper-button-next{
    right: -50px;
}

.popin-product-photo-gallery .swiper-button-next:before,
.popin-product-photo-gallery .swiper-button-prev:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    text-shadow: 0 1px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.popin-product-photo-gallery .popin-container .swiper-button-next,
.popin-product-photo-gallery .popin-container .swiper-button-prev {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: none;
}

.popin-product-photo-gallery .swiper-button-next:before {
    content: "\e906";
}

.popin-product-photo-gallery .swiper-button-prev:before {
    content: "\e905";
}

.popin-product-photo-gallery .swiper-button-next.swiper-button-disabled,
.popin-product-photo-gallery .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.home-swiper .swiper-pagination-bullet,
.popin-product-photo-gallery .swiper-pagination-bullet,
.store-swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 1;
    box-shadow: 0 2px 3px rgba(0,0,0,0.75);
}

.home-swiper .swiper-pagination-bullet-active,
.popin-product-photo-gallery .swiper-pagination-bullet-active,
.store-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #df000a;
}

.popin-product-photo-gallery .swiper-pagination-bullets{
    bottom: -30px;
    left: 0;
    width: 100%;
}

.popin-product-photo-gallery .swiper-pagination-bullet-active{
    background: #9ac127;
}

.home-swiper .swiper-go-down {
    visibility: hidden;
    background-color: #9ac127;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 44px;
    height: 43px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    border-radius: 100%;
    line-height: 47px;
    cursor: pointer;
}

.home-swiper .swiper-slide-caption {
    position: absolute;
    width: 50%;
    max-width: 400px;
    z-index: 999;
    padding: 2%;
    left: 15%;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .home-swiper .swiper-slide-caption {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 64%;
        min-height: 200px;
        transform: translateY(100%);
        background-color: #fff;
    }
    .home-swiper .swiper-slide-caption .btn-mobile {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.home-swiper .swiper-slide-caption > .side-left {
    display: inline-block;
    width: 60%;
}

.home-swiper .swiper-slide-caption > .side-right {
    float: right;
}

.home-swiper .swiper-slide-caption h3.title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: 15px 0;
}

.home-swiper .swiper-slide-caption .collection,
.home-swiper .swiper-slide-caption .date-price,
.home-swiper .swiper-slide-caption .description,
.home-swiper .swiper-slide-caption .old-price,
.home-swiper .swiper-slide-caption .places {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.home-swiper .swiper-slide-caption .date-price,
.home-swiper .swiper-slide-caption .new-price,
.home-swiper .swiper-slide-caption .old-price {
    text-align: right;
}

.home-swiper .swiper-slide-caption .strikeout {
    font-size: 16px;
    position: relative;
}

.home-swiper .swiper-slide-caption .strikeout::after {
    border-bottom: 0.125em solid #df000a;
    content: "";
    left: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
}

.home-swiper .swiper-slide-caption .new-price {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

@media screen and (max-width: 767px){
    .home-swiper .swiper-slide-caption > .side-left {
        padding-left: 15px;
        float: left;
    }
    .home-swiper .swiper-slide-caption > .side-right {
        padding-right: 15px;
    }
    .home-swiper .swiper-slide-caption .new-price{
        font-size: 22px;
        font-weight: 600;
        margin-top: 15px;
        line-height: 1.18;
    }
    .home-swiper .swiper-slide-caption .strikeout{
        font-weight: normal;
    }
    .home-swiper .swiper-slide-caption .strikeout::after{
        margin-top: 0;
    }
    .home-swiper .swiper-slide-caption .old-price{
        margin-top: -11px;
    }
    .home-swiper .swiper-slide-caption .old-price strong{
        font-size: 14px;
        line-height: 14px;
    }
    .home-swiper .swiper-slide-caption .date-price{
        margin-top: 3px;
        line-height: 13px;
        color: #9ca5ba;
    }
    .home-swiper .swiper-slide-caption .date-price strong{
        font-weight: normal;
    }
}

.home-swiper .swiper-slide-caption .new-price .asterisk {
    position: relative;
    top: -9px;
    font-size: 12px;
    line-height: 36px;
}

@media screen and (max-width: 767px) {
    .home-swiper .swiper-slide-caption .collection,
    .home-swiper .swiper-slide-caption .description,
    .home-swiper .swiper-slide-caption .new-price,
    .home-swiper .swiper-slide-caption .old-price,
    .home-swiper .swiper-slide-caption .places,
    .home-swiper .swiper-slide-caption h3.title {
        color: #000;
    }
    .home-swiper .swiper-slide-caption h3.title.center,
    .home-swiper .swiper-slide-caption .description{
        text-align: center;
    }
}

/*************/

/* FIND SHOP */

/*************/

.magSearchTop {
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .magSearchTop {
        padding-top: 0;
    }
}


.magSearchTop h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #060606;
}

#search-bar-container{
    padding: 0;
}

#home-container a.geolocate {
    display: inline-block;
    color: #8a999f;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #9ac127;
    float: right;
    margin: 0;
    text-align: center;
}

#home-container a.geolocate:hover {
    color: #9ac127;
}

#home-container a.geolocate > i {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #9ac127;
}

#home-container a.geolocate > span {
    display: none;
}

#home-container div.inputMagnify {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    width: 80%;
    background-color: #ffffff;
    border: 1px solid #dbe2e8;
    border-radius: 5px;
}

#home-container .inputMagnify input {
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #8a999f;
}

#home-container .inputMagnify .buttonSearch {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a999f;
}

#home-container .inputMagnify li.as-original {
    width: 100%;
}

#home-container .inputMagnify ul.as-list {
    margin: 0 -15px 0 -15px;
    width: 100% !important;
}

#home-container .inputMagnify ul.as-selections {
    margin-bottom: 0;
}

#home-container .inputMagnify ul.as-selections > li {
    width: 100%;
}

/****************/

/* STATIC PAGES */

/****************/

#main-static-container .list-items.detail-item {
    padding-bottom: 30px;
    margin-bottom: 100px;
}

#main-static-container .list-items > ul {
    list-style: none;
    padding: 0 0.2rem;
}

#main-static-container .list-items > ul > li {
    border: none;
    background: #fff;
    margin: 10px 0;
    padding: 0 30px;
}

#main-static-container .list-items.detail-item > ul > li > a {
    display: block;
    margin: 0;
    padding-left: 19px;
    position: relative;
    height: 62px;
    line-height: 62px;
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    color: #535e62;
    text-decoration: none;
}

#main-static-container .list-items.detail-item > ul > li > a.open {
    color: #df000a;
}

#main-static-container .list-items.detail-item > ul > li > a i {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    transition: all 0.25s linear;
}

#main-static-container .list-items.detail-item > ul > li > a.open i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#main-static-container .list-items.detail-item li .content {
    display: none;
    font-size: 13px;
    line-height: 2;
    color: #535e62;
    padding-bottom: 22px;
    padding-left: 19px;
}

#main-static-container .list-items.detail-item li .content ul {
    margin: 0;
}

#main-static-container .mainBlock {
    padding: 30px 30px 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    #main-static-container .mainBlock {
        padding: 0;
    }
}

#main-static-container .mainBlock img {
    width: 100%;
    max-width: 100%;
}

#main-static-container .mainBlock h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 2;
    color: #060606;
    margin-top: 36px;
    margin-bottom: 0;
}

#main-static-container.cgu .mainBlock h4,
#main-static-container.data-privacy .mainBlock h4{
    font-size: 16px;
    text-transform: uppercase;
}

#main-static-container .mainBlock h4:first-child {
    margin-top: 0;
}

#main-static-container .main-block-text-wrapper {
    font-size: 13px;
    line-height: 2.2;
    color: #535e62;
    padding-left: 21px;
}

.main-block-text-wrapper a {
    color: #535e62;
    text-decoration: underline;
}

#main-static-container .mainBlock h4 i {
    font-size: 10px;
    margin-right: 11px;
}

/***********/

/* SITEMAP */

/***********/

.sitemap h3,
.sitemap li a {
    font-size: 13px;
    line-height: 2;
    color: #535e62;
}

.sitemap li.level-0 a {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    color: #535e62;
}

.sitemap h3 {
    font-weight: 600;
    margin-top: 0;
}

.sitemap li a:focus,
.sitemap li a:hover {
    color: #9ac127;
}

.sitemap p.amount {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #060606;
    margin: 0;
    width: 50%;
    float: left;
    height: 34px;
}

.sitemap .pages {
    width: 50%;
    text-align: right;
    float: right;
}

.sitemap .pages span {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    color: #535e62;
}

.sitemap .pages ol,
.sitemap .pages ul {
    list-style: none;
    display: inline;
    margin-left: 30px;
}

.sitemap .pages li {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border: solid 1px #d7dbe7;
    margin: 0 5px;
}

.sitemap .pages li.current {
    background-color: #9ac127;
    border-color: #9ac127;
    color: #fff;
}

.sitemap .pages li a {
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 34px;
}

.sitemap .pages li,
.sitemap .pages li a {
    font-size: 13px;
    font-weight: 600;
    color: #8a999f;
}

/************/

/* COLORBOX */

/************/

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    background: #fff;
    padding: 0 5px 5px;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: url("/img/front/banner_40_bg.png") repeat 0 0;
    background-color: #000;
}

#colorbox {
    outline: 0;
    background: transparent;
    padding: 25px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
    margin-top: 25px;
}

.cboxIframe {
    background: #fff;
}

#cboxLoadingOverlay {
    background: url("/img/front/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
    background: url("/img/front/loading.gif") no-repeat center center;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxClose {
    background: url("/img/front/btn_close.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: -20px;
    width: 15px;
}

/******************************/

/* COLLECTIONS HOME CONTAINER */

/******************************/

.our-collections {
    padding: 40px 40px 85px;
}

.our-collections h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #060606;
    margin-bottom: 20px;
    padding-left: 5%;
}

.our-collections .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 2px solid #edeff6;
    padding: 30px 60px 10px;
    width: 100%;
    max-width: 1090px;
    height: 464px;
}

@media screen and (max-width: 767px) {
    .our-collections {
        padding: 0;
    }
    .our-collections h2 {
        padding: 0;
        text-align: center;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .our-collections .jcarousel-wrapper {
        border: 0;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: auto;
    }
}

/** Carousel **/

.our-collections .jcarousel {
    position: relative;
    overflow: hidden;
}

.our-collections .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-collections .jcarousel li:hover a.btn.btn-discover {
    visibility: visible;
    opacity: 1;
}

.our-collections .jcarousel li a.btn.btn-discover {
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s ease-out;
}

.our-collections .jcarousel li {
    position: relative;
    background-color: #fff;
    font-size: 11px;
    height: 402px;
    vertical-align: top;
    white-space: normal;
    width: 234px;
    margin: 0 4px;
    padding: 31px 5px;
    float: left;
}

@media screen and (min-width: 768px) {
    .our-collections .jcarousel li:hover {
        background-color: #f2f4fa;
        transition: 0.3s ease-out;
    }
}

@media screen and (max-width: 767px) {
    .our-collections{
        text-align: center;
    }

    .our-collections .jcarousel li a.btn.btn-discover {
        visibility: visible;
    }

    .our-collections .jcarousel li {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .our-collections .jcarousel img {
        width: 100%;
    }

    .our-collections .slider-link {
        position: relative;
        display: block;
    }

    .our-collections .jcarousel li .slider-link h3{
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        transform: translate(-50%,-50%);
        text-transform: uppercase;
        color: #fff;
        font-size: 5rem;
        font-weight: 700;
        line-height: 5rem;
    }

    .our-collections .jcarousel li p {
        margin-top: 3rem;
    }

    .home-collection-title{
        margin-top: 0;
        margin-bottom: 25px;
        padding: 0;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
        color: #060606;
    }

    .home-collection-swiper{
        margin-bottom: 53%;
        padding-top: 75%;
        position: relative;
        height: auto !important;
        width: 100%;
        overflow: visible;
        text-align: center;
    }

    .home-collection-swiper .swiper-wrapper{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .home-collection-swiper .swiper-slide{
        height: 159%;
    }

    .home-collection-swiper a{
        display: inline-block;
        position: relative;
        height: auto;
        width: 100%;
    }

    .home-collection-swiper a.btn.btn-discover.btn-mobile{
        background-color: #fff;
    }

    .home-collection-swiper a h3{
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        text-transform: uppercase;
        color: #fff;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 4.4rem;
    }

    .home-collection-swiper a img{
        height: auto;
        width: 100%;
    }

    .home-collection-swiper .swiper-slide p{
        margin-top: 3rem;
        padding: 0 32px;
        font-size: 13px;
        line-height: 2;
        color: #535e62;
        background-color: #fff;
    }

    #home-container .swiper-slide-caption{
        padding: 2%;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        height: 64%;
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        transform: translateY(100%);
        background-color: #fff;
    }

    .home-collection-pagination .swiper-pagination-bullet{
        margin: 0 5px;
        padding: 2px;
        display: inline-block;
        height: 10px;
        width: 10px;
        background-color: #fff;
        line-height: 10px;
        border-radius: 50%;
        opacity: 1;
    }

    .home-collection-pagination .swiper-pagination-bullet-active{
        padding: 0;
        background-color: transparent;
        border: 2px solid #fff;
    }
}

.our-collections .jcarousel li h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #060606;
    padding: 0 32px;
}

.our-collections .jcarousel li p {
    font-size: 13px;
    line-height: 2;
    color: #535e62;
    padding: 0 32px;
}

/** Carousel Controls **/

.jcarousel-control-next,
.jcarousel-control-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #9ac127;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #9ac127;
    line-height: 28px;
    font-size: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}

.jcarousel-control-next:hover span,
.jcarousel-control-prev:hover span {
    display: block;
}

.jcarousel-control-next.inactive,
.jcarousel-control-next.inactive:active,
.jcarousel-control-next.inactive:focus,
.jcarousel-control-next.inactive:hover,
.jcarousel-control-prev.inactive,
.jcarousel-control-prev.inactive:active,
.jcarousel-control-prev.inactive:focus,
.jcarousel-control-prev.inactive:hover {
    color: #edeff6;
    border-color: #edeff6;
    cursor: default;
}

.jcarousel-control-next:active,
.jcarousel-control-next:focus,
.jcarousel-control-next:hover,
.jcarousel-control-prev:active,
.jcarousel-control-prev:focus,
.jcarousel-control-prev:hover {
    color: #9ac127;
    border-color: #9ac127;
}

@media screen and (max-width: 767px) {
    .jcarousel-control-next,
    .jcarousel-control-prev {
        display: none;
    }
}

/** Carousel Pagination **/

.jcarousel-pagination {
    display: none;
}

@media screen and (max-width: 767px) {
    .jcarousel-pagination {
        display: block;
        position: absolute;
        top: 95vw;
        left: 0;
        right: 0;
        margin: 0;
        text-align: center;
    }

    .jcarousel-pagination a,
    .swiper-container.home-swiper .swiper-pagination-bullet {
        text-decoration: none;
        display: inline-block;
        height: 10px;
        line-height: 10px;
        width: 10px;
        background-color: #fff;
        border-radius: 50%;
        text-indent: -9999px;
        margin: 0 5px;
        padding: 2px;
    }

    .jcarousel-pagination a.active,
    .swiper-container.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: transparent;
        border: 2px solid #fff;
        padding: 0;
    }
}

/******************/

/* HEAD CONTAINER */

/******************/

#head-container {
    padding: 20px 5%;
}

@media screen and (max-width: 767px) {
    #breadcrumb {
        display: none;
    }
}

#breadcrumb a,
#breadcrumb span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    text-align: left;
    color: #6d7380;
}

#breadcrumb a:before,
#breadcrumb span:before {
    content: "/ ";
}

#breadcrumb a:first-child:before {
    content: "";
}

#title {
    margin-top: 5%;
}

#title a {
    text-align: right;
    font-size: 13px;
    color: #535e62;
}

#title .icon-print {
    float: right;
    font-size: 25px;
    line-height: 3;
    color: #535e62;
}

#title a:focus,
#title a:hover {
    color: #a0c535;
}

#title h3 {
    text-align: left;
    font-size: 22px;
}

#title h3 div {
    float: right;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #main-store-container #title > div{
        margin: auto;
        float: none;
    }
    #title{
        margin-top: 0;
    }
    #title h3 {
        text-align: center;
        font-weight: 700;
        font-size: 2em;
        margin: 25px 0;
    }
    #title h3 div {
       display: none;
    }
}


/******************/

/* SIDE CONTAINER */

/******************/

#side-container .side-element {
    padding: 30px 30px 40px;
    margin-bottom: 2rem;
    background-color: #fff;
}

#side-container .side-element.list-links {
    padding: 10%;
}

@media screen and (max-width: 767px) {
    #side-container .side-element.list-links {
        display: none;
    }
}

#side-container .side-element > h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.63;
    text-align: left;
    text-transform: uppercase;
}

#side-container .side-element > hr {
    border-width: 2px;
    border-color: #d7dbe7;
}

#side-container .side-element p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    text-align: left;
    color: #535e62;
}

#side-container .side-element a,
#side-container .side-element a:visited {
    display: block;
    font-size: 14px;
    color: #8a999f;
    text-decoration: none;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
}

@media screen and (max-width: 767px){
    #main-container.main-wishlist-container #side-container{
        padding: 0;
    }
    #main-container.main-wishlist-container #side-container .side-element a,
    #main-container.main-wishlist-container #side-container .side-element a{
        padding-left: 0;
    }
}

#side-container .side-element a.active,
#side-container .side-element a:focus,
#side-container .side-element a:hover {
    color: #a0c535;
    text-decoration: none;
}

#side-container .side-element.list-links a::before {
    font-family: 'icomoon';
    content: "\e902";
    margin-right: 20px;
    position: absolute;
    left: 0;
}

#side-container #product-filters > div {
    position: relative;
    padding: 10%;
    background-color: #fff;
}

#side-container #product-filters > div:last-child {
    margin-bottom: 2rem;
}

#side-container #product-filters > div + div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 45px;
    width: calc(100% - 90px);
    border-top: 2px solid #d7dbe7;
}

#side-container #product-filters > div > h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.63;
    text-align: left;
    text-transform: uppercase;
}

#side-container #product-filters .form-group {
    font-size: 14px;
    color: #8a999f;
    /*height: 30px;*/
    vertical-align: middle;
    line-height: 30px;
    margin: 0;
}

#side-container #product-filters .form-group > label {
    font-weight: normal;
}

#side-container #product-filters .form-group > label > span.count {
    margin-left: 0.5rem;
}

#side-container #product-filters .form-group > label {
    padding-left: 0;
}

#side-container #product-filters .form-group > label::after,
#side-container #product-filters .form-group > label::before {
    left: auto;
    right: 0;
}

#side-container #ecommerce-filter .form-group > label {
    font-weight: 600;
    color: #9ac127;
}

#side-container .side-element .viewMore i {
    margin-right: 14px;
}

p.empty-wishlist {
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#side-container .wishlist-side a,
#side-container .wishlist-side a:visited {
    overflow: hidden;
    display: block;
    line-height: 32px;
    height: 32px;
}

#side-container .wishlist-side a i {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
}

#side-container .wishlist-side a.delete {
    color: #e00f19;
}

#side-container #product-filters .filter-price-container {
    overflow: hidden;
}

#side-container #product-filters .filter-price-container .min-price {
    float: left;
    font-weight: 600;
    color: #9a9a9a;
}

#side-container #product-filters .filter-price-container .max-price {
    float: right;
    font-weight: 600;
    color: #9a9a9a;
}

#side-container #product-filters .filter-price-container .slider-container {
    margin: 40px 18px 40px 22px;
}

#side-container #product-filters .filter-price-container .slider-value {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 50px;
    font-weight: 600;
    color: #9ac127;
    margin-left: -14px;
}

#side-container #product-filters .filter-price-container .noUi-handle {
    position: relative;
}

#side-container #product-filters .filter-price-container .noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 3px solid #9ac127;
}

#side-container #product-filters .filter-price-container .noUi-handle:after,
#side-container #product-filters .filter-price-container .noUi-handle:before {
    display: none;
}

#side-container #product-filters .filter-price-container .noUi-horizontal {
    height: 3px;
}

#side-container #product-filters .filter-price-container .noUi-target {
    border: 0;
}

#side-container #product-filters .filter-price-container .noUi-base {
    margin-top: 7px;
}

#side-container #product-filters .filter-price-container .noUi-horizontal .noUi-handle {
    top: -11px;
}

#side-container #product-filters .filter-price-container .noUi-connect {
    background-color: #9ac127;
    box-shadow: none;
}

#side-container #product-filters .filter-price-container .noUi-target {
    box-shadow: none;
    background-color: #e7e7e7;
}

@media screen and (max-width: 767px) {
    #side-container{
        margin-bottom: 50px;
    }
    #side-container #product-filters > .mobile.header {
        position: relative;
        padding: 15px 30px 15px 0;
        margin: 0;
        text-align: right;
        cursor: pointer;
        font-size: 1.2em;
        border-bottom: 1px solid #d7dbe7;
    }
    #side-container #product-filters > .mobile.header::before {
        font-family: 'icomoon';
        font-size: 1em;
        content: "\e908";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    #side-container #product-filters.active > .mobile.header::before {
        transform: translateY(-50%);
    }
    #side-container #product-filters > div {
        display: none;
        padding: 0;
        cursor: pointer;
        border-bottom: 1px solid #d7dbe7;
    }
    #side-container #product-filters.active > div {
        display: block;
    }
    #side-container #product-filters > div > h3 {
        position: relative;
        padding: 15px 0;
        margin: 0;
        color: rgb(156, 165, 186);
        text-transform: none;
    }
    #side-container #product-filters > div.active > h3 {
        color: #000;
    }
    #side-container #product-filters > div > h3::before {
        font-family: 'icomoon';
        font-size: 0.8em;
        color: rgb(156, 165, 186);
        content: "\e904";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #side-container #product-filters > div.active > h3::before {
        content: "\e907";
        color: #000;
    }
    #side-container #product-filters > div + div::before {
        display: none;
    }
    #side-container #product-filters .form-group {
        display: inline-block;
        color: #000;
        width: 33%;
        margin-right: 5%;
        box-sizing: content-box;
        padding-right: 23px;
    }
    #side-container #product-filters > div.active > .filter-group {
        display: block;
        margin-bottom: 15px;
    }
    #side-container #product-filters #ecommerce-filter .form-group {
        padding-top: 1.5rem;
        /*height: 6rem*/
        width: 100%;
    }
    #side-container #product-filters #ecommerce-filter label {
        font-size: 1.6rem;
    }
    #side-container #product-filters .form-group > label {
        white-space: nowrap;
    }
    #side-container #product-filters .form-group > label > span {
        display: none;
    }
    #side-container #product-filters .filter-price-container .slider-value{
        top: -226%;
    }
}

@media screen and (max-width: 414px){
    #side-container #product-filters .form-group {
        box-sizing: border-box;
        width: 43%;
    }
}

@media screen and (max-width: 390px){
    #side-container #product-filters .form-group {
        width: 100%;
    }
}

#deleteAllProduct {
    display: none;
    margin: auto;
    padding: 25px 0;
    position: relative;
    top: 235px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 235px;
    width: 450px;
}

@media screen and (max-width: 450px){
    #deleteAllProduct{
        width: 100%;
    }
}

#deleteAllProduct.active {
    position: fixed;
    top: 30%;
    z-index: 1032;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.deleteAllProduct-inner-container {
    background-color: #fff;
    overflow: hidden;
    padding: 25px;
    text-align: center;
}

#deleteAllProduct .close:before {
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#deleteAllProduct .close {
    position: absolute;
    top: 5px;
    right: 0;
    float: inherit;
    height: 15px;
    width: 15px;
    opacity: 1;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

#deleteAllProduct .title {
    color: #de000b;
    font-size: 17px;
    font-weight: normal;
    line-height: 1;
}

#deleteAllProduct p {
    padding-top: 4px;
}

#deleteAllProduct .buttons {
    text-align: center;
    padding-top: 6px;
    font-size: 0;
}

#deleteAllProduct input {
    background: #e1000b;
    border: 0;
    height: 34px;
    width: 80px;
    margin: 0 10px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}

/*******************************/

/* LINK TO THE TOP OF THE PAGE */

/*******************************/

#scrollToTop {
    position: fixed;
    bottom: 20px;
    visibility: hidden;
    padding: 15px 0;
    background: #fff;
    cursor: pointer;
    clear: both;
    text-align: center;
    border-radius: 3px;
}

#scrollToTop p {
    margin: 0;
}

#scrollToTop.active {
    visibility: visible;
}

@media screen and (max-width: 767px) {
    #scrollToTop {
        display: none;
    }
}

/***************/

/* SORT SELECT */

/***************/

#sort-chooser {
    display: inline-block;
    position: absolute;
    float: left;
    margin-left: 68px;
    font-family: Open Sans;
    font-size: 13px;
    color: #8a999f;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    cursor: pointer;
    background-color: #ffffff;
    border-top: solid 1px #d7dbe7;
}

#selected-sort {
    display: inline-block;
    color: #9ac127;
}

#selected-sort i {
    float: right;
    margin-right: 13px;
    line-height: inherit;
    font-size: 20px;
    color: #9ca5ba;
}

#sorts {
    display: none;
    margin-bottom: 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14);
}

#selected-sort,
#sorts li {
    height: 34px;
    line-height: 34px;
    width: 190px;
    padding-left: 20px;
    border: solid 1px #d7dbe7;
    border-top: none;
}

#sorts li:hover {
    color: #9ac127;
}

#sorts li.active {
    display: none;
}

/*********************/

/* CONTENT CONTAINER */

/*********************/

#content-container {
    padding-left: 5px;
}

#content-container.search {
    float: left;
}

#content-description {
    margin-bottom: 2rem;
    padding: 20px 50px 10px 50px;
    font-size: 13px;
    line-height: 2;
    color: #535e62;
}

@media screen and (max-width: 767px) {
    #content-container {
        padding-left: 15px;
    }
    #content-description {
        text-align: center;
        padding: 0;
        font-size: 1.2em;
        line-height: 1.2em;
        color: #000;
        font-weight: normal;
        background-color: transparent;
    }
}

#content-description img {
    width: calc(100% + 100px);
    margin: -20px -50px 0 -50px;
}

/*******************/

/* SELLABLE NOTICE */

/*******************/

.sellable-notice {
    margin: 0;
    color: #8a999f;
    font-size: 0.7em;
    font-style: italic;
}

#product-filters .sellable-notice{
    margin-top: 1em;
    line-height: 1.2em;
}

.product-list > .product > .sellable-notice {
    text-align: center
}

#productSheet .sellable-notice {
    margin-top: 1.4em;
}

@media screen and (max-width: 1200px) {
    .product-list > .product > .sellable-notice {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 576px) {
    #product-filters .sellable-notice{
        margin-top: 0;
        margin-bottom: 1em;
    }
    .product-list > .product > .sellable-notice {
        margin-top: 0;
        margin-bottom: 1.5rem;
        padding-left: 15px;
    }
    #productSheet .sellable-notice {
        margin-bottom: 2rem;
    }
}

/****************/

/* PRODUCT ITEM */

/****************/

.product-list {
    margin: -1rem;
}

.product-list > .product {
    margin: 1rem;
    padding: 0;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s ease-in;
    width: calc(50% - 2rem);
    background-color: #fff;
    padding: 1.5rem;
    position: relative;
    vertical-align: top;
}

.product-list > .product.ecommerce {
    border-bottom: 2px solid #9ac127;
}

@media screen and (max-width: 991px) {
    .product-list > .product {
        width: 96%;
    }
}

@media screen and (max-width: 767px){
    .product-list {
        padding: 0;
        margin: 0;
    }
}

.product-list.loading > .product {
    opacity: 0;
}

.product-list > .product[class*="out"] {
    display: none;
}

.product-list > .product:hover {
    border-color: #a0c535;
}

.product-list > .product > a > img {
    width: 100%;
}

.product-list > .product > .icoTv {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

@media screen and (min-width: 1199px) {
    .product-list > .product > .infos {
        padding: 1.5rem;
    }
}

.product-list > .product > .infos .title {
    font-size: 2rem;
    color: #060606;
    font-weight: 600;
    margin: 1rem 0;
    height: 2rem;
    overflow: hidden;
}

.product-list > .product > .infos .description {
    height: 2rem;
    overflow: hidden;
}

.product-list > .product > .infos .messages {
    height: 4rem;
}

.product-list > .product > .infos .messages > p.promo-last-days,
.product-list > .product > .infos .messages > p.delivery-weeks,
.product-list > .product > .infos .messages > p.delivery-days {
    font-weight: 600;
    line-height: 2rem;
    color: #9ac127;
}

.product-list > .product > .infos .messages > p.market-notice {
    font-weight: 600;
    font-style: italic;
    color: #8a999f;
}

.product-list > .product > .infos .messages > p. {
    font-weight: 600;
    line-height: 2rem;
    color: #9ac127;
}

.product-list > .product > .infos .messages > p > i {
    font-size: 2rem;
    vertical-align: middle;
}

.product-list > .product > .infos > .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.product-list > .product > .infos > .footer > .actions-block > .wishlist-button {
    margin-right: 1rem;
}

.product-list > .product > .infos > .footer > .actions-block > .radius-button {
    min-width: auto;
}

.product-list > .product > .infos > .footer > .price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-list > .product > .infos > .footer > .price-container > .price-block > .old {
    margin-right: 0.5rem;
}

.product-list > .product > .infos > .footer > .price-container > p.sellable {
    display: none;
}

.product-list > .product > .infos > .footer > .price-container > p.sellable {
    display: block;
    text-align: right;
    font-size: 0.8em;
    font-weight: 700;
    color: #9ac127;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .main-list-container.bg-gray {
        background-color: #fff;
    }
    #content-container.list-container {
        padding-right: 0;
        padding-left: 0;
    }
    .product-list > .product {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .product-list .product .actions-block {
        display: none;
    }
    .product-list .product .title,
    .product-list .product .description {
        width: calc( 100% - 122px );
    }
    .product-list .product .infos {
        padding: 0 15px;
        position: relative;
    }
    .product-list .product .footer {
        padding-right: 15px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .product-list > .product.ecommerce {
        border-bottom: none;
    }
}

/*********************/

/* RELATIVE PRODUCTS */

/*********************/

.news-products,
.recent-products,
.relative-products {
    margin: 50px 0;
}

.recent-products .product-list,
.relative-products .product-list {
    padding: 0;
}

.recent-products .product-list > .product,
.relative-products .product-list > .product {
    padding: 0;
    width: 21%;
    margin: 1% 2%;
}

.recent-products .product-list > .product .wishlist-button,
.relative-products .product-list > .product .wishlist-button {
    display: none;
}

@media screen and (min-width: 1199px) {
    .recent-products .product-list > .product > .infos,
    .relative-products .product-list > .product > .infos {
        padding: 1.5rem 0.8rem;
    }
}

@media screen and (max-width: 991px) {
    .recent-products .product-list > .product,
    .relative-products .product-list > .product {
        width: 46%;
        margin: 2%;
    }
}

@media screen and (max-width: 767px) {
    .recent-products .product-list > .product,
    .relative-products .product-list > .product {
        width: 100%;
        margin: 0;
    }
}

.news-products h3,
.recent-products h3,
.relative-products h3 {
    padding-left: 15px;
    margin-bottom: 20px;
}

.recent-products .product-list .info,
.relative-products .product-list .info {
    padding: 0;
}

.recent-products .product-list .promo-price,
.relative-products .product-list .promo-price {
    padding-right: 10px;
}

.relative-products .description {
    display: none;
}

.recent-products .product-list .description-full,
.relative-products .product-list .description-full {
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.recent-products .product-list .add-container,
.recent-products .product-list .remove-container,
.relative-products .product-list .add-container,
.relative-products .product-list .remove-container {
    display: none;
}

.recent-products .product-list .display-container,
.relative-products .product-list .display-container {
    margin: 0;
}

.recent-products .product-list .footer,
.relative-products .product-list .footer {
    margin-top: 1rem;
}

/********************/

/* SEND EMAIL POPIN */

/********************/

#sendEmailPopin {
    position: fixed;
    top: -9999px;
    width: 580px;
    padding: 25px 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sendEmailPopin-inner-container {
    background-color: #fff;
    overflow: hidden;
    padding: 25px;
}

.sendEmailPopin-inner-container .sendEmailForm {
    overflow: auto;
    max-height: 460px;
    margin-bottom: 10px;
}

.sendEmailPopin-inner-container a.addEmailField {
    font-size: 13px;
    font-weight: 600;
    color: #9ac127;
    line-height: 40px;
}

#sendEmailPopin .close:before {
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sendEmailPopin .close {
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    float: inherit;
}

#sendEmailPopin .tit {
    font-size: 30px;
    font-weight: 600;
    color: #060606;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.sendEmailForm .form-control {
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d7dbe7;
}

.sendEmailForm textarea.form-control {
    height: auto;
}

.sendEmailForm .form-group:last-child {
    margin-bottom: 15px;
}

.sendEmailForm .form-control:focus {
    border-color: #d7dbe7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sendEmailForm .form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    #sendEmailPopin{
        display: none;
        padding: 0;
        top: 0 !important;
        bottom: 0;
        width: 100%;
    }
    #sendEmailPopin .close{
        right: 5px;
        height: auto;
        width: auto;
        font-size: 25px;
        color: #000;
    }
    #sendEmailPopin .sendEmailPopin-inner-container{
        height: 100%;
        overflow-y: scroll;
    }
    .sendEmailPopin-inner-container .sendEmailForm{
        max-height: none;
        overflow: visible;
    }
    #sendEmailPopin .tit{
        font-size: 1.1em;
    }
    #sendEmailPopin #shareWishlistForm{
        /*overflow: visible;*/
    }
    .sendEmailForm .form-group{
        margin-bottom: 1.5em;
    }
}

.sendEmailFormf .element {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.sendEmailFormf .element .text {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    color: #000;
    padding: 0 5px;
    width: 458px;
    font-family: Arial, Helvetica, sans-serif;
}

.sendEmailFormf .element textarea.text {
    padding: 0 5px;
    height: 55px;
}

input[type=button],
input[type=email],
input[type=password],
input[type=submit],
input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/*.sendEmailForm .element .placehoder {
    background: url('/img/front/blank.gif');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 11px;
    z-index: 9;
    color: #666;
    text-indent: 7px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: text;
}*/

.sendEmailForm .emails {
    overflow: hidden;
}

.sendEmailForm .form-group .text.invalid {
    border-color: #df000a;
    color: #df000a;
}

.sendEmailPopin-inner-container .errorMessage {
    color: #df000a;
    padding-bottom: 10px;
    display: none;
    text-align: center;
}

a.arrowRed {
    background: url("/img/front/ic-sprites.png") 0 -194px no-repeat;
    display: inline-block;
    font-size: 11px;
    min-height: 12px;
    padding-left: 11px;
    cursor: pointer;
    color: #000;
    line-height: 18px;
}

.sendEmailPopin-inner-container .element .submit {
    float: right;
    height: 40px;
    background: #9ac127;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 39px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    width: 130px;
    border: solid 1px #9ac127;
}

.sendEmailPopin-inner-container .element .submit:hover {
    color: #9ac127;
    background-color: #fff;
}

#exposeMask {
    background: url("/img/front/banner_40_bg.png");
}

#exposeMask.active{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    opacity: 0.8;
    z-index: 1031;
    background-color: transparent;
}

@media print {
    body,
    html {
        size: A4;
        margin: 0;
    }

    .product-infos-wrapper {
        padding-bottom: 50px;
    }

    #product-description-container,
    #product-options-container,
    #product-price-container {
        margin-right: 50px;
    }

    .relative-products {
        margin: 0;
    }

    .relative-products .product-list {
        padding-left: 0;
    }

    .relative-products h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .five-reasons-container {
        padding-bottom: 0;
    }

    .five-reasons-container .container.additional-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .locate-store,
    .social-area,
    footer {
        display: none;
    }
}

/************/

/* WISHLIST */

/************/

.main-wishlist-container .wishlist.account.container {
    padding-top: 0;
}

.main-wishlist-container .side-element .links-container {
    display: block;
}

.main-wishlist-container .side-element hr {
    display: none;
}

.infos > .wishlist-button.remove {
    display: none;
}

@media screen and (max-width: 576px) {
    .main-wishlist-container.bg-gray {
        background-color: #fff;
    }
    .main-wishlist-container .wishlist.account.container #title i {
        display: none;
    }
    #side-container {
        margin-bottom: 4.5rem;
    }
    #side-container .side-element {
        padding: 0;
    }
    .main-wishlist-container .side-element .title {
        display: none;
    }
    .main-wishlist-container .side-element hr {
        display: block;
    }
    .main-wishlist-container .side-element .links-container {
        margin-bottom: 4rem;
        display: flex;
    }
    #side-container .wishlist-side a,
    #side-container .wishlist-side a:visited {
        padding: 0;
        height: auto;
        overflow: visible;
        text-align: center;
        width: 33.33333333%;
    }
    .main-wishlist-container .side-element .links-container i,
    .main-wishlist-container .side-element .links-container span {
        display: block;
    }
    #side-container .wishlist-side a i {
        padding: 10px;
        height: auto;
        font-size: 25px;
        line-height: normal;
        border: solid 1px;
        border-radius: 100%;
    }
    .main-wishlist-container .side-element .links-container span {
        margin-top: 1.5rem;
        line-height: normal;
    }
    .main-wishlist-container .product-list > .product {
        margin-bottom: 3.8rem;
    }
    .main-wishlist-container .product-list > .product > .infos .messages {
        height: auto;
    }
    .main-wishlist-container .infos > .wishlist-button.remove {
        display: block;
        height: auto;
        width: auto;
        color: #e00f19;
        border: none;
        line-height: normal;
        font-weight: 600;
    }
    .main-wishlist-container .wishlist-button i {
        margin-right: 5px;
        font-size: 1.9rem;
        vertical-align: -3px;
    }
}

/*****************************/

/* FILMS TV - SIDE CONTAINER */

/*****************************/

#news-container {
    padding: 30px 0;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    #news-container {
        display: none;
    }
}

#news-container .side-inner-container {
    padding-left: 30px;
    padding-right: 30px;
}

#news-container h3 {
    margin-bottom: 29px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
}

#news-container .product {
    margin-bottom: 40px;
}

#news-container .product:last-child {
    margin-bottom: 0;
}

#news-container .product h5 {
    margin-top: 20px;
}

#news-container .image-container {
    position: relative;
}

#news-container .cPrice {
    position: absolute;
    top: 0;
    right: 0;
    /*padding-top: 78px;*/
    width: 120px;
    height: 100%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
}

#news-container .cPrice .price-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
    right: 10px;
}

#news-container .cPrice .price-container .old-price {
    text-decoration: line-through;
}

#news-container .price.row {
    position: absolute;
    bottom: 10px;
    right: 12px;
    text-align: right;
}

#news-container .new-price span {
    text-align: right;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

#side-container .old-price {
    position: relative;
    font-size: 16px;
    color: #fff;
}

#side-container .old-price::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid red;
}

#news-container .date-price span.wrap {
    display: inline-block;
    width: 100%;
    height: 11px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

#news-container .info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #535e62;
}

#news-container .info p {
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #535e62;
}

#news-container img {
    width: 100%;
    max-width: 100%;
}

/********************************/

/* FILMS TV - CONTENT CONTAINER */

/********************************/

#films-container {
    margin-top: 20px;
    margin-bottom: 46px;
    padding: 30px;
}

#films-container .videoWrap {
    position: relative;
    padding-top: 56.3%;
}

#films-container .videoWrap #videoPlayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#films-container h3 {
    margin-top: 30px;
    margin-bottom: 50px;
}

#pubTV .recentAd {
    padding: 0;
    text-align: center;
}

#videoList {
    margin-bottom: 20px;
    display: inline-block;
}

#videoList li {
    padding: 10px 10px 30px;
    border: solid 1px transparent;
}

#videoList li:hover {
    border: solid 1px #d7dbe7;
}

#videoList li.active {
    border: solid 1px #9ca5ba;
}

#videoList li:first-child {
    margin-left: 0;
}

#videoList li:last-child {
    margin-right: 0;
}

#videoList li a {
    display: block;
    overflow: hidden;
}

#videoList .picture-container {
    position: relative;
}

#videoList img {
    height: auto;
    width: 100%;
}

#videoList img:hover {
    cursor: pointer;
}

#videoList .icon-play {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 30px;
}

#pubTV .recentAd ul a.selected .icon-play {
    display: none;
}

#videoList p {
    text-align: left;
}

#videoList .video-title {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #060606;
}

#videoList .video-description {
    height: 36px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #535e62;
}

#videoList .icon-play {
    color: #df000a;
}

#videoList li a span.icon-play span {
    top: 5px;
    left: 5px;
    background: white;
    z-index: -1;
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

#more-videos {
    height: 37px;
}

#more-videos a {
    padding: 11px 20px;
    float: right;
    font-size: 11px;
    color: #ffffff;
    background-color: #df000a;
}

#more-videos i {
    margin-right: 11px;
}

@media screen and (max-width: 576px){
    #main-films-container{
        background-color: #fff;
    }
    #main-films-container #wrap-container,
    #main-films-container #wrap-container #films-container{
        padding: 0;
    }
    #main-films-container #wrap-container #content-container{
        padding-left: 15px;
    }
}

/******************/

/* NEWS CONTAINER */

/******************/

@media screen and (max-width: 767px){
    #main-static-container.news-container{
        text-align: center;
    }
}

/*********************/

/* REGIONS CONTAINER */

/*********************/

#main-region-container #title a.geolocate {
    display: inline-block;
    width: 55%;
    height: 25px;
    line-height: 25px;
    color: #8a999f;
    float: left;
    text-align: left;
    margin-top: 20px;
}

#main-region-container #title a.geolocate:hover {
    color: #9ac127;
}

#main-region-container #title a.geolocate > i {
    margin-right: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #9ac127;
}

#main-region-container #title div.inputMagnify {
    position: relative;
    display: inline-block;
    width: 45%;
    background-color: #ffffff;
    border: solid 1px #d7dbe7;
    float: right;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    #main-region-container #title a.geolocate {
        width: 50px;
        height: 50px;
        line-height: 46px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid #9ac127;
        float: right;
        margin: 0;
        text-align: center;
    }
    #main-region-container #title a.geolocate > i {
        margin: 0;
        font-size: 22px;
    }
    #main-region-container #title a.geolocate > span {
        display: none;
    }
    #main-region-container #title div.inputMagnify {
        border: 1px solid #dbe2e8;
        border-radius: 5px;
        padding-right: 15px;
        padding-left: 15px;
        width: 80%;
        float: left;
        margin: 0;
    }
}

#main-region-container #title .inputMagnify input {
    margin-left: 19px;
    padding: 0;
    width: 75%;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    color: #8a999f;
}

#main-region-container #title .inputMagnify .buttonSearch {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a999f;
}

#main-region-container .inputMagnify li.as-original {
    width: 100%;
}

#main-region-container .inputMagnify ul.as-list {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    #main-region-container #title .inputMagnify input{
        margin: 0;
        height: 50px;
    }
    #main-region-container .inputMagnify ul.as-list {
        margin: 0 -15px 0 -15px;
        width: 100% !important;
    }
}

#main-region-container .inputMagnify ul.as-selections {
    margin-bottom: 0;
}

#main-region-container .inputMagnify ul.as-selections > li {
    width: 100%;
}

#googleMap {
    margin-top: 30px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80%;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    #googleMap {
        margin-bottom: 20px;
        height: 450px;
    }
}

#googleMap .storesAdress {
    padding: 0;
    background: none;
    width: 252px;
}

@media screen and (max-width: 767px){
    #googleMap .storesAdress {
        width: 280px;
    }
}

#googleMap .innerPopin {
    padding: 20px;
    position: relative;
    height: 240px;
    width: 302px;
}

@media screen and (max-width: 767px){
    #googleMap .innerPopin {
        width: 320px;
    }
}

.customInfobubbleArrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-top: 13px solid rgb(255, 255, 255);
    border-top: 13px solid rgb(255, 255, 255);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    margin-left: -13px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
}

@media screen and (max-width: 767px){
    .customInfobubbleArrow{
        top: 100%;
        left: 50%;
    }
}

#googleMap .CloseBubble {
    background: url("/img/front/ic-sprites.png") left -637px no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    z-index: 9;
}

#googleMap .innerPopin .buttonContainer {
    height: 62px;
    width: 302px;
    background: white;
    margin-left: -20px;
    padding-left: 20px;
}

#googleMap .innerPopin .name {
    font-size: 16px;
    font-weight: 600;
    color: #060606;
    text-transform: uppercase;
}

#googleMap .innerPopin .address,
#googleMap .innerPopin .phone {
    font-size: 14px;
    font-weight: normal;
    color: #535e62;
}

#googleMap .innerPopin .address {
    margin-bottom: 10px;
}

#googleMap .innerPopin .address > p {
    margin: 0;
}

#googleMap .innerPopin .phone {
    margin-bottom: 24px;
}

#googleMap .phone i {
    margin-left: -7px;
    vertical-align: middle;
    font-size: 31px;
}

#googleMap .phone .phoneNumber {
    margin-top: 1px;
    display: inline-block;
    vertical-align: middle;
}

#googleMap .innerPopin .go {
    display: inline-block;
    width: 262px;
    height: 42px;
    line-height: 42px;
    border: solid 1px #d7dbe7;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #8a999f;
}

@media screen and (max-width: 767px){
    #googleMap .innerPopin .go{
        width: 100%;
    }
}

#googleMap .innerPopin .go:hover {
    color: #ffffff;
    background-color: #9ac127;
    border-color: #9ac127;
}

#storeListSectionArea {
    position: relative;
    clear: both;
}

.scrollTopMap {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 70px;
    width: 333px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d7dbe7;
}

.scrollTopMap a {
    font-size: 13px;
    color: #8a999f;
}

#storeListSectionArea button{
    margin: auto;
    padding-right: 20px;
    position: relative;
    height: 50px;
    width: 100%;
    text-align: left;
    white-space: normal;
    color: #9ca5ba;
    background-color: #fff;
    border-color: #dbe2e8;
}

#storeListSectionArea button::before{
    font-family: 'icomoon';
    font-size: 0.8em;
    content: "\e907";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#storeListSectionArea button.collapsed::before{
    content: "\e904";
}

#storeListSectionArea .mobileList .storeListSection{
    padding-left: 12px;
    border-right: solid 1px #dbe2e8;
    border-bottom: solid 1px #dbe2e8;
    border-left: solid 1px #dbe2e8;
}

@media screen and (max-width: 767px) {
    #storeListSectionArea > h3 {
        text-align: center;
    }
}

.storeListSection {
    clear: both;
    position: relative;
}

.storeListSection > li {
    padding-bottom: 30px;
    padding-left: 40px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .storeListSection > li {
        padding: 0;
    }
}

.storeListSection .head {
    position: relative;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
    background: #DBDBDB;
    padding: 0 8px;
}

.storeListSection .head .number {
    color: #df000a;
    font-size: 12px;
    margin-left: 15px;
    text-transform: lowercase;
}

.storeListContainer {
    margin-bottom: 20px;
    background-color: #f2f4fa;
}

.mobileList .storeListContainer{
    background-color: #fff;
}

#storeListSectionArea .mobileList.searchMobileList{
    display: none;
}

.storeListContainer h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #060606;
}

.mobileList .storeListContainer h4 {
    margin-left: 0;
}

.storeListContainer h4 span {
    text-transform: initial;
    font-size: 16px;
    color: #535e62;
}

.storeListContainer h4 span.number {
    margin-left: 17px;
}

.storeList {
    overflow: hidden;
    position: relative;
}

.storeList li {
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: inline-block;
    width: 333px;
    vertical-align: top;
    font-size: 12px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .storeList li {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #storesearch-wrap-container .storeList li:not([style*="display: none"]):last-child {
        display: none;
    }
}

.storeList p {
    margin: 0;
}

.storeList .img {
    margin-right: 12px;
    padding-top: 2px;
    float: left;
    font-size: 0;
}

.storeList .img img {
    width: 100px;
    height: 61px;
}

.storeList .info {
    display: block;
}

.storeList .info{
    float: right;
    width: calc( 100% - 112px );
}

.storeList .info .address{
    margin-top: 5px;
    color: rgb(83, 94, 98);
}

@media screen and (max-width: 767px){
    .mobileList .storeListSection{
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .mobileList .storeListContainer h4{
        margin-top: 25px;
    }
    .mobileList .storeList .info{
        margin: 9px 0;
        float: none;
        width: 100%;
    }
    .storeList .info .buttonContainer{
        position: relative;
        left: -112px;
        width: calc( 100% + 112px );
    }
}

.storeList .display-store,
.storeList .name,
.storeList .tel {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #535e62;
}

.storeList .display-store,
.storeList .tel {
    text-transform: initial;
    font-weight: normal;
    height: 27px;
}

.storeList .tel i {
    margin-left: -7px;
    vertical-align: middle;
    font-size: 27px;
}

.storeList .display-store:hover {
    color: #df000a;
}

.storeList .display-store i {
    margin-right: 8px;
    font-size: 12px;
    color: #df000a;
}

@media screen and (max-width: 767px) {
    .storeList .buttonContainer > a,
    .storeList a.display-store {
        display: block;
        width: 80%;
        height: 50px;
        color: #9ca5ba;
        background-color: transparent;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid #dbe2e8;
        border-radius: 50px;
        line-height: 46px;
        padding: 0;
        margin: 25px auto;
        text-align: center;
    }
    .storeList .buttonContainer > a:hover,
    .storeList a.display-store:hover {
        color: #000 !important;
        border-color: #000;
    }
    .storeList .buttonContainer > a > i,
    .storeList a.display-store > i {
        display: none;
    }
}

#scrollToTopMap {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 70px;
    width: 333px;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d7dbe7;
}

#scrollToTopMap a {
    font-size: 13px;
    color: #8a999f;
}

/* quick fix to have storelist with different template than inner popin for shop search results */

#storesearch-wrap-container .info a {
    color: #535e62;
}

#storesearch-wrap-container .info a:hover {
    color: #df000a;
}

.innerPopin img {
    display: none;
}

/*******************/

/*   SAVOIR FAIRE  */

/*******************/

.savoirFaire img {
    width: 100%;
    max-width: 100%;
}

.savoirFaire h3.tit{
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    color: #060606;
    text-transform: uppercase;
}

.savoirFaire p.desc {
    font-size: 13px;
    line-height: 1.6;
    color: #535e62;
}

.savoirFaire .row.content > div:first-child {
    border-top: 3px solid #f0f2f5;
    padding: 0 30px 0 0;
}

#items.savoirFaire .list-container{
    padding: 65px 0 0 0;
}

#items.savoirFaire .list-container ul{
    padding: 0 15px 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.6;
    color: #535e62;
}


#items.savoirFaire .list-container ul li{
    display: inline-block;
    width: 50%;
}

#items.savoirFaire .list-container ul li:first-child{
    float: left;
}

#items.savoirFaire .list-container > ul:first-child > li:first-child{
    padding-right: 15px;
}

#items.savoirFaire .list-container > ul:first-child > li:last-child{
    padding-left: 15px;
}

#items.savoirFaire .list-container ul li ul{
    padding: 0;
}

#items.savoirFaire .list-container ul li ul li{
    padding-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 767px){
    #main-static-container.knowledge-service-container{
        padding-bottom: 2rem;
        text-align: center;
    }
    .savoirFaire p.desc{
        margin: 0 0 2rem;
    }
    #items .item .row.content div:first-child{
        padding: 0 15px;
        border: none;
    }
    .mb-100{
        margin-bottom: 0;
    }
    #items.savoirFaire .list-container{
        padding: 3rem 0 0 0;
    }
    #items.savoirFaire .list-container ul{
        text-align: center;
    }
    #items.savoirFaire .list-container ul li{
        display: inline-block;
        width: 100%;
    }
    #items.savoirFaire .list-container > ul:first-child > li:first-child,
    #items.savoirFaire .list-container > ul:first-child > li:last-child{
        padding-right: 0;
        padding-left: 0;
    }
    #items.savoirFaire .list-container > ul:first-child > li:last-child{
        margin-top: 3rem;
    }
}

#main-static-container.contact #formSection > p.header,
#main-static-container.contact #formSection > #contactForm,
#main-static-container.contact #formSection > div.row {
    background-color: #fff;
    padding: 5rem;
    margin-left: -1rem;
    margin-bottom: 2rem;
    margin-right: 0;
}

#main-static-container.contact #formSection > #contactForm textarea {
    border: 1px solid #d7dbe7;
    min-height: 8.2rem;
    width: 100%;
    resize: vertical;
    color: #535e62;
    padding-left: 12px;
}

#main-static-container.contact #formSection > #contactForm label[for*=file] span {
    color: #535e62;
    font-weight: normal;
}

#main-static-container.contact #formSection > #contactForm input[type=file] {
    padding-left: 0;
    border: none;
    box-shadow: none;
    outline: none;
}

#main-static-container.contact #formSection > #contactForm > p {
    margin: 2rem 0 0 0;
}

#main-static-container.contact #formSection .policy.row > h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

#main-static-container.contact #formSection .policy.row > h3:first-child {
    margin-top: 0;
}

#main-static-container.contact #formSection .policy.row > p {
    margin-bottom: 2rem;
}

#main-static-container.contact #formSection .policy.row > *:last-child {
    margin-bottom: 0;
}

#main-static-container.contact #formSection .policy.row .service-client {
    display: none;
}

#anchors-button{
    margin: 0 auto 4rem auto;
    display: block;
    height: 50px;
    width: 80%;
    border: 1px solid #dbe2e8;
    border-radius: 5px;
    background: #fff;
}

#anchors-button .ui-selectmenu-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-transform: uppercase;
    color: #9ca5ba;
}

#anchors-button .ui-selectmenu-icon.ui-icon{
    margin: 0;
    float: none;
    height: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-family: 'icomoon';
    font-size: 0.8em;
    color: #9ca5ba;
    background: none;
    text-indent: 0;
}

#anchors-button.ui-selectmenu-button-closed .ui-selectmenu-icon.ui-icon::after{
    content: "\e904";
}

#anchors-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon::after{
    content: "\e907";
}

html .ui-menu .ui-menu-item-wrapper{
    text-transform: uppercase;
    color: #9ca5ba;
}

html .ui-menu-item-wrapper.ui-state-active{
    color: #fff;
}

/*******************/

/* STORE CONTAINER */

/*******************/

#main-store-container .catalog {
    margin: 20px 0;
    padding: 20px;
    background-color: #f2f4fa;
}

#main-store-container .store-informations .phone.desktop > div{
    line-height: 29px;
}

#main-store-container .store-informations .phone.desktop .mail{
    margin-bottom: 10px;
}

.catalog-picture img {
    width: 100%;
}

.catalog-description .title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #060606;
}

.catalog-description p {
    margin: 0;
}

.catalog-description .description,
.opening-times,
.store-informations {
    font-size: 13px;
    line-height: 1.65;
    color: #535e62;
}

.store-informations i {
    font-size: 25px;
    vertical-align: -6px;
}

.opening-times {
    line-height: 1.9;
}

.opening-times p {
    margin: 0;
}

#main-store-container .opening-times tr{
    font-size: 13px;
    line-height: 26px;
}

#main-store-container .opening-times tr td:first-child{
    width: 30%;
    font-weight: 700;
    color: #535e62;
}

.store-swiper .swiper-wrapper,
.store-swiper .swiper-slide,
.store-swiper .swiper-slide img {
    height: auto !important;
}

.store-swiper .swiper-slide img{
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}

.miniMap .map-info,
.miniMap .parking-info {
    font-size: 13px;
    font-weight: normal;
    line-height: 2.3;
    color: #535e62;
}

.miniMap .map-info strong,
.miniMap .parking-info strong {
    font-weight: 600;
}

#googleMapMin {
    margin-top: 60px;
    height: 440px;
}

@media screen and (max-width: 767px) {
    #main-store-container #content-container{
        text-align: center;
    }
    #main-store-container #content-container .opening-times table{
        margin: 25px auto;
    }
    #main-store-container .opening-times tr{
        font-size: 16px;
        line-height: normal;
    }
    #main-store-container .opening-times tr td:first-child{
        font-weight: 600;
        color: inherit;
    }
    #main-store-container #content-container .address{
        margin: 25px 0;
    }
    #main-store-container h3 {
        margin: 25px auto;
        text-align: center;
        font-weight: 700;
        font-size: 2em;
    }
    #main-store-container .content {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .store-informations i.material-icons {
        font-size: 20px;
    }
    .miniMap {
        margin: 0 -15px;
    }
    .miniMap .map-info,
    .miniMap .parking-info {
        display: none;
    }
}

/*******************/

/* MAINTEANCE PAGE */

/*******************/

.maintenance {
    height: 100%;
}

.maintenance h3 {
    position: absolute;
    top: 106px;
    left: 0;
}
