.button-cta-custom, body#checkout .btn-primary, body#checkout .footer .elementor-email-subscription button, .footer .elementor-email-subscription body#checkout button, .card-block.checkout .btn-primary, .card-block.checkout .footer .elementor-email-subscription button, .footer .elementor-email-subscription .card-block.checkout button, .elementor-cart--buttons-inline .elementor-cart__footer-buttons > [class*=elementor-button], .elementor-widget-button a.elementor-button {
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 700 !important;
  border: 1px solid #212121;
  color: white !important;
  background-color: #212121 !important;
  text-transform: uppercase;
  transition: 0.3s;
  height: 50px;
  line-height: 50px;
  padding: 0 15px !important;
}
.button-cta-custom:hover, body#checkout .btn-primary:hover, body#checkout .footer .elementor-email-subscription button:hover, .footer .elementor-email-subscription body#checkout button:hover, .card-block.checkout .btn-primary:hover, .card-block.checkout .footer .elementor-email-subscription button:hover, .footer .elementor-email-subscription .card-block.checkout button:hover, .elementor-cart--buttons-inline .elementor-cart__footer-buttons > [class*=elementor-button]:hover, .elementor-widget-button a.elementor-button:hover {
  background-color: transparent !important;
  color: #212121 !important;
  transition: 0.3s;
  text-decoration: none !important;
}

.btn-default {
  border: 1px solid black;
  color: black;
  padding: 1rem;
}
.btn-default:hover {
  color: black;
}

.btn-primary, .footer .elementor-email-subscription button, .btn-primary:hover {
  background-color: #ad6c7c;
}

.text-primary {
  color: #ad6c7c !important;
}

.fa-shopping-basket::before,
.ceicon-basket-solid::before {
  content: "";
  background: url(../images/icon-cart.svg) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.swiper-button-prev, .swiper-button-next {
  background-image: none;
}
.swiper-button-prev::before, .swiper-button-next::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 7px;
  z-index: 2;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #212121;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}

.swiper-button-prev::before {
  transform: rotate(225deg);
  left: 13px;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.pagination {
  margin-bottom: 3rem;
}
.pagination > div {
  text-align: center;
}
.pagination .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pagination .page-list a {
  font-weight: 400;
}
.pagination .page-list .current a {
  color: #212121;
  font-weight: 700;
}
.pagination .page-list li .previous,
.pagination .page-list li .next {
  position: relative;
  width: 36px;
  height: 36px;
}
.pagination .page-list li .previous::before,
.pagination .page-list li .next::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 7px;
  z-index: 2;
}
.pagination .page-list li .previous::after,
.pagination .page-list li .next::after {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #212121;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pagination .page-list li .previous::before {
  transform: rotate(225deg);
  left: 13px;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
  color: #ad6c7c;
  text-decoration: none;
}

.elementor-product-grid {
  grid-column-gap: 0;
}

.elementor-search--skin-topbar .elementor-search__container {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.elementor-search__label {
  display: none;
}

.elementor-search--skin-topbar .elementor-search input[type=search].elementor-search__input {
  border: none;
  font-size: 21px;
  font-family: "Montserrat";
  padding-left: 30px;
}
.elementor-search--skin-topbar .elementor-search input[type=search].elementor-search__input::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.elementor-search--skin-topbar .elementor-search input[type=search].elementor-search__input::placeholder {
  color: #212121;
  opacity: 1;
}

.elementor-search__input-wrapper {
  width: 95%;
}

.elementor-search .dialog-lightbox-close-button {
  top: 16px;
}
.elementor-search .dialog-lightbox-close-button .ceicon-close::before {
  color: #212121;
  font-size: 24px;
}

.elementor-search--skin-topbar .elementor-search__products:not(:empty) {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .elementor-search--skin-topbar .elementor-search__products:not(:empty) {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .elementor-search--skin-topbar .elementor-search__products:not(:empty) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-search--skin-topbar .elementor-search__products:not(:empty) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.elementor-widget-ajax-search .elementor-search__product-name,
.elementor-widget-ajax-search .elementor-search__product-category,
.elementor-widget-ajax-search .elementor-search__product-price {
  color: #000 !important;
  font-size: 0.875rem !important;
  font-family: "Montserrat" !important;
}
.elementor-widget-ajax-search .elementor-search__product-price {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.elementor-search__input-wrapper .elementor-search__clear {
  left: 0;
  right: inherit !important;
  top: 1px;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
  border: none;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-modal .lgcookieslaw-reject-button {
  border: 1px solid black !important;
}

.swiper-wrapper {
  height: auto;
}

.iframeContainer {
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ets-wishlist-toast {
  background-color: #ad6c7c !important;
  border-color: #ad6c7c !important;
}

.elementor-message.elementor-message-danger {
  font-family: "Montserrat" !important;
  font-size: 12px;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body,
a,
p,
.elementor-widget-heading .elementor-heading-title,
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #212121;
}

.elementor-text-editor p,
.elementor-tab-content p,
.elementor-image-hotspot-description p,
.ce-product-description > p,
.ce-product-description-short > p,
.elementor-widget-text-editor {
  font-family: "Montserrat", sans-serif !important;
  color: #212121 !important;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #212121;
}

h1 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif !important;
  color: #212121;
}

.h2-block {
  margin-bottom: 25px;
}
.h2-block h2 {
  font-weight: 400 !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #212121 !important;
  padding-bottom: 25px !important;
}
.h2-block h2::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #212121;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.h2-block-left h2 {
  color: #212121 !important;
}

.product-miniature .product-title a {
  color: #212121;
}

a {
  color: #ad6c7c;
}
a:hover {
  color: #ad6c7c;
}

.card-block {
  padding: 0;
}

.block-categories {
  padding: 0;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 0 15px !important;
}

#subcategories {
  border-top: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #subcategories {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#subcategories ul {
  flex-wrap: nowrap;
  margin: 0;
}
#subcategories ul li {
  margin: 0;
  min-width: auto;
}
#subcategories ul li .subcategory-image + *,
#subcategories ul li .subcategory-name {
  text-transform: inherit;
  color: #212121;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
#subcategories ul li .subcategory-name:hover {
  color: #ad6c7c;
}
#subcategories ul li .subcategory-image a {
  border-radius: 100%;
  padding: 0;
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  border: none;
}
#subcategories ul li .subcategory-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
#subcategories ul li:hover .subcategory-image a {
  padding: 0;
  border: none;
}

#search_filters > p:first-child {
  margin-bottom: 2rem;
}
#search_filters .facet .collapse {
  display: none;
}
#search_filters .facet .collapse.in {
  display: block !important;
}
#search_filters .facet .title {
  align-items: center;
}
#search_filters .facet .title[aria-expanded=true] .fa {
  transform: rotate(180deg);
  position: relative;
  top: -10px;
}
#search_filters .facet .title .material-icons {
  display: none;
}
#search_filters .facet .title .material-icons.active {
  display: block;
}
#search_filters .facet .facet-title {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
#search_filters .collapse-icons {
  cursor: pointer;
}

.navbar-toggler {
  width: 34px;
  height: 34px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-category {
  min-height: auto;
}
.block-category h1 {
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
}
.block-category h1::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #212121;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  margin: 0 0 1.2rem;
  font-weight: 400;
  padding-right: 30px;
}
.block-categories .category-top-menu > li:first-child {
  margin-bottom: 2rem;
}
.block-categories .category-sub-menu {
  margin: 0rem 0 1rem;
}
.block-categories .navbar-toggler {
  top: -7px;
}
.block-categories .navbar-toggler .material-icons:hover {
  color: #212121;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
  margin: 0.5rem 0;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.block-categories .category-sub-menu li[data-depth="2"] {
  padding-left: 20px !important;
}
.block-categories .category-sub-menu li[data-depth="2"]::before {
  display: none;
}
.block-categories .arrows [class*=arrow] {
  font-size: 1.5rem;
}

.js-product .highlighted-informations {
  display: none;
}

#product .elementor-main-swiper {
  margin-bottom: 1rem;
}
#product .ce-product-description, #product .ce-product-description-short {
  font-size: 0.9rem;
  line-height: 1.75 !important;
}
#product .ce-product-description p, #product .ce-product-description span, #product .ce-product-description-short p, #product .ce-product-description-short span {
  line-height: 1.75 !important;
  font-size: 0.9rem !important;
}

[data-elementor-type=product-miniature] {
  padding: 0 15px;
  margin-bottom: 30px !important;
}

.product-thumbnail__image .ce-product-badges--inline {
  position: absolute;
  top: 50px;
  z-index: 2;
}
.product-thumbnail__image .ce-product-badges--inline .elementor-widget-container {
  display: flex;
  justify-content: end;
  padding: 0 5px !important;
}
.product-thumbnail__image .ce-product-badges--inline .elementor-widget-container .ce-product-badge.ce-product-badge-sale {
  background: rgba(255, 255, 255, 0.75);
}
.product-thumbnail__image .elementor-widget-product-miniature-image {
  margin-bottom: 10px !important;
}
.product-thumbnail__cta {
  position: absolute;
  top: 0;
}
.product-thumbnail__cta .elementor-column-wrap {
  justify-content: center;
  padding: 5px !important;
}
.product-thumbnail__cta .elementor-column-wrap > .elementor-widget-wrap {
  padding: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 40px;
}
.product-thumbnail__add {
  margin-bottom: 0;
}
.product-thumbnail__add.elementor-widget-button a.elementor-button {
  border: none;
  background-color: transparent !important;
  color: #212121 !important;
  height: inherit;
  line-height: inherit;
  padding: 0 !important;
}
.product-thumbnail__add.elementor-widget-button a.elementor-button i {
  font-size: 24px;
}
.product-thumbnail__data .elementor-heading-title {
  font-size: 14px !important;
  color: #212121 !important;
}
.product-thumbnail__data .elementor-heading-title > a {
  line-height: 1.4;
  font-weight: 400;
}
.product-thumbnail__data .elementor-widget-product-miniature-price .ce-product-prices {
  color: #212121;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.product-thumbnail__data .elementor-widget-product-miniature-price .ce-product-prices > div {
  margin: 0 !important;
  line-height: 2;
}
.product-thumbnail__data .elementor-widget-product-miniature-price .ce-product-prices .ce-product-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-thumbnail__data .elementor-widget-product-miniature-price .ce-product-prices .ce-product-price > span:first-child {
  font-weight: 700;
  display: block;
  font-size: 24px;
}
.product-thumbnail__data .elementor-widget-product-miniature-price .ce-product-prices .loyalty-block {
  display: none;
}
.product-thumbnail__data .rating {
  margin-bottom: 0.5rem !important;
}

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

.products article .product-thumbnail__wishlist {
  margin-bottom: 0 !important;
}
.products article .product-thumbnail__wishlist .fa {
  font-size: 24px;
  color: #212121;
}
.products article .product-thumbnail__wishlist .ets-wishlist-button-add.right {
  right: 0 !important;
  top: 0 !important;
  padding: 0;
  height: auto;
  width: auto;
  background-color: transparent !important;
  box-shadow: none;
  position: relative;
}

.ets-wishlist-button-add {
  position: relative;
}
.ets-wishlist-button-add::after {
  content: "";
  background: url(../images/favoritos.svg) 0 0 no-repeat;
  background-size: contain;
  height: 25px;
  width: 24px;
  display: block;
}
.ets-wishlist-button-add.delete_wishlist::after {
  background: url(../images/favoritos-delete.svg) 0 0 no-repeat;
}
.ets-wishlist-button-add svg {
  display: none;
}

.ets-wishlist-button-add:not(.view_page),
.ets-wishlist-button-add:not(.view_page):hover {
  background-color: transparent !important;
  box-shadow: none;
  margin-left: 10px;
}

.plabel_div {
  border-radius: 0 !important;
  padding: 6.5px !important;
  margin: 0 1rem !important;
}
.plabel_div .plabel_img {
  height: 25px !important;
  filter: drop-shadow(1px 1px 0 white);
}

.ce-product-badge {
  color: #000;
  text-align: center;
  background: #fff;
  font-weight: 400 !important;
}
.ce-product-badge.ce-product-badge-sale {
  background: #fff;
}

.media-list .media {
  display: flex;
  margin-bottom: 15px;
}
.media-list .media .media-body {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.media-list .media .media-body .product-name {
  font-weight: 700;
  margin-bottom: 10px;
}

.product-price {
  color: #212121;
  font-weight: 700;
}

.elementor-widget-trustedshops-reviews .elementor-trustedshops-reviews-date,
.elementor-widget-trustedshops-reviews .elementor-trustedshops-reviews-comment {
  font-family: "Montserrat" !important;
  line-height: 1.5;
}

.elementor-widget-trustedshops-reviews .elementor-trustedshops-reviews-date {
  font-weight: 700 !important;
}

.elementor-trustedshops-reviews-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}

#wrapper {
  background-color: white;
}

#header {
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
}
#header a:hover {
  color: #ad6c7c;
}
#header .top-menu[data-depth="0"] {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #header .top-menu[data-depth="0"] {
    display: none;
  }
}
#header .top-menu a[data-depth] {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: inherit;
}
#header .top-menu a[data-depth="0"] {
  font-size: 0.825rem;
  text-transform: uppercase;
}
#header .top-menu a[data-depth="0"].dropdown-item {
  position: relative;
  padding: 0 15px 10px;
}
#header .top-menu a[data-depth="0"].dropdown-item > span {
  position: absolute;
  top: -7px;
  right: -15px;
  display: none;
}
#header .top-menu a[data-depth="0"].dropdown-item:hover > span {
  transform: rotate(180deg);
}
#header .top-menu a[data-depth="0"]:hover {
  color: #ad6c7c !important;
}
#header .top-menu a[data-depth="1"].dropdown-item, #header .top-menu a[data-depth="2"].dropdown-item {
  position: relative;
}
#header .top-menu a[data-depth="1"].dropdown-item > span, #header .top-menu a[data-depth="2"].dropdown-item > span {
  position: absolute;
  top: -7px;
  right: -20px;
  transform: rotate(270deg);
}
#header .top-menu a[data-depth="1"].dropdown-item:hover > span, #header .top-menu a[data-depth="2"].dropdown-item:hover > span {
  transform: rotate(90deg);
}
#header .top-menu a[data-depth="2"].dropdown-item > span {
  right: 0;
}
#header .top-menu .sub-menu {
  display: flex;
  transition: none;
}
#header .top-menu .sub-menu ul[data-depth] {
  display: none;
}
#header .top-menu .sub-menu ul[data-depth] > li {
  padding-bottom: 5px;
}
#header .top-menu .sub-menu ul[data-depth="0"] {
  display: block;
}
#header .top-menu .sub-menu ul[data-depth="1"] {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px;
}
#header .top-menu .sub-menu ul[data-depth="1"]::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: black;
}
#header .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}
#header .top-menu .sub-menu ul[data-depth="1"] > .category > .dropdown-item {
  width: 170px;
  padding-right: 15px;
  white-space: normal;
}
#header .top-menu .sub-menu ul[data-depth="1"] > .category > .dropdown-item.active + .collapse > ul[data-depth] {
  display: block !important;
  position: absolute;
  left: 240px;
  top: 0;
}
#header .top-menu .sub-menu .top-menu.top-menu-inner {
  padding: 20px 0;
  min-height: 100%;
}
#header .top-menu .sub-menu ul[data-depth="1"] > .category > .dropdown-item.active, #header .top-menu .sub-menu ul[data-depth="1"] > .category > .dropdown-item:focus, #header .top-menu .sub-menu ul[data-depth="1"] > .category > .dropdown-item:hover {
  background-color: transparent;
  color: #212121;
}
#header .top-menu .sub-menu ul[data-depth="2"] {
}
#header .top-menu .sub-menu ul[data-depth="2"]::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: black;
}
#header .top-menu .sub-menu ul[data-depth="2"] > .category > .dropdown-item {
  width: 170px;
  padding-right: 15px;
  white-space: normal;
}
#header .top-menu .sub-menu ul[data-depth="2"] > .category > .dropdown-item.active + .collapse > ul[data-depth] {
  display: block !important;
  position: absolute;
  left: 180px;
  top: 0;
}
#header .top-menu .sub-menu ul[data-depth="2"] > .category > .dropdown-item.active, #header .top-menu .sub-menu ul[data-depth="2"] > .category > .dropdown-item:focus, #header .top-menu .sub-menu ul[data-depth="2"] > .category > .dropdown-item:hover {
  background-color: transparent;
  color: #212121;
}
#header .top-menu .sub-menu ul[data-depth="3"] > .category > .dropdown-item {
  padding-top: 0;
  white-space: normal;
  width: 240px;
}
#header .top-menu__category_image {
  background: #f3f3f3;
  display: flex;
  align-items: center;
  padding: 20px;
}
#header .top-menu__category_image img {
  max-height: 400px;
  max-width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .top-menu .category .current a {
  color: #ad6c7c !important;
}
#header .top-menu .category .dropdown-item.active {
  color: #ad6c7c !important;
}

.elementor-nav--layout-horizontal {
  justify-content: center;
}
.elementor-nav--layout-horizontal.elementor-nav--main a.elementor-item:not(#e) {
  color: #212121 !important;
  font-weight: 400;
  font-size: 0.825rem;
  text-transform: uppercase;
}

.elementor-widget-nav-menu .elementor-nav--main:not(.e--pointer-framed) .elementor-item:after {
  display: none;
}

.header-top-bar {
  background: #212121;
  color: white;
}
.header-top-bar > .elementor-container > .elementor-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-top-bar > .elementor-container > .elementor-row {
    gap: 5px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .header-top-bar > .elementor-container > .elementor-row {
    flex-wrap: nowrap;
  }
}
.header-top-bar p, .header-top-bar a {
  color: white !important;
  font-size: 12px !important;
  text-align: center;
  margin-bottom: 0;
}
.header-top-bar p:hover, .header-top-bar a:hover {
  color: white;
}
.header-top-bar .elementor-social-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header-top-bar .elementor-social-icons-wrapper {
    justify-content: center;
  }
}
.header-top-bar .elementor-social-icons-wrapper a {
  font-size: 1.5rem !important;
  padding: 5px;
}
.header-top-bar .elementor-social-icons-wrapper .elementor-social-icon-facebook,
.header-top-bar .elementor-social-icons-wrapper .elementor-social-icon-twitter,
.header-top-bar .elementor-social-icons-wrapper .elementor-social-icon-youtube,
.header-top-bar .elementor-social-icons-wrapper .elementor-social-icon-pinterest,
.header-top-bar .elementor-social-icons-wrapper .elementor-social-icon-instagram {
  background-color: transparent;
}

header .header-icons-container > .elementor-container .elementor-widget-wrap {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  header .header-icons-container > .elementor-container .elementor-widget-wrap {
    justify-content: flex-end;
  }
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .fa::before,
header .header-icons-container > .elementor-container .elementor-widget-wrap .ceicon-bag-solid:before,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-search--skin-topbar .elementor-search__toggle i:before {
  font-size: 24px !important;
  color: #212121 !important;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--main .elementor-nav a {
  padding: 0;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .sub-arrow::before {
  display: none;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .sub-arrow::after {
  font-family: "Material Icons", Arial, sans-serif;
  content: "\e313";
  font-size: 21px;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .header-wishlist-cta .fa {
  padding: 12px 0 0;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap > div {
  flex: 0;
  margin-bottom: 0;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap > div form {
  margin-bottom: 0;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--main .elementor-nav ul {
  padding: 10px;
  border: 1px solid;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--main .elementor-nav ul > li:not(:last-child) {
  margin-bottom: 15px;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item [href]:hover,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item [href]:focus,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item .highlighted,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item .elementor-item-active {
  background-color: transparent;
  color: #ad6c7c !important;
}
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item [href]:hover .fa::before,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item [href]:focus .fa::before,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item .highlighted .fa::before,
header .header-icons-container > .elementor-container .elementor-widget-wrap .elementor-nav--dropdown .menu-item .elementor-item-active .fa::before {
  color: #ad6c7c !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
    display: block;
  }
}
.menu-mobile {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 9;
  width: calc(100% - 20px) !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-mobile {
    top: -5px;
    width: 100% !important;
  }
}
.menu-mobile .elementor-nav__container {
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
  border-bottom: 3px solid #212121;
  padding-bottom: 15px;
}
.menu-mobile .elementor-menu-toggle {
  background-color: transparent;
  font-size: 28px;
  padding: 0;
}
.menu-mobile .elementor-menu-toggle i {
  height: 2px;
}
.menu-mobile .elementor-menu-toggle i::before, .menu-mobile .elementor-menu-toggle i::after {
  height: 2px;
}
.menu-mobile .elementor-nav--dropdown .menu-item [href]:hover,
.menu-mobile .elementor-nav--dropdown .menu-item [href]:focus,
.menu-mobile .elementor-nav--dropdown .menu-item .highlighted,
.menu-mobile .elementor-nav--dropdown .menu-item .elementor-item-active {
  background-color: white;
}
.menu-mobile .elementor-nav--dropdown .menu-item a:not(#e):hover,
.menu-mobile .elementor-nav--dropdown .menu-item a:not(#e):focus,
.menu-mobile .elementor-nav--dropdown .menu-item a.highlighted:not(#e),
.menu-mobile .elementor-nav--dropdown .menu-item a.elementor-item-active:not(#e) {
  font-weight: 700;
  color: #212121;
}
.menu-mobile .elementor-nav a, .menu-mobile .elementor-nav a:hover, .menu-mobile .elementor-nav a:focus {
  font-size: 14px !important;
}
.menu-mobile .elementor-nav .elementor-item .sub-arrow,
.menu-mobile .elementor-nav .elementor-sub-item .sub-arrow {
  padding: 0;
}
.menu-mobile .elementor-nav .elementor-item .sub-arrow::before,
.menu-mobile .elementor-nav .elementor-sub-item .sub-arrow::before {
  font-family: "Material Icons", Arial, sans-serif;
  content: "\e313";
  font-size: 21px;
}
.menu-mobile .elementor-nav .elementor-item[aria-expanded=true] .sub-arrow,
.menu-mobile .elementor-nav .elementor-sub-item[aria-expanded=true] .sub-arrow {
  transform: rotate(180deg);
}

.logo-container {
  z-index: 9;
  width: 200px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .top-bar-info {
    display: block;
    padding: 0 15px;
  }
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 4px solid #212121;
}

#footer {
  padding: 0 !important;
}

.footer {
  background-color: #212121;
  padding-top: 2rem;
}
.footer h4,
.footer .footer-title {
  margin-bottom: .5rem;
}
.footer h4,
.footer h4 a,
.footer .footer-title,
.footer .footer-title a {
  color: rgba(255, 255, 255, 0.7)!important;
  text-transform: uppercase;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.1;
  margin: 0;
}
.footer-title + ul {
  margin-top: 15px;
}
.footer p {
  color: white !important;
  font-size: 0.825rem !important;
}
.footer a {
  color: white;
  font-size: 0.825rem !important;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .elementor-widget-image {
  text-align: left;
}
.footer .elementor-widget-image img {
  max-width: 80%;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer form input[type=email] {
  margin-bottom: 5px;
  padding: 10px !important;
}
.footer .elementor-field-type-subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .elementor-social-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .elementor-social-icons-wrapper a {
  font-size: 1.5rem !important;
  padding: 5px;
}
.footer .elementor-social-icons-wrapper .elementor-social-icon-facebook,
.footer .elementor-social-icons-wrapper .elementor-social-icon-twitter,
.footer .elementor-social-icons-wrapper .elementor-social-icon-youtube,
.footer .elementor-social-icons-wrapper .elementor-social-icon-pinterest,
.footer .elementor-social-icons-wrapper .elementor-social-icon-instagram {
  background-color: transparent;
}
.footer .elementor-email-subscription input[type=email] {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  max-width: 420px;
}
.footer .elementor-email-subscription button {
  padding: 0.7rem 1.25rem !important;
  height: auto !important;
}

.footer-institucional .elementor-row {
  align-items: center;
  justify-content: center;
}
.footer-institucional .elementor-row > .elementor-element {
  width: auto !important;
}
.footer-institucional .elementor-row img {
  max-width: 200px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
.elementor-field-type-gdpr {
  margin: 0 0 10px 0 !important;
}
.breadcrumb {
  margin-bottom: 2.5rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 1rem;
  }
}

.block-cookies .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.page-content.page-cms {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1260px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
.banner-home-outstanding {
  background-color: #d8c7d2;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .banner-home-outstanding {
    padding: 20px 0;
  }
}
.banner-home-outstanding--outlet {
  background-color: #eacab5;
}
.banner-home-outstanding--outlet .elementor-widget-heading h2.elementor-heading-title {
  text-transform: uppercase;
  font-size: 2.5rem !important;
}
.banner-home-outstanding--even {
  background-color: white;
}
.banner-home-outstanding--even h2.elementor-heading-title {
  color: #212121 !important;
}
@media screen and (min-width: 768px) {
  .banner-home-outstanding--even .banner-home-outstanding__text {
    text-align: left !important;
  }
}
.banner-home-outstanding--even .banner-home-outstanding__text .elementor-text-editor {
  color: #212121;
}
.banner-home-outstanding--even .elementor-row {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .banner-home-outstanding--even .elementor-row {
    flex-direction: column !important;
  }
}
.banner-home-outstanding .elementor-row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-home-outstanding .elementor-row {
    flex-direction: column-reverse;
  }
}
.banner-home-outstanding .elementor-widget-heading h2.elementor-heading-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 768px) {
  .banner-home-outstanding__text {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-home-outstanding__text {
    text-align: center;
  }
}
.banner-home-outstanding__text .elementor-text-editor {
  color: white;
}

#product h1 {
  text-transform: inherit;
  font-size: 1.4rem;
  color: #212121;
  line-height: 1.1;
  margin-bottom: 1rem !important;
}
#product #content {
  max-width: 100%;
}
#product .elementor-widget-product-price .ce-product-prices {
  align-items: baseline;
}
#product .elementor-widget-product-price .ce-product-prices .ce-product-price {
  font-size: 1.75rem;
  color: #212121;
}
#product .elementor-widget-product-price .ce-product-prices .ce-tax-shipping-delivery-label {
  color: #212121;
  font-weight: 400;
  font-size: 0.875rem;
}
#product .ce-product-variants__label {
  font-weight: 700;
}
#product .ce-product-variants__radio-wrapper .ce-product-variants__option, #product .ce-product-variants__radio-wrapper .ce-product-variants__pattern {
  background: #F2F2F2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  border: none;
  line-height: 1;
}
#product .ce-product-variants__radio-wrapper input:checked + .ce-product-variants__option, #product .ce-product-variants__radio-wrapper input:checked + .ce-product-variants__pattern {
  background: #fff;
  box-shadow: none;
  border: 1px solid;
}
#product .ce-product-variants__patterns .ce-product-variants__radio-wrapper {
  padding-bottom: 10px;
}
#product .ce-product-variants__patterns .ce-product-variants__pattern {
  height: auto;
}
#product .elementor-widget-product-add-to-cart a.elementor-button {
  width: 100%;
  max-width: 360px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 50px;
  line-height: 50px;
  background-color: #212121 !important;
  color: white !important;
}
#product .elementor-widget-product-add-to-cart a.elementor-button .elementor-button-icon {
  display: none;
}
#product .elementor-widget-product-add-to-cart a.elementor-button:hover {
  background-color: white !important;
  color: #212121 !important;
}
#product .elementor-widget-product-price {
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .product-detail__data {
    border-bottom: 1px solid #212121;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product-detail__data .elementor-row {
    flex-wrap: nowrap;
  }
  .product-detail__data .elementor-row > div:first-child {
    flex: auto;
  }
  .product-detail__data .elementor-row > div:last-child {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .product-detail__data {
    border-left: 1px solid #212121;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
  }
}
.product-detail__data .ets-wishlist-button-add:not(.view_page), .product-detail__data .ets-wishlist-button-add:not(.view_page):hover {
  margin-left: 0;
  padding: 0;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .detail-box-row > div > .elementor-row > div:first-child {
    order: 1;
  }
  .detail-box-row > div > .elementor-row > div:nth-child(2) {
    order: 3;
  }
  .detail-box-row > div > .elementor-row > div:last-child {
    order: 2;
  }
}
.page-my-account #wrapper {
  padding-bottom: 50px;
}
.page-my-account #content .links a {
  color: #212121;
}
.page-my-account #content .links a:hover, .page-my-account #content .links a:active, .page-my-account #content .links a:focus {
  text-decoration: none;
  color: #ad6c7c;
}
.page-my-account #content .links a span.link-item {
  text-decoration: none;
}

#registration #content {
  display: flex;
  flex-direction: column-reverse;
}

#registration .sociallogin,
#authentication .sociallogin {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
#registration .sociallogin > .col-xs-12,
#authentication .sociallogin > .col-xs-12 {
  width: auto;
  padding: 0;
}
#registration hr,
#authentication hr {
  display: none;
}

.register-form p {
  text-align: center;
}
.register-form p a {
  font-weight: 700;
}
.register-form .form-footer button {
  float: none !important;
  display: block;
  margin: auto;
}

.elementor-cart--buttons-inline .elementor-cart__footer-buttons {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto;
}
.cart-summary {
  font-family: "Montserrat", sans-serif !important;
  color: #212121;
}
.cart-summary .cart-detailed-totals .card-block #cart-subtotal-products {
  padding-top: 33px;
}

body#checkout a:hover {
  color: #212121;
}
.elementor-cart__toggle .elementor-button {
  border: none;
  padding: 12px 0;
}

.elementor-cart__main {
  font-family: "Montserrat", sans-serif !important;
  color: #212121;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #ad6c7c;
}

#cart .product-line-info.has-discount .discount {
  background-color: #ad6c7c;
}
#cart .product-line-info .price {
  color: #ad6c7c;
}
#cart .product-line-actions .alert-loyalty {
  display: none;
}

.alert-loyalty {
  background-color: white !important;
  border-color: #efefef !important;
  border: none;
  border-top: 5px solid;
  padding-left: 0;
}

.page-cms ul li, .page-cms ol li, .page-cms p {
  line-height: 1.7 !important;
  color: #212121;
}

.block-blog-banner-home {
  margin-bottom: 3rem;
}
.block-blog-banner-home img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-blog-banner-home:nth-child(odd) > .elementor-container > .elementor-row {
    flex-direction: row-reverse;
  }
  .block-blog-banner-home .elementor-row {
    align-items: center;
    gap: 40px;
  }
}

.block-blog-featured-home {
  margin-bottom: 70px;
}
.block-blog-featured-home img, .block-blog-featured-home .elementor-image-box-img {
  width: 100% !important;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-blog-featured-home__posts > .elementor-container > .elementor-row {
  gap: 30px;
}
.block-blog-featured-home__posts > .elementor-container > .elementor-row .elementor-image-box-title {
  color: #212121;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #212121 !important;
}

h1 {
  margin-bottom: 2rem !important;
}

#content-wrapper ul{
  list-style: inside;
}
#content-wrapper table{
  margin-bottom: 30px;
}
#content-wrapper td {
  border: 1px solid;
  padding: 10px;
}
#ap5-product-list .ap5-pack-product-name a{
  color: #212121!important;
  font-size: 1.2rem;
  font-weight: 600;
}
#ap5-product-list .product-price{
  color: #ad6c7c!important;
}
#ap5-price-container .plabel_div{
  display: none!important;
}
#ap5-price-container .loyalty-block-productlist{
  display: none!important;
}
#ap5-price-container .current-price-value{
  font-size: 1.75rem;
  color: #212121;
}

.ap5-add-to-cart-container .add{
  width: 100%;
}
.ap5-add-to-cart-container .add-to-cart{
  background: #212121!important;
  border: 1px solid #212121!important;
  max-width: 360px;
  width: 100%;
  height: 50px;
  font-size: .875rem;
  font-weight: 700!important; 
}
.ap5-add-to-cart-container .add-to-cart:hover{
  background: white!important;
  color: #212121!important;
  border: 1px solid #212121!important;
}
.ap5-add-to-cart-container .add-to-cart i{
  display: none!important; 
}

.ap5-buy-block .social-sharing{
  display: none;
}

.ap5-pack-page .card-header{
  background: none;
  padding: 0;
  margin-top: 25px;
}

#ap5-pack-product-tab-list{
  border-bottom: 1px #d6d4d4 solid;
  list-style: none!important;
  margin-top: 15px;
}
.ap5-pack-page #ap5-pack-product-tab-list>li>a{
  padding: 20px 30px;
  color: #212121;
}
.ap5-pack-page #ap5-pack-product-tab-list>li>a:hover{
  border-bottom: none!important;
}
.ap5-pack-page #ap5-pack-product-tab-list>li>a.active{
  background: #212121;
  color: white;
  border-bottom: none!important;
}
.product-accessories .plabel_div{
  display: none!important;
  
}
@media screen and (min-width: 768px){
  #ap5-buy-block-container {
    border-left: 1px solid #212121;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
  }
}

.cart-overview .cart-items li.cart-item{
    list-style: none;
}

ul.subcategories-list li{
    list-style: none;
}

#manufacturer #main ul .brand {
  list-style:none;
}