/*
 Theme Name:   Aldeco
 Description:  Mafoil Child Theme
 Template:     mafoil
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  aldeco
*/

:root {
  --medium-font-size: 16px;
  --medium-line-height: 19px;
}

.bwp-header .wpbingoLogo img {
  max-width: 180px !important;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
  color: #000000;
  font-family: "Open Sans", open sans;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0px;
}

/*
*  INLINE LOGIN FORM
*/

.aldeco-inline__form .elementor-widget-container {
  width: 100%;
}
.aldeco-inline__form .elementor-form-fields-wrapper {
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}
.aldeco-inline__form
  .elementor-widget-container
  .elementor-form-fields-wrapper
  > div {
  width: calc(33% - 10px);
}

.aldeco-inline__form
  .elementor-widget-container
  .elementor-form-fields-wrapper
  .elementor-field-type-submit {
  width: auto;
}

.aldeco-inline__form .elementor-field-group .elementor-field-textual:focus {
  box-shadow: none !important;
}

.elementor-field-group .elementor-select-wrapper:before {
  display: none !important;
}

body .search-overlay .search-from .search-box input[type="text"] {
  font-family: var(--font-family-heading, "Jost", sans-serif);
}

body .search-overlay .search-from .result-search-products .item-content > a {
  font-family: var(--font-family-heading, "Jost", sans-serif);
  color: #000;
}
body
  .search-overlay
  .search-from
  .result-search-products
  .item-content
  > a:hover {
  color: #000 !important;
}
body .search-overlay .search-from .result-search-products .price {
  display: none !important;
}
body .search-overlay .search-from .result-search-products img {
  aspect-ratio: 1;
}

body .search-overlay .search-from .search-box input[type="text"] {
  font-size: 20px;
  line-height: 35px;
}

body .search-overlay .search-from .search-box #searchsubmit {
  top: 5px;
}

[data-elementor-device-mode="mobile"] .main-archive-product,
[data-elementor-device-mode="tablet"] .main-archive-product {
  flex-direction: row !important;
}
[data-elementor-device-mode="tablet"] .select2-container,
[data-elementor-device-mode="mobile"] .select2-container {
  min-width: 150px;
}

.select2-container {
  max-width: auto !important;
  min-width: 120px;
  width: auto !important;
}

.aldeco-product-filters__wrapper {
  overflow: auto;
}

/*
*  MAGAZINE LIST LIGHTBOX
*/

.aldeco-magazine-lightbox__trigger {
}
.aldeco-lightbox__wrapper {
  position: fixed !important;
  top: 50%;
  left: 50%;
  width: 80% !important;
  height: 80%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

/*
* PRODUCT PAGE: ATTRIBUTES SHORTCODE
*/

/* Container for the product attributes */
.aldeco-product-attributes__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; /* Offset for the padding of the child elements */
}

/* Each attribute container */
.aldeco-product-attributes__wrapper .aldeco-product-attributes__item {
  flex: 1 0 100%; /* Take up half the width of the container */
  display: flex;
  justify-content: space-between; /* Space out label and value */
  padding: 10px;
  box-sizing: border-box; /* Include padding and border in element's total width and height */
}
.aldeco-product-attributes__wrapper .attribute-label,
.aldeco-product-attributes__wrapper .attribute-value {
  color: var(--e-global-color-6691244);
  font-family: var(--e-global-typography-8405081-font-family), open sans;
  font-size: 14px;
  font-weight: var(--e-global-typography-8405081-font-weight);
  line-height: 16px;
  letter-spacing: var(--e-global-typography-8405081-letter-spacing);
  word-spacing: var(--e-global-typography-8405081-word-spacing);
}

/* Value styling */
.aldeco-product-attributes__wrapper .attribute-value {
  text-align: right;
}

/* Ensure images display inline and don't break */
.aldeco-product-attributes__wrapper .attribute-value img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.aldeco-product-attributes__wrapper .attribute-value img:last-child {
  margin-right: 0px !important;
}

/*
* PRODUCT PAGE: IMAGE SLIDER
*/
.woocommerce-product-gallery .slick-slide img {
  aspect-ratio: 4/4;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

/*
* LOOKBOOK PAGE: HOTSPOT SHORTCODE
*/
.aldeco-hotpots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.aldeco-hotpots .s-hotspot {
  position: relative;
  margin: 5px;
  width: calc(33% - 6px);
  display: flex;

  float: left;
}
@media screen and (max-width: 991px) {
  .aldeco-hotpots .s-hotspot {
    position: relative;
    margin: 5px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 569px) {
  .aldeco-hotpots .s-hotspot {
    width: calc(100% - 10px);
  }
}
.breadcrumb {
  display: none;
}

.aldeco-hotpots .s-hotspot .s-marker {
  position: absolute;
  border: 1px solid #ebebeb;
  background: #000000ab;
  font-size: 20px;
  font-weight: 400;
  color: #ebebeb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.aldeco-hotpots .s-hotspot .s-content {
  position: absolute;
  display: none;
  width: 300px;
}

.aldeco-hotpots .s-hotspot .s-content--link {
  display: flex;
  flex-direction: row;
}

.aldeco-hotpots .s-hotspot .s-content {
  display: flex;
}

.aldeco-hotpots .s-hotspot .s-image--container .s-image {
  width: 100%;
}
.aldeco-hotpots .s-hotspot.active .s-content * {
  font-family: var(--e-global-typography-8405081-font-family), open sans;
  color: #ebebeb;
  margin-top: 0;
}

.aldeco-hotpots .s-hotspot .tippy-content {
  display: flex;
  flex-direction: row;
}

.aldeco-hotpots .s-hotspot .tippy-content {
  padding: 0;
}

.aldeco-hotpots .s-hotspot .tippy-arrow {
  display: none;
}
.tippy-box {
  background-color: #0000007b;
}
.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper {
  padding: 0 15px 0 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-title,
.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-color,
.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-collection {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
}

.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 2px;
  padding-top: 0;
  margin-top: 0;
}

.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-color {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 5px;
}
.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-collection {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.aldeco-hotpots .s-hotspot .tippy-box .s-img--wrapper {
  height: 80px;
  width: 80px;
}
.aldeco-hotpots .s-hotspot .tippy-box .s-content--wrapper .s-img--wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aldeco_catalogue_video-block {
}

.aldeco_catalogue_video-block .videos-wrapper {
  display: flex;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
}
.aldeco_catalogue_video-block .videos-wrapper:hover {
  cursor: pointer;
}
.aldeco_catalogue_video-block .videos-wrapper article {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 12px);
}
.aldeco_catalogue_video-block .videos-wrapper article .img-wrapper {
  position: relative;
}
.aldeco_catalogue_video-block .videos-wrapper article .img-wrapper::after {
  pointer-events: none;
  content: url("assets/youtube-logo.png");
  margin: auto;
  height: 30px;
  width: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aldeco_catalogue_video-block .videos-wrapper p {
  text-align: left;
  color: #000000;
  font-family: var(--e-global-typography-8405081-font-family), open sans;
  font-size: var(--e-global-typography-8405081-font-size);
  font-weight: var(--e-global-typography-8405081-font-weight);
  line-height: var(--e-global-typography-8405081-line-height);
  letter-spacing: var(--e-global-typography-8405081-letter-spacing);
  word-spacing: var(--e-global-typography-8405081-word-spacing);
}
.aldeco_catalogue_video-block .videos-wrapper h2 {
  color: #000000;
  font-family: var(--e-global-typography-7cfbc31-font-family), open sans;
  font-size: var(--e-global-typography-7cfbc31-font-size);
  font-weight: var(--e-global-typography-7cfbc31-font-weight);
  text-transform: var(--e-global-typography-7cfbc31-text-transform);
  line-height: var(--e-global-typography-7cfbc31-line-height);
  letter-spacing: var(--e-global-typography-7cfbc31-letter-spacing);
  word-spacing: var(--e-global-typography-7cfbc31-word-spacing);
}

.aldeco_catalogue_video-block .main-video--wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  margin-bottom: 16px;
}
.aldeco_catalogue_video-block .main-video--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* SHOP PAGE
*/

.aldeco-product-filters__wrapper {
  margin-top: 60px !important;
}
body .products.products-list .aldeco-product-list__item {
  padding: 0 15px 30px 0;
  display: flex !important;
  flex-direction: column;
  padding-bottom: 30px !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 475px) {
  body .products.products-list .aldeco-product-list__item {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 475px) and (max-width: 576px) {
  body .products.products-list .aldeco-product-list__item:nth-child(odd) {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  body .products.products-list .aldeco-product-list__item:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  body .products.products-list .aldeco-product-list__item:nth-child(3n + 1) {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body .products.products-list .aldeco-product-list__item:nth-child(3n + 2) {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body .products.products-list .aldeco-product-list__item:nth-child(3n) {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1366px) {
  body
    .products.products-list
    .aldeco-product-list__item
    .aldeco-washing-conditions__hover {
    padding: 10px;
  }

  body
    .products.products-list
    .aldeco-product-list__item
    .aldeco-washing-conditions__hover
    img {
    max-width: 25px;
    max-height: 25px;
  }
}
.products.products-list .aldeco-product-list__item a {
  display: flex;
  flex-direction: column;
}

.aldeco-washing-conditions__hover {
  position: absolute;
  top: 0;
  left: 10px;
  height: auto;
  width: calc(100% - 10px);
  opacity: 0;
  justify-content: center;
  display: flex;
  align-content: start;
  flex-direction: column;
  padding: 20px 20px;
  transition: all;
  transition-duration: 500ms;
}
.aldeco-washing-conditions__hover h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.aldeco-washing-conditions__hover .icons-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.aldeco-washing-conditions__hover img {
  width: auto !important;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  filter: invert(1);
}

.aldeco-product-list__item:hover .aldeco-washing-conditions__hover {
  opacity: 1;
}
.aldeco-product-list__item .aldeco-product-list__content img {
  filter: brightness(1);
  transition: all;
  transition-duration: 500ms;
}
.aldeco-product-list__item:hover .aldeco-product-list__content img {
  filter: brightness(0.3);
  transition: all;
  transition-duration: 500ms;
}

.aldeco-product-list__item img {
  width: 100%;
}
.aldeco-product-list__item h2 {
  font-size: 14px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.aldeco-product-list__item .aldeco-product-list__item-category {
  font-size: 12px;
  font-family: "Open sans", sans-serif;
}

.woocommerce-pagination.shop-loadmore {
  display: none !important;
}

/*
* PRODCUCT PAGE
*/

.elementor-share-btn__icon i.fab.fa-twitter {
  font-family: "twitter_x" !important;
}
.elementor-share-btn__icon i.fab.fa-twitter::before {
  content: "\e800" !important;
  font-family: "twitter_x" !important;
}

body.single-product .e-con > .e-con-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-nav {
  overflow: hidden !important;
}
.s-gallery__wrapper .slick-track::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.s-gallery__wrapper .slick-track::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.s-gallery__wrapper .slick-track::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
.s-gallery__wrapper .slick-track::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.aldeco-variation-name {
  font-size: 12px;
  font-family: "Open sans", sans-serif;
  color: #050605;
  margin-top: -5px;
  display: block;
}

.single-product .product_title {
  margin-bottom: 0 !important;
}

.aldeco_category_list_wrapper img {
  display: none !important;
}

.aldeco-product-list__item a:hover .aldeco-product-list__item-category {
  color: #000;
}

.slider-for img {
  aspect-ratio: 1;
}
/*
 *  HEADER
 */
.header-color__white .wpml-ls-native,
.home .header-color__white:hover .wpml-ls-native {
  color: #000;
}

.home .header-color__white .wpml-ls-native {
  color: #fff;
}

body.lookbook-template-default .wpbingoLogo,
body.tax-press_category .wpbingoLogo,
body.post-type-archive-catalogue .wpbingoLogo,
body.post-type-archive-product .wpbingoLogo,
body.single-product .wpbingoLogo {
  filter: invert(1);
}
@media screen and (max-width: 900px) {
  .bwp-header .wpbingoLogo img {
    /*  max-width: 70px;*/
  }
}

.elementor-46159
  .elementor-element.elementor-element-400f549
  .woocommerce
  .woocommerce-loop-category__title
  a:hover {
  color: #000 !important;
}
.bwp-header .wpbingoLogo img {
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icomoon" !important;
}

/*
*   FOOTER
*/
#bwp-footer a:active,
#bwp-footer a:focus,
#bwp-footer a:hover {
  color: #fff !important;
}

/*
* Language selector
*/
.widget.widget_icl_lang_sel_widget {
  width: 25px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 35px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
  padding: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0px !important;
  padding-top: 5px !important;
}

.wpml-ls-sub-menu {
  padding-top: 10px;
}

.icon-twitter-x:before {
  font-family: "twitter_x" !important;
}
.social-on-white-bg .icon-twitter-x {
  color: #000 !important;
}

.elementor-field-group .select-caret-down-wrapper {
  display: none !important;
}

.bwp-header .header-page-link .login-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.bwp-header .header-page-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.widget.widget_icl_lang_sel_widget {
  margin-bottom: 0;
}

.eael-lr-form-wrapper.style-2 {
  box-shadow: none;
}

.elementor-114759
  .elementor-element.elementor-element-730c99d
  .eael-login-form
  .eael-lr-footer {
  justify-content: center !important;
  margin-top: 40px !important;
}
.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
  outline: none !important;
}

.button_colect:hover {
  color: #000 !important;
  border-color: #000 !important;
}
.aldeco-product-filters-buttons__wrapper {
  text-align: right;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 20px;
  margin-top: -30px;
}

.aldeco-product-filters-buttons__reset-button {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  border: none;
  padding: 5px;
  text-align: center;
  background: transparent;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
}

/*
*  Mobile menu fixes
*/
.content-mobile-menu .login-header a,
body .content-mobile-menu .mm-navbar .mm-title,
body .content-mobile-menu .menu-item-text {
  color: #000;
  line-height: 32px;
  padding-right: 33px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
}
body
  .content-mobile-menu
  .bwp-canvas-navigation
  .mm-menu
  .elementor-widget-container {
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
}

body
  .content-mobile-menu
  .bwp-canvas-navigation
  .mm-menu
  .elementor-widget-container
  .elementor-heading-title {
  text-align: left !important;
  font-size: 14px !important;
}

body
  .content-mobile-menu
  .bwp-canvas-navigation
  .mm-menu
  .has_eae_slider
  > .elementor-widget-wrap {
  margin-bottom: 20px;
}

.bwp-canvas-vertical .bwp-canvas-navigation .mm-menu .mm-navbar a,
.content-mobile-menu .bwp-canvas-navigation .mm-menu .mm-navbar a {
  color: #000 !important;
}

.content-mobile-menu .elementor-icon-list-text {
  font-size: 14px !important;
}
.logged-in .header-mobile-fixed .my-account,
.logged-in .content-mobile-menu .login-header {
  display: none !important;
}
.header-mobile-fixed .my-account,
.header-mobile-fixed .search-toggle {
  font-size: 14px;
  font-family: "Open Sans" !important;
}

.wpml-ls-native {
  font-family: "Open Sans" !important;
}
body .content-mobile-menu .wpml-ls-item {
  text-align: left !important;
}
@media only screen and (max-width: 991px) {
  .search-overlay .search-top h2 {
    font-size: 20px;
  }
  .search-overlay .close-search {
    top: -7px;
  }

  .login-popup .eicon-close {
    color: #fff !important;
  }
}

.header-mobile .wpbingoLogo a {
  margin-left: -35%;
}

.trade-login-menu li:first-child a:first-child {
  /* display: none!important;*/
}
#pa_line + .select2,
#pa_indoor-fabrics + .select2,
#pa_sustainable-fabrics + .select2,
#pa_special-treatments-fabrics + .select2,
#pa_interior-fabrics + .select2,
#pa_contract-fabrics + .select2,
#product_cat + .select2 {
  display: none !important;
}

.product-download-container .e-con-inner {
  padding-left: 0 !important;
}

body.logged-in .active-login {
  display: none !important;
}

.aldeco_popup-title {
  font-size: 15px !important;
}

body.post-type-archive-product .wpml-ls-native {
  color: #000 !important;
}

::selection {
  color: white !important;
  background: black !important;
}

body.single-product .wpml-ls-native,
.dialog-close-button:hover {
  color: #000 !important;
}
.main-archive-product__wrapper .content-products-list {
  transition: opacity ease-in-out 0.26s;
}
.main-archive-product__wrapper.is-loading .content-products-list {
  opacity: 0.5;
}
.aldeco-load-more,
p.no-results,
.main-archive-product__wrapper .loading-message {
  font-size: 14px;
  font-family: "open sans", sans-serif;
  padding-right: 15px;
  padding-left: 15px;
}
.main-archive-product__wrapper .loading-message {
  margin-bottom: 15px;
}
.products.products-list p.no-results.hide,
.main-archive-product__wrapper .loading-message {
  display: none;
}

.main-archive-product__wrapper.is-loading .loading-message {
  display: block;
}
