.language-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    background-color: transparent;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 2rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background: url("../images/down-arrow.svg") no-repeat right 10px center;
    background-size: 13px auto;
}

.language-section select option {
    color: #6e6e6e;
}

.language-section select {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.search img {
    height: 1.5rem;
}

nav ul li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.customPagination ul li button {
    color: rgba(218, 209, 203);
}

.customPagination ul li button.active {
    color: rgba(86, 97, 113);
}

.search-product select {
    padding-left: 2rem;
}

.pro-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("../images/icon-x-circle-sofia.svg");
    background-size: cover;
    width: 2rem;
    height: 2rem;
}

.desplegable-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sub-category li {
    margin-right: 0;
    cursor: pointer;
}

.index-products input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("../images/icon-x-sofia.svg");
    background-size: cover;
    position: absolute;
    top: 35%;
    right: 4%;
    width: 1.1rem;
    height: 1.1rem;
}

.filter-size-image {
    width: 0.8rem;
    /* height: .8rem; */
}

@media (max-width: 1500px) {
    p br {
        display: block;
    }
}

.w-custom-filter-1 {
    width: 80%;
}

.w-custom-filter-1:hover {
    font-weight: 700;
}

.w-custom-filter-2 {
    width: 20%;
}

.custom-title-brands {
    font-family: Monotype_Modern_Italic;
    font-size: 2.1rem;
    display: inline-block;
    position: absolute;
    top: -45px;
    left: 75px;
}

.social-media ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-view .grid-view:after {
    content: initial;
}

.product-view:after {
    content: initial;
}

.prev a,
.prev span,
.prev button,
.next span,
.next a,
.next button {
    position: relative;
    display: inline-block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    font-family: "Century_Gothic_Bold";
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    color: rgba(86, 97, 113, 1);
    z-index: 0;
}

.next span,
.next a,
.next button {
    padding-right: 2rem;
    padding-left: 0px;
}

.prev a:before,
.prev span:before,
.prev button:before,
.next a:before,
.next span:before,
.next button:before {
    position: absolute;
    top: 0px;
    right: 1rem;
    bottom: 0px;
    left: 0px;
    background-color: rgba(235, 240, 241, 1);
    content: "";
    z-index: -1;
}

.next a:before,
.next span:before,
.next button:before {
    right: 0px;
    left: 1rem;
}

/* .logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: .3;
} */

.logo img {
    width: 8rem;
    transition: all ease-in-out 0.7s;
}

@media (min-width: 1920px) {
    .logo {
        left: -7rem;
    }

    .logo img {
        width: 15rem;
    }

    .logo img.scroll-desktop {
        width: 7rem;
    }
}

/* .relative.banner.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: .4;
} */

.overlay::before {
    background-color: rgba(0, 0, 0, 0.4);
    height: 19%;
    content: none;
}

.mm-close.mm-btn::before,
.mm-close.mm-btn::after {
    content: none;
}

.navbar-desktop {
    background-color: rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 1s;
}

.navbar-desktop > div {
    transition: all ease-in-out 1s !important;
}
.absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 30%);
    z-index: 0;
}
.z-index-1 {
    z-index: 1;
}
ol > li:before {
    content: counter(my-awesome-counter) ".";
}
ol > li > ol.sublevel {
    counter-reset: subitem !important;
}
ol > li > ol.sublevel li {
    counter-increment: subitem;
    padding-left: 2.5rem;
}
ol > li > ol.sublevel li::before {
    content: counter(my-awesome-counter) "." counter(subitem) "." !important;
}
