.main-archive-product__wrapper,
.aldeco-shop-menu__wrapper{
    width: 100%;
}


.aldeco-shop-menu__wrapper{
    list-style: none;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    overflow: auto;
    padding:4px 10px;

    width: 100%;
   
}

.main-archive-product .content-products-list{

}

.has_eae_slider .s-gallery__wrapper{
  opacity: 0;
  transition: opacity 0.26s ease-in-out;
}
.has_eae_slider.loaded  .s-gallery__wrapper{
  opacity: 1;

}

.form-login-register .box-form-login::before{
  content:"";
  display: block;
  position: relative;
  background-image: url('/wp-content/uploads/2023/06/collection_aldeco.jpg');
  height: 100%;
  background-size: cover;
}

.form-login-register .box-form-login::before {
  width: 500px;
  height: 500px;
}

.form-login-register .box-content{
  width: 100%;
}
.form-login-register .box-form-login {
  z-index: 9999;
  width: 100%;
  max-width: 800px!important;
  background: #fff;
  margin: auto;
  position: absolute;
  left: calc(50% - 255px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* overflow: hidden; */
  display: flex;
  flex-direction: row;
}

.form-login-register .box-form-login .button-login input[type=submit], .form-login-register .box-form-login .button-register input[type=submit]{
  width: 100px;
}


.aldeco-shop-menu__wrapper::after{
  content:'';
  display: block;
}

.aldeco-shop-menu__wrapper::before{
  content:'';
  display: block;
}

.aldeco-product-filters__wrapper button.s-next,
.aldeco-product-filters__wrapper button.s-back
{
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  display: flex;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  transform: rotate(-90deg);
}


.aldeco-product-filters__wrapper button.s-back{
  transform: rotate(90deg);
}

.aldeco-shop-menu__wrapper::-webkit-scrollbar {
    width: 0px;
  }
  
  /* Track */
  .aldeco-shop-menu__wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  .aldeco-shop-menu__wrapper::-webkit-scrollbar-thumb {
    background: transparent;
  }
  
  /* Handle on hover */
  .aldeco-shop-menu__wrapper::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }

/* The progress container (grey background) */
.aldeco-progress-container {
    width: 100%;
    height: 9px;
    background: transparent;
  }

  
  /* The progress bar (scroll indicator) */
.aldeco-progress-container  .aldeco-progress-bar {
    height: 1px;
    background: #000000;
    width: 0%;
  }
  .aldeco-shop-menu__menu{
  width: 100%;
  display: block;
  min-width: 225px;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #fff;
  opacity: 0;
  visibility: hidden; 
  -webkit-transition: opacity .0s linear,transform .0s linear !important;
  transition: opacity .0s linear,transform .0s linear !important;
  padding:30px 40px;
}

.aldeco-shop-menu__menu.active{
    opacity: 1;
    visibility: visible; 
    display: flex;
    flex-direction: column;
    background-color: rgb(255 255 255 / 92%) !important;
    width: 100%;
}

.s-filter-label{
    font-family: "Open Sans", open sans;
    font-size: 12px;
    font-weight: 700;
    color: #000000;

    background-color: transparent;
    text-transform: uppercase;
    white-space: nowrap;
    padding:4px 20px;

    display: flex;
    flex-direction: row;
    align-items: center;

    cursor: pointer;
}

.s-filter-label svg{
  margin-left: 10px;
}

.s-filter-options{
  
  list-style: none;
  
  font-family: "Open Sans", open sans;
  font-size: 12px;
  font-weight: 400;
  
  color: var(--text-color,#666);
  max-height: 180px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  display: none;
}
.s-filter-options{
}

.s-filter-options li{
    width: 33%;
}

.aldeco-product-filters__wrapper{
  justify-content: center;
}
.aldeco-product-filters__wrapper{
 text-align: center;
  gap: 30px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
}
.select2-search__field,
.select2-selection__rendered,
.select2-results__option {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
}


.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all .15s ease-in-out;
  border:none;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #000;
  line-height: 32px;
  padding-right: 33px;
  text-transform: uppercase;
    font-weight: 500;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  height: 32px;
  width: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.874' height='5.727' viewBox='0 0 12.874 5.727'%3E%3Cpath id='Path_17750' data-name='Path 17750' d='M1168.922,251.85l-3.108,2.5-3.107,2.5-3.108-2.5-3.107-2.5' transform='translate(-1156.269 -251.574)' fill='none' stroke='%231a1718' stroke-miterlimit='10' stroke-width='0.709'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.select2.select2-container.select2-container--open select2-selection .select2-selection__arrow{
  transform:rotate(180deg);
}

.select2.select2-container .select2-selection .select2-selection__arrow * {
  display: none;
}



.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #fff;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #ffffffed;
  border: none;

}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}


.select2-container .select2-dropdown .select2-search input{
  border: none;
  border-left: none;
  border-right: none;
  border-top:none;
  border:none!important;
  border-bottom: 1px solid #000000!important;
}

.select2-container{
  max-width: 200px;

  
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #282828; 
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected]{
  background: #d7d7d7; 
  color:#000;
}




