/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* ADDITIONAL FONTS */

@font-face {
    font-family: "Archer Book";
    src: url("../fonts/Archer-Book-Pro.otf") format("opentype");
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #F2F2F2;
}

#maintenance {
    background-color: white !important;
}

a {
    color: black;
}

a:focus,
a:hover {
    color: black;
}

#content .links a:hover i {
    color: black !important;
}

.language-selector-wrapper .link {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    /* font-weight: bold !important; */
}

.language-selector-wrapper span {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    /*font-weight: bold !important;*/
    font-size: 10pt;
}

.language-selector-wrapper .dropdown-item {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    /*font-weight: lighter !important;*/
    /*color: white;*/
    /*transition: color 0.5s ease;*/
}

#header #londji-desktop-header .top-menu {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600 !important;
    font-size: 10pt !important;
    /*margin: 0px;*/
}

.top-menu a[data-depth="0"] {
    font-size: 10pt !important;
}

#header #londji-mobile-header .top-menu {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold !important;
    font-size: 11pt;
    /*margin: 0px;*/
}

.top-menu[data-depth="1"] {
    margin-left: 0;
}


/*
#mobile_top_menu_wrapper #top-menu {
  font-size: 16px;
}
*/

#header #londji-desktop-header .header-top a[data-depth="0"] {
    color: white;
    /*transition: color 0.5s ease;*/
}

#header #londji-desktop-header .header-top a[data-depth="0"]:hover {
    color: white;
}

#header a:hover {
    color: white;
}


/*.dropdown:hover .expand-more {
  transition: color 0.5s ease;
}

.dropdown .expand-more {
  transition: color 0.5s ease;
}*/


/* REMOVE CREATIVE ELEMENTS UP & DOWN MARGINS */

section#wrapper {
    padding-top: 175px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    background-color: white;
    box-shadow: none;
}


/* REMOVE FOOTER MARGINS & SHADOWS */

.footer-container {
    box-shadow: none !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}


/* KEEP ELEMENTOR FONT SIZE IN ICONS LIST */

.footer-container .elementor li a {
    font-size: inherit !important;
}

.btn-primary {
    color: white;
    background-color: black;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1;
}


/* HOVER COLOR */

.btn-primary:hover {
    background-color: black !important;
}

.btn-primary:visited {
    background-color: black;
}

.btn-secondary {
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
}


/* HEADER */

.flex-menu-container {
    display: flex;
}

#header {
    background: white;
}

#header,
#header .header-top {
    background-color: transparent;
}

#londji-mobile-header {
    background: transparent;
}

.londji-desktop-sticky {
    position: fixed;
    /*top: 0;*/
    width: 100%;
    /*background: transparent;*/
    z-index: 100;
    /*transition: background 0.5s ease;*/
}

.londji-mobile-sticky {
    width: 100%;
    z-index: 100;
    /*background: transparent !important;*/
    /*transition: background 0.5s ease;*/
    position: fixed;
}


/*
.mobile-sticky-fixed {
}
*/

.opaque {
    background: white !important;
}

.transparent {
    background: transparent !important;
}

.white-color {
    color: white !important;
}

.black-color {
    color: black !important;
}

#header #londji-desktop-header .header-nav {
    border: 0px !important;
    padding-top: 56px;
    margin-bottom: 0px !important;
    max-height: none;
}

#header #londji-mobile-header .header-nav {
    border: 0px !important;
    padding-top: 12px;
    margin-bottom: 0px !important;
    max-height: none;
}

#header #londji-desktop-header .header-nav .container #_desktop_logo h1 {
    margin-bottom: 2px;
}

#header #londji-desktop-header .header-nav .container {
    width: auto !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#header #londji-mobile-header .header-nav .container {
    width: auto !important;
    margin-left: 38px !important;
    margin-right: 38px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#header #londji-desktop-header .header-top .container {
    width: auto !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#header .header-top #_desktop_top_menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    max-width: none;
    flex: unset;
}

#header .header-nav #menu-icon.collapsed:after {
    content: "\e080";
}

#header .header-top {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 10px;
}

#header #londji-desktop-header .header-top #_desktop_top_menu .dropdown-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    letter-spacing: 0.1em;
    /*color: white;*/
    /*transition: color 0.5s ease;*/
}

#header #londji-desktop-header .header-top #_desktop_top_menu .dropdown-submenu {
    font-weight: 400;
}

#header #londji-desktop-header .header-top #_desktop_top_menu .dropdown-item i {
    margin-top: -4px;
    margin-bottom: -4px;
}

#header #londji-desktop-header .header-top #_desktop_language_selector .dropdown-item {
    padding-left: 0px !important;
    padding-right: 28px !important;
    /*color: white;*/
    /*transition: color 0.5s ease;*/
}

#header #londji-mobile-header .header-top .dropdown-item {
    padding-left: 20px !important;
    padding-right: 28px !important;
    padding-bottom: 20px;
    padding-top: 20px;
    color: black;
    letter-spacing: 0.1em;
    /*transition: color 0.5s ease;*/
}

#header #londji-mobile-header .add {
    width: auto;
}

#header #londji-mobile-header .remove {
    width: auto;
}

#header #londji-desktop-header .header-top #top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#header .fa {
    font-size: 30px !important;
    color: white;
    /*transition: color 0.5s ease;*/
}

#header .block-social ul {
    margin: 0px;
    padding: 2px 2px 2px 2px;
}

#header .logo {
    max-width: 100px;
}


/*
#header .user-info img {
  height: 18px;
  color :white;
}
*/

#header #londji-desktop-header .londji-account {
    display: block;
    width: 24px;
    height: 24px;
    /*background: url(/img/cms/Icones/Perfil_Blanc.svg);*/
    background-size: 24px 24px !important;
    /* transition: background 0.5s ease; */
}

#header #londji-mobile-header .londji-account {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/cms/Icones/Perfil.svg);
    background-size: 24px 24px !important;
    /* transition: background 0.5s ease; */
}

#header #londji-desktop-header .londji-cart {
    display: block;
    /* align-items: end;
  justify-content: center; */
    width: 28px;
    height: 28px;
    margin-top: -2px;
    /*background: url(/img/cms/Icones/CarretBossa.svg);*/
    background-size: 28px 28px !important;
    /* transition: background 0.5s ease; */
}

#header #londji-mobile-header .londji-cart {
    display: block;
    /* align-items: end;
  justify-content: center; */
    width: 28px;
    height: 28px;
    background: url(/img/cms/Icones/CarretBossa.svg);
    background-size: 28px 28px !important;
    /* transition: background 0.5s ease; */
}

#header #londji-mobile-header #_mobile_cart {
    padding-left: 4px;
    padding-right: 4px;
}

#header #londji-mobile-header #_mobile_user_info {
    padding-left: 4px;
    padding-right: 4px;
}

#header #londji-desktop-header .londji-instagram {
    display: block;
    width: 24px;
    height: 24px;
    /* background: url(/img/cms/Icones/IG_Icona_Blanc.svg); */
    background-size: 24px 24px !important;
    /* transition: background 0.5s ease; */
}

#header #londji-mobile-header .londji-instagram {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/cms/Icones/IG_Icona.svg);
    background-size: 24px 24px !important;
    /* transition: background 0.5s ease; */
}

.black-account {
    background: url(/img/cms/Icones/Perfil.svg) !important;
}

.white-account {
    background: url(/img/cms/Icones/Perfil_Blanc.svg) !important;
}

.black-cart {
    background: url(/img/cms/Icones/CarretBossa.svg) !important;
}

.white-cart {
    background: url(/img/cms/Icones/CarretBossa_Blanc.svg) !important;
}

.white-instagram {
    background: url(/img/cms/Icones/IG_Icona_Blanc.svg) !important;
}

.black-instagram {
    background: url(/img/cms/Icones/IG_Icona.svg) !important;
}

#header .header-nav .blockcart a {
    color: black;
}

#header .header-nav .blockcart a:hover {
    color: black;
}

#header #londji-desktop-header .cart-products-count {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    /* vertical-align: -webkit-baseline-middle; */
    /*transition: color 1s ease;*/
    display: block;
    padding-top: 6px;
    /*color: transparent;*/
    /*color: white;*/
}

#header #londji-mobile-header .cart-products-count {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 9pt;
    /* vertical-align: -webkit-baseline-middle; */
    /*transition: color 1s ease;*/
    display: block;
    padding-top: 6px;
    color: white !important;
}

.black-products-count {
    color: black;
}

.grey-products-count {
    color: grey;
}

.white-products-count {
    color: white !important;
}

#_mobile_follow_us {
    padding: 0;
}

#_mobile_follow_us a {
    display: flex;
    align-items: center;
}

#_mobile_follow_us .follow-us {
    padding-left: 15px;
    text-transform: uppercase;
}

#_mobile_language_selector {
    padding: 0;
    float: right;
    width: auto;
}

#_mobile_language_selector .language-selector-wrapper {
    padding: 0 !important;
}


/*FOOTER */

#footer {
    padding-top: 30px !important;
    background-color: #F2F2F2;
}

#main .page-footer {
    /* text-decoration: underline; */
}


/* TOP MENU */

#_mobile_top_menu a {
    text-align: center;
    font-weight: 400 !important;
    border: 0 !important;
}

#_mobile_top_menu #top-menu>li {
    border-top: 1px solid black;
}

#_mobile_top_menu .top-menu {
    margin-bottom: 0 !important;
}

#mobile_top_menu_wrapper {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom {
    border-top: 1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 35px 15px 35px !important;
}

.vertical-middle {
    vertical-align: middle;
}

.dropdown-float-right {
    position: absolute;
    right: 20px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px !important;
}

#londji-mobile-header .header-top .container {
    padding: 0;
    margin: 0;
    width: auto;
}

.top-menu .sub-menu {
    box-shadow: none;
    border: none;
    margin-left: 0px;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
    /*background: transparent;*/
    /*transition: background 0.5s ease, color 0.5s ease;*/
    top: 100% !important;
}

#londji-mobile-header .top-menu .sub-menu {
    visibility: visible;
    opacity: 1;
}

#header .menu,
#header .menu>ul>li {
    display: inline-block;
    position: relative;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0;
    clear: both;
}

#header .header-top .menu {
    text-align: center;
}

#header #londji-desktop-header .header-nav #menu-icon .material-icons {
    line-height: unset !important;
    font-size: 42px;
}

#header #londji-mobile-header .header-nav #menu-icon .material-icons {
    line-height: unset !important;
    font-size: 48px;
}

#header #londji-desktop-header .header-nav #menu-icon {
    margin: 0;
    padding-top: 4px;
}

#header #londji-mobile-header .header-nav #menu-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -5px;
    padding-top: 9px;
}


/* SEARCH WIDGET */

#header #londji-mobile-header #mobile_search_form {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search_widget {
    overflow: unset;
}

#search_widget form i {
    position: unset;
    padding: unset;
}

#header #londji-mobile-header #search_widget {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
}

#header #londji-mobile-header #search_widget .search {
    color: black;
    font-size: 50px;
}

#header #londji-mobile-header .header-top .search-widget form input[type=text] {
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    -webkit-text-fill-color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 11pt;
}

.search-widget form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-widget form button[type=button] {
    padding: 0px;
    position: static;
    background: transparent;
    border: none;
    outline: none;
}

#header .header-nav .search {
    height: auto;
    font-size: 24pt;
    /*color: white;*/
    cursor: pointer;
    margin-top: -1px;
    line-height: 1;
    /*transition: color 0.5s ease;*/
}

.search-widget form button[type=button]:focus {
    outline-color: transparent;
}


/*
.search-widget form button[type=submit] .search:hover {
  color: white !important;
}
*/

.search-widget form input[type=text]:focus+button .search {
    color: white;
}

#header #londji-desktop-header .search-widget form input[type=text] {
    outline: none !important;
    border: none !important;
    padding: 4px;
    margin-right: 8px;
    min-width: 200px;
    /* background-color: transparent; */
    /* transition: background 0.5s ease; AQUEST NO */
    visibility: hidden;
    font-size: 11pt;
    font-family: "Roboto Condensed", sans-serif;
}

#header #londji-mobile-header .search-widget form input[type=text] {
    outline: none !important;
    border: none !important;
    padding: 4px;
    min-width: 200px;
    /* background-color: transparent; */
    /* transition: background 0.5s ease; AQUEST NO*/
}

.search-widget form input[type=text]:focus {
    outline: none !important;
    border: none !important;
}

#header .header-nav .search-widget {
    margin-top: 0px;
    padding-top: 7px;
}


/* LOGO */

#header #londji-desktop-header .header-nav .logo {
    display: block;
    /*width: 100px;*/
    height: 42px;
    /*background: url(/img/cms/Logos/Logo_Blanc.svg);*/
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* transition: background 0.5s ease; AQUEST NO*/
}

#header #londji-mobile-header .header-nav .logo {
    display: block;
    width: 100px;
    height: 40px;
    background: url(/img/cms/Logos/Logo.svg);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* transition: background 0.5s ease; AQUEST NO*/
}

#header .header-nav .top-logo {
    padding-top: unset !important;
    margin-bottom: 5px;
}

.black-logo {
    background: url(/img/cms/Logos/Logo.svg) !important;
    /*background-repeat: no-repeat !important;
  background-size: contain !important;*/
}

.white-logo {
    background: url(/img/cms/Logos/Logo_Blanc.svg) !important;
    /*background-repeat:no-repeat !important;
  background-size:contain !important;*/
}

#londji-mobile-nav {
    background: white;
}

#header #londji-mobile-header #londji-mobile-nav-button {
    color: black;
    /*transition: color 0.5s ease;*/
}


/* USER */

#header .header-nav .user-info {
    margin: 0px;
    padding: 9px 2px 2px 2px;
}


/* CART */

#header #londji-desktop-header .header-nav .blockcart {
    background: transparent;
    margin: 0px;
    padding: 7px 2px 2px 2px;
    height: auto;
}

#header #londji-mobile-header .header-nav .blockcart {
    background: transparent;
    margin: 0px;
    padding: 5px 2px 2px 2px;
    height: auto;
}

#header .header-nav .blockcart .header {
    margin: 0px;
}

#header .header-nav .cart-preview.active {
    background: transparent !important;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: black;
}

#header .header-nav .blockcart.active a:hover {
    color: black;
}


/* SOCIAL */

.instagram {
    background-image: url(http://londji.logics.cat/themes/londji/assets/css/instagram-black.svg);
}

.block-social ul li {
    background-color: transparent;
    margin: 0px;
}

.block-social ul li:hover {
    background-color: transparent;
}

.block-social {
    padding: 7px 0px 0px 0px;
    margin-right: -2px;
    width: auto;
    flex-basis: auto;
}

.block-social ul {
    margin-bottom: 0px;
}


/* LANGUAGE SELECTOR */

#_desktop_language_selector {
    max-width: 110px;
    float: right;
    text-align: right;
    padding: 7px 0px 0px 0px;
    margin-right: -6px;
}

.dropdown-menu {
    border: 0px !important;
    font-size: 10pt;
    right: 0px;
    /*background: transparent;*/
    /*transition: background 0.5s ease;*/
    text-align: end;
    min-width: auto;
}

.btn-unstyle:focus .expand-more {
    color: white;
    /*transition: color 0.5s ease;*/
}


/* SLIDERS */


/*
#layerslider_2 .ls-layers .ls-wrapper.ls-in-out {
	left: 0 !important;
	right: 0 !important;
	top: unset !important;
	bottom: 0px !important;
	margin-top: 79% !important;
	margin-bottom: 5.75% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: 200px !important;
	height: 56px !important;
}

.londji-slider-button-bottom {
	left: 50%;
	width: 120px !important;
	height: auto !important;
	padding: 20px 40px !important;
	font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
	font-size: 16px !important;
	border-radius: 6px !important;
}

.ls-wrapper.ls-in-out {
	left: 0 !important;
	right: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: 200px !important;
	height: 68px !important;
  top: calc(50% - 34px) !important;
}

.londji-slider-button {
	width: 120px !important;
	height: auto !important;
	padding: 15px 40px !important;
	font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
	font-size: 16px !important;
	border-radius: 6px !important;
}
*/


/* PAGES NAVIGATION */

.breadcrumb {
    display: none;
}


/* MAIN PAGE CONTENT */

#main .page-content {
    margin-top: 1.563rem;
}


/* HIDE PAGE HEADER TITLE */

#main .page-header {
    display: none;
}

#content-wrapper {
    margin-top: 50px;
}


/* SHOW IDENTITY PAGE HEADER TITLE */

#identity>main>#wrapper>.container>#content-wrapper>#main .page-header {
    display: block;
}

#identity>main>#wrapper>.container>#content-wrapper>#main .page-header h1 {
    font-family: "Josefin Slab", sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
}


/* SHOW ADDRESSES PAGE HEADER TITLE */

#addresses>main>#wrapper>.container>#content-wrapper>#main .page-header {
    display: block;
}

#addresses>main>#wrapper>.container>#content-wrapper>#main .page-header h1 {
    font-family: "Josefin Slab", sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
}


/* PRODUCTS LIST HEADER */

#product-list-header {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold !important;
    font-size: 10pt;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

#js-product-list-top {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

#js-product-list-top .total-products {
    display: none;
}

#js-product-list-top>div {
    width: auto;
}


/* SEARCH FILTERS */

#search_filters {
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold !important;
    font-size: 10pt;
    text-transform: uppercase;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0;
    margin-right: -7px;
}


/*************** CATEGORIES VIEW *********************/

#js-product-list-top {
    display: flex;
    /*display: none;*/
    align-items: center;
}

#londji-sort-by-row {
    display: none;
}


/* SHOW 1 OR 2 */

.lonji-mobile-show {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #232323;
    text-transform: uppercase;
    font-size: 10pt;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}


/* SORT BY FILTER */

.products-selection .sort-by {
    display: none;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    border: none;
    box-shadow: none;
    text-align: end;
    padding: 0;
    text-transform: uppercase;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    border: 0px !important;
    font-size: 10pt;
    right: 0px;
    background: white;
    /*transition: background 0.5s ease; AQUEST NO*/
    box-shadow: none;
    text-align: end;
    min-width: auto;
    right: 0;
    left: unset;
    width: max-content;
}

.brands-sort,
.products-sort-order,
.suppliers-sort {
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold !important;
    font-size: 10pt;
    text-transform: uppercase;
    width: auto;
    margin-right: -7px;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.25rem;
}

.products-selection p,
.products-selection .page-content.page-cms ul,
.page-content.page-cms .products-selection ul,
.products-selection p .sort-by,
.products-selection .page-content.page-cms ul .sort-by,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection p .select-title,
.products-selection .page-content.page-cms ul .select-title,
.page-content.page-cms .products-selection ul .select-title,
.products-selection .sort-by-row,
.products-selection .sort-by-row .sort-by,
.products-selection .sort-by-row .select-title {
    font-size: 10pt;
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    padding: 5px 25px 5px 25px;
    /* padding-right: 50px; */
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
    background: unset;
    color: unset;
}

#search_filters {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: flex-end;
}

#search_filters p.text-uppercase.h6.hidden-sm-down {
    display: none;
}

#search_filters .facet-title {
    display: none;
}

#search_filters .facet-dropdown {
    background: transparent;
    box-shadow: none;
    color: black;
    border: none;
}


/*
#search_filters .facet-dropdown.open {
  border: unset;
}
*/

#search_filters .facet-dropdown .select-title {
    background: transparent;
    border: none;
    padding-right: 0;
    letter-spacing: 0.1em;
}

#search_filters .facet-dropdown .dropdown-menu {
    box-shadow: none;
    width: max-content;
    margin-top: 0;
}

#search_filters .facet-dropdown .select-list {
    background: white;
    padding: 5px 25px 5px 25px;
    letter-spacing: 0.1em;
    width: max-content;
}

#search_filters .facet-dropdown .select-list:hover {
    color: black;
}

#js-product-list-top .material-icons {
    float: none !important;
}

#js-product-list-top .showing {
    display: none !important;
}

#js-product-list-top .filter-button {
    display: none !important;
}

#search_filters .facet .title {
    display: none;
}


/****************** WRAPPER ********************/

#wrapper,
#wrapper .container,
#content {
    min-width: 100%;
    margin: 0;
    padding: 0;
}


/*
.londji-main {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 992px) {
  .londji-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
*/


/*
#wrapper #content-wrapper #main {
  padding-left: 50px;
  padding-right: 50px;
}
*/

#products .product {
    width: 50%;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #products .product {
        width: 50%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #products .product {
        width: 33.333%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #products .product {
        width: 25%;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #products .product {
        width: 25%;
    }
}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    #products .product {
        width: 25%;
    }
}


/*
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  justify-content: space-between;
}
*/

.product-flags {
    display: none;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    display: none;
}

#products .row:after {
    content: none;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    box-shadow: none;
    width: 100%;
    position: unset;
    height: unset;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: unset;
    width: 100%;
}

#products .thumbnail-container .product-description,
.featured-products .thumbnail-container .product-description,
.product-accessories .thumbnail-container .product-description {
    box-shadow: none;
    width: 100%;
    position: unset;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    box-shadow: none;
}

#products .londji-product-description {
    width: calc(100% - 40px);
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400 !important;
    font-size: 10pt;
    color: black;
    text-transform: uppercase;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500 !important;
    font-size: 10pt;
    color: grey;
    text-transform: uppercase;
}

.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
    border-top: none;
}


/************** MINIATURES ***************/

.londji-miniature-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.londji-add-to-cart {
    width: 29px;
    height: 29px;
    background: url(/img/cms/IconesPNG/BossaGris.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-position: right;
}

.londji-add-to-cart:hover {
    background: url(/img/cms/IconesPNG/BossaNegre.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.londji-add-to-cart:focus {
    outline: none;
}


/**************** PRODUCTS ************************/

#londji-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#londji-products-header-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: flex-end;
}

.pagination {
    display: none;
}

#products .products {
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}

#products .product-miniature,
.featured-products .product-miniature {
    margin: 0 12px !important;
}

#_desktop_search_filters_clear_all .btn-tertiary {
    box-shadow: none;
    background: none;
    text-transform: uppercase;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold !important;
    font-size: 10pt;
    border: none !important;
    outline: none !important;
}

#_desktop_search_filters_clear_all {
    margin-right: -7px;
}

#_desktop_search_filters_clear_all>button>i {
    margin: 0;
    margin-top: -2px;
}


/*
#_desktop_search_filters_clear_all .btn-tertiary:hover {
  border: none;
}

#_desktop_search_filters_clear_all .btn-tertiary:focus {
  outline: none;
}
*/

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    background-size: cover !important;
    height: auto;
}

.londji-image-cover {
    transition: opacity 0.5s ease;
}

.londji-image-cover:hover {
    opacity: 0;
}

#js-product-list>div.hidden-md-up.text-xs-right.up {
    display: none;
}

#js-product-list #product-availability {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500 !important;
    font-size: 10pt;
    color: grey;
    margin-top: 0;
}

#js-product-list #product-availability .product-unavailable {
    font-size: 20px;
    color: grey;
}

#londji-product-availability {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/********************* CART TOOLS *********************************/

.arcart-cart-dropdown {
    font-family: Roboto, sans-serif;
}

.arcart-cart-dropdown input {
    background-color: white !important;
}

.arcart-cart-actions {
    font-family: "Roboto Condensed", sans-serif;
}

.arcart-cart-item-price {
    color: black;
}

.cart-grid-body a.label:hover {
    color: black;
}

.current-price-value {
    color: black;
    font-weight: 300;
}

.product-prices div {
    margin-bottom: 0;
}

.arcart-cart-empty img {
    visibility: hidden;
}

.tax-shipping-delivery-label {
    display: none;
}

.arcart-cart-actions .btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    background-color: #D9D9D9 !important;
}


/******************* EASY CHECKOUT ***************************/

@media (min-width: 992px) {
    .steco_container {
        margin-top: 150px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 991px) {
    .steco_container {
        margin-top: 0px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

#cta-terms-and-conditions-0 {
    color: black;
    font-weight: bold;
}

.steco_container {
    font-family: Roboto, sans-serif;
}

.btn.steco_btn {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}

.steco_container .product-name {
    color: black;
}

.steco_container .remove-from-cart {
    color: black;
}

pointer .steco_container .forgot-password {
    color: black;
}

.steco_container,
.steco_container .price {
    color: black !important;
}

.steco-cancel-address {
    color: black;
}

.steco-cancel-address:hover {
    color: black;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
    font-family: "Josefin Slab", sans-serif;
    text-transform: unset !important;
    font-size: 30px;
}

.steco_sub_heading {
    margin-bottom: 12px;
}

.steco_password_guest_note {
    font-size: .875rem;
}

.forgot-password {
    font-size: .875rem;
}


/*
#cart-subtotal-shipping {
    display: flex !important;
}
*/


/******************* PASSWORD RECOVERY ************************/

.forgotten-password {
    font-family: Roboto, sans-serif;
}

#send-reset-link {
    font-family: Roboto, sans-serif;
    font-size: 13px;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: black;
}

#back-to-login {
    font-family: 'Roboto', sans-serif;
    color: black;
}


/********************* FORM CONTROL **************************/

.form-control {
    border: none;
    background-color: #DAD8D4;
    /* !important;*/
    font-size: 13px;
}

.form-control::placeholder {
    text-transform: uppercase;
}

.form-control:focus {
    outline-color: black !important;
    border-color: black;
}

.input-group.focus {
    outline-color: black !important;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: 0.5rem 1rem;
    background: black;
}

.input-group .input-group-btn>.btn {
    font-size: 13px;
    padding: 0.5rem 1rem;
}

.form-footer {
    text-align: center;
}

.form-control-submit {
    float: none !important;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
}

.fileupload_box .input-group input {
    background-color: #DAD8D4;
}

.multifileupload_box .input-group input {
    background-color: #DAD8D4;
}

.help-block {
    padding-left: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 13px !important;
    color: #999 !important;
    font-style: unset !important;
}

.submit_btn_center {
    padding-top: 100px;
    padding-bottom: 50px;
}


/*
#field-email {
    border: none;
    background-color: #DAD8D4;
}

#field-email::placeholder {
    text-transform: uppercase;
}

#field-password {
    border: none;
    background-color: #DAD8D4;
}

#field-password::placeholder {
    text-transform: uppercase;
}

#field-new_password {
    border: none;
    background-color: #DAD8D4;
}

#field-new_password::placeholder {
    text-transform: uppercase;
}

#field-firstname {
    border: none;
    background-color: #DAD8D4;
}

#field-firstname::placeholder {
    text-transform: uppercase;
}

#field-lastname {
    border: none;
    background-color: #DAD8D4;
}

#field-lastname::placeholder {
    text-transform: uppercase;
}
*/


/***************************** FORM BUILDER PRO ********************/

.gformbuilderpro_form form {
    margin-left: -5px;
    margin-right: -5px;
}

.formbuilder_group .form-control::placeholder {
    text-transform: none;
}

.formbuilder_group hr {
    padding: 10px 0px;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.formbuilder_column {
    padding: 0px 5px;
}

.formbuilder_group #submitForm {
    background-color: black;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding-left: 75px;
    padding-right: 75px;
}

.formbuilder_group .btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: black;
}


/******************** COOKIES CONSENT *****************/

.hi-cookie-logo img {
    display: none;
}

.hi-cookie-btn-accept {
    border-radius: 0px 0px 0px 8px;
    background-color: black;
    color: white !important;
    /* opacity: 1 !important; */
}


/******************** 404 - PAGE NOT FOUND *****************/

.page-not-found>h4 {
    display: none;
}

.page-not-found>p {
    display: none;
}


/************** FME B2B REGISTER **********************/

.register-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.register-form>p {
    border-bottom: black;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    height: 35px;
}

#b2b-customer-form h3 {
    font-family: "Josefin Slab", sans-serif;
    font-weight: 400;
    font-size: 28px;
    padding-top: 10px;
}

#b2b-customer-form label {
    display: none;
}

#b2b-customer-form .custom-checkbox .label-control {
    display: inline-block;
}

#b2b-customer-form .select {
    text-transform: uppercase;
}

#b2b-customer-form .read-b2b-conditions {
    opacity: 1 !important;
    font-weight: 500;
}

#b2b-customer-form select.form-control:not([size]):not([multiple]) {
    height: unset;
}


/*
#londji-b2b-register-head-message {}

#londji-b2b-register-bottom-image {}
*/


/********************** WISH LIST ************************/

.ets-wishlist-container {
    padding-top: 25px;
}

.ets-wishlist-products-container {
    padding-top: 45px;
}

.ets-wishlist-button-add {
    background-color: transparent;
    box-shadow: none;
}

.ets-wishlist-button-add:not(.view_page):hover {
    background-color: transparent !important;
}

.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg {
    color: white !important;
    fill: white !important;
}

.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg:hover {
    fill: black !important;
}

.ets-wishlist-button-add:hover {
    color: black;
}

.ets-wishlist-products-item button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ets-wishlist-product-addtocart .londji-cart.white-cart {
    width: 30px;
    height: 24px;
    display: inherit;
    background-repeat: no-repeat !important;
    margin-bottom: 5px;
}

.ets-wishlist-container-header h1 {
    box-shadow: none;
    font-family: "Josefin Slab", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: start;
    padding-left: 0;
}

a.ets-wishlist-add-to-new {
    color: white !important;
    background-color: black;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

a.ets-wishlist-add-to-new:hover {
    background: black;
    color: white !important;
    border-color: black;
}

a.ets-wishlist-add-to-new i.material-icons {
    display: none;
}

.ets-wishlist-modal .modal-footer .btn {
    text-transform: uppercase;
}

.ets-wishlist-list-item-right>a,
.ets-wishlist-list-item-right button {
    fill: black;
    color: black;
}

.ets-wishlist-list-item-right>a:hover,
.ets-wishlist-list-item-right button:hover {
    fill: black;
    color: black;
}

.ets-wishlist-products-container-header h1 {
    font-family: Roboto, Tahoma, sans-serif, Arial;
    line-height: 1.25em;
    text-transform: uppercase;
}

.ets-wishlist-container thead th {
    font-size: 16px;
}

.ets-wishlist-list-item-title span {
    font-size: 16px;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: black;
}

.btn_delete_wishlist {
    color: #e4e0e1;
}

.ets-wishlist-footer-links {
    margin-bottom: 0;
}

.ets-wishlist-footer-links>a {
    color: black;
}


/****************** QUICK ORDER *************************/

#module-quickproducttable-fmmquick .quickhead {
    box-shadow: none;
    font-family: "Josefin Slab", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: start;
    padding-left: 0;
}

#module-quickproducttable-fmmquick .border.col-lg-10 {
    /* display: none; */
    width: 100%;
}

#module-quickproducttable-fmmquick .container {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
}

#module-quickproducttable-fmmquick #content-wrapper .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

#module-quickproducttable-fmmquick #content-wrapper {
    margin-top: 50px;
}

@media (min-width: 992px) {
    #module-quickproducttable-fmmquick .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

#module-quickproducttable-fmmquick #content-wrapper .col-lg-12.col-xs-12.top_buttons a {
    font-size: 1rem;
    font-weight: 600;
}

#module-quickproducttable-fmmquick #select_fmm_cat {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    touch-action: manipulation;
    display: block;
    width: 100%;
    line-height: 1.25;
    border-radius: 0;
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    background: #f6f6f6;
    border: none;
    background-color: #DAD8D4;
    font-size: 13px;
    height: unset;
    width: 25%;
}

#module-quickproducttable-fmmquick #fmm_table_wrapper {
    padding: 0.5rem 0;
}

#module-quickproducttable-fmmquick input[type="search"] {
    margin: 0;
    border: none;
    background-color: #DAD8D4;
    border-radius: 0;
}

#module-quickproducttable-fmmquick #fmm_table_filter {
    width: 25%;
}

#module-quickproducttable-fmmquick #fmm_table_filter label {
    width: 100%;
}

#module-quickproducttable-fmmquick #chkal,
#module-quickproducttable-fmmquick #chkal2 {
    position: unset;
}

#module-quickproducttable-fmmquick #fmm_table th span p {
    padding-left: 5px !important;
    margin-bottom: 0 !important;
    font-weight: bold;
    color: black;
    font-size: 1rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    background: #7a7a7a;
}


/* HISTORIAL DE COMANDES */

#main .page-content h6 {
    font-weight: normal;
    color: black;
    font-size: 14px;
}


/* CURRENCY SELECTOR */

#_desktop_currency_selector {
    text-align: right;
    padding: 7px 2px 2px 2px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 10pt;
    width: 6%;
    max-width: 60px;
}