:root {
  --white: #fff;
  --light-gray: #f5f5f5;
  --light-gray-02: #dedede;
  --light-gray-03: #d9d9d9;
  --black: #2c2c2c;
  --gray: #707070;
  --border-radius-xs: 3px;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
}

#_desktop_iqitmegamenu-mobile {
	display:none !Important;
}
/*
header#header {
  position: fixed !important;
  width: 100%;
  box-shadow: none;
  top: 0;
  -webkit-transition: all 800ms cubic-bezier(.76,0,.25,1);
  -moz-transition: all 800ms cubic-bezier(.76,0,.25,1);
  -o-transition: all 800ms cubic-bezier(.76,0,.25,1);
  transition: all 600ms cubic-bezier(.76,0,.25,1);
  background-color: var(--light-gray);
}
*/

#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  cursor: pointer;
  width: 90px;
  padding-bottom: 1em !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 0 calc(40px / 3);
}
#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item a {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item .elementor-icon-list-text::after {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  background-color: var(--gray);
  position: absolute;
  margin: 0;
  transform: translateY(30px);
  transition: all ease 0.7s;
}

#category-section .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:hover .elementor-icon-list-text::after {
  content:"";
  width:100%;
  background-color:var(--black);
  transition:all ease 0.7s
}

#category-section .elementor-icon-list-icon svg {
  height: auto !important;
  fill: #9c9c9c;
  transition: all ease 0.7s;
}


/*
BANNERS HOME
*/
.cb-item-content .custom-html, .product-banner .custom-html {
  position: absolute;
  width: 40%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.cb-item-content .custom-html, .product-banner .custom-html {
  position: absolute;
  width: 40%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.home-slider .custom-html p.header-text, .custom-html p.header-text {
  font-weight: bold !important;
  font-family: "Lato",sans-serif !important;
  line-height: normal;
  letter-spacing: -2px;
  font-size: 2.5rem !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.product-banner {
  height:100%;
  width:100%;
  margin:0
}
.product-banner img {
  height:100%!important;
  width:100%;
  object-fit:cover
}
.product-banner div {
  height:100%!important
}
.cb-item-content .custom-html,
.product-banner .custom-html {
  position:absolute;
  width:40%;
  margin-left:0;
  top:0;
  left:0;
  bottom:0;
  right:0;
  text-align:left;
  padding-left:2em;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:column;
  gap:5px;
  z-index:1
}
.cb-item-content .custom-html {
  font-size:1rem!important
}
.cb-item-content .custom-html a.button {
  font-size:1rem!important
}
.banner-home-03-column {
  min-width:300px!important
}
.banner-home-03-column .custom-html {
  width:100%!important;
  justify-content:flex-start!important;
  padding:2em!important
}
.cb-item-content .custom-html .heading-title,
.product-banner .custom-html .heading-title {
  color:var(--white);
  font-size:2rem;
  margin:0
}
.cb-item-content .custom-html .button,
.product-banner .custom-html .button {
  padding:5px 15px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  color:var(--white)!important;
  background-color:transparent;
  transition:all ease 0.7s
}
.cb-item-content .custom-html .button:hover,
.product-banner .custom-html .button:hover {
  background-color:var(--white)!important;
  color:var(--black)!important;
  transition:all ease 0.7s
}


/**
MENU
*/
/*CSS Personalized - distribucionmayorista.online*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*General*/
.cb.displayCustomBanners4.clearfix {
  margin-left: 0px !important;
  margin-top: 0px !important;
}
section#content,
#inner-wrapper {
  margin-top: 180px !important;
}
/*Banner menú*/
.cb-item-content {
  margin-top: 15px;
}
:root {
  --white: #ffffff;
  --light-gray: #f5f5f5;
  --light-gray-02: #dedede;
  --light-gray-03: #d9d9d9;
  --black: #2c2c2c;
  --gray: #707070;
  --border-radius-xs: 3px;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
}

body::-webkit-scrollbar {
  width: 0.64em;
}

body::-webkit-scrollbar-track {
  background-color: var(--light-gray-02);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: var(--gray);
}

:not(body)::-webkit-scrollbar {
  width: 0.48rem;
}

:not(body)::-webkit-scrollbar-track {
  background-color: var(--light-gray-02);
}

:not(body)::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: var(--gray);
}

body.ce-kit-1 {
  color: var(--light-gray);
}

address {
  padding: 0 !important;
  margin: 0 !important;
}

.dialog-type-lightbox {
  z-index: 1000 !important;
}
.img-ofert {
  background-image: url(../img/icono_x5F_oferta.png);
  height: 30px;
  width: 30px;
  display: flex;
  background-size: cover;
  margin: 0 !important;
  padding: 0;
}

.fa-plus::before {
  content: "\2b" !important;
}

.fa-minus::before {
  content: "–" !important;
}

.underline-hover {
  text-decoration: underline;
}

.no-caret {
  content: none !important;
}

#wishlist-link i {
  display: none !important;
}

.flag-expiration {
  flex: 0 0 100%;
  max-width: 100%;
  max-width: max-content !important;
  width: 100%;
  width: max-content !important;
}
.displayCustomBanners4 {
  margin-top: 15px;
  margin-left: 15px;
}
.table.table-product-discounts {
  margin-bottom: 0px;
}

.table.table-product-discounts thead {
  background-color: var(--light-gray-02) !important;
}

.table.table-product-discounts thead th {
  border: 1px solid var(--light-gray-02) !important;
}

.table.table-product-discounts tr:nth-child(even) {
  background-color: var(--white) !important;
}

.table.table-bordered,
.table.table-bordered td,
.table.table-bordered th {
  border-color: var(--white);
}

.page-addresses .address,
.form-control {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.form-control.js-cart-line-product-quantity {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-top-right-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
}

.input-group .input-group-append button {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  -moz-border-top-right-radius: 10px !important;
  -moz-border-bottom-right-radius: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
}
section#content,
#inner-wrapper {
  margin-top: 220px !important;
}

#inner-wrapper section#content,
#ybc_blog_page {
  margin-top: 0 !important;
}

/* #ybc_blog_page #wrapper {
  margin-top: 100px !important;
} */

.discount-badge .elementor-heading-title span {
  width: 100%;
  display: block;
  margin: 0px 4px 4px 0px;
  padding: 2px 8px 2px 8px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

.form-footer {
  margin: 0.5em auto;
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 10px 1em;
  line-height: 1em !important;
  background-color: var(--white) !important;
  color: var(--black) !important;
  line-height: 1em !important;
  font-size: 1rem !important;
  border: none !important;
  padding: 1em !important;
}
.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content .wpcf7 small a {
  color: var(--light-gray) !important;
}
#btnScrollUp {
  display: none;
  z-index: 10;
}

#content-wrapper .page-title {
  color: var(--black) !important;
}

body#checkout section.checkout-step {
  overflow: hidden;
}
.cart-item,
.cart-item-header {
  border-top: 0;
  border-bottom: 0;
}

.forgot-password {
  font-size: 1rem !important;
}

.text-primary {
  color: var(--gray) !important;
}

.text-primary:hover,
a.text-primary:focus,
a.text-primary:hover {
  color: var(--black) !important;
}

span.header-text {
  font-family: "Lato", sans-serif !important;
}

#product span.header-text {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--black);
}

/*Animations*/
body {
  animation: fadeInAnimation 2s ease-in-out;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*Alerts*/
.alert-warning {
  background: white !important;
  color: #2c2c2c;
  border-color: #f2f2f2;
  border-radius: 10px !important;
}
.alert .alert.alert-info {
  padding: 7px;
  color: var(--black);
  background-color: transparent;
  border: 0;
  font-size: 0.89rem;
  font-style: italic;
}

/*Bootstrap*/
.btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: Lato, sans-serif !important;
  font-size: 1rem !important;
}

.btn.btn-secondary {
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn.btn-secondary:hover {
  background-color: var(--black);
  border-color: var(--black);
}

/*Creative Elements*/
.ce-pagination .elementor-button.elementor-active {
  font-weight: bold !important;
  color: var(--black) !important;
}
.ce-pagination .elementor-button {
  font-weight: normal !important;
  color: var(--gray) !important;
}
.ce-pagination .elementor-button:hover {
  color: var(--black) !important;
}

.elementor-accordion .elementor-tab-title {
  padding-left: 30px !important;
}

div.elementor-accordion .elementor-tab-content {
  padding: 30px !important;
}

.ce-sort-order select option:last-child {
  display: none;
}
.ce-product-grid > *,
.elementor-product-box > * {
  max-width: 100% !important;
}

.ce-product-grid .elementor-button-icon {
  display: flex;
  height: 55px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.ce-product-description a span,
.ce-product-description-short a span {
  color: var(--black) !important;
}

.ce-product-description a:hover span,
.ce-product-description-short a:hover span {
  color: var(--black);
  text-decoration: underline;
}

.elementor-widget-email-subscription .elementor-button:not([href]):not(#e) {
  background: var(--black) !important;
  opacity: 1;
}
.elementor-widget-email-subscription:hover
  .elementor-button:not([href]):not(#e) {
  background: var(--black) !important;
  opacity: 0.8;
}
.elementor-button:not([href]):not(#e) {
  background: var(--light-gray);
  opacity: 0.5;
}
.elementor-button:not([href]):not(#e):hover
  .elementor-button-icon
  .fa-cart-plus::before {
  background-image: url(../img/icon-cart.svg);
}
.elementor-button .elementor-button-icon .fa-cart-plus::before {
  content: "" !important;
  background-image: url(../img/icon-cart.svg);
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.elementor-button:hover .elementor-button-icon .fa-cart-plus::before {
  background-image: url("../img/icon-cart-white.svg");
}

/* - CE Product Quantity*/
.ce-product-quantity__btn.ce-product-quantity__minus {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.ce-product-quantity__btn.ce-product-quantity__plus {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* - CE Product Grid*/
.card,
.ce-product-grid .ce-product-image .elementor-element-populated {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
}

#search .products .elementor-section-wrap,
.ce-products.ce-product-grid.products .elementor-section-wrap {
  overflow: visible;
}

.ce-products.ce-product-grid.products .elementor-section-wrap .ce-product-image,
#products .products .elementor-section-wrap .ce-product-image {
  overflow: hidden !important;
}

/* #search .ce-product-features tr:nth-child(1),
#search .ce-product-features tr:nth-child(2),
#category .ce-product-features tr:nth-child(1),
#category .ce-product-features tr:nth-child(2) {
  display: none !important;
} */
.ce-product-features {
  width: 100%;
  max-width: 100%;
  /* background: var(--light-gray-02); */
  border-radius: 3px;
  /* margin-left: 10px; */
}

#product #units-per-box {
  margin-left: 10px !important;
}

#product #product-feature-spiral-canal .ce-product-features {
  background-color: transparent !important;
  border-radius: none !important;
  margin-left: 0 !important;
}

/* Quitar borde y fondo SOLO en esta sección (no global) */
#product #product-feature-spiral-canal .ce-product-features__label,
#product #product-feature-spiral-canal .ce-product-features__value {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* .ce-product-features__row .ce-product-features__label,
.ce-product-grid .ce-product-features__row .ce-product-features__label,
#ce-product-quick-view
  .ce-product-grid
  .ce-product-features__row
  .ce-product-features__label {
  color: var(--white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 15px;
  padding: 2px 0px 2px 10px !important;
}

.ce-product-features__row .ce-product-features__value,
.ce-product-grid .ce-product-features__row .ce-product-features__value,
#ce-product-quick-view
  .ce-product-grid
  .ce-product-features__row
  .ce-product-features__value {
  color: var(--white);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 15px;
} */

/* tabla de caducidad */
.product-expiration-date .ce-product-features {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ce-product-features__row .ce-product-features__label,
.ce-product-grid .ce-product-features__row .ce-product-features__label,
#ce-product-quick-view
  .ce-product-grid
  .ce-product-features__row
  .ce-product-features__label
  .product-expiration-date {
  color: rgb(255, 0, 0);
  background-color: #ffecec;
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 15px;
  padding: 2px 0px 2px 8px !important;
  font-weight: 500;
}

.product-expiration-date
  .ce-product-features
  .ce-product-features__row
  .ce-product-features__label {
  border-radius: 5px 0 0 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  overflow: hidden !important;
}

.ce-product-features__row .ce-product-features__value,
.ce-product-grid .ce-product-features__row .ce-product-features__value,
#ce-product-quick-view
  .ce-product-grid
  .ce-product-features__row
  .ce-product-features__value {
  color: rgb(255, 0, 0);
  background-color: #ffecec;
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 15px;
  padding-right: 8px;
}

.product-expiration-date
  .ce-product-features
  .ce-product-features__row
  .ce-product-features__value {
  border-radius: 0 5px 5px 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .product-expiration-date .ce-product-features__label,
  .product-expiration-date .ce-product-features__value {
    vertical-align: middle !important;
    line-height: 15px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .product-expiration-date .ce-product-features__label {
    text-align: left !important;
  }

  .product-expiration-date .ce-product-features__value {
    padding-left: 4px !important;
    padding-right: 8px !important;
  }
}

/* valor de caducidad */
@media (max-width: 768px) {
  #ce-product-quick-view .product-expiration-date .ce-product-features__label,
  #ce-product-quick-view .product-expiration-date .ce-product-features__value {
    font-size: 0.7rem !important;
    line-height: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
  }

  #ce-product-quick-view .product-expiration-date .ce-product-features__label {
    padding-left: 13px !important;
    padding-right: 2px !important;
  }

  #ce-product-quick-view .product-expiration-date .ce-product-features__value {
    padding-left: 2px !important;
    padding-right: 13px !important;
  }
}

/* etiquetas de descuento */
.discount-badge .elementor-heading-title span {
  width: 100%;
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 2px 6px 2px 6px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

.discount-card-flag {
  width: 100%;
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 2px 6px 2px 6px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

/* - CE Search*/
ul.elementor-search__products {
  display: flex !important;
  display: -ms-flexbox !important;
  flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
}

ul.elementor-search__products.ui-menu .ui-menu-item {
  width: 33% !important;
}

ul.elementor-search__products .elementor-search__product-image {
  margin: 12px !important;
}

ul.elementor-search__products .elementor-search__product-image source,
ul.elementor-search__products .elementor-search__product-image img {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* - CE Call Phone Dropdown*/
.ce-btn-dropdown.elementor-widget-toggle {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

body.stick_menu_displayed .ce-btn-dropdown.elementor-widget-toggle {
  width: 64px;
  max-width: 64px;
}

.ce-btn-dropdown.elementor-widget-toggle .wpcf7 .wpcf7-submit,
.ce-btn-dropdown.elementor-widget-toggle .wpcf7 input.form-control,
.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-title {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-title {
  display: flex;
  display: -ms-flexbox;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-icon,
.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-title {
  float: none;
  clear: both;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-title {
  white-space: nowrap;
}

body.stick_menu_displayed
  .ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-title {
  display: none;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-title
  .elementor-toggle-icon
  svg {
  width: 18px;
  height: 18px;
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content {
  position: absolute;
  top: 64px;
  width: 275px;
  z-index: 1;
  border-radius: var(--border-radius-md);
  -moz-border-radius: var(--border-radius-md);
  -webkit-border-radius: var(--border-radius-md);
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content .wpcf7 {
  line-height: 0.5em;
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content .wpcf7 h3 {
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 2.25em;
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content .wpcf7 p {
  text-align: center;
  color: var(--white);
  font-size: 0.89rem;
  line-height: 1.5em;
}

.ce-btn-dropdown.elementor-widget-toggle .elementor-tab-content .wpcf7 small {
  color: var(--light-gray);
  line-height: 1em;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-content
  .wpcf7
  input.form-control {
  background-color: #464646;
  color: var(--white);
  font-weight: 400;
  line-height: 1em;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-content
  .wpcf7
  input.form-control::placeholder {
  color: var(--white);
  opacity: 1;
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-content
  .wpcf7
  input.form-control::-ms-input-placeholder {
  color: var(--white);
}

.ce-btn-dropdown.elementor-widget-toggle
  .elementor-tab-content
  .wpcf7
  .wpcf7-submit {
  font-weight: 500;
  font-size: 0.89rem;
  line-height: 1rem;
  color: var(--white);
  border: 2px solid var(--white);
  background: transparent;
  width: 100%;
  margin-top: 0;
}

.ce-btn-dropdown.elementor-widget-toggle .wpcf7 .wpcf7-submit:hover {
  background: var(--white);
  color: var(--black);
}

.ce-btn-dropdown.elementor-widget-toggle
  div.wpcf7-response-output.alert-warning {
  background-color: transparent;
  color: var(--white);
  font-size: 0.89rem;
  line-height: 1rem;
  border-color: red;
  margin-top: 7px;
  margin-bottom: 0;
  padding: 7px;
  font-weight: 300;
}

/* - CE Listing Products*/

/* - CE Nav Tabs*/
.elementor-nav-tabs.elementor-nav--layout-vertical
  + .elementor-row
  > .elementor-column {
  border-left: 1px solid var(--light-gray-03);
  padding-left: 30px;
}

.elementor-nav-tabs.elementor-nav--layout-vertical.e--pointer-underline
  li.menu-item {
  text-align: center;
  margin: 3px auto;
}

.elementor-nav-tabs.elementor-nav--layout-vertical.e--pointer-underline
  li.menu-item
  a.elementor-item.elementor-item-active {
  display: inline-block;
}

/* - CE Icon Box*/
/* .elementor-widget-icon-box .elementor-icon-box-description::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 9px;
  background-color: var(--gray);
} */

.show-mobile .elementor-widget-icon-box .elementor-icon-box-description::after {
  content: none;
}

/* - CE Accordion*/
.elementor-accordion .elementor-accordion-item {
  border-radius: var(--border-radius-md);
  -moz-border-radius: var(--border-radius-md);
  -webkit-border-radius: var(--border-radius-md);
  overflow: hidden;
}

.elementor-accordion .elementor-accordion-item {
  margin-bottom: 15px;
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin: 0;
}

.elementor-accordion .elementor-tab-title {
  padding-left: 30px !important;
}

div.elementor-accordion .elementor-tab-content {
  padding: 30px !important;
}

.ce-product-badge-new {
  background-color: #525252;
}

/* - CE Menu category*/

#menu-lateral-categorias
  .row.cbp-categories-row
  .col-12
  > .cbp-category-link-w
  > a.cbp-category-title,
#iqitmegamenu-wrapper
  .row.cbp-categories-row
  .col-12
  > .cbp-category-link-w
  > a.cbp-category-title {
  cursor: pointer;
}

#home .elementor-nav-menu.elementor-nav--layout-horizontal .elementor-nav {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  justify-content: start;
  width: 768px;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav::-webkit-scrollbar-thumb {
  background: var(--gray);
  border-radius: var(--border-radius-xs);
  -moz-border-radius: var(--border-radius-xs);
  -webkit-border-radius: var(--border-radius-xs);
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav::-webkit-scrollbar-track {
  background-color: var(--light-gray-03);
  border: 0px;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav::-webkit-scrollbar-button:hover {
  background-color: var(--black);
}

#home .elementor-nav-menu.elementor-nav--layout-horizontal .elementor-nav a {
  position: relative;
  flex-direction: column;
  white-space: pre-line;
  text-align: center;
  opacity: 0.72;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav
  a:hover {
  opacity: 1;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav
  a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 3px;
  background-color: var(--black);
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav
  a:hover::after {
  width: 90px;
}

#home
  .elementor-nav-menu.elementor-nav--layout-horizontal
  .elementor-nav
  .cat-menu {
  margin: 0;
  width: 36px;
  height: 36px;
}

#home .elementor-nav-menu.elementor-nav--layout-horizontal .elementor-nav li a,
#home .elementor-nav-menu.elementor-nav--layout-horizontal .elementor-nav li {
  width: 90px;
}

#home .elementor-nav-menu.elementor-nav--layout-horizontal .elementor-nav li {
  margin: 0 3px;
}

#section-featured-products .product-banner-mobile {
  display: none !important;
}

/*Menu responsive*/
#menu-responsive .elementor-menu-toggle {
  /* padding: 0.5em; */
  background: transparent;
  border: 2px solid var(--black);
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#menu-responsive nav.elementor-nav--dropdown {
  overflow: visible;
  background-color: var(--light-gray) !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  top: -22px !important;
  width: 500px !important;
  /* width: calc(100% + 160%) !important; */
  height: calc(100vh + 100px) !important;
  margin: 0;
}

#menu-responsive .elementor-nav {
  background-color: var(--white) !important;
  margin: 2em;
  padding: 1em;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#menu-responsive .elementor-menu-toggle.elementor-active::after {
  content: "";
  height: 110vh;
  width: 210vh;
  background-color: black;
  top: -30px;
  opacity: 0.5;
  z-index: 2;
  transform: rotate(0) !important;
  position: absolute;
  top: -36px;
}

#menu-responsive .elementor-menu-toggle i {
  position: relative;
  background: none !important;
  transition: none !important;
  font-size: 20px !important;
  color: var(--black) !important;
}

#menu-responsive .elementor-menu-toggle i::after {
  content: none !important;
}

#menu-responsive .elementor-menu-toggle i::before {
  content: "\e826";
  font-family: ceicons !important;
  transition: none !important;
  top: 0;
  position: relative !important;
  /* width: .9em; */
  /* height: .12em; */
  background: none !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#menu-responsive .menu-close-icon {
  position: absolute;
  color: var(--white);
  background-color: var(--black);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  right: -44px;
  font-size: 2rem;
  background: var(--black);
  padding: 15px;
  height: 40px;
  width: 40px;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

#menu-responsive .menu-close-icon:hover {
  cursor: pointer;
}

/*Pages*/

/* - Home page*/
#slide-video .elementor-background-video-embed,
#slide-video .elementor-background-video-hosted {
  position: relative !important;
  top: auto !important;
  left: 180px !important;
  transform: none !important;
  width: 90% !important;
  height: 100% !important;
  object-fit: contain !important;
}

#category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  cursor: pointer;
  width: 90px;
  padding-bottom: 1em !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 0 calc(40px / 3);
}

#category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  content: none !important;
}

/* #category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item
  span {
  word-break: break-word;
}
 */
#category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item
  a {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#category-section .elementor-icon-list-icon svg {
  height: auto !important;
  fill: #9c9c9c;
  transition: all ease 0.7s;
}

#category-section .elementor-icon-list-icon:hover svg {
  fill: var(--black) !important;
  transition: all ease 0.7s;
}

#category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item
  .elementor-icon-list-text::after {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  background-color: var(--gray);
  position: absolute;
  margin: 0;
  transform: translateY(30px);
  transition: all ease 0.7s;
}

#category-section
  .elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:hover
  .elementor-icon-list-text::after {
  content: "";
  width: 100%;
  background-color: var(--black);
  transition: all ease 0.7s;
}

#news-section .swiper-slide {
  background: var(--white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  min-height: 150px !important;
  min-width: 150px !important;
}

#news-section .elementor-arrows-position-outside .swiper-container {
  width: 100% !important;
}

#news-section .elementor-swiper-button {
  display: flex !important;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  position: absolute;
  background: var(--black);
  justify-content: center;
  align-items: center;
}

#news-section .elementor-swiper-button-prev {
  left: -10px;
}

#news-section .elementor-swiper-button-next {
  right: -10px;
}

#news-section .swiper-slide figcaption {
  position: absolute;
  right: -30%;
  top: 10%;
  width: 100%;
  height: 20px;
  font-size: 1rem;
  background: #2c2c2c;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}

#section-featured-products .elementor-widget-product-badges,
#section-featured-products .elementor-widget-product-miniature-price {
  line-height: 1;
}

#section-featured-brands h1 {
  display: none;
}

#section-featured-brands ul li.facet-label,
.section-featured-brands li.elementor-icon-list-item {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0.5em 0.6em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid transparent;
  transition: all ease 0.7s;
}

#section-featured-brands ul li.facet-label a,
.section-featured-brands li.elementor-icon-list-item span {
  font-size: 0.9rem !important;
  color: var(--gray) !important;
}

.section-featured-brands li.elementor-icon-list-item a {
  justify-content: center;
}

#section-featured-brands ul li.facet-label:hover,
.section-featured-brands li.elementor-icon-list-item:hover {
  color: var(--black) !important;
  border: 1px solid var(--black) !important;
  transition: all ease 0.7s;
}

#section-featured-brands ul li.facet-label:hover a,
.section-featured-brands li.elementor-icon-list-item:hover span {
  color: var(--black) !important;
  transition: all ease 0.7s;
}

#highlight-products-home .ce-product-grid {
  position: absolute;
  overflow-x: overlay;
  grid-template-columns: repeat(8, minmax(260px, 1fr)) !important;
  padding-bottom: 2em;
  width: 100% !important;
  cursor: grab !important;
}

#highlight-products-home .ce-product-grid::-webkit-scrollbar {
  display: none;
}

#highlight-products-home-mobile .ce-product-grid {
  position: absolute;
  width: 100%;
  grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
  grid-column-gap: 50px;
  overflow-x: auto;
}

/* - Category page*/
.category-ofertas-vending .improved-seo-description {
  display: none !important;
}

#category .ce-category-nav .elementor-nav {
  background: var(--white);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 1em;
}

.ce-category-nav .elementor-icon-box-title a {
  color: var(--black) !important;
}

/* - Product page*/
#ce-product-quick-view #units-per-box .ce-product-features__label,
#ce-product-quick-view #units-per-box .ce-product-features__value,
#product #units-per-box .ce-product-features__label,
#product #units-per-box .ce-product-features__value {
  font-family: "Nunito", sans-serif !important;
  font-weight: bold;
  color: #525252;
  padding: 5px 5px !important;
  padding-left: 5px !important;
  padding-right: 20px !important;
  border: none !important;
  background-color: #7070701a !important;
}

#ce-product-quick-view #units-per-box .ce-product-features__label,
#product #units-per-box .ce-product-features__label {
  padding-left: 20px !important;
}

#ce-product-quick-view #units-per-box .ce-product-features__value,
#product #units-per-box .ce-product-features__value {
  padding-left: 5px;
}

#units-per-box .ce-product-features__row:has(th:contains("Cad")) {
  display: none;
}

#product img.elementor-carousel-image {
  margin: 0 auto;
  display: flex;
}

#product .product-additional-info {
  padding: 0 !important;
}

#product .product-additional-info form {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

/*Responsive para botón avisar si hay stock*/

@media (max-width: 480px) {
  #product .product-additional-info form {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }

  #product .product-additional-info form .input-group .form-control {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  #product
    .product-additional-info
    form
    .input-group
    .input-group-append
    button,
  #product .product-additional-info form .input-group .input-group-append .btn {
    border-radius: 10px !important;
  }

  #product .product-additional-info form .input-group,
  #product .product-additional-info form .form-control,
  #product .product-additional-info form input,
  #product .product-additional-info form select,
  #product .product-additional-info form textarea {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
  }

  #product .product-additional-info form .form-control,
  #product .product-additional-info form input,
  #product .product-additional-info form select,
  #product .product-additional-info form textarea {
    min-height: 36px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #product .product-additional-info form button,
  #product .product-additional-info form .btn {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal;
    min-height: 36px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

/*----*/

#product .product-additional-info .btn-secondary {
  background-color: var(--black) !important;
}

#product .product-additional-info .btn-secondary:hover {
  background-color: var(--gray) !important;
}

#product .swiper-wrapper img.elementor-carousel-image {
  max-width: 700px !important;
}

#product #product-details .ce-product-features .ce-product-features__row,
#product
  #product-details-mobile
  .ce-product-features
  .ce-product-features__row {
  display: flex;
  padding-bottom: 10px !important;
}
#product #product-details .ce-product-features .ce-product-features__label,
#product
  #product-details-mobile
  .ce-product-features
  .ce-product-features__label {
  padding: 0 !important;
  width: 110px;
}

/*Order Confirmation*/
#order-confirmation .mail-sent-info {
  background: #007bff12 !important;
}

/*Modal*/
.modal-backdrop {
  z-index: 0;
}
.wishlist-modal span.modal-title,
.wishlist-modal label {
  color: var(--black) !important;
}

#iqitpopup .iqitpopup-newsletter-form {
  position: relative !important;
}

#iqitpopup .iqitpopup-newsletter-form .iqitpopup-newsletter-form-input {
  padding-top: 20px !important;
}

#iqitpopup .iqitpopup-content {
  padding: 0 !important;
}

#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
  width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
}

#iqitpopup .iqitpopup-header {
  background-color: var(--black) !important;
}
#iqitpopup .iqitpopup-newsletter-form .button-medium:hover {
  color: var(--black) !important;
}

#ce-product-quick-view > .dialog-widget-content.dialog-lightbox-widget-content {
  position: relative !important;
}
#ce-product-quick-view .dialog-close-button {
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  display: flex !important;
  display: -ms-flexbox !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background-color: var(--black) !important;
}

#ce-product-quick-view .dialog-message {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.product-og-price,
.product-ratio {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

#ce-product-quick-view .swiper-container {
  padding-bottom: 0 !important;
}

#ce-product-quick-view img {
  object-fit: contain !important;
}

#ce-product-quick-view .ce-add-to-wishlist i {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*Search Page*/
#search-list-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0;
}

/* #search-list-products .products-grid > div {
  max-width: 260px;
  width: 100%;
  padding: 0;
} */

/*Cart Page*/
#cart .cart-grid-body {
  flex: 0 0 60%;
  max-width: 60%;
}
#cart .cart-grid-right {
  flex: 0 0 40%;
  max-width: 40%;
}
#cart .cart-item .qty .input-group-btn button,
#checkout .cart-item .qty .input-group-btn button {
  padding: 1em;
  width: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#cart .cart-item .qty .input-group-btn .js-increase-product-quantity,
#checkout .cart-item .qty .input-group-btn .js-increase-product-quantity {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#cart .cart-item .qty .input-group-btn .js-decrease-product-quantity,
#checkout .cart-item .qty .input-group-btn .js-decrease-product-quantity {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
#cart .cart-item .qty .js-cart-line-product-quantity,
#checkout .cart-item .qty .js-cart-line-product-quantity {
  padding: 0 !important;
  width: 40px !important;
}
#cart .cart-container {
  border: 1px solid hsla(0, 0%, 63%, 0.25);
  border-radius: 20px;
  overflow: hidden;
  padding: 1em;
}
#cart .cart-item-header {
  border-top: none;
  padding-top: 0;
}
#cart #promo-code input.form-control {
  margin-right: 10px;
  border-radius: 10px !important;
}
#cart .cart-overview.js-cart .product-line-actions > div.row {
  flex-wrap: nowrap;
}

/*Identity Page*/
#identity .my-account-side-links #lgcookieslaw_fixed_button,
#history .my-account-side-links #lgcookieslaw_fixed_button,
#discount .my-account-side-links #lgcookieslaw_fixed_button,
#module-iqitwishlist-view .my-account-side-links #lgcookieslaw_fixed_button,
#addresses .my-account-side-links #lgcookieslaw_fixed_button {
  display: none !important;
}

/*Work with us Page*/
#work-with-us-form form .form-control {
  background-color: var(--light-gray) !important;
}
#work-with-us-form form b {
  color: var(--black) !important;
}

/*Modules*/

/* - Wishlist*/
.wishlist-login {
  position: relative;
  z-index: 10000 !important;
}

.wishlist-list-item-title {
  color: var(--gray) !important;
}

.wishlist-list-item-title:hover {
  color: var(--black) !important;
}

.wishlist-list-item-default {
  border-bottom: none !important;
}

.wishlist-products-container-header {
  display: none !important;
}

.wishlist-add-to-new i {
  color: var(--gray) !important;
}
.wishlist-add-to-new i:hover {
  color: var(--black) !important;
}

.wishlist-add-to .modal-content {
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.wishlist-add-to .modal-header button {
  width: 32px;
  height: 32px;
  display: flex !important;
  display: -ms-flexbox !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.wishlist-add-to .modal-header button span {
  text-shadow: none !important;
}
.wishlist-add-to .wishlist-list {
  border: none !important;
}
.wishlist-add-to .wishlist-modal.show {
  background: #00000069 !important;
}

.btn.wishlist-product-addtocart.btn-primary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.btn.wishlist-product-addtocart.btn-primary i.shopping-cart {
  font-size: 18px !important;
}

.wishlist-product-combinations {
  display: none !important;
}
/*Opacidad modal inicio de sesion*/
.wishlist-login .wishlist-modal.show {
  opacity: 1;
  background-color: #00000059;
}

/* - Contact Form 7*/

.wpcf7 label *:not(label) {
  line-height: 1em !important;
  font-size: 0.8rem !important;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha,
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha * {
  transform: scale(0.95);
  transform-origin: 0 0;
}

.wpcf7.hook .header-text {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 1.5rem;
  padding: 1em 0 !important;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit .button_choosefile:hover {
  background-color: #434347;
}
.wpcf7 .wpcf7-submit {
  background-color: var(--gray);
  border-radius: 5px;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wpcf7 .button_choosefile {
  background-color: var(--gray);
}

/* - Drilldown Menu*/
div.zomlmm {
  width: calc(100% - 30px);
  background-color: var(--light-gray);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.zomlmm .zmlmm-header-user-actions {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
div.zomlmm .zmlmm-header-user-actions li {
  width: 35px !important;
  height: auto !important;
}

div.zomlmm-header {
  position: absolute;
  top: calc(100% - 56px);
  justify-content: flex-end;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

div.zomlmm-header,
div.zomlmm-header .zmlmm-header-user-actions li a,
#zo_mlmm_desktop_language_selector,
#zo_mlmm_desktop_currency_selector,
#zo_mlmm_desktop_language_selector select,
#zo_mlmm_desktop_currency_selector select,
#zo_mlmm_desktop_language_selector ul.dropdown-menu,
#zo_mlmm_desktop_currency_selector ul.dropdown-menu {
  background-color: var(--light-gray) !important;
}

div.zomlmm .zomlmm-subheader #close-zomlmm {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--black) !important;
}

div.zomlmm .zomlmm-subheader #close-zomlmm:hover {
  background-color: var(--gray) !important;
}

div.zomlmm a#close-zomlmm {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--black) !important;
}

div.zomlmm a#close-zomlmm svg {
  fill: var(--white) !important;
  width: 14px !important;
}

div.zomlmm .zomlmm-subheader .zo_mlmm_logo_wrap {
  max-width: 150px;
  margin: 10px auto;
}

div.zomlmm .zomlmm-subheader .zo_mlmm_logo_wrap img {
  width: 115px;
}

div.zomlmm nav,
div.promo-banner-mobile,
div.zomlmm .zomlmm-search {
  padding: 1.5em;
}
div.zomlmm nav {
  position: absolute;
  width: 100%;
  top: 100px;
}

div.zomlmm nav .has-submenu ul {
  margin-top: 100px;
}
div.zomlmm .zomlmm-search {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div.zomlmm input {
  color: var(--black) !important;
}

div.zomlmm .zomlmm-search > .elementor {
  width: 100%;
}

div.zomlmm .zomlmm-search .ui-autocomplete.ui-front {
  position: fixed;
  z-index: 999999;
  top: 40px !important;
  height: calc(100vh - 170px) !important;
  min-height: calc(100vh - 170px) !important;
}

div.zomlmm .zomlmm-search .elementor-search .elementor-search__container {
  background-color: transparent !important;
  border: 1px solid var(--light-gray-03) !important;
  padding: 0.5em;
  border-radius: 15px;
}

div.zomlmm .zomlmm-search ul.elementor-search__products {
  gap: 0;
}

div.zomlmm .zomlmm-search .elementor-column-wrap {
  padding: 0 !important;
}

div.zomlmm .zomlmm-search ul.elementor-search__products.ui-menu .ui-menu-item {
  width: 50% !important;
  background-color: var(--white) !important;
}

div.zomlmm .submenu {
  /* left: 400px; */
  left: 100%;
  z-index: 9;
  padding: 1.5em;
}

div.zomlmm ul > li > a:hover {
  background-color: var(--light-gray);
}

div.zomlmm .zmlmm-header-user-actions li a {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
div.zomlmm .zmlmm-header-user-actions li a svg {
  width: 100% !important;
  max-width: 20px;
  height: 20px;
  fill: var(--black) !important;
}
div.zomlmm .zmlmm-header-user-actions li a[title="My Wishlists"] svg {
  width: 28px !important;
  max-width: 28px !important;
  height: 28px;
}

div.zomlmm .zmlmm-header-user-actions li a:hover svg {
  fill: var(--gray) !important;
}
/* div.zomlmm .zmlmm-header-user-actions li a:hover svg,
div.zomlmm .btn-add-whishlist a:hover i::before svg {
    fill: var(--gray) !important;
} */

div.zomlmm nav ul {
  background-color: var(--white);
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  overflow: hidden;
}

div.zomlmm ul > li.has-submenu > a {
  background-image: url("../img/icon-arrow-right.svg");
  background-size: 24px;
}
div.zomlmm nav ul > li > a {
  position: relative;
  background-color: var(--white);
  padding: 15px;
}

div.zomlmm nav ul > li > a::after {
  content: "";
  width: calc(100% - 85px);
  height: 1px;
  background-color: #dedede;
  position: absolute;
  bottom: 0px;
  right: 35px;
}

div.zomlmm nav div.submenu.opened.current .subheader .subheader-img,
div.zomlmm nav ul > li:last-child > a::after {
  display: none;
  visibility: hidden;
}

div.zomlmm nav ul > li.brandmenuitem a::before,
div.zomlmm nav ul > li > a .img-zomlmm-item {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
div.zomlmm nav ul > li.brandmenuitem a.brandmenuitem-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-offer.png");
  background-size: contain;
  margin-right: 5px;
}

div.zomlmm nav div.submenu.opened.current {
  background-color: var(--light-gray);
}

div.zomlmm nav div.submenu.opened.current > .submenu-header {
  width: 20%;
  float: right;
  justify-content: flex-end;
}

div.zomlmm nav div.submenu.opened.current > .subheader {
  float: left;
  width: 80%;
}

div.zomlmm nav .brandmenuitem .alphabet,
div.zomlmm nav div.submenu.opened.current > ul {
  clear: both;
}

div.zomlmm nav div.submenu.opened.current > .subheader .subheader-text {
  width: 100%;
}
div.zomlmm nav div.submenu.opened.current > .subheader .subheader-text,
div.zomlmm nav div.submenu.opened.current > .subheader .subheader-text a {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--black);
}

div.zomlmm nav .brandmenuitem .alphabet,
div.zomlmm nav .brandmenuitem .brand-section {
  padding: 0.5em 0;
}

div.zomlmm nav .brandmenuitem .alphabet .brand-letter {
  width: 38px;
  height: 38px;
}

div.zomlmm nav .brandmenuitem .brand-section .brand-section-header {
  color: var(--black);
  text-transform: uppercase;
  font-size: 3rem;
}

div.zomlmm div.zomlmm-back {
  position: absolute;
  top: -18px;
  right: 20px;
}
div.zomlmm div.zomlmm-back img {
  width: 52px;
  height: 52px;
}

.elementor-widget-wrap > .elementor-element.mobile-menu-advanced {
  width: auto !important;
  margin-right: 0.75rem !important;
}

.mobile-menu-advanced .hamburger-box {
  width: 24px;
}

.mobile-menu-advanced .hamburger-inner,
.mobile-menu-advanced .hamburger-inner::before,
.mobile-menu-advanced .hamburger-inner::after {
  height: 3px;
  width: 24px;
}

.mobile-menu-advanced button.hamburger {
  border: 2px solid var(--black);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  line-height: 0;
}

.home-slider .custom-html p.header-text,
.custom-html p.header-text {
  font-weight: bold !important;
  font-family: "Lato", sans-serif !important;
  line-height: normal;
  letter-spacing: -2px;
  font-size: 2.5rem !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.home-slider .custom-html p.header-text span,
.custom-html p.header-text span {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  padding: 2px 6px !important;
  border-radius: 5px !important;
  font-size: 0.3em !important;
  display: inline-block !important;
  letter-spacing: 1px !important;
  margin-left: 10px !important;
  margin-top: 5px !important;
}

div.promo-banner-mobile {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: end;
}

div.promo-banner-mobile .custom-html {
  position: absolute;
  width: 45%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: left;
  padding-left: 2em;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 1.5em !important;
}
div.promo-banner-mobile .custom-html .cb-item-content {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
div.promo-banner-mobile .custom-html .heading-title {
  color: var(--white);
  font-size: 1.25rem;
  /* margin: 0; */
}

/* div.promo-banner-mobile .custom-html p {
  display: none;
  visibility: hidden;
} */

div.promo-banner-mobile .custom-html .button {
  padding: 8px 20px;
  border-radius: 10px;
  color: var(--white);
  background-color: transparent;
  transition: all ease 0.7s;
}

div.promo-banner-mobile .custom-html .button:hover {
  background-color: var(--white) !important;
  color: var(--black);
  transition: all ease 0.7s;
}
#search_widget_distr .autocomplete-suggestions {
  /* display: block; */
  position: fixed;
  left: 0;
  width: 100vw;
  top: 110px;
  max-height: 100% !important;
  padding-bottom: 110px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
}

#search_widget_distr .autocomplete-suggestions #inner-wrapper-ajax {
  background: #ffffff;
  border: solid 1px #f2f2f2;
}

#search_widget_distr .autocomplete-suggestions section {
  height: max-content;
  padding: 15px;
}

body.stick_menu_displayed #search_widget_distr .autocomplete-suggestions {
  top: 90px;
  padding-bottom: 90px;
}

#search_widget_distr .clear-btn {
  right: 20px;
  margin-right: 2em;
  border-right: solid 1px #f2f2f2;
  display: none;
}

#search_widget_distr .clear-btn i {
  font-size: 20px;
}

#search_widget_distr .autocomplete-suggestion-show-all {
  background: #ffffff;
}

#search_widget_distr .btn-all {
  background: #f2f2f2;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#search_widget_distr .btn-all .autocomplete-suggestion-show-all {
  width: auto !important;
  padding: 0.5rem 1rem;
  background-color: #292929;
  color: #fff !important;
  border-radius: 8px;
  border: 1px solid #292929;
  font-weight: 500;
}

#search_widget_distr .btn-all .autocomplete-suggestion-show-all:hover {
  background-color: #fff;
  color: #000000 !important;
  border: 1px solid;
}

#search-widget-mobile .autocomplete-suggestion-show-all {
  background-color: #292929;
  color: #fff !important;
  border: 1px solid #292929;
}

/* - Banners*/
.home-slider {
  margin: 0 !important;
  box-shadow: none !important;
}
.home-slider p {
  max-width: auto !important;
  line-height: normal !important;
  margin: 0 !important;
}

.cb-item-content .cb-img {
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* #banner-div.banner-home-01 .elementor-container {
  height: 200px !important;
  min-height: 200px !important;
} */

#category #content .cb-item-content .cb-img {
  width: 100% !important;
  min-height: 180px;
  object-fit: cover;
}
#banner-div .elementor-column-wrap.elementor-element-populated {
  overflow: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#banner-div-mobile
  .product-banner-mobile
  .elementor-column-wrap.elementor-element-populated {
  overflow: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.product-banner {
  height: 100%;
  width: 100%;
  margin: 0;
}

.product-banner img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.product-banner div {
  height: 100% !important;
}

/* .custom-html{
    padding: 20px 30px !important;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
} */

/* .custom-html p {
  margin: 0 !important;
  margin-bottom: 5px !important;
  line-height: normal;
} */

.cb-item-content .custom-html,
.product-banner .custom-html {
  position: absolute;
  width: 40%;
  margin-left: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding-left: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.cb-item-content .custom-html {
  font-size: 1rem !important;
}

.cb-item-content .custom-html a.button {
  font-size: 1rem !important;
}

.banner-home-03-column {
  min-width: 300px !important;
}

.banner-home-03-column .custom-html {
  width: 100% !important;
  justify-content: flex-start !important;
  padding: 2em !important;
}

.cb-item-content .custom-html .heading-title,
.product-banner .custom-html .heading-title {
  color: var(--white);
  font-size: 2rem;
  margin: 0;
}

/* .cb-item-contentproduct-banner .custom-html p,
.product-banner .custom-html p {
  font-family: "Nunito", sans-serif !important;
} */

.cb-item-content .custom-html .button,
.product-banner .custom-html .button {
  padding: 5px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--white) !important;
  background-color: transparent;
  transition: all ease 0.7s;
}

.cb-item-content .custom-html .button:hover,
.product-banner .custom-html .button:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
  transition: all ease 0.7s;
}

/* - Megamenu*/
#iqitmegamenu-horizontal {
  background-color: transparent !important;
  border: 0px !important;
}
#iqitmegamenu-horizontal .language-selector {
  display: none !important;
}
#iqitmegamenu-horizontal .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
  /* height: 100%; */
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column {
  height: 330px;
  overflow: auto;
}

/* #iqitmegamenu-horizontal .row .menu-element-id-31{ */
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(3)
  > .cbp-menu-column {
  z-index: 0;
  position: relative !important;
  bottom: auto;
}

#iqitmegamenu-horizontal .cbp-hrmenu .cbp-column-title {
  margin-bottom: 0;
  margin-right: 18px;
}

#menu-lateral-categorias {
  min-width: 260px !important;
}

#search .ce-category-content,
#category .ce-category-content {
  padding-left: 50px;
}

#menu-lateral-categorias .cbp-column-title {
  width: 90%;
  color: var(--black) !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

#iqitmegamenu-wrapper .menu-element-id-13 .menu-element-id-15,
#iqitmegamenu-wrapper .menu-element-id-6 .menu-element-id-9 {
  position: absolute;
  top: 185px;
  right: 20px;
  z-index: 3 !important;
}

#iqitmegamenu-wrapper .cbp-horizontal > ul > li > a {
  height: 40px !important;
}

.block-promo .cart-voucher-area,
#iqitmegamenu-wrapper .cbp-horizontal > ul > li.cbp-hropen > a {
  background-color: transparent !important;
}

#iqitmegamenu-wrapper .cbp-hrmenu-tab.filter-toggle {
  display: none;
}

#iqitmegamenu-wrapper .cbp-hrmenu .cbp-tab-title {
  font-size: 0.89rem;
  color: var(--gray);
}

#iqitmegamenu-wrapper .cbp-hrmenu > ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

#iqitmegamenu-wrapper .cbp-hrmenu > ul > li {
  flex-grow: 1;
  float: none;
}

#iqitmegamenu-wrapper .cbp-hrsub {
  max-width: 1024px !important;
  width: 1024px !important;
}

#iqitmegamenu-wrapper .cbp-hrmenu .cbp-menu-column,
#iqitmegamenu-wrapper .cbp-hrmenu .cbp-categories-row {
  margin-top: 0 !important;
  /* z-index: 1; */
}

#iqitmegamenu-wrapper .cbp-hrmenu .cbp-category-thumb {
  margin-bottom: 0 !important;
}

#menu-lateral-ofertas img.cat-menu,
#iqitmegamenu-wrapper .cbp-hrmenu .cbp-category-thumb img,
#menu-lateral-categorias .cbp-category-thumb img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#menu-lateral-ofertas img.cat-menu {
  margin-right: 1.5em !important;
}

#iqitmegamenu-wrapper
  .cbp-hrmenu
  .cbp-empty-column
  .cbp-menu-column-inner
  > .menu_row:first-child {
  margin-top: 1em !important;
}

#iqitmegamenu-wrapper .cbp-hrmenu .cbp-hrsub {
  top: 45px !important;
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
}

#iqitmegamenu-wrapper .cbp-category-link-w {
  display: flex !important;
  padding: 0.4em 0;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

#menu-lateral-categorias .cbp-category-link-w {
  display: flex !important;
  padding: 0.5em 0;
  padding-bottom: 0;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0px;
}

#menu-lateral-categorias .menu-toggle-arrow {
  color: var(--black);
  font-size: 0.8rem;
  text-align: right;
  cursor: pointer;
}

.cbp-category-tree .cbp-category-link-w .menu-toggle-arrow {
  display: none;
}
.cbp-category-tree .cbp-hrsub-haslevel3 ul {
  display: none !important;
}
.cbp-category-tree .cbp-hrsub-haslevel2 > .cbp-category-link-w > a {
  width: 100%;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > .cbp-hrsub-level2 {
  padding-left: 10% !important;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > a
  .menu-toggle-arrow {
  display: block !important;
}
.cbp-category-tree .cbp-hrsub-haslevel2 > .cbp-category-link-w > a {
  width: 100%;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > .cbp-hrsub-level2 {
  padding-left: 10% !important;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > a
  .menu-toggle-arrow {
  display: block !important;
}
.cbp-category-tree .cbp-hrsub-haslevel2 > .cbp-category-link-w > a {
  width: 100%;
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > .cbp-hrsub-level2 {
  padding-left: 10% !important;
}

.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w
  > a
  .menu-toggle-arrow {
  display: block !important;
}

#menu-lateral-categorias .cbp-category-tree a {
  font-family: "Nunito", sans-serif !important;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gray);
}

#menu-lateral-categorias .cbp-category-tree a:hover {
  color: var(--black);
}

#menu-lateral-categorias .cbp-category-tree .cbp-category-link-w {
  /* background-color: pink; */
  padding-bottom: 0.5em !important;
  padding-top: 0;
  margin: 0;
}

#menu-lateral-categorias .cbp-category-tree .cbp-category-link-w::after {
  content: none !important;
}

/* #menu-lateral-categorias ul.cbp-links.cbp-category-tree .cbp-hrsub-haslevel2 {
    display: none !important;
} */
#menu-lateral-categorias
  ul.cbp-links.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w {
  display: flex !important;
  flex-direction: column;
  padding-bottom: 0 !important;
}

#menu-lateral-categorias ul.cbp-links.cbp-category-tree {
  width: calc(100% - 35px);
  left: 50px;
  position: relative;
  padding-right: 15px;
}
#menu-lateral-categorias
  ul.cbp-links.cbp-category-tree
  .cbp-hrsub-haslevel2
  > .cbp-category-link-w {
  display: flex !important;
  flex-direction: column;
  padding-bottom: 0 !important;
}

#menu-lateral-categorias ul.cbp-links.cbp-category-tree {
  width: calc(100% - 35px);
  left: 50px;
  position: relative;
  padding-right: 15px;
}

#menu-lateral-categorias .cbp-category-tree .cbp-category-link-w::after {
  width: 100% !important;
}

#menu-lateral-categorias .cbp-category-link-w::after,
#iqitmegamenu-wrapper .cbp-category-link-w::after {
  content: "";
  opacity: 1 !important;
  width: 85%;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  bottom: 0px;
  right: 0;
}
#menu-lateral-ofertas a.elementor-item::after {
  content: "";
  opacity: 1 !important;
  width: 73%;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin-right: 15px;
}
#menu-lateral-ofertas li:last-child a.elementor-item::after {
  content: none !important;
}

#menu-lateral-categorias .cbp-category-link-w.hide-after::after {
  content: none;
}

#iqitmegamenu-wrapper .cbp-category-link-w::before,
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-hrsub-haslevel2
  .cbp-category-link-w::before {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 8px;
  right: 10px;
  position: absolute;
  color: #525252;
}

/* #iqitmegamenu-wrapper
  #cbp-hrmenu-tab-25
  .menu-element-id-6
  .cbp-category-link-w::before {
  content: none !important;
}
 */
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w::before,
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-hrsub-haslevel2
  .cbp-hrsub-level2
  .cbp-category-link-w::before {
  content: none !important;
}

#iqitmegamenu-wrapper
  .cbp-categories-row
  .col-12:last-child
  .cbp-category-link-w {
  border-bottom: 0px;
}

#menu-lateral-categorias
  .cbp-categories-row
  .col-12:last-child
  .cbp-category-link-w::after,
#iqitmegamenu-wrapper
  .cbp-categories-row
  .col-12:last-child
  .cbp-category-link-w::after,
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w::after {
  content: none !important;
}

#menu-lateral-categorias .cbp-category-link-w .cbp-category-tree,
#iqitmegamenu-wrapper .cbp-category-link-w .cbp-category-tree {
  display: none;
}

#iqitmegamenu-wrapper .cbp-hrsub-inner {
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 0;
  padding: 0;
  min-height: 680px;
  overflow: hidden !important;
}

#iqitmegamenu-wrapper .iqitmegamenu-submenu-container,
#iqitmegamenu-wrapper .row.menu_row.menu-element.first_rows.menu-element-id-1 {
  min-height: 680px !important;
}

#iqitmegamenu-wrapper
  .col-8.cbp-menu-column.cbp-menu-element.menu-element-id-6.cbp-empty-column {
  z-index: 0;
}

#iqitmegamenu-wrapper .row.menu_row.menu-element.menu-element-id-38 {
  /* position: absolute;
    bottom: -100%; */
  right: 20px;
}

#iqitmegamenu-wrapper
  .iqitmegamenu-submenu-container
  .first_rows
  .col-4.cbp-menu-column {
  background-color: #f5f5f5;
  margin: 0;
  padding: 2em;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#menu-lateral-categorias .cbp-menu-column-inner > .row.cbp-categories-row,
#iqitmegamenu-wrapper
  .iqitmegamenu-submenu-container
  .first_rows
  .col-4.cbp-menu-column
  > .cbp-menu-column-inner
  > .row.cbp-categories-row,
#iqitmegamenu-wrapper
  .iqitmegamenu-submenu-container
  .first_rows
  .col-4.cbp-menu-column
  > .cbp-menu-column-inner
  > .row.menu_row.menu-element {
  background: white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 1em 0.5em;
  padding: 0.5em 0;
}

#menu-lateral-categorias .menu-element-id-ofertas .cbp-category-link-w,
#menu-lateral-categorias .menu-element-id-vending .cbp-category-link-w {
  padding: 0 !important;
}
#menu-lateral-categorias .menu-element-id-ofertas .cbp-categories-row,
#menu-lateral-categorias .menu-element-id-vending .cbp-categories-row {
  background: transparent !important;
  border: 2px solid var(--black) !important;
}
#menu-lateral-categorias .menu-element-id-ofertas .cbp-column-title,
#menu-lateral-categorias .menu-element-id-vending .cbp-column-title {
  color: var(--black) !important;
}

#menu-lateral-categorias .cbp-menu-column-inner > .row.cbp-categories-row {
  margin-top: 0;
}

#menu-lateral-categorias .menu-element-id-12 {
  display: none !important;
}

#iqitmegamenu-wrapper .cbp-hrmenu .cbp-hrsub-inner > .row:last-child,
.cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child {
  margin-bottom: 0px !important;
}

#iqitmegamenu-wrapper .menu_row.menu-element .col-12 .col-12 {
  margin: 0 !important;
  padding: 0 !important;
}

#iqitmegamenu-wrapper .cbp-banner-image {
  width: 100%;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

#iqitmegamenu-wrapper .category-name {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #2c2c2c;
  font-size: 2rem;
  border-bottom: 1px solid #dedede;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w {
  padding: 0.5em;
  width: 50%;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: var(--white);
  transition: all ease 0.7s;
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w:hover {
  background-color: #f5f5f5;
  transition: all ease 0.7s;
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w:hover
  ul.cbp-hrsub-level2 {
  visibility: visible !important;
  opacity: 1 !important;
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(3)
  span {
  font-size: 1.3rem;
  padding: 0.5em 0;
  text-decoration: underline;
}

#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w
  a,
#iqitmegamenu-horizontal
  .col-8.cbp-menu-column.cbp-menu-element
  > .cbp-menu-column-inner
  > div:nth-child(2)
  > .cbp-menu-column
  .cbp-category-link-w::before {
  color: #808080 !important;
  font-size: 1rem !important;
}

#iqitmegamenu-wrapper .menu-element-id-35 {
  background-color: transparent !important;
}

#iqitmegamenu-wrapper #iqitmegamenu-search {
  width: 100%;
  /* position: absolute; */
  /* bottom: -130px; */
  left: 0;
}
#iqitmegamenu-wrapper .menu-element-id-18 {
  position: absolute !important;
  bottom: 0 !important;
}
#iqitmegamenu-wrapper .menu-element-id-11,
#iqitmegamenu-wrapper .menu-element-id-17 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#iqitmegamenu-wrapper #iqitmegamenu-search .elementor-search__container {
  background-color: #ffffff;
  border-width: 1px 1px 1px 1px;
  min-height: 48px;
  border-radius: 12px;
}
#iqitmegamenu-wrapper #iqitmegamenu-search .elementor-search__icon,
#iqitmegamenu-wrapper #iqitmegamenu-search .elementor-search__input {
  padding: 0 calc(48px / 3);
}

#iqitmegamenu-wrapper #iqitmegamenu-search input {
  font-size: 1rem !important;
}

#iqitmegamenu-wrapper
  #iqitmegamenu-search
  ul.elementor-search__products.ui-menu
  .ui-menu-item {
  min-width: 290px !important;
}

#iqitmegamenu-wrapper #iqitmegamenu-search ul.ui-autocomplete {
  display: flex !important  ;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0.5em;
  top: -120px !important;
  overflow-y: hidden !important;
  right: -710px !important;
  align-items: center;
  gap: 1em !important;
  width: 680px !important;
  /* z-index: 9999999999999999 !important; */
  border: none !important;
}

#iqitmegamenu-horizontal {
  background-color: transparent !important;
  border: 0px !important;
}

.cbp-hrmenu ul.cbp-hrsub-level2 {
  visibility: hidden !important;
  opacity: 0 !important;
  /* left: 370px; */
  /* right: 490%; */
  /* margin-top: 0px !important; */
  /* padding: 0px !important; */
  width: 255px !important;
  height: 100% !important;
  overflow: hidden !important;
  box-shadow: none !important;
  top: 245px;
  /* top: 150px; */
  left: 720px;
  position: fixed;
  height: 250px !important;
  padding-left: 30px;
}

.cbp-hrmenu ul.cbp-hrsub-level2::before {
  content: "";
  height: 100%;
  background: #dedede;
  width: 1px;
  z-index: 999;
  display: block;
  position: absolute;
  left: 0;
}

.cbp-hrmenu ul.cbp-hrsub-level2:hover {
  overflow: visible !important;
  z-index: 999;
}

.cbp-hrmenu ul.cbp-hrsub-level2 .cbp-category-link-w {
  width: 100% !important;
}

.cbp-hrmenu ul.cbp-hrsub-level2 .cbp-category-link-w::before {
  content: none !important;
}

.cbp-hrmenu .cbp-products-big {
  width: 90%;
  margin: 1em 0 !important;
  margin-top: 0 !important;
  flex-wrap: nowrap;
}

.cbp-hrmenu .cbp-products-big .product-grid-menu {
  padding: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0.5em !important;
}

.cbp-hrmenu .cbp-products-big .product-title,
.cbp-hrmenu .cbp-products-big .product-price-and-shipping,
.cbp-hrmenu .cbp-products-big .product-flags {
  display: none !important;
}

.cbp-hrmenu .cbp-products-big .product_img_link img {
  height: 100px !important;
  object-fit: cover !important;
}

.cbp-hrmenu .cbp-products-big .product-image-container {
  background: var(--light-gray);
  padding: 0.5em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

/* - Megamenu-brands*/
#iqitmegamenu-wrapper
  #cbp-hrmenu-tab-27
  .iqitmegamenu-submenu-container
  div
  .col-2 {
  width: 20% !important;
  max-width: 20% !important;
  flex: 0 0 20% !important;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-27 .cbp-links .capital-letter,
#brand-mod .capital-letter {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--black);
  margin: 0.5em 0 !important;
}

#iqitmegamenu-wrapper #cbp-hrmenu-tab-27 .cbp-links li {
  width: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

#iqitmegamenu-wrapper #cbp-hrmenu-tab-27 .cbp-links li a,
#brand-mod li a {
  font-size: 0.8rem;
  margin: 2px 0;
  color: #525252 !important;
  line-height: normal !important;
  text-transform: lowercase !important;
}

#iqitmegamenu-wrapper #cbp-hrmenu-tab-27 .cbp-links li a::first-letter {
  text-transform: uppercase;
}

#iqitmegamenu-wrapper
  #cbp-hrmenu-tab-27
  .row.menu_row.menu-element.first_rows.menu-element-id-1 {
  padding: 2em;
}

/* #iqitmegamenu-wrapper
  #cbp-hrmenu-tab-27
  .row.menu_row.menu-element.first_rows.menu-element-id-1::after {
  content: "MARCAS";
  position: absolute;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  color: var(--white);
  background-color: var(--light-gray);
  height: 100%;
  width: 190px;
  font-size: 170px;
  font-weight: 900;
  line-height: 248px;
  transform: rotate(180deg);
  text-align: center;
  font-family: "Lato", sans-serif;
  z-index: 0;
} */

/* - Cart*/

header #cart-toogle {
  cursor: pointer;
}

header #cart-toogle .info-wrapper {
  display: none;
}

header #cart-toogle i {
  position: relative;
  width: 32px !important;
  display: block;
}

header #cart-toogle i span.cart-products-count-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  top: 0 !important;
  right: 0 !important;
  z-index: 1;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: #707070;
  font-size: 10px;
  font-style: normal;
}

header #blockcart #blockcart-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  padding-bottom: unset !important;
  /* padding-top: 53px; */
  height: 100vh;
  min-width: 360px;
  max-width: 360px;
  position: fixed;
  z-index: 5005;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transform: translate3d(115%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: 50px;
}

header #blockcart #blockcart-content .product-image img {
  width: 64px !important;
}

header #blockcart .dropdown-menu.show #blockcart-content {
  background-color: var(--light-gray);
  transform: translate3d(0%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: 50px;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

header #blockcart #blockcart-content .cart-title {
  position: relative;
  text-align: center;
}

header #blockcart #blockcart-content .cart-title .modal-title {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  color: var(--black);
}

header #blockcart #blockcart-content .cart-title #js-cart-close {
  position: absolute;
}

header #blockcart #blockcart-content .cart-title hr {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

header #blockcart #blockcart-content .cart-title #js-cart-close {
  color: var(--black);
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

header #blockcart #blockcart-content .cart-products .pb-1 a {
  color: var(--black);
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

header #blockcart #blockcart-content .cart-products .pb-1 a:hover {
  color: var(--black);
  opacity: 0.8;
}

header #blockcart #blockcart-content .cart-products {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}

header #blockcart #blockcart-content .cart-products > li {
  width: 100% !important;
  padding-right: 10px;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 0.875rem;
}

header #blockcart #blockcart-content .cart-products > li:last-child {
  border-bottom: none;
}

header #blockcart #blockcart-content .cart-products .col-info {
  font-family: "Nunito", sans-serif;
}

header #blockcart #blockcart-content .cart-products .input-group {
  width: 120px;
  flex-wrap: nowrap;
}

header
  #blockcart
  #blockcart-content
  .cart-products
  .block-cart-product-quantity {
  text-align: center;
  border: 0 !important;
  height: 50px;
  padding: 0;
}

header #blockcart #blockcart-content .cart-products .bootstrap-touchspin {
  overflow: hidden;
  border: 1px solid #f2f2f2 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

header
  #blockcart
  #blockcart-content
  .cart-products
  .input-group
  .js-increase-product-quantity,
header
  #blockcart
  #blockcart-content
  .cart-products
  .input-group
  .js-decrease-product-quantity {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 1;
  transition: all ease 0.7s;
}

header
  #blockcart
  #blockcart-content
  .cart-products
  .input-group
  .js-increase-product-quantity:hover,
header
  #blockcart
  #blockcart-content
  .cart-products
  .input-group
  .js-decrease-product-quantity:hover {
  color: var(--black);
  opacity: 0.7;
  transition: all ease 0.7s;
}

header
  #blockcart
  #blockcart-content
  .cart-products
  .input-group
  .input-group-btn
  > .btn {
  padding: 0 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

header #blockcart #blockcart-content .alert-warning,
header #blockcart #blockcart-content .customtext-information-loggin {
  background-color: var(--white) !important;
  color: var(--black);
  font-family: "Nunito", sans-serif;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

header #blockcart #blockcart-content .cart-subtotals {
  border-top: 1px solid #f2f2f2 !important;
  padding-bottom: unset !important;
  padding: 0.875rem 0;
}

header #blockcart #blockcart-content .cart-totals {
  font-size: 1.2rem !important;
  border-top: unset !important;
  padding-top: unset !important;
  line-height: 1.2em;
  padding: 0.875rem 0;
}

header #blockcart #blockcart-content .btn-primary {
  margin-top: 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Nunito", sans-serif !important;
  font-weight: 500;
  font-size: 1.2rem !important;
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

header #blockcart #blockcart-content .btn-primary:hover {
  background-color: var(--white);
  color: var(--black);
}

header #cart-toogle i::before {
  content: "";
  background-image: url(../img/icon-cart.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header #cart-toogle i:hover::before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-item div.bootstrap-touchspin {
  max-width: 100%;
  flex-wrap: nowrap;
}

/* - Search*/

.search-input-menu .elementor-search i.ceicon-close {
  font-size: 24px;
}

#search_widget_distr .autocomplete-suggestions {
  /* display: block; */
  position: fixed;
  left: 0;
  width: 100vw;
  top: 110px;
  max-height: 100% !important;
  padding-bottom: 110px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
}

#search_widget_distr .autocomplete-suggestions #inner-wrapper-ajax {
  background: #ffffff;
  border: solid 1px #f2f2f2;
}

#search_widget_distr .autocomplete-suggestions section {
  height: max-content;
  padding: 15px;
}

body.stick_menu_displayed #search_widget_distr .autocomplete-suggestions {
  top: 90px;
  padding-bottom: 90px;
}

#search_widget_distr .clear-btn {
  right: 20px;
  margin-right: 2em;
  border-right: solid 1px #f2f2f2;
  display: none;
}

#search_widget_distr .clear-btn i {
  font-size: 20px;
}

#search_widget_distr .autocomplete-suggestion-show-all {
  background: #ffffff;
}

#search_widget_distr .btn-all {
  background: #f2f2f2;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#search_widget_distr .btn-all .autocomplete-suggestion-show-all {
  width: auto !important;
  padding: 0.5rem 1rem;
  background-color: #292929;
  color: #fff !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #292929;
  font-weight: 500;
}

#search_widget_distr .btn-all .autocomplete-suggestion-show-all:hover {
  background-color: #fff;
  color: #000000 !important;
  border: 1px solid;
}

#search-widget-mobile .autocomplete-suggestion-show-all {
  background-color: #292929;
  color: #fff !important;
  border: 1px solid #292929;
}

/* - Cookies*/
div#lgcookieslaw_fixed_button {
  position: fixed !important;
}
#lgcookieslaw_banner,
.lgcookieslaw-modal {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}
div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
  width: 640px;
  left: auto;
  right: 0.75rem;
  border-radius: var(--border-radius-sm);
  -moz-border-radius: var(--border-radius-sm);
  -webkit-border-radius: var(--border-radius-sm);
  background-color: var(--black);
}

.lgcookieslaw-modal .lgcookieslaw-badge,
.lgcookieslaw-modal .lgcookieslaw-accept-button {
  color: var(--black) !important;
}

.lgcookieslaw-modal-footer .lgcookieslaw-button {
  border-radius: var(--border-radius-sm) !important;
  -moz-border-radius: var(--border-radius-sm) !important;
  -webkit-border-radius: var(--border-radius-sm) !important;
}

div#lgcookieslaw_banner .lgcookieslaw-banner-message,
div#lgcookieslaw_banner .lgcookieslaw-banner-message p {
  color: var(--white) !important;
}

div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:link,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:active,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:focus,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:visited {
  color: var(--white) !important;
}

div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-accept-button:hover,
div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-reject-button {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
  background-color: var(--black) !important;
}

div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-reject-button:hover,
div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-accept-button {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
}

div.lgcookieslaw-overlay {
  display: none !important;
  visibility: hidden !important;
}

div#lgcookieslaw_fixed_button {
  position: fixed !important;
}

div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
  width: 640px;
  left: auto;
  right: 0.75rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: var(--black);
}

div#lgcookieslaw_banner .lgcookieslaw-banner-message,
div#lgcookieslaw_banner .lgcookieslaw-banner-message p {
  color: var(--white) !important;
}

div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:link,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:active,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:focus,
div#lgcookieslaw_banner div.lgcookieslaw-banner-message a:visited {
  color: var(--white) !important;
}

div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-accept-button:hover,
div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-reject-button {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
  background-color: var(--black) !important;
}

div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-reject-button:hover,
div#lgcookieslaw_banner
  div.lgcookieslaw-button-container
  button.lgcookieslaw-accept-button {
  color: var(--black) !important;
  border: 1px solid var(--white) !important;
  background-color: var(--white) !important;
}

div.lgcookieslaw-overlay {
  display: none !important;
  visibility: hidden !important;
}

div#lgcookieslaw_banner {
  width: 640px;
  left: auto;
  right: 0.75rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
  bottom: 0.75rem;
}

div.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {
  width: 75%;
  margin-right: 5px;
}

div.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message:last-child {
  width: 25%;
}

div.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
  width: 24%;
  flex-direction: column;
  -ms-flex-direction: column;
}

div.lgcookieslaw-button-container .lgcookieslaw-reject-button,
div.lgcookieslaw-reject-button-enabled
  .lgcookieslaw-button-container
  .lgcookieslaw-accept-button {
  width: 100%;
  margin: 1%;
}

div.lgcookieslaw-button-container .lgcookieslaw-accept-button,
div.lgcookieslaw-button-container .lgcookieslaw-reject-button {
  min-height: 32px;
  font-size: 0.89rem;
  text-transform: capitalize;
  border: 0;
  border-radius: var(--border-radius-xs) !important;
  -moz-border-radius: var(--border-radius-xs) !important;
  -webkit-border-radius: var(--border-radius-xs) !important;
}

div.lgcookieslaw-button-container .lgcookieslaw-reject-button:hover,
div.lgcookieslaw-button-container .lgcookieslaw-accept-button {
  background-color: var(--white) !important;
}

div.lgcookieslaw-button-container .lgcookieslaw-accept-button:hover,
div.lgcookieslaw-button-container .lgcookieslaw-reject-button {
  background-color: var(--gray) !important;
}

div.lgcookieslaw-banner-message,
div.lgcookieslaw-banner-message a,
div.lgcookieslaw-banner-message p {
  font-size: 13px !important;
}

div.lgcookieslaw-banner-message a {
  font-weight: bold;
}

#lgcookieslaw_fixed_button.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
  width: 48px !important;
  height: 48px !important;
  border: 0 !important;
  display: flex !important;
  display: -ms-flexbox !important;
  justify-content: center !important;
  align-items: center !important;
}
button.lgcookieslaw-button.lgcookieslaw-reject-button {
  border-radius: 10px !important;
}
button.lgcookieslaw-button.lgcookieslaw-accept-button {
  border-radius: 10px !important;
}

/*Breadcrumb*/
.ce-breadcrumb {
  font-size: 0.89rem;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  color: var(--black);
}

.ce-breadcrumb .ce-breadcrumb__item {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: var(--white);
  margin: 0.25rem;
  padding: 0.15rem;
  font-size: 0.8rem;
}

.ce-breadcrumb .ce-breadcrumb__item:last-child {
  background-color: var(--black);
}

.ce-breadcrumb .ce-breadcrumb__item a,
.ce-breadcrumb .ce-breadcrumb__item a:link,
.ce-breadcrumb .ce-breadcrumb__item a:active,
.ce-breadcrumb .ce-breadcrumb__item a:focus,
.ce-breadcrumb .ce-breadcrumb__item a:visited {
  color: var(--gray);
}

.ce-breadcrumb .ce-breadcrumb__item:last-child span,
.ce-breadcrumb .ce-breadcrumb__item a:hover {
  color: var(--white);
}

/* - Wishlist*/
.btn-add-whishlist a i::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icon-wishlist.svg");
}

.btn-add-whishlist a:hover i::before {
  background-image: url("../img/icon-wishlist-white.svg");
}

/*Header*/
header#header {
  position: fixed !important;
  width: 100%;
  box-shadow: none;
  top: 0;
  -webkit-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -moz-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -o-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  transition: all 600ms cubic-bezier(0.76, 0, 0.25, 1);
  background-color: var(--light-gray);
}

#header .elementor-cart__toggle .elementor-button-icon[data-counter]:before {
  top: 0 !important;
  right: 0 !important;
  z-index: 1;
}

body.stick_menu_displayed header#header {
  position: fixed;
  margin-top: 0px !important;
  box-shadow: 5px 0px 15px 0px rgba(61, 57, 57, 0.09);
  left: 0;
  width: 100%;
  box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
  -moz-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
  -webkit-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
  -webkit-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -moz-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -o-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  transition: all 600ms cubic-bezier(0.76, 0, 0.25, 1);
}

body #search-input-menu-container {
  margin-top: 0px;
  -webkit-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -moz-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -o-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  transition: all 600ms cubic-bezier(0.76, 0, 0.25, 1);
}

body.stick_menu_displayed #search-input-menu-container {
  margin-top: -140px !important;
  z-index: -10;
  -webkit-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -moz-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  -o-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
  transition: all 600ms cubic-bezier(0.76, 0, 0.25, 1);
}

body.stick_menu_displayed header .ce-main-menu .cbp-hrmenu.cbp-horizontal,
header .ce-btn-main-menu-expand,
header .ce-logo-02 {
  /* display: none; */
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

body.stick_menu_displayed header#header .ce-logo-02 {
  display: block;
}

header a.elementor-button {
  padding: 0 3px !important;
}

header .elementor-widget-shopping-cart i,
header .elementor-sign-in i,
header #iqitwishlist i,
header #iqitwishlist {
  width: 32px !important;
}

/* header #wish-icon{
  
} */

header .elementor-widget-shopping-cart a i::before,
header .elementor-sign-in a i::before,
header a#iqitwishlist i::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .elementor-widget-shopping-cart a:hover i::before,
header .elementor-sign-in a:hover i::before,
header a#iqitwishlist:hover i::before {
  opacity: 1;
}

header #iqitwishlist i::before {
  background-image: url("../img/icon-wishlist.svg");
}

header .elementor-sign-in i::before {
  background-image: url("../img/icon-user-login.svg");
}

header .elementor-widget-shopping-cart i::before {
  background-image: url("../img/icon-cart.svg");
}

header .elementor-widget-language-selector {
  margin-left: 2px;
  padding-left: 2px;
  border-left: 1px solid var(--black);
}

header .ce-btn-main-menu-expand {
  display: none;
  cursor: pointer;
}

body.stick_menu_displayed header .ce-btn-main-menu-expand {
  display: block;
}

/*Footer*/

#footer .elementor-field-type-subscribe {
  gap: 10px;
}

#footer .improved-seo-description {
  background-color: var(--light-gray) !important;
  padding: 0 1em;
}

#footer .improved-seo-description .elementor-container {
  background-color: var(--white);
  padding: 2em;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

#footer .improved-seo-description .elementor-container p {
  color: var(--black) !important;
}

/*Product Miniature*/
.btn-add-whishlist > .elementor-widget-container {
  background: none !important;
}

.ce-product-image a source,
.ce-product-image a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.ce-product-image a:hover source,
.ce-product-image a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#home-products-grid

/*Product Quickview*/
#ce-product-quick-view .dialog-message {
  background-color: var(--white);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

#ce-product-quick-view .table.table-product-discounts thead {
  background-color: var(--light-gray-02) !important;
}

#ce-product-quick-view .table.table-product-discounts thead th {
  border: 1px solid var(--light-gray-02) !important;
}

#ce-product-quick-view .table.table-product-discounts tbody tr:nth-child(odd) {
  background-color: var(--white) !important;
}

#ce-product-quick-view .table.table-product-discounts tbody tr:nth-child(even) {
  background-color: var(--light-gray) !important;
}

#ce-product-quick-view .table.table-bordered,
#ce-product-quick-view .table.table-bordered td,
#ce-product-quick-view .table.table-bordered th {
  border-color: var(--light-gray-02);
}

/*Product*/

#product .elementor-widget-product-customization .elementor-text-editor,
#product .elementor-widget-product-customization .elementor-field-label {
  color: var(--black);
}
#product .elementor-widget-product-customization button {
  background-color: var(--black) !important;
  color: var(--white) !important;
  opacity: 1 !important;
}
#product .elementor-widget-product-customization button:hover {
  background-color: #707070 !important;
}
#product .elementor-widget-product-customization textarea {
  height: 100px;
  border-radius: 10px;
  padding: 1em;
  border: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#product .elementor-widget-product-customization textarea::placeholder {
  color: var(--gray);
}

#terms-sale-popup-link i {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 1em;
}

#terms-sale-popup-link a {
  padding-left: 0 !important;
}

#terms-sale-popup-content {
  visibility: hidden;
  opacity: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
  z-index: 999;
  pointer-events: none;
}

#terms-sale-popup-content.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#terms-sale-popup-content > div {
  width: 80%;
  min-width: 250px;
  max-width: 900px;
}

#terms-sale-popup-content .elementor-alert-info {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 2em;
}

#terms-sale-popup-content .elementor-alert-dismiss {
  background: var(--black);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: -20px;
  padding: 0.4em;
}

#terms-sale-popup-content .elementor-alert-dismiss i {
  color: var(--white);
}

.page-addresses .address,
.ce-product-table-prices .table td,
.ce-product-table-prices .table th {
  padding: 0.35rem;
}

.product-discounts-table > table {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  text-align: center;
  color: var(--black);
  border: 1px solid var(--light-gray-02);
}

div.product-additional-info {
  border: 0px;
}

/*Modules*/
.js-mailalert form {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.js-mailalert form .alert {
  padding: 0 !important;
}

/*Category*/
#category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
  border: 0px !important;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  li.menu-item-has-children::after {
  content: "";
  width: calc(100% - 35px);
  height: 1px;
  background-color: var(--light-gray-03);
  display: block;
  margin-left: 35px;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  .sub-menu
  li
  a {
  padding-left: 55px !important;
}
#category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
  border: 0px !important;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  li.menu-item-has-children::after {
  content: "";
  width: calc(100% - 35px);
  height: 1px;
  background-color: var(--light-gray-03);
  display: block;
  margin-left: 35px;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  .sub-menu
  li
  a {
  padding-left: 55px !important;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav ul.sub-menu {
  position: relative;
  margin-bottom: 15px;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav,
#category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
  width: 100%;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
  border-bottom: 1px solid var(--light-gray-03);
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav li:last-child {
  border-bottom: 0;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav li a::after {
  display: none;
  visibility: hidden;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  li.current-menu-item
  ~ .sub-menu {
  background-color: var(--black);
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav a {
  justify-content: flex-start;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav a .cat-menu {
  width: 25px;
  height: auto;
  object-fit: none;
}

#category .elementor-nav-menu.elementor-nav--main .elementor-nav .sub-arrow {
  position: absolute;
  right: 7px;
}

#category
  .elementor-nav-menu.elementor-nav--main
  .elementor-nav
  a
  picture
  source,
#category .elementor-nav-menu.elementor-nav--main .elementor-nav a picture img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

#category .elementor-nav-menu.elementor-nav--main ul.sub-menu picture source,
#category .elementor-nav-menu.elementor-nav--main ul.sub-menu picture img {
  display: none;
  visibility: hidden;
}

.elementor-widget-nav-menu.elementor-sticky.elementor-sticky--active,
#category .elementor-widget-nav-menu.elementor-sticky.elementor-sticky--active {
  overflow-y: auto;
  overflow-x: hidden;
  /* height: calc(100vh - 90px); */
  margin-top: 10px !important;
}

#search .products-grid > *,
#search .elementor-product-box > *,
#category .ce-product-grid > *,
#category .elementor-product-box > * {
  max-width: 260px !important;
  padding: 0;
}

.elementor-widget-product-miniature-add-to-cart a.elementor-button {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/*My account*/
.my-account-page-content-wrapper,
.page-customer-account #content,
body#checkout section.checkout-step,
.page-authentication section#content {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 1em !important;
}

.my-account-page-content-wrapper .my-account-side-links #iqitwishlist .sr-only {
  position: relative;
  overflow: visible;
  width: auto;
}

.my-account-page-content-wrapper .my-account-side-links #iqitwishlist i {
  display: none;
  visibility: hidden;
}

/*Checkout*/
body#checkout section.checkout-step {
  margin-bottom: 1em;
  padding: 1.5rem;
}

#checkout-progress .progress-wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 2.5em;
  gap: 5px;
}

/* #checkout-progress .progress-wrapper::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--light-gray-02);
    position: absolute;
    bottom: 20px;
    z-index: 0;
} */

#checkout-progress .checkout-step {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: var(--white);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 9px;
  position: relative;
  z-index: 1;
}

#checkout-progress .checkout-step .stepTitle {
  font-size: 1rem;
  color: var(--gray);
  margin: 0;
}

#checkout-progress .checkout-step.js-current-step i,
#checkout-progress .checkout-step.js-current-step .stepTitle {
  color: var(--black);
}

#checkout-progress .checkout-step i {
  color: var(--light-gray-02);
}

#checkout #checkout-personal-information-step > div.content > p:first-child {
  margin: 0 !important;
  padding: 1em 0;
}

#checkout form .form-group .col-md-2 {
  display: none !important;
}
#checkout form .form-group .col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
}
#checkout form .custom-checkbox label,
#checkout form .custom-checkbox label p {
  text-align: justify !important;
}
#checkout form .form-label-group select ~ label {
  display: none !important;
}

#checkout #js-checkout-summary {
  position: sticky;
  top: 90px;
}

#checkout .delivery-options-list .carrier-hasLogo img {
  width: 50px;
}

body#checkout section.checkout-step .step-number,
#checkout-progress .checkout-step .stepNumber {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: var(--light-gray-02);
  color: var(--white);
  font-weight: 700;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  margin: 0 4px;
  font-size: 0.7rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
body#checkout section.checkout-step .step-title {
  border-bottom: 1px solid hsla(0, 0%, 63%, 0.25);
  margin-bottom: 1rem;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding: 1em 0em;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

body#checkout section.checkout-step.-current .content {
  padding: 1em 0;
}

body#checkout section.checkout-step:hover .step-number,
#checkout-progress .checkout-step.js-current-step .stepNumber {
  background-color: var(--black);
}

/*CMS*/
#cms #wrapper {
  padding: 0 !important;
}

/*Brands*/
#module-iqitwishlist-view #wrapper,
#ybc_blog_page #wrapper,
#discount #wrapper,
#address #wrapper,
#history #wrapper,
#addresses #wrapper,
#identity #wrapper,
#password #wrapper,
#password #wrapper,
#my-account #wrapper,
#checkout #wrapper,
#cart #wrapper,
#authentication #wrapper,
#module-blockwishlist-lists #wrapper,
#view #wrapper,
#main-page-content #wrapper,
#module-iqitemailsubscriptionconf-subscription #wrapper,
#manufacturer .page-content {
  max-width: 1400px !important;
  min-width: 0;
  margin: 0 auto;
  padding: 2em 1em;
}

/* #module-iqitwishlist-view #wrapper,
#ybc_blog_page #wrapper,
#discount #wrapper,
#address #wrapper,
#history #wrapper,
#addresses #wrapper,
#identity #wrapper,
#my-account #wrapper,
#checkout #wrapper,
#cart #wrapper,
#authentication #wrapper,
#manufacturer #wrapper {
    padding: 1em 0 !important;
} */

#manufacturer #content-wrapper .page-title {
  margin-bottom: 0;
}

#manufacturer .ms-alphabetical .ms-letter-selector {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  border: 0px;
}

#manufacturer .ms-alphabetical .ms-letter-selector a,
#manufacturer .ms-alphabetical .ms-letter-selector a:link,
#manufacturer .ms-alphabetical .ms-letter-selector a:active,
#manufacturer .ms-alphabetical .ms-letter-selector a:focus,
#manufacturer .ms-alphabetical .ms-letter-selector a:visited {
  color: var(--gray);
  font-size: 1.15rem !important;
}

#manufacturer .ms-alphabetical .ms-letter-selector a:hover {
  color: var(--black);
}

#manufacturer .ms-alphabetical .ms-letter-list {
  border: 0px;
  margin: 2em 0;
}

#manufacturer .ms-alphabetical .ms-letter-list .ms-letter-brands {
  padding: 1.5em;
  background-color: var(--white);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#manufacturer .ms-alphabetical .ms-letter-list > .ms-letter {
  font-family: Lato, sans-serif;
  font-size: 3.5rem;
  margin-bottom: 1.75rem;
}

#manufacturer .ms-alphabetical .ms-letter-list .ms-letter-brands ul li {
  padding: 0.35rem 0;
}

#manufacturer .ms-alphabetical .ms-letter-list .ms-letter-brands ul li a {
  font-weight: 300;
}

/*Responsive*/
.show-mobile {
  display: none !important;
}

@media (min-width: 320px) and (max-width: 575.98px) {
  /*Css modal lista de deseos*/
  .modal-content {
    min-height: 0px !important;
  }
  /*General*/
  #module-iqitwishlist-view #wrapper,
  #ybc_blog_page #wrapper,
  #discount #wrapper,
  #address #wrapper,
  #history #wrapper,
  #addresses #wrapper,
  #identity #wrapper,
  #password #wrapper,
  #my-account #wrapper,
  #checkout #wrapper,
  #cart #wrapper,
  #authentication #wrapper,
  #module-blockwishlist-lists #wrapper,
  #view #wrapper,
  #manufacturer #wrapper #wrapper,
  #manufacturer .page-content {
    padding: 1em;
  }

  #order-confirmation #inner-wrapper {
    margin-top: 120px !important;
  }

  .product-discounts-table {
    font-size: 0.74rem;
  }

  #product img.elementor-carousel-image {
    object-fit: contain !important;
    width: auto !important;
  }

  section#content {
    margin-top: 120px !important;
  }

  /*Hedaer*/
  body.stick_menu_displayed header#header {
    position: fixed;
    margin-top: 0;
    padding: 0 !important;
    top: 0;
    box-shadow: 5px 0px 15px 0px rgba(61, 57, 57, 0.09);
    left: 0;
    width: 100%;
    box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -moz-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -webkit-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  .ce-btn-main-menu-expand {
    display: block !important;
  }

  body.stick_menu_displayed #search-input-menu-container {
    margin-top: 0 !important;
    z-index: 0;
  }

  /*Category*/
  #category-section ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1em;
    margin: 0;
    justify-items: center;
  }

  #category-section ul li {
    margin: 0 !important;
    background: var(--white);
    padding: 1em;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item:hover::after {
    content: "";
    width: 0%;
    background-color: var(--black);
    transition: all ease 0.7s;
  }

  #category .ce-category-nav {
    transform: translateX(-100%);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 258px;
    position: fixed;
    z-index: 999;
    background: #f5f5f5;
    top: 0;
    left: 0px;
    transition: all ease 0.7s;
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    transition: all ease 0.7s;
  }

  #category .ce-category-nav::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: white;
    background-color: #2c2c2c;
    width: 40px;
    height: 60px;
    position: fixed;
    top: 40%;
    left: 258px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    font-size: 1.5rem;
  }

  #category .ce-category-nav:hover {
    transform: translateX(0) !important;
    transition: all ease 0.7s;
  }

  #search .ce-category-content,
  #category .ce-category-content {
    width: 100%;
    padding-left: 0px;
  }

  /*CE*/
  .elementor-widget-product-miniature-add-to-cart a.elementor-button {
    max-width: 50px;
    min-width: 55px !important;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical
    + .elementor-row
    > .elementor-column {
    padding: 0;
    border: 0;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical .elementor-nav {
    display: flex;
    display: -ms-flexbox;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical.e--pointer-underline
    .elementor-nav
    li.menu-item {
    width: 48%;
  }

  .ce-breadcrumb ol.elementor-row {
    /* justify-content: center !important; */
    gap: 3px;
  }

  .ce-breadcrumb .ce-breadcrumb__item {
    width: auto;
    justify-content: center;
  }

  .ce-breadcrumb .ce-breadcrumb__item > span,
  .ce-breadcrumb .ce-breadcrumb__item > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /*Modules*/
  .cb-item-content .custom-html,
  .product-banner .custom-html {
    width: 50% !important;
  }

  /* .cb-item-content .custom-html p {
    font-size: 1.2em !important;
    line-height: 1.4em;
    margin: 0 !important;
    margin-bottom: 10px !important;
  } */

  .home-slider .custom-html p.header-text,
  .custom-html p.header-text {
    font-size: 2rem !important;
  }

  div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  div.lgcookieslaw-reject-button-enabled div.lgcookieslaw-banner-message {
    width: 100%;
  }

  div.lgcookieslaw-reject-button-enabled div.lgcookieslaw-button-container {
    width: 50%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
  }

  div.lgcookieslaw-reject-button-enabled
    div.lgcookieslaw-banner-message:last-child {
    width: 50%;
  }

  div.lgcookieslaw-banner.lgcookieslaw-reject-button-enabled div.container {
    padding: 0 !important;
  }

  div#lgcookieslaw_banner {
    width: 100%;
  }

  div.lgcookieslaw-button-container .lgcookieslaw-accept-button,
  div.lgcookieslaw-button-container .lgcookieslaw-reject-button {
    font-size: 0.89rem !important;
  }

  .cb-item-content .custom-html .heading-title,
  .product-banner .custom-html .heading-title {
    font-size: 1.6rem;
    margin: 0;
  }

  /*Pages*/
  #ce-product-quick-view
    .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    height: 180px !important;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    width: 100% !important;
    gap: 0.3em;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item
    .elementor-icon-list-text::after {
    content: none !important;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    justify-content: center !important;
  }

  #brand-mod h1 {
    display: none !important;
  }

  #brand-mod ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  /*Product*/
  .ce-product-details {
    margin-top: 0.5em !important;
  }
  #product #product-details .flex-mobile > div {
    flex-direction: column !important;
  }
  #product #product-details .elementor-section-tabbed {
    background-color: transparent !important;
  }

  /*Manufacter*/
  #manufacturer .ms-letter-brands .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /*Search Page*/
  #search-list-products .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  /*Cart page*/
  #cart .cart-grid-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cart .cart-grid-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cart .cart-overview.js-cart .product-line-actions > div.row {
    justify-content: space-evenly !important;
    width: 100%;
    gap: 0;
  }

  /*Checkout Page*/
  #checkout-progress .checkout-step {
    min-height: 70px;
    flex-direction: column;
    gap: 5px;
  }
  #checkout-progress .checkout-step .stepTitle {
    text-align: center;
    font-size: 0.8rem;
  }
  #checkout-progress .checkout-step .fa.fa-check {
    display: none !important;
  }

  /*Home*/

  #banner-div.banner-home-01 .custom-html {
    width: calc(100% - 170px) !important;
  }

  .banner-home-02-column,
  .slider-home-column {
    width: 100% !important;
  }

  #section-featured-products .banner-home-03-column {
    display: none !important;
  }

  #section-featured-products .product-banner-mobile {
    display: none !important;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 200px;
    min-height: 200px;
  }

  #highlight-products-home .ce-product-grid {
    position: relative !important;
    margin-top: 20px;
    padding: 0;
  }

  ul.elementor-search__products {
    padding: 1em !important;
    gap: 15px;
    height: 50vh !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }

  ul.elementor-search__products.ui-menu .ui-menu-item {
    width: calc(50% - 15px) !important;
  }

  ul.elementor-search__products.ui-menu .elementor-search__product-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--white) !important;
  }

  ul.elementor-search__products .elementor-search__product-image {
    margin: 0px auto !important;
    width: 100px;
    object-fit: cover;
    height: 100px;
  }

  ul.elementor-search__products .elementor-search__product-name {
    font-family: "Lato", sans-serif;
    font-weight: 500;
  }
  ul.elementor-search__products .elementor-search__product-price {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
  }

  ul.elementor-search__products .elementor-search__product-name,
  ul.elementor-search__products .elementor-search__product-price {
    text-align: center !important;
  }

  /*Cart Menu*/
  header #blockcart #blockcart-content {
    max-width: calc(100% - 50px) !important;
    min-width: calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
  }

  /*Modal*/
  #ce-product-quick-view .dialog-close-button {
    top: 20px;
    width: 32px;
    height: 32px;
    display: flex !important;
    display: -ms-flexbox !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    background-color: var(--black) !important;
    right: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #module-iqitwishlist-view #wrapper,
  #ybc_blog_page #wrapper,
  #discount #wrapper,
  #address #wrapper,
  #history #wrapper,
  #addresses #wrapper,
  #identity #wrapper,
  #password #wrapper,
  #my-account #wrapper,
  #checkout #wrapper,
  #cart #wrapper,
  #authentication #wrapper,
  #module-blockwishlist-lists #wrapper,
  #view #wrapper,
  #manufacturer .page-content {
    padding: 2em;
  }

  #order-confirmation #inner-wrapper {
    margin-top: 120px !important;
  }

  /*Header*/
  body.stick_menu_displayed header#header {
    position: fixed;
    margin-top: 0;
    top: 0;
    box-shadow: 5px 0px 15px 0px rgba(61, 57, 57, 0.09);
    left: 0;
    width: 100%;
    box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -moz-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -webkit-box-shadow: 0 3px 3px rgba(44, 44, 44, 0.06);
    -webkit-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
    -moz-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
    -o-transition: all 800ms cubic-bezier(0.76, 0, 0.25, 1);
    transition: all 600ms cubic-bezier(0.76, 0, 0.25, 1);
  }

  .ce-btn-main-menu-expand {
    display: block !important;
  }

  /*CE*/
  .elementor-section-tabbed {
    padding: 1rem !important;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical a.elementor-item {
    font-size: 0.89rem;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical
    + .elementor-row
    > .elementor-column {
    padding-left: 15px;
  }

  /*Category*/

  #category-section ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(90px, 1fr));
    justify-items: center;
    gap: 1em;
    margin: 0;
  }

  #category-section ul li {
    margin: 0 !important;
    width: 100% !important;
    background: var(--white);
    padding: 1em;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item:hover::after {
    content: "";
    width: 0%;
    background-color: var(--black);
    transition: all ease 0.7s;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item
    .elementor-icon-list-text::after {
    content: none !important;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    justify-content: center !important;
  }

  #search-list-products .products-grid,
  .ce-products.ce-product-grid.products {
    grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  #category .ce-category-nav {
    transform: translateX(-100%);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 258px;
    position: fixed;
    z-index: 999;
    background: #f5f5f5;
    top: 0;
    left: 0px;
    transition: all ease 0.7s;
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    transition: all ease 0.7s;
  }

  #category .ce-category-nav::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: white;
    background-color: #2c2c2c;
    width: 30px;
    height: 100px;
    position: fixed;
    top: 40%;
    left: 258px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all ease 0.7s;
  }

  #category .ce-category-nav:hover {
    transform: translateX(0) !important;
    transition: all ease 0.7s;
  }

  #category .ce-category-nav:hover::after {
    transform: rotateY(180deg) !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    transition: all ease 0.7s;
  }

  #search .ce-category-content,
  #category .ce-category-content {
    width: 100%;
    padding-left: 0px;
  }

  #category .elementor-nav-menu.elementor-nav--main {
    background-color: var(--white);
    width: 48px;
    overflow: hidden;
    border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
  }

  #category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
    padding-left: 500px;
  }

  #category .elementor-nav-menu.elementor-nav--main .elementor-nav a picture {
    position: absolute;
    left: -490px;
  }

  /*Modules*/
  #banner-div.banner-home-01 .elementor-container {
    height: auto !important;
    min-height: auto !important;
  }

  div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  div.lgcookieslaw-banner.lgcookieslaw-reject-button-enabled div.container {
    padding: 0 !important;
  }

  div#lgcookieslaw_banner {
    width: 100%;
  }

  div.lgcookieslaw-button-container .lgcookieslaw-accept-button,
  div.lgcookieslaw-button-container .lgcookieslaw-reject-button {
    font-size: 0.89rem !important;
  }

  .slider-home-column {
    width: 100% !important;
  }

  ul.elementor-search__products.ui-menu .ui-menu-item {
    width: 50% !important;
  }

  /*Search Page*/
  #search-list-products .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  /*Cart page*/
  #cart .cart-grid-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cart .cart-grid-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768.9px) and (max-width: 991.98px) {
  /*CE*/
  .elementor-section-tabbed {
    padding: 1rem !important;
  }

  /*Category*/
  #search-list-products .products-grid,
  #category .ce-products.ce-product-grid.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #search .ce-category-nav,
  #category .ce-category-nav {
    width: 360px;
  }

  #search .ce-category-content,
  #category .ce-category-content {
    width: calc(100% - 48px);
    padding-left: 0;
  }

  #category .elementor-nav-menu.elementor-nav--main {
    background-color: var(--white);
    width: 48px;
    overflow: hidden;
    border-radius: var(--border-radius-md);
    -moz-border-radius: var(--border-radius-md);
    -webkit-border-radius: var(--border-radius-md);
  }

  #category .elementor-nav-menu.elementor-nav--main .elementor-nav li {
    padding-left: 500px;
  }

  #category .elementor-nav-menu.elementor-nav--main .elementor-nav a picture {
    position: absolute;
    left: -490px;
  }

  /*Modules*/
  div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .elementor-search__products#ui-id-1 {
    width: calc(100% + 380px) !important;
  }

  div.lgcookieslaw-banner.lgcookieslaw-reject-button-enabled div.container {
    padding: 0 !important;
  }

  div#lgcookieslaw_banner {
    width: 100%;
  }

  /*Cart page*/
  #cart .cart-grid-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #cart .cart-grid-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*Checkout Page*/
  #checkout #checkout-process,
  #checkout .cart-grid-right {
    max-width: 100%;
    flex: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  /*Page Categories*/
  #category .ce-products.ce-product-grid.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /*Modules*/
  div#lgcookieslaw_banner {
    width: 540px;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    margin: 0 calc(50px / 3) !important;
  }

  .elementor-search__products#ui-id-1 {
    width: 792px !important;
  }
}

@media ((min-width: 991.99px) and (max-width: 1375px)) {
  body#checkout
    .cart-summary-products
    .product-line-grid-right.product-line-actions,
  body#checkout .cart-summary-products .product-line-grid-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body#checkout .cart-summary-products .cart-item-header {
    display: none;
  }

  .category-maquinas-vending .ce-product-details .elementor-element-5e21894b {
    width: 73% !important;
  }
  .category-maquinas-vending
    .ce-product-details
    .elementor-element-5e21894b
    .elementor-column-wrap {
    padding-right: 0 !important;
  }
}

@media (min-width: 1025px) {
  .category-maquinas-vending .ce-product-details .elementor-element-5e21894b {
    width: 73% !important;
  }
  .category-maquinas-vending
    .ce-product-details
    .elementor-element-5e21894b
    .elementor-column-wrap {
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  #banner-div.banner-home-01 .custom-html {
    width: calc(100% - 110px);
  }

  .elementor-button .elementor-button-icon .fa-cart-plus::before {
    width: 40px;
    height: 40px;
  }

  #category-section
    .elementor-widget
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    margin: 0 calc(50px / 3);
  }
}

@media (max-width: 769px) {
  .hide-mobile {
    display: none !important;
  }

  section#content {
    margin-top: 130px !important;
  }

  .show-mobile {
    display: block !important;
    /* margin: 0 !important; */
  }

  .banner-home-03-column {
    min-width: 160px !important;
  }

  #section-featured-products {
    min-height: 300px !important;
  }

  #highlight-products-home .ce-product-grid {
    grid-template-columns: repeat(8, minmax(172px, 1fr)) !important;
  }

  .elementor-button .elementor-button-icon .fa-cart-plus::before {
    width: 40px;
    height: 40px;
  }

  .elementor-widget-product-miniature-add-to-cart a.elementor-button {
    min-width: 55px;
  }

  /* #banner-div.banner-home-01 .custom-html {
    width: calc(100% - 30vw) !important;
  } */

  #AV_widget_iframe.widget-body {
    display: none !important;
  }

  #AV_widget_iframe .widget-header {
    min-height: 100% !important;
  }

  #product img.elementor-carousel-image {
    width: calc(100% - 300px);
    object-position: center;
    margin: 0 auto;
    display: flex;
  }

  .ce-product-image.elementor-image {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .ce-product-image.elementor-image img {
    width: 190px !important;
    max-width: 190px !important;
    height: 160px !important;
    object-fit: cover !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  #section-featured-brands ul {
    grid-template-columns: repeat(3, 1fr);
  }

  body.stick_menu_displayed .ce-btn-dropdown.elementor-widget-toggle {
    width: auto !important;
    max-width: auto !important;
  }
}

@media (max-width: 375px) {
  .banner-home-03-column {
    min-width: 155px !important;
    width: 400px;
  }

  #highlight-products-home .ce-product-grid {
    grid-template-columns: repeat(8, minmax(175px, 1fr)) !important;
  }

  #category
    .ce-products
    article
    .ce-product-details
    .elementor-widget-product-miniature-add-to-cart {
    max-width: 55px !important;
  }

  #category .ce-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #section-featured-brands ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 319.98px) {
  /*General*/
  .product-discounts-table {
    font-size: 0.74rem;
  }

  /*CE*/
  .elementor-section-tabbed {
    padding: 1rem !important;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical
    + .elementor-row
    > .elementor-column {
    padding: 0;
    border: 0;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical .elementor-nav {
    display: flex;
    display: -ms-flexbox;
  }

  .elementor-nav-tabs.elementor-nav--layout-vertical.e--pointer-underline
    .elementor-nav
    li.menu-item {
    width: 48%;
  }

  .ce-breadcrumb ol {
    justify-content: space-around;
  }

  .ce-breadcrumb .ce-breadcrumb__item {
    width: 20%;
  }

  .ce-breadcrumb .ce-breadcrumb__item > span,
  .ce-breadcrumb .ce-breadcrumb__item > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /*Modules*/
  div#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  div#lgcookieslaw_banner,
  div.lgcookieslaw-reject-button-enabled div.lgcookieslaw-button-container,
  div.lgcookieslaw-reject-button-enabled div.lgcookieslaw-banner-message,
  div.lgcookieslaw-reject-button-enabled
    div.lgcookieslaw-banner-message:last-child {
    width: 100%;
  }

  div.lgcookieslaw-reject-button-enabled div.lgcookieslaw-button-container {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
  }

  div.lgcookieslaw-banner.lgcookieslaw-reject-button-enabled div.container {
    padding: 0 !important;
  }

  div#lgcookieslaw_banner a,
  div.lgcookieslaw-banner-message,
  div.lgcookieslaw-banner-message p {
    font-size: 0.74rem;
    line-height: 0.89rem;
  }

  div.lgcookieslaw-button-container .lgcookieslaw-accept-button,
  div.lgcookieslaw-button-container .lgcookieslaw-reject-button {
    font-size: 0.74rem !important;
    min-height: 24px;
  }
}

/*MAXMEGAMENU*/
@media (max-width: 1050px) {
  #iqitmegamenu-wrapper .cbp-hrsub {
    width: 900px !important;
  }

  /*#iqitmegamenu-wrapper .menu-element-id-13 .menu-element-id-15,
  #iqitmegamenu-wrapper .menu-element-id-13 .menu-element-id-9 {
    top: 172px !important;
  }*/

  .cbp-hrmenu ul.cbp-hrsub-level2 {
    width: 255px !important;
    left: 640px;
  }
}

@media (max-width: 925px) {
  #iqitmegamenu-wrapper .cbp-hrsub {
    width: 800px !important;
  }

  /* #iqitmegamenu-wrapper #iqitmegamenu-search {
        bottom: -97px;
    } */

  #iqitmegamenu-wrapper .menu-element-id-13 .menu-element-id-15,
  #iqitmegamenu-wrapper .menu-element-id-6 .menu-element-id-9 {
    top: 156px !important;
  }

  .cbp-hrmenu ul.cbp-hrsub-level2 {
    width: 255px !important;
    left: 540px;
  }
}

@media (max-width: 850px) {
  #iqitmegamenu-wrapper .cbp-hrsub {
    width: 700px !important;
  }

  #iqitmegamenu-wrapper .menu-element-id-13 .menu-element-id-15,
  #iqitmegamenu-wrapper .menu-element-id-6 .menu-element-id-9 {
    top: 166px !important;
  }

  #iqitmegamenu-wrapper #iqitmegamenu-search {
    bottom: -97px;
  }

  .cbp-hrmenu ul.cbp-hrsub-level2 {
    /* width: 255px !important;
        left: 540px; */
    width: 230px !important;
    left: 430px;
    top: 230px;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu .cbp-column-title {
    display: none;
  }

  #iqitmegamenu-wrapper .cbp-category-link-w::before {
    content: none;
  }

  #iqitmegamenu-wrapper
    .iqitmegamenu-submenu-container
    .first_rows
    .col-4.cbp-menu-column {
    max-width: 114px;
  }

  #iqitmegamenu-wrapper
    .iqitmegamenu-submenu-container
    .first_rows
    .col-8.cbp-menu-column {
    max-width: 100% !important;
    flex: 1;
  }

  #iqitmegamenu-wrapper
    .iqitmegamenu-submenu-container
    .first_rows
    .col-4.cbp-menu-column
    .cbp-category-link-w {
    justify-content: center;
  }

  #iqitmegamenu-wrapper #iqitmegamenu-search {
    display: none !important;
  }

  #iqitmegamenu-wrapper .cbp-category-link-w::before {
    content: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #module-blockwishlist-lists .modal-content {
    display: none;
  }
}
/*Pagina producto banner centrado*/
@media (max-width: 768px) {
  #product section#content,
  #product #inner-wrapper {
    margin-top: 105px !important; /* Ajusta según necesidad */
  }
  /* Idioma Francés */
  body.lang-fr section#product-banner {
    margin-top: 35% !important;
  }

  body[class^="lang-pt"] section#product-banner {
    margin-top: 35% !important;
  }

  /* Idioma Inglés */
  body.lang-en section#product-banner {
    margin-top: 35% !important;
  }

  /* Idioma Alemán */
  body.lang-de section#product-banner {
    margin-top: 35% !important;
  }
}

/* INFORMAX */
.js-address-form #id_country + label,
.js-address-form #id_state + label {
  display: none;
}
/*Banner cookies*/
button#lgcookieslaw_cancel_button {
  background-color: white;
  border: 1px solid black;
}
button.lgcookieslaw-button.lgcookieslaw-reject-button {
  border: 1px solid black !important;
  background-color: white !important;
  color: black !important;
  border-radius: 5px !important;
}
button.lgcookieslaw-button.lgcookieslaw-partial-accept-button {
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 5px !important;
}
button.lgcookieslaw-button.lgcookieslaw-accept-button {
  background-color: black !important;
  color: white !important;
}
.fancybox-inner {
  border-radius: 15px;
}
.lgcookieslaw-section {
  border-radius: 15px !important;
  /* Elimina la sombra: */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.lgcookieslaw-section-purpose-button {
  border-radius: 15px;
}
.fancybox-skin {
  border-radius: 15px;
}

.lgcookieslaw-modal-header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#lgcookieslaw_banner,
.lgcookieslaw-modal {
  font-family: "Lato", sans-serif !important;
}
.lgcookieslaw-slider {
  border-radius: 100px;
  background-color: #9c9c9c;
}

.lgcookieslaw-slider.lgcookieslaw-slider-checked {
  background-color: #2c2c2c !important;
  border-radius: 100px;
}
.lgcookieslaw-slider:before {
  border-radius: 100px;
}
@media (max-width: 768px) {
  .lgcookieslaw-section {
    padding: 0;
  }
  .fancybox-inner {
    overflow: hidden !important;
  }
}
/*Banners home*/
.cb-item-content {
  margin-top: 0px !important;
}

.product-banner div {
  height: auto !important;
}
.product-banner img {
  height: 200px !important;
}
@media (max-width: 767px) {
  .cb-item-content .custom-html,
  .product-banner .custom-html {
    top: -5px !important;
  }
  .parrafo_banner {
    display: none;
  }

  .product-banner div {
    height: 150px !important;
  }

  .product-banner img {
    height: 150px !important;
  }
}
@media (max-width: 425px) {
  .cb-item-content .custom-html,
  .product-banner .custom-html {
    top: -5px !important;
  }
  .parrafo_banner {
    display: none;
  }

  .product-banner div {
    height: auto !important;
  }

  .product-banner img {
    height: 150px !important;
  }
}
/*Menu responisve izquierda*/
.bandera a svg {
  max-width: 30px !important;
}
/*Landing*/

/*.cms-id-15 .footer1{
	display:none;
}
.cms-id-15 .footer2{
	display:none;
}*/

@media (max-width: 375px) {
  .elementor-8170101 {
    padding-right: 0px !important;
    padding-left: 1px !important;
  }
}

@media (max-width: 390px) {
  .contenedor-boton .elementor-widget-container .elementor-button-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    justify-items: center;
  }
  .contenedor-boton .elementor-widget-container .elementor-button-wrapper a {
    width: 150px; /* ancho fijo */
    height: 60px; /* alto fijo */
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    /* Para evitar que el contenido cambie tamaño */
    flex-shrink: 0;
    flex-grow: 0;
  }
  .contenedor-boton
    .elementor-widget-container
    .elementor-button-wrapper
    a
    span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 6px;

    /* Para mantener consistencia visual */

    font-weight: 500;
  }
}

.elementor-button:not([href]):not(#e) {
  opacity: 1 !important;
}

button.elementor-button.elementor-size-sm {
  opacity: 1 !important;
}

.ce-product-quantity__btn.ce-product-quantity__plus {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.ce-product-quantity__btn.ce-product-quantity__minus {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
/* Quitar flecha nativa del select */
.elementor-field-group select {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Estándar */
  background: transparent; /* Por si hay background predeterminado */
  padding-right: 30px; /* Deja espacio para tu icono */
}

/* Mantener tu flecha personalizada */
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e8ad";
  font-family: ceicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  color: black !important;
}
/*Categorias Bebidas Vending*/

.category-bebidas-vending .links {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 columnas iguales */
  padding-right: 550px !important;
  background-color: white;
  padding: 0px;
}

.category-bebidas-vending .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px; /* mismo alto que los botones del breadcrumb */
  width: 125px;
  text-align: center;
  /* background-color: #2c2c2c !important; /* color del botón */
  color: #999; /* texto en blanco */
  text-decoration: none;

  border-radius: 5px; /* bordes redondeados */
  font-size: 0.8rem; /* tamaño de letra similar */
  transition: background-color 0.3s;
}
.category-bebidas-vending .link {
  margin: 2px;
}

.link a span {
  color: #999; /*TEXTO GRIS POR DEFECTO*/
}

h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  color: #777;
  margin-bottom: 30px;
}
.marcas {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: left !important;
}
.marcas span {
  font-size: 16px;
  color: #333;
}
.header_top h1 {
  text-align: center;
}
.header_top p {
  text-align: center;
}
@media (max-width: 768px) {
  .marcas {
    grid-template-columns: repeat(2, 1fr);
  }
}
.header_top {
  padding: 50px;
}

.containerTextCheckoutGerman {
  width: 50%;
  margin: auto;
  text-align: center;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 63%, 0.25);
  padding: 10px;
}

.containerTextCheckoutGerman p {
  margin: 0px;
}

/*Corrige flechas posición flechas paginación CE*/
/* Contenedor principal */
.ce-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/*  resetear comportamiento de Elementor */
.ce-pagination .elementor-row {
  display: flex !important;
  align-items: center;
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 6px;
}

/* Flechas */
.ce-pagination__arrow {
  margin: 0 !important;
  padding: 6px 10px !important;
  flex: 0 0 auto;
}

/* Botones */
.ce-pagination .elementor-button {
  margin: 0 !important;
}

/* Centrar iconos */
.ce-pagination__arrow .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----*/

/*  Rompe estructura de tabla */
.product-features-box table,
.product-features-box tbody {
  display: flex;
}

/*  Contenedor principal */
.product-features-box .ce-product-features {
  flex-direction: row;
  gap: 40px;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 16px 24px;
  border: 1px solid #e5e5e5;
  width: fit-content;
}

/*  Cada feature */
.product-features-box .ce-product-features__row {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

/*  Reset */
.product-features-box .ce-product-features__label,
.product-features-box .ce-product-features__value {
  display: inline-flex;
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
}

/* Label */
.product-features-box .ce-product-features__label {
  min-width: 90px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

/* Valor */
.product-features-box .ce-product-features__value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

/*Etiqueta nuevo producto*/
.new-product-flag .ce-product-badge-new {
  width: 100%;
  display: block;
  margin: 0px 4px 4px 0px;
  padding: 2px 8px 2px 8px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

/* Etiquetas de descuento */
.discount-label.has-discount .elementor-heading-title {
  width: 100%;
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 2px 10px 2px 10px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

.discount-label.has-discount .elementor-heading-title span {
  width: 100%;
  display: block;
  margin: 0px 5px 5px 0px;
  padding: 2px 10px 2px 10px;
  background-color: #ffecec;
  border: 1px solid rgb(255, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  color: rgb(255, 0, 0);
  font-weight: 600;
}

/*corrige etiquetas rojas en información suplementaria*/
.info-suplementaria .ce-product-features {
  background-color: transparent !important;
}
.info-suplementaria .ce-product-features__label {
  font-weight: 700 !important;
  border: 0 !important;
  background-color: transparent !important;
}

.info-suplementaria .ce-product-features__value {
  border: 0 !important;
  background-color: transparent !important;
}

/* Ajuste color puntos carrusel*/

.swiper-pagination .swiper-pagination-bullet {
  background-color: #9c9c9c !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070 !important;
}

/*banner cookies*/
/* ===== CONTENEDOR PRINCIPAL ===== */

.lgcookieslaw-banner-bottom {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  width: 850px !important;
  max-width: 92% !important;
  background: #f1f1f1 !important;
  border-radius: 18px;
  padding: 24px 28px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  z-index: 9;
}

/* Layout interno */
.lgcookieslaw-banner-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 100% !important;
  width: 100% !important;
}

/* ===== ICONO ===== */
.lgcookieslaw-banner-bottom .lgcookieslaw-badge {
  display: none !important;
}

/* ===== TEXTO ===== */
.lgcookieslaw-banner-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 5px 15px;
  align-items: center;
}

.lgcookieslaw-banner-message::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../img/cookie.svg") no-repeat center;
  background-size: contain;
  grid-row: 1 / 3;
  align-self: center;
  filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(100%) contrast(90%);
}

.lgcookieslaw-banner-message p {
  grid-column: 2;
  margin: 0;
}

.lgcookieslaw-banner-message .lgcookieslaw-link-container {
  grid-column: 2;
}

.lgcookieslaw-link-container {
  margin-top: -15px !important;
}

/* ===== BOTONES ===== */
.lgcookieslaw-banner-bottom .lgcookieslaw-button-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid #ccc;
  padding-left: 28px !important;
}

.lgcookieslaw-button {
  width: 180px;
  padding: 12px 18px !important;
  height: auto !important;
  border-radius: 12px !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* ACEPTAR */
button.lgcookieslaw-button.lgcookieslaw-accept-button {
  background: linear-gradient(90deg, #2d2d2d, #000000) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  order: -1 !important;
}

.lgcookieslaw-accept-button:hover {
  opacity: 0.9;
}

/* RECHAZAR */
button.lgcookieslaw-button.lgcookieslaw-reject-button {
  background: transparent !important;
  border: 1px solid #bbb !important;
  border-radius: 12px !important;
  color: #333 !important;
}

.lgcookieslaw-reject-button:hover {
  background: #eaeaea !important;
}

/* Ocultar botón cerrar */
.lgcookieslaw-banner-close-button {
  display: none !important;
}

/* ===== RESPONSIVE ===== */

/* TABLETS GRANDES */
@media (max-width: 992px) {
  .lgcookieslaw-banner-bottom {
    width: 95% !important;
    padding: 22px 24px !important;
  }

  .lgcookieslaw-banner-bottom .container {
    gap: 20px;
  }

  .lgcookieslaw-button {
    width: 160px;
    padding: 11px 16px !important;
    font-size: 13px;
  }

  .lgcookieslaw-banner-message {
    font-size: 13px;
  }
}

/* TABLETS / MÓVILES GRANDES */
@media (max-width: 768px) {
  .lgcookieslaw-banner-bottom {
    padding: 20px !important;
    border-radius: 16px;
  }

  .lgcookieslaw-banner-bottom .container {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .lgcookieslaw-banner-bottom .lgcookieslaw-button-container {
    border-left: none;
    padding-left: 0 !important;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .lgcookieslaw-button {
    width: auto;
    min-width: 120px;
    max-width: 145px;
    padding: 11px 16px !important;
  }

  .lgcookieslaw-banner-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    font-size: 10px !important;
  }

  .lgcookieslaw-banner-message::before {
    width: 45px;
    height: 45px;
  }

  .lgcookieslaw-banner-message p,
  .lgcookieslaw-banner-message .lgcookieslaw-link-container {
    grid-column: unset;
  }

  .lgcookieslaw-link-container {
    margin-top: 0 !important;
  }
}

/* MÓVILES */
@media (max-width: 576px) {
  .lgcookieslaw-banner-bottom {
    bottom: 8px !important;
    padding: 8px 10px !important;
    border-radius: 10px;
  }

  .lgcookieslaw-banner-bottom .container {
    gap: 8px;
  }

  .lgcookieslaw-banner-message {
    font-size: 9px !important;
    line-height: 1.3;
    gap: 6px;
  }

  .lgcookieslaw-banner-message::before {
    width: 35px;
    height: 35px;
  }

  .lgcookieslaw-button {
    padding: 6px 10px !important;
    font-size: 11px;
    border-radius: 8px !important;
    min-width: 85px;
    max-width: 110px;
  }

  button.lgcookieslaw-button.lgcookieslaw-accept-button,
  button.lgcookieslaw-button.lgcookieslaw-reject-button {
    border-radius: 8px !important;
  }

  .lgcookieslaw-banner-bottom .lgcookieslaw-button-container {
    gap: 6px;
  }
}

/* MÓVILES MUY PEQUEÑOS */
@media (max-width: 400px) {
  .lgcookieslaw-banner-bottom {
    bottom: 4px !important;
    padding: 6px 8px !important;
    border-radius: 8px;
  }

  .lgcookieslaw-banner-bottom .container {
    gap: 6px;
  }

  .lgcookieslaw-banner-bottom .lgcookieslaw-banner-message,
  .lgcookieslaw-banner-message p {
    font-size: 8px !important;
    line-height: 1.2;
    gap: 4px;
  }

  .lgcookieslaw-banner-message::before {
    width: 28px;
    height: 28px;
  }

  .lgcookieslaw-button {
    padding: 5px 8px !important;
    font-size: 10px !important;
    border-radius: 6px !important;
    min-width: 70px;
    max-width: 95px;
  }

  button.lgcookieslaw-button.lgcookieslaw-accept-button,
  button.lgcookieslaw-button.lgcookieslaw-reject-button {
    border-radius: 6px !important;
  }

  .lgcookieslaw-banner-bottom .lgcookieslaw-button-container {
    gap: 5px;
  }
}

.label.label-pill.dark {
  color: #000 !important;
  border-radius: 8px;
}

.label.label-pill.bright {
  color: #fff !important;
  border-radius: 8px;
}

/*Reseñas*/

/*CONTENEDOR PRINCIPAL*/
.skeepers_carousel-main {
  overflow: hidden !important;
}

/* SWIPER */
.carousel-container .skeepers-swiper {
  overflow: hidden !important;
  box-sizing: border-box;
}

/* empujar SOLO la primera slide */
.carousel-container .swiper-slide:first-child {
  margin-left: 24px;
}

/* equilibrar espacio al final */
.carousel-container .swiper-slide:last-child {
  margin-right: 24px;
}

/* FIX Paginación */
.carousel-container {
  padding-bottom: 24px;
}

.carousel-container .carousel__navigation {
  display: flex !important;
  justify-content: center;
  padding: 12px 0 4px;
  list-style: none;
}

.carousel-container .swiper-pagination-bullet {
  display: inline-flex !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 4px !important;
}

/* PAGINACIÓN */
.carousel-container .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* esconde li */
.carousel-container .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* botón  */
.carousel-container .swiper-pagination-bullet button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50% !important;
  background-color: #d6d6d6;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

/* Activo */
.carousel-container .swiper-pagination-bullet--active button {
  background-color: #333;
  transform: scale(1.15);
}

/* Hover / focus */
.carousel-container .swiper-pagination-bullet button:hover,
.carousel-container .swiper-pagination-bullet button:focus-visible {
  background-color: #555;
  outline: none;
}
/*Bloque carrito sin stock en miniatura*/

/* Sombreado sin stock*/
.add-to-cart-miniature .elementor-button:not([href]) {
  pointer-events: none !important;
  cursor: not-allowed !important;
  background-color: #dedede !important;
  border: 2px solid #dedede !important;
}

.add-to-cart-miniature .elementor-button:not([href]) .elementor-button-icon {
  filter: brightness(0) invert(1) !important;
}

/* Hover: mantener aspecto deshabilitado */
.add-to-cart-miniature .elementor-button:not([href]):hover {
  background-color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed !important;
}

/* Cursor visible incluso en el wrapper */
.add-to-cart-miniature .elementor-button-wrapper {
  cursor: not-allowed;
}

/*Botón captcha escondido en pantallas pequeñas*/
@media screen and (max-width: 480px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

/* ===== ESTILOS PARA HISTORIAL DE PEDIDOS ===== */

#history #content .page-content {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

#history .my-account-page-content {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c4ccd6 transparent;
}

#history .my-account-page-content::-webkit-scrollbar {
  height: 10px;
}

#history .my-account-page-content::-webkit-scrollbar-track {
  background: transparent;
}

#history .my-account-page-content::-webkit-scrollbar-thumb {
  background-color: #c4ccd6;
  border-radius: 999px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down {
  --history-orders-pill-radius: 12px;
  margin: 0;
  width: 100%;
  min-width: 980px;
  max-width: none;
  table-layout: auto;
  font-size: 0.92rem;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--white);
  border: 1px solid var(--light-gray-02);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th {
  padding: 0.85rem 0.7rem;
  white-space: normal;
  font-size: 0.84rem;
  vertical-align: middle;
  background-color: #f7f7f7;
  border-color: var(--light-gray-02);
  border-top: 0;
  font-weight: 700;
  line-height: 1.3;
  color: var(--black);
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:first-child {
  border-top-left-radius: 18px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:last-child {
  border-top-right-radius: 18px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(1),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(1) {
  min-width: 140px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(2),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(2) {
  min-width: 100px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(3),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(3) {
  min-width: 110px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(4),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(4) {
  min-width: 160px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(5),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(5) {
  min-width: 220px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(6),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(6) {
  width: 78px;
  min-width: 78px;
  max-width: 78px;
  text-align: center;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(7),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(7) {
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  text-align: center;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(8),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(8),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  thead
  th:nth-child(9),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(9) {
  min-width: 135px;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(4),
#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td:nth-child(5) {
  white-space: normal;
  line-height: 1.3;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  td {
  padding: 0.85rem 0.7rem;
  vertical-align: middle;
  border-color: var(--light-gray-02);
  font-size: 0.86rem;
  background-color: var(--white);
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  tr:nth-child(even)
  td {
  background-color: #fbfbfb;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  tbody
  tr:hover
  td {
  background-color: #f3f6fa;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  .label-pill {
  padding: 0.45rem 0.8rem;
  border-radius: var(--history-orders-pill-radius);
  font-size: 0.74rem;
  font-weight: 700;
  white-space: normal;
  line-height: 1.25;
  display: inline-block;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  .order-actions
  a {
  color: var(--black);
  text-decoration: none;
  font-size: 0.84rem;
  white-space: normal;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--light-gray-02);
  border-radius: var(--history-orders-pill-radius);
  background-color: var(--white);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  .order-actions
  a:hover {
  color: var(--black);
  background-color: #f7f7f7;
  border-color: #d3d8df;
}

#history
  .my-account-page-content
  .table.table-striped.table-bordered.table-labeled.hidden-sm-down
  td.text-xs-right {
  white-space: nowrap;
}

@media (min-width: 768px) {
  #history #content .page-content {
    padding-left: 0;
    padding-right: 0;
  }

  #history .my-account-page-content {
    padding-right: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #history .page-content.my-account-page-content-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
  }

  #history .my-account-side-links.col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  #history .my-account-side-links.col-sm-3 > a {
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
  }

  #history .my-account-side-links.col-sm-3 > a:nth-child(2n) {
    margin-right: 0;
  }

  #history .my-account-side-links.col-sm-3 #lgcookieslaw_fixed_button {
    clear: both;
    margin-top: 0.5rem;
  }

  #history .my-account-page-content.col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  #history .my-account-page-content {
    padding-bottom: 0.5rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down {
    --history-orders-grid-tablet: minmax(112px, 1fr) minmax(88px, 0.82fr)
      minmax(92px, 0.84fr) minmax(132px, 1.08fr) minmax(168px, 1.25fr) 64px 72px
      minmax(124px, 0.95fr);
    display: block;
    min-width: 860px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead,
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody {
    display: block;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    tr {
    display: grid;
    grid-template-columns: var(--history-orders-grid-tablet);
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    tr {
    display: grid;
    grid-template-columns: var(--history-orders-grid-tablet);
    grid-template-rows: auto auto;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    .hidden-md-down {
    display: flex !important;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th,
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.5rem;
    font-size: 0.78rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    .label-pill {
    font-size: 0.66rem;
    padding: 0.38rem 0.58rem;
    text-align: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(1),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(1) {
    min-width: 118px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(2),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(2) {
    min-width: 88px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(3),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(3) {
    min-width: 94px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(4),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(4) {
    min-width: 132px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(5),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(5) {
    min-width: 170px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(6),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(6) {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(7),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(7) {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(8),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(8),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(9),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(9) {
    min-width: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(1) {
    grid-column: 1;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(2) {
    grid-column: 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(3) {
    grid-column: 3;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(4) {
    grid-column: 4;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(5) {
    grid-column: 5;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(6) {
    grid-column: 6;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(7) {
    grid-column: 7;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(8) {
    display: none;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(9) {
    grid-column: 8;
    justify-content: center;
    font-size: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(9)::before {
    content: "Acciones";
    font-size: 0.78rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(4) {
    grid-column: 4;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(5) {
    grid-column: 5;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(6) {
    grid-column: 6;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(7) {
    grid-column: 7;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(8) {
    grid-column: 8;
    grid-row: 1;
    justify-content: center;
    padding-bottom: 0.3rem;
    border-bottom: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(9) {
    grid-column: 8;
    grid-row: 2;
    justify-content: center;
    padding-top: 0.3rem;
    border-top: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    .order-actions
    a {
    width: 100%;
    min-height: 38px;
    padding: 0.45rem 0.6rem;
    font-size: 0.76rem;
  }
}

@media (min-width: 1200px) {
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down {
    --history-orders-grid: minmax(132px, 1.05fr) minmax(92px, 0.82fr)
      minmax(96px, 0.88fr) minmax(150px, 1.08fr) minmax(210px, 1.45fr) 78px 92px
      minmax(170px, 1.08fr);
    display: block;
    min-width: 100%;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead,
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody {
    display: block;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    tr {
    display: grid;
    grid-template-columns: var(--history-orders-grid);
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    tr {
    display: grid;
    grid-template-columns: var(--history-orders-grid);
    grid-template-rows: auto auto;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th,
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td {
    display: flex;
    align-items: center;
    padding: 0.9rem 0.75rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(1) {
    grid-column: 1;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(2) {
    grid-column: 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(3) {
    grid-column: 3;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(4) {
    grid-column: 4;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(5) {
    grid-column: 5;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(6) {
    grid-column: 6;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:nth-child(7) {
    grid-column: 7;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:last-child {
    grid-column: 8;
    justify-content: center;
    font-size: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    thead
    th:last-child::before {
    content: "Acciones";
    font-size: 0.9rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(4) {
    grid-column: 4;
    grid-row: 1 / span 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(5) {
    grid-column: 5;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(6) {
    grid-column: 6;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(7) {
    grid-column: 7;
    grid-row: 1 / span 2;
    justify-content: center;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(8) {
    grid-column: 8;
    grid-row: 1;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(9) {
    grid-column: 8;
    grid-row: 2;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(8),
  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(9) {
    width: auto;
    min-width: 0;
    max-width: none;
    justify-content: center;
    padding: 0.38rem 0.7rem;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(8) {
    border-bottom: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    tbody
    td:nth-child(9) {
    border-top: 0;
  }

  #history
    .my-account-page-content
    .table.table-striped.table-bordered.table-labeled.hidden-sm-down
    .order-actions
    a {
    width: 100%;
    min-height: 40px;
  }
}

@media (min-width: 1200px) {
  #history .my-account-side-links.col-lg-2 {
    flex: 0 0 17%;
    max-width: 17%;
  }

  #history .my-account-page-content.col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 79.5%;
    max-width: 79.5%;
    margin-left: 1.5%;
    padding-right: clamp(12px, 2vw, 28px);
  }
}

/*------*/

/*video-banner principal*/
.video-card {
  border-radius: 18px;
  overflow: hidden;
  display: block;
  position: relative;
}

.video-card video {
  width: 100% !important;
  height: 280px !important;
  display: block;
  object-fit: fill !important;
  transform: none !important;
  position: static !important;
  max-width: 100%;
}

/* Esconde texto botón preferencias cookies en página de cliente */
#lgcookieslaw_fixed_button {
  color: transparent !important;
}

/*Oculta VIES es */
html[lang="es"] .imaxViesContenedor {
  display: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .grid-oferta-tablet .ce-products.ce-product-grid.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 576px) {
  .nove-nab-ban {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .nove-mov-ban {
    display: none !important;
  }
}

.imaxViesContenedor select#isoVies {
  appearance: none;
}

.imaxViesContenedor > label {
  text-align: right;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*  Por defecto: oculto en todos lados 
.banner-ipad-only {
  display: none !important;
}

 Mostrar SOLO en tablets (iPad incluido) 
@media (min-width: 768px) and (max-width: 930px) {
  .banner-ipad-only {
    display: block !important;
  }
}

@media (max-width: 940px) {
  .banner-block-desktop-only {
    display: none !important;
  }
} */



/***** CSS INFORMAX ****/

.container.container-iqitmegamenu{
    width: 100%;
}

li.menu-item.menu-item-type-lang {
    text-transform: uppercase;
}

header #wish-icon i::before {
  background-image: url("../img/icon-wishlist.svg");
}

header .menu-item-type-account i::before {
  background-image: url("../img/icon-user-login.svg");
}

header .elementor-widget-shopping-cart a i::before, header .menu-item-type-account  a i::before,header #wish-icon i::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    opacity: .64;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header .elementor-widget-shopping-cart i::before {
  background-image: url("../img/icon-cart.svg");
}

.row{
	display: flex;
	flex-wrap: wrap;
}



.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}


#iqitmegamenu-wrapper .cbp-category-link-w::before, #iqitmegamenu-horizontal .col-8.cbp-menu-column.cbp-menu-element>.cbp-menu-column-inner>div:nth-child(2)>.cbp-menu-column .cbp-hrsub-haslevel2 .cbp-category-link-w::before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 8px;
    right: 10px;
    position: absolute;
    color: #525252;
}