@font-face {
    font-family: NunitoSans-Black;
    src: url(../fonts/Nunito_Sans/NunitoSans-Black.ttf);
}

@font-face {
    font-family: NunitoSans-BlackItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-BlackItalic.ttf);
}

@font-face {
    font-family: NunitoSans-Bold;
    src: url(../fonts/Nunito_Sans/NunitoSans-Bold.ttf);
}

@font-face {
    font-family: NunitoSans-BoldItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-BoldItalic.ttf);
}

@font-face {
    font-family: NunitoSans-ExtraBold;
    src: url(../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf);
}

@font-face {
    font-family: NunitoSans-ExtraBoldItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: NunitoSans-ExtraLight;
    src: url(../fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf);
}

@font-face {
    font-family: NunitoSans-ExtraLightItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-ExtraLightItalic.ttf);
}

@font-face {
    font-family: NunitoSans-Italic;
    src: url(../fonts/Nunito_Sans/NunitoSans-Italic.ttf);
}

@font-face {
    font-family: NunitoSans-Light;
    src: url(../fonts/Nunito_Sans/NunitoSans-Light.ttf);
}

@font-face {
    font-family: NunitoSans-LightItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-LightItalic.ttf);
}

@font-face {
    font-family: NunitoSans-Regular;
    src: url(../fonts/Nunito_Sans/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: NunitoSans-SemiBold;
    src: url(../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf);
}

@font-face {
    font-family: NunitoSans-SemiBoldItalic;
    src: url(../fonts/Nunito_Sans/NunitoSans-SemiBoldItalic.ttf);
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: NunitoSans-Regular, serif;
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-weight: normal;
    line-height: 1.2;
}

a, a:hover, a:focus, a:active {
    cursor: pointer;
    text-decoration: none !important;
    color: #777777!important;;
}

button:focus, input:focus, .slide:focus, .slick-slide:focus, .slick-active:focus, .form-control:focus, a:focus {
    outline: none !important;
}

.form-control:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn.focus, .btn:focus {
    box-shadow: none;
    border-color: #c1c1c1;
}

.full-width {
    /*width: 100% !important;*/
}

.no-padding {
    padding: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.pr-7{
    padding-right: 7px!important;
}

.pr-20{
    padding-right: 20px!important;
}

.pl-7{
    padding-left: 7px!important;
}

.pl-20{
    padding-left: 20px!important;
}

.m-0-auto {
    margin: 0 auto;
}

.m--30 {
    margin-right: -30px;
    margin-left: -30px;
}

.mb-rem {
    margin-bottom: 1rem;
}

.m-r-l-10 {
    margin: 0 10% !important;
}

.m-l-30 {
    margin-left: 30px;
}

.d-480-none {
    display: block;
}

.position-absolute-bottom {
    position: absolute;
    bottom: 0;
}

.h-545 {
    max-height: 545px;
    overflow-y: hidden;
}

li {
    list-style-type: none;
}

ul {
    padding: 0 !important;
}

.container-fluid {
    overflow: hidden;
}

.divider {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 80%;
    height: 1px;
    background: #cdcdcd;
    border: solid #FFF;
    border-width: 0 10px;
    margin: 1% auto;
}

.full-width-divider {
    height: 0;
    margin: .8rem -1rem;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.section-6 {
    margin: 1rem auto !important;
}

section {
    margin: 5rem auto;
}

.button {
    font-size: 15px;
    font-family: NunitoSans-Bold, serif;
    padding: .7rem 1rem;
    border: none;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
}

.button-200 {
    width: 200px;
}

.button-220 {
    width: 220px;
}

.button-300 {
    width: 300px;
}

.button-340 {
    width: 340px;
}

.button-full-width {
    width: 100%;
}

.button-orange {
    background: #53a321;
    color: #ffffff;
}

/*.button-orange:hover {*/
/*background-color: #d6582a !important;*/
/*}*/

.button-black {
    background: black;
    color: #ffffff;
}

.button-black:hover {
    background: #333333;
    color: white;
}

.button-gray {
    color: black;
    background: #e0dfde;
}

.button-gray:hover {
    background: #e0dfde87 !important;
}

.button-white {
    background: white;
    border: 1px solid #cdcdcd;
}

.button-white:hover {
    color: white!important;
    background: #53a321;
}

.button-transparent {
    background: transparent;
    border: none;
    padding: 0;
}

.orange-link {
    color: #53a321;
    text-decoration: none;
}

.orange-link:hover {
    color: #53a321;
    text-decoration: underline;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning{
    background-color: #53a321!important;
    border: 1px solid #53a321!important;
}

.is-login {
}

.is-login-opacity {
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
}

.d-m {
    display: none;
}

.dropdown-item a, .dropdown-item a:hover, .dropdown-item a:focus, .dropdown-item a:active {
    color: #777777;
}

.nav-wrapper .dropdown-toggle::after {
    display: none
}

/*HOME  PAGE*/
/*HEADER*/
.header-menu-top {
    margin-bottom: 0.7%;
    padding: 0 !important;
    background-color: #000000;
    color: white;
}

.header-menu-top .dropdown-menu {
    left: -60px!important;
}

.header-menu-top .nav {
    margin-left: auto;
}

.header-menu-top .nav-item {
    padding: .5rem 1rem;
}

.nav-divider-wrappper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 1px;
}

.nav-divider {
    border-right: 0.5px solid white;
    height: 12px;
    width: 1px;
}

.header-menu-top .nav-link {
    color: white;
    font-family: NunitoSans-Light, serif;
    font-size: 13px;
    padding: 0;
    line-height: 1.7;
}

a.nav-link {
    font-size: 13px;
}

.header-menu-top .dropdown-toggle::after {
    display: none !important;
}

.navbar-brand {
    font-family: NunitoSans-ExtraBold, serif;
    font-size: 30px;
}

.navbar-brand:hover {
    cursor: pointer;
}

.navbar-brand-wrapper {
    text-align: right;
}

.navbar-toggler {
    color: black;
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    bottom: 0;
    font-size: 24px !important;
    float: left;
    height: 51px;
}

.navbar-toggler a, .navbar-toggler a:hover, .navbar-toggler a:focus {
    color: black;
}

.nav-wrapper {
    text-align: right;
    display: inline;
    position: relative;
}

.nav-wrapper .nav {
    float: right;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
}

.nav-wrapper .nav a, .nav-wrapper .nav a:hover {
    color: black;
}

.nav-wrapper .nav a:hover {
    text-decoration: underline;
}

.nav-wrapper .btn-icons-cart, .nav-wrapper .btn-icons-list {
    float: right;
}

.search-input, .search-btn {
    border-color: #c1c1c1 !important;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
    font-size: 18px;
    font-family: NunitoSans-SemiBold, serif;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-size: 18px;
    font-family: NunitoSans-SemiBold, serif;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-size: 18px;
    font-family: NunitoSans-SemiBold, serif;
}

.header-icons {
    height: 100%;
    width: 100%;
}

.btn-icons {
    position: relative;
    border: none;
    background-color: transparent;
    color: #666666;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20%;
    float: left;
}

.btn-icons-list {
    background-image: url("../images/icons/list.svg");
}

.btn-icons-list:hover {
    background-image: url("../images/icons/list-over.svg");
}

.btn-icons-cart {
    background-image: url("../images/icons/cart.svg");
}

.btn-icons-cart:hover {
    background-image: url("../images/icons/cart-over.svg");
}

.btn-icons-list-likes {
    position: absolute;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
}

.btn-icons-cart-count {
    position: absolute;
    font-size: 9px;
    right: -7px;
    top: -3px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    background-color: #53a321;
    color: white;
    line-height: 2;
}

.header-menu-main {
    width: 100%;
    margin: 0 auto;
    padding: .5rem 1rem 0 1rem;
}

.header-menu-main .nav {
    display: -webkit-box !important;
    width: 98.4%;
    margin: 0 0 0 auto;
}

.header-menu-main .nav-link.active {
    color: #53a321;
    text-decoration: none;
}

.header-menu-main .nav-link {
    color: black;
    font-family: NunitoSans-Regular, serif;
    font-size: 13px;
}

.header-menu-main .nav-item {
    margin: 0 1%;
    padding: 0.9rem 1.1rem;
    min-width: fit-content;
}

.header-menu-main .nav-item.show.active {
    background: #53a321;
}

.header-menu-main .nav-item.show {
    background: black;
}

.header-menu-main .nav-item.show .nav-link {
    color: white !important;
}

.header-menu-main .nav .nav-item a.nav-link {
    padding: 0 !important;
    min-height: 20px;
}

.header-menu-main .nav .nav-item:hover a.nav-link {
    text-decoration: none;
}

.header-menu-main .dropdown {
    position: initial !important;
}

.header-menu-main .dropdown-menu {
    width: 100% !important;
    /* height: 400px; */
    top: 94% !important;
    padding: 1.5rem 0 0.5rem 0;
}

.producer .header-menu-main .dropdown-menu {
    /*width: 101% !important;*/
}

.sous-menu {
    margin-left: 2.3rem;
}

.sous-menu.row {
    height: 100%;
}

.sous-menu-main {
    margin-left: 2.1%;
    height: 100%;
    width: 100%;
    position: relative;
}

.sous-menu-main li {
    font-family: NunitoSans-Bold, serif;
    padding: 4px;
    width: 95%;
    font-size: 15px;
}

.sous-menu-main li.active .sous-submenu {
    /* display: block !important; */
}

.sous-menu-main li.active {
    background: #e5e5e5;
}

/*
.sous-menu-main li:first-child.active {
    background: transparent;
}
*/

a.sous-menu-main-item-title, a.sous-menu-main-item-title:hover, a.sous-menu-main-item-title:active, a.sous-menu-main-item-title:focus {
    /* color: black !important; */
    line-height: normal !important;
}

.sous-menu-main li.active .sous-menu-main-item-title i {
    opacity: 1;
}

.sous-menu-main-item:hover {
    background: #e5e5e5;
}

.sous-menu-main-item-title {
    padding-left: 3px !important;
}

.sous-menu-main li span{
    opacity: 0;
    position: relative;
    float: right;
    right: 2px;
    top: 4px;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
}

.sous-menu-main-item:hover i {
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
}

.sous-menu-main-items {
    width: 360px;
    position: relative;
}

.sous-menu-main-items li.sous-menu-main-item-wm {
    min-height: 30px;
    margin-bottom: 8px;
}

.sous-submenu {
    left: 100%;
    position: absolute;
    width: 1240px;
    top: 8px;
    bottom: 0;
    display: none;
    height: 22.35rem;
    /*padding-bottom: 10px;*/
}

.sous-submenu .row {
    height: 100%;
}

.sous-submenu ul {
    border-left: 1px solid #cdcdcd;
    height: 265px;
}

.sous-submenu li:first-child {
    padding-top: 0;
    line-height: 1;
    margin-bottom: -10px;
}

.sous-submenu li:last-child {
    padding-bottom: 0;
}

.sous-submenu li {
    padding-left: 5%;
    color: #777777;
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
    padding-bottom: 5px;
    border: none;
    min-height: 30px;
}

.sous-submenu li.caption a {
    color: black !important;
    font-family: NunitoSans-Regular, serif;
    font-size: 15px;
}

.sous-submenu .col-3 {
    min-width: 380px !important;
}

.sous-submenu .sous-menu-btn {
    margin-left: 5%;
}

.sous-menu-btn {
    position: absolute;
    bottom: 5%;
}

.sous-menu-btn {
    max-width: 90%;
}

/*.sous-menu-btn button{*/
/*max-width: 100%;*/
/*}*/

/*.sous-menu-btn-main-menu button {*/
/*max-width: 340px;*/
/*}*/

.photo-right-section-top, .photo-right-section-bottom {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.photo-right-section-top {
    height: 70%;
    position: absolute;
    top: 0;
}

.photo-right-section-bottom {
    height: 30%;
    position: absolute;
    bottom: 0;
}

.photo-section-img {
    width: 100%;
}

.photo-section-caption-top, .photo-section-caption-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 12%;
    color: white;
    letter-spacing: 1px;
}

.photo-section-caption-top .photo-section-caption-img, .photo-section-caption-bottom .photo-section-caption-img {
    transition: margin .5s;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
    -moz-transition: margin .5s;
}

.photo-section-caption-top:hover .photo-section-caption-img, .photo-section-caption-bottom:hover .photo-section-caption-img {
    margin-left: 10px;
}

.photo-section-caption-top:hover, .photo-section-caption-bottom:hover {
    cursor: pointer;
}

.photo-section-caption-top {
    top: 65%;
}

.photo-section-caption-bottom {
    top: 30%;
}

.photo-section-caption-title {
    font-size: 30px;
    font-family: NunitoSans-Light, serif;
}

.photo-section-caption-description {
    font-size: 24px;
    font-family: NunitoSans-Bold, serif;
}

.photo-section-caption-description span {
    padding-bottom: 2.5px;
}

.photo-section-caption-img {
    width: 50px;
    height: 50px;
}

.photo-section-caption i {
    text-decoration: none !important;
}

/*HEADER*/
/*BODY*/
/*SECTION2*/
.section-2 {
    margin: 3rem auto;
    width: 80%;
}

.section-2 h5 {
    font-size: 18px;
    font-family: NunitoSans-ExtraBold, serif;
}

.section-2 p {
    font-size: 15px;
    font-family: NunitoSans-Light, serif;
    color: #888888;
    padding: 2% 15%;
}

.section-2 img {
    margin-bottom: 2%;
}

/*SECTION2*/

/*SECTION3*/
.section-title {
    font-size: 30px;
    font-family: NunitoSans-ExtraBold, serif;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.section-title-line {
    overflow: hidden;
}

.section-title-line:before,
.section-title-line:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    border: solid #FFF;
    border-width: 0 10px;
}

.section-title-line:before {
    margin-left: -100%;
}

.section-title-line:after {
    margin-right: -100%;
}

.product-group {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.product-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-group:hover .product-btn {
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
}

.product-btn {
    opacity: 0;
    /*transition: opacity .3s;*/
    /*-webkit-transition: opacity .3s;*/
    /*-o-transition: opacity .3s;*/
    /*-moz-transition: opacity .3s;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*z-index: 100;*/
    /*cursor: pointer;*/
}

.product-btn-like {
    width: 27px;
    height: 24px;
    background-image: url(../images/icons/favorite-list.svg);
    background-position: center;
    background-color: transparent;
    background-size: cover;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

.product-btn-like:hover {
    background-image: url(../images/icons/favorite-list-active.svg);
}

.product-btn-overview {
    position: absolute;
    left: 15px;
    top: 15px;
    background: white;
    border: none;
    font-size: 12px;
    font-family: NunitoSans-Bold, serif;
    max-width: 50%;
}

.product-btn-overview:hover {
    background: #000000;
    color: white;
}

.product-btn-add-to-cart {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    max-height: 40%;
}

.produit-en-vedette img, .produit-a-proximite img {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.produit-en-vedette a, .produit-a-proximite a {
    color: #999999;
}

.produit-en-vedette .slick-slide, .parcourir-par-catégories .slick-slide, .produit-a-proximite .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.vous-aimeriez-aussi .slick-slide {
    margin-right: 0.2%;
}

.vous-aimeriez-aussi .slick-prev {
    left: -35px;
    top: 45%;
}

.vous-aimeriez-aussi .slick-next {
    right: -20px;
    top: 45%;
}

.produit-a-proximite-mobile {
    display: none;
}

.button-en-voir-plus {
    margin: 4rem auto auto auto;
}

.product {
    margin-top: 7%;
}

.product-title {
    font-family: NunitoSans-Bold, serif;
    font-size: 18px;
}

.product-subtitle {
    color: #999999;
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
    margin: 0 !important;
}

.product-rating {
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
    margin: 0 !important;
}

.product-rating span {
    font-size: 11px;
    padding-left: 2px;
}

.product-price {
    font-family: NunitoSans-Bold, serif;
    font-size: 15px;
}

.product-in-stock {
    font-family: NunitoSans-SemiBold, serif;
    font-size: 15px;
    color: #53a321;
}

.starHover {
    color: #53a321 !important;
}

.rating li, .rating ul {
    display: inline !important;
}

.rating {
    display: initial !important;
}

/*SECTION3*/

/*SECTION4*/
.section-4 {
    background: #f2f1f1;
    text-align: center;
    padding: 2rem 0;
    margin-right: -15px;
    margin-left: -15px
}

.section-4-mobile {
    display: none;
}

.section-4-mobile .sous-menu-mobile-item:active {
    background-color: rgba(168, 168, 168, 0.53);
}

.section-4-mobile .sous-menu-mobile-item {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 20px 15px;
}

.section-4-mobile .section-title {
    border-bottom: 1px solid #E5E5E5;
}

.parcourir-par-catégories a {
    font-size: 15px;
    font-family: NunitoSans-Regular, serif;
    width: 80%;
    margin: 0 auto;
}

.parcourir-par-catégories a, .parcourir-par-catégories a:hover, .parcourir-par-catégories a:focus {
    color: #212529 !important;
    text-decoration: none;
    cursor: pointer;
}

.parcourir-par-catégories img, .vous-aimeriez-aussi img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

.parcourir-par-catégories .slide:hover {
    border-bottom: 2px solid black;
}

.slide .product p {
    padding: 1px 0;
}

.slide .product-title {
    margin-bottom: 2px;
}


/*SECTION4*/

/*SECTION5*/
div.producteur-de-la-semaine:last-child {
    margin: 4rem auto !important;
}

div.producteur-de-la-semaine {
    width: 50%;
    margin: 1rem auto 4rem auto;
    font-family: NunitoSans-Regular, serif;
    font-size: 15px;
}

div.producteur-de-la-semaine img {
    width: 412px;
    height: 260px;
}

.producteur-de-la-semaine-wrapper {
    width: 80%;
    margin: 0 auto;
}

.producteur-de-la-semaine-caption {
    display: block;
    color: #000 !important;
    font-family: NunitoSans-Bold, serif !important;
    font-size: 18px !important;
}

.producteur-de-la-semaine-subtitle {
    display: block;
    font-family: NunitoSans-Regular, serif !important;
    font-size: 15px !important;
    margin-bottom: 5%;
}

.producteur-de-la-semaine-subtitle, .producteur-de-la-semaine-description {
    color: #999999;
}

.producteur-de-la-semaine-description {
    margin-bottom: 50px;
}

.client-maturin-caption {
    font-size: 30px;
    font-family: NunitoSans-Light, serif;
    line-height: 1;
    width: 70%;
}

.client-maturin-description {
    font-size: 15px;
    font-family: NunitoSans-Light, serif;
    margin: 5% auto;
}

.client-maturin-details a {
    font-size: 16px;
    font-family: NunitoSans-Bold, serif;
    color: #53a321 !important;
    cursor: pointer;
}

.client-maturin-details a:hover {
    color: #d6582a !important;
}

/*SECTION5*/

/*SECTION6*/

.nos-clients-nous-disent-left {
    height: 530px;
    width: 100%;
    float: right;
    background: #f0f0f0;
    display: flex;
    justify-content: flex-end;
}

.nos-clients-nous-disent-left img {
    object-fit: contain;
    max-width: 100%;
}

.nos-clients-nous-disent-right {
    background: black;
    height: 530px;
    width: 100%;
    float: left;
    color: white;
    padding-left: 50px;
    display: flex;
    flex-direction: column; /* stack flex items vertically */
    justify-content: center;
    line-height: 1.8;
}

.nos-clients-nous-disent-right-caption {
    font-size: 24px;
    font-family: NunitoSans-Bold, serif;
}

.nos-clients-nous-disent-right-subtitle {
    font-size: 15px;
    font-family: NunitoSans-Bold, serif;
    display: block;
}

.nos-clients-nous-disent-right-description {
    font-size: 15px;
    font-family: NunitoSans-Italic, serif;
    margin: 5% auto;
}

.nos-clients-nous-disent-right-profile {
    font-size: 13px;
    font-family: NunitoSans-Bold, serif;
    margin: 10% auto;
}

.nos-clients-nous-disent-right-profile span {
    margin-left: 1rem;
}

.messenger-btn {
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/messenger.png");
    background-size: cover;
    border: none !important;
    background-color: transparent !important;
    position: relative;
    right: -105%;
    bottom: -60px;
}

div.quest-ce-que-maturin {
    width: 35%;
    margin: 5rem auto;
    text-align: center;
}

.quest-ce-que-maturin-caption {
    font-size: 30px;
    font-family: NunitoSans-SemiBold, serif;
    line-height: 1;
}

.quest-ce-que-maturin-description {
    color: #777777 !important;
    font-size: 15px;
    font-family: NunitoSans-Light, serif;
    margin: 3% auto;
}

.quest-ce-que-maturin a {
    font-size: 16px;
    font-family: NunitoSans-Bold, serif;
    color: #53a321 !important;
    cursor: pointer;
}

.quest-ce-que-maturin a:hover {
    color: #d6582a !important;
}

.quest-ce-que-maturin-btn, .quest-ce-que-maturin-btn {
    display: block;
    margin: 2% auto;
}

.email-incorrect {
    display: none;
    color: red;
}

/*SECTION6*/

/*FOOTER*/
.nav-footer {
    width: 80%;
    margin: 1% auto;
    font-size: 15px;
    font-family: NunitoSans-Regular, serif;
    color: #777777;
}

.nav-footer-caption {
    font-family: NunitoSans-Bold, serif !important;
    color: black !important;
}

.nav-footer-suivre i {
    font-size: 18px;
    padding-left: 2%;
    color: #999999 !important;
    cursor: pointer;
}

.nav-footer-suivre i:hover {
    color: black !important;
}

.nav-footer-inline {
    margin: 0 auto;
    text-align: center;
}

.nav-footer-inline li {
    display: inline-table;
}

.nav-footer-help {
    margin-right: 10%;
}

.nav-footer-help li {
    margin-right: 40px;
}

.nav-footer-block {
    text-align: center;
    line-height: 1.9;
}

.nav-footer-block li {
    padding: 0.5rem 0.7rem !important;
    cursor: pointer;
}

.nav-footer-block-wrapper li {
    border-right: 1px solid #e0dfde;
}

.nav-footer-block-wrapper li:last-child {
    border-right: none;
}

.nav-footer-bottom li a {
    position: relative !important;
}

.nav-footer-main li:not(.modify-parameter) {
    min-height: 30px;
}

.nav-footer-block-wrapper {
    border: 1px solid #e0dfde;
    padding: 0.7rem 0;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.copyright {
    font-size: 13px;
    line-height: 1.8;
    padding-right: 15px;
}

/*FOOTER*/

/*BODY*/
/*SLIDER*/
.slider {
    /*width: 80%;*/
    /*margin: 1% auto;*/
    /*margin-left: 10.8%;*/
    width: 78%;
    margin: 0 auto;
}

.slick-arrow i {
    color: #000 !important;
    font-size: 30px;
}

.header-slider {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-slider-bg {
    max-height: 545px;
}

.header-slider-caption-wrapper {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    top: 35%;
    width: 80%;
}

.header-slider-caption {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    top: 0;
    text-align: left;
    right: 0;
    left: 0;
}

.header-slider-caption-title {
    padding: 4.5px 0;
    height: 100%;
}


/*********************  Custom styles producer page  ************************/

.category .producer-header-top {
    height: 514px;
}

.category .producer-header-top-image {
    /*height: 100%;*/
    width: 100%;
    /*max-height: 513px;
    background: url('../images/header/vineyards.jpg') no-repeat center;*/
    -webkit-background-size: cover;
    background-size: cover;
    /*background-position: center;*/
}

.category .producer-header-top-img {
    width: 100%;
    max-height: 60vh;
}

.category .category-header-description {
    width: 100%;
}

.category .about-company {
    position: relative;
    width: 90%;
    margin: 55px auto 0 auto;
}

.category .about-company .logo-company-wrap {
    padding-left: 0;
    max-width: 14%;
}


.category .about-company .logo-company {
    width: 100%;
    height: 100%;
}

.category .about-company .logo-company .logo-company__img {
    max-width: 100%;
    height: auto;
}

.category .about-company .about-company__descripton .about-company__name {
    font-family: NunitoSans-ExtraBold;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}

.category .about-company .about-company__description-text {
    margin-top: 20px;
    margin-bottom: 0;
    width: 71%;
    height: 105px;
}

.category .about-company .about-company-contact-wrap {
    min-width: 19.3%;
    padding-right: 0;
}

.category .about-company .about-company-contact-wrap .about-company-contact {
    width: 200px;
    float: right;
}

.about-company .about-company-contact__caption {
    font-family: NunitoSans-SemiBold;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

.about-company .about-company-contact__address {
    font-family: NunitoSans-Light;
    font-size: 15px;
}

.about-company .about-company-contact__location {
    font-family: NunitoSans-Bold;
    color: #000 !important;
    font-size: 13px;
    cursor: pointer;
}

.about-company-contact__button {
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 30px auto 40px auto;
    font-family: NunitoSans-Bold;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #000;
    text-align: center;

}

.about-company-contact__button:active,
.about-company-contact__button:hover {
    color: darkgray!important;
}

.about-company-contact__button,
.about-company-contact__button:focus {
    color: #fff!important;
}


.about-company .nav-subscription-mobile,
.about-company .nav-subscription {
    text-align: right;
    margin-left: auto;
}

.about-company .nav-subscription-mobile i,
.about-company .nav-subscription i {
    font-size: 18px;
    padding-left: 8px;
    color: #000 !important;
    cursor: pointer;
}

.about-company .nav-subscription-mobile i:hover,
.about-company .nav-subscription i:hover {
    color: #999999 !important;
}

.about-company .nav-subscription-mobile .nav-subscription__text,
.about-company .nav-subscription .nav-subscription__text {
    font-family: NunitoSans-Light;
    vertical-align: text-bottom;
    color: #000;
}

.about-company .nav-subscription-mobile .message,
.about-company .nav-subscription .message {
    position: relative;
    display: inline-block;
    bottom: 3px;
    padding-left: 5px;
}

.about-company .nav-subscription-mobile .message:after,
.about-company .nav-subscription .message:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
}

.about-company .nav-subscription-mobile .message:hover:after,
.about-company .nav-subscription .message:hover:after {
    opacity: 1;
}


.heading {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: NunitoSans-ExtraBold, sans-serif;
    font-size: 30px;
    color: #000;
    margin: 0 auto;
}

.heading__text {
    overflow: hidden;
}

.heading__text:before, .heading__text:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    border: solid #FFF;
    border-width: 0 15px;
}

.heading__text:before {
    margin-left: -100%;
}

.heading__text:after {
    margin-right: -100%
}

.category-products .amount-info {
    font-family: NunitoSans-Light, sans-serif;
}

.category-products .amount-info .side {
    margin-left: .5%;
}

.category-search .category-search__text {
    font-family: NunitoSans-SemiBold, sans-serif;
    font-size: 18px;
    text-align: right;
    color: #000;
    padding: 0;
    height: 54px;
    line-height: 53px;
}

.products-wrap__category {
    padding-right: 0;
}

.products-wrap__products {
    padding: 0;
}


.category-products-filters .category-product-filter__name, .category-products-filters .my-product-filter__name{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 37px;
    line-height: 37px;
}

.category-products-filters .category-product-filter__name a, .category-products-filters .my-product-filter__name a {
    border: 1px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 8px;
    /*transition: all .2s ease-in-out;*/
}

.category-products-filters .category-product-filter__name a.selected-category, .category-products-filters .my-product-filter__name a.selected-category {
    color: #000;
    font-weight: bold;
}

.category-products-filters .category-product-filter__name a:hover, .category-products-filters .my-product-filter__name a:hover {
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
}


.category-products-filters .category-product-filter__name .product-count .my-product-filter__name {
    position: absolute;
    right: 8px;
    font-size: 11px;
}





.category-products .more-products {
    font-family: NunitoSans-Bold, serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;

}

.category-products .more-products a {
    display: inline-block;
    width: 275px;
    height: 50px;
    line-height: 50px;
    color: #53a321;
    border: 1px solid #53a321;
}

.category-products .more-products .more-products__img {
    position: relative;
    bottom: 2px;
    left: 6px;
    transition: all .2s ease-in-out;
    transform: rotate(180deg);
    width: 30px;
}

.category-products .more-products a:hover .more-products__img {
    left: 16px;
}

.sect-products-categories .container {
    width: 1455px;
}

.slider-nav div {
    top: 70px;
}

.sect-products-categories {
    width: 90%;
    margin-top: 42px;
    padding: 50px 0;
}

.sect-products-categories .heading__text,
.heading-mobile__text {
    font-family: NunitoSans-Light, sans-serif;
    font-size: 24px;
    margin-bottom: 28px;
}

.sect-products-categories .slider-wrap {
    position: relative;
}
.sect-products-categories .slider-wrap .slider-nav {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.sect-products-categories .slider-wrap .slider-nav div {
    cursor: pointer;
    position: absolute;
    top: 65px;
}

.sect-products-categories .slider-wrap .slider-nav .prev-slider-products-categories {
    left: -30px
}

.sect-products-categories .slider-wrap .slider-nav .next-slider-products-categories {
    right: -30px;
}

.sect-products-categories .slider-wrap .categories-slider__item img {
    /*height: 189px;*/
    object-fit: cover;
}

#codengineering_overlay {
    background: rgba(0,0,0,1) !important;
    pointer-events: none !important;
}

#codengineering_overlay .pointer {
    color: #cccccc !important;
}

#codengineering_overlay .wrapper::before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

#codengineering_overlay .nav-btn {
    pointer-events: initial;
}

#codengineering_overlay:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 20px;
    height: 20px;
    background: url("../images/icons/close.png");
    cursor: pointer;
    pointer-events: initial;
}


#codengineering_overlay p {
    margin-top: -20px !important;
}

#codengineering_overlay .settings_wrapper {
    display: none !important;
    /*top: 0;*/
    /*right: 0;*/
    /*text-align: right;*/
}

/*#codengineering_overlay .fa-rotate-left:before, .fa-undo:before,*/
/*#codengineering_overlay .fa-rotate-right:before, .fa-repeat:before,*/
/*#codengineering_overlay .fa-download:before {*/
    /*display: none !important;*/
/*}*/

/*#codengineering_overlay .fa-download {*/
    /*pointer-events: initial;*/
/*}*/

/*#codengineering_overlay .settings:before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: url("../images/icons/close.png");*/
    /*cursor: pointer;*/
    /*pointer-events: initial;*/
/*}*/


#codengineering_overlay .img_inner_wrapper img {
    height: 700px !important;
}

#codengineering_overlay .fa-caret-right:before {
    content: '\f054' !important;
    font-size: 30px;
}

#codengineering_overlay .fa-caret-left:before {
    content: '\f053' !important;
    font-size: 30px;
}

#codengineering_overlay p:first-of-type {
    font-size: 15px !important;
}

.next-slider-products-categories i,
.prev-slider-products-categories i {
    font-size: 33px;
    color: #000;
}

.sect-customer-reviews,
.sect-specialties,
.sect-delivery,
.sect-other-info {
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
    width: 90%;
    margin-bottom: 0;
    margin-top: 0;
}


.sect-specialties .column-right .row,
.sect-delivery .column-right .row,
.sect-other-info .column-right .row {
    padding-top: 35px;
    border-top: 1px solid #cdcdcd;
    margin-left: 0;
    margin-right: 0;
}

.sect-specialties .column-right .title-wrap,
.sect-delivery .column-right .title-wrap,
.sect-other-info .column-right .title-wrap {
    padding-left: 0;
}

.sect-customer-reviews .column-reviews header,
.sect-customer-reviews .column-reviews article {
    border-bottom: 1px solid #cdcdcd;
}

.sect-customer-reviews .column-reviews {
    padding-top: 35px;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    border-top: 1px solid #cdcdcd;
}

.sect-customer-reviews .column-reviews header {
    padding-bottom: 5px;
}

.sect-customer-reviews .column-reviews header .product-rating {
    float: left;
}

.sect-customer-reviews .column-reviews article {
    position: relative;
    padding-top: 22px;
}

.sect-customer-reviews .column-reviews article .comment-date {
    margin-right: 18px;
}

.sect-customer-reviews .column-reviews .comments-title,
.sect-specialties .column-right .sect-specialties__title,
.sect-delivery .column-right .sect-delivery__title,
.sect-other-info .column-right .sect-other-info__title {
    font-family: NunitoSans-ExtraBold, serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.sect-customer-reviews {
    padding-bottom: 55px;
}

.sect-product-property {
    margin-top: 0;
    padding: 0;
}


.sect-specialties {
    /* height: 200px; */
    padding-bottom: 40px;
}

.sect-delivery {
    height: 173px;
}

.sect-delivery__caption {
    margin-bottom: 0;
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
    color: #000;
}


/*
.sect-other-info {
    height: 270px;
}
*/

.owl-nav .disabled {
    display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 37%;
    font-size: 30px;
    color: #000;
}

.owl-nav .owl-prev {
    /*content: "\f2b4";*/
    left: -3.5%;
}

.owl-nav .owl-next {
    right: -3.5%;
}

footer .row {
    /*height: 300px;*/
}

/*********************  end styles  ************************/



.header-slider-caption-title span, .category-header-top-caption span {
    background-color: black;
    font-size: 51.13px;
    font-family: NunitoSans-Bold, serif;
    color: white;
    display: inline;
    padding: 0 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.category-header-top-caption {
    text-align: center;
    width: 90%;
}

.header-slider-caption-title {
    text-align: left;
}

.header-slider-caption-description {
    color: black;
    text-align: left;
    width: 45%;
    font-size: 23px;
    font-family: NunitoSans-Bold, serif;
    padding-top: 10px;
}

.header-slider-caption-description span {
    background-color: white;
    padding: 0 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.header-slider-caption-btn {
    margin-top: 3%;
    font-size: 18px;
    font-family: NunitoSans-SemiBold, serif;
}

.header-slider .slick-prev, .header-slider .slick-next {
    width: 40px;
    height: 70px;
    background: rgba(239, 234, 234, 0.64);
}

.header-slider .slick-prev {
    left: 0 !important;
    z-index: 999;
}

.header-slider .slick-next {
    right: 0 !important;
}

.header-slider .slick-prev:hover, .header-slider .slick-prev:focus, .header-slider .slick-next:hover, .header-slider .slick-next:focus {
    background: rgba(243, 245, 249, 0.98);
}

.slick-prev:before, .slick-next:before {
    display: none !important;
}

.produit-en-vedette .slick-prev, .produit-a-proximite .slick-prev, .parcourir-par-catégories .slick-prev, .produit-en-vedette .slick-next, .produit-a-proximite .slick-next, .parcourir-par-catégories .slick-next {
    top: 38% !important;
}

.parcourir-par-catégories .slick-prev, .parcourir-par-catégories .slick-next {
    top: 35% !important;
}

.produit-en-vedette .slick-prev, .produit-a-proximite .slick-prev, .parcourir-par-catégories .slick-prev {
    left: -30px !important;
}

.produit-en-vedette .slick-next, .produit-a-proximite .slick-next, .parcourir-par-catégories .slick-next {
    right: -30px !important;
}

.parcourir-par-catégories .slick-track {
    height: 225px;
}

.parcourir-par-catégories img {
    margin-bottom: 10px;
}

.parcourir-par-catégories-link-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 50px;
}

/*SLIDER*/
/*HOME  PAGE*/

/*MODAL*/
#previewModal .modal-body {
    padding: 2rem;
}

.modal-overlay {
    display: none; /* Cachée par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10000;
	overflow: scroll;
}

.modal-overlay.active {
    display: block;
}

.modal-product-btn-amount {
    border-radius: 0;
    padding: .7rem 0.5rem;
}

input[type=number].modal-product-btn-amount::-webkit-inner-spin-button {
    opacity: 1;
}

.modal-product-image {
    display: block;
    width: 100%;
    /* height: 100%; */
}

.modal-product-title {
    font-family: NunitoSans-ExtraBold, serif;
    font-size: 30px;
    color: black!important;
}

.modal-product-subtitle {
    font-family: NunitoSans-Regular, serif;
    font-size: 15px;
    color: #777777;
}

.modal-product-rating {
    font-family: NunitoSans-Light, serif;
    font-size: 15px;
}

.modal-product-rating i {
    font-size: 10px;
}

.modal-product-rating span {
    font-size: 11px;
    padding-left: 2px;
}

.modal-product-rating .rating {
    color: #777777;
}

.modal-product-price, .modal-product-amount-title, .modal-product-btn-amount, .modal-product-complete-list {
    font-family: NunitoSans-Bold, serif;
    font-size: 15px;
}

.modal-product-in-stock {
    font-family: NunitoSans-SemiBold, serif;
    font-size: 15px;
    color: #53a321;
}

.modal-product-amount {
    margin-top: 10%;
}

.modal-product-btn-add-to-cart {
    height: 100%;
}

.modal-product-btn-product-list {
    margin-top: 3%;
    margin-bottom: 10%;
}

.modal-product-social-icons {
    margin-bottom: 10%;
}

.modal-product-social-icons-title {
    font-family: NunitoSans-Light, serif;
    font-size: 14px;
}

.modal-product-social-icons i {
    font-size: 18px;
    padding-left: 2px;
    color: black !important;
}

.modal-product-social-icons i:hover {
    color: #999999 !important;
}

.modal-product-complete-list a {
    color: #53a321;
}

.modal-product-complete-list:hover a {
    color: #d6582a;
    text-decoration: none;
}

.modal-product-complete-list .modal-product-complete-list-arrow {
    background-image: url("../images/icons/orange-arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 15px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

.modal-product-complete-list {
    width: 100%;
}

.modal-product-complete-list .modal-product-complete-list-arrow {
    margin-left: 0;
    transition: all .2s ease-in-out;
}

.modal-product-complete-list:hover .modal-product-complete-list-arrow {
    margin-left: 10px;
}

.modal-product-social-icon-email {
    display: inline-flex;
    background-image: url(../images/icons/email-icon.png);
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-bottom: 0;
}

.modal-product-social-icon-email:hover {
    background-image: url(../images/icons/email-icon-hover.png);
}

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen {
    overflow-x: hidden;
    overflow-y: hidden !important;
    height: 100%;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

#mobileFilterModal {
    background: white;
}

#mobileFilterModal.modal-fullscreen .modal-content {
    margin-top: 0px;
    height: 100vh !important;
    padding-bottom: 0px;
}

.modal-fullscreen .modal-content {
    margin-top: 50px;
    height: calc(100vh - 50px) !important;
    border: 0 none;
    border-radius: 0;
    width: 99% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-bottom: 50px;
}

.modal-fullscreen .modal-header {
    padding: 1rem 0px !important;
}

.modal-fullscreen .modal-body {
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 80px;
}

#mobileFilterModal .modal-body .container {
    height: 100%;
}

.modal-fullscreen .modal-title {
    text-align: center;
    font-size: 16px;
    font-family: NunitoSans-Bold, serif;
}

.modal-fullscreen .modal-header .row {
    width: 100%;
    margin: 0;
}

.modal-back-button {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    /*display: none;*/
}

.modal-back-button-wrapper {
    display: none;
}

.modal-back-button:hover {
    opacity: 1;
}

.sous-menu-mobile-item {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

#mobileMenuModal .full-width-divider {
    margin: .8rem 0;
}

#mobileMenuModal .modal-title {
    text-align: left;
}

#mobileMenuModal .sous-menu-mobile-item i {
    margin-top: 4px;
}

#mobileMenuModal .modal-body {
    padding-top: 0 !important;
}

#mobileMenuModal .modal-header .close {
    padding: 1rem 0px 1rem 6px !important;
    line-height: 0.92;
}

#mobileMenuModal .modal-back-button {
    padding: 0 !important;
    margin-top: -1.6px;
}

.sous-submenu-mobile-body-items {
    display: none;
}

.sous-menu-mobile-item i {
    float: right;
    margin-right: 15px;
    margin-top: 4.2px;
}

.sous-menu-mobile-item a {
    font-size: 15px;
    font-family: NunitoSans-Regular, serif;
}

.sous-menu-mobile li.caption {
    font-size: 16px;
    font-family: NunitoSans-SemiBold, serif;
}

.sous-menu-mobile li.caption:first-child {
    margin-top: 0.8rem;
}

/*.sous-menu-mobile li:not(.caption) {*/
/*padding: 5px;*/
/*}*/
.sous-submenu-mobile-body-items li {
    padding: 5px 0 5px 15px;
    font-size: 14px;
}

.sous-menu-mobile li a {
    color: #222;
}

.sous-menu-mobile li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*MODAL*/

/*Login/Registration modal*/

#registrModal .modal-content {
    background-color: transparent !important;
    border: none;
}

#registrModal .tab-content {
    background: white;
}

#registrModal .nav-link {
    border-radius: 0;
    text-transform: uppercase;
    background: #000;
    color: white;
    font-size: 15px;
    font-family: NunitoSans-ExtraBold, serif;
}

#registrModal .nav-link.active {
    background: white;
    color: #000;
}

#registrModal .tab-pane .row {
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
}

#registrModal h5 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 7%;
}

.registr-top-text, .registr-bottom-text {
    text-align: center;
    color: #777777;
    font-family: NunitoSans-Regular, serif;
    font-size: 13px;
}

.registr-top-text a, .registr-bottom-text a {
    text-decoration: underline;
    color: black;
    font-weight: bolder;
}

.registr-top-text {
    padding-top: 35px;
    padding-bottom: 5px;
}

.registr-bottom-text {
    padding-bottom: 15px;
}

.button-g, .button-fb {
    padding: 10px;
    color: #FFF;
    margin: 0 auto;
    border-radius: .2rem;
    margin-bottom: 10px;
    font-family: NunitoSans-ExtraBold, serif;
}

.button-fb:hover {
    background-color: #3f61a3;
    border-color: rgba(0, 0, 0, 0.2);
}

.button-fb {
    background-color: #3B5998;
    border-color: rgba(0, 0, 0, 0.1);
}

.button-g:hover {
    background-color: #df5e52;
    border-color: rgba(0, 0, 0, 0.25);
}

.button-g {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #e95d5d;
}

.button-icon {
    float: left;
    width: 42px;
    height: 42px;
    margin: -10px -10px;
    border-radius: .2rem;
}

.fb-icon {
    line-height: 48px;
    background: #526ea3;
}

.fb-icon i {
    font-size: 20px;
}

.g-icon {
    line-height: 40px;
    background: #e96666;
}

.g-icon img {
    width: 20px;
    height: auto;
}

.registr-form-control {
    border-radius: 0;
    margin-bottom: 10px;
}

.btn-registr-modal-close {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    float: right;
    background: transparent;
    border: none;
    background-image: url(../images/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    z-index: 1000;
}

.rester-connecté {
    margin: -10px -15px !important;
}

/*CATEGORY PAGE*/
.category {
    color: #999999;
}

.category-products {
    width: 90%;
    max-height: 100%;
    height: auto;
    margin: 2rem auto 0 auto !important;
}

.category-search{
    margin-bottom: 20px;
}

.category-product-filter-title, .product-title, .product-title a, .product-title a:hover, .product-title:focus, .product-price, .product-rating span, .category-products-result, .category-product-filter-title a, .category-product-filter-title a:hover, .category-product-filter-title a:active {
    color: black!important;
}

.category-product-filter-title a, .category-product-filter-title a:hover, .category-product-filter-title a:active, .product-title a, .product-title a:hover, .product-title:focus {
    text-decoration: none;
}

.category-product-filter-title img {
    vertical-align: baseline;
}

.category-products-filters {
    height: 100%;
}

.category-products-filters-btn {
    margin-right: 15px;
    background: white;
    border: 1px solid #c1c1c1;
}

.category-products-filters-btn:hover {
    background: buttonface;
}

.category-products-filters-btn span {
    margin-right: 10px;
}

.category-products-filters-btn img {
    width: 16px;
    height: 16px;
}

.category-product-filter-hierarchy .category-product-filter-hierarchy-title:hover, .category-product-filter-hierarchy .category-product-filter-hierarchy-title.active {
    background: black !important;
    color: white !important;
}

.category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-back-btn .category-product-filter-hierarchy-title:hover, .category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-title.active {
    background: transparent !important;
    color: black !important;
}

.category-product-filter-hierarchy-l4 .category-product-filter-hierarchy-title.active {
    border-bottom: 1px solid #999;
}

.category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-title:hover, .category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-title.active {
    background: transparent !important;
    color: black !important;
}

.category-product-filter-hierarchy-l4 .category-product-filter-hierarchy-title:hover, .category-product-filter-hierarchy-l4 .category-product-filter-hierarchy-title.active,
.category-product-filter-hierarchy-l3 .category-product-filter-hierarchy-title:hover, .category-product-filter-hierarchy-l3 .category-product-filter-hierarchy-title.active {
    background: transparent !important;
    color: #777777 !important;
}

.category-product-filter-hierarchy-l2 {
    margin: 10px 0 0 15px;
}

.category-product-filter-hierarchy-l3 {
    margin: 10px 0 0 25px;
}

.category-product-filter-hierarchy-l4 {
    margin: 7px 0 0 25px;
}

.category-product-filter-hierarchy .category-product-filter-hierarchy-title {
    display: block;
    color: black !important;
    font-family: NunitoSans-Regular, serif;
    font-size: 15px;
    padding: 5px;
}

.category-product-filter-hierarchy-l2, .category-product-filter-hierarchy-l3, .category-product-filter-hierarchy-l4, .category-product-filter-hierarchy-back-btn {
    display: none;
}

.category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-title {
    display: inline;
    color: black !important;
    font-family: NunitoSans-Bold, serif;
    font-size: 14px;
    padding: 0;
    /*margin-left: 10px;*/
    margin-bottom: 5px;
}

.category-product-filter-hierarchy-l3 .category-product-filter-hierarchy-title {
    display: inline;
    color: #777777 !important;
    font-family: NunitoSans-Regular, serif;
    font-size: 13px;
    padding: 0;
    /*margin-left: 20px;*/
    margin-bottom: 5px;
}

.category-product-filter-hierarchy-l4 .category-product-filter-hierarchy-title {
    display: inline;
    color: #777777 !important;
    font-family: NunitoSans-Light, serif;
    font-size: 13px;
    padding: 0;
    /*margin-left: 40px;*/
}

.category-product-filter-hierarchy-l2 .category-product-filter-hierarchy-back-btn {
    line-height: 1.5;
    /*margin-right: -5px;*/
    /*margin-left: 10px;*/
}

.category-product-filter-hierarchy-l3 .category-product-filter-hierarchy-back-btn {
    line-height: 1.5;
    /*margin-left: 20px;*/
}

.category-product-filter-hierarchy-back-btn {
    float: left;
    margin-right: 5px;
    line-height: 2.1;
    cursor: pointer;
    z-index: 1000;
}

.category-product-filter-hierarchy-back-btn i {
    color: black;
    font-weight: bolder;
    margin-left: 5px;
}

.category-header {
    margin: 0 !important;
    width: 100%;
}

.category-header-top {
    position: relative;
    width: 100%;
    height: auto;
}

.category-header-top-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    margin: 0 auto;
    color: white;
    width: 65% !important;
}

#category-header-breadcrumbs {
    font-size: 15px;
    font-family: NunitoSans-Light, serif;
    margin: 20px auto;
    width: 90%;
}

#category-header-breadcrumb-l1,
#category-header-breadcrumb-l2,
#category-header-breadcrumb-l3 {
    display: none;
}

#category-header-breadcrumbs a {
    text-decoration: none;
    color: #999999;
}

#category-header-breadcrumbs a:hover {
    text-decoration: none;
    color: #666666;
}

#category-header-breadcrumbs i {
    font-size: 12px
}

#category-header-breadcrumbs i:first-child {
    margin-right: 3px;
}

.category-header-description {
    font-size: 15px;
    font-family: NunitoSans-Regular, serif;
    width: 70%;
    margin: 0 auto;
}

a.category-header-description-more {
    font-size: 15px;
    font-family: NunitoSans-SemiBold, serif;
    color: #53a321;
}

a.category-header-description-more:hover {
    color: #d6582a;
    text-decoration: none;
}

/*.category-products-filter-by:first-child {*/
/*margin-top: 0;*/
/*margin-bottom: 0;*/
/*margin-left: 25px !important;*/
/*}*/
#checked-filters {
    padding: 0;
    text-align: right;
}

.category-products-filter-by {
    display: inline-table;
    padding: 0.6rem 0.8rem;
    border: 1px solid #cdcdcd;
    margin: 7px 0rem 0rem 7px;
    font-size: 15px;
}

.category-products-filter-by span {
    padding-right: 20px;
}

.category-products-filter-by-btn-close {
    margin-left: 1rem;
    font-size: 20px;
    border: none;
    background: transparent;
    color: #999999;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 10px;
    height: 10px;
    background-position: center;
    background-image: url(../images/icons/close.svg);
    background-size: cover;
}

/*.category-products-filter-by-btn-close img {*/
/*width: 10px;*/
/*}*/

.category-products-result {
    font-size: 15px;
    font-family: NunitoSans-Bold, serif;
    padding: 0.65rem 0.8rem;
}

.category-products {
    font-size: 15px;
    font-family: NunitoSans-Regular, serif;
    color: #999999;
    padding-left: 25px;
    padding-right: 25px;
}
.category-divider{
    width: 100%;
    height: 1px;
    border-bottom: 1px groove black;
    margin: 20px 0 30px 0;
    box-shadow: 1px 1px gainsboro;
}

.category-product-filter.first {
    margin: 5px auto 10px auto;
}

.category-product-filter {
    margin: 10px 15px;
}

.category-product-filter .category-product-filter-title {
    margin-bottom: 2%;
    font-family: NunitoSans-Bold, serif;
}

.category-product-filter.first .category-product-filter-default {
    padding-left: 10%;
}

.category-product-filter-default li:hover {
    cursor: pointer;
}

.soldes a, .soldes label {
    color: #53a321 !important;
}

.form-check-label {
    line-height: 1.7;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox {
    position: relative;
    display: block;
    outline: none;
    border: none;
    margin-bottom: 4px;
    padding-left: 27px;
    line-height: 27px;
    cursor: pointer;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    background: url("../images/icons/box.svg");
}

.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

.checkbox input + i:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/icons/checkbox.svg);
    text-align: center;
}

.masonry-layout {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
}

.masonry-layout__panel {
    opacity: 0;
}

.masonry-layout__panel {
    break-inside: avoid;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    /*padding: 5px;*/
    /*padding: 6px;*/
    padding: 2%;
    position: relative;
    height: 100%;
    width: 100%;
}

.masonry-layout__panel-content {
    padding: 10px;
    border-radius: 10px;
}

.masonry-layout__panel-content img {
    max-width: 100%;
    height: auto;
}

.nav-wrap {
    width: 100%;
}

/* PRODUCT PAGE */
.category-breadcrums {
    width: 91%;
    margin: 20px auto 50px auto;
}

.product {
    position: relative;
}

.product-zoom {
    position: relative;
    background-color: #FFF;
    text-align: center;
    z-index: 5;
}

.product-zoom img {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery li {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery img {
    max-width: 100%;
}

.gallery-thumb {
    padding: 80px 40px 0 0;
    max-width: 110px;
    margin-right: 40px;
    margin-top: 80px;
}

.gallery-thumb img {
    max-width: 100%;
}

.gallery-thumb a {
    border: 0 solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}

.gallery-thumb a:hover {
    border: 1px solid #cdcdcd;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.no-background {
    background-color: transparent;
}

.section-title-left {
    text-align: left;
}

.section-title-small {
    font-family: NunitoSans-Light, serif;
    font-size: 24px;
}

.product-big-title {
    width: 100%;
    margin-bottom: 20px !important;
}

.product-rating li {
    color: #999999;
    font-size: 10px;
}

.product-price {
    margin-bottom: 0;
}

.product-price .product-price-before-sale{
    text-decoration: solid line-through black;
    margin: 0 3px 0 7px;
}
.product-price .product-price-before-sale, .product-price .product-price-sale-percentage{
    color: #53a321;
    font-size: 13px;
}
.product-values {
    font-size: 15px;
    color: #53a321;
    font-weight: 600;
}

.product-quantity-title {
    font-family: NunitoSans-Bold, serif;
    margin: 0;
    font-size: 15px;
    margin-bottom: 5px;
}

.product-quantity-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.product-quantity-value input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.product-quantity-value input {
    height: 48px;
    border: 1px solid #c1c1c1;
    border-right: none;
    font-size: 15px;
    font-family: NunitoSans-Bold, serif;
    width: 100px;
    padding: 0 12px;
}

.product-board {
    padding-left: 60px;
}

.product-board .modal-product-complete-list {
    padding-top: 15px;
}

.product .nav-suivre {
    margin: 40px 0 30px 0;
}

.product .nav-suivre .modal-product-social-icons {
    margin-bottom: 0;
}

#product {
    width: 81.5%;
    margin: 0 auto;
}

.product .nav-suivre span {
    font-family: NunitoSans-Light, serif;
}

.product .nav-suivre i {
    color: #000000;
    margin: 0 4px;
}

.product-property-title {
    position: relative;
    font-size: 15px;
    color: #000000;
    padding: 14px 30px 14px 30px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-bottom: none;
    text-transform: uppercase;
    font-family: NunitoSans-SemiBold, serif;
    cursor: pointer;
    margin-bottom: 0;

}

.product-property-item:last-child .product-property-title, .product-open {
    border-bottom: 1px solid #cdcdcd;
}

.product-property-icon img {
    width: 16px;
    height: 16px;
    float: right;
}

.product-property-more-wrapper {
    margin: 23px auto 0 auto;
    text-align: center;
}

a.product-property-more-btn,
a.producer-page-product-property-more-btn {
    font-size: 15px;
    font-family: NunitoSans-SemiBold, serif;
    color: #53a321 !important;
}

a.product-property-more-btn:hover,
a.producer-page-product-property-more-btn:hover {
    color: #d6582a !important;
    text-decoration: none;
}

.product-open:after {
    opacity: 0;
}

.product-property-description {
    margin: 0;
    padding: 20px 30px 20px 30px;
    color: #777777;
    font-family: NunitoSans-Light, serif;
    display: none;
}

.product-all {
    color: #53a321;
    font-size: 15px;
    font-family: NunitoSans-Bold, serif;
}

.product-all:hover {
    color: #53a321;
}

.product-all i {
    display: inline-block;
    margin-left: 8px;
    font-size: 26px;
    position: relative;
    top: 3px;
}

.comments {
    margin: 50px 0 30px 0;
}

.comments header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.comments article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 28px 0;
    border-bottom: 1px solid #cdcdcd;
}

.comments-title {
    font-size: 24px;
    font-family: NunitoSans-Bold, serif;
    margin: 0;
    margin-right: 14px;
    text-transform: uppercase;
}

.commnet-share {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.commnet-share a {
    color: #53a321;
    font-size: 14px;
    font-family: NunitoSans-SemiBold, serif;
}

.comment-avatar {
    padding-left: 5px;
    padding-right: 25px;
}

.comment-avatar img {
    border-radius: 50%;
}

.commnet-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-date {
    margin-left: auto;
}

.comment-date p {
    margin-bottom: 0;
    color: #777777;
    font-family: NunitoSans-Light, serif;
}

.comment-name {
    margin-top: 20px;
    font-size: 15px;
    color: #000;
    font-family: NunitoSans-Bold, serif;
}

.comment-text {
    font-size: 15px;
    color: #777777;
    font-family: NunitoSans-Light, serif;
}

/*Underline effect*/
.underline-effect, .underline-effect-l2, .underline-effect-l3 {
    position: relative;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    -webkit-transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    -o-transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    -moz-transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
}

.underline-effect::before, .underline-effect-l2::before, .underline-effect-l3::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
    -webkit-transition: color 0.1s, transform 0.2s ease-out;
    -o-transition: color 0.1s, transform 0.2s ease-out;
    -moz-transition: color 0.1s, transform 0.2s ease-out;
}

.underline-effect-orange::before {
    background-color: #53a321;
}

.underline-effect-black::before {
    background-color: black;
}

.underline-effect-white::before {
    background-color: white;
}

.underline-effect-gray::before {
    background-color: #999;
}

.underline-effect-h1::before {
    height: 1px;
}

.underline-effect-h2::before {
    height: 2px;
}

.underline-effect.underline-effect-relative {
}

.underline-effect-wrapper:hover .underline-effect::before, .underline-effect-wrapper:focus .underline-effect::before,
.underline-effect-wrapper:active .underline-effect::before,
.underline-effect-wrapper-l2:hover .underline-effect-l2::before, .underline-effect-wrapper-l2:focus .underline-effect-l2::before,
.underline-effect-wrapper-l2:active .underline-effect-l2::before,
.underline-effect-wrapper-l3:hover .underline-effect-l3::before, .underline-effect-wrapper-l3:focus .underline-effect-l3::before,
.underline-effect-wrapper-l3:active .underline-effect-l3::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.text-overflow {
    width: 100%;
    height: 70px;
    display: block;
    overflow: hidden;
    /*word-break: break-all;*/
    word-wrap: break-word;
}

.btn-overflow {
    display: none;
    text-decoration: none;
    color: #53a321 !important;
}

.modifiezVosParamètres {
    padding: 1.5rem 2rem 2rem 2rem;
}

#modifiezVosParamètres .modal-content, #modifiezVosParamètres .modal-body, #modifiezVosParamètres .form-control, #modifiezVosParamètres button {
    border-radius: 0;
}

.modifiezVosParamètres .form-control-lg {
    font-size: 15px !important;
    font-family: NunitoSans-Light, serif;
    color: #777777;
}

.modifiezVosParamètres label {
    font-size: 13px;
    font-family: NunitoSans-Bold, serif;
}

.modifiezVosParamètres-select-wrapper form .form-group {
    margin-top: 30px;
}


.modifiezVosParamètres-select-wrapper form .form-group:first-child {
    margin-top: 0 !important;
}

.modifiezVosParamètres-title {
    text-align: center;
    font-size: 18px;
    font-family: NunitoSans-ExtraBold, serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.modifiezVosParamètres-description {
    text-align: center;
    font-size: 13px;
    font-family: NunitoSans-Regular, serif;
    color: #777777;
    padding-bottom: 15px;
}

.modifiezVosParamètres-btn-save {
    float: right;
}

.modifiezVosParamètres-btn-save, .modifiezVosParamètres-btn-close {
    width: 45%;
    padding: 0.9rem 0;
    margin-top: 2rem;
}

select {
    background: #F0F3FB;
    border: 1px solid #F0F3FB;
    width: 100%;
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-label{
    text-align: right;
    color: black;
    font-size: 18px;
    font-family: NunitoSans-SemiBold, serif;
    line-height: 2.7;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 18px;
    position: absolute;
    top: 23%;
    right: 1rem;
    color: #060606;
    pointer-events: none;
    font-weight: bold;
}

.category-products .select-wrapper:after {
    right: 10px;
}

select::-ms-expand {
    display: none;
}

.owl-theme .owl-nav div {
    background: rgba(247, 247, 247, 0.85);
    color: black;
    font-size: 16px;
    margin: 0;
    padding: 15px 10px;
    position: absolute;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.vous-aimeriez-aussi.owl-theme .owl-nav div {
    top: 35%;
}

.parcourir-par-catégories.owl-theme .owl-nav div {
    top: 22%;
}

.produit-en-vedette.owl-theme .owl-nav div, .produit-a-proximite.owl-theme .owl-nav div {
    top: 30%;
}

/*CUSTOM SELECT*/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: rgb(119, 119, 119) !important;
    width: 100%;
    height: calc(2.875rem + 2px);
    border: 1px solid #ced4da;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 8px 20px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    line-height: 2;
}

.category-products .select-styled {
    color: #000 !important;
    padding: 13px 20px;
    font-weight: bold;
    line-height: normal;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #e6e6e6;
}


.select-category .select-options {
    transform: translate3d(0px, 57px, 0px) !important;
    width: 110%;
}

.select-trier .select-options {
    /*transform: translate3d(0px, 57px, 0px) !important;*/
    transform: inherit !important;
    top: 57px !important;
    right: 10% !important;
    left: -74% !important;
    width: 174%;

}

.select-category .dropdown,
.select-trier .dropdown {
    height: calc(2.875rem + 2px);
}

.select-category .dropdown-toggle,
.select-trier .dropdown-toggle {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    padding: 13px 20px 13px 15px;
    color: #000 !important;
    /*font-weight: bold;*/
}

.select-category .dropdown-toggle:after,
.select-trier .dropdown-toggle:after {
    display: none;
}



.select-category .dropdown-menu.show {
    /*top: 54px !important;*/
    width: 174%;
    border-radius: 0;
}

.select-trier .dropdown-menu.show {
    /*top: 54px !important;*/
    /*width: 135%;*/
    border-radius: 0;
}

.dropdown-menu li {
    /*margin: 5px 0;*/
    /*padding: 2px 0;*/
    /*text-indent: 10px;*/
}

.dropdown-menu li a {
    /*width: 100%;*/
    /*display: block;*/
}


.dropdown-menu li:hover {
    /*background: #e6e6e6;*/
}



.select-category .dropdown:after,
.select-trier .dropdown:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 18px;
    position: absolute;
    top: 23%;
    right: 10px;
    color: #060606;
    pointer-events: none;
    font-weight: bold;
}

.select-category .product-count {
    position: absolute;
    right: 15px;
}

.select-options li {
    margin: 5px 10px;
    padding: 2px 0;
    text-indent: 10px;
    color: rgb(119, 119, 119) !important;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.category-products .select-options li {
    /*margin: 5px 0;*/
}

.select-options li:hover {
    background: #e6e6e6;
}

.select-options li[rel="hide"] {
    display: none;
}

.modal-open .mm-slideout {
    z-index: unset;
}

.pswp__caption__center {
    text-align: center !important;
}

.pswp__counter {
    display: none;
    position: relative !important;
    text-align: center;
    width: 20%;
    margin: 5px auto;
}
.pswp__button--close {
    position: absolute !important;
    right: 5px;
    top: 5px;
}


.pswp__button--fs,
.pswp__button--share,
.pswp__button--zoom {
    display: none !important;
}

.pswp__button--arrow--left {
    position: absolute;
    left: 0;
    top: 50%;
}

.pswp__button--arrow--right {
    position: absolute;
    right: 0;
    top: 50%;
    background: none;
    border: none;
    text-align: center;
}


.pswp__button--arrow--right:before,
.pswp__button--arrow--left:before {
    display: none !important;
}

.pswp__img--placeholder {
    display: none !important;
}

.pswp__button--arrow--right:after,
.pswp__button--arrow--left:after {
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}


.pswp__button--arrow--right:after {
    content: '\f105' !important;
}


.pswp__button--arrow--left:after {
    content: '\f104' !important;
}

#categories-gallery .owl-item {
    position: relative;
    height: 189px;
}

#categories-gallery .owl-item img {
    height: 100%;

}

#categories-gallery .slick-disabled {
    display: none !important;
}

#categories-gallery .slick-slide img {
    width: 97%;
}


/**************************************************/


.photoswipe-gallery figure {
    display: none;
}

.goToHomePage,
.goToHomePage:hover,
.goToHomePage:focus,
.goToHomePage:active {
    color: #000 !important;
}

.page-banner{
    width: 100%;
    height: 510px;
    max-height: 50vh;
}

.resp{
    width:100%;
    height:auto;
}