@import "customer.css";
@import "products.css";
@import "jquery-google-reviews.css";

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf");
}

:root {
  --font-primary: "Montserrat", sans-serif;
  --font-bold: "Montserrat-Bold", sans-serif;
  --width-container: 1600px;
  --color-primary: #8cc63f;
  --color-secondary: #cad197;
  --color-grey: #707070;
  --color-light-grey: #f8f8f8;
  --color-bg-1: #e2a0ff;
  --color-bg-2: #c4f5fc;
  --color-bg-3: #832ce9;
  --color-bg-4: #f2f9ea;
  --color-bg-5: #a9d195;
  --color-bg-6: #c864ff;
  --color-bg-7: #5f8081;
  --box-shadow: 0px 1px 4px 1px #0000001f;
  --border-radius: 20px;
  --border: 1px solid #c1c1c1;
}

label {
  text-align: left;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

* {
  font-family: var(--font-primary);
}

a:hover,
a:active,
a:target,
a:visited,
a:focus,
a:focus-visible,
a:focus-within {
  text-decoration: none !important;
}

button:focus {
  outline: none !important;
}

#wrapper {
  padding-top: 0;
  padding-left: 60px;
}

#wrapper .breadcrumb {
  margin: 10px 0 30px 0 !important;
  overflow: hidden !important;
  white-space: initial !important;
}

#wrapper .breadcrumb li span {
  font-size: 13px;
}

body:not(#index) #wrapper {
  padding-left: 60px;
}

#wrapper > div {
  padding: 0;
}

body:not(#index) #wrapper > div {
  margin: 0 auto;
  max-width: var(--width-container);
}

.modal-backdrop {
  z-index: 99;
  background-color: #000;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.btn:not(.js-remove-email-alert) {
  box-shadow: var(--box-shadow);
  padding: 12px 20px;
  border-radius: 25px;
}

.btn-secondary:hover {
  border: none !important;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}

/* Header */
#header .header-top {
  padding-top: 0;
  padding-bottom: 0;
}

#header,
#header .header-top {
  background-color: black !important;
}

#header .logo {
  width: 150px;
}

.header-top > div {
  margin: 0 auto;
  max-width: var(--width-container);
}

#header > div:not(.dbmenu) {
  padding-left: 60px;
}

/* Header statico*/
.header-top.fixed {
  top: 0;
  width: 100%;
  z-index: 99;
  max-width: initial;
  border-bottom: none !important;
  position: fixed;
}

.dbmenu.fixed {
  position: fixed;
}

/* Top bar */
#dfdtopbar {
  border-bottom: 1px solid #232323;
}

.topbar_text {
  padding: 5px;
}

.topbar_text p {
  font-size: 0.8em;
}

/* Idiomas*/
#language_selector {
  position: absolute;
  top: -30px;
  right: 8.2%;
}

.language-selector ul {
  display: flex;
}

.language-flag {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

#mobile-language {
  display: none;
}

/* Logo */
.displayRight {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.displayLogo {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.displayLogo > a {
  padding-right: 30px;
  /* border-right: 1px solid #232323; */
}

/* Categorías header */
.dbhomecategories {
  margin: 0 auto;
  padding: 0 5px;
  background-color: black;
  width: 100%;
}

.dbhomecategories .home_cat .name {
  color: white !important;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 10px;
}

.dbhomecategories .home_cat {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dbhomecategories .home_cat .name:hover,
.dbhomecategories a:hover span {
  text-decoration: none !important;
  color: var(--color-primary) !important;
}

.dbhomecategories .row {
  margin: 0;
  display: flex;
}

.dbhomecategories .row li {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 10px 15px;
}

/* Barra de busqueda*/
#header .search-mobile {
  display: none;
  transition: all 1s ease;
}

#header .search-mobile.bar-search {
  display: block;
}

#header .header-top .header__flex .displayTopCenter {
  min-width: 60%;
  margin-right: 20px;
}

#header .header-top .header__flex > .add {
  display: none;
}

#search_widget form input {
  padding: 8px 30px;
  font-size: 0.8em;
  border-radius: var(--border-radius);
  background-color: #6b6b6b !important;
  color: var(--color-light-grey);
  letter-spacing: 0.4px;
}

#search_widget form input::placeholder {
  color: var(--color-light-grey) !important;
}

.search-widget > form button[type="submit"] {
  bottom: 8px;
  right: 10px;
}

.search-widget img {
  width: 18px;
}

/* Usuario - Carrito de compra */
header #icon-user-login {
  display: flex;
  align-items: center;
}

header .icon-header.icon-search-mobile,
header .icon-header > div > a,
header .icon-header .blockcart {
  background-color: #17200a;
  padding: 12px;
  border-radius: 50%;
  margin: 0 12px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

header .displayTop .icon-header:nth-of-type(3) {
  margin-right: 0;
}

header .icon-header.icon-search-mobiler:hover,
header .icon-header:hover > div > a,
header .icon-header:hover .blockcart {
  background-color: var(--color-primary);
}

header .icon-header .header-cart {
  display: block;
  position: relative;
}

header .icon-header.icon-search-mobile {
  display: none;
}

#header .header-top .header__flex .displayTop .cart-products-count {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 2px 9px;
  background-color: var(--primary_color);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

#header .header-top .header__flex .displayTop {
  padding: 10px 0 10px 8px;
  flex-wrap: nowrap;
}

/* Menú */
#mobile__menu {
  display: none;
}

.dbmenu {
  position: fixed;
  z-index: 999;
  width: 60px;
  height: 100vh;
  background: black;
  top: 0;
}

.dbmenu > span {
  cursor: pointer;
}

.dbmenu_navigation {
  transform: rotate(270deg);
}

.dbmenu_navigation .element_nav {
  height: 60px;
  align-items: center;
  position: absolute;
  right: 62px;
  width: 380px;
  justify-content: space-between;
}

.dbmenu_navigation span {
  color: white !important;
  text-transform: uppercase;
  font-size: 1em !important;
  font-weight: bold !important;
  letter-spacing: 0.5px;
}

.dbmenu_navigation img {
  transform: rotate(90deg);
  width: 40px;
}

/* Menu lateral*/
#dbmenu_burger {
  left: 60px;
  padding-left: 0 !important;
}

#dbmenu_burger .modal-dialog {
  max-width: 600px;
  height: 750px;
}

#dbmenu_burger .modal-dialog .modal-content,
#dbmenu_burger .modal-body {
  background-color: black !important;
}

#dbmenu_burger .modal-dialog .modal-content .menu_header {
  background-color: black !important;
  box-shadow: none;
}

#dbmenu_burger .dbmenu_category {
  padding: 0;
}

#dbmenu_burger .dbmenu_primary {
  padding-left: 40px;
  margin-top: 50px;
  display: block !important;
}

#dbmenu_burger .item {
  margin-bottom: 15px;
  width: 100%;
}

#dbmenu_burger .item.item-mobile {
  display: none;
}

#dbmenu_burger .item.item-mobile a {
  color: var(--color-primary) !important;
}

#dbmenu_burger .item:hover {
  background-color: #3b531a;
}

#dbmenu_burger .item .item_primary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  padding-right: 35px;
}

#dbmenu_burger .item .item_primary > span {
  width: 50%;
}

#dbmenu_burger .item .item_primary i {
  padding-left: 20px;
}

#dbmenu_burger .item span,
#dbmenu_burger .item a {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#dbmenu_burger .modal-dialog .modal-content .menu_header .close {
  font-size: 3em;
  text-shadow: none;
  color: white;
}

#dbmenu_burger .subitems {
  width: 300px;
  transition: all 600ms ease;
}

#dbmenu_burger .subitems .dbmenu_back i {
  float: none;
  position: absolute;
  right: 0;
  top: 12px;
  width: 30px;
  font-size: 2.9em;
  text-shadow: none;
  font-weight: bold;
  line-height: 1;
  font-style: initial;
}

#dbmenu_burger .subitems {
  left: 300px;
}

#dbmenu_burger .subitems {
  background-color: #2e2e2e;
  overflow-y: hidden;
  height: 100%;
}

#dbmenu_burger .subitems .subitems_container {
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 40px;
  display: flex !important;
  flex-direction: column;
}

#dbmenu_burger .subitems .subitems_container a {
  color: white;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2e2e2e;
}

#dbmenu_burger .subitems .subitems_container a.has-submenu {
  margin-bottom: 0;
}

#dbmenu_burger .subitems .subitems_container a:hover {
  border-bottom: 1px solid #87a4a8;
}

#dbmenu_burger .subitems .subitems_container .item_primary {
  color: white !important;
  border-bottom: none;
}

#dbmenu_burger .subitems .subitems_container .item_primary:hover {
  color: var(--color-primary) !important;
  border-bottom: 1px solid #87a4a8 !important;
}

#dbmenu_burger .subitems .subitems_container > .subitems {
  left: 0 !important;
}

#dbmenu_burger .subitems .subitems_container > .sub-menu {
  margin-left: 40px;
  margin-bottom: 10px;
}

#dbmenu_burger .subitems .subitems_container > .sub-menu > a {
  margin: 5px;
  padding-top: 0;
}

#dbmenu_burger .subitems .dbmenu_back {
  letter-spacing: 0.9px;
  font-size: 1.1em;
  text-transform: uppercase;
  background-color: #2e2e2e;
  border-bottom: none;
  box-shadow: none;
  color: white;
  padding-left: 20px;
  margin-top: 20px;
  padding-right: 30px;
}

#header .subitems .subitem:hover,
#header .subitems .susubitem:hover {
  color: var(--color-primary);
}

#header .header-top .header__flex .displayTop .header-cart .header {
  position: relative;
}

/* Home */
#index #content {
  position: relative !important;
}

body:not(#index) #wrapper .container-fluid,
body:not(#index) #wrapper .container,
.footer-container .container-fluid,
.pre-footer,
.google-reviews,
#index
  #content
  > *:not(#carousel, #promotion-counter, .home-slider, #block-categories) {
  max-width: var(--width-container);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Slider*/
#closeDfdTopBar {
  padding-top: 0;
}

#carousel,
.carousel .carousel-inner,
.carousel .carousel-item img {
  height: auto;
}

#carousel .direction {
  display: none;
}

.carousel-indicators li {
  border-color: var(--color-bg-2);
}

.carousel-indicators .active {
  background-color: var(--color-bg-2);
}

.carousel .carousel-indicators {
  display: block !important;
  bottom: 0 !important;
}

.carousel .carousel-item img {
  object-fit: contain;
}

.carousel .carousel-item .caption {
  top: 50%;
  transform: translateY(-50%);
  left: 130px;
  max-width: 38%;
}

.carousel .carousel-item .caption h2,
.carousel .carousel-item .caption p {
  line-height: normal;
  text-transform: lowercase !important;
  font-size: 3em;
  font-weight: 900;
  font-family: var(--font-bold);
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: white;
}

.carousel .carousel-item .caption h2::first-letter,
.carousel .carousel-item .caption p::first-letter {
  text-transform: uppercase !important;
}

.carousel-control {
  text-shadow: none;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  margin: 0;
  top: 45%;
}

.carousel-control .icon-prev {
  left: 2rem !important;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  background-color: #9f77b5;
  border-radius: 50%;
  font-size: 1em;
  color: black;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: black;
}

.carousel-control:hover i {
  background-color: var(--color-primary) !important;
}

.home-slider {
  display: none;
}

.home-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Bloques slider*/
#custom-text {
  margin-bottom: 0;
}

#blocks-slider {
  width: 100%;
  margin: 40px auto;
}

#blocks-slider > div {
  padding: 0;
}

#blocks-slider > div > div {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

#blocks-slider .block {
  background-color: white;
  border-radius: var(--border-radius);
  padding: 10px 5px;
  height: 95px;
  margin: 0 15px;
  width: 22%;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
}

#blocks-slider .block > .block-img {
  width: 26%;
  justify-self: center;
  text-align: center;
}

#blocks-slider .block > .block-img img {
  width: 45px;
}

#blocks-slider .block > div:last-child {
  display: flex;
  width: 75%;
  justify-content: space-between;
  align-items: center;
}

#blocks-slider .block p {
  font-weight: bolder;
  padding-bottom: 2px;
  font-size: 0.9em;
  font-family: var(--font-bold);
  margin-bottom: 0;
}

#blocks-slider .block span {
  font-size: 0.75em;
  color: black;
}

#blocks-slider .block a {
  color: black;
}

#blocks-slider .block .block-arrow {
  padding-right: 15px;
}

#blocks-slider .block .block-arrow img {
  width: 7px;
}

#blocks-slider .block-text {
  text-align: left;
}

/* Bloque banner nuestras novedades - proximos lanzamientos*/
.static_cms {
  margin: 40px -10px 40px -10px;
}

.static_cms > div > div {
  padding: 0;
}

.static_cms > div > div > div {
  margin: 10px;
  position: relative;
}

.static_cms > div > div .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  transform: translate(-50%, -50%);
}

.static_cms > div > div p {
  color: white;
  line-height: normal;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.static_cms > div > div p.static_cms-title {
  font-size: 2.4em;
  font-family: var(--font-bold);
}

.static_cms > div > div p.static_cms-subtitle {
  font-size: 0.8em;
  text-transform: uppercase;
}

.static_cms img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: var(--border-radius);

  box-shadow: var(--box-shadow);
}

.static_cms .buttons {
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.static_cms .buttons hr {
  width: 80%;
  margin: 5px 0;
  background-color: white;
  border: 1px solid white;
}

.static_cms .buttons .left hr {
  margin: 5px 0 5px auto;
}

.static_cms .buttons a {
  font-size: 0.9em;
  color: white;
}

.static_cms > div > div:last-child .buttons {
  justify-content: end;
  padding-right: 40px;
}

.static_cms > div {
  margin: 0 -10px !important;
  display: flex;
  flex-wrap: wrap;
}

/* Sliders de productos - Home*/
.featured-products {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.featured-products .owl-stage {
  padding: 30px 0;
}

.featured-products .owl-item > div .product-miniature,
.product-miniature {
  padding: 25px 10px 10px 10px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  margin: 10px !important;
}

.product-miniature #category-flag-min img {
  object-fit: contain;
  height: auto;
}

.product-miniature {
  position: relative;
}

.product-miniature .thumbnail-container {
  margin-bottom: 0;
}

.product-miniature .promo-listado {
  left: auto !important;
  right: 0;
  top: 60px !important;
}

.product-miniature .promo-listado img {
  width: 120px !important;
  margin: 0 !important;
}

.featured-products .h3.products-section-title {
  font-size: 1.1em;
  color: black;
  padding-bottom: 20px;
  border-bottom: var(--border);
  padding-right: 70px;
}

.product-miniature .product-title {
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: bolder !important;
  color: var(--color-grey) !important;
  font-size: 0.95em !important;
  height: 75px !important;
}

.product-miniature .product-desc {
  height: 30px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 20px;
}

.product-miniature .product-price-and-shipping {
  margin-top: 0;
  display: flex;
  background-color: var(--color-bg-4);
  border-radius: var(--border-radius);
  padding: 20px 20px;
  align-items: center;
  justify-content: space-between;
  height: auto;
}

.product-miniature .product-price-and-shipping .price-block > div:first-child {
  display: flex;
  padding-top: 0;
}

.product-miniature .product-price-and-shipping .discount-product,
#products .product-price-and-shipping .discount-product,
.featured-products .product-price-and-shipping .discount-product,
.product-accessories .product-price-and-shipping .discount-product,
.product-miniature .product-price-and-shipping .discount-product {
  display: block;
}

.product-miniature .product-price-and-shipping .add {
  padding-bottom: 0 !important;
}

.product-miniature .product-price-and-shipping .add a {
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: var(--box-shadow);
}

.product-miniature .product-price-and-shipping .add a img {
  width: 25px;
}

.product-miniature
  .product-price-and-shipping
  .price-block
  > div:first-child
  span {
  font-size: 0.6em;
  margin-right: 10px;
}

.product-miniature
  .product-price-and-shipping
  .price-block
  > div:first-child
  span.discount-percentage {
  color: white;
  background-color: var(--color-bg-1);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: var(--border-radius);
  font-size: 0.7em;
  width: fit-content;
}

.product-miniature .product-price-and-shipping .price-block > div {
  padding-top: 8px;
}

.product-miniature .product-price-and-shipping .price-block > div .price {
  color: black;
  font-family: var(--font-bold);
}

.product-miniature .product-price-and-shipping .pre-regular-price {
  display: inline-block;
  font-size: 0.65em !important;
  color: #adada9;
  text-decoration: line-through;
}

.product-miniature .product-price-and-shipping .regular-price {
  padding-left: 5px;
  font-size: 0.65em !important;
}

.product-miniature .cart-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-flags {
  justify-content: start;
  align-items: baseline;
  width: 40%;
  margin-left: 10px;
}

.product-flags li.product-flag {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 0.7em;
  font-weight: bold !important;
  letter-spacing: 0.3px;
  color: black;
  border-radius: var(--border-radius);
  padding: 2px 10px;
  width: 110px;
  text-align: center;
  min-height: fit-content !important;
  font-family: var(--font-bold);
}

li.product-flag.new {
  background-color: var(--color-bg-2);
}

li.product-flag.discount,
li.product-flag.on-sale {
  background-color: var(--color-bg-1) !important;
}

li.product-flag.out_of_stock {
  background-color: #c63f3f;
  color: white;
  font-size: 0.5em !important;
  display: none;
}

li.product-flag.bestseller {
  background-color: #beff5a;
}

.product-miniature .aviability {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.product-miniature .aviability span {
  font-size: 0.8em;
  color: black;
  font-weight: bolder;
}

.product-miniature .aviability.no-available span {
  color: red;
}

.product-miniature .wishlist-button-add {
  position: absolute !important;
  box-shadow: none;
  border-radius: none;
  top: 0;
  left: 130px;
  height: auto;
  padding-top: 0;
  z-index: 1;
}

.product-miniature .wishlist-button-add i {
  color: red !important;
  font-size: 22px;
}

.featured-products .owl-carousel .owl-nav {
  position: absolute;
  top: -62px;
  right: 0;
  display: block !important;
}

.featured-products .owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}

.featured-products .owl-carousel .owl-nav button.owl-next.disabled,
.featured-products .owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.product-miniature .last-stock {
  margin-bottom: 0;
  margin-top: 5px;
  height: 40px;
  text-align: center;
}

.product-miniature .last-stock p {
  color: red;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.7em;
  font-weight: bolder;
}

.product-miniature .last-stock img {
  width: 90% !important;
}

.product-miniature .images-product {
  height: 350px;
}

.product-miniature #images-product-slider.owl-carousel {
  display: block;
  height: fit-content;
  max-height: 360px;
  overflow: hidden;
}

#category .product-miniature #images-product-slider.owl-carousel {
  height: 350px;
  padding-top: 30px;
}

.product-miniature #images-product-slider .owl-stage {
  padding-bottom: 0 !important;
}

.product-miniature #images-product-slider .owl-dots {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-miniature #images-product-slider .owl-dots > .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #f1eff1;
  border-radius: 50%;
  margin: 0 5px;
}

.product-miniature #images-product-slider .owl-dots > .owl-dot.active {
  background-color: #d6d0d7;
}

.product-thumbnail > img {
  padding-top: 30px !important;
  padding-bottom: 18px;
}

.product-thumbnail img {
  width: 90% !important;
}

.product-miniature .product-flag-wishlist {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  display: flex;
  align-items: start;
  width: 120px;
}

.product-miniature .product-flag-wishlist .product-flags {
  margin: 0;
  width: auto;
}

.product-miniature .product-flag-wishlist .product-flags,
.product-miniature .wishlist-button-add {
  position: initial;
}

.product-miniature .wishlist-button-add {
  background: transparent;
  margin-left: 0;
  padding: 0;
  min-width: auto;
  width: 20px;
}

/* Bloque home categorias*/
#block-categories .text-categories .title {
  font-family: var(--font-bold);
}

#block-categories .text-categories .buttons-categories > div {
  background-color: #5c807f;
  box-shadow: var(--box-shadow);
}

#block-categories .text-categories .buttons-categories > div:hover {
  background-color: var(--color-primary);
}

/* Footer*/
#footer {
  background-color: white;
  padding-left: 60px;
}

#footer > div {
  margin: 0 auto;
  max-width: var(--width-container);
}

#product #footer.fixed {
  padding-bottom: 130px;
}

.footer-container .footer_block > p {
  text-transform: uppercase;
  margin-bottom: 17px;
  color: var(--color-grey) !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  width: 90%;
  font-weight: 600;
  font-size: 1rem;
}

.footer-container .footer_block > p:after {
  background: var(--color-primary);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90px;
  height: 2px;
}

.footer_block > ul {
  margin-left: 15px;
}

#footer .footer-container {
  margin-top: 0;
  padding-top: 0;
}

#footer .footer-container > div > .row {
  margin: 0;
}

#footer .footer-container > div > .row:first-of-type {
  padding-top: 3em;
  border-top: var(--border);
}

#footer .footer-container li {
  margin-bottom: 0.7em;
}

#footer .footer-container li > a {
  font-size: 0.8em;
  font-weight: 500;
}

#footer .footer-container li > a:hover {
  color: var(--color-primary);
}

#footer .footer-container .footer_block:first-child {
  padding-left: 50px;
}

#footer .footer-container .footer_block:nth-of-type(5) {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-top: 20px;
}

#footer .footer-container .footer_block:nth-of-type(5) > div {
  display: flex;
  flex-direction: column;
}

#footer .footer-container .footer_block:nth-of-type(5) > div:first-child {
  align-items: start;
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div:first-child
  .footer-phone
  span {
  font-size: 1.6em;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 40px;
  color: var(--color-grey);
  font-family: var(--font-primary);
  font-weight: bold;
  letter-spacing: 2px;
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div:first-child
  .footer-phone:hover
  span {
  color: var(--color-primary);
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div:first-child
  .footer-phone {
  margin-bottom: 10px;
  text-align: end;
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div:first-child
  a:last-child {
  font-size: 0.9em;
  text-align: end;
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div:first-child
  a:last-child:hover {
  color: var(--color-primary);
}

#footer .footer-container .footer_block:nth-of-type(5) > div.links {
  margin-top: 20px;
}

#footer .footer-container .footer_block:nth-of-type(5) > div.links a {
  margin: 10px 0;
  display: flex;
  cursor: pointer;
  align-items: center;
}

#footer
  .footer-container
  .footer_block:nth-of-type(5)
  > div.links
  a:hover
  span {
  color: var(--color-primary);
}

#footer .footer-container .footer_block:nth-of-type(5) > div.links a img {
  width: 18px;
  margin-right: 15px;
}

#footer .footer-container .footer_block:nth-of-type(5) > div.links a span {
  font-size: 0.8em;
  font-weight: 500;
}

#footer .footer-container .footer_block:nth-of-type(5) .img-payment {
  margin-top: 30px;
}

#footer .footer-container .footer_block:nth-of-type(5) .img-payment {
  width: auto;
  max-width: 266px;
}

#footer .footer-container .footer_block .footer-block1 {
  margin-bottom: 40px;
}

#footer .footer-container .footer_block .footer-block1 img {
  margin-bottom: 25px;
}

#footer .footer-container .footer_block .footer-block1 p {
  width: 90%;
}

#footer .footer-container .footer_block .block-social {
  padding: 0 !important;
}

#footer .footer-container .footer_block .block-social ul li {
  height: 2rem;
  width: 2rem;
  margin-right: 5px;
}

.block-social ul {
  flex-wrap: wrap;
}

.tiktok {
  background-image: url("../img/icons/tiktok.svg");
}

.block-social ul li:hover {
  background-color: transparent !important;
  opacity: 0.7 !important;
}

#footer .footer-container > .container-fluid > div:last-child {
  border-top: 1px solid #d9d9d9;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

#footer .footer-container .copyright {
  padding-top: 12px;
  justify-content: center;
}

#footer .footer-container .copyright .text_copyright {
  margin: 0 40px;
  font-size: 0.9em;
  color: var(--color-grey);
}

#footer .footer-container .copyright .text_copyright a {
  color: var(--color-grey);
}

#footer .footer-container .copyright .text_copyright a:hover {
  color: var(--color-primary);
}

/* Newsletter*/
#footer .pre-footer {
  padding: 50px 20px 0 20px;
  margin: 0 auto;
}

#product #footer .pre-footer {
  padding-top: 0 !important;
}

#footer .pre-footer > div {
  border-top: var(--border);
}

#footer .block_newsletter {
  max-width: 100%;
  display: flex;
  align-items: end;
}

#footer .block_newsletter_img {
  padding: 0;
}

#footer .block_newsletter_img img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

#footer .block_newsletter .newsletter {
  background-color: var(--color-light-grey);
  padding: 50px 80px 30px 150px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#footer .block_newsletter .newsletter .title_newsletter {
  text-transform: uppercase;
  color: var(--color-grey);
  text-align: left;
  font-size: 1.9em;
  font-family: var(--font-bold);
}

#footer .block_newsletter .newsletter > p:nth-of-type(2) {
  color: var(--color-grey);
  width: 70%;
  font-weight: 600;
  margin-top: 20px;
}

.form_newsletter {
  margin-top: 40px;
  width: 100%;
}

.form_newsletter form {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.dataform_newsletter {
  width: 100%;
}

.block_newsletter form .input-wrapper {
  justify-content: left;
}

.block_newsletter .msg_newsletter {
  margin-top: 25px;
}

.block_newsletter .msg_newsletter span {
  font-weight: 700;
}

.block_newsletter form .msg_newsletter span,
.block_newsletter form .msg_newsletter a {
  color: var(--color-grey) !important;
  font-size: 1em;
}

.block_newsletter form .msg_newsletter .psgdpr_consent_message {
  display: flex;
}

.block_newsletter form input[type="email"] {
  height: 50px !important;
  text-indent: 0px;
  background: var(--color-light-grey);
  border: 0 !important;
  border-bottom: solid var(--color-grey) 1px !important;
  margin: 0px !important;
  padding: 0;
  font-size: 1.2em;
  width: 90%;
  max-width: none;
}

.block_newsletter form input[type="email"]:focus {
  outline: none;
  background: transparent;
}

.block_newsletter form button[type="submit"] {
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  right: 50px;
  box-shadow: none;
  padding: 0.5rem 1rem;
}

.block_newsletter form button[type="submit"]:disabled:hover {
  background-color: transparent !important;
}

.block_newsletter form button[type="submit"]:hover img {
  background-color: var(--color-primary);
  border-radius: 50%;
}

.brevo-conversations--side-bottom {
  /*bottom: 10px !important;*/ /*Antes 180*/
  z-index: 9999 !important;
}

/* Texto SEO HOME */
#text-seo {
  margin-bottom: 2em !important;
  display: flex;
}

#text-seo > div {
  padding: 20px;
}

#text-seo h2 {
  font-family: var(--font-bold);
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 0;
}

#text-seo h3 {
  margin: 30px 0 10px 0;
  font-family: var(--font-bold);
}

/* Volver arriba*/
.back-top {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 90px; /*Antes 280*/
  z-index: 99;
}

.back-top:hover {
  opacity: 0.5;
}

/* Contacto */
#contact-float {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 99;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

#contact-float.collapsed {
  bottom: 45%;
}

#contact-float.collapsed > div.complete {
  display: none;
}

#contact-float.collapsed > div.miniature {
  position: relative;
  height: 250px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact-float.collapsed > div.miniature p {
  color: white;
  font-weight: bolder;
  z-index: 2;
  position: absolute;
  right: 0;
  width: 80%;
  padding: 10px 5px 10px 10px;
  text-align: center;
}

#contact-float > div.miniature {
  display: none;
}

#contact-float div.miniature img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 250px;
  width: auto;
  right: -120px;
}

#contact-float > div.complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 350px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  animation: slide-in 1s forwards;
  animation-delay: 10ms;
}

#contact-float > div.complete > div {
  padding-left: 20px;
}

#contact-float > div.complete > p {
  display: none;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

#contact-float > div.miniature {
  cursor: pointer;
}

#contact-float > div.miniature:hover {
  opacity: 0.6;
}

#contact-float > div.complete > img {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 350px;
}

#contact-float > div.complete > p {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
  width: 80%;
  z-index: 2;
  color: white;
  font-weight: bolder;
  margin: -35px 5px 20px auto;
}

#contact-float > div.complete > div {
  z-index: 2;
}

#contact-float > div.complete a {
  color: white;
  padding: 10px;
  background-color: black;
  border-radius: 25px;
  font-size: 0.75em;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 170px;
}

#contact-float > div.complete a:hover {
  opacity: 0.7;
}

#contact-float > div.complete a > img {
  margin-right: 10px;
}

/* Opiniones Google - Reseñas */
#reviews-lgcomments {
  padding: 0 20px;
  margin-bottom: 2em !important;
}

#lgcomments-owl {
  width: 90%;
  margin: 0 auto;
  height: 300px;
  margin-top: 1em;
}

#lgcomments-owl .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

#lgcomments-owl .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  margin: 0;
}

#lgcomments-owl .owl-nav .owl-next {
  right: -50px;
  margin: 0;
}

#lgcomments-owl .owl-nav {
  display: block;
}

#lgcomments-owl .slide-container {
  background-color: var(--color-light-grey);
}

#lgcomments-owl .slide-container .slide-thumbnail {
  display: flex;
  justify-content: start;
}

#lgcomments-owl .slide-container .slide-thumbnail img {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 85px !important;
}

#lgcomments-owl .slide-container .slide-name > span {
  text-transform: capitalize;
  font-weight: bold;
}

#lgcomments-owl .slide-container .slide-date {
  opacity: 0.6;
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
  font-weight: bold;
}

#lgcomments-owl .slide-container .slide-comment {
  line-height: 1.55;
  max-width: 100%;
  text-align: justify;
  font-size: 0.8em;
  overflow-y: hidden;
  color: var(--footer_color);
  height: 180px;
}

.lgcomment_block {
  padding: 25px 10px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  border: none;
}

.fancybox-skin {
  background-color: white !important;
}

#form_review_popup #submit_review {
  background-color: var(--color-bg-5);
  padding: 12px 20px;
  border-radius: 25px;
  color: white !important;
  border: none;
}

#form_review_popup #submit_review:hover {
  background-color: var(--color-bg-7);
}

#form_review_popup .form-block input,
#form_review_popup .form-block textarea,
#form_review_popup .form-block.star-rating select {
  border-radius: var(--border-radius) !important;
  padding-right: 50px;
  padding: 0.5rem 1rem;
  color: var(--color_font);
  background: inherit;
  border: 1px solid #d2d2d2;
  width: 100%;
}

#form_review_popup .form-block.star-rating select {
  width: 50%;
}

#lgcomment {
  margin-bottom: 2em;
}

#lgcomment .content-button {
  margin-bottom: 2em;
}

#lgcomment .productComment {
  background-color: var(--color-light-grey);
  margin: 1em 0;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 20px;
}

#lgcomment .productComment img {
  object-fit: contain;
}

#lgcomment .productComment .content-block {
  border-color: var(--color-bg-3);
  margin-left: 15px;
  margin-top: 20px;
  font-size: 0.9em;
}

/* Opiniones Google*/
.google-reviews {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.google-reviews > p {
  font-size: 1.3em !important;
  color: black !important;
  padding-bottom: 20px;
  border-bottom: var(--border);
  text-align: center;
  font-weight: 500 !important;
  width: 100%;
  margin-bottom: 0 !important;
}

.google-reviews > a {
  background-color: var(--color-bg-5);
  padding: 12px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: white !important;
  width: 230px;
  box-shadow: var(--box-shadow);
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 40px;
}

.google-reviews > a:hover {
  background-color: var(--color-bg-7);
}

#google-reviews i {
  color: #f6bb06 !important;
}

#google-reviews .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

#google-reviews .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
}

#google-reviews .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
}

.google-reviews > div {
  width: 90%;
  height: 300px;
}

/* Categoria*/
.category-header > .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.category-header > .row > div:first-of-type {
  padding: 0;
}

/* .category-header>.row>div {
    padding: 0;
    height: 470px;
} */

#js-product-list-header,
#js-product-list-header div {
  height: 100%;
}

/* Categoria header*/
.block-category {
  padding: 0;
  margin-bottom: 5px;
}

.block-category .block-category-inner {
  flex-direction: column;
}

.block-category .block-category-inner .categoriesextratext-nobanner {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background-position: center;
}

.block-category .block-category-inner .categoriesextratext-nobanner,
.block-category .block-category-inner .categoriesextratext {
  height: 380px !important;
}

.block-category .block-category-inner #category-description p {
  font-size: 1em;
}

.block-category .block-category-inner #category-description-mobile {
  display: none;
}

.block-category-inner > div:first-child {
  position: relative;
  margin-bottom: 0;
}

.block-category .block-category-inner .categoriesextratext > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
}

.block-category .block-category-inner .categoriesextratext h1 {
  padding: 0;
}

.block-category .block-category-inner .categoriesextratext > div > a img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  height: 100%;
  max-height: 380px;
}

.block-category h1,
.block-category .h1 {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 3em;
  color: white;
  position: absolute;
  top: 0;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 0;
}

/* .block-category .block-category-inner .category-cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
} */

#category-description a,
#link-description-long {
  text-decoration: underline;
  color: var(--color-primary) !important;
  cursor: pointer;
}

#category .category-section-title {
  font-size: 1.1em;
  color: black;
  padding-bottom: 20px;
  border-bottom: var(--border);
  margin-top: 30px;
}

#category .category-section-title span {
  /*text-transform: lowercase;*/
}

#js-product-list-top {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 40px;
}

#js-product-list-top .total-products p {
  color: #b3b3b2;
  font-family: var(--font-bold);
  font-size: 0.8em;
  margin-bottom: 0;
}

.products-selection .sort-by {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 1em;
  width: 130px;
}

#js-product-list-top #selectProductSort,
.products-sort-order {
  background-color: var(--color-bg-6) !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em !important;
  padding: 4px 10px;
}

#js-product-list-top #selectProductSort {
  z-index: 1;
}

.products-sort-order {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

#js-product-list-top > div:first-child {
  margin-right: 60px;
}

.products-selection .sort-by-row {
  margin: 0;
}

.products-selection .sort-by {
  margin: 0;
}

/* Filtros*/
#js-active-search-filters.hide {
  display: none;
}

.active_filters {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
}

.active_filters .active-filter-title {
  font-size: 1.1em;
  color: black;
  padding-bottom: 20px;
}

.active_filters .filter-block {
  background-color: black;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 10px 20px;
  position: relative;
}

.active_filters .filter-block a {
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: 0;
  padding: 2px;
}

.active_filters .filter-block .close {
  margin: 0;
  text-shadow: none;
  color: white;
}

#search_filters .facet .facet-title {
  background-color: transparent;
  color: #9c9c9b;
  font-size: 1em;
  white-space: normal;
}

.facet {
  margin-bottom: 20px;
  border-bottom: var(--border) !important;
  padding-bottom: 10px;
}

.facet:not(.Precio, .Marca) ul {
  max-height: 400px;
  overflow-y: scroll;
}

.facet i img {
  height: 17px;
  width: 17px;
  cursor: pointer;
}

#search_filters {
  padding: 0 !important;
}

.slider-options {
  margin-top: 25px;
}

#search_filters .ui-slider-horizontal {
  margin-top: 10px;
}

.facet.Precio,
.facet.Marca {
  border-bottom: none !important;
}

#search_filters .ui-slider-horizontal {
  max-width: 95% !important;
  margin-bottom: 20px;
}

#search_filters .facet li .facet-label .custom-checkbox .ps-shown-by-js {
  border: none !important;
  border-radius: 50% !important;
  box-shadow: var(--box-shadow) !important;
}

#search_filters .facet li .facet-label {
  margin-bottom: 10px;
}

#search_filters .facet li .facet-label .search-link {
  color: #9c9c9b !important;
  margin-left: 10px;
}

#search_filters .facet li .facet-label .js-search-link {
  border-bottom: 2px solid transparent;
  width: 100%;
  padding-bottom: 5px;
  font-size: 0.95em;
  white-space: normal;
}

#search_filters .facet li .facet-label.active .js-search-link {
  border-bottom: 2px solid var(--color-bg-1);
}

/* Filtro marca - tamaño de la pantalla*/
#search_filters .facet.Marca ul {
  display: flex !important;
  flex-wrap: wrap;
}

#search_filters .facet.pantalla ul {
  display: flex;
  flex-wrap: wrap;
}

#search_filters .facet.Marca ul li,
#search_filters .facet.pantalla ul li {
  width: 33%;
  margin-bottom: 0;
  margin-top: 10px;
}

#search_filters .facet.Marca ul li > label,
#search_filters .facet.pantalla ul li > label {
  box-shadow: var(--box-shadow) !important;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  padding: 9px 5px;
  justify-content: center;
  margin-right: 10px;
  width: 90%;
}

#search_filters .facet.Marca ul li > label:hover,
#search_filters .facet.pantalla ul li > label:hover {
  box-shadow: 0px 1px 4px 1px var(--color-bg-2) !important;
}

#search_filters .facet.Marca ul li > label .js-search-link,
#search_filters .facet.pantalla ul li > label .js-search-link {
  color: black !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0;
  justify-content: center;
  padding-bottom: 0;
}

#search_filters .facet.Marca ul li > label .custom-checkbox,
#search_filters .facet.pantalla ul li > label .custom-checkbox {
  display: none;
}

#search_filters .facet.Marca ul li > label .js-search-link .magnitude,
#search_filters .facet.pantalla ul li > label .js-search-link .magnitude {
  display: none;
}

#search_filters .facet.Marca ul li > label a,
#search_filters .facet.pantalla ul li > label a {
  text-align: center;
  margin-top: 0;
  width: 100%;
}

#search_filters .facet.Marca li .facet-label.active .js-search-link,
#search_filters .facet.pantalla li .facet-label.active .js-search-link {
  border-bottom: none;
}

#search_filters .facet.Marca .facet-label.active,
#search_filters .facet.pantalla .facet-label.active {
  box-shadow: 0px 1px 4px 1px var(--color-bg-2) !important;
}

#search_filters .facet .title {
  cursor: pointer;
}

#search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
#search_filters .facet .title .collapse-icons .remove {
  display: none;
}

#search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
  display: block;
}

#search_filters .facet.Precio .collapse-icons,
#search_filters .facet.Marca .collapse-icons {
  display: none;
}

#search_filters .facet.Precio ul,
#search_filters .facet.Marca ul {
  display: block;
}

#search_filters .facet.pantalla ul.collapse {
  display: none;
}

#search_filters .facet.pantalla ul.collapse.in {
  display: flex !important;
}

/* Boton catgar mas productos*/
#btn_inifinitescroll {
  background-color: var(--color-bg-7) !important;
  border-radius: 25px;
  padding: 2px 20px;
  box-shadow: var(--box-shadow);
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

#btn_inifinitescroll:hover {
  background-color: var(--color-primary) !important;
}

#btn_inifinitescroll span {
  text-transform: uppercase;
  font-size: 0.8em;
}

#js-product-list-bottom {
  margin-bottom: 40px;
  margin-top: 80px;
}
#category.category-id-84 #js-product-list-bottom {
  margin-top: 0;
}

#js-product-list-bottom .h1.bottom-title {
  text-align: center;
  line-height: initial;
  margin-bottom: 10px;
  font-size: 1.8em;
  text-transform: capitalize;
}

#js-product-list-bottom hr {
  width: 150px;
  margin: 5px auto 30px auto;
  border: 2px solid var(--color-bg-3);
  border-radius: 5px;
  background-color: var(--color-bg-3);
}

/* Listado de productos*/
#js-product-list > .row {
  margin: 0 -10px;
}

body:not(#manufacturer, #search) #products .products > div {
  width: 33%;
}

.product-miniature .product-title {
  text-align: center !important;
}

.products article .wishlist-button-add {
  top: 0px !important;
}

.product-miniature .thumbnail-container {
  margin-bottom: 0 !important;
}

.product-miniature .thumbnail-container .product-thumbnail {
  text-align: center !important;
}

#category .product-miniature:hover {
  box-shadow: 0px 1px 4px 1px var(--color-primary) !important;
}

#category .product-thumbnail > img {
  padding-top: 0 !important;
}

#category .product-miniature {
  margin-bottom: 1.625rem;
}

#category .page-not-found {
  margin: 0 !important;
  width: 100% !important;
}

#category .page-not-found #search_widget,
#category .page-not-found #search_widget form {
  width: 100%;
}

#category .page-not-found #search_widget {
  margin-top: 20px;
}

/*Wishlist*/
.wishlist-modal .modal-header {
  padding-top: 30px;
}

.wishlist-modal .modal-content {
  border-radius: var(--border-radius);
}

.wishlist-list-item:hover {
  background-color: #a9d19561 !important;
}

.wishlist-list-item:hover .wishlist-list-item-title:hover,
.wishlist-list-item:hover,
.wishlist-list-item-link:hover {
  color: var(--color-primary) !important;
}
#wishlist-message {
  font-style: italic;
  background-color: #88aa3d33;
  padding: 20px;
}
.wishlist-products-container-header > .sort-by-row {
  display: none !important;
}

.wishlist-product-combinations-text {
  display: flex;
  flex-direction: column;
  margin: 10px 0 !important;
}

/* Página del PRODUCTO*/
/* Bloque derecho*/
#product .product_topview {
  margin-top: 0;
}

#product .product_topview .product_name {
  text-transform: uppercase;
  font-size: 1.7em;
  line-height: 1.1em;
  font-family: var(--font-bold);
  color: black !important;
}

#product .product_topview .displayProductCenterColumn {
  margin-bottom: 15px;
}

#product .product_topview .displayProductCenterColumn > div:first-child {
  width: 70%;
}

#product .product_topview .displayProductCenterColumn > div:first-child span {
  font-size: 12px;
  color: var(--color-grey);
}

#product .product_topview .displayProductCenterColumn .product-manufacturer {
  position: initial;
  margin: 0;
  width: 30%;
  display: flex;
  justify-content: end;
  margin-bottom: 25px;
}

#product
  .product_topview
  .displayProductCenterColumn
  .product-manufacturer
  .brand_centercolumn
  img {
  object-fit: contain;
  padding: 0;
  width: 100% !important;
  max-height: 100px;
}

#product .product_topview .block_right {
  margin-top: 10px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 25px;
  margin-top: 0;
}

#product #wrapper {
  overflow: initial !important;
  padding-bottom: 0 !important;
}

.price_outstanding .product_prices > span {
  display: none;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  .price_with_tax {
  font-weight: bolder;
  font-size: 2.6em;
  line-height: normal;
  color: black;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price {
  flex-direction: column-reverse;
  align-items: baseline;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  > div {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  .show_discount
  .discount,
#product .product-miniature .product-price-and-shipping .discount {
  background-color: var(--color-bg-1);
  border-radius: var(--border-radius);
  padding: 6px 14px;
  letter-spacing: 0.3px;
  font-size: 1.1em;
  font-weight: normal;
  margin-right: 10px;
  font-weight: bold;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  .show_discount {
  display: block;
  align-self: end;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  .discount_old_price
  p {
  color: #9f9f9f;
  font-size: 0.9em;
  margin-bottom: 5px;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .current-price
  .show_discount
  span.old_price {
  font-size: 1.6em;
  font-weight: bolder;
  color: #9f9f9f;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .product-price
  .price_wt {
  margin-top: 10px;
  font-size: 1.2em;
  color: #9f9f9f;
}

#product .product_topview .price_outstanding .product-prices.mobile .price_wt {
  width: 100%;
  font-size: 1em;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .available_stock
  span {
  font-weight: bolder;
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .available_stock.available,
#product
  .product_topview
  .price_outstanding
  .product-prices
  .available_stock.last_remaining_items {
  color: var(--color-primary);
}

#product
  .product_topview
  .price_outstanding
  .product-prices
  .available_stock
  span.out-stock {
  color: #c63f3f;
}

#product .product_topview #estimateddelivery {
  width: 100%;
  background-color: #e0f0cb;
  padding: 8px 10px;
  margin: 0px 0 20px 0;
  display: flex;
  align-items: center;
}

p.ed_orderbefore {
  background-color: #e0f0cb;
  margin: 10px 0;
  font-size: 13px;
  color: #6d9a31;
  padding: 5px 10px;
  margin-left: 0;
}

#product .product_topview .estimateddelivery div {
  border: none;
  margin: 0;
  padding: 0;
}

#product .product_topview .estimateddelivery p {
  font-size: 13px;
  color: #6d9a31;
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#product .product_topview .estimateddelivery p i {
  margin-right: 10px;
}

.ed_countdown,
.date_green {
  color: #6d9a31;
}

.blockreassurance_product {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

#product .product_topview .blockreassurance_product {
  margin-top: 5px !important;
  margin-bottom: 15px;
}

.blockreassurance_product > div {
  display: flex;
  align-items: center;
  height: 25px;
  width: 50%;
}

.blockreassurance_product .block-title {
  font-size: 0.95em;
}

.blockreassurance_product .item-product {
  margin: 0;
  height: 30px;
  width: 30px;
}

.blockreassurance_product .item-product svg {
  width: 20px;
  height: 20px;
}

.blockreassurance_product .item-product svg path {
  fill: black !important;
}

.blockreassurance_product .block-title .title {
  color: black;
}

#product .product_topview .product_customization .card {
  padding: 0;
  margin: 0;
  height: 15px;
}

#product .product_topview .product_customization .card > label {
  font-size: 1em;
  color: var(--color-grey);
  font-weight: 600;
}

#product .product_topview .product_customization .card .custom-checkbox {
  margin-right: 0;
  color: var(--color-grey);
}

#product
  .product_topview
  .product_customization
  .card
  > label
  > span:last-child {
  margin-left: 10px;
  color: var(--color-primary);
}

#product .product_topview .product_customization .product-customization {
  margin: 0;
}

#product .product_topview .product_customization .hidden {
  display: none !important;
}

#product #add-to-cart-or-refresh {
  margin-top: 10px;
}

#product .custom-checkbox {
  position: relative;
  cursor: pointer;
}

#product .custom-checkbox:hover {
  opacity: 0.7;
}

#product .custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
  margin-top: 0;
}

#product .custom-checkbox.check .ps-shown-by-js {
  position: relative;
}

#product .custom-checkbox.check .ps-shown-by-js::after {
  opacity: 1;
  content: "\2713";
  display: inline-block;
  color: var(--color-primary);
  text-align: center;
  position: absolute;
  left: 2px;
  font-weight: bold;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#product .custom-checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  border: 1px #979797 solid;
}

#product .product_topview .price_outstanding .product-description-link {
  padding: 40px 0;
}

#product .product_topview .price_outstanding .product-description-link > a {
  color: var(--color-bg-3);
  font-weight: bold;
  display: flex;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 25px;
  padding: 10px 25px;
  width: fit-content;
}

#product
  .product_topview
  .price_outstanding
  .product-description-link
  > a:hover {
  box-shadow: var(--box-shadow);
}

#product .product_topview .price_outstanding .product-description-link > a img {
  margin-left: 10px;
}

#product
  .product_topview
  .product-add-to-cart
  > div
  > .input-group.bootstrap-touchspin {
  display: none;
}

#product .product_topview .product-quantity {
  margin-top: 10px;
}

#product .product_topview .product-quantity .add {
  width: 100%;
}

#product-quantity {
  display: none;
}

#product .product_topview .product-quantity .add .add-to-cart {
  text-transform: uppercase;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: auto;
}

#product .product_topview .product-quantity .add .add-to-cart img {
  margin-right: 20px;
}

#product .product_topview .product-flags {
  position: initial;
  margin: 0 !important;
}

#product .product_topview .wishlist-button-add {
  padding-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  height: 25px;
}

#product
  .product_topview
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up,
#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 50px 50px 0;
}

#product
  .product_topview
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn-touchspin {
  height: 48px !important;
  width: 30px !important;
  border-color: black !important;
  box-shadow: none;
  display: flex;
}

#product
  .product_topview
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down,
#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 50px 0 0 50px;
  left: -65px;
}

#product .product_topview .bootstrap-touchspin #quantity_wanted {
  border-color: black;
  font-size: 1.1em;
  width: 40px;
  height: 48px !important;
  left: 29px;
}

#cart .bootstrap-touchspin input[type="number"] {
  border-left: none;
  border-right: none;
  text-align: center;
  border-color: black;
  left: 15px;
  height: 28px;
  width: 45px;
}

#cart .bootstrap-touchspin .input-group-btn-vertical i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8em;
}

#cart .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
  height: 28px !important;
  width: 15px !important;
  border-color: black !important;
  box-shadow: none;
  display: flex;
}

#product .product_topview .bootstrap-touchspin .input-group-btn-vertical i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: 0 !important;
}

#cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  left: 15px;
}

#product .product_topview .product-flag-wishlist {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9;
  display: flex;
  align-items: start;
}

#product .product_topview .product-flag-wishlist .product_flags {
  margin-right: 20px;
}

#product .product_topview .price_outstanding > div:first-child {
  display: flex;
}

#product .product_topview .price_outstanding > div:first-child > div,
#product .product_topview .price_outstanding > div:first-child > section {
  width: 50%;
}

.product-features {
  margin-top: 0;
  margin-left: 0;
}

#accordion .product-features dl {
  columns: 2;
}

#product #rate-google-my-business {
  margin-top: 40px;
  height: 50px;
}

#product #rate-google-my-business > div {
  display: flex;
  align-items: center;
}

#product #rate-google-my-business > p {
  font-size: 13px;
}

#product #rate-google-my-business .review-stars {
  margin: 0;
  font-size: 75%;
  display: flex;
}

#product #rate-google-my-business .review-stars i {
  color: #f6bb06 !important;
}

.product-features > dl.data-sheet dd {
  background: white !important;
}

.product-features > dl.data-sheet dd,
.product-features > dl.data-sheet dt {
  width: 50%;
}

.product-features > dl.data-sheet > div {
  display: flex;
  border-bottom: 1px solid lightgray;
}

.product-features > dl.data-sheet dt {
  color: var(--color-grey);
  display: flex;
  justify-content: end;
  padding-right: 10px;
  text-align: end;
  font-size: 0.9em;
}

.product-features > dl.data-sheet > div:not(:first-child) {
  padding-top: 15px;
}

.product-features > dl.data-sheet > div {
  padding-bottom: 15px;
  align-items: center;
}

.product-features > dl.data-sheet > div dd {
  margin-bottom: 0;
}

/* Metodo de pago klarna*/
#product .product_topview .klarna {
  border-left: 2px solid #c1c1c1;
  padding-left: 20px;
  margin-bottom: 50px;
}

#product .product_topview .klarna img {
  width: 100%;
  height: auto;
}

#klarnapayment-container-pay_later iframe {
  max-width: none !important;
}

/* Product custom fields */
.block-product-attribute-custom {
  padding: 10px 0;
  margin-bottom: 0;
}

.block-product-attribute-custom > div {
  width: 100%;
}

.block-product-attribute-custom .list-attribute-custom {
  margin-left: -5px;
  margin-right: -5px;
}

.block-product-attribute-custom .list-attribute-custom .checkbox {
  margin: 0 5px;
}

.block-product-attribute-custom .list-attribute-custom .checkbox > label {
  font-size: 1em;
  font-weight: 600;
}

.block-product-attribute-custom
  .list-attribute-custom
  .checkbox
  .current-price
  > span {
  color: var(--color-primary);
}

.block-product-attribute-custom .custom-field-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 1;
  pointer-events: none;
}

.block-product-attribute-custom .custom-group {
  padding: 0;
}

.block-product-attribute-custom .custom-group > div {
  margin: 5px;
}

.block-product-attribute-custom #extra-ets {
  margin: 5px;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.block-product-attribute-custom #extra-ets > div {
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
  width: 100%;
  margin-right: 10px;
}

.block-product-attribute-custom #extra-ets span {
  font-weight: 600;
}

.block-product-attribute-custom #extra-ets i {
  font-size: 1.2em;
  margin: 0 10px;
  color: var(--color-bg-6);
}

.block-product-attribute-custom #extra-ets-content {
  padding: 0;
}

.block-product-attribute-custom #extra-ets-content.hidden {
  display: none;
}

/* Opciones adicionales*/
.an-pf-fields-wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.an-pf-fields-wrap > div {
  padding: 0;
}

.an_productfields-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 1;
  pointer-events: none;
}

.an-pf-field-type-select > div {
  margin: 5px;
}

.an-pf-field {
  padding: 0;
}

.an-pf-field-type-checkbox {
  margin-left: 5px;
}

.an-pf-field-type-checkbox .anfield-checkbox > label {
  font-size: 1em;
  font-weight: 600;
}

.an-pf-field-type-checkbox .anfield-checkbox > label > span {
  color: var(--color-primary);
  margin-left: 5px;
}

.an-pf-field-type-checkbox .anfield-checkbox input[type="checkbox"] {
  background-color: #fff;
  margin: 0;
  margin-right: 8px;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: var(--border);
  border-radius: 0;
  transform: translateY(3px);
}

.custom-select {
  position: relative;
  width: 100%;
  background-color: var(--color-light-grey);
}

.custom-select select {
  display: none;
}

.custom-select .dd.ddcommon {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  padding-left: 50%;
  width: 100% !important;
}

.custom-select .dd.ddcommon .ddTitle {
  font-weight: bolder;
  font-size: 0.9em;
  text-align: end;
  padding-right: 20px;
  overflow: hidden;
  height: 22px;
  color: black;
}

.custom-select .dd.ddcommon .ddTitle:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--color-bg-1) transparent transparent transparent;
}

.custom-select .dd .ddChild {
  position: absolute;
  background-color: white;
  left: 0;
  right: 0;
  z-index: 3;
  top: 38px !important;
  height: auto !important;
}

.custom-select .dd .ddChild {
  max-height: 200px;
  overflow-y: scroll;
  z-index: 9 !important;
}

.product-miniature .custom-select .dd .ddChild {
  max-height: 100px !important;
}

.custom-select .dd .ddChild li {
  border-bottom: var(--border);
  padding: 10px;
  font-size: 0.9em;
  background-color: white;
}

.custom-select .dd .ddChild li:hover {
  background-color: #8cc63f33;
}

.js-product-miniature .custom-group:not(#group-3, #group-1) {
  display: none;
}

.product-variants {
  display: flex;
  flex-wrap: wrap;
}

.product-variants > .product-variants-item {
  width: 100%;
}

.product-variants > .product-variants-item ul {
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.product-variants > .product-variants-item .control-label {
  border-bottom: var(--border);
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: var(--color-grey);
  font-weight: 800;
  font-size: 1em;
}

.product-variants > .product-variants-item label {
  cursor: pointer;
  margin: 5px;
}

.product-variants > .product-variants-item label > span {
  border: var(--border);
}

.product-variants > .product-variants-item label > input {
  height: auto;
  width: auto;
}

.product-variants > .product-variants-item label .radio-label {
  text-transform: capitalize;
  padding: 10px 20px;
}

#attribute_modal .modal-content {
  border-radius: var(--border-radius);
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border-color: var(--color-bg-1);
  background-color: var(--color-bg-1);
  color: white;
}

.product-variants .product-variants-explain {
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 10px;
  color: var(--color-primary);
  cursor: pointer;
}

.btnanadircarrito {
  width: 100%;
  box-shadow: var(--box-shadow);
  padding: 12px 20px;
  border-radius: 25px;
  color: var(--button_p_color);
  background: black;
  text-transform: uppercase;
  border: none;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: auto;
  margin-bottom: 20px;
}

.btnanadircarrito:hover {
  background-color: var(--color-primary);
}

.btnanadircarrito.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background: black;
  color: white;
}

.btnanadircarrito img {
  margin-right: 20px;
}

.btnanadircarrito.disabled:hover {
  cursor: not-allowed;
  opacity: 0.65;
  background: black;
  color: white;
}

/* Informacion adicional*/
#category-outlet-banner img {
  border-radius: var(--border-radius);
  margin-top: 10px;
}

.banners-product-promo {
  margin-top: 10px;
}

/* Aviso stock */
#email-alert {
  margin-top: 25px;
}

#email-alert .js-mailalert > span {
  margin-bottom: 10px;
  display: block;
}

#email-alert .js-mailalert .form-control {
  margin-bottom: 10px;
}

#email-alert .js-mailalert .btn {
  width: 100%;
}

#email-alert .js-mailalert .js-mailalert-alerts {
  margin-top: 10px;
}

#module-ps_emailalerts-account #content-wrapper ul > li {
  box-shadow: var(--box-shadow);
  background: #f6f6f6 !important;
  border-radius: var(--border-radius);
  border: none;
  margin-bottom: 20px;
  padding: 10px;
}

#module-ps_emailalerts-account #content-wrapper ul > li > a {
  color: black;
  font-size: 0.9em;
}

#module-ps_emailalerts-account #content-wrapper ul > li img {
  filter: contrast(0.933);
}

/* Bloque izquierdo*/
#product .product_topview .block_left {
  padding-right: 25px;
}

#product .product_topview .block_left > div {
  padding: 0;
  margin-top: 40px;
}

#product .product_topview .block_left #content {
  height: 100%;
}

.product-bottom #description-info {
  margin-top: 30px;
}

.product-bottom #description {
  margin-bottom: 0;
}

.product-information .info_content {
  padding: 20px 0;
}

.product-description.hidden-md-up .product-description p {
  font-size: 1em;
}

#product .product-bottom {
  display: flex;
}

#product .product-bottom > div {
  padding: 0;
}

.block_left {
  position: relative;
}

.block_left .product-add-to-cart {
  display: none;
}

.block_left .promo-listado {
  bottom: 40px;
  right: 0;
  left: auto !important;
  top: auto !important;
}

.block_left .promo-listado + .product_cover_thumbnails {
  border: 2px solid #62c99e;
}

.block_left #category-outlet {
  position: absolute;
  top: 60px;
  right: 40px;
}

.block_left #category-outlet img {
  object-fit: contain;
}

/* Product tabs*/
#product .product-information {
  margin-top: 10px;
  margin-bottom: 0px;
}

#product .product-information .tabs .nav-tabs .nav-link:hover,
#product .product-information .tabs .nav-tabs,
#product .product-information .tabs .nav-tabs .nav-link.active {
  border: none !important;
}

#product .product-information .tabs .nav-tabs {
  margin-bottom: 20px;
}

#product .product-information .tabs .nav-tabs .nav-link:hover,
#product .product-information .tabs .nav-tabs .nav-link:hover i svg {
  color: var(--color-bg-5) !important;
  fill: var(--color-bg-5) !important;
}

#product .product-information > #accordion .card:not(.description) {
  padding: 0;
  margin: 2em 0 4em 0;
  border-top: 2px solid #c1c1c1;
  padding-top: 10px;
}

#product
  .product-information
  > #accordion
  .product-features
  > dl.data-sheet
  > div {
  padding-top: 10px;
}

#product
  .product-information
  > #accordion
  .product-features
  > dl.data-sheet
  > div {
  padding-bottom: 10px;
}

#product
  .product-information
  > #accordion
  .product-features
  > dl.data-sheet
  > div {
  border-bottom: none;
}

#product .product-information > #accordion #product-details {
  padding: 0;
}

#product #product-details #sld-characteristics {
  column-count: 2;
}

#product #product-details #sld-characteristics > div:not(.groupfeature-title) {
  width: 50%;
}

#product #product-details #sld-characteristics > div:nth-of-type(odd) > div {
  margin-right: 30px;
}

#product #product-details .groupfeature-title {
  background-color: #f1f1f1 !important;
  color: var(--color-grey);
  padding: 15px 20px;
  margin-top: 0;
  margin-bottom: 0;
}

#product .product-information > #accordion dl.data-sheet dt {
  font-weight: 100 !important;
  font-family: inherit;
}

#product .product-information > #accordion dl.data-sheet {
  margin-bottom: 0;
}

#product .product-information > #accordion dl.data-sheet > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 20px;
  border-bottom: var(--border);
}

#product .product-information > #accordion dl.data-sheet dd {
  justify-content: end;
  font-size: 0.95em;
  padding-right: 0;
  display: flex;
  text-align: end;
  margin-bottom: 0;
}

#product .product-information > #accordion .card:not(.description) button {
  margin-bottom: 20px;
}

#product .product-information > #accordion button,
.product-bottom #description-info {
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  color: var(--color-grey);
  font-weight: normal;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  font-weight: bolder;
}
#product .product-information > #accordion button h2 {
  font-size: 1em;
  white-space: break-spaces;
}

#product .product-information > #accordion img {
  margin-right: 10px;
  margin-bottom: 10px;
}

#product
  .product-information
  > #accordion
  .product-features
  > dl.data-sheet
  > div:nth-of-type(even),
#product
  .product-information
  > #accordion
  .product-features
  > dl.data-sheet
  > div:nth-of-type(even)
  .value {
  background-color: #f1f1f1 !important;
}

#product .product_topview .product_cover_thumbnails {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 20px;
  background-color: #f6f6f6;
  height: 100%;
}

#product .product_topview .product_cover_thumbnails > div {
  height: 100%;
}

#product .product_topview .product_cover_thumbnails .product-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#product .product_topview .product_cover_thumbnails .product-no-image img {
  filter: contrast(0.933);
}

#splide_images_product_miniature_lateral-track,
#splide_images_product_miniature_lateral-list {
  height: 100%;
}

#splide_images_product_miniature_lateral-list > div {
  margin-bottom: 0;
}

#product
  .product_topview.product_columns_2
  .block_left
  #content
  .product-cover
  img {
  filter: contrast(0.933);
  width: 100%;
  display: flex;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

#product .product_topview .product-flags {
  margin-top: 30px;
  margin-left: 30px;
}

#product .product_topview .product-flags li.product-flag {
  font-size: 0.8em;
  padding: 4px 20px;
  width: 140px;
  margin-bottom: 12px;
}

#product .product_topview .product-flags li.product-flag.discount {
  display: none;
}

#product .product_topview .splide--nav > .splide__track > .splide__list {
  width: fit-content;
}

#product
  .product_topview
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide {
  width: 100% !important;
  height: 100% !important;
  max-width: 110px;
  max-height: 110px;
  border: 1px solid transparent;
  margin-right: 0 !important;
  border-radius: 10px;
  background-color: #ececec !important;
  background-image: none !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

#product
  .product_topview
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide
  img {
  display: block !important;
  filter: contrast(0.85);
  width: 100%;
  height: 90%;
  border-radius: 10px;
}

#splide_images_product_secundary_lateral {
  width: 20%;
}

#splide_images_product_miniature_lateral {
  width: 80%;
}

#splide_images_product_miniature_lateral .splide__pagination {
  display: none;
}

.splide__pagination__page.is-active {
  transform: none;
  background: black;
}

.images-container svg {
  fill: white;
}

.splide__arrow {
  background-color: var(--color-bg-5);
  opacity: 1;
}

.images-container #splide_images_product_secundary_lateral-track {
  width: fit-content;
  margin: 50px auto;
  height: auto !important;
  max-height: 600px;
}

/* .images-container #splide_images_product_secundary_lateral-track ul {
    transform: none !important;
} */

#product .product_topview #splide_images_product_secundary {
  margin-bottom: 0;
}

#product
  .product_topview
  #splide_images_product_secundary
  .splide__arrow--prev {
  left: -0.8em !important;
}

#product
  .product_topview
  #splide_images_product_secundary
  .splide__arrow--next {
  right: -0.8em !important;
}

#product
  .product_topview
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide:hover,
#product
  .product_topview
  .splide--nav
  > .splide__track
  > .splide__list
  > .splide__slide.is-active {
  border: 1px solid var(--color-primary);
}

#product .product_topview #splide_images_product_secundary .splide__arrow {
  background: transparent !important;
}

#product .product_topview .wishlist-button-add {
  box-shadow: none;
  background: transparent;
  z-index: 9;
  top: 20px;
  left: 160px;
}

#product .product_topview .wishlist-button-add i {
  color: red;
  font-size: 34px;
  padding-top: 2px;
}

.displayProductCenterColumn .product-manufacturer .brand_centercolumn {
  text-align: end;
}

/* Slider productos comprados juntos*/
#product .product-accessories {
  border-bottom: var(--border);
  padding-bottom: 50px;
}

#product .product-accessories #featuredproducts-accessories-slider {
  display: flex;
  position: relative;
  justify-content: end;
  padding-right: 0;
}

#product .product-accessories .h3.products-section-title {
  margin-bottom: 50px;
}

#product .product-accessories .product-title {
  font-weight: bolder !important;
  color: black !important;
  font-family: var(--font-bold);
  height: auto !important;
}

#product .product-accessories .discount-percentage {
  display: block;
}

#product .product-miniature .product-price-and-shipping .discount {
  color: white;
  font-size: 0.5em;
  margin-left: 10px;
  padding: 3px 10px;
}

#product .product-miniature {
  border: 2px solid white;
}

#product .product-accessories .thumbnail.product-thumbnail img {
  width: 70% !important;
}

#product .product-accessories .product-miniature .wishlist-button-add {
  left: 20px;
}

#product .product-accessories .product-miniature .wishlist-button-add i {
  font-size: 2em;
}

#product .product-accessories .accesory {
  width: 31%;
}

#product .product-accessories .accesory .wishlist-button-add {
  display: none;
}

#product .product-accessories .accesory .product-miniature {
  border: 2px solid var(--color-bg-1);
}

#product
  .product-accessories
  .accesory
  .thumbnail-container
  .product-thumbnail {
  display: flex;
  flex-direction: column-reverse;
}

#product .product-accessories .accesory .thumbnail.product-thumbnail img {
  padding-top: 0 !important;
}

#product .product-accessories .accesory label {
  width: 100%;
  text-align: center;
}

#product .product-accessories .accesory label input {
  margin-right: 10px;
}

#product .product-accessories .accesory .product-title {
  margin-top: 0;
  min-height: 65px;
  height: auto !important;
  font-size: 0.85em !important;
}

#product .product-accessories .product-of-page .price-block > div {
  display: flex;
}

#product .product-accessories .add-to-cart-category {
  padding: 10px 30px;
}

#product .product-accessories .more-products {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--color-bg-1);
  left: 70px;
  padding: 20px;
  background-color: white;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

#product .product-accessories .custom-checkbox.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.add-accesories-cart.hidden {
  display: none;
}

.add-accesories-cart {
  display: flex;
  justify-content: end;
  margin-top: 3em;
  align-items: end;
}

.add-accesories-cart > div {
  margin: 0 80px;
}

.add-accesories-cart > div > p {
  margin-bottom: 10px;
}

.add-accesories-cart > div span {
  font-weight: bolder;
  font-size: 1.4em;
}

.add-accesories-cart button {
  box-shadow: none;
  background-color: var(--color-primary);
  min-width: 200px;
  height: 44px;
}

.add-accesories-cart button:hover {
  background-color: var(--color-bg-5);
}

/* Slider productos de la misma categoría*/
#product .featured-products {
  margin: 0;
  margin-bottom: 50px;
}

#product .featured-products .product-miniature .product-title {
  height: auto;
  font-size: 0.9em;
}

#product .featured-products .product-miniature .product-desc {
  display: none;
}

#product
  #featuredproducts-category-slider.owl-carousel
  .product-miniature.js-product-miniature {
  background-color: white;
}

#product #featuredproducts-category-slider.owl-carousel .owl-nav {
  top: -70px;
}

#product
  #featuredproducts-category-slider
  .product-miniature
  #images-product-slider.owl-carousel {
  height: auto;
  max-height: none;
}

#product #featuredproducts-category-slider .product-miniature .product-title {
  height: 40px !important;
  font-size: 0.8em !important;
}

#product #featuredproducts-category-slider .product-miniature .last-stock {
  margin-bottom: 0px;
}

#product
  #featuredproducts-crossselling-slider
  .product-miniature
  .product-price-and-shipping {
  background-color: var(--color-bg-4);
}

#product
  .product-accessories.featured-products
  .product-miniature
  .block-product-attribute-custom {
  display: none;
}

/* Modal añadir al carrito*/
#blockcart-modal {
  z-index: 9999;
}

#blockcart-modal .modal-body {
  padding: 0;
}

#blockcart-modal .modal-title {
  font-family: var(--font-bold);
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

#blockcart-modal .modal-title .total_products {
  color: white;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0.5em;
  padding: 5px 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blockcart-modal .modal-title {
  margin-right: 0;
}

#blockcart-modal .modal-title svg {
  width: 25px;
  height: 25px;
}

#blockcart-modal .modal-title svg g,
#blockcart-modal .modal-title svg path {
  fill: var(--color-bg-3) !important;
}

#blockcart-modal .modal-body .modal_products {
  width: 100%;
}

#blockcart-modal .modal-body .modal_products .modal_product > .row {
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_image
  img {
  height: 80px !important;
  width: 80px !important;
  margin: 0 auto;
  width: 30%;
  margin-bottom: 10px !important;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_image
  .product-name-value {
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: bold;
  color: var(--color-grey);
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_image
  .product-attributes {
  line-height: 1em;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_image
  .product-attributes
  span {
  color: black;
  font-size: 0.82em;
}

#blockcart-modal .modal_totals .cart-content {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
}

#blockcart-modal .product-name {
  font-size: 0.8em;
  color: var(--color-grey);
  font-weight: bolder;
  width: 70%;
  padding-right: 15px;
  padding-left: 25px;
  margin-bottom: 10px;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_info
  > .product_action {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_info
  .delete_product {
  position: initial;
}

#blockcart-modal
  .modal-body
  .modal_products
  .modal_product
  .modal_products_info
  .product-price {
  font-size: 1em;
}

#blockcart-modal .modal_totals .cart-content p {
  padding: 5px 10px;
  margin-bottom: 5px !important;
}

#blockcart-modal .bootstrap-touchspin #quantity_wanted {
  border-top: 0.8px solid black !important;
  border-bottom: 0.8px solid black !important;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
  border-top: 0.8px solid black !important;
  border-bottom: 0.8px solid black !important;
  box-shadow: none !important;
  border-radius: 20px 0 0 20px;
}

#blockcart-modal
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-left: 0.8px solid black !important;
}

#blockcart-modal
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0 20px 20px 0;
  border-color: black !important;
}

#blockcart-modal .modal_totals .cart-content p.subtotals_shipping {
  font-weight: bolder;
  color: var(--color-grey);
}

#blockcart-modal .modal_totals .cart-content p.product-total {
  margin-top: 10px;
}

#blockcart-modal .modal_totals .cart-content p.product-total span {
  font-weight: bolder !important;
  font-size: 1em !important;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-view-cart {
  box-shadow: none;
  border: 1px solid var(--color-bg-5);
  font-weight: bolder;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-view-cart:hover {
  background-color: var(--color-bg-7);
  color: white;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary {
  box-shadow: none;
  background-color: var(--color-bg-5);
  font-weight: bolder;
  margin-top: 20px;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary:hover {
  background-color: var(--color-bg-7);
}

/* Bloque inferior producto*/
#block-product {
  margin-top: 260px;
  margin-bottom: 80px;
  background-image: url("/img/cms/fondo-bloque-verde.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px 50px 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  position: relative;
}

#block-product .title {
  font-size: 3em;
  line-height: normal;
  padding-top: 30px;
  padding-bottom: 40px;
  color: black;
  font-family: var(--font-bold);
  width: 35%;
  font-weight: bolder;
}

#block-product > p:first-child {
  color: white;
  font-size: 2.6em;
  padding-top: 10px;
  font-weight: bolder;
}

#block-product > a {
  padding: 12px 30px;
  font-weight: bolder;
  font-size: 1.2em;
}

#block-product > img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 160%;
  object-fit: contain;
  pointer-events: none;
}

/* Página iniciar sesión - crear cuenta - mi cuenta */
.page-authentication #content,
#password.page-customer-account #content {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.page-customer-account #content .login-top {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.page-customer-account #content .login-top .header-login.mobile {
  display: none;
}

#password.page-customer-account #content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div#info.account {
  flex-direction: row;
}

.page-authentication #content h1 {
  font-size: 3.4em;
  line-height: normal;
  margin-bottom: 0;
}

.page-authentication #content .title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: normal;
}

.page-authentication #content .schedule {
  margin: 3em 0;
}

.page-authentication #content .schedule > p {
  font-size: 1.1em;
  margin-bottom: 5px;
}

.page-authentication #content .contact {
  display: flex;
  flex-direction: column;
}

.page-authentication #content .contact > a {
  font-size: 1.3em;
  color: #232323;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.page-authentication #content .contact > a img {
  margin-right: 10px;
}

.page-authentication #content .contact > a:hover {
  color: var(--color-primary);
}

.consulting {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  max-width: 300px;
}

.consulting.login {
  max-width: none;
  justify-content: center;
  margin-top: 6em;
  width: 100%;
}

.consulting > p {
  font-weight: bolder;
  font-size: 1.6em;
}

.consulting.login > p {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.consulting > a {
  background-color: var(--color-bg-1);
  color: white !important;
  border-radius: var(--border-radius);
  padding: 10px 20px;
  font-weight: bolder;
  font-size: 1.2em;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consulting > a:hover {
  background-color: var(--color-secondary);
}

.consulting.login > a {
  margin: 20px auto;
  width: fit-content;
}

.consulting > a i {
  margin-right: 15px;
}

.consulting > span {
  align-self: center;
  color: var(--color-grey);
  font-size: 1.1em;
}

.page-customer-account #content .no-account-text {
  position: relative;
  margin: 25px 0;
}

.page-customer-account #content .no-account-text > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  font-weight: bold;
}

.page-customer-account #content .no-account {
  display: flex;
}

.page-customer-account #content .no-account a {
  color: black;
  border: var(--border);
  border-radius: var(--border-radius);
  padding: 10px;
  width: 100%;
}

.page-customer-account #content .no-account a:hover {
  background-color: var(--color-bg-7);
  color: white;
}

.page-authentication #content .forgot-password a {
  color: black;
  text-decoration: underline;
}

#fd_feedback_widget .form-control,
.page-customer-account form .form-control {
  border-radius: var(--border-radius) !important;
  padding-right: 20px;
}

#fd_feedback_widget #products-order.hidden {
  display: none;
}

.page-customer-account form .input-group-btn {
  position: absolute;
  right: 50px;
  width: 0;
}

.page-customer-account #submit-login {
  width: 100%;
  background-color: var(--color-primary);
  box-shadow: none;
}

.page-customer-account #submit-login:hover {
  background-color: var(--color-bg-7);
}

div#info.account {
  margin-top: 8em;
}

div#info.login {
  margin-top: 20px;
  padding: 0;
}

div#info.login > div {
  margin-left: -10px;
  margin-right: -10px;
}

div#info.account > div {
  display: flex;
  flex-wrap: wrap;
}

div#info.account > div > div > a {
  border: var(--border);
  border-radius: var(--border-radius);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px;
  margin: 10px;
}

div#info.account > div > div > a:hover {
  border-color: var(--color-bg-6);
}

div#info.account > div > div {
  display: flex;
  padding: 0;
}

div#info.account img {
  margin-bottom: 10px;
}

div#info.account h2 {
  color: black;
}

div#info.account p {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
  color: black;
}

div#info.account small {
  font-size: 0.9em;
  color: black;
}

.navigation_mobile {
  border: none;
  margin-bottom: 30px;
}

.navigation_mobile .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#authentication .form-footer {
  text-align: center !important;
  display: flex;
  justify-content: center;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
  background-color: transparent;
  border-radius: 0;
  min-width: auto;
  cursor: pointer;
  z-index: 9;
}

.input-group .input-group-btn > .btn[data-action="show-password"] > img {
  width: 24px;
  height: 24px;
}

form .form-control-label .form_required {
  color: var(--color-primary) !important;
}

form .custom-checkbox > label {
  padding-left: 0 !important;
}

#user-name {
  color: white !important;
  font-size: 0.9em;
  cursor: pointer;
}

#userinfo_modal .modal-dialog .modal-content {
  background: white !important;
  padding: 0;
}

#userinfo_modal .modal-dialog .close_session:hover {
  color: white;
}

#account-top h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6em;
}

#tabs-account .nav.nav-tabs {
  justify-content: center;
  display: flex;
}

#tabs-account {
  padding: 0;
  margin-bottom: 40px;
}

#tabs-account .tab-pane {
  margin-left: -15px;
  margin-right: -15px;
}

#my-account #content-wrapper {
  padding-left: 0;
}

#my-account .link-item {
  border-radius: var(--border-radius);
  justify-content: start;
  border: none;
  box-shadow: var(--box-shadow);
  background: #f6f6f6;
  margin: 15px 0;
  min-height: 100px;
}

#my-account .link-item:hover {
  background-color: var(--color-bg-7);
  border-color: var(--color-bg-7);
}

#my-account .link-item > i,
#my-account .link-item > img {
  width: 40px !important;
  font-size: 40px !important;
  color: #d2d2d2 !important;
}

#my-account .link-item > i,
#my-account .link-item > img {
  margin-right: 10px;
}

#my-account #content > div {
  margin-top: 20px;
}

#my-account #content .subtitle {
  margin: 10px 0;
}

#wrapper #content-wrapper.account {
  padding-left: 0;
}

#left-column > div .navigation_account {
  padding-top: 0;
  padding-left: 0;
}

.navigation_account .item:hover {
  color: var(--color-secondary);
}

#my-account #left-column > div .navigation_account:first-child .title {
  padding-top: 0;
}

#my-account .link-item > div > p {
  font-weight: 600;
}

#module-psgdpr-gdpr .page-content {
  padding-left: 15px;
}

#module-psgdpr-gdpr .page-content > .container {
  padding: 0 !important;
  width: 100%;
}

#module-psgdpr-gdpr #content-wrapper,
#module-psgdpr-gdpr #content-wrapper .container {
  padding-left: 0;
}

#module-psgdpr-gdpr .psgdprinfo17 {
  border-radius: 25px;
  box-shadow: var(--box-shadow);
  padding: 30px 30px 50px 30px;
}

#module-psgdpr-gdpr .psgdprinfo17 > a {
  margin-top: 40px;
}

#module-psgdpr-gdpr .psgdprinfo17 {
  background-color: var(--color-light-grey);
}

.forgotten-password .form-fields .center-email-fields {
  align-items: center;
}

#password h1 {
  text-align: center;
}

#password.page-customer-account #content {
  justify-content: center;
}

#password .forgotten-password header {
  margin-bottom: 20px;
  text-align: center;
}

.forgotten-password .form-fields .center-email-fields button {
  margin-left: 0;
  width: fit-content;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-addresses .address {
  box-shadow: var(--box-shadow);
  background: #f6f6f6;
  border-radius: var(--border-radius);
  border: none;
  margin: 10px 0;
}

.page-addresses .address .address-footer {
  background-color: var(--color-primary);

  border-radius: 0 0 20px 20px;
}

.page-addresses .address .address-footer > a {
  color: white;
}

.page-addresses .address .address-footer > a:hover {
  color: black;
}

.page-addresses .addresses-footer {
  margin-left: 0;
  margin-top: 20px;
}

/* DFDMOD 31-07-2023 */
/* Social login */
#fbpsc.authentication {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
}

#fbpsc.authentication > div {
  display: flex;
}

#fbpsc .bt-btn-sl {
  width: 100% !important;
  margin: 0;
  border-radius: var(--border-radius) !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  margin-bottom: 0px !important;
}

#fbpsc .bt-btn-sl:nth-child(2) {
  margin-left: 15px;
}

.btn-social > :first-child {
  position: initial !important;
}

#fbpsc .btn-title-connect {
  padding-left: 10px;
  font-size: 13px;
}

#module-facebookpsconnect-account #fbpsc {
  margin: 2em 0;
}

#module-facebookpsconnect-account #fbpsc a {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#module-facebookpsconnect-account #fbpsc .bt-btn-sl {
  min-width: 300px;
}

#module-facebookpsconnect-account #fbpsc .float-right {
  margin-left: 15px;
  height: 42px;
  font-size: 14px;
  background: white;
}

#module-facebookpsconnect-account #fbpsc .float-right.btn-primary {
  background-color: var(--color-primary);
}

#module-facebookpsconnect-account #fbpsc .float-right.btn-primary:hover {
  background-color: var(--color-bg-5);
}

@media (max-width: 576px) {
  #fbpsc.authentication > div {
    flex-direction: column;
  }

  #fbpsc .bt-btn-sl {
    margin-bottom: 10px !important;
  }

  #fbpsc .bt-btn-sl:nth-child(2) {
    margin-left: 0;
  }

  #module-facebookpsconnect-account #fbpsc .bt-btn-sl {
    min-width: auto;
    padding-right: 20px;
  }

  #module-facebookpsconnect-account #fbpsc tr {
    display: flex;
    flex-direction: column;
  }

  #module-facebookpsconnect-account #fbpsc .float-right {
    margin-left: 0;
  }
}

/* ENDDFDMOD*/

/* Página de tickets*/
#support-add {
  margin: 20px 0;
}

/* Página lista de deseos*/
#module-blockwishlist-lists .page-content {
  padding: 0;
}

#module-blockwishlist-lists .wishlist-list {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  margin-bottom: 30px !important;
}

#module-blockwishlist-lists .wishlist-list-item-default {
  border-bottom: none;
}

.wishlist-chooselist .wishlist-list {
  overflow: hidden;
}

.wishlist-list-item:hover {
  background-color: transparent !important;
}

.wishlist-add-to-new,
.wishlist-footer-links > a,
.wishlist-add-to-new i {
  color: var(--color-primary) !important;
}

.wishlist-modal .modal-header .modal-title {
  color: #232323;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

#view .wishlist-products-item {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 20px;
  margin: 10px;
}

#view .wishlist-products-item .wishlist-product-addtocart {
  display: none;
}

#view .wishlist-products-list {
  padding: 0;
  margin: 0 -10px 20px -10px;
}

#view .wishlist-product-combinations {
  display: none;
}

#view .wishlist-product-bottom {
  margin-top: 20px;
}

/* Página de contacto*/
.dbcontactinfo_sidebar {
  background-color: #f6f6f6;
  background-image: url(https://ecopc.difadi.net/modules/dfdblockcategories//views/img/fondo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.dbcontactinfo_sidebar a {
  color: black !important;
}

.dbcontactinfo_sidebar a:hover {
  color: var(--color-bg-7) !important;
}

.dbcontactinfo_sidebar,
#contact .contact-form {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 20px;
}

#contact #main .page-content {
  padding-top: 0;
}

#contact #main .page-content {
  padding: 0;
}

.dbcontactinfo_sidebar > .title {
  text-transform: uppercase;
  font-size: 1em;
}

#contact .contact-form {
  padding: 1.25rem;
  background-color: #f6f6f6 !important;
}

#contact .contact-form .input-group .form-control:disabled,
#contact .contact-form .input-group .form-control[readonly],
#contact .contact-form .form-control-select {
  background-color: transparent !important;
}

#contact #wrapper #left-column {
  padding-left: 0;
  padding-right: 10px;
}

#contact #wrapper #content-wrapper {
  padding-left: 10px;
  padding-right: 0;
}

/* Página mis pedidos*/
#order-detail .order_resume .btn-link {
  box-shadow: none;
  padding: 0;
  padding-bottom: 10px;
}

/* Página del carrito*/
#cart .cart-item > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#cart
  .cart-item
  .cart__product-qty
  .input-group
  .js-cart-line-product-quantity {
  border-color: var(--color-bg-2);
  border-left: 1px solid var(--color-bg-2);
}

#cart .cart-item .cart__product-qty {
  z-index: 1;
}

#cart .product-name {
  margin-bottom: 5px;
}

#cart .product-name a {
  margin-bottom: 10px;
  font-family: var(--font-bold);
}

#cart .product-attributes span {
  font-size: 0.8em;
  line-height: 0.85em;
  color: black;
}

#cart .product-totalprice {
  font-family: var(--font-bold);
  font-size: 1.1em;
}

#cart .product-line-info.product-price {
  padding-top: 10px;
}

#cart .has-discount .discount {
  border-radius: var(--border-radius);
  background-color: var(--color-bg-1);
  font-size: 0.9em;
  padding: 2px 10px;
}

#cart .product-price {
  color: black;
}

.cart-grid-right
  .cart-summary
  .cart-summary-totals
  .cart-summary-line.cart-total
  .value {
  font-family: var(--font-bold);
  font-size: 1.3em;
}

#cart .cart-summary,
.cart-grid-right .cart-summary .cart-summary_header {
  background-color: #f6f6f6 !important;
}

#cart .cart-summary,
#cart .cart-container {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

.cart-grid-right .cart-summary .cart-summary_header,
.cart-grid-body .card-block {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#cart .cart-grid-body,
#cart .cart-grid-right {
  padding: 0 10px;
}

#cart .product-line-actions > div,
#cart .product-line-actions > div > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#cart .product-line-actions > div > div:nth-of-type(2) > div {
  flex-direction: column;
}

#cart .product-line-actions > div > div:nth-of-type(2) > div > div {
  width: 100%;
}

#cart .product-line-actions .price {
  text-align: left;
  margin-top: 10px;
}

#cart .product-line-grid .product-line-grid-left {
  width: 150px;
}

#cart .product-line-info > span {
  font-size: 0.8em;
}

/*Carrito inferior*/
#cart-bottom {
  position: fixed;
  height: auto;
  bottom: 0;
  background-color: white;
  width: 100%;
  padding-left: 60px;
  box-shadow: var(--box-shadow);
  left: 0;
  z-index: 9;
  transition: none !important;
  display: block;
  -webkit-transform: translatey(100%);
  animation: slide-in 1s forwards;
  animation-delay: 1ms;
}

@keyframes slide-in {
  100% {
    transform: translatey(0%);
  }
}

#cart-bottom .product-quantity {
  margin-top: 0;
  justify-content: end;
}

#cart-bottom.hidden {
  display: none;
}

#cart-bottom .bar-bottom {
  background-color: #e0f0cb;
  padding: 7px;
}

#cart-bottom .bar-bottom p {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 13px;
  color: #6d9a31;
  padding: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#cart-bottom .bar-bottom p i {
  margin-right: 10px;
}

#cart-bottom .bar-bottom b {
  font-family: var(--font-bold);
  margin-right: 10px;
}

#cart-bottom .bar-bottom small {
  text-transform: uppercase;
  color: #a070b5;
  font-family: var(--font-bold);
  font-size: 0.65em;
}

#cart-bottom .bar-bottom img {
  margin-right: 10px;
}

#close-bar-bottom {
  font-family: var(--font-bold);
  position: absolute;
  right: 15px;
  color: black !important;
  font-size: 25px;
  padding-top: 0px;
  cursor: pointer;
}

#cart-bottom .modal_product > .row {
  display: flex;
  align-items: center;
}

#cart-bottom.mobile .modal_product > .row > div {
  width: 50%;
  justify-content: center;
}

#cart-bottom.mobile .modal_products_info > div:last-child {
  width: 100%;
}

#cart-bottom .modal_product .modal_products_image {
  display: flex;
  width: 40%;
  align-items: center;
}

#cart-bottom.mobile .add .product-price-qty {
  display: none;
}

#cart-bottom.mobile .product-quantity .add {
  width: 100%;
  margin-bottom: 0;
}

#cart-bottom.mobile .modal_products {
  padding-left: 20px;
  padding-right: 20px;
}

#cart-bottom.mobile .product-quantity .add button {
  border-radius: 0;
  background-color: var(--color-primary);
}

#cart-bottom .modal_product .modal_products_image .product-image {
  margin-right: 30px;
  width: 90px;
  height: auto;
}

#cart-bottom .modal_product .modal_products_image .product-name-value {
  font-family: var(--font-bold);
  color: var(--color-grey);
  text-transform: uppercase;
  font-size: 0.85em;
  max-width: 70%;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#cart-bottom .modal_product .modal_products_image .product-description-value {
  font-size: 0.7em;
  font-weight: normal;
}

#cart-bottom .modal_products_info {
  width: 70%;
  display: flex;
  justify-content: start;
  align-items: center;
}

#cart-bottom .modal_products_info .product-quantity .qty,
#cart-bottom .modal_products_info .product-quantity .add {
  margin-bottom: 0;
}

#cart-bottom .modal_products_info > div:first-child {
  width: 60%;
}

#cart-bottom .modal_products_info > div:last-child {
  width: 40%;
}

#cart-bottom .modal_product .product_action .product_prices {
  display: flex;
  justify-content: center;
  width: 100%;
}

#cart-bottom .modal_product .product_action {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart-bottom .modal_product .product_action .product-prices {
  display: flex;
  align-items: end;
}

#cart-bottom
  .modal_product
  .product_action
  .product_prices
  > span#product-price.hidden {
  display: none;
}

#cart-bottom .modal_product .product_action .product-prices > div {
  margin-bottom: 0;
}

#cart-bottom .modal_product .product_action .available_stock {
  display: none;
}

#cart-bottom .modal_product .product_action .product-prices .current-price,
#cart-bottom .modal_product .product_action .product-prices .price-discounts {
  display: flex;
  align-items: flex-end;
}

#cart-bottom .modal_product .product_action .product-prices .current-price {
  margin-bottom: 0;
}

#cart-bottom
  .modal_product
  .product_action
  .product-prices
  .current-price
  > span {
  font-weight: bolder;
  margin-bottom: 2px;
}

#cart-bottom .modal_product .product_action .product-prices .price-discounts {
  margin-bottom: 0;
}

#cart-bottom .modal_product .product_action .product-prices .discount {
  background-color: var(--color-bg-1);
  border-radius: var(--border-radius);
  padding: 6px 14px;
  letter-spacing: 0.3px;
  font-size: 0.5em;
  color: white;
  font-weight: bolder;
  margin: 0 15px;
}

#cart-bottom
  .modal_product
  .product_action
  .product-prices
  .discount_old_price {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

#cart-bottom
  .modal_product
  .product_action
  .product-prices
  .discount_old_price
  > p {
  color: #9f9f9f;
  font-size: 0.5em;
  text-align: left;
  line-height: normal;
  margin-bottom: 0;
}

#cart-bottom
  .modal_product
  .product_action
  .product-prices
  .discount_old_price
  > span {
  font-size: 0.7em;
  font-weight: bolder;
  color: #9f9f9f;
  text-decoration: line-through;
}

#cart-bottom .modal_product .product_action .price_wt {
  display: none !important;
}

#cart-bottom .modal_product .product_action .product-price {
  color: black;
  font-size: 1.6em;
  font-weight: bolder;
  width: auto;
  margin: 0 20px;
  text-align: center;
}

#cart-bottom .modal_product .add-to-cart {
  text-transform: uppercase;
  font-size: 0.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  height: auto;
}

#cart-bottom .modal_product .add-to-cart.disabled {
  cursor: none;
}

#cart-bottom .modal_product .add-to-cart img {
  margin-right: 10px;
  width: 20px;
}

#cart-bottom .modal_product .bootstrap-touchspin {
  width: 120px;
}

#cart-bottom .modal_product .bootstrap-touchspin #quantity_wanted_bottom {
  border-color: black;
  font-size: 0.8em;
  margin-top: 1px;
  left: 29px;
  width: 50px;
  height: 44px !important;
  padding: 0;
  text-align: center;
  line-height: 24px;
  border-left: 0;
  border-right: 0;
}

#cart-bottom
  .modal_product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down,
#cart-bottom
  .modal_product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn-touchspin {
  border-color: black !important;
  height: 44px;
  margin-top: 1px;
  box-shadow: none;
  display: flex;
}

#cart-bottom
  .modal_product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 50px 0 0 50px;
  top: 0;
}

#cart-bottom
  .modal_product
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0 50px 50px 0;
}

#cart-bottom .modal_product .bootstrap-touchspin i {
  top: 12px;
  font-size: 1em;
}

#cart-bottom .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 8px 13px;
}

#cart-bottom
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  margin-top: 1px;
  margin-left: 1px;
}

#cart-bottom .delete_product {
  cursor: pointer;
}

#cart-bottom .modal_products {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#cart-bottom .modal_products > div:first-child {
  width: 100%;
}

#cart-bottom .modal_products .modal_product {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#cart-bottom .cart-content-btn {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#cart-bottom .cart-content-btn > a {
  width: 200px;
}

#cart-bottom .calculator_product_info,
#cart-bottom .calculator_info {
  display: none !important;
}

/* CMS */
#cms .page-content .MsoNormal {
  margin-top: 20px;
}

#cms .page-content li {
  list-style: circle;
  margin-left: 40px;
  font-size: 15px;
}

/* Mi cuenta */
#history .order_history {
  box-shadow: var(--box-shadow);
  background: #f6f6f6;
  border-radius: var(--border-radius);
  border: none;
  display: flex;
}

#history .orders_history {
  margin-top: 20px;
}

#history .order_history .history_buttons {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#history .order_history .history_buttons > a,
#order-detail .order_actions .oactions .oaction {
  color: white;
  background-color: var(--color-primary);
  margin: 0 5px;
  border: none !important;
  border-radius: var(--border-radius);
}

#history .order_history .history_buttons > a {
  width: 100%;
  max-width: 200px;
}

#history .order_history .history_buttons > a:not(:first-of-type) {
  margin-top: 10px;
}

#history .order_history .history_info {
  padding-right: 10%;
}

#history .order_history .history_info .item {
  margin-bottom: 10px;
}

#history .order_history .history_info .item.item_status {
  width: 100%;
  margin-top: 30px;
}

#history .order_history .history_buttons > a:hover,
#order-detail .order_actions .oactions .oaction:hover {
  background-color: var(--color-bg-7);
  color: white;
}

#order-detail .order_info {
  margin: 15px 0;
}

#order-detail .box {
  box-shadow: var(--box-shadow);
  background: #f6f6f6;
  border-radius: var(--border-radius);
}

#order-detail .order-item .ref {
  margin-top: 10px;
}

#order-detail .order-item .order_priceproduct span {
  color: black;
  font-size: 1em;
}

.form-control-select {
  background-color: transparent;
}

#order-detail .product_reorder {
  color: black;
  text-decoration: underline;
}

#order-detail .desc {
  display: flex;
}

#order-detail .desc img {
  object-fit: contain;
  width: 120px;
  margin-right: 20px;
}

#order-detail .order_priceproduct .buttons {
  margin-top: 0;
  margin-bottom: 0;
  flex-direction: column;
  align-items: end;
}

#order-detail .order_priceproduct .buttons a {
  color: white;
  background-color: var(--color-primary);
  margin: 5px;
  border: none !important;
  border-radius: var(--border-radius);
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: 170px;
  display: flex;
  justify-content: center;
}

#order-detail .order_priceproduct .buttons a:hover {
  background-color: var(--color-bg-7);
}

/* Descuentos */
table.discount {
  width: 100%;
  margin-top: 20px;
}

table.discount thead tr {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: -10px;
}

table.discount tbody tr {
  margin: 10px 0;
  border: var(--border);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  width: 100%;
}

table.discount th,
table.discount td {
  width: 15%;
  padding: 5px;
  min-height: 52px;
  display: flex;
  align-items: center;
}

table.discount th.cod {
  justify-content: center;
}

/* Checkout */
div#onepagecheckoutps
  div#onepagecheckoutps_step_two
  .delivery-option
  .delivery_option_price {
  font-weight: bold;
}

#checkout #search_widget {
  display: block;
}

body#checkout .breadcrumb {
  display: none;
}

body#checkout #footer {
  background-color: white;
}

body#checkout .custom-checkbox .psgdpr_consent_message span:last-child {
  width: 100%;
  flex: auto;
}

body#checkout #wrapper {
  margin-top: 20px;
}

body#checkout .container {
  width: 100%;
}

body#checkout #header .header-nav.simple_header {
  margin: 0 8%;
}

body#checkout #header .header-nav.simple_header,
body#checkout #header {
  background-color: black !important;
}

body#checkout #header span,
body#checkout #header i {
  color: white;
}

body#checkout #cart-subtotal-products,
body#checkout #cart-subtotal-shipping {
  display: flex;
  justify-content: space-between;
}

body#checkout .cart-summary-line.cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: bolder;
}

body#checkout .product-name {
  font-weight: bolder;
}

body#checkout .cart-summary-line.cart-total .value {
  font-size: 1.3em;
}

#checkout #onepagecheckoutps_step_one,
#checkout #onepagecheckoutps_contenedor .right_content > div {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 20px;
}

div#onepagecheckoutps {
  margin-left: -10px;
  margin-right: -10px;
}

#onepagecheckoutps_step_one_container {
  padding: 0;
}

#checkout #onepagecheckoutps_contenedor > .row > div {
  padding: 0;
}

#checkout #onepagecheckoutps_contenedor > .row > div > div {
  padding: 0;
  margin: 10px;
}

#checkout #onepagecheckoutps_contenedor > .row > .right_content > div {
  padding: 20px;
}

div#onepagecheckoutps
  div#onepagecheckoutps_header
  #div_onepagecheckoutps_login
  #btn-logout {
  padding: 12px 20px;
  border-radius: 25px;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review #btn_continue_shopping {
  margin-top: 0 !important;
}

#onepagecheckoutps_step_two button {
  background-color: var(--color-bg-5) !important;
}

div#onepagecheckoutps #panel_addresses_customer .card .card-header a,
div#onepagecheckoutps #onepagecheckoutps_step_review .product-price,
div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #order-detail-content
  .cart_description
  * {
  color: black !important;
}

#onepagecheckoutps_step_review .blockreassurance_product {
  display: none;
}

#onepagecheckoutps #cms_modal .modal-content {
  border-radius: var(--border-radius);
}

#onepagecheckoutps > .row {
  margin: 0;
}

div#onepagecheckoutps
  #onepagecheckoutps_step_review
  #order-detail-content
  .total_price {
  font-size: 1.2em;
  font-weight: 800;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review label.alert {
  padding-left: 60px !important;
}

.alert-info {
  border-color: var(--color-bg-7);
}

.alert-info:before {
  background-color: var(--color-bg-5);
  color: var(--color-bg-7);
}

#onepagecheckoutps .alert-info:before {
  content: "" !important;
  background-color: transparent !important;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  #order-detail-content
  .cart_description
  a
  > span:first-of-type {
  font-weight: 700;
  text-decoration: underline;
}

div#onepagecheckoutps #onepagecheckoutps_step_review .product-price {
  font-size: 1em;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  .bootstrap-touchspin
  span {
  flex-direction: column;
}

div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn-touchspin.bootstrap-touchspin-up,
div#onepagecheckoutps
  div#onepagecheckoutps_step_review
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn-touchspin.bootstrap-touchspin-down {
  left: 0;
  box-shadow: none;
}

div#onepagecheckoutps #panel_addresses_customer .card .card-header {
  border-radius: var(--border-radius);
  padding: 8px 20px;
}

div#onepagecheckoutps
  #onepagecheckoutps_step_review
  #header-order-detail-content {
  margin-bottom: 10px;
}

#order-confirmation #order-items {
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 20px;
}

div#onepagecheckoutps .paytpv.img-thumbnail {
  padding: 4px;
}
#checkout #storingStep .checkbox {
  font-size: 14px;
}

/* Busqueda - Marcas */
#search #products .products > div,
#manufacturer #products .products > div {
  width: 33.3%;
}

.searchbar-autocomplete .product {
  font-size: 0.7em !important;
}

#search .products .product-thumbnail > img,
#manufacturer .products .product-thumbnail > img {
  padding-top: 0 !important;
}

#search .product-miniature #images-product-slider.owl-carousel,
#manufacturer .product-miniature #images-product-slider.owl-carousel {
  height: auto;
}

#manufacturer #main ul {
  margin-left: -10px;
  margin-right: -10px;
}

#manufacturer #main ul .brand-img {
  width: auto;
}

#manufacturer #main ul .brand:hover {
  box-shadow: none;
}

#manufacturer #main ul .brand-img a::before {
  display: none;
}

#manufacturer #main ul .brand {
  padding: 0;
  margin: 0;
  min-width: auto;
}

#manufacturer #main ul .brand > div {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  margin: 10px;
  padding: 10px;
}

#manufacturer #js-product-list-top {
  display: none;
}

/* Freshdesk*/
#module-freshdesk-support
  .footable
  .footable-sortable
  .footable-sort-indicator::after {
  content: url("/img/icons/sort.png") !important;
}

#module-freshdesk-support table.footable tr {
  display: flex;
  align-items: center;
  width: 100%;
}

#module-freshdesk-support table.footable .item.footable-sortable {
  cursor: pointer;
}

#module-freshdesk-support table.footable tbody tr {
  margin: 10px 0;
  border: var(--border);
  border-radius: var(--border-radius);
}

#module-freshdesk-support table.footable tr > td,
#module-freshdesk-support table.footable tr > th {
  width: 25%;
}

#module-freshdesk-support table.footable tr > td:first-of-type,
#module-freshdesk-support table.footable tr > th:first-of-type {
  width: 10%;
}

#module-freshdesk-support table.footable tr > td:nth-of-type(2),
#module-freshdesk-support table.footable tr > th:nth-of-type(2) {
  width: 40%;
}

#module-freshdesk-support table.footable tr > td:first-of-type {
  padding-left: 10px;
}

#module-freshdesk-support table.footable tr > td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#module-freshdesk-support table.footable tbody td .label {
  width: fit-content;
  margin-bottom: 0;
}

#ticket-info {
  border: var(--border);
  border-radius: var(--border-radius);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  margin-top: 20px;
}

#ticket-info dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

#ticket-info dd {
  margin-bottom: 0;
  margin: 0 10px;
}

#ticket-content {
  margin-top: 25px;
}

#ticket-content .ticket-content-name {
  margin-bottom: 30px;
}

#ticket-conversations #ticket-date {
  background-color: var(--color-bg-5);
  color: white;
  margin-bottom: 0;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  padding: 5px;
}

#ticket-conversations.freshdesk #ticket-date {
  background-color: var(--color-bg-7);
}

#ticket-conversations #ticket-date > span {
  margin: 0 10px;
}

#ticket-conversations #ticket-date > span:first-of-type {
  width: 30%;
}

#ticket-conversations .panel-body {
  padding: 10px 0;
}

#ticket-conversations .panel-body * {
  font-family: var(--font-primary) !important;
  font-size: 0.95em !important;
}

#ticket-form {
  margin-top: 50px;
}

#ticket-form h3 {
  margin-bottom: 20px;
}

#ticket-form .form-group {
  display: flex;
  align-items: center;
}

#ticket-form form .form-control-label {
  text-align: left;
  margin-bottom: 0;
}

.contact-form-box textarea {
  border-radius: var(--border-radius);
  border: var(--border);
}

#module-freshdesk-support .alert {
  padding-left: 60px;
}

/* Crear nuevo ticket*/
#fd_feedback_widget {
  margin-top: 20px;
}

#helpdesk_tel > div {
  padding: 0;
}

#helpdesk_tel > div:first-of-type > div {
  margin-right: 15px;
}

#helpdesk_message {
  padding: 0;
  margin-top: 20px;
}

#helpdesk_message > span {
  font-size: 0.9rem;
}

#helpdesk_message_error {
  color: red;
}

#helpdesk_message_success {
  color: var(--color-primary);
}

#submit-freshdesk {
  background-color: var(--color-bg-5);
  margin-top: 30px;
  min-width: 200px;
}

#submit-freshdesk:hover {
  background-color: var(--color-bg-7);
}

/* Ayuda (Modulo de cuestionarios )*/

#product-advice-survey #main .page-content {
  padding: 0;
}

#survey_body {
  margin-top: 20px;
}

.survey_step .survey_question_answers {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.survey_step .survey_question_answers .survey_step_radio {
  width: 50%;
  margin: 0 !important;
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}

.survey_step .survey_question_answers .survey_step_radio > div {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  background: #f6f6f6;
  padding: 15px;
  margin: 15px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.survey_step .survey_question_answers .survey_step_radio > div:hover > label {
  color: white;
  background-color: var(--color-bg-7);
}

.survey_step .survey_question_answers label {
  font-size: 1.1em;
  font-weight: bolder;
  width: 100%;
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: var(--border-radius);
  text-align: center;
  flex-direction: column;
}

.survey_step .survey_question_answers small {
  font-size: 0.7em;
}

.survey_step .survey_question_answers img {
  z-index: 1;
  pointer-events: none;
  margin-left: 10px;
}

.survey_slide h1.step {
  margin-bottom: 45px;
}

#survey_slider {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

#survey_slider #survey_intro_slide {
  text-align: left;
  align-self: left;
}

#survey_slider .survey_step_content {
  padding: 0 5px;
}

#survey_slider .survey_slider_restart {
  text-align: left;
}

#survey_slider .survey_slider_previous button,
#survey_slider .survey_slider_restart button {
  background-color: black;
  display: inline-block;
  color: white;
  border: none;
  padding: 8px 16px;
  line-height: 1em;
  font-size: 14px;
  transition: 0.2s all;
}

#survey_slider .survey_slider_previous button:hover,
#survey_slider .survey_slider_restart button:hover {
  background-color: var(--color-bg-5);
}

#survey_recommendation {
  display: flex;
  flex-wrap: wrap;
}

#survey_recommendation > .content {
  display: flex;
  padding: 0;
}

#survey_recommendation > .content:not(.full) > div {
  width: 80%;
}

#survey_recommendation > .content > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#survey_recommendation > .content:not(.products) h1 {
  font-size: 3em;
  line-height: normal;
}

#survey_recommendation > .content:not(.products) h2 {
  margin: 1em 0;
  line-height: normal;
}

#survey_recommendation > .content:not(.products) .container {
  padding: 0 !important;
}

#survey_recommendation > .content:not(.products) a {
  width: fit-content;
  background-color: var(--color-primary);
  color: black !important;
  border-radius: var(--border-radius);
  padding: 10px 50px 10px 20px;
  font-size: 1.1em;
  margin: 4em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#survey_recommendation > .content:not(.products) a:hover {
  background-color: var(--color-bg-5);
}

#survey_recommendation > .content:not(.products) a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 1.3em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

#survey_recommendation > .image {
  padding: 0;
}

#survey_recommendation > .image img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: contain;
}

#survey_slider #survey_recommendation_products {
  margin: 0;
}

#product-advice-survey #survey_question_15 .survey_step_radio > div,
#product-advice-survey #survey_question_15 .survey_step_radio > div label {
  height: 400px;
}

#product-advice-survey #survey_question_15 .survey_step_radio > div {
  flex-direction: column;
  justify-content: center;
}

#product-advice-survey #survey_question_15 .survey_step_radio > div img {
  margin-bottom: 100px;
  width: 80px;
  margin-left: 0;
  height: 80px;
}

.survey_step #survey_question_15 label {
  padding-top: 60px;
}

/*Cookies*/
#idxrcookies #bottom {
  z-index: 999;
}

#idxrcookies #bottom > div {
  background-color: rgb(56 56 56 / 80%) !important;
}

#idxrcookies #buttons {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  position: relative;
  text-decoration: none;
  top: -2px;
  padding: 5px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  justify-content: center;
}

#idxrcookiesKO,
#idxrcookiesOK {
  width: fit-content;
  background-color: var(--color-primary);
  border-radius: 2px 2px 2px 2px;
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

#idxrcookies #cookiesConf {
  width: fit-content;
  padding: 5px 10px;
  background: #50575c;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}

#idxrcookies #bottom .contenido:before {
  content: "";
}

#idxrcookies p {
  color: white;
}

#idxrcookiesKO {
  background-color: #afafaf;
  color: #ffffff;
}

#idxrcookies a#idxrcookiesKO:hover {
  background-color: firebrick !important;
}

#idxrcookies #cookiesConf:hover {
  background: #353230;
}

#idxrcookies .contenido {
  padding: 14px 24px;
}

#idxrcookies #textDiv {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: center;
}

#idxrcookies .btn-cookies:hover {
  opacity: 1;
}

/*Modal de Cookies*/
#cookieModal #cookieModalHeader,
#cookieModal .btn-config {
  background: var(--color-primary);
}

#cookieModal .btn-config:hover {
  background: var(--color-secundary);
}

#cookieModal .cookie-info-page,
.dlxctab-row.active {
  color: var(--color-primary);
}

#cookieModal #cookieModalHeader {
  border-bottom: none;
}

#cookieModal input.switch:disabled,
#cookieModal input.switch:checked {
  box-shadow: inset 20px 0px 0px 1px var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}

#cookieModal .info-cookie-list label {
  font-weight: normal !important;
}

#cookieModal .dlxctab-content ul li {
  justify-content: flex-start;
}

#cookieModal .dlxctab-content ul li a {
  margin-left: 1em;
}

#cookieModal .cookie-content-title,
#cookieModal .cookie-content-subtitle {
  margin-bottom: 10px !important;
}

#cookieModal .cookie-content-subtitle {
  margin-top: 10px !important;
}

.dlxctab-content p {
  word-break: break-all;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-inner {
  width: auto !important;
  height: auto !important;
  min-width: 400px !important;
}

.fancybox-opened {
  z-index: 99999;
}

/* RESPONSIVE */
@media (max-width: 1800px) {
  .static_cms img {
    height: 280px;
    min-height: auto;
  }

  .static_cms .buttons {
    bottom: 30px;
  }
}

@media (max-width: 1600px) {
  #block-product {
    margin-top: 70px;
  }

  #block-product > img {
    height: 120%;
  }

  #search_filters .facet.Marca ul li {
    width: 50%;
  }

  .static_cms {
    margin: 0 !important;
  }

  .static_cms > div > div {
    width: 100%;
    padding: 0;
  }

  .static_cms img {
    height: 280px;
    min-height: auto;
  }

  #footer .footer-container .footer_block:first-child {
    padding-left: 0;
    width: 15%;
  }

  #footer .footer-container .footer_block:nth-of-type(2) {
    width: 22%;
  }
}

@media (max-width: 1500px) {
  body:not(#manufacturer, #search) #products .products > div {
    width: 50%;
  }

  .blockreassurance_product .block-title .title {
    font-size: 0.8em;
  }

  #cart-bottom
    .modal_product
    .modal_products_image
    .product-description-value
    p {
    display: none;
  }

  #cart-bottom .modal_product > .row {
    justify-content: center;
  }

  #cart-bottom .modal_product .modal_products_image {
    width: 30%;
  }

  #cart-bottom .modal_products_info {
    width: 60%;
  }

  .displayLogo {
    width: 40%;
  }

  .displayRight {
    width: 60%;
  }
}

@media (max-width: 1400px) {
  #product .product-accessories .product-miniature .product-price-and-shipping {
    flex-direction: column;
  }

  #product .product-accessories .discount {
    margin-top: 5px;
  }

  #product .product-accessories .h3.products-section-title {
    margin-bottom: 0;
  }

  #product .product-accessories .product-miniature {
    box-shadow: none;
  }

  #product .product-accessories .thumbnail.product-thumbnail img {
    height: 80px;
    width: auto !important;
    padding: 0 !important;
    margin-right: 40px;
  }

  #product .product-accessories .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
  }

  #product .product-accessories .product-miniature .check-info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  #product .product-accessories .product-miniature .wishlist-button-add {
    display: none;
  }

  #product .product-accessories .product-miniature .product-price-and-shipping {
    margin-top: 0;
    background-color: transparent;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  #product
    .product-accessories
    .product-miniature
    .product-price-and-shipping
    > span.actual-product {
    text-transform: uppercase;
    font-size: 0.7em;
    color: var(--color-grey);
  }

  #product
    .product-accessories
    .product-price-and-shipping
    #add-to-cart-or-refresh {
    display: none;
  }

  #product
    .product-accessories
    .product-miniature
    .product-price-and-shipping
    > span.price {
    font-size: 1.2em;
    margin-top: 5px;
  }

  #product
    .product-accessories
    .product-miniature
    .product-price-and-shipping
    .price-block
    > div:first-child {
    padding-top: 0;
  }

  #product .product-accessories #featuredproducts-accessories-slider {
    flex-direction: column;
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
  }

  #product .product-accessories .accesory {
    width: 100%;
  }

  #product .product-accessories .more-products {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  #product .product-accessories .more-products img {
    height: 15px;
    width: 15px;
  }

  #product .product-accessories .accesory .product-miniature {
    margin: 8px 0;
    box-shadow: var(--box-shadow);
    padding: 10px;
  }

  #product .product-accessories {
    border-bottom: none;
  }

  #product .featured-products .accesory .product-miniature .product-title {
    margin: 0;
    font-size: 0.7em !important;
    text-align: left !important;
    padding-left: 0;
    height: auto !important;
    overflow: visible;
  }

  #product .product-accessories .accesory label {
    width: 20%;
    margin-bottom: 0;
  }

  #product .product-accessories .product-of-page {
    width: 100%;
  }

  #product .featured-products .hidden-md-down {
    display: none;
  }

  #product .featured-products .show-md-down {
    display: block !important;
  }

  #product .product_topview .price_outstanding > div:first-child {
    flex-direction: column;
  }

  #product .product_topview .price_outstanding > div:first-child > div,
  #product .product_topview .price_outstanding > div:first-child > section {
    width: 100%;
  }

  #product .product_topview .price_outstanding > div:first-child > section {
    margin-bottom: 10px;
  }

  #product .product_topview .product-description {
    max-width: max-content;
  }

  #search #products .products > div,
  #manufacturer #products .products > div {
    width: 33%;
  }

  #search .product-miniature #images-product-slider.owl-carousel,
  #manufacturer .product-miniature #images-product-slider.owl-carousel {
    max-height: none;
  }

  #block-product {
    overflow: hidden;
  }

  #block-product > img {
    height: 100%;
    width: 80%;
  }

  #block-product .title {
    font-size: 2.5em;
    width: 50%;
  }

  #block-product > p:first-child {
    font-size: 2em;
  }

  #footer .block_newsletter .newsletter {
    padding: 50px 20px 30px 60px;
  }

  #blocks-slider {
    position: initial;
    padding: 0;
    width: 90%;
    margin-bottom: 0;
  }

  #blocks-slider > div {
    margin: 0;
    padding: 0;
  }

  #blocks-slider > div > div {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #blocks-slider .block {
    width: 45%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1300px) {
  #header .header-top .header__flex .displayTopCenter {
    min-width: 60%;
  }

  .category-header > div:first-child > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #cart-bottom .modal_products_info > div:last-child {
    width: 50%;
  }

  .blockreassurance_product .block-title .title {
    font-size: 0.8em;
  }

  .blockreassurance_product > div,
  .product-variants > .product-variants-item {
    width: 100%;
  }

  .product-variants > .product-variants-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #cart-bottom .modal_product .product_action .product-prices .price-discounts {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
  }

  #cart-bottom .modal_product .product_action .product-prices .discount {
    margin: 0;
    margin-bottom: 5px;
    font-size: 0.4em;
    padding: 5px 14px;
  }

  #cart-bottom .modal_product .product_action .product-prices .current-price,
  #cart-bottom .modal_product .product_action {
    align-items: center;
  }

  #cart-bottom .modal_product .modal_products_image .product-name-value {
    max-width: 100%;
  }

  #cart-bottom .modal_products_info > div:first-child {
    width: 50%;
  }

  #cart-bottom .modal_product .modal_products_image .product-image {
    display: none;
  }

  #category .category-section-title {
    margin-top: 60px;
  }

  #js-product-list-header .categoriesextratext-nobanner {
    min-height: 300px;
  }
}

@media (max-width: 1200px) {
  #contact #wrapper #left-column,
  #contact #wrapper #content-wrapper {
    width: 100%;
    padding: 0;
  }

  .dbcontactinfo_sidebar {
    margin-bottom: 20px;
  }

  #contact #wrapper #content-wrapper {
    margin-top: 0;
  }

  #search_filters .facet.Marca ul li {
    width: 100%;
  }

  .displayLogo {
    width: 100%;
    justify-content: center;
  }

  .displayRight {
    width: 100%;
    justify-content: center;
  }

  #footer
    .footer-container
    .footer_block:nth-of-type(5)
    > div:first-child
    .footer-phone
    span {
    font-size: 1.35em;
  }

  #footer .footer-container .footer_block:first-child {
    padding-left: 0;
  }

  #footer .footer-container .footer_block:nth-of-type(5) {
    margin-top: 5px;
  }

  #footer .footer-container .footer_block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container .footer_block > h3 {
    display: none;
  }

  #text-seo > div {
    padding: 0;
  }

  .links .title {
    display: flex !important;
    padding-right: 0 !important;
  }

  .footer-container .footer_block > p {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    height: auto;
    padding-bottom: 6px;
    font-size: 0.9em;
  }

  .footer-container .footer_block > p:after {
    content: none;
  }

  .links .collapse {
    display: none;
  }

  .links .collapse.in {
    display: block;
  }

  #footer .footer-container .footer_block:first-child,
  #footer .footer-container .footer_block:nth-of-type(2) {
    width: 100%;
  }

  #footer .footer-container .footer_block:nth-of-type(5) > div:first-child,
  #footer .footer-container .footer_block:nth-of-type(5) > div.links {
    align-items: center;
    margin-top: 10px;
  }

  #footer .footer-container .footer_block:nth-of-type(5) > div.links a {
    margin-bottom: 0;
    margin-top: 0;
  }

  #footer
    .footer-container
    .footer_block:nth-of-type(5)
    > div:first-child
    .footer-phone {
    margin-top: 5px;
  }

  #footer
    .footer-container
    .footer_block:nth-of-type(5)
    > div:first-child
    .footer-phone
    span {
    font-size: 1.8em;
  }

  #footer .footer-container .copyright .text_copyright {
    margin-right: 0;
  }

  .links .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .links .title::after {
    display: none;
  }

  .back-top {
    right: 10px;
  }

  .back-top img {
    width: 45px;
    height: 45px;
  }

  .footer_block > ul {
    margin-left: 0;
  }

  .links .title {
    padding-left: 0;
  }

  .footer-container .row > .footer_block:first-of-type {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
  }

  #footer .footer-container .footer_block .footer-block1 {
    width: 70%;
  }

  #footer .footer-container .footer_block .block-social {
    width: 30%;
    margin-bottom: 40px;
  }

  #footer .footer-container .footer_block .footer-block1 p {
    width: 100%;
  }

  .block-social ul {
    justify-content: end;
  }

  #footer .footer-container .footer_block:nth-of-type(5) .img-payment {
    margin: 0 auto;
    margin-top: 30px;
  }

  #footer .footer-container > .container-fluid > div:last-child {
    margin-top: 30px;
  }

  #footer .footer-container .footer_block:nth-of-type(5) > div.links a span {
    text-align: center;
  }

  #footer .footer-container .footer_block:first-child {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #dbmenu_burger .modal-dialog {
    width: 100%;
    max-width: none;
  }

  #dbmenu_burger .subitems {
    left: auto;
    right: 0;
    position: fixed;
  }

  #survey_recommendation > .content > div {
    width: 100%;
  }

  #survey_recommendation
    > .content
    .pas_recommendation_no_product_text
    > .container {
    margin-left: 0 !important;
  }

  #product .product_topview #estimateddelivery,
  #product .product_topview .displayProductCenterColumn .product-manufacturer {
    display: none;
  }

  li.product-flag.out_of_stock {
    display: block;
  }

  #history .order_history .history_buttons > a:not(:first-of-type) {
    margin-top: 0;
  }

  #history .order_history .history_buttons > a {
    margin-bottom: 10px;
  }

  #history .order_history .history_buttons {
    flex-direction: column;
  }

  #history .order_history .history_info .item.item_status {
    margin-top: 0;
  }

  .page-authentication #content {
    padding: 0;
  }

  .page-authentication #content > div {
    padding: 0;
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .page-authentication #content .title {
    text-align: center;
  }

  .page-customer-account #content .login-top .header-login {
    display: none;
  }

  .page-customer-account #content .login-top .header-login.mobile {
    display: block !important;
  }

  .page-authentication #content h1 {
    text-align: center;
  }

  .page-customer-account #content .no-account,
  .page-customer-account #content .no-account-text {
    width: 100%;
  }

  .page-authentication .login-form {
    margin-top: 50px;
    width: 100%;
  }

  div#info.account > div {
    margin-left: -10px;
    margin-right: -10px;
  }

  #category .block-category {
    padding: 0;
  }

  .block-category .block-category-inner .categoriesextratext-nobanner,
  .block-category .block-category-inner .categoriesextratext {
    height: 100% !important;
  }

  .block-category .block-category-inner .categoriesextratext {
    min-height: auto;
  }

  .block-category .block-category-inner .categoriesextratext {
    height: 100%;
  }

  #product #wrapper > .container-fluid {
    padding: 0 !important;
  }

  #footer .footer-container > div {
    padding: 0;
  }

  #footer .pre-footer {
    padding: 50px 0 0 0;
  }

  .google-reviews,
  #reviews-lgcomments {
    padding: 5px;
  }

  #footer .block_newsletter .newsletter {
    padding-left: 40px;
  }

  .dbhomecategories {
    display: none;
  }

  body:not(#index, #product) #wrapper,
  #index
    #content
    > *:not(#carousel, #promotion-counter, .home-slider, .static_cms) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #wrapper {
    padding-left: 0px;
  }

  body:not(#index) #wrapper {
    padding-left: 0 !important;
  }

  #header .header-top .header__flex {
    margin-left: 70px;
  }

  #dfdtopbar {
    top: 0;
    z-index: 1;
    position: inherit;
  }

  .topbar_text {
    margin: 0 80px;
  }

  #dfdtopbar {
    display: flex;
  }

  #dfdtopbar .topbar_text {
    padding: 0 15px;
    margin: 0;
  }

  #dfdtopbar .topbar_content_grid {
    width: 100%;
    height: auto !important;
  }

  #mobile-language {
    display: block;
    margin-top: 50px;
    padding-left: 35px;
    border-top: 1px solid #232323;
    padding-top: 20px;
  }

  #mobile-language p {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: white;
    padding-bottom: 15px;
  }

  #mobile-language .language-flag {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 15px;
  }

  #mobile-language #language_selector {
    right: 10px;
    position: inherit;
  }

  .header-top #language_selector {
    display: none;
  }

  #dbmenu_burger .item.item-mobile {
    display: block;
  }

  #header .header-top .header__flex .displayTop .cart-products-count {
    position: absolute;
    background-color: var(--primary_color);
    color: #fff;
    border-radius: 50%;
  }

  .displayTopCenter #search_widget {
    display: none !important;
  }

  header .icon-header.icon-search-mobile {
    display: flex;
  }

  #header .search-mobile {
    padding: 10px 20px;
  }

  #search_widget {
    margin-bottom: 15px;
  }

  .displayLogo {
    width: 30%;
    justify-content: center;
  }

  .displayRight {
    width: 70%;
    margin-top: 0;
    justify-content: center;
    display: block;
  }

  #header .header-top {
    padding: 0 !important;
  }

  .dbmenu {
    height: auto;
    background: transparent !important;
    position: absolute;
    top: -5px;
  }

  .dbmenu_navigation .element_nav span {
    display: none;
  }

  .dbmenu_navigation .element_nav {
    position: initial;
    height: 80px;
  }

  #dbmenu_burger {
    left: 0;
    padding-right: 0 !important;
  }

  .carousel .carousel-item .caption {
    max-width: 50%;
    left: 80px;
  }

  .carousel .carousel-item .caption h2,
  .carousel .carousel-item .caption p {
    font-size: 2.5em;
  }

  .carousel-control .icon-prev {
    left: 20px !important;
  }

  #blocks-slider {
    margin: 0 auto;
    clear: both;
    width: 100%;
  }

  #blocks-slider > div {
    padding: 0;
  }

  #blocks-slider > div > div {
    margin: 0;
  }

  #custom-text {
    margin-top: 3rem;
  }

  .static_cms {
    margin: 30px 15px 50px 15px;
  }

  .featured-products {
    margin: 0 15px;
    margin-bottom: 10px !important;
  }

  #footer {
    padding-left: 0;
  }

  #footer .block_newsletter_img {
    display: none;
  }

  #footer .block_newsletter .msg_newsletter,
  #footer .block_newsletter .newsletter {
    width: 100% !important;
  }

  #footer {
    margin: 0 20px;
  }

  #footer .footer-container .footer_block {
    padding-left: 0;
    padding-right: 0;
  }

  #footer
    .footer-container
    .footer_block:nth-of-type(5)
    > div:first-child
    .footer-phone
    span {
    letter-spacing: 0;
    font-size: 1.35em;
  }

  #footer .footer-container .copyright {
    flex-direction: column;
  }

  #footer .footer-container .copyright .text_copyright {
    margin-right: 0;
    margin-left: 0;
  }

  .category-cover {
    display: block;
  }

  #category .category-section-title {
    margin-top: 20px;
  }

  #js-product-list-top {
    justify-content: center;
  }

  #category .products-selection .filter-button {
    padding: 0;
    position: fixed;
    right: -80px;
    bottom: 65%;
    z-index: 99;
    transform: rotate(270deg);
    width: 200px;
    margin: 0;
  }

  #category .products-selection .filter-button button {
    background-color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 70% !important;
    margin: 1em 0;
    box-shadow: none;
    border-radius: 0;
  }

  #search_filter_controls button {
    background-color: var(--color-primary) !important;
  }

  #filters_category .modal-dialog {
    max-width: none;
  }

  .block-category h1,
  .block-category .h1 {
    font-size: 2.5em;
  }

  .block-category .block-category-inner .category-cover img {
    height: 150px;
  }

  .displayProductCenterColumn {
    margin-top: 40px;
  }

  #product .product_topview .block_left {
    padding-right: 0;
  }

  #product .product_topview .price_outstanding .product-description-link {
    padding: 25px 0;
  }

  body#checkout #header .header-nav.simple_header {
    margin: 0 15px;
    padding-left: 0;
    padding-right: 0;
  }

  #search #products .products > div,
  #manufacturer #products .products > div {
    width: 50%;
  }

  #cart-bottom .product-quantity .product-price-qty {
    display: none;
  }

  #product .product_topview .product_name {
    font-size: 1.5em;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .available_stock.out-stock {
    display: none;
  }

  #product .product_topview .price_outstanding > div:first-child > div {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding-left: 0;
  }

  #product .product_topview .displayProductCenterColumn {
    margin-bottom: 0;
    margin-top: 10px;
  }

  #product .product_topview .shipping {
    display: none;
  }

  #product .product_topview .blockreassurance_product {
    margin-bottom: 10px;
  }

  #product .product_topview .blockreassurance_product > div {
    width: 50%;
  }

  #product .product_topview .blockreassurance_product .block-title .title {
    font-size: 1em;
  }

  #product .product_topview .block_right {
    background-color: white;
    box-shadow: none;
    border-radius: 30px 30px 0 0;
  }

  #product #product-details #sld-characteristics {
    column-count: 1;
  }

  #product #wrapper {
    margin: 0 !important;
    padding-left: 0 !important;
  }

  #product .product_topview .product-actions > form > .add {
    display: none;
  }

  .product-variants > .product-variants-item {
    margin: 0 !important;
  }

  #product .product-bottom {
    padding: 0 20px;
    background-color: white;
  }

  .product-bottom #description-info {
    margin-top: 0;
  }

  .product-bottom #description {
    margin-bottom: 0;
  }

  #product .product-information > #accordion .card {
    border-top: none;
    background-color: transparent !important;
    margin-top: 0;
  }

  .product-features > dl.data-sheet dd {
    background-color: transparent !important;
  }

  #block-product,
  #product .featured-products {
    margin: 0 15px;
  }

  .price_outstanding
    .product-prices
    .product-price
    .current-price
    .show_discount {
    margin-left: 15px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .price_with_tax.desktop {
    display: none;
  }

  .price_outstanding .product-prices .product-price {
    margin-bottom: 0;
  }

  #product .product_topview .price_outstanding .product-info {
    margin: 0 !important;
  }

  #product .breadcrumb {
    display: none;
  }

  #product .product_topview {
    margin-top: 0;
  }

  #product .product_topview .product_cover_thumbnails {
    box-shadow: none;
    border-radius: 0;
  }

  #product .product_topview.product_columns_2 .block_right {
    margin-top: -50px;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .price_with_tax {
    margin-bottom: -10px;
  }

  #product .product_topview .block_left .back-product {
    margin: 0;
    position: absolute;
    padding: 10px;
    top: 30px;
    left: 25px;
    z-index: 1;
  }

  #product .product_topview .wishlist-button-add {
    top: 30px;
    right: 25px;
    position: absolute;
    left: auto;
  }

  #product .product_topview .block_left .back-product,
  #product .product_topview .wishlist-button-add {
    background-color: white;
    height: 40px;
    width: 40px;
    border-radius: 10px;
  }

  .block_left #category-outlet {
    right: 20px;
  }

  .block_left #category-outlet img {
    max-width: 100px;
  }

  #product .product_topview .block_left .back-product:hover,
  #product .product_topview .wishlist-button-add:hover {
    opacity: 0.5;
  }

  #product .product_topview .product-flag-wishlist {
    position: inherit;
    top: auto;
    right: auto;
  }

  #product .product_topview .wishlist-button-add i {
    font-size: 24px;
  }

  #product .product_topview .product-flag-wishlist .product_flags {
    position: absolute;
    top: 90px;
    left: 25px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .show_discount:first-of-type {
    margin-left: 0;
  }

  #cart-bottom {
    padding-left: 0;
  }

  #cart-bottom .modal_product .modal_products_image img,
  #cart-bottom .modal_product .product-description-value {
    display: none;
  }

  #cart-bottom .modal_product {
    padding: 0;
  }

  #cart-bottom .modal_product > .row {
    padding: 0 5px;
    margin: 0;
    margin-bottom: 44px !important;
  }

  #cart-bottom .modal_product > .row > div {
    width: 50%;
    padding: 0;
  }

  #cart-bottom .modal_product .modal_products_info {
    border-left: 5px solid var(--color-primary);
    min-height: 55px;
  }

  #cart-bottom .modal_products_info > div:first-child {
    width: 100%;
  }

  #cart-bottom .modal_product .product_action {
    position: relative;
  }

  #cart-bottom .modal_product .product_action .product-prices .discount {
    /* position: absolute; */
    top: 0;
    left: 0;
    margin: 0 15px;
  }

  #cart-bottom .modal_product .product_action .product-prices .current-price {
    align-items: center;
  }

  #cart-bottom .modal_product .product_action .product_prices {
    justify-content: start;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .discount_old_price {
    margin-left: 15px;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .discount_old_price
    > p {
    font-size: 0.4em;
    line-height: normal;
    text-align: left;
  }

  #cart-bottom.mobile.hidden .modal_products .modal_product {
    display: none;
  }

  #cart-bottom.mobile .add .product-price-qty {
    display: none;
  }

  #cart-bottom.mobile .add .product-minimal-quantity {
    display: none;
  }

  #cart-bottom.mobile .modal_product > .row {
    margin-bottom: 0 !important;
  }

  #cart-bottom.mobile .add {
    position: initial;
  }

  #cart-bottom .add {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 100% !important;
    left: 0;
  }

  #cart-bottom .add-to-cart {
    border-radius: 0;
    box-shadow: none;
    background-color: var(--color-primary);
  }

  #product #rate-google-my-business {
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .block_left .promo-listado + .product_cover_thumbnails {
    border: none;
  }

  .block_left .promo-listado {
    bottom: 80px;
  }

  .block_left .promo-listado img {
    width: 130px !important;
  }

  #splide_images_product_miniature_lateral {
    width: 100% !important;
  }

  #splide_images_product_miniature_lateral div {
    max-height: 80vh;
  }

  #splide_images_product_secundary_lateral {
    display: none;
  }

  #product
    .product_topview.product_columns_2
    .block_left
    #content
    .product-cover
    img {
    width: 100%;
  }

  #product .product_topview .product-flags li.product-flag {
    font-size: 0.6em;
    padding: 2px 10px;
    width: 100px;
  }

  #product .product_topview .product_customization .card {
    margin: 10px 0 !important;
  }

  header > #language_selector {
    display: none;
  }

  #splide_images_product_miniature_lateral .splide__pagination {
    display: flex;
    bottom: 55px;
  }

  #product #product-details #sld-characteristics > div {
    width: 100%;
  }

  #product #product-details #sld-characteristics > div:nth-of-type(odd) > div {
    margin-right: 0;
  }

  .featured-products {
    margin-top: 20px !important;
  }

  #product #product-details .groupfeature-title {
    padding: 6px 10px;
    font-size: 1em;
  }

  #product .product-information > #accordion dl.data-sheet > div {
    padding: 6px 0 6px 10px;
    font-size: 0.9em;
  }

  #product .featured-products {
    margin-top: 0;
  }

  .add-accesories-cart {
    margin-top: 20px;
  }

  #cart-bottom .modal_product .modal_products_image .product-name-value {
    padding-left: 10px;
  }

  #product .product_topview .product_customization .card .custom-checkbox {
    font-size: 0.9em;
  }

  #product .featured-products:not(.product-accessories) {
    margin-top: 60px !important;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    > div {
    flex-wrap: wrap;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .discount_old_price
    p {
    margin-bottom: 0;
    margin-top: 5px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .show_discount {
    margin-left: 0;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .price_with_tax.mobile {
    align-self: end;
    margin-bottom: -5px !important;
  }

  #cart-bottom.hidden {
    display: block !important;
  }
}

@media (max-width: 768px) {
  #history .order_history {
    flex-wrap: wrap;
  }

  #history .order_history > div {
    padding: 0;
  }

  #discount .cart-rules {
    margin-top: 30px;
  }

  #discount .cart-rules .cart-rule {
    border: var(--border);
    border-radius: var(--border-radius);
    padding: 15px;
    margin: 20px 0;
  }

  #discount .cart-rules .cart-rule ul {
    margin-bottom: 0;
  }

  #discount .cart-rules .cart-rule li {
    display: flex;
    flex-wrap: wrap;
  }

  #discount .cart-rules .cart-rule li > strong {
    width: 50%;
  }

  .product-miniature #category-flag-min img {
    width: 70px;
  }

  #google-reviews .owl-nav button.owl-prev,
  #lgcomments-owl .owl-nav .owl-prev {
    left: -40px;
  }

  #google-reviews .owl-nav button.owl-next,
  #lgcomments-owl .owl-nav .owl-next {
    right: -40px;
  }

  #text-seo h2 {
    font-size: 2em;
  }

  #footer .footer-container .footer_block .footer-block1 {
    margin-bottom: 20px;
  }

  #footer .footer-container .footer_block:first-child {
    flex-wrap: wrap;
  }

  #footer .footer-container .footer_block .block-social {
    width: 100%;
  }

  .footer-container .links ul {
    justify-content: start;
  }

  #survey_recommendation > .content {
    padding: 0;
  }

  #survey_recommendation > .content h1 {
    font-size: 2em;
  }

  #survey_recommendation > .content h2 {
    font-size: 1.2em;
  }

  #survey_recommendation > .content a {
    font-size: 0.95em;
  }

  .survey_step .survey_question_answers .survey_step_radio {
    width: 100%;
  }

  .survey_step .survey_question_answers .survey_step_radio > div {
    margin: 10px 15px;
  }

  div#info.account {
    margin-top: 2em;
  }

  .product-miniature .images-product {
    height: auto;
  }

  #cart .cart-item > div {
    flex-wrap: wrap;
  }

  #dbmenu_burger .item .item_primary {
    width: 100%;
  }

  #dbmenu_burger .item .item_primary {
    padding: 5px 15px;
  }

  #dbmenu_burger .item .item_primary i {
    padding-left: 10px;
  }

  #dbmenu_burger .item span,
  #dbmenu_burger .item a {
    font-size: 0.95em;
  }

  #dbmenu_burger .subitems {
    left: 0;
    width: 100%;
  }

  #filters_category #search_filters {
    max-height: 100%;
  }

  .facet:not(.Precio, .Marca) ul {
    max-height: none;
    overflow: hidden;
  }

  #index #custom-text {
    margin-top: 0;
  }

  #blocks-slider .block {
    width: 100%;
  }

  #blocks-slider .block:last-of-type {
    margin-bottom: 0;
  }

  #search_widget {
    margin-bottom: 0;
  }

  #dbmenu_burger .dbmenu_primary {
    padding-left: 5px;
  }

  #dbmenu_burger .item {
    margin-bottom: 10px;
  }

  #header .header-top {
    border-top: none;
  }

  body:not(#checkout) #header .header-nav {
    display: none;
  }

  header .icon-header {
    margin-left: 0;
  }

  #header .header-top .search-widget form input[type="text"] {
    border: none !important;
  }

  #dbmenu_burger .modal-dialog {
    height: 100%;
  }

  #dbmenu_burger .item .item_primary > span {
    width: 100%;
  }

  #filters_category .facet i img {
    margin-bottom: 0.7em;
  }

  #filters_category .modal-header {
    text-align: center;
    background-color: var(--color-primary);
  }

  #filters_category .modal-title {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
  }

  #filters_category #search_filter_controls button {
    text-transform: uppercase;
  }

  #filters_category #search_filters .facet.Marca ul li > label,
  #search_filters .facet.pantalla ul li > label {
    width: 100%;
    margin-bottom: 0;
  }

  #filters_category #search_filters .facet.Marca ul li,
  #search_filters .facet.pantalla ul lii {
    margin-top: 5px;
  }

  #filters_category #search_filters .facet li .facet-label {
    margin-bottom: 0;
  }

  #filters_category #search_filters .facet li {
    margin-bottom: 0;
  }

  #filters_category .facet.Precio,
  #filters_category .facet.Marca {
    border-bottom: var(--border) !important;
  }

  #search_filters .facet.Marca ul.collapse {
    display: none !important;
  }

  #search_filters .facet.Marca ul.collapse.in {
    display: flex !important;
  }

  .products-sort-order {
    padding-left: 15px;
  }

  .active_filters {
    margin: 20px 0;
  }

  #carousel {
    display: none;
  }

  .home-slider {
    display: flex !important;
  }

  .home-slider > div {
    padding: 0;
  }

  .home-slider .nivoSlider {
    height: fit-content !important;
  }

  .home-slider img {
    object-fit: contain !important;
    position: initial !important;
    height: auto !important;
    max-height: none;
    width: 100% !important;
  }

  .pos-slideshow-home {
    position: relative;
  }

  .home-slider .nivo-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .home-slider .slideshow_container {
    margin-bottom: 30px;
  }

  .home-slider .nivo-caption p {
    text-align: center;
    color: white;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: normal;
    font-family: var(--font-bold);
  }

  .home-slider .owl-dots {
    text-align: center;
    margin-top: -35px;
  }

  .home-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    margin: 0 3px;
    border: 1px solid var(--color-bg-2);
  }

  .home-slider .owl-dots button.owl-dot.active {
    background-color: var(--color-bg-2);
  }

  .home-slider .owl-dots button.owl-dot:focus {
    outline: none;
  }

  .home-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }

  .static_cms > div > div p.static_cms-title {
    font-size: 2.4em;
  }

  .static_cms > div > div p.static_cms-title {
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .product-miniature #images-product-slider.owl-carousel {
    height: auto;
    max-height: none;
    padding-top: 10px;
  }

  #accordion .product-features dl {
    columns: 1;
  }

  .displayProductCenterColumn {
    margin-top: 20px;
  }

  #product
    .product_topview
    .block_right
    .product-information
    .price_outstanding,
  #product .blockreassurance_product {
    padding: 0;
  }

  #product .product_topview .product_name {
    font-size: 1.6em;
    width: 100%;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .price_with_tax {
    font-size: 3em;
  }

  #product .product_topview .product_cover_thumbnails {
    padding: 10px;
  }

  #product .product_topview .product-flags {
    margin-top: 15px;
    margin-left: 16px;
  }

  #block-product {
    padding: 30px 30px 20px 30px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  #block-product #blocks-slider .block {
    width: 100%;
  }

  #block-product #blocks-slider .block {
    margin-left: 0;
    margin-right: 0;
  }

  #block-product .title {
    font-size: 1.4em;
    padding-top: 10px;
    width: 60%;
  }

  #block-product > p:first-child {
    font-size: 1.2em;
  }

  #block-product > a {
    font-size: 0.9em;
    margin: 0 auto;
    width: fit-content;
    display: flex;
  }

  #block-product > img {
    width: 60%;
  }

  #search #products .products > div,
  #manufacturer #products .products > div {
    width: 100%;
  }

  #idxrcookies .cookies-icon {
    position: relative;
    top: 3px;
  }

  #cart-bottom .modal_product .product_action .product-prices .discount {
    padding: 1px 14px;
  }

  #cart-bottom .modal_product .modal_products_image .product-name-value {
    font-size: 0.7em;
    padding-left: 0;
  }

  #cart-bottom .modal_product .product_action .product-prices .current-price {
    padding-top: 5px;
    margin-top: 0;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .current-price
    > span {
    font-size: 0.8em;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .discount_old_price
    > span {
    font-size: 0.6em;
  }

  #product .featured-products .accesory .product-miniature .product-title {
    font-size: 0.6em !important;
  }

  #product
    .product-accessories
    .product-miniature
    .product-price-and-shipping
    > span.price {
    font-size: 1em;
  }

  #product
    .product_topview
    .block_right
    .product-information
    .product_add_to_cart {
    display: none;
  }

  #cart-bottom .modal_product > .row > div {
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 5px;
    min-height: 45px;
  }

  .add-accesories-cart {
    justify-content: center;
    flex-wrap: wrap;
  }

  .add-accesories-cart > div {
    margin: 0 15px;
  }

  .add-accesories-cart button {
    width: 100%;
    margin-top: 20px;
  }

  #cart-bottom .modal_product .product_action .product-prices .current-price {
    flex-direction: column;
    align-items: flex-start;
  }

  #cart-bottom .modal_product .product_action .product-prices .price-discounts {
    margin-left: 0;
  }

  #cart-bottom .modal_product .product_action .product-prices .discount {
    margin-left: 0;
    margin-bottom: 5px;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .discount_old_price {
    margin-left: 0;
  }

  .product-miniature .product-desc {
    display: none;
  }

  .product-miniature .product-title {
    height: auto !important;
  }

  #helpdesk_tel > div {
    width: 100%;
  }

  #helpdesk_tel > div:first-of-type > div {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #module-freshdesk-support table.footable tbody tr {
    flex-wrap: wrap;
    padding: 10px;
  }

  #module-freshdesk-support table.footable tr > td,
  #module-freshdesk-support table.footable tr > th {
    width: 100% !important;
    padding: 5px;
  }

  #module-freshdesk-support table.footable thead tr {
    flex-wrap: wrap;
  }

  #ticket-form .form-group > div {
    width: 100%;
  }
}

@media (max-width: 650px) {
  #product .product_topview .product_name {
    font-size: 1em;
    margin-bottom: 0;
  }

  #product .product_topview .displayProductCenterColumn .product-manufacturer {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 10px;
  }

  #product .product_topview .displayProductCenterColumn {
    margin-bottom: 5px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .price_with_tax {
    font-size: 2em;
    margin-bottom: 0;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .show_discount
    .discount {
    font-size: 0.8em;
    padding: 4px 10px;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .discount_old_price
    p {
    font-size: 0.8em;
  }

  #product
    .product_topview
    .price_outstanding
    .product-prices
    .product-price
    .current-price
    .show_discount
    span.old_price {
    font-size: 1.4em;
  }

  #cart-bottom .bar-bottom {
    padding: 2px 7px;
  }

  #cart-bottom .bar-bottom b {
    font-size: 0.8em;
  }

  #cart-bottom .modal_product .add-to-cart {
    padding: 5px 0;
  }

  #js-product-list-top {
    flex-direction: column-reverse;
  }

  #js-product-list-top > div:first-child {
    margin-right: 0;
    margin-top: 20px;
  }

  .block-category .block-category-inner .category-cover img {
    height: 120px;
  }

  .block-category .block-category-inner #category-description {
    display: none;
  }

  .block-category .block-category-inner #category-description-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  #order-detail .desc {
    flex-direction: column;
  }

  #order-detail .desc img {
    margin-bottom: 10px;
  }

  #my-account .link-item {
    margin: 10px 0;
  }

  #cart .product-line-grid .product-line-grid-left,
  .product-line-grid-body {
    width: 100%;
  }

  #cart .product-line-grid .product-line-grid-left {
    text-align: center;
  }

  #cart .product-line-actions > div .hidden-md-up {
    display: none;
  }

  #cart .product-line-actions > div {
    justify-content: space-between;
  }

  #cart .product-line-actions > div:after {
    display: none;
  }

  .header-top > div {
    padding: 0 !important;
  }

  header .icon-header.icon-search-mobile,
  header .icon-header > div > a,
  header .icon-header .blockcart {
    height: 35px;
    width: 35px;
    margin: 0 8px;
  }

  header .icon-header.icon-search-mobile,
  header .icon-header > div > a,
  header .icon-header .blockcart {
    display: flex !important;
    justify-content: center;
  }

  header .icon-header:not(.icon-search-mobile) img {
    width: 20px;
    height: 20px;
  }

  #product .product_topview .blockreassurance_product .block-title {
    line-height: 10px;
  }

  #product .product_topview .blockreassurance_product .block-title .title {
    font-size: 0.7em;
  }

  #product .product_topview .stock-mobile,
  #product .product_topview .shipping {
    padding: 5px 10px;
    height: 30px;
  }

  #product .product_topview .stock-mobile > span,
  #product .product_topview .shipping p {
    font-size: 12px;
  }

  #product .product-information > #accordion button,
  .product-bottom #description-info {
    font-size: 1.1em;
  }

  .product-bottom #description p {
    font-size: 0.9em;
  }

  #cart-bottom .modal_product .product_action .product-prices .price-discounts {
    margin-left: 0;
  }

  #cart-bottom
    .modal_product
    .product_action
    .product-prices
    .discount_old_price {
    margin-left: 0;
  }

  .displayLogo > a {
    border-right: none;
  }

  .displayLogo {
    width: 50%;
    justify-content: left;
  }

  .displayRight {
    width: 50%;
  }

  #header .logo {
    width: 120px;
  }

  #header .header-top .header__flex .displayTop .cart-products-count {
    right: -15px;
    padding: 1px 9px;
    top: -15px;
    height: 20px;
    width: 20px;
    font-size: 0.7em;
  }

  #header .logo {
    width: 110px;
  }

  .dbmenu_navigation img {
    width: 30px;
  }

  #header .header-top .header__flex {
    margin-left: 60px;
  }

  .header-top > div {
    margin-left: 0;
  }

  .dbmenu {
    top: -18px;
  }

  #mobile-language {
    padding-left: 20px;
    margin-top: 10px;
  }

  #index #custom-text {
    display: none;
  }

  .static_cms > div > div p.static_cms-title {
    top: 60px;
    font-size: 1.9em;
    padding: 0 30px;
  }

  .static_cms > div > div p.static_cms-subtitle {
    top: 110px;
  }

  .static_cms {
    margin: 0;
  }

  .static_cms img {
    height: 350px;
  }

  .static_cms .buttons {
    flex-direction: column;
    bottom: 5px;
  }

  .static_cms .buttons > div {
    margin-bottom: 15px;
  }

  .static_cms .buttons hr {
    width: 90%;
    margin: 0 5px !important;
  }

  .product-miniature #images-product-slider.owl-carousel {
    padding-top: 15px;
    height: auto !important;
  }

  .featured-products .owl-item > div {
    margin-left: 5px;
    margin-right: 5px;
  }

  .featured-products .owl-stage {
    padding-top: 15px;
    margin-left: -25px;
  }

  #featuredproducts-category-slider .owl-stage {
    margin-left: -10px;
  }

  #footer .block_newsletter .newsletter {
    padding: 50px 30px 30px 30px;
  }

  #footer .block_newsletter .newsletter > p:nth-of-type(2) {
    width: 100%;
  }

  #footer .footer-container .copyright .text_copyright {
    text-align: center;
  }

  .block_newsletter form input[type="email"] {
    width: 100%;
  }

  .block_newsletter form button[type="submit"] {
    right: 0;
    padding-right: 0;
  }

  #footer .footer-container .footer_block:nth-of-type(5) > div.links a {
    margin-top: 10px;
  }

  #google-reviews .owl-nav button.owl-next,
  #lgcomments-owl .owl-nav .owl-next {
    right: -35px;
  }

  #google-reviews .owl-nav button.owl-prev,
  #lgcomments-owl .owl-nav .owl-prev {
    left: -35px;
  }

  .google-reviews {
    margin-bottom: 30px;
  }

  .products-sort-order span,
  #js-product-list-top #selectProductSort {
    font-size: 0.8em !important;
  }

  body:not(#manufacturer) #products .products > div {
    width: 100%;
  }

  .block-category h1,
  .block-category .h1 {
    font-size: 1.4em;
  }

  #js-product-list-header .categoriesextratext-nobanner {
    min-height: 250px;
  }

  .fancybox-opened {
    left: 0 !important;
    padding: 2em;
  }

  .fancybox-inner {
    max-width: 350px;
  }

  #cookieModalContent div:nth-of-type(5) {
    max-width: 350px !important;
    overflow: auto;
  }

  .product-miniature
    .product-price-and-shipping
    .price-block
    > div:first-child {
    flex-direction: column;
  }

  #product .product-accessories .discount-percentage {
    width: fit-content;
  }

  .product-miniature .product-price-and-shipping {
    height: auto;
  }

  .product-miniature .product-price-and-shipping .regular-price {
    padding-left: 0;
  }

  #product .product-accessories .product-miniature .product-price-and-shipping {
    align-items: center;
  }

  #product .product-accessories .product-of-page {
    padding: 0;
  }

  #product .product-accessories .product-miniature {
    margin: 10px 0 !important;
    padding: 0;
  }

  #header .header-top .header__flex .displayTop {
    margin-right: 15px;
  }

  #tabs-account .nav.nav-tabs {
    flex-wrap: wrap;
  }

  #tabs-account .nav-link {
    font-size: 0.9em;
  }

  .block-product-attribute-custom:not(.page-product) {
    display: none;
  }

  .product-miniature .thumbnail-container .product-thumbnail img {
    width: 70% !important;
  }

  #product-advice-survey #survey_question_15 .survey_step_radio > div,
  #product-advice-survey #survey_question_15 .survey_step_radio > div label {
    height: 200px;
  }

  #product-advice-survey #survey_question_15 .survey_step_radio > div img {
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
  }

  #ticket-form .form-group {
    flex-wrap: wrap;
  }

  #ticket-form .form-group > label {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-customer-account #content .no-account-text > span {
    width: fit-content;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .static_cms > div > div p.static_cms-title {
    top: 40px;
    font-size: 1.8em;
    height: 60px;
    padding: 0 50px;
  }

  .static_cms > div > div p.static_cms-subtitle {
    top: 120px;
  }

  #idxrcookies #bottom {
    padding: 0;
  }

  #idxrcookies #cookiesConf {
    margin-top: 0;
  }
}

.paypal-mark {
  display: none !important;
}

/*DFDMOD 2023-08-08 Cambio de bloque de categorías móvil*/
@media (max-width: 576px) {
  #block-categories > div {
    box-shadow: none;
    background-image: none;
  }

  #block-categories .text-categories > p:first-child {
    color: var(--color-grey);
    font-size: 1.2em;
    font-weight: bolder !important;
    margin-bottom: 0;
    text-align: center;
  }

  #block-categories .text-categories .title {
    color: var(--color-bg-5);
    font-size: 2em;
    padding-bottom: 20px;
    text-align: center;
  }

  #block-categories {
    margin-top: 0;
  }

  #block-categories .images-categories > div {
    width: 50%;
  }

  /*#block-categories .images-categories>div a>div {
        position: relative;
        display: block;
        top: 0;
        padding: 0;
        text-align: center;
        margin-top: 10px;
    }*/

  #block-categories .images-categories > div a > div span {
    /*color: var(--color-grey);
        font-weight: bolder !important;*/
    font-size: 1em;
  }

  #block-categories .images-categories img {
    height: 170px;
  }

  div#block-categories {
    background-image: url(/img/icons/fondo_categorias_movil.png);
    background-repeat: no-repeat;
    background-position: -10px 40px;
    padding: 0;
    background-size: 107%;
  }
}

@media (max-width: 470px) {
  #block-categories .images-categories img {
    height: 150px;
  }
}

#cart .product-line-info.product-price .unit-price-cart {
  display: none;
}

#header {
  z-index: 100;
}

#dfdlink {
  z-index: 100;
  position: relative;
}

#banners-section
  > div
  > div.col-lg-7.col-xs-12.banner
  > div
  > div.titlesSection
  > p,
#banners-section
  > div
  > div.col-lg-7.col-xs-12.banner
  > div
  > div.button
  > div
  > a {
  color: black !important;
}

#cart #bbva-gateway-cards-simulator-wrapper {
  display: none;
}

#HOOK_SHOPPING_CART {
  display: none;
}

/*DFDMOD 2024-06-2024*/
/*.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
}

.product-discount {
    color: #7a7a7a;
}

.has-discount .discount {
    display: inline-block;
    padding: 0.3125rem .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: var(--second_color);
}

.bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}*/

/**/
/*DFDFIN*/

/*DFDMOD Landing*/

#cms.cms-id-23 #wrapper{
	background-color:black !important;
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-63b72aeb.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-next.slick-arrow{
	right: -20px !important;
}

#cms #content > div > div.elementor-inner > div > section.elementor-element.elementor-element-2a4ced0.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-6112c57.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-265e280.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown > div > div > div{
	background-color: white !important;
	border-radius: 20px !important;
}

#cms span.elementor-countdown-digits.elementor-countdown-days, span.elementor-countdown-digits.elementor-countdown-seconds, span.elementor-countdown-digits.elementor-countdown-minutes, span.elementor-countdown-digits.elementor-countdown-hours,span.elementor-countdown-label{
	color:#ff00ed !important;
}

#cms div.slick-slide > div > div > div > div > article > div{
	border-radius: 20px !important;
}

#cms div.slick-slide > div > div > div > div > article > div > div.product-flag-wishlist > ul > li {
	list-style-type: none !important;
}

#cms div.slick-slide > div > div > article > div > button{
	display:none !important;	
	
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-40ffda77.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown{
	right: 215px !important;
}

/*Móvil*/
@media (max-width: 768px) {
	
#cms #content > div > div.elementor-inner > div > section.elementor-element.elementor-element-466115ad.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-prev.slick-arrow{
	
	top: 240px !important;
	left: 0px !important;
}

#cms #content > div > div.elementor-inner > div > section.elementor-element.elementor-element-466115ad.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div{
	height: 550px;
		
}
	
#cms #content > div > div.elementor-inner > div > section.elementor-element.elementor-element-466115ad.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-next.slick-arrow{

	top: 240px !important;
}
	
#cms #content > div > div > div > section.elementor-element.elementor-element-2a4ced0.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div{

font-size: 0.7em;

}

#cms #content > div > div > div > section.elementor-element.elementor-element-2a4ced0.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-6112c57.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-47bb631.elementor-widget.elementor-widget-text-editor > div{

margin-left: 40%;
line-height: 1.0;

}

#cms #content > div > div > div > section.elementor-element.elementor-element-2a4ced0.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-6112c57.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-265e280.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown{

margin-left: 36%;

}

#cms #content > div > div > div > section.elementor-element.elementor-element-363cf5b7.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > p, 
#cms #content > div > div > div > section.elementor-element.elementor-element-24ef11f.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > p{

font-size: 20px;
text-align: center;
margin-right: 10%;

}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-196b60fb.elementor-widget.elementor-widget-text-editor > div > div{
	line-height: 1.1 !important;
}
	
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-40ffda77.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown > div > div > div{
	
	background-color: white !important;
}


#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-40ffda77.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown > div > div > div > span{
	
	font-size: 3.2em !important;
}

#cms > main > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-40ffda77.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown, #cms > main > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-196b60fb.elementor-widget.elementor-widget-text-editor{

	right: 100px;
	
}

#cms > main > div > div > div > section.elementor-element.elementor-element-4ba3ae6b.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > article{
	
	filter: brightness(30%) !important;
	pointer-events: none !important;	
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-4ba3ae6b.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div{
	
	filter: brightness(30%) !important;
	pointer-events: none !important;
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-4ba3ae6b.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-prev.slick-arrow, #content > div > div.elementor-inner > div > section.elementor-element.elementor-element-63b72aeb.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-prev.slick-arrow{
	
	left: -10px !important;
}

#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-4ba3ae6b.elementor-section-height-min-height.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-next.slick-arrow,#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-63b72aeb.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > button.slick-next.slick-arrow.slick-disabled{
	right: -20px !important;
	
}

#cms > main > div > div.elementor-inner > div > section.elementor-element.elementor-element-436a1484.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-62f1607f.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-40ffda77.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown{
	right: 175px !important;
}

#cms > main > div > div > div > section.elementor-element.elementor-element-63b72aeb.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > div > article > div > a{
	
	height: 315px !important;
}


#content > div > div.elementor-inner > div > section.elementor-element.elementor-element-27351ee.elementor-section-stretched.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section > div > div > div > div > div > section > div > div > div.elementor-element.elementor-element-3dd070fb.elementor-column.elementor-col-50.elementor-inner-column > div > div > div.elementor-element.elementor-element-7b20a6a6.elementor-countdown--label-block.elementor-widget.elementor-widget-countdown > div > div{
  margin-left: 7% !important;
}

#contenedorLandNav > div > div > div > div{
	margin: 0px !important;
	padding: 0px !important;
}

/*DFDFIN*/
#order-slips-link{
	width:50% !important;	
}

#order-slips-link > span > i{
	font-size: 30px !important;
	margin-top: 13px !important;
	margin-right: 20px !important;	
}

#description > div > ul:nth-child(10) > li > strong{
	font-weight: bold !important;
	font-size: 20px !important;

}

@media (min-width: 769px) {
    #cart-bottom div.product_prices div.options-payment-calculator div.sequra-promotion-widget {
        display: none !important;
    }
}

#CategoryTitle{
	text-transform: capitalize !important;
}

