@charset "UTF-8";

@font-face {
    font-family: 'Aurelig';
    src: url('../font/Aurelig-Regular.eot');
    src: url('../font/Aurelig-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Aurelig-Regular.woff2') format('woff2'),
        url('../font/Aurelig-Regular.woff') format('woff'),
        url('../font/Aurelig-Regular.ttf') format('truetype'),
        url('../font/Aurelig-Regular.svg#Aurelig-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../font/CenturyGothic.eot');
    src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../font/CenturyGothic.woff2') format('woff2'),
        url('../font/CenturyGothic.woff') format('woff'),
        url('../font/CenturyGothic.ttf') format('truetype'),
        url('../font/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.main-color,
.rose,
.rose1 {
    color: #eb6b67;
}
.gris1 {
    color: #666;
}
.gris2 {
    color: #999;
}
.gris3 {
    color: #aaa;
}
.gris4 {
    color: #f5f5f5;
}
.title-font,
body .h2,
body h2 {
    font-family: Raleway, sans-serif;
}
.main-font {
    font-family: 'Century Gothic';
}
*,
:after,
:before {
    box-sizing: border-box;
}
:focus {
    outline: 0 !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b,
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body,
html {
    font-family: 'Century Gothic';
    font-size: 1rem;
    line-height: 1.5rem;
}
iframe {
    max-width: 100%;
}
p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.container {
    width: 1200px;
    padding: 0;
}
#cms #content-wrapper #content .nav-tabs li a,
#content-wrapper .products .product-wishlist .thumbnail-container .thumbnail,
#content-wrapper .products article .thumbnail-container .thumbnail,
#nav-icon,
#nav-icon span,
#product .favorite-standart-icon,
#product .favorite-standart-icon i,
.btn-noir,
.btn-primary,
.btn-secondary,
.hover_img img,
.transition,
body #fixed,
body #fixed ul li span,
body #fixed_overlay,
body #fixed_overlay .content,
body #footer #footer_after table tr td a,
body #footer #footer_after table tr td a i,
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a h3,
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a h3 i,
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a > p,
body #header .header-nav .header-pro-link a,
body #header .header-top .position-static #user_cart .header-picto {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.transition_rapide {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.align-center {
    text-align: center;
}
.img-center {
    margin: auto;
    display: block;
}
.clear {
    clear: both;
}
.ligne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .ligne {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.bootstrap-touchspin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
hr {
    border-top-color: #999 !important;
}
body .ui-autocomplete.ui-widget {
    max-width: 250px;
    overflow: hidden;
    position: relative;
    z-index: 100000;
}
a:hover {
    color: #eb6b67;
}
.dropdown:hover .expand-more {
    color: #eb6b67;
}
.pagination .current a {
    color: #eb6b67;
}
.btn-primary {
    background: #eb6b67;
    color: #fff;
}
.btn-primary:hover {
    background: #000;
}
.btn-primary i,
.btn-primary span {
    color: #fff;
}
.btn-secondary:hover {
    color: #fff !important;
    background: #aaa;
}
.btn-noir {
    background: #666;
    border: 1px solid #6a6a6a;
    color: #fff !important;
}
.btn-noir:hover {
    background: #999;
}
.search-widget form button[type="submit"] .search:hover,
.search-widget form input[type="text"]:focus + button .search {
    color: #eb6b67;
}
.custom-radio input[type="radio"]:checked + span,
.products-sort-order .select-list:hover {
    background: #eb6b67;
}
.block_newsletter form input[type="text"]:focus,
.form-control:focus {
    border-color: #eb6b67;
}
.input-group .input-group-btn > .btn {
    background: #eb6b67;
    border-color: #eb6b67;
}
.btn-primary:disabled,
.btn-primary:disabled:hover {
    background: #999;
}
body .h1,
body h1 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #eb6b67;
    margin-bottom: 20px;
}
body .h2,
body h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    color: #eb6b67;
    text-align: left !important;
    font-weight: 700;
    display: block;
    width: 100%;
    text-transform: none;
}
body .h2:after,
body h2:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #eb6b67;
    background: -webkit-gradient(left top, right top, color-stop(0, #eb6b67), color-stop(100%, rgba(247, 166, 0, 0)));
    background: -webkit-gradient(linear, left top, right top, from(#eb6b67), to(rgba(247, 166, 0, 0)));
    background: linear-gradient(to right, #eb6b67 0, rgba(247, 166, 0, 0) 100%);
}
body .h2 i,
body h2 i {
    display: block !important;
    color: #eb6b67;
    font-size: 20px;
}
body .h3,
body h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
#nav-icon {

    border: none;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
}
#nav-icon span {
    display: block;
    height: 4px;
    width: 26px;
    background: #eb6b67;
    border-radius: 9px;
    position: absolute;
    left: 6px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#nav-icon span:nth-child(1) {
    top: 8px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 16px;
}
#nav-icon span:nth-child(4) {
    top: 24px;
}
#nav-icon.open {
    background: 0 0;
    box-shadow: 0 0 0 #666;
}
#nav-icon.open span {
    background: #fff;
}
#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#iqitmegamenu-mobile {
    display: none !important;
}
.cbp-spmenu-push-toright {
    left: auto;
    display: block;
    width: 100%;
    height: 100%;
}
.cbp-spmenu-push-toright #iqitmegamenu-mobile-content {
    display: block;
    width: 100%;
    height: 100%;
}
.cbp-spmenu-push-toright #iqitmegamenu-mobile-content .cbp-spmenu-open {
    width: 100%;
}
.cbp-spmenu-push-toright #iqitmegamenu-mobile-content .cbp-spmenu-overlay {
    z-index: 5104;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    left: auto;
}
.cbp-spmenu-push-toright #iqitmegamenu-mobile-content .cbp-spmenu-overlay #cbp-close-mobile {
    left: auto;
    right: 0;
    background: #eb6b67;
}
.ombre {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ombre > :first-child {
    border: 10px solid #fff;
    background: #fff;
}
.ombre:after,
.ombre:before {
    position: absolute;
    display: block;
    z-index: -1;
    content: "";
    -webkit-transform: rotate(-1deg) skew(-2deg) translate3d(0, 0, 0);
    transform: rotate(-1deg) skew(-2deg) translate3d(0, 0, 0);
}
.ombre:before {
    width: -webkit-calc(90%);
    width: calc(90%);
    height: -webkit-calc(80%);
    height: calc(80%);
    top: 6px;
    right: 6px;
    box-shadow: 5px -5px 7px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ombre:after {
    width: -webkit-calc(90%);
    width: calc(90%);
    height: -webkit-calc(80%);
    height: calc(80%);
    bottom: 6px;
    left: 6px;
    box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hover_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100%;
    display: block;
}
.hover_img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
}
.hover_img:hover img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}
.slider i.material {
    display: block;
    width: 30px;
    height: 30px;
    color: #eb6b67;
    font-family: Material Icons;
    font-size: 40px;
    line-height: 30px;
    text-indent: -5px;
}
.slider .prev {
    left: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.slider .next {
    right: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
#wrapper .breadcrumb li a {
    color: #999;
    font-size: 0.8125rem;
    line-height: 1.3125rem;
}
#wrapper .breadcrumb li:hover a,
#wrapper .breadcrumb li:last-child a {
    color: #eb6b67;
}
.modal .modal-dialog {
    margin: 30px auto;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
}
.modal .modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 0 5px #666;
    color: #000;
    background: #fff;
    opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header button span {
    color: #000 !important;
}
.modal .modal-dialog .modal-content .modal-body {
    margin: 0 auto !important;
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
}
#favorite_widget .bt-close-favorite,
.favoriteproduct .bt-close-favorite {
    float: right;
    color: #eb6b67;
    font-size: 26px;
}
#favorite_widget .product-title a,
.favoriteproduct .product-title a {
    width: 100%;
    text-transform: none;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: left;
    display: block;
    height: 40px;
}
#favorite_widget .btn-buy,
.favoriteproduct .btn-buy {
    background: 0 0;
}
@media (max-width: 767px) {
    #favorite_widget .card-block,
    .favoriteproduct .card-block {
        padding: 1rem 0;
    }
    #favorite_widget .favorite_add_to_cart_button_mass,
    .favoriteproduct .favorite_add_to_cart_button_mass {
        margin-bottom: 10px;
    }
    #favorite_widget .btn-buy,
    .favoriteproduct .btn-buy {
        padding: 0;
    }
    #favorite_widget .col-md-6,
    .favoriteproduct .col-md-6 {
        padding: 0 5px;
    }
    #favorite_widget .product-title a,
    .favoriteproduct .product-title a {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
}
#product .favorite-standart-icon i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
#product .favorite-standart-icon:hover {
    color: #eb6b67;
}
#product .favorite-standart-icon:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.iziToast-wrapper-bottomCenter {
    display: none !important;
}
.iziToast-wrapper-bottomLeft {
    display: none !important;
}
.button_left {
    box-shadow: 0 0 7px 0 #0000003b;
    display: none;
}
.button_left .svg_hart i {
    font-size: 36px;
}
.button_left .svg_hart .favorite-count {
    font-size: 0.75rem;
    line-height: 1.25rem;
    line-height: 15px;
    width: 20px;
    height: 20px;
}
.favorite-count {
    background: #eb6b67 !important;
}
[sidebarjs].sidebarjs--left {
    opacity: 0;
    visibility: hidden;
    width: 0;
    z-index: -1;
    height: 0;
    left: -100px;
}
[sidebarjs].sidebarjs--left [sidebarjs-container] {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
[sidebarjs].sidebarjs--is-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 9999;
    height: 100%;
    left: 0;
}
[sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
    opacity: 1;
    visibility: visible;
    width: 90%;
    height: 100%;
}
body #iqitmegamenu-mobile-content #iqitmegamenu-accordion .separateur {
    height: 2px;
    background: #333;
}
body #iqitmegamenu-mobile-content #iqitmegamenu-accordion .separateur a {
    display: none;
}
body #header {
    background: #fff !important;
    position: relative;
}
body #header .header-nav {
    background: #f5f5f5;
    height: 32px;
    margin-bottom: 5px;
}
body #header .header-nav .header-nav-link {
    display: block;
    width: 100%;
    text-align: left;
}
body #header .header-nav .header-nav-link li {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    border-right: 1px solid #999;
    text-align: center;
    padding: 0 15px;
}
body #header .header-nav .header-nav-link li a {
    display: block;
    line-height: 20px;
    color: #666;
}
body #header .header-nav .header-nav-link li:last-child {
    border: none;
}
body #header .header-nav .header-nav-link li:hover a {
    color: #eb6b67;
}
body #header .header-nav .header-pro-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    margin: 0;
}
body #header .header-nav .header-pro-link a {
    color: #fff;
    line-height: 32px;
    padding: 0 15px;
    display: block;
}
body #header .header-nav .header-pro-link a i {
    margin-left: 20px;
}
body #header .header-nav .header-pro-link .espace-pro {
    background: #aaa;
}
body #header .header-nav .header-pro-link .espace-pro:hover {
    background: #999;
}
body #header .header-nav .header-pro-link .blog {
    background: #eb6b67;
}
body #header .header-nav .header-pro-link .blog:hover {
    background: #000;
}
@media (max-width: 1200px) {
    body #header .header-nav .container {
        overflow: hidden;
    }
    body #header .header-nav .container .header-pro-link li a {
        padding: 0 8px;
    }
    body #header .header-nav .container .header-pro-link li a i {
        margin-left: 12px;
    }
}
body #header .header-top {
    padding-bottom: 10px;
    position: relative;
    z-index: 200;
}
body #header .header-top #_desktop_logo a {
    width: 300px;
    display: block;
    cursor: pointer;
}
body #header .header-top #_desktop_logo img {
    width: 100%;
}
@media (min-width: 992px) {
    body #header .header-top #_desktop_logo img {
        max-width: 250px;
    }
}
body #header .header-top .position-static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
}

body #header .header-top .position-static .logo-top{
    display: block; width: 120px; margin-left: 10px;
}


@media (min-width: 992px) {
    body #header .header-top .position-static .logo-top{
        display: none;
    }
}



body #header .header-top .position-static #search_language {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: center;
}
body #header .header-top .position-static #search_language .btn-search {
    display: block;
    line-height: 36px;
    width: 30px;
    cursor: pointer;
    text-align: center;
}
body #header .header-top .position-static #search_language .slogan {
    margin: 0 auto 10px;
}
body #header .header-top .position-static #search_language #search_widget {
    display: inline-block;
    vertical-align: top;
    float: none;
}
body #header .header-top .position-static #search_language #search_widget form .ui-autocomplete-input {
    height: 44px;
}
body #header .header-top .position-static #search_language #search_widget form button {
    bottom: 7px;
}
body #header .header-top .position-static #search_language #search_widget form button .search{
    position: relative;
    padding: 0;
}
body #header .header-top .position-static #search_language #_desktop_language_selector {
    display: inline-block;
    vertical-align: top;
}
body #header .header-top .position-static #search_language #_desktop_language_selector .language-selector {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 9px;
    width: 160px;
    height: 44px;
    line-height: 44px;
}
body #header .header-top .position-static #search_language #_desktop_language_selector .language-selector .dropdown-menu {
    width: 160px;
    line-height: 24px;
    left: -1px;
    background: #fff;
}



body #header .header-top .position-static #user_cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

/* 
body #header .header-top .position-static #user_cart #_desktop_user_info,
body #header .header-top .position-static #user_cart .user-cart{flex: 1;} */

body #header .header-top .position-static #user_cart .user_name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: right;
    margin-bottom: 7px;
}
body #header .header-top .position-static #user_cart .blog {
    height: 47px;
}
body #header .header-top .position-static #user_cart #_desktop_user_info {
    height: 45px;
    margin: 0 10px;
}

body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu {
    left: auto;
    top: auto;
    right: 0;
    padding: 15px;
    width: 294px;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu li {
    display: block;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu li a {
    color: #666;
    line-height: 30px;
    display: block;
    width: 100%;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu li a i {
    width: 30px;
    display: inline-block;
    text-align: center;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu li a:hover {
    color: #eb6b67;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .dropdown-menu li a.deconnexion {
    border-top: 1px solid #aaa;
    margin-top: 10px;
    padding-top: 10px;
}

body #header .header-top .position-static #user_cart #_desktop_cart .header {
    color: #eb6b67;
    line-height: 45px;
    padding: 0 10px;
}
body #header .header-top .position-static #user_cart #_desktop_cart .header a {
    color: #eb6b67;
    display: block;
}

@media (max-width: 1200px) {
    body #header .header-top .position-static #search_language {
        margin-left: 15px;
        text-align: left;
    }
    body #header .header-top .position-static #user_cart {
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    body #header .header-top .position-static #search_language {
        margin-left: 0;
    }
    body #header .header-top .position-static #user_cart {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    body #header .header-top {
        padding: 0 15px;
    }
    body #header .header-top #_desktop_logo a {
        display: block;
        margin: auto;
    }
    body #header .header-top #_desktop_logo a img {
        margin: auto;
        width: 100%;
    }
    body #header .header-top .position-static {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 991px) {
    body #header .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 5px 15px;
        height: 48px;
        background: #f5f5f5;
    }
    body #header .header-top .position-static {
        height: auto;
    }
    body #header .header-top .position-static .logo-responsive {
        margin-left: 5px;
    }
    body #header .header-top .position-static #search_language {
        -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
        margin-left: auto;
    }
    body #header .header-top .position-static #search_language #search_widget {
        display: none;
        position: absolute;
        width: 90%;
        top: 50px;
        left: 5%;
    }
    body #header .header-top .position-static #user_cart {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    body #header .header-top .position-static #user_cart #_desktop_user_info {
        height: 34px;
        margin: 0;
    }
    body #header .header-top .position-static #user_cart #_desktop_user_info .account {
        display: flex;
        align-items: center;
        height: 34px;
        padding: 5px 10px;
        color:#eb6b67;
    }
    body #header .header-top .position-static #user_cart #_desktop_user_info .account img{
        height: 24px;
    }
    body #header .header-top .position-static #user_cart #_desktop_cart {
        
        height: 34px;
    }
    body #header .header-top .position-static #user_cart #_desktop_cart .header {
        line-height: 1;
        height: 34px;
        display: flex; 
        align-items: center;
        flex-wrap: nowrap;
    }
    body #header .header-top .position-static #user_cart #_desktop_cart .header a{
        height: 34px;
        display: flex; 
        align-items: center;
        flex-wrap: nowrap;
    }
    body #header .header-top .position-static #user_cart #_desktop_cart .header img{
        height: 26px; 
        padding-right: 3px;
    }
}
body #header .logo-mobile img {
    margin: auto;
    max-width: 300px;
}
@media (max-width: 991px) {
    body #header .logo-mobile {
        margin-top: 50px;
        display: block;
    }
}
body #header .main-nav {
    background: #eb6b67;
}
body #header .main-nav .container-iqit-menu {
    display: block;
    width: 100%;
    z-index: 100;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal {
    background: #eb6b67;
    padding: 0;
    margin: 0;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container {
    padding: 0;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu {
    display: block;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab {
    display: block;
    float: none;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab > a {
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0;
    border-left: 2px solid #fff;
}
@media (max-width: 1200px) {
    body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab > a {
        font-size: 14px;
    }
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w > a.cbp-category-title {
    display: none;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 30px;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w > a {
    color: #eb6b67;
    display: block;
    padding-left: 28px;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w > a:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    display: block;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w > a:after {
    display: none;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w ul.cbp-hrsub-level2 {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: auto;
    margin: auto;
    border: none;
    background: 0 0;
    box-shadow: none;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w ul.cbp-hrsub-level2 li a {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-left: 0;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w ul.cbp-hrsub-level2 li a:hover {
    color: #eb6b67;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-hrsub {
    text-align: left;
    height: 0;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-hrsub .cbp-menu-column-inner > p {
    background: #eb6b67;
    color: #fff;
    margin: 0 -20px -20px -20px;
    padding: 10px 20px;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab.cbp-hropen > .cbp-hrsub {
    height: auto;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab.active {
    color: #eb6b67;
    background: #f5f5f5;
}
@media (max-width: 991px) {
    body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu {
        display: none;
    }
}
body #wrapper {
    background: #fff;
    box-shadow: none;
    padding-top: 10px;
}
@media (max-width: 1200px) {
    body #wrapper {
        padding: 10px 15px 0 15px;
    }
}

@media (max-width: 992px) {
    body #wrapper {
        padding: 60px 15px 0 15px;
    }

    #wrapper .breadcrumb{
        display: none;
    }
}

body #footer h2 {
    margin-bottom: 20px;
}
body #footer #footer_before .footer-blog .row {
    margin: 0;
}
body #footer #footer_before .footer-blog .article {
    padding: 0 8px 0 0;
}
body #footer #footer_before .footer-blog .article .photo-actu {
    max-width: 370px;
}
@media (max-width: 991px) {
    body #footer #footer_before .footer-blog .article {
        text-align: center;
    }
    body #footer #footer_before .footer-blog .article .photo-actu {
        margin: auto;
    }
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter p {
    font-size: 0.75rem;
    line-height: 1.25rem;
    line-height: 14px;
    margin-bottom: 10px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form {
    position: relative;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form i {
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 10;
    color: #999;
    pointer-events: none;
    font-size: 20px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form .psgdpr_consent_message i{
    position: static; right: auto; top: auto; font-size: 16px!important; color: #000;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form .btn-primary {
    background: #fff;
    border: 1px solid #999;
    width: 42px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form .fas:hover {
    background: #eb6b67;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_newsletter form .fas:hover + i {
    color: #fff;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente {
    position: relative;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a {
    background: url(../img/vente_bg.jpg) no-repeat;
    height: 143px;
    display: block;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a > p {
    position: absolute;
    width: 117px;
    left: -webkit-calc(50% + 110px);
    left: calc(50% + 110px);
    top: 50%;
    -webkit-transform: rotate(0) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(0) scale(1) translate(-50%, -50%);
    transform: rotate(0) scale(1) translate(-50%, -50%);
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    padding: 30px 15px 0 15px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a h3 i {
    color: #fff;
    padding-right: 10px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a:hover > p {
    -webkit-transform: rotate(-5deg) scale(1.1) translate(-50%, -50%);
    -ms-transform: rotate(-5deg) scale(1.1) translate(-50%, -50%);
    transform: rotate(-5deg) scale(1.1) translate(-50%, -50%);
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur {
    position: relative;
    margin-bottom: 20px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a {
    background: url(../img/revendeur_bg.jpg) no-repeat;
    height: 132px;
    display: block;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a h3 {
    color: #666;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    padding: 20px 15px 0 15px;
    line-height: 24px;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a h3 i {
    color: #666;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a:hover h3 {
    color: #000;
}
body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a:hover i {
    color: #000;
}
@media (max-width: 991px) {
    body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a,
    body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a {
        background-position: center;
    }
    body #footer #footer_before .block_newsletter_vente_revendeur .block_revendeur a h3,
    body #footer #footer_before .block_newsletter_vente_revendeur .block_vente a h3 {
        width: 230px;
        margin: auto;
    }
}
body #footer #footer_content {
    box-shadow: none;
    padding-top: 0;
    border-top: 2px solid #eb6b67;
    border-bottom: 2px solid #eb6b67;
}
body #footer #footer_content .block-social .social-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}
body #footer #footer_content .block-social .social-list li {
    height: 42px;
    margin: 0 5px;
    width: auto;
    background: 0 0;
    min-width: 42px;
}
body #footer #footer_content .block-social .social-list li img {
    max-height: 100%;
}
body #footer #footer_content .block-social .social-list li:before {
    display: none;
}
body #footer #footer_content .block-social .social-list .facebook {
    background: url(../img/picto_facebook.svg) no-repeat center;
}
body #footer #footer_content .block-social .social-list .youtube {
    background: url(../img/picto_youtube.jpg) no-repeat center;
}
body #footer #footer_content .block-social .social-list .instagram {
    background: url(../img/picto_instagram.jpg) no-repeat center;
}
@media (max-width: 991px) {
    body #footer #footer_content .block-social .social-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body #footer #footer_content .block-social .social-list li.logo-paiement {
        width: 100%;
    }
}
body #footer #footer_after {
    background: #f5f5f5;
}
body #footer #footer_after .row {
    margin: 0;
}
body #footer #footer_after table {
    width: 100%;
}
body #footer #footer_after table tr td {
    width: 25%;
    padding: 20px 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #575757;
    vertical-align: top;
    font-weight: 700;
}
body #footer #footer_after table tr td p.title_footer {
    font-size: 1.625rem;
    line-height: 2.125rem;
    margin-bottom: 10px;
}
body #footer #footer_after table tr td i {
    font-size: 40px;
    color: #575757;
    margin: 0 10px 10px 0;
}

body #footer #footer_after table tr td a {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #999;
}
body #footer #footer_after table tr td a i {
    font-size: 14px;
    color: #999;
    width: 12px;
}
body #footer #footer_after table tr td a:hover {
    color: #666;
}
body #footer #footer_after table tr td a:hover i {
    color: #666;
}
body #footer #footer_after table tr td .btn-footer {
    padding: 5px;
    border: 1px solid #999;
    padding: 5px 10px;
}
body #footer #footer_after table tr td .btn-footer:hover {
    background: #999;
}
body #footer #footer_after table tr td:nth-child(4) a {
    display: block;
}
body #footer #footer_after .copyright {
    margin-bottom: 10px;
}
body #footer #footer_after .copyright a {
    line-height: 20px;
}
@media (max-width: 991px) {
    body #footer #footer_after {
        text-align: center;
    }
    body #footer #footer_after img {
        margin: auto;
    }
}
@media (max-width: 1200px) {
    body #footer #footer_after,
    body #footer #footer_before,
    body #footer #footer_content {
        padding: 0 15px;
    }
}
body #fixed {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 1000;
}
body #fixed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
body #fixed ul li {
    list-style-type: none;
    background: #fff;
    margin-bottom: 3px;
    position: relative;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-right: 4px solid #eb6b67;
    padding: 10px;
}
body #fixed ul li span {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    right: 67px;
    opacity: 0;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
}
body #fixed ul li:hover span {
    opacity: 1;
    visibility: visible;
}
body #fixed.active {
    right: 350px;
}
body #fixed_overlay {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    padding: 30px 20px;
    color: #868686;
}
body #fixed_overlay.active {
    right: 0;
}
body #fixed_overlay .close-btn {
    font-size: 30px;
    text-align: right;
    height: 50px;
    cursor: pointer;
    color: #fff;
}
body #fixed_overlay .content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    padding-right: 15px;
}
body #fixed_overlay .content.active {
    opacity: 1;
    visibility: visible;
}
body #fixed_overlay .content h3 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}
body #fixed_overlay .content img {
    margin: 15px 0;
    display: block;
}
body #fixed_overlay .content a {
    margin-top: 30px;
}
body #fixed_overlay.scrapcooking {
    background: rgba(232, 81, 126, 0.5);
}
body #fixed_overlay.scrapcooking a {
    background: #e8517e;
}
body #fixed_overlay.epicerie {
    background: rgba(0, 0, 0, 0.5);
}
body #fixed_overlay.epicerie a {
    background: #000;
}
body #fixed_overlay.mirontaine {
    background: rgba(151, 179, 20, 0.5);
}
body #fixed_overlay.mirontaine a {
    background: #97b314;
}
#content-wrapper #home_slider {
    box-shadow: none;
    position: relative;
    background-size: cover;
    height: 100%;
    margin-bottom: 10px;
}
#content-wrapper #home_slider:before {
    right: 3px;
}
#content-wrapper #home_slider:after {
    left: 3px;
}
#content-wrapper #home_slider .carousel-inner {
    height: auto;
    width: 100%;
    margin: auto;
}
#content-wrapper #home_slider .homeslider_tabs {
    display: none !important;
    text-align: center;
    display: block;
    background: #fff;
}
#content-wrapper #home_slider .homeslider_tabs li {
    margin: 10px 5px 20px 5px;
    display: inline-block;
    vertical-align: top;
}
#content-wrapper #home_slider .homeslider_tabs li a {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #eb6b67;
    text-indent: -9999px;
    display: block;
}
#content-wrapper #home_slider .homeslider_tabs li.homeslider_here a {
    background: #eb6b67;
}
#content-wrapper #home_slider .homeslider_nav {
    top: auto;
    bottom: 13px;
    opacity: 1;
    background: 0 0;
    text-indent: 0;
    width: 30px;
    height: 30px;
    overflow: initial;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
#content-wrapper #home_slider .direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#content-wrapper #home_slider .direction .carousel-control {
    position: relative;
    text-shadow: none;
    display: inline-block;
    height: 38px;
    margin: 0;
    width: auto;
}
#content-wrapper #home_slider .direction .carousel-control span {
    position: relative;
    margin: 0;
    display: block;
    width: 80px;
    height: 38px;
    left: auto;
    top: auto;
    right: auto;
}
#content-wrapper #home_slider .direction .carousel-control span i {
    color: #eb6b67;
    height: 38px;
    line-height: 28px;
    font-size: 40px;
}
#content-wrapper #home_slider .direction .carousel-control .sr-only {
    display: none;
}
#content-wrapper #home_slider .next {
    right: 15px !important;
    top: 50%;
    margin: 0;
    z-index: 10;
}
#content-wrapper #home_slider .prev {
    left: 15px !important;
    top: 50%;
    margin: 0;
    z-index: 10;
}

@media (min-width: 577px){
    #content-wrapper #home_slider .desktop{display: block;}
    #content-wrapper #home_slider .mobile{display: none;}
}
@media (max-width: 576px){
    #content-wrapper #home_slider .desktop{display: none;}
    #content-wrapper #home_slider .mobile{display: block;}
}




#content-wrapper .categorie {
    margin: 30px 0 0;
    text-align: center;
    position: relative;
}
#content-wrapper .categorie ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#content-wrapper .categorie ul li {
    border: 1px solid #999;
    margin: 0 1% 2% 1%;
    width: 276px;
}
#content-wrapper .categorie ul li a {
    display: block;
}
#content-wrapper .categorie ul li a img {
    margin: auto;
    width: 100%;
}
@media (max-width: 991px) {
    #content-wrapper .categorie ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #content-wrapper .categorie ul li {
        width: 45%;
        margin: 2%;
    }
}
#content-wrapper .intro {
    margin: 30px 0 20px;
    text-align: center;
}
#content-wrapper .intro p {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 16px;
    color: #575757;
}
#content-wrapper .intro img {
    margin: auto;
}

/* #content-wrapper .intro h1{
    display: flex;
    align-items: center;
    justify-content: center;
} */
#content-wrapper .intro h1:before{
    content: ""; 
    position: relative;
    top: 6px;
    display: inline-block; 
    background: url(../img/logo_framboiselle.svg) no-repeat;  
    background-size: contain;
    width: 213px; 
    height: 47px;
    margin-right: 5px;
}


@media (max-width: 767px){
    #content-wrapper .intro p{
        display: none;
    }
    #content-wrapper .intro h1{
        font-size: 1.3rem;
    }
    #content-wrapper .intro h1:before{
        width: 150px; 
        height: 32px;
    }
}




#content-wrapper .featured-products {
    position: relative;
}
#content-wrapper .featured-products .products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 991px) {
    #content-wrapper .featured-products .products {
        width: 260px;
        margin: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #content-wrapper .featured-products .products article .thumbnail-container {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 50px;
        height: auto;
    }
    #content-wrapper .featured-products .products article .thumbnail-container .product-description {
        position: relative;
        width: 100%;
    }
    #content-wrapper .featured-products .products article .thumbnail-container .highlighted-informations {
        display: none !important;
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto !important;
        height: auto;
        margin: auto;
    }
    #content-wrapper .featured-products .products article .thumbnail-container .highlighted-informations .product-add-to-cart .qty {
        width: 70px;
    }
    #content-wrapper .featured-products .products article .thumbnail-container .highlighted-informations .product-add-to-cart .qty .quantity_wanted_list {
        width: 38px;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    #content-wrapper .featured-products .products {
        width: 520px;
        margin: auto;
    }
    #content-wrapper .featured-products .products .new {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
#content-wrapper .featured-products .featuredslider_nav {
    top: 50%;
}
@media (max-width: 991px) {
    #content-wrapper .featured-products {
        margin-bottom: 40px;
    }
}
body#category #wrapper #left-column,
body#search #wrapper #left-column {
    padding-left: 0;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters,
body#search #wrapper #left-column #search_filters_wrapper #search_filters {
    padding: 0;
    box-shadow: none;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters .title-facet,
body#search #wrapper #left-column #search_filters_wrapper #search_filters .title-facet {
    background: #f5f5f5;
    color: #eb6b67;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 12px;
    font-weight: 700;
    margin: 0;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul {
    padding: 12px;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li {
    margin: 5px 0;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li label,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label .custom-checkbox,
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label .custom-radio,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li label .custom-checkbox,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li label .custom-radio,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label .custom-checkbox,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label .custom-radio,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li label .custom-checkbox,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li label .custom-radio {
    -webkit-flex-basis: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    margin: 0 5px 0 0;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label a,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li label a,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label a,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li label a {
    margin: 0 0 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body#category #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label a .magnitude,
body#category #wrapper #left-column #search_filters_wrapper #search_filters ul li label a .magnitude,
body#search #wrapper #left-column #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all li label a .magnitude,
body#search #wrapper #left-column #search_filters_wrapper #search_filters ul li label a .magnitude {
    float: right;
}
@media (max-width: 991px) {
    body#category #wrapper #left-column #search_filters_wrapper,
    body#search #wrapper #left-column #search_filters_wrapper {
        padding: 0 15px;
    }
    body#category #wrapper #left-column #search_filters_wrapper .facet ul,
    body#search #wrapper #left-column #search_filters_wrapper .facet ul {
        width: 100%;
    }
}
body#category #wrapper #content-wrapper #main .block-category,
body#search #wrapper #content-wrapper #main .block-category {
    box-shadow: none;
    border: none;
    min-height: auto;
    padding: 0;
}
body#category #wrapper #content-wrapper #main #products .products-selection .filter-button,
body#search #wrapper #content-wrapper #main #products .products-selection .filter-button {
    display: none !important;
}
body#category #wrapper #content-wrapper #main #products .products,
body#search #wrapper #content-wrapper #main #products .products {
    margin: 0;
}
body#category #wrapper #content-wrapper #main #products .products article,
body#search #wrapper #content-wrapper #main #products .products article {
    margin: 0 16px;
}
@media (max-width: 991px) {
    body#category #wrapper #content-wrapper #main #products .products article,
    body#search #wrapper #content-wrapper #main #products .products article {
        margin: 0 auto;
    }
}
#content-wrapper .products .product-wishlist,
#content-wrapper .products article {
    margin: 0;
}
#content-wrapper .products .product-wishlist .thumbnail-container,
#content-wrapper .products article .thumbnail-container {
    box-shadow: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}
#content-wrapper .products .product-wishlist .thumbnail-container .thumbnail,
#content-wrapper .products article .thumbnail-container .thumbnail {
    opacity: 1;
}
#content-wrapper .products .product-wishlist .thumbnail-container .thumbnail img,
#content-wrapper .products article .thumbnail-container .thumbnail img {
    margin: auto;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-description h3,
#content-wrapper .products article .thumbnail-container .product-description h3 {
    line-height: 1;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-description h3 a,
#content-wrapper .products article .thumbnail-container .product-description h3 a {
    color: #eb6b67;
    text-transform: initial;
}

#content-wrapper .products .product-wishlist .thumbnail-container .product-description .product-price-and-shipping,
#content-wrapper .products article .thumbnail-container .product-description .product-price-and-shipping {
    color: #575757;
}


#content-wrapper .products .product-wishlist .thumbnail-container .product-description h2,
#content-wrapper .products article .thumbnail-container .product-description h2 {
    text-align: center !important;
    line-height: 16px;
    height: 41px;
    overflow: hidden;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-description h2 a,
#content-wrapper .products article .thumbnail-container .product-description h2 a {
    color: #eb6b67;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-description h2:after,
#content-wrapper .products article .thumbnail-container .product-description h2:after {
    display: none;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-description .product-price-and-shipping .discount-product,
#content-wrapper .products article .thumbnail-container .product-description .product-price-and-shipping .discount-product {
    background: #eb6b67;
    top: -238px !important;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-flags .on-sale,
#content-wrapper .products article .thumbnail-container .product-flags .on-sale {
    background: #eb6b67;
}
#content-wrapper .products .product-wishlist .thumbnail-container .product-flags .new,
#content-wrapper .products article .thumbnail-container .product-flags .new {
    background: url(../img/picto_new.svg) no-repeat;
    background-size: 50px;
    left: auto;
    right: 10px;
    top: 0 !important;
    text-indent: -9999px;
    box-shadow: none;
    width: 50px;
    height: 50px;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations,
#content-wrapper .products article .thumbnail-container .highlighted-informations {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    background: #fff;
    bottom: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity,
#content-wrapper .products article .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity {
    display: block;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .control-label,
#content-wrapper .products article .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .control-label {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 40%;
    margin-top: 10px;
    text-align: right;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .qty,
#content-wrapper .products article .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .qty {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 40%;
    margin-top: 10px;
    padding-left: 10px;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .qty .input-group,
#content-wrapper .products article .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .qty .input-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
    width: 38px;
    text-align: center;
}
#content-wrapper .products .product-wishlist .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .add,
#content-wrapper .products article .thumbnail-container .highlighted-informations form .product-add-to-cart .product-quantity .add {
    display: block;
    float: none;
}
#content-wrapper .products .product-wishlist:hover .thumbnail-container .thumbnail,
#content-wrapper .products article:hover .thumbnail-container .thumbnail {
    opacity: 0.6;
}
#content-wrapper .products .product-wishlist:hover .thumbnail-container .highlighted-informations,
#content-wrapper .products article:hover .thumbnail-container .highlighted-informations {
    bottom: 70px;
    height: auto;
}
article.product-miniature input.input-group {
    width: 30%;
    margin: 5px 0 5px 0;
}
.product-list-add-to-cart-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
@media (max-width: 991px) {
    #category #content-wrapper #js-product-list-top button {
        padding: 5px;
    }
    #category #content-wrapper .products article {
        width: 50%;
    }
    #category #content-wrapper .products article .thumbnail-container {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 50px;
        height: auto;
    }
    #category #content-wrapper .products article .thumbnail-container .product-description {
        position: relative;
        width: 100%;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations {
        display: none !important;
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        height: auto;
        margin: auto;
        width: 100%;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations .product-add-to-cart .control-label {
        display: none;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations .product-add-to-cart .add button {
        padding: 0 5px;
        font-size: 12px;
        height: 26px;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations .product-add-to-cart .add button i {
        display: none;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations .product-add-to-cart .qty {
        width: 70px;
    }
    #category #content-wrapper .products article .thumbnail-container .highlighted-informations .product-add-to-cart .qty .quantity_wanted_list {
        width: 38px;
    }
}
#product #content-wrapper .product-container .left-col #content {
    max-width: 100%;
}
#product #content-wrapper .product-container .left-col #content .images-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail {
    -webkit-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    margin-top: 30px;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail .scroll-mask {
    position: relative;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail .scroll-mask .js-qv-mask {
    height: 395px;
    width: 100%;
    margin-bottom: 40px;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail .thumb-container {
    display: block;
    width: 115px;
    margin: 5px auto;
    border: 1px solid #f5f5f5;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail .thumb-container img {
    box-shadow: none;
    border: none;
    width: 115px;
    margin: 0;
    padding: 10px;
}
#product #content-wrapper .product-container .left-col #content .images-container .thumbnail .thumb-container #btn-modal {
    cursor: pointer;
}
#product #content-wrapper .product-container .left-col #content .images-container #video-modal {
    display: none;
}
#product #content-wrapper .product-container .left-col #content .images-container #video-modal iframe {
    margin: auto;
}
#product #content-wrapper .product-container .left-col #content .images-container .product-cover {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}
#product #content-wrapper .product-container .left-col #content .images-container .product-cover .product-flags {
    z-index: 10;
}
#product #content-wrapper .product-container .left-col #content .images-container .product-cover .product-flags .on-sale {
    background: #eb6b67;
}
#product #content-wrapper .product-container .left-col #content .images-container .product-cover .product-flags .new {
    background: url(../img/picto_new.svg) no-repeat;
    background-size: 50px;
    left: auto;
    right: 10px;
    top: 20px;
    text-indent: -9999px;
    box-shadow: none;
    width: 50px;
    height: 50px;
}
#product #content-wrapper .product-container .left-col #content .images-container .product-cover img {
    box-shadow: none;
}
#product #content-wrapper .product-container .left-col #content .scroll-box-arrows {
    position: absolute;
    top: 0;
    height: 100%;
}
#product #content-wrapper .product-container .left-col #content .scroll-box-arrows .material-icons {
    font-size: 40px;
    color: #eb6b67;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#product #content-wrapper .product-container .left-col #content .scroll-box-arrows .left {
    bottom: auto;
    top: -30px;
}
#product #content-wrapper .product-container .left-col #content .scroll-box-arrows .right {
    bottom: -30px;
    left: 0;
}
@media (max-width: 991px) {
    #product #content-wrapper .product-container .left-col #content .images-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #product #content-wrapper .product-container .left-col #content .images-container .thumbnail {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
    }
    #product #content-wrapper .product-container .left-col #content .images-container .thumbnail .scroll-mask .js-qv-mask {
        height: auto;
        width: 240px;
        margin: auto;
    }
    #product #content-wrapper .product-container .left-col #content .images-container .thumbnail .scroll-mask .js-qv-mask .product-images .thumb-container {
        display: inline-block;
        width: 110px;
        position: relative;
        left: 15px;
        padding: 0;
        margin: 0;
    }
    #product #content-wrapper .product-container .left-col #content .images-container .thumbnail .scroll-mask .js-qv-mask .product-images .thumb-container img {
        margin: 0;
        padding: 0;
        display: block;
    }
    #product #content-wrapper .product-container .left-col #content .scroll-box-arrows {
        position: initial;
    }
    #product #content-wrapper .product-container .left-col #content .scroll-box-arrows .material-icons {
        width: 70px;
    }
    #product #content-wrapper .product-container .left-col #content .scroll-box-arrows .left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        bottom: auto;
        top: 30px;
        z-index: 100;
        left: -25px;
        right: auto;
    }
    #product #content-wrapper .product-container .left-col #content .scroll-box-arrows .right {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        bottom: auto;
        top: 30px;
        left: 0;
        z-index: 100;
        left: auto;
        right: -25px;
    }
}
#product #content-wrapper .product-container .right-col h1 {
    text-transform: none;
    margin-bottom: 10px;
}
#product #content-wrapper .product-container .right-col .product-reference-info {
    margin-bottom: 10px;
}
#product #content-wrapper .product-container .right-col .product-reference-info * {
    color: #999;
    font-size: 1rem;
    line-height: 1.5rem;
}
#product #content-wrapper .product-container .right-col #product-availability {
    color: #eb6b67;
    font-weight: 400;
}
#product #content-wrapper .product-container .right-col #product-availability .fa-circle {
    color: #48e740;
    margin: 2px 15px 20px 0;
    float: left;
}
#product #content-wrapper .product-container .right-col #product-availability .delivery-information {
    display: block;
    color: #999;
    font-size: 0.8125rem;
    line-height: 1.3125rem;
    font-weight: 400;
}
#product #content-wrapper .product-container .right-col .product-information {
    margin-top: 20px;
}
#product #content-wrapper .product-container .right-col .product-information .description {
    margin-bottom: 5px;
}
#product #content-wrapper .product-container .right-col .product-information .description p {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
#product #content-wrapper .product-container .right-col .product-information .description a {
    color: #eb6b67;
}
#product #content-wrapper .product-container .right-col .product-information .more {
    clear: both;
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}
#product #content-wrapper .product-container .right-col .product-information .discount-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#product #content-wrapper .product-container .right-col .product-information .discount-block .product-discount {
    line-height: 34px;
}
#product #content-wrapper .product-container .right-col .product-information .discount-block .discount {
    font-size: 1rem;
    line-height: 1.5rem;
    background: #eb6b67;
    color: #fff;
    padding: 5px 20px;
}
#product #content-wrapper .product-container .right-col .product-information .buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 15px 0 0;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-prices .product-price {
    margin: 0;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-prices .product-price .current-price span {
    font-size: 1.875rem;
    line-height: 2.375rem;
    color: #575757;
    font-weight: 700;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-prices .tax-shipping-delivery-label {
    font-size: 1.125rem;
    line-height: 1.625rem;
    line-height: 38px;
    margin-left: 10px;
    color: #999;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-actions {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity .control-label {
    display: none;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity .qty .bootstrap-touchspin {
    height: 40px;
}
#product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity .qty button {
    background: 0 0;
}
@media (max-width: 600px) {
    #product #content-wrapper .product-container .right-col .product-information .buy .product-prices {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #product #content-wrapper .product-container .right-col .product-information .buy .product-actions {
        width: 100%;
    }
    #product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity .qty {
        float: none;
        margin: 5px auto;
        display: block;
        width: 80px;
    }
    #product #content-wrapper .product-container .right-col .product-information .buy .product-actions form .product-add-to-cart .product-quantity .add {
        float: none;
        margin: 5px auto;
        display: block;
    }
}
#product #content-wrapper .product-container .right-col .product-information .product-additional-info .social-sharing span {
    display: none;
}
@media (max-width: 600px) {
    #product #content-wrapper .product-container .right-col .product-information .product-additional-info .social-sharing {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    #product #content-wrapper .product-container .right-col .product-information {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #product #content-wrapper .product-container .right-col .product-information .description {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #product #content-wrapper .product-container .right-col .product-information .more {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    #product #content-wrapper .product-container .right-col .product-information .buy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }
    #product #content-wrapper .product-container .right-col .product-information .product-additional-info {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}
#product #content-wrapper .tabs {
    padding: 0;
    box-shadow: none;
    margin-bottom: 50px;
}
#product #content-wrapper .tabs ul .active {
    border-bottom: 3px solid #eb6b67;
    color: #eb6b67;
}
#product #content-wrapper .tabs ul a:hover {
    border-bottom: 3px solid #eb6b67;
}
#product #content-wrapper .tabs #tab-content .product-description p {
    font-size: 1rem;
    line-height: 1.5rem;
}
#product #content-wrapper .tabs #tab-content .product-description ul {
    margin-left: 30px;
    list-style-type: disc;
}
#product #content-wrapper .tabs #tab-content .product-description table {
    margin: 20px 0;
}
#product #content-wrapper .tabs #tab-content .product-description table th {
    background: #eb6b67;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.5rem;
}
#product #content-wrapper .tabs #tab-content .product-description table td {
    padding: 10px;
    border-top: 1px solid #aaa;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
}
#product #content-wrapper .product-accessories {
    position: relative;
}
#product #content-wrapper .product-accessories .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media (max-width: 991px) {
    #product #content-wrapper .product-accessories .products {
        width: 260px;
        margin: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#product #content-wrapper .blog-link {
    margin-top: 30px;
    background: 0 0;
    border: none;
    padding: 0;
}
#product #content-wrapper .blog-link ul {
    margin-top: 20px;
}
#product #content-wrapper .blog-link ul li a {
    display: block;
}
#product #content-wrapper .blog-link ul li a span {
    display: block;
}
#product #content-wrapper .blog-link ul li a h3 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 8px;
}
#product #content-wrapper .modal #thumbnails,
#product #content-wrapper .modal figcaption {
    display: none;
}
#my-account #content-wrapper .links a i {
    color: #eb6b67;
}
#my-account #content-wrapper .links a:hover .link-item {
    background: #eb6b67;
    color: #fff;
}
#my-account #content-wrapper .links a:hover .link-item i {
    color: #fff;
}
#authentication #content-wrapper #content {
    box-shadow: none;
    padding: 0;
    border: none;
}
#authentication #content-wrapper #content .login {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}
#authentication #content-wrapper #content .register {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}
#authentication #content-wrapper #content .register #customer-form .field-siret {
    display: none;
}
#authentication #content-wrapper #content .register.pro #customer-form .field-siret {
    display: block;
}
#identity #content-wrapper #customer-form .field-id_gender .radio-inline {
    margin-right: 15px;
}
#identity #content-wrapper #customer-form .field-newsletter .custom-checkbox,
#identity #content-wrapper #customer-form .field-optin .custom-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#identity #content-wrapper #customer-form .field-newsletter .custom-checkbox input[type="checkbox"] + span,
#identity #content-wrapper #customer-form .field-optin .custom-checkbox input[type="checkbox"] + span {
    width: 16px;
    margin: 4px 10px 0 0;
}
#identity #content-wrapper #customer-form .field-newsletter .custom-checkbox label,
#identity #content-wrapper #customer-form .field-optin .custom-checkbox label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#blockcart-modal .modal-header {
    background: #eb6b67;
}
#blockcart-modal .modal-header button {
    opacity: 1;
}
#blockcart-modal .modal-header button span {
    color: #fff;
}
#blockcart-modal .modal-body .product-name {
    color: #eb6b67;
}
#blockcart-modal .modal-body p {
    margin-bottom: 10px;
}
#blockcart-modal .modal-body .cart-content p {
    margin-bottom: 20px;
}
body#cart #wrapper .cart-grid .cart-item {
    border-bottom: 1px solid #aaa;
}
body#cart #wrapper .cart-grid .cart-item .current-price,
body#cart #wrapper .cart-grid .cart-item .price {
    color: #000;
}
body#cart #wrapper .cart-grid .cart-item a.label {
    margin-bottom: 5px;
    display: block;
}
body#cart #wrapper .cart-grid .cart-item a.label:hover {
    color: #eb6b67;
}
body#cart #wrapper .cart-grid .cart-item:last-child {
    border: none;
}
body#cart #wrapper .cart-summary .cart-summary-line {
    margin-bottom: 7px;
}
body#cart #wrapper .cart-summary .cart-summary-line .value {
    color: #eb6b67;
}
body#cart #wrapper .cart-summary .cart-summary-totals {
    background: #eb6b67;
}
body#cart #wrapper .cart-summary .cart-summary-totals .cart-summary-line {
    margin: 0;
}
body#cart #wrapper .cart-summary .cart-summary-totals .cart-summary-line small {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}
body#cart #wrapper .cart-summary .cart-summary-totals .cart-summary-line span {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
body#cart #wrapper .cart-summary .cart-summary-totals .cart-total + .cart-summary-line span {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}
body#checkout #header .header-nav {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    padding-bottom: 20px;
    position: relative;
    height: auto;
}
body#checkout #header .header-nav .logo {
    max-height: 100%;
    max-width: 200px;
}
body#checkout #header .container-iqit-menu {
    display: none;
}
@media (max-width: 991px) {
    body#checkout #header #_mobile_cart,
    body#checkout #header #_mobile_user_info,
    body#checkout #header #menu-icon,
    body#checkout #header #search_language,
    body#checkout #header .header-top {
        display: none;
    }
}
body#checkout h1 {
    color: #eb6b67;
}
body#checkout h1.not-allowed {
    color: #999;
}
body#checkout .-complete h1 {
    color: #999;
}
body#checkout #js-checkout-summary .cart-summary-products {
    text-align: center;
}
body#checkout #js-checkout-summary .cart-summary-products p {
    font-weight: 700;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-left {
    -webkit-flex-basis: 35px;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-left a {
    display: block;
    width: 35px;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.375rem;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-body .product-name {
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-body .product-quantity {
    text-align: right;
    width: 35px;
    display: block;
}
body#checkout #js-checkout-summary .cart-summary-products #cart-summary-product-list .media .media-body .product-price {
    text-align: right;
    color: #eb6b67;
    width: 60px;
    display: block;
}
body#checkout #js-checkout-summary #cart-subtotal-products {
    margin-bottom: 10px;
}
body#checkout #js-checkout-summary #cart-subtotal-products .value {
    color: #eb6b67;
}
body#checkout #js-checkout-summary #cart-subtotal-shipping .value {
    color: #eb6b67;
}
body#checkout #js-checkout-summary .cart-summary-totals {
    background: #eb6b67;
}
body#checkout #js-checkout-summary .cart-summary-totals span {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
body#checkout #js-checkout-summary .cart-summary-totals .cart-total + .cart-summary-line span {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}
body#checkout #checkout-addresses-step #delivery-addresses .address-item.selected {
    border-color: #eb6b67;
}
body#checkout #checkout-addresses-step #delivery-addresses .address {
    font-size: 1rem;
    line-height: 1.5rem;
}
body#checkout #checkout-addresses-step .btn-secondary {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    body#checkout #checkout-addresses-step .address-item {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}
body#checkout #checkout-delivery-step .order-options label {
    text-align: left;
    display: block;
    margin: 10px 0 25px 0;
}
@media (max-width: 991px) {
    body#checkout #checkout-delivery-step #widget-container .col-sm-6 {
        width: 100% !important;
        float: none;
    }
    body#checkout #checkout-delivery-step #onYourMapPudo {
        width: 92%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
body#checkout #checkout-payment-step #order-items table .total {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #eb6b67;
}
body#checkout p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
body#checkout a {
    color: #eb6b67;
}
body#checkout a:hover {
    color: #999;
}
#order-confirmation #order-items {
    border: none;
}
#order-confirmation #order-items .order-confirmation-table {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
#order-confirmation #order-items .order-confirmation-table .order-line img {
    max-width: 40px;
}
#module-prestablog-blog #wrapper .photo-blog {
    margin: auto;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li .block_cont .block_top {
    height: 270px;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li .block_cont .block_top a {
    display: block;
    width: 100%;
    height: 270px;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li .block_cont .block_top a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li .block_cont .block_bas h2 {
    margin-bottom: 10px;
    height: 88px;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li .block_cont .block_bas h2 span {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
#module-prestablog-blog #wrapper #content-wrapper #blog_list li:hover h2 a {
    color: #eb6b67;
}
#module-prestablog-blog #wrapper #right-column .block-categories {
    box-shadow: none;
    padding: 0;
}
#module-prestablog-blog #wrapper #right-column .block-categories h3 {
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
#module-prestablog-blog #wrapper #right-column #prestablog_dateliste > ul > li i {
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#module-prestablog-blog #wrapper #right-column #prestablog_dateliste > ul > li a {
    color: #eb6b67;
    text-decoration: none;
}
#module-prestablog-blog #wrapper #right-column #prestablog_dateliste > ul > li a span {
    color: #999;
}
#module-prestablog-blog #wrapper #right-column #prestablog_dateliste > ul > li .prestablog_annee {
    font-weight: 700;
}
#module-prestablog-blog #wrapper #right-column #prestablog_dateliste > ul > li .prestablog_mois {
    margin-left: 40px;
    display: none;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search #prestablog_search {
    background: #fff;
    border: 1px solid #999;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search .button-search {
    background: #fff;
    border: 1px solid #999;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search .button-search:after {
    display: none;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search .button-search i {
    color: #999;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search .button-search:hover {
    background: #eb6b67;
    color: #fff;
}
#module-prestablog-blog #wrapper #right-column #prestablog_bloc_search .button-search:hover i {
    color: #fff;
}
#module-prestablog-blog #wrapper #right-column #prestablog_catliste ul li a {
    color: #666;
}
#module-prestablog-blog #wrapper #right-column #prestablog_catliste ul li a i {
    font-size: 14px;
    position: relative;
    top: -1px;
}
#module-prestablog-blog #wrapper #right-column #prestablog_catliste ul li a:hover {
    color: #eb6b67;
}
#module-prestablog-blog #wrapper #right-column #prestablog_block_rss a {
    background: 0 0;
    color: #666;
    padding: 0;
    text-shadow: none;
}
#module-prestablog-blog #wrapper #right-column #prestablog_block_rss a:hover {
    color: #eb6b67;
}
#module-prestablog-blog #wrapper .date-article {
    color: #999;
}
#module-prestablog-blog #wrapper h1 {
    margin-bottom: 0;
}
#module-prestablog-blog #wrapper .categorie-article {
    color: #999;
    margin-bottom: 15px;
}
#module-prestablog-blog #wrapper .h2,
#module-prestablog-blog #wrapper h2 {
    text-transform: none;
}
#module-prestablog-blog #wrapper .h2:after,
#module-prestablog-blog #wrapper h2:after {
    display: none;
}
#module-prestablog-blog #wrapper #prestablogfont .chapo {
    color: #eb6b67;
    font-weight: 700;
}
#module-prestablog-blog #wrapper #prestablogfont p {
    font-size: 1rem;
    line-height: 1.5rem;
}
#module-prestablog-blog #wrapper #prestablogfont a {
    color: #eb6b67;
}
#module-prestablog-blog #wrapper #blog_product_linked {
    background: 0 0;
    padding: 0;
    border: none;
    margin-top: 50px;
    float: none;
}
#module-prestablog-blog #wrapper #blog_product_linked .productslinks {
    float: none;
}
#module-prestablog-blog #wrapper #blog_product_linked .h2 {
    margin-bottom: 15px;
}
#module-prestablog-blog #wrapper #blog_product_linked h2 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    color: #868686;
    text-align: center !important;
}
#module-prestablog-blog #wrapper #blog_product_linked h2:after {
    display: none;
}
#module-prestablog-blog #wrapper #blog_product_linked a,
#module-prestablog-blog #wrapper #blog_product_linked span {
    display: block;
    width: 100%;
}
#module-prestablog-blog #wrapper #blog_product_linked a img,
#module-prestablog-blog #wrapper #blog_product_linked span img {
    width: 100%;
    padding: 0;
}
#module-prestablog-blog #wrapper #blog_product_linked .photo_product_linked {
    height: 170px;
    overflow: hidden;
    display: block;
}
#module-prestablog-blog #wrapper #blog_product_linked .photo_product_linked img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#module-prestablog-blog #wrapper #blog_product_linked .photo_product_linked:after,
#module-prestablog-blog #wrapper #blog_product_linked .photo_product_linked:before {
    display: none;
}
#module-prestablog-blog #wrapper #partage {
    margin-top: 50px;
    display: block;
}
#module-prestablog-blog #wrapper #partage ul {
    margin-top: 20px;
}
#module-prestablog-blog #wrapper #add_comment {
    margin-top: 50px;
}
#module-prestablog-blog #wrapper #add_comment fieldset {
    padding: 0;
}
#module-prestablog-blog #wrapper #add_comment fieldset label {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
}
#module-prestablog-blog #wrapper #comments_list {
    margin-top: 50px;
}
#module-prestablog-blog #wrapper #comments_list .name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
}
#module-prestablog-blog #wrapper #comments_list .name span {
    color: #999;
    font-size: 0.875rem;
    line-height: 1.375rem;
}
#module-prestablog-blog #wrapper #comments_list .comment-content {
    border-left: 5px solid #f5f5f5;
    margin: 10px 0;
    padding: 7px;
    font-size: 1rem;
    line-height: 1.5rem;
}
#cms #content-wrapper #content {
    padding: 20px 0;
}
#cms #content-wrapper #content h2,
#cms #content-wrapper #content h3 {
    margin-bottom: 15px;
}
#cms #content-wrapper #content p {
    margin-bottom: 15px;
}
#cms #content-wrapper #content div,
#cms #content-wrapper #content li,
#cms #content-wrapper #content p,
#cms #content-wrapper #content span,
#cms #content-wrapper #content td,
#cms #content-wrapper #content th {
    font-size: 1rem;
    line-height: 1.5rem;
}
#cms #content-wrapper #content table {
    width: 100%;
    margin: 20px 0;
}
#cms #content-wrapper #content table th {
    background: #eb6b67;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
#cms #content-wrapper #content table td {
    padding: 10px;
    border-top: 1px solid #aaa;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
}
#cms #content-wrapper #content a {
    color: #eb6b67;
}
#cms #content-wrapper #content .btn-primary {
    color: #fff;
}
#cms #content-wrapper #content h4 {
    color: #eb6b67;
    font-weight: 700;
    margin-bottom: 10px;
}
#cms #content-wrapper #content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
#cms #content-wrapper #content .carousel-cms .carousel-control {
    z-index: 1000;
}
#cms #content-wrapper #content .article {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}
#cms #content-wrapper #content .article .mosaique-texte .mosaique-date {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #999;
}
#cms #content-wrapper #content .presse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cms #content-wrapper #content .presse .mosaique-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}
#cms #content-wrapper #content .presse .mosaique-item .mosaique-texte .mosaique-titre {
    color: #666;
}
#cms #content-wrapper #content .presse .mosaique-item .mosaique-texte .mosaique-infos {
    display: block;
}
#cms #content-wrapper #content .nav-tabs {
    border: none;
}
#cms #content-wrapper #content .nav-tabs li a {
    width: 100%;
    text-decoration: none !important;
    display: block;
    color: #868686;
    padding: 5px 20px;
    text-align: left;
    margin-bottom: 2px;
}
#cms #content-wrapper #content .nav-tabs li.active a,
#cms #content-wrapper #content .nav-tabs li:hover a {
    color: #eb6b67;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset {
    background: 0 0;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #hidenewwl,
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #shownewwl {
    background: 0 0;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #hidenewwl i,
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #shownewwl i {
    float: right;
    color: #eb6b67;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #hidenewwl:hover,
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset #shownewwl:hover {
    background: 0 0;
    color: #eb6b67;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset .block_newwl {
    background: 0 0;
    border-top: 1px solid #eb6b67;
    padding-top: 20px;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset .first-wishlist {
    display: block !important;
    background: 0 0;
    border: none;
    padding: 0;
}
#module-blockwishlistpro-mywishlist #content-wrapper #creator_choose_name fieldset .first-wishlist #info_process_wldd {
    width: 100%;
}
#module-blockwishlistpro-mywishlist #content-wrapper table {
    width: 100%;
    margin: 20px 0;
}
#module-blockwishlistpro-mywishlist #content-wrapper table th {
    background: #eb6b67;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
}
#module-blockwishlistpro-mywishlist #content-wrapper table td {
    padding: 10px;
    border-top: 1px solid #aaa;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px;
    border: none;
}
#module-blockwishlistpro-mywishlist #content-wrapper table td img {
    margin: auto;
}
#product #wrapper #pdt_add_list_wl_17 {
    border: 1px solid #eb6b67;
    background: 0 0;
}
#product #wrapper .buttons_bottom_block {
    margin-top: 10px;
}
#product #wrapper .btn-wishlist {
    background: 0 0;
    color: #eb6b67;
    border: none;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
#product #wrapper .btn-wishlist i {
    margin-top: -2px;
}
#module-blockwishlistpro-view #wrapper #content {
    box-shadow: none;
    border: none;
    padding: 0;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .card {
    word-break: break-all;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist h2 a {
    margin: 0 !important;
    height: 41px;
    line-height: 16px;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist .container_aw {
    border: none;
    text-align: center;
    margin: auto;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist .container_aw ul li {
    width: 100%;
    padding: 0;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist .bootstrap-touchspin {
    height: 40px;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist .bootstrap-touchspin .input-group-btn-vertical {
    height: 40px;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist .bootstrap-touchspin .input-group-btn-vertical .btn {
    margin: auto;
}
#module-blockwishlistpro-view #wrapper #content #view_wishlist .product_list_aw li.product-wishlist:hover .highlighted-informations {
    bottom: 90px;
}
@font-face {
    font-family: alwaysheremedium;
    src: url(../font/alwayshere-webfont.woff2) format("woff2"), url(../font/alwayshere-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: coconregular;
    src: url(../font/cocon_regular-webfont.woff2) format("woff2"), url(../font/cocon_regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
#_desktop_language_selector {
    display: none !important;
}
body h2 {
    font-family: 'Aurelig';
    letter-spacing: 3px;
}
body #header .header-nav .header-nav-link {
    text-align: left;
}
body #header .header-top #_desktop_logo {
    height: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body #header .header-top #_desktop_logo .logo {
    max-width: 100%;
}

body #header .header-top .position-static #user_cart {
    height: 130px;
    align-items: stretch;
}
body #header .header-top .position-static #user_cart #_desktop_user_info {
    height: auto;
}

body #header .header-top .position-static #user_cart .header-picto {
    background: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 100% !important;
    position: relative;
    width: 120px;
}
body #header .header-top .position-static #user_cart .header-picto img {
    margin: 0 auto 20px;
    width: 70px;
}
body #header .header-top .position-static #user_cart .user-cart .header-picto img{
    margin: 0 auto 10px;
}
body #header .header-top .position-static #user_cart #_desktop_user_info .header-picto img{
    width: 60px;
}
body #header .header-top .position-static #user_cart .header-picto:after {
    display: none;
}
body #header .header-top .position-static #user_cart .header-picto span {
    /* font-family: alwaysheremedium; */
    font-family: 'Century Gothic';
    font-weight: 700;
    color: #eb6b67;
    font-size: 1.2rem;
    line-height: 1;
}
@media (max-width: 991px) {
    body #header .header-top .position-static #user_cart {
        height: 34px;
    }
}
body #header .main-nav {
    background: #fff;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal {
    background: #fff;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab > a {
   /*  font-family: coconregular; */ font-weight: bold;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab > a span.cbp-tab-title img {
    max-height: 100%;
    margin-top: -3px;
    padding: 10px 0;
    max-width: 36px;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab .cbp-category-link-w ul.cbp-category-tree > li > .cbp-category-link-w > a:before {
    font-weight: 400;
    color: #eb6b67;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab:hover > a {
    color: #eb6b67;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab.active {
    background: 0 0;
}
body #header .main-nav .container-iqit-menu #iqitmegamenu-horizontal .container #cbp-hrmenu > ul li.cbp-hrmenu-tab.active a {
    color: #eb6b67;
}
#footer #footer_before .block_product_mount .product-description {
    padding: 0;
}
#footer #footer_before .block_product_mount .product-description .price {
    display: block;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 16px;
    text-align: center;
}
@media (max-width: 991px) {
    #footer #footer_before .block_product_mount .product-description {
        padding-right: 15px;
        padding-left: 15px;
    }
}
/*# sourceMappingURL=custom.css.map */



#lgcookieslaw_banner span.lgcookieslaw_btn{background: #eb6b67!important;}

body #footer h2,
.featured-products .products-section-title a{
    font-size: 36px;
    font-weight: 400;
}

@media (max-width: 576px){
    body #footer h2,
    .featured-products .products-section-title a{
        font-size: 28px;
        font-weight: 400;
    }

}