@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Inter", sans-serif !important;
}

body,
#wrapper {
  background: white;
}

@media screen and (min-width: 1081px) {
  #main .container {
    max-width: 1777px;
    min-width: 0;
    margin: 0;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin: auto;
    padding-left: 12em;
    padding-right: 11em;
  }
}

/***************

PÁGINA CATEGORIA GENERAL

*****************/

.bread {
  background: whitesmoke;
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
  margin-top: -1.0714285714rem;
  margin-bottom: 1.0714285714rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #8f8f8f;
}

.breadcrumbs .migas ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0rem;
  list-style: none;
}

.migas ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
}

.migas li {
  display: flex;
  align-items: center;
}

.migas li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #999;
}

.migas a {
  text-decoration: none;
  color: #8f8f8f;
}

.migas span {
  font-weight: 400;
  color: #8f8f8f;
  font-size: 0.8571428571rem;
}

.block-category .category-header-h1 {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: none !important;
  top: 3px;
  right: 6px;
  display: flex !important;
  justify-content: flex-end !important;
  z-index: 1 !important;
}

.category-header {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.category-cover {
  height: 100%;
}

.category-cover img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.category-header-h1 {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 2;
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  text-shadow:
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    1px 1px 0 #fff,
    -1px -1px 0 #fff !important;
}

#amazzing_filter {
  border: 1px solid grey;
  padding: 0px !important;
  width: 100%;
  border: 1px solid #efefef !important;
}

#amazzing_filter.block .title_block {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  background: transparent linear-gradient(90deg, #ffdd83 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box !important;
  line-height: 1.1;
  padding: 0.5em;
  border-bottom: 2px solid #ff8500;
  font-size: 1.2em !important;
}

#amazzing_filter .block_content {
  padding: 1em;
  line-height: 1.8em;
}

.af_filter {
  border-bottom: none;
}

.af-slider .selected-bar {
  background: #ff8501;
}

.af_subtitle {
  position: relative;
  margin: 0;
  padding: 1px 0px;
  font-weight: bold;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 11px;
}

.af_filter .name {
  padding-left: 5px;
  color: #333 !important;
  font-size: 0.9375rem;
}

.af_filter .count {
  color: #333;
  margin-left: inherit;
  padding-left: 3px;
}

.af_filter li {
  padding: 3px 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.af_subtitle.toggle-content:before {
  display: none;
}

.af-slider {
  margin-bottom: 10px;
  margin-top: 24px;
}

.af_subtitle.toggle-content {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.card-block {
  padding: 0;
}

#category-description {
  margin-top: 39px;
  margin-bottom: 2rem;
}

#category-description p {
  color: #151515;
  margin-bottom: 0.8rem;
}

/* Estrella "Envío Gratis" */
.product-card__badge {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  line-height: 1.05;
  font-size: 18px;
  color: #fff;
}

.product-card__badge img {
  width: 50px;
  height: 50px;
}

.product-miniature .highlighted-informations {
  background: #ffffff00;
}

.product-miniature .highlighted-informations .search {
  background: white;
  border-radius: 11px;
  padding: 1px;
  color: #ff8500 !important;
  font-size: 29px;
  width: 47px;
  height: 40px;
  font-weight: 600;
  padding-top: 6px;
}

.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  top: calc(100% - 3.5rem);
}

#subcategories {
  border-top: none;
}

.bloque-subcategoria {
  display: flex;
  border: 4px solid transparent;
  border-radius: 16px;
  padding: 10px;
  background: #fff;
  flex-basis: 34%;
  flex-direction: column;
}

.bloque-subcategoria .bloque-subcategoria-content {
  background-color: rgba(0, 126, 226, 0.8);
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  width: 90%;
  margin: 0 auto;
  min-height: 180px;
}

.bloque-subcategoria .bloque-subcategoria-content .subcategory-title {
  text-align: center !important;
  min-height: 66px !important;
  background: #eef2f8;
}
.bloque-subcategoria
  .bloque-subcategoria-content
  .subcategory-title
  .subcategory-name {
  color: #777;
}

.content-borde {
  background-color: rgba(255, 252, 249, 0.9);
  border-radius: 10px;
  padding: 0.2em;
}

.subcategory-image {
  text-align: center;
  padding-top: 6px;
}

.subcategory-title h5 {
  padding-top: 5px;
}

.seconddescrip {
  border: 1px solid #e3e3e3;
}

.seconddescrip .gm-cat-second-desc {
  line-height: 1.7em;
  font-size: 14px;
  padding: 1.25rem;
}

.seconddescrip .gm-cat-second-desc h2 {
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 0.5em !important;
  text-align: left !important;
  margin: 0;
  margin-top: 30px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-top: 15px;
  font-size: 22px;
  margin-bottom: 12px;
}

.seconddescrip .gm-cat-second-desc strong {
  font-weight: bold !important;
  color: #000 !important;
}

.seconddescrip .gm-cat-second-desc p {
  color: #000 !important;
}

.product-title {
  font-weight: 700;
  height: fit-content;
  display: block;
  margin: 0 !important;
  max-height: unset;
  padding-top: 7px;
  text-align: left !important;
  min-height: 66px;
}

.product-title a {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.product-price-and-shipping .price {
  color: #14579a !important;
  font-weight: 700 !important;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3em !important;
  font-weight: 700;
  text-shadow:
    -1px 0 #fff,
    0 1px #fff,
    1px 0 #fff,
    0 -1px #fff,
    2px 2px 2px #666;
  margin-bottom: 1em;
  text-align: left;
}

.js-product {
  margin-bottom: 30px;
}

.js-product .product-miniature {
  border: 1px solid #5192d1;
  border-radius: 20px;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    outline 0.3s ease;
}

.js-product .product-miniature:hover {
  box-shadow: 0 0 25px 0 #067ddd90;
}

.product-price-and-shipping .product-shipping {
  color: #00b140;
  font-weight: bold !important;
  font-size: larger !important;
  text-align: left;
  margin-bottom: 1em;
}

.form-add-to-cart {
  margin: auto auto 0 auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-add {
  border-radius: 1em;
  width: 100%;
  background: #067ddd;
  color: #fff;
  border: none 1px;
  height: 61px;
  width: 167px;
}

.btn-add:hover {
  background-color: #ff8d08;
}

.product-miniature .product-price-and-shipping {
  margin-top: 2.5em;
  text-align: left;
}

.product-miniature .thumbnail-container {
  border-radius: 20px;
}

.product-miniature .product-description {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0.7142857143rem;
}

.add-to-cart-or-refresh {
  text-align: center;
}

.producto-etiqueta-oferta {
  width: 82px !important;
  height: 90px !important;
  position: absolute !important;
  right: 0px !important;
  border-radius: 0 !important;
  margin-top: -79px;
}

.producto-oferta {
  border: 13px solid red;
  margin-bottom: -5px;
  border-radius: 10px;
  z-index: 9;
}

.pr-normalizado {
  border: 13px solid rgb(255, 255, 255);
  margin-bottom: -5px;
  border-radius: 10px;
  z-index: 9;
}

.product-miniature .regular-price {
  color: #999 !important;
  font-weight: bold !important;
  font-size: larger !important;
  margin-bottom: 12px;
  text-decoration: none;
}

.product-miniature .product-price-and-shipping .discount-product {
  display: inline-block;
  font-size: 18px;
  background: #e0525c !important;
  color: #fff !important;
  border-radius: 3px;
  line-height: 1;
  font-weight: 600;
}

.product-flags li.product-flag.on-sale,
.product-flags li.product-flag.discount {
  display: none;
}

.wishlist-button-add {
  display: none !important;
}

.enviogratis img {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  top: -2px !important;
  right: -3px;
  left: auto;
}

.block-categories {
  padding: 0rem 0rem;
  border: 1px solid #efefef;
}

.block-categories .h6 {
  font-size: 1.5rem;
  font-weight: 500;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  background: transparent linear-gradient(90deg, #ffdd83 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box !important;
  line-height: 1.1;
  padding: 0.5em;
  border-bottom: 2px solid #ff8500;
  font-size: 1.2em !important;
}

.category-sub-menu > li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #333;
  font-size: 1.2em;
  font-weight: 400 !important;
}
/*
.category-sub-menu > li a:before {
  content: "\f105";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font: 14px / 1 FontAwesome;
  line-height: inherit;
  font-size: 13px;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}*/

/* Modal lupa */
.quickview .modal-dialog {
  max-width: 76rem;
}

.quickview .modal-dialog .images-container .js-qv-mask {
  display: none;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
}

.quickview .modal-dialog h1 {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  text-transform: none;
}

.quickview .modal-dialog .product-discount .regular-price {
  display: none;
}

.quickview .modal-dialog .current-price .current-price-value {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow:
    -1px 0 #fff,
    0 1px #fff,
    1px 0 #fff,
    0 -1px #fff,
    2px 2px 2px #666;
  color: #12579a;
  font-size: 54px;
}

.quickview .modal-dialog .current-price .discount-percentage {
  font-size: 10px;
  background-color: #e64f4f;
  margin-left: 14px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: none;
  padding: 6px 6px;
  text-transform: lowercase;
  width: 63px;
  text-align: center;
}

.quickview .modal-dialog .current-price .tax-inclu p {
  text-align: left;
  font-size: 15px;
  max-width: 80%;
  margin-top: 26px;
  color: #7a7a7a;
  font-weight: 500;
}

.quickview .modal-dialog .current-price .tax-inclu p span {
  color: #218e53;
}

.quickview .modal-dialog .tax-shipping-delivery-label {
  display: none;
}

.quickview .modal-dialog .product-description-short p,
#product-description-short p {
  background-color: #f6f6f6 !important;
}

.quickview .modal-dialog .product-variants .titulo-opciones {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff8500;
}

.quickview .modal-dialog .product-variants-item .control-label {
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
  font-size: 15px;
}

.quickview .modal-dialog .product-variants-item .color {
  width: 30px;
  height: 30px;
}

.quickview .modal-dialog .product-variants-item .atributoseleccionado {
  color: black;
  font-size: 14px;
}

.quickview .modal-dialog .product-variants > .product-variants-item ul li {
  margin-right: 0rem;
}

.quickview .modal-dialog .product-quantity {
  display: flex;
  flex-direction: column;
}

.quickview .modal-dialog .add {
  width: 100%;
}

.quickview .modal-dialog .add .btn {
  font-size: 16px;
  padding: 12px 49px;
  background-color: #0a7ddd;
  width: 100%;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  height: 60px;
  border-radius: 5px;
}

.quickview .modal-dialog .product-quantity #quantity_wanted {
  width: 3rem;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  color: #000000;
  background-color: #e6dddd;
  font-weight: 600;
  border-radius: 6px;
}

.quickview .modal-dialog .product-quantity .qty {
  gap: 5px;
}

.quickview .modal-footer {
  display: none;
}

/*************************

FICHA DE PRODUCTO

*************************/

#product #main .prp {
  padding-left: 4em;
  padding-right: 4em;
}

#product .titulo-producto {
  color: #020003;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0;
  white-space: normal;
  font-weight: 600;
  text-transform: none;
}

#product .product-discount .regular-price {
  margin: 0;
  line-height: 1.5em;
  color: #9ab5ce;
  font-weight: 400;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-size: 26px;
}

#product .current-price {
  display: inline-flex;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  font-size: 54px;
}

#product .current-price .current-price-value {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow:
    -1px 0 #fff,
    0 1px #fff,
    1px 0 #fff,
    0 -1px #fff,
    2px 2px 2px #666;
  line-height: 1em;
  margin-bottom: 0.3em;
  color: #12579a;
  font-size: 54px;
}

#product .current-price .discount-percentage {
  line-height: 1.5em;
  margin-left: 0.4em;
  white-space: nowrap;
  margin-bottom: 0.3em;
  font-size: 12px;
  color: #fff;
  background-color: #e0525c;
  border-radius: 4px;
  padding: 5px 5px 5px 5px;
  display: block;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: none;
}

#product .current-price .tax-inclu {
  margin-bottom: 0px;
  margin-left: 10px;
}

#product .current-price .tax-inclu p {
  color: #7a7a7a;
  margin-bottom: 0px;
}

#product .current-price .tax-inclu p span {
  color: #218e53;
  font-weight: bolder;
}

#product .product-prices .tax-shipping-delivery-label {
  display: none;
}

#product .product-information .product-description {
  font-size: 17px;
  line-height: 1.4em;
  font-family: "Lato";
  margin-top: 1em;
  margin-bottom: 1.5em;
}

#product .product-information .product-description p {
  color: #333 !important;
}

#product .product-add-to-cart .product-quantity {
  display: flex;
  flex-direction: column;
}

#product .product-actions .add-to-cart {
  height: auto;
  padding-top: 0.625rem;
  line-height: inherit;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  background-color: #097ddd;
  padding: 25px 200px 25px 200px;
  cursor: pointer;
  width: 100%;
  color: white;
  border-radius: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  width: 100px;
  height: 100px;
  margin: 0.3125rem 0.5rem 0.3125rem 0.3125rem;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #ec8a22 !important;
}

#product .product-variants .product-variants-item .control-label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0;
  color: #000;
}

#product .atributoseleccionado {
  color: #7a7a7a;
}

#product .titulo-opciones {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff8500;
}

#product #content {
  max-width: 702px;
}

.images-container .product-images > li.thumb-container .thumb {
  margin-right: 0.8125rem;
  width: 185px;
  height: 195px;
  object-fit: cover;
  border: 5px solid #e3e3e3;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 6.625rem;
  height: 28px;
  line-height: 30px;
  cursor: pointer;
  border-radius: 30px;
  width: 28px;
  color: white;

  background: #0a7ddd;
}

.scroll-box-arrows .right {
  padding-left: 3px;
}

.scroll-box-arrows .left {
  padding-left: 1px;
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
  background: #fff;
  border: solid 15px #7777 !important;
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 0px);
  margin: 0 auto;
}

/* qty productos */
/* Contenedor */
.qty-modern {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 44px;
}

/* Input */
.qty-modern .qty-input {
  width: 64px;
  text-align: center;
  border: 0 !important;
  outline: none;
  height: 44px;
  -moz-appearance: textfield;
}

/* Quitar spinners nativos */
.qty-modern .qty-input::-webkit-outer-spin-button,
.qty-modern .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Botones */
.qty-modern .qty-btn,
.qty-modern .qty-btn:hover {
  width: 32px;
  height: 30px;
  border: 0;
  background: #e47b1c;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 3px;
}

.product-quantity .input-group-btn-vertical {
  display: none;
}

button:focus {
  outline: none;
}

.product-quantity #quantity_wanted {
  width: 2rem;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  color: #000000;
  background-color: #fff;
  font-weight: 600;
}

/* info send */
.benefits-bar {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 5px 5px;
  box-sizing: border-box;
}

.benefit-item {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  justify-content: center;
  text-align: center;
}

.benefit-icon {
  color: #f47b20;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(1px);
}

.benefit-icon img {
  width: 23px;
}

.benefit-text {
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #707070;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  text-align: left;
}

.product-information .banners {
  margin-top: 35px;
  gap: 21px;
  display: flex;
  flex-direction: column;
}

.product-information .banners img {
  width: fit-content;
  max-width: 500px;
}

/* Tabs */
.tabs {
  max-width: 1150px;
  margin: auto;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: #fe8500 3px solid;
  color: #fe8500;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.tabs .nav-tabs .nav-link {
  border: 0;
  color: #fe8500;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.tabs .nav-tabs {
  border-bottom: none;
}

/* descripcion */

#que_incluye .title_section,
.content_section_tab .title_section {
  font-size: 30px;
  /*padding: 3px 0px 3px 29px;*/
  padding: 3px 0px 0px 0px;
  background-color: #ffdd83;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #ff8500;
  box-shadow: 0px 0px 6px 0px #ffdd83;
  background: transparent linear-gradient(90deg, #ffdd83 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  background-image: linear-gradient(
    90deg,
    rgb(255, 221, 131) 0%,
    rgb(255, 255, 255) 100%
  );
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}

#que_incluye .title_section h2,
.content_section_tab .title_section h2 {
  font-size: 30px;
  color: #262626;
  font-weight: 300;
  padding: 3px 0 0 10px !important;
}

.body_section_two_columns {
  display: flex;
}

.body_section .type_subtitle {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold !important;
}

.body_section_column_60 {
  width: 60%;
}

.body_section_column_40 {
  width: 40%;
}

.body_section_two_columns > div {
  padding: 10px !important;
}

.ocultar-mobil {
  width: 100% !important;
}

.ocultar-pc {
  display: none;
}

.type_bold {
  color: #262626 !important;
  font-weight: 500 !important;
  font-size: 20px;
}

.type_normal {
  font-size: 17px;
  line-height: 1.4em;
  color: #333 !important;
}

.body_section {
  margin-top: 2em;
}

/* formulario de contacto */

.form_contact {
  max-width: 1150px;
  margin: auto;
  margin-top: 25px;
}

.damia-contact-block {
  /*max-width: 520px;*/
  margin-top: 21px;
}
.damia-form {
  display: grid;
  gap: 14px;
}

.damia-row {
  margin-bottom: 20px;
}

.damia-row label {
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  text-align: left;
  color: #414141;
}
.damia-row input,
.damia-row textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  padding: 9px 14px;
  outline: none;
}
.damia-gdpr {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.damia-btn {
  border: 0;
  border-radius: 0px;
  padding: 9px 10px;
  cursor: pointer;
  background: #fe8500;
  color: white;
  width: 93px;
  font-size: 15px;
}
.damia-alert {
  border: 1px solid #f5c2c7;
  background: #f8d7da;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 12px;
}

/*********
Footer 
**********/

.newsletter {
  background: rgb(232, 99, 20);
  background: -moz-linear-gradient(
    0deg,
    rgba(232, 99, 20, 1) 0%,
    rgba(246, 180, 60, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(232, 99, 20, 1) 0%,
    rgba(246, 180, 60, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(232, 99, 20, 1) 0%,
    rgba(246, 180, 60, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e86314",endColorstr="#f6b43c",GradientType=1);
}

.block_newsletter {
  background: #ffffff00;
}

.divisor {
  padding-top: 15px;
  padding-bottom: 15px;
  --divider-border-style: solid;
  --divider-border-color: #ff8500;
  --divider-border-width: 2px;
  border-top: var(--divider-border-width) var(--divider-border-style)
    var(--divider-border-color);
}

.footer-container .h3 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: math-auto;
  font-size: 19px;
}

.footer-copyright {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e7e7e7;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}

.footer-container li {
  margin-bottom: 0.3125rem;
  padding-bottom: calc(10px / 2);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.footer-container li a {
  cursor: pointer;
  color: black;
}

.footer-container li a:hover {
  color: #fe8500;
}

.footer-container .perro img {
  width: 200px;
}

.footer-container .footer-bajo {
  padding: 0px 30px 0px 80px;
}

.footer-container .footer-bajo iframe {
  height: 258px;
  width: 270px;
  border: 0px;
}


#footer .block_newsletter #block-newsletter-label {
    padding-top: 0;
    font-size: 3rem;
    white-space: nowrap;
    color: #fff;
}


/********

 Menu 

 ********/

.menu-top{
    padding: 10px;
    padding-top: 33px;
    padding-bottom: 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.menu-top .tel-hor{
      font-family: "Lato", sans-serif;
    display: flex !important;
    height: 100% !important;
    border-radius: 2em !important;
    overflow: hidden !important;
    width: fit-content !important;
    /*margin: auto !important;*/
    margin-bottom: 2px !important;
    font-weight: 600 !important;
}

.menu-top .tel-hor .telefono{
      box-shadow: inset 0 .1875em .375em #00000029;
          padding-right: 0.9375em !important;
    background: #FE8500;
    padding-left: .625em;
    margin-bottom: 0;
    width: auto;
    white-space: nowrap;
    line-height: 2em !important;
}

.menu-top .tel-hor .telefono a{
      color: inherit;
    text-decoration: none;
    color: white !important;
}

.menu-top .tel-hor .hora{
      box-shadow: inset 0 .1875em .375em #00000029;
          padding-right: 0.9375em !important;
    padding-left: .625em;
    margin-bottom: 0;
    width: auto;
    white-space: nowrap;
    line-height: 2em !important;
}

.menu-top .tel-hor .hora a{
 color: #067ddd!important
}

.satblock{
  text-align: center;
}

.satblock .sat{
    box-shadow: inset 0 .1875em .375em #00000029;
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 2.375em;
    height: 2em;
    margin: auto auto;
    width: fit-content;
}

.satblock p{
  color: #ff8500 !important;
  font-weight: 500 !important;
  padding: 5px; 
}


.menu-top .info-top{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.menu-top .info-top .info-bl{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-right: 30px;
}

.menu-top .info-top .info-bl img{
  width: 15px;
  margin-right: 10px;
}

.menu-top .info-top .info-bl a{
  color: #54595f;
}

.menu-top .info-top .info-bl a p{
  color: #54595f;
  font-weight:500;
  font-size:14px;
}

.menu-top .info-top .preparacion{
    width: 185px;
    text-align: center;
    text-decoration: underline;
}


.menu-top .info-top .enviotop{
    width: 126px;
    text-align: center;
}

#header .header-nav{
      background: #0e7fe2;
    height: 72px;
    max-height: 72px;
}

.layout_layout1 .ets_mm_megamenu_content{
  background:white !important;
}

#header {
    box-shadow: none !important;
}

#search_widget {
        float: none;
    }


.search-menu{
display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn-calinstalacion a{
     background: #e82626;
    color: white !important;
    border-radius: 30px;
    padding: 10px 23px 10px 23px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Lato'; 
}


.header-top .search-widgets, #search_widget form {
        max-width: 670px;
        width: 100%;
    }

#search_widget form i {
    position: absolute;
    padding: .5rem;
    right: 18px;
    color: #fe8502;
    font-size: 40px;
}


#search_widget form input {
    width: 100%;
    padding: 10px 14px 10px 10px;
    outline: none;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    height: 50px;
    border: 2px solid #dedede;
    border-radius: 12px;
}


#header .header-nav .cart-preview.active {
    background: #0f7fe2;
    border: 1px solid white;
    border-radius: 6px;
    padding: 10px 20px 10px 20px;
}


#header .header-nav .menu-nav1{
      padding-top: 11px;
}

#header .header-nav .menu-nav1 .right-nav .user-info a, .dropdown .expand-more{
    color: white;
    font-size: 14px;
    font-weight: 600;
}

#header .header-nav .right-nav{
  gap:24px;
}

#header .header-nav .material-icons.expand-more {
    margin-left: -0.375rem;
    margin-top: -2px;
    font-size: 20px;
}






/*********

 Responsive 
 
 ********/

@media (max-width: 900px) {
  .benefits-bar {
    flex-direction: column;
    gap: 16px;
    padding: 16px 14px;
  }
  .benefit-item {
    justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
  .benefit-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .col-xs-6 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .product-miniature .product-description {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0.7142857143rem;
  }

  .product-miniature .product-price-and-shipping {
    margin-top: 0.8em;
    text-align: left;
  }

  .product-price-and-shipping .price {
    font-size: 1.75em !important;
    margin-bottom: 0.2em;
  }

  .product-price-and-shipping .product-shipping {
    color: #00b140;
    font-weight: bold !important;
    font-size: 14px !important;
    text-align: left;
    margin-bottom: 1.3em;
  }

  .btn-add {
    border-radius: 1em;
    width: 100%;
    background: #067ddd;
    color: #fff;
    border: none 1px;
    height: 47px;
    width: 140px;
    font-size: 14px;
  }

  .producto-oferta {
    border: 8px solid red;
    margin-bottom: -5px;
    border-radius: 10px;
    z-index: 9;
  }
  .producto-etiqueta-oferta {
    width: 56px !important;
    height: 78px !important;
    position: absolute !important;
    right: 0px !important;
    border-radius: 0 !important;
    margin-top: -55px;
  }

  #amazzing_filter .compact-toggle.sticky {
    background: #ff8600;
  }
  .js-product {
    margin-bottom: 10px;
  }
}
